.elementor-76 .elementor-element.elementor-element-847b73f{--display:flex;}/* Start custom CSS *//* ===== RESET & BASE STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===== ELEMENTOR OVERRIDES ===== */
/* Elementor container padding override */
.elementor-element.elementor-element-f0bd606,
.elementor-element.elementor-element-f0bd606.e-con-full,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex.e-con,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex.e-con.e-parent,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 0 !important;
}

/* General Elementor container padding removal */
.elementor-element.e-con-full,
.elementor-element.e-con-full.e-flex,
.elementor-element.e-con-full.e-flex.e-con,
.elementor-element.e-con-full.e-flex.e-con.e-parent {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Elementor section padding override */
.elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Elementor column padding override */
.elementor-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Elementor widget padding override */
.elementor-widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ===== ELEMENTOR OVERRIDES ===== */
/* Elementor container padding override */
.elementor-element.elementor-element-f0bd606,
.elementor-element.elementor-element-f0bd606.e-con-full,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex.e-con,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex.e-con.e-parent,
.elementor-element.elementor-element-f0bd606.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 0 !important;
}

/* General Elementor container padding removal */
.elementor-element.e-con-full,
.elementor-element.e-con-full.e-flex,
.elementor-element.e-con-full.e-flex.e-con,
.elementor-element.e-con-full.e-flex.e-con.e-parent {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Elementor section padding override */
.elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Elementor column padding override */
.elementor-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Elementor widget padding override */
.elementor-widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #0B1220;
    background: #F0FAF8;
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5px;
}

/* ===== TOP HEADER ===== */
.top-header {
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 50%, #F0FAF8 100%);
    color: #0B1220;
    padding: 15px 0;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(31, 58, 95, 0.1);
}

.top-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23FF8888" opacity="0.08"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.6;
}

.top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Left Side - Info Strip */
.top-header-left .info-strip {
    display: flex;
    align-items: center;
    gap: 0;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: 1px solid rgba(5, 150, 105, 0.1);
}

/* Bu sınıf CSS hover ile çalışıyor */

.info-item i {
    font-size: 14px;
    color: #059669;
    width: 16px;
    text-align: center;
}

.info-item span {
    font-weight: 500;
    color: #0B1220;
}

