.elementor-9 .elementor-element.elementor-element-f0bd606{--display:flex;}/* Start custom CSS *//* ===== RESET & BASE STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===== ELEMENTOR OVERRIDES ===== */
/* Remove ALL Elementor spacing and padding */
.elementor,
.elementor-inner,
.elementor-section,
.elementor-container,
.elementor-row,
.elementor-column,
.elementor-widget,
.elementor-element,
.elementor-section-wrap,
.elementor-section-boxed > .elementor-container,
.elementor-section-full_width > .elementor-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* Specific Elementor container overrides */
.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;
    margin: 0 !important;
}

/* Remove top/bottom margins from all Elementor elements */
.elementor-section,
.elementor-section-wrap,
.elementor-container,
.elementor-column-wrap,
.elementor-widget-wrap,
.elementor-element {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Body and HTML overrides for Elementor */
body.elementor-page .elementor,
body.elementor-page .elementor-inner,
body.elementor-page .elementor-section {
    margin: 0 !important;
    padding: 0 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #0B1220;
    background: #F0FAF8;
    overflow-x: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

/* Elementor page body overrides */
body.elementor-page {
    margin: 0 !important;
    padding: 0 !important;
}

body.elementor-page .elementor-page {
    margin: 0 !important;
    padding: 0 !important;
}

.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-9 {
    position: relative;
    z-index: 10001;
}

.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: fixed !important;
    background: white !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 40px rgba(5, 150, 105, 0.15) !important;
    padding: 8px 0 !important;
    min-width: 140px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
    transition: all 0.3s ease !important;
    z-index: 2147483647 !important;
    border: 1px solid rgba(5, 150, 105, 0.1) !important;
    pointer-events: none !important;
    display: none !important;
}

.lang-dropdown.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    display: block !important;
}

/* 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: 1000;
    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, #F97316 0%, #1F3A5F 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 {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #F0FAF8;
}

/* Background Image */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(254, 251, 199, 0.9) 0%, rgba(233, 233, 233, 0.8) 50%, rgba(248, 249, 250, 0.9) 100%);
}

/* Animated Shapes */
.hero-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #1F3A5F, #059669);
    opacity: 0.1;
    animation: float 8s ease-in-out infinite;
}

.shape-1 {
    width: 120px;
    height: 120px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.shape-2 {
    width: 80px;
    height: 80px;
    top: 20%;
    right: 10%;
    animation-delay: 2s;
}

.shape-3 {
    width: 60px;
    height: 60px;
    bottom: 20%;
    left: 15%;
    animation-delay: 4s;
}

.shape-4 {
    width: 100px;
    height: 100px;
    bottom: 10%;
    right: 5%;
    animation-delay: 6s;
}

/* Main Content */
.hero-content {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 50px 0;
    margin: 0 !important;
}

/* Hero Section Container Override */
.hero-section > .container {
    padding-left: 135px !important;
    padding-right: 135px !important;
    max-width: 100% !important;
}

/* Left Side - Text Content */
.hero-text {
    color: #0B1220;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #FF8888;
    color: #059669;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.15);
    animation: slideInLeft 1s ease-out;
}

.badge-icon {
    font-size: 18px;
}

.hero-title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    animation: slideInLeft 1s ease-out 0.2s both;
}

.title-main {
    display: block;
    color: #0B1220;
}

.title-highlight {
    display: block;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-sub {
    display: block;
    color: #0B1220;
}

.hero-description {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #64748B;
    margin-bottom: 35px;
    animation: slideInLeft 1s ease-out 0.4s both;
}

.hero-description strong {
    color: #059669;
    font-weight: 700;
}

/* Feature Pills */
.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    animation: slideInLeft 1s ease-out 0.6s both;
}

.feature-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(5, 150, 105, 0.2);
    color: #64748B;
    padding: 12px 18px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

