/*
Theme Name: H2Olaba
Theme URI: https://h2olaba.ru/
Author: H2Olaba
Author URI: https://h2olaba.ru/
Description: Custom WordPress theme for H2O LABA migration from Jekyll.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: h2olaba
*/

/* Card Hover Improvements for Front Page */
body.ishome .item-title,
body.ishome .item-news,
body.ishome .col-item {
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), border-color 0.3s ease !important;
}

body.ishome .item-title:hover,
body.ishome .item-news:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 32px rgba(2, 6, 23, 0.35) !important;
}

body.ishome .third-section .col-item {
    overflow: hidden;
}

body.ishome .col-item:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 32px rgba(2, 6, 23, 0.4) !important;
    border-color: rgba(46, 196, 255, 0.5) !important;
}

body.ishome .third-section .col-item img {
    transition: transform 0.5s ease !important;
}

body.ishome .third-section .col-item:hover img {
    transform: scale(1.05) !important;
}

body.ishome .item-title:hover .hero-card-badge {
    background: #2ec4ff !important;
    color: #05122b !important;
    border-color: #2ec4ff !important;
    transition: all 0.3s ease;
}