.info-divider {
    width: 1px;
    height: 20px;
    background: linear-gradient(to bottom, transparent, #FF8888, transparent);
    margin: 0 8px;
}

/* Right Side - Social & Language */
.top-header-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.social-links {
    display: flex;
    gap: 8px;
}

.social-link {
    color: #0B1220;
    text-decoration: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(5, 150, 105, 0.2);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

/* Bu sınıf CSS hover ile çalışıyor */

/* Bu sınıf CSS hover ile çalışıyor */

.social-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

/* Language Selector */
.language-body.elementor-page-76 {
    position: relative;
}

.lang-btn {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(5, 150, 105, 0.2);
    color: #0B1220;
    padding: 8px 16px;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    min-width: 80px;
}

/* Bu sınıf CSS hover ile çalışıyor */

.lang-flag {
    width: 20px;
    height: 15px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.flag-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lang-text {
    font-weight: 600;
    color: #0B1220;
}

.lang-arrow {
    font-size: 10px;
    color: #64748B;
    transition: transform 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

.lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(5, 150, 105, 0.15);
    padding: 8px 0;
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 10px;
    border: 1px solid rgba(5, 150, 105, 0.1);
}

/* Bu sınıf JavaScript ile ekleniyor */

.lang-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #0B1220;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 0 8px;
}

/* Bu sınıf CSS hover ile çalışıyor */

.lang-option .flag-img {
    width: 18px;
    height: 14px;
}

/* ===== MAIN HEADER ===== */
.main-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(5, 150, 105, 0.1);
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

/* ===== LOGO SECTION ===== */
.logo-section {
    flex-shrink: 0;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: inherit;
}

.logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
    transition: all 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-main {
    font-size: 28px;
    font-weight: 800;
    color: #059669;
    letter-spacing: -0.5px;
}

.logo-sub {
    font-size: 18px;
    font-weight: 600;
    color: #F97316;
    margin-top: -2px;
}

/* ===== MAIN NAVIGATION ===== */
.main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    margin: 0 40px;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 5px;
    align-items: center;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: #0B1220;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

/* Bu sınıf CSS hover ile çalışıyor */

/* Bu sınıf CSS hover ile çalışıyor */

.nav-link i {
    font-size: 16px;
    transition: all 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

.dropdown-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

/* ===== DROPDOWN PANELS ===== */
.dropdown-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(5, 150, 105, 0.15);
    padding: 20px;
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 15px;
    border: 1px solid rgba(5, 150, 105, 0.1);
}

/* Bu sınıf CSS hover ile çalışıyor */

.dropdown-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dropdown-section h4 {
    color: #059669;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dropdown-section ul {
    list-style: none;
}

.dropdown-section li {
    margin-bottom: 8px;
}

.dropdown-section a {
    color: #0B1220;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
}

/* Bu sınıf CSS hover ile çalışıyor */

.dropdown-section a i {
    color: #059669;
    font-size: 12px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    color: #0B1220;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

/* Bu sınıf CSS hover ile çalışıyor */

.dropdown-item i {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.dropdown-item div h4 {
    color: #059669;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.dropdown-item div p {
    color: #64748B;
    font-size: 13px;
    margin: 0;
}

/* ===== HEADER ACTIONS ===== */
.header-actions {
    flex-shrink: 0;
}

.cta-button {
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #FFF193 0%, #FF8888 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

/* Bu sınıf CSS hover ile çalışıyor */

/* Bu sınıf CSS hover ile çalışıyor */

.cta-button i {
    transition: transform 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

/* ===== MOBILE MENU BUTTON ===== */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: #FF8888;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
    margin: 4px 0;
}

/* Bu sınıf CSS hover ile çalışıyor */

/* ===== MOBILE MENU ===== */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    background: white;
    z-index: 10000;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 5px 0 30px rgba(0, 0, 0, 0.2);
}

/* Bu sınıf JavaScript ile ekleniyor */

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    border-bottom: 1px solid #e9ecef;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
}

.mobile-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-logo .logo-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.mobile-logo .logo-text {
    color: white;
}

.mobile-logo .logo-main {
    font-size: 22px;
    color: white;
}

.mobile-logo .logo-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.mobile-menu-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

.mobile-nav {
    padding: 25px;
}

.mobile-nav-list {
    list-style: none;
    margin-bottom: 30px;
}

.mobile-nav-list li {
    margin-bottom: 5px;
}

.mobile-nav-list a {
    color: #0B1220;
    text-decoration: none;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-weight: 500;
}

/* Bu sınıf CSS hover ile çalışıyor */

.mobile-nav-list a i {
    width: 20px;
    color: #059669;
}

.mobile-dropdown-btn {
    width: 100%;
    background: none;
    border: none;
    color: #0B1220;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-weight: 500;
    cursor: pointer;
}

/* Bu sınıf CSS hover ile çalışıyor */

.mobile-dropdown-btn i:first-child {
    width: 20px;
    color: #059669;
}

.mobile-dropdown-list {
    list-style: none;
    padding-left: 35px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* Bu sınıf JavaScript ile ekleniyor */

.mobile-dropdown-list a {
    padding: 12px 20px;
    font-size: 14px;
    color: #64748B;
}

.mobile-actions {
    padding: 25px;
    border-top: 1px solid #e9ecef;
}

.mobile-cta {
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

.mobile-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile-contact a {
    color: #64748B;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    transition: all 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

.mobile-contact a i {
    width: 20px;
    color: #059669;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
    .nav-list {
        gap: 0;
    }
    
    .nav-link {
        padding: 12px 14px;
        font-size: 13px;
    }
    
    .dropdown-panel {
        min-width: 250px;
    }
}

@media (max-width: 1024px) {
    .main-nav {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .header-wrapper {
        padding: 15px 0;
    }
    
    .logo-main {
        font-size: 24px;
    }
    
    .logo-sub {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .top-header-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .top-header-left .info-strip {
        justify-content: center;
    }
    
    .top-header-right {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    
    .social-links {
        margin-right: 0;
    }
    
    .container {
        padding: 0 3px;
    }
    
    .mobile-menu {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .logo-icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .logo-main {
        font-size: 22px;
    }
    
    .logo-sub {
        font-size: 14px;
    }
    
    .cta-button {
        padding: 12px 20px;
        font-size: 13px;
    }
    
    .mobile-menu-header {
        padding: 20px;
    }
    
    .mobile-nav {
        padding: 20px;
    }
    
    .mobile-actions {
        padding: 20px;
    }
}

/* ===== HERO SECTION ===== */
.hero-section {
    padding: 20px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hero-dots" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="%23FF8888" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23hero-dots)"/></svg>');
    opacity: 0.6;
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Hero Image */
.hero-image {
    position: relative;
}

.image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(5, 150, 105, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.3s ease;
}

.image-container:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 0 35px 80px rgba(5, 150, 105, 0.3);
}

.course-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.1) 0%, rgba(255, 241, 147, 0.1) 100%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 25px;
}

.overlay-badge {
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
    backdrop-filter: blur(10px);
}

.overlay-badge i {
    font-size: 16px;
}

/* Hero Content */
.hero-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.course-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    width: fit-content;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

.course-badge i {
    font-size: 16px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #0B1220;
    line-height: 1.2;
    margin: 0;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.2rem;
    color: #64748B;
    line-height: 1.7;
    margin: 0;
}

/* Course Features */
.course-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 20px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.1);
    border: 1px solid rgba(5, 150, 105, 0.1);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(5, 150, 105, 0.2);
    border-color: rgba(5, 150, 105, 0.3);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}

.feature-content h4 {
    color: #0B1220;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-content p {
    color: #059669;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

/* Hero Actions */
.hero-actions {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 20px 0;
}

.hero-cta-button {
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 12px 35px rgba(5, 150, 105, 0.4);
    position: relative;
    overflow: hidden;
}

.hero-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #FFF193 0%, #FF8888 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

.hero-cta-button:hover {
    background: linear-gradient(135deg, #FFF193 0%, #FF8888 100%);
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(255, 136, 136, 0.5);
}

.hero-cta-button:hover::before {
    left: 0;
}

.hero-cta-button:hover i {
    transform: translateX(5px);
}

.hero-cta-button i {
    transition: transform 0.3s ease;
}

.hero-secondary-button {
    background: white;
    color: #059669;
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 2px solid rgba(5, 150, 105, 0.2);
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.1);
}

.hero-secondary-button:hover {
    background: #FF8888;
    color: white;
    border-color: #059669;
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(5, 150, 105, 0.3);
}

/* Responsive Design for Hero Section */
@media (max-width: 1200px) {
    .hero-wrapper {
        gap: 60px;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .course-features {
        gap: 20px;
    }
}

@media (max-width: 1024px) {
    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .course-features {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .hero-actions {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 80px 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .course-features {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .hero-cta-button,
    .hero-secondary-button {
        width: 100%;
        justify-content: center;
    }
    
    .course-image {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .feature-item {
        padding: 15px;
    }
    
    .feature-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .feature-content h4 {
        font-size: 12px;
    }
    
    .feature-content p {
        font-size: 16px;
    }
    
    .course-image {
        height: 280px;
    }
}

/* ===== COURSE DETAILS TABS SECTION ===== */
.course-details-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1F3A5F 0%, #0B1220 100%);
    position: relative;
    overflow: hidden;
}

.course-details-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="tabs-dots" width="25" height="25" patternUnits="userSpaceOnUse"><circle cx="12.5" cy="12.5" r="1" fill="%23FF8888" opacity="0.04"/></pattern></defs><rect width="100" height="100" fill="url(%23tabs-dots)"/></svg>');
    opacity: 0.6;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.section-header p {
    font-size: 1.2rem;
    color: #ecf0f1;
    opacity: 0.9;
}

/* Tabs Navigation */
.tabs-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.tab-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 20px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #ffffff;
    backdrop-filter: blur(10px);
    min-width: 200px;
    justify-content: center;
}

.tab-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #059669;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(5, 150, 105, 0.3);
}

.tab-btn.active {
    background: linear-gradient(135deg, #FF8888, #FF6B6B);
    color: #ffffff;
    border-color: #059669;
    box-shadow: 0 10px 30px rgba(5, 150, 105, 0.4);
    transform: translateY(-3px);
}

.tab-btn i {
    font-size: 18px;
}

.tab-btn span {
    font-size: 1rem;
}

/* Tab Contents */
.tab-contents {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Course Cards */
.course-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.course-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF8888, #FF6B6B);
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

/* Card Header */
.card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 30px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FF8888, #FF6B6B);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(5, 150, 105, 0.3);
}

.card-icon i {
    font-size: 24px;
    color: #ffffff;
}

.card-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0B1220;
    margin: 0;
}

/* Card Content */
.card-content {
    padding: 30px;
}

.card-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0B1220;
    margin-bottom: 20px;
    line-height: 1.4;
}

/* Info List */
.info-list {
    margin-bottom: 25px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f4;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item i {
    color: #059669;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.info-item span {
    font-size: 0.95rem;
    color: #0B1220;
    line-height: 1.5;
}

/* Additional Offers */
.additional-offers {
    background: #F0FAF8;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
}

.additional-offers h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0B1220;
    margin-bottom: 15px;
}

.additional-offers p {
    font-size: 0.9rem;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Pricing Table */
.pricing-table {
    background: #F0FAF8;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
}

.table-header {
    background: linear-gradient(135deg, #FF8888, #FF6B6B);
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 15px 20px;
    font-weight: 600;
}

.table-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 12px 20px;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.3s ease;
}

.table-row:hover {
    background: #ffffff;
}

.table-row:last-child {
    border-bottom: none;
}

.table-cell {
    font-size: 0.95rem;
    color: #0B1220;
    font-weight: 500;
}

.table-cell:last-child {
    font-weight: 600;
    color: #059669;
}

/* Optional Pricing */
.optional-pricing {
    margin-bottom: 25px;
}

.optional-pricing h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0B1220;
    margin-bottom: 15px;
}

.optional-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #F0FAF8;
    border-radius: 8px;
    border-left: 4px solid #FF8888;
}

.optional-item span {
    font-size: 0.9rem;
    color: #0B1220;
}

.optional-item .price {
    font-weight: 600;
    color: #059669;
}

/* Dates Info */
.dates-info {
    background: #F0FAF8;
    padding: 20px;
    border-radius: 12px;
}

.date-item {
    margin-bottom: 15px;
}

.date-item:last-child {
    margin-bottom: 0;
}

.date-item h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #0B1220;
    margin-bottom: 8px;
}

.date-item p {
    font-size: 0.9rem;
    color: #5a6c7d;
    line-height: 1.5;
}

.date-item.important h5 {
    color: #e74c3c;
}

.date-item.important p {
    color: #c0392b;
    font-weight: 500;
}

/* Lesson Info */
.lesson-info h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0B1220;
    margin-bottom: 15px;
}

.lesson-duration {
    background: linear-gradient(135deg, #FF8888, #FF6B6B);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Discount Info */
.discount-info {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.discount-info h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #856404;
    margin-bottom: 8px;
}

.discount-info p {
    font-size: 0.9rem;
    color: #856404;
    line-height: 1.5;
}

/* Course Includes */
.course-includes {
    margin-bottom: 20px;
}

.course-includes h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0B1220;
    margin-bottom: 15px;
}

.course-includes ul {
    list-style: none;
    padding: 0;
}

.course-includes li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 0.9rem;
    color: #0B1220;
}

.course-includes li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

/* Teaching Method */
.teaching-method {
    background: #F0FAF8;
    padding: 20px;
    border-radius: 12px;
}

.teaching-method h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0B1220;
    margin-bottom: 15px;
}

.teaching-method p {
    font-size: 0.9rem;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 12px;
}

.teaching-method p:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .tabs-navigation {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .tab-btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2.5rem;
    }
    
    .card-header {
        padding: 25px;
    }
    
    .card-content {
        padding: 25px;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
    }
    
    .card-icon i {
        font-size: 20px;
    }
    
    .tab-btn {
        padding: 15px 20px;
        min-width: auto;
    }
    
    .tab-btn span {
        font-size: 0.9rem;
    }
}

/* ===== FAQ SECTION ===== */
.faq-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="faq-dots" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="%23FF8888" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23faq-dots)"/></svg>');
    opacity: 0.6;
}

.faq-section .section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.faq-section .section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #0B1220;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.faq-section .section-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    opacity: 0.9;
}