.feature-pill i {
    color: #059669;
    transition: color 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

/* CTA Section */
.hero-cta {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    animation: slideInLeft 1s ease-out 0.8s both;
}

.cta-primary {
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
    padding: 18px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.4);
    position: relative;
    overflow: hidden;
}

/* Bu sınıf CSS hover ile çalışıyor */

.cta-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

.cta-secondary {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #059669;
    border: 2px solid #FF8888;
    padding: 16px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

/* Bu sınıf CSS hover ile çalışıyor */

/* Trust Indicators */
.hero-trust {
    display: flex;
    align-items: center;
    gap: 30px;
    animation: slideInLeft 1s ease-out 1s both;
}

.trust-item {
    text-align: center;
}

.trust-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #059669;
    line-height: 1;
}

.trust-label {
    font-size: 14px;
    color: #64748B;
    margin-top: 5px;
    font-weight: 500;
}

.trust-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, #FF8888, transparent);
}

/* Right Side - Visual Elements */
.hero-visual {
    position: relative;
    animation: slideInRight 1s ease-out 0.5s both;
}

/* Main Video Card */
.hero-video-card {
    position: relative;
    border-radius: 25px;
    overflow: visible;
    box-shadow: 0 25px 60px rgba(5, 150, 105, 0.2);
    background: white;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: visible;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

/* Floating Info Cards */
.floating-info {
    position: absolute;
    background: white;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 15px 40px rgba(5, 150, 105, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: float 6s ease-in-out infinite;
    z-index: 10;
    border: 1px solid rgba(5, 150, 105, 0.1);
}

.info-icon {
    font-size: 24px;
}

.info-content {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.info-title {
    color: #0B1220;
    font-weight: 700;
    font-size: 14px;
}

.info-subtitle {
    color: #64748B;
    font-size: 12px;
}

.floating-info-1 {
    top: 15%;
    left: -30px;
    animation-delay: 0s;
}

.floating-info-2 {
    top: 50%;
    right: -30px;
    animation-delay: 2s;
}

.floating-info-3 {
    bottom: 15%;
    left: -30px;
    animation-delay: 4s;
}

/* Animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

/* Hero Section Responsive */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 3.5rem;
    }
    
    .hero-trust {
        justify-content: center;
    }
    
    .floating-info {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding: 40px 0;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-primary,
    .cta-secondary {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .hero-features {
        justify-content: center;
    }
    
    .hero-trust {
        flex-direction: column;
        gap: 20px;
    }
    
    .trust-divider {
        display: none;
    }
    
    .image-wrapper {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-badge {
        font-size: 13px;
        padding: 10px 16px;
    }
    
    .image-wrapper {
        height: 250px;
    }
}

/* ===== COURSES SECTION ===== */
.courses-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%);
    position: relative;
    overflow: hidden;
}

.courses-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="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23FF8888" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.6;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 3.5rem;
    font-weight: 900;
    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;
}

.section-subtitle {
    font-size: 1.3rem;
    color: #ecf0f1;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Section Description */
.section-description {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.description-text {
    font-size: 1.1rem;
    color: #ecf0f1;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.description-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

/* Description Details */
.description-details {
    max-width: 1000px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.detail-section {
    margin-bottom: 0;
    text-align: left;
}

.detail-section:last-child {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 20px;
}

.detail-section h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ecf0f1;
    margin-bottom: 15px;
}

.detail-section p {
    font-size: 1rem;
    color: #bdc3c7;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Discover More */
.discover-more {
    text-align: center;
    margin-top: 30px;
}

.discover-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

/* Bu sınıf CSS hover ile çalışıyor */

.discover-btn i:last-child {
    transition: transform 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

.feature-tag {
    background: rgba(255, 136, 136, 0.08);
    color: #059669;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(5, 150, 105, 0.15);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Bu sınıf CSS hover ile çalışıyor */

/* Compact CTA */
.compact-cta {
    flex-shrink: 0;
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(255, 136, 136, 0.08);
    border: 1px solid rgba(255, 136, 136, 0.08);
    min-width: 280px;
}

.compact-cta h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0B1220;
    margin-bottom: 20px;
    text-align: center;
}

.compact-cta .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.compact-cta .btn-outline,
.compact-cta .btn-primary {
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.compact-cta .btn-primary {
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
    box-shadow: 0 5px 15px rgba(5, 150, 105, 0.2);
}

/* Bu sınıf CSS hover ile çalışıyor */

.compact-cta .btn-outline {
    background: transparent;
    color: #059669;
    border: 2px solid #FF8888;
}

/* Bu sınıf CSS hover ile çalışıyor */

/* Courses Grid */
.courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 40px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

/* Course Card */
.course-card {
    background: white;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(5, 150, 105, 0.1);
    border: 1px solid rgba(5, 150, 105, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.course-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

/* Bu sınıf CSS hover ile çalışıyor */

/* Course Header */
.course-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.course-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    box-shadow: 0 10px 30px rgba(5, 150, 105, 0.3);
}

.course-badge {
    background: rgba(5, 150, 105, 0.1);
    color: #059669;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(5, 150, 105, 0.2);
}

/* Course Content */
.course-content {
    position: relative;
}

.course-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0B1220;
    margin-bottom: 15px;
}

.course-description {
    font-size: 1.1rem;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Course Features */
.course-features {
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding: 12px 0;
}

.feature-item i {
    width: 20px;
    color: #059669;
    font-size: 16px;
}

.feature-item span {
    color: #0B1220;
    font-weight: 500;
    font-size: 15px;
}

/* Course Price */
.course-price {
    background: rgba(255, 136, 136, 0.05);
    border: 1px solid rgba(5, 150, 105, 0.1);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.price-label {
    display: block;
    font-size: 14px;
    color: #64748B;
    margin-bottom: 8px;
    font-weight: 500;
}

.price-amount {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: #059669;
    line-height: 1;
}

.price-period {
    font-size: 1rem;
    color: #64748B;
    font-weight: 500;
}

/* Course Actions */
.course-actions {
    display: flex;
    gap: 15px;
}

.btn-primary,
.btn-secondary {
    flex: 1;
    padding: 16px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-primary {
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

/* Bu sınıf CSS hover ile çalışıyor */

.btn-secondary {
    background: rgba(255, 255, 255, 0.9);
    color: #059669;
    border: 2px solid #FF8888;
    backdrop-filter: blur(10px);
}

/* Bu sınıf CSS hover ile çalışıyor */

/* Bottom CTA */
.courses-cta {
    background: white;
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(255, 136, 136, 0.08);
    border: 1px solid rgba(255, 136, 136, 0.08);
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.cta-content h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0B1220;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 1.1rem;
    color: #64748B;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-outline {
    background: transparent;
    color: #059669;
    border: 2px solid #FF8888;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

/* Responsive Design for Courses Section */
@media (max-width: 1024px) {
    .courses-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 30px;
    }
    
    .section-title {
        font-size: 3rem;
    }
    
    .course-card {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .courses-section {
        padding: 80px 0;
    }
    
    .section-title {
        font-size: 2.5rem;
    }
    
    .section-subtitle {
        font-size: 1.1rem;
    }
    
    .description-text {
        font-size: 1rem;
    }
    
    .description-details {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 600px;
    }
    
    .detail-section h4 {
        font-size: 1.2rem;
    }
    
    .detail-section p {
        font-size: 0.95rem;
    }
    
    .discover-btn {
        padding: 14px 24px;
        font-size: 15px;
    }
    
    .feature-tag {
        font-size: 13px;
        padding: 6px 14px;
    }
    
    .courses-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .course-actions {
        flex-direction: column;
    }
    
    .courses-cta {
        padding: 40px 30px;
        margin: 0 3px;
    }
    
    .cta-content h3 {
        font-size: 1.8rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 2rem;
    }
    
    .description-text {
        font-size: 0.95rem;
    }
    
    .description-details {
        gap: 20px;
        max-width: 100%;
        padding: 0 15px;
    }
    
    .detail-section h4 {
        font-size: 1.1rem;
    }
    
    .detail-section p {
        font-size: 0.9rem;
    }
    
    .discover-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .feature-tag {
        font-size: 12px;
        padding: 5px 12px;
    }
    
    .course-card {
        padding: 25px;
    }
    
    .course-title {
        font-size: 1.5rem;
    }
    
    .price-amount {
        font-size: 2rem;
    }
    
    .courses-cta {
        padding: 30px 20px;
    }
    
    .cta-content h3 {
        font-size: 1.6rem;
    }
    
    .cta-content p {
        font-size: 1rem;
    }
}

/* ===== PROGRAMS SECTION ===== */
.programs-section {
    padding: 100px 40px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.programs-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="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23FF8888" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.6;
}

/* Programs Grid */
.programs-grid {
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.program-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.program-row:last-child {
    margin-bottom: 0;
}

/* Program Items */
.program-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s ease;
    cursor: pointer;
}

/* Bu sınıf CSS hover ile çalışıyor */

.program-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.9) 0%, rgba(44, 62, 80, 0.7) 50%, rgba(44, 62, 80, 0.9) 100%);
    transition: all 0.4s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

.program-overlay.featured {
    background: linear-gradient(135deg, rgba(255, 136, 136, 0.9) 0%, rgba(255, 241, 147, 0.8) 50%, rgba(255, 136, 136, 0.9) 100%);
}

/* Bu sınıf CSS hover ile çalışıyor */

/* Program Sizes */
.program-small {
    flex: 1;
    min-height: 300px;
}

.program-medium {
    flex: 1.5;
    min-height: 350px;
}

.program-large {
    flex: 2;
    min-height: 400px;
}

/* Program Content */
.program-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

.program-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.program-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.program-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
}

/* Program Meta */
.program-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 25px;
}

.program-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    opacity: 0.8;
}

.program-meta i {
    width: 16px;
    color: #F97316;
}

/* Program Stats (Featured) */
.program-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.stat {
    text-align: center;
}

.stat strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    line-height: 1;
}

.stat span {
    font-size: 0.8rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Program Link */
.program-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    align-self: flex-start;
}

/* Bu sınıf CSS hover ile çalışıyor */

.program-link.featured {
    background: rgba(255, 255, 255, 0.9);
    color: #059669;
    border-color: rgba(255, 255, 255, 0.9);
}

/* Bu sınıf CSS hover ile çalışıyor */

.program-link i {
    transition: transform 0.3s ease;
}

/* Bu sınıf CSS hover ile çalışıyor */

/* Responsive Design for Programs Section */
@media (max-width: 1024px) {
    .program-row {
        gap: 20px;
    }
    
    .program-content {
        padding: 25px;
    }
    
    .program-content h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .programs-section {
        padding: 80px 20px;
    }
    
    .programs-grid {
        padding: 0 8px;
    }
    
    .program-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .program-item {
        min-height: auto;
        height: 300px;
    }
    
    .program-content {
        padding: 25px;
    }
    
    .program-content h3 {
        font-size: 1.4rem;
    }
    
    .program-stats {
        gap: 15px;
    }
    
    .stat strong {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .programs-section {
        padding: 60px 15px;
    }
    
    .programs-grid {
        padding: 0 5px;
    }
    
    .program-content {
        padding: 20px;
    }
    
    .program-content h3 {
        font-size: 1.3rem;
    }
    
    .program-content p {
        font-size: 0.9rem;
    }
    
    .program-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .program-stats {
        flex-direction: column;
        gap: 10px;
    }
    
    .stat strong {
        font-size: 1.3rem;
    }
}

/* ===== VIDEO SECTION ===== */
.video-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.video-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="video-dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23FF8888" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23video-dots)"/></svg>');
    opacity: 0.6;
}

.video-section .section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.video-section .section-title {
    font-size: 3.5rem;
    font-weight: 900;
    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;
}

.video-section .section-subtitle {
    color: #ecf0f1;
    font-size: 1.3rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.video-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.video-item {
    background: white;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(5, 150, 105, 0.1);
    border: 1px solid rgba(5, 150, 105, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.video-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.video-item:hover::before {
    transform: scaleX(1);
}

.video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 80px rgba(5, 150, 105, 0.15);
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(5, 150, 105, 0.1);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.video-content h3 {
    color: #0B1220;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.video-content p {
    color: #64748B;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.video-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

.video-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(5, 150, 105, 0.4);
}

.video-btn i:first-child {
    font-size: 0.9rem;
}

.video-btn i:last-child {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.video-btn:hover i:last-child {
    transform: translateX(3px);
}

/* Responsive Design for Video Section */
@media (max-width: 1024px) {
    .video-container {
        gap: 30px;
    }
    
    .video-item {
        padding: 30px;
    }
    
    .video-section .section-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .video-section {
        padding: 80px 0;
    }
    
    .video-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .video-section .section-title {
        font-size: 2rem;
    }
    
    .video-section .section-subtitle {
        font-size: 1rem;
    }
    
    .video-item {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .video-section {
        padding: 60px 0;
    }
    
    .video-section .section-title {
        font-size: 1.8rem;
    }
    
    .video-item {
        padding: 25px;
    }
    
    .video-content h3 {
        font-size: 1.3rem;
    }
    
    .video-content p {
        font-size: 0.95rem;
    }
    
    .video-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}

/* ===== CTA SECTION ===== */
.cta-section {
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.cta-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="cta-dots" width="25" height="25" patternUnits="userSpaceOnUse"><circle cx="12.5" cy="12.5" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-dots)"/></svg>');
    opacity: 0.6;
}

.cta-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.cta-text {
    color: white;
}

.cta-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cta-description {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 35px;
    opacity: 0.95;
}

.cta-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
    font-weight: 500;
}

.cta-feature i {
    color: #0B1220;
    font-size: 1.2rem;
    background: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* CTA Form */
.cta-form {
    background: white;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-header h3 {
    color: #0B1220;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-header p {
    color: #64748B;
    font-size: 1rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    position: relative;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px 20px 15px 50px;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    color: #0B1220;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #059669;
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1);
}

.form-group i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #059669;
    font-size: 1.1rem;
    z-index: 2;
}

.form-group textarea {
    padding-left: 50px;
    resize: vertical;
    min-height: 80px;
}

.form-group textarea + i {
    top: 25px;
    transform: none;
}

.submit-btn {
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    color: white;
    border: none;
    padding: 18px 30px;
    border-radius: 15px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(5, 150, 105, 0.4);
}

.submit-btn i {
    font-size: 1rem;
}

.form-footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.form-footer p {
    color: #64748B;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.form-footer i {
    color: #28a745;
    font-size: 1rem;
}

/* Responsive Design for CTA Section */
@media (max-width: 1024px) {
    .cta-content {
        gap: 60px;
    }
    
    .cta-title {
        font-size: 2.5rem;
    }
    
    .cta-form {
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .cta-section {
        padding: 80px 0;
    }
    
    .cta-content {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .cta-title {
        font-size: 2.2rem;
    }
    
    .cta-description {
        font-size: 1.1rem;
    }
    
    .cta-features {
        align-items: center;
    }
    
    .cta-form {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-form {
        padding: 25px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 12px 15px 12px 45px;
        font-size: 0.95rem;
    }
    
    .form-group i {
        left: 15px;
        font-size: 1rem;
    }
    
    .submit-btn {
        padding: 15px 25px;
        font-size: 1rem;
    }
}

/* ===== REVIEWS SECTION ===== */
.reviews-section {
    background: #F0FAF8;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.reviews-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.reviews-section .section-title {
    color: #0B1220;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.reviews-section .section-subtitle {
    color: #64748B;
    font-size: 1.1rem;
}

.reviews-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.reviews-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 30px;
}

.review-card {
    min-width: 350px;
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(5, 150, 105, 0.1);
    border: 1px solid rgba(5, 150, 105, 0.1);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(5, 150, 105, 0.15);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.student-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.student-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #FF8888;
}

.student-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.student-details h4 {
    color: #0B1220;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.student-details span {
    color: #059669;
    font-size: 0.9rem;
    font-weight: 500;
}

.review-rating {
    display: flex;
    gap: 2px;
}

.review-rating i {
    color: #FFD700;
    font-size: 0.9rem;
}

.review-text {
    color: #64748B;
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
}

.reviews-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.nav-btn {
    background: white;
    border: 2px solid #FF8888;
    color: #059669;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background: #FF8888;
    color: white;
    transform: scale(1.1);
}

.nav-btn i {
    font-size: 1rem;
}

.nav-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e9ecef;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #FF8888;
    transform: scale(1.2);
}

/* Responsive Design for Reviews Section */
@media (max-width: 768px) {
    .reviews-section {
        padding: 60px 0;
    }
    
    .reviews-section .section-title {
        font-size: 2rem;
    }
    
    .review-card {
        min-width: 300px;
        padding: 25px;
    }
    
    .reviews-track {
        gap: 20px;
    }
    
    .reviews-nav {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .reviews-section .section-title {
        font-size: 1.8rem;
    }
    
    .review-card {
        min-width: 280px;
        padding: 20px;
    }
    
    .student-avatar {
        width: 45px;
        height: 45px;
    }
    
    .nav-btn {
        width: 40px;
        height: 40px;
    }
}

/* ===== FAQ SECTION ===== */
.faq-section {
    background: white;
    padding: 80px 0;
    position: relative;
}

.faq-section .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-section .section-title {
    color: #0B1220;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.faq-section .section-subtitle {
    color: #64748B;
    font-size: 1.1rem;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto 50px;
}

.faq-item {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
    border-color: #059669;
    box-shadow: 0 5px 20px rgba(5, 150, 105, 0.1);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 25px 30px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    color: #0B1220;
    font-size: 1.1rem;
    font-weight: 600;
}

.faq-question:hover {
    background: #F0FAF8;
    color: #059669;
}

.faq-question i {
    color: #059669;
    font-size: 1rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #F0FAF8;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    padding: 0 30px 25px;
    margin: 0;
    color: #64748B;
    line-height: 1.6;
    font-size: 1rem;
}

.faq-cta {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, #1F3A5F 0%, #059669 100%);
    border-radius: 20px;
    color: white;
    margin-top: 40px;
}

.faq-cta p {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}

.faq-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #059669;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: #F0FAF8;
}

.faq-contact-btn i {
    font-size: 1rem;
}

/* Responsive Design for FAQ Section */
@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-section .section-title {
        font-size: 2rem;
    }
    
    .faq-question {
        padding: 20px 25px;
        font-size: 1rem;
    }
    
    .faq-answer p {
        padding: 0 25px 20px;
    }
    
    .faq-cta {
        padding: 30px 25px;
        margin-top: 30px;
    }
    
    .faq-cta p {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .faq-section .section-title {
        font-size: 1.8rem;
    }
    
    .faq-question {
        padding: 18px 20px;
        font-size: 0.95rem;
    }
    
    .faq-answer p {
        padding: 0 20px 18px;
        font-size: 0.95rem;
    }
    
    .faq-cta {
        padding: 25px 20px;
    }
    
    .faq-contact-btn {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}

/* ===== 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;
    }
}/* End custom CSS */