/* FAQ Container */
.faq-container {
    max-width: 800px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 2;
}

/* FAQ Item */
.faq-item {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(5, 150, 105, 0.1);
}

.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(5, 150, 105, 0.15);
    border-color: rgba(5, 150, 105, 0.3);
}

.faq-item.active {
    border-color: #059669;
    box-shadow: 0 15px 40px rgba(5, 150, 105, 0.2);
}

/* FAQ Question */
.faq-question {
    width: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: none;
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #0B1220;
    transition: all 0.3s ease;
    text-align: left;
}

.faq-question:hover {
    background: linear-gradient(135deg, #FF8888 0%, #FF6B6B 100%);
    color: #ffffff;
}

.faq-question:hover i {
    color: #ffffff;
}

.faq-question span {
    flex: 1;
    margin-right: 20px;
}

.faq-question i {
    font-size: 16px;
    color: #059669;
    transition: all 0.3s ease;
    transform: rotate(0deg);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: #059669;
}

/* FAQ Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    background: #ffffff;
}

.faq-answer p {
    padding: 0 30px 25px;
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #5a6c7d;
}

/* FAQ CTA */
.faq-cta {
    text-align: center;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    padding: 40px;
    border-radius: 20px;
    margin-top: 50px;
    box-shadow: 0 15px 40px rgba(5, 150, 105, 0.2);
}

.faq-cta p {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.faq-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    color: #059669;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid #ffffff;
}

.faq-contact-btn:hover {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    color: #059669;
    border-color: #ffffff;
}

.faq-contact-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-contact-btn:hover i {
    transform: translateX(5px);
}

/* Responsive Design for FAQ */
@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-section .section-title {
        font-size: 2.5rem;
    }
    
    .faq-question {
        padding: 20px 25px;
        font-size: 1rem;
    }
    
    .faq-answer p {
        padding: 0 25px 20px;
        font-size: 0.95rem;
    }
    
    .faq-contact-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .faq-section .section-title {
        font-size: 2rem;
    }
    
    .faq-question {
        padding: 18px 20px;
        font-size: 0.95rem;
    }
    
    .faq-answer p {
        padding: 0 20px 18px;
        font-size: 0.9rem;
    }
}

/* ===== CONTENT SECTION ===== */
.content-section {
    padding: 80px 0;
    background: #F0FAF8;
    min-height: 60vh;
}

.content-wrapper {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.content-wrapper h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #0B1220;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.content-wrapper p {
    font-size: 1.2rem;
    color: #64748B;
    line-height: 1.6;
}

/* ===== FOOTER ===== */
.footer {
    background: linear-gradient(135deg, #1F3A5F 0%, #0B1220 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footer-dots" width="25" height="25" patternUnits="userSpaceOnUse"><circle cx="12.5" cy="12.5" r="1" fill="%23FF8888" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23footer-dots)"/></svg>');
    opacity: 0.6;
}

.footer-top {
    padding: 80px 0 60px;
    position: relative;
    z-index: 2;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
    gap: 40px;
    align-items: start;
}

/* Company Info Column */
.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.footer-logo .logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.footer-logo .logo-text {
    color: white;
}

.footer-logo .logo-main {
    font-size: 28px;
    font-weight: 800;
    display: block;
}

.footer-logo .logo-sub {
    font-size: 18px;
    color: #059669;
    font-weight: 600;
}

.footer-description {
    color: #bdc3c7;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 1rem;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social .social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.footer-social .social-link:hover {
    background: #FF8888;
    border-color: #059669;
    transform: translateY(-3px);
}

.footer-social .social-link i {
    font-size: 1.1rem;
}

/* Footer Columns */
.footer-column {
    position: relative;
    z-index: 2;
}

.footer-title {
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 3px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: #059669;
    transform: translateX(5px);
}

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-item i {
    color: #059669;
    font-size: 1.1rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.contact-item div {
    display: flex;
    flex-direction: column;
}

.contact-item strong {
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 3px;
}

.contact-item span {
    color: #bdc3c7;
    font-size: 0.9rem;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright p {
    color: #bdc3c7;
    font-size: 0.9rem;
    margin: 0;
}

.footer-legal {
    display: flex;
    gap: 25px;
}

.footer-legal a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #059669;
}

/* Responsive Design for Footer */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
    }
    
    .footer-column:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .footer-top {
        padding: 60px 0 40px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer-legal {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .footer-top {
        padding: 50px 0 30px;
    }
    
    .footer-logo .logo-main {
        font-size: 24px;
    }
    
    .footer-logo .logo-sub {
        font-size: 16px;
    }
    
    .footer-title {
        font-size: 1.2rem;
    }
    
    .footer-description {
        font-size: 0.95rem;
    }
    
    .footer-links a {
        font-size: 0.9rem;
    }
    
    .contact-item {
        gap: 12px;
    }
    
    .contact-item i {
        font-size: 1rem;
    }
    
    .contact-item strong,
    .contact-item span {
        font-size: 0.85rem;
    }
}

/* ===== HOVER EFFECTS ===== */
.info-item:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.15);
}

.social-link:hover {
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

.social-link:hover::before {
    left: 0;
}

.social-link:hover i {
    transform: scale(1.2);
}

.lang-btn:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.15);
}

.lang-btn:hover .lang-arrow {
    transform: rotate(180deg);
}

.lang-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-option:hover {
    background: rgba(5, 150, 105, 0.1);
    color: #059669;
    transform: translateX(5px);
}

.logo-icon:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(5, 150, 105, 0.4);
}

.nav-link:hover {
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.2);
}

.nav-link:hover::before {
    left: 0;
}

.nav-link:hover i {
    transform: scale(1.2);
}

.nav-link:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.nav-item:hover .dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-section a:hover {
    background: rgba(5, 150, 105, 0.1);
    color: #059669;
    transform: translateX(5px);
}

.dropdown-item:hover {
    background: rgba(255, 136, 136, 0.05);
    border-color: rgba(5, 150, 105, 0.2);
    transform: translateX(5px);
}

.cta-button:hover {
    background: linear-gradient(135deg, #FFF193 0%, #FF8888 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 136, 136, 0.5);
}

.cta-button:hover::before {
    left: 0;
}

.cta-button:hover i {
    transform: translateX(3px);
}

.mobile-menu-btn:hover {
    background: rgba(5, 150, 105, 0.1);
}

.mobile-menu-btn:hover .hamburger-line {
    background: #FF8888;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.mobile-nav-list a:hover {
    background: rgba(5, 150, 105, 0.1);
    color: #059669;
    transform: translateX(5px);
}

.mobile-dropdown-btn:hover {
    background: rgba(5, 150, 105, 0.1);
    color: #059669;
}

.mobile-dropdown.active .mobile-dropdown-list {
    max-height: 200px;
}

.mobile-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

.mobile-contact a:hover {
    color: #059669;
    transform: translateX(5px);
}/* End custom CSS */