.elementor-2976 .elementor-element.elementor-element-bd158a2{--display:flex;}.elementor-2976 .elementor-element.elementor-element-d422d81{width:100%;max-width:100%;top:-1px;}body:not(.rtl) .elementor-2976 .elementor-element.elementor-element-d422d81{left:0px;}body.rtl .elementor-2976 .elementor-element.elementor-element-d422d81{right:0px;}/* Start custom CSS for html, class: .elementor-element-d422d81 */<style>
        /* ==================== RESET & GLOBAL STYLES ==================== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: #374151;
            background-color: #FFFFFF;
            line-height: 1.5;
            scroll-behavior: smooth;
        }

        h1, h2, h3, h4, .logo-text, .nav-links a, .cta-button, .card-title, .step-title, .testimonial-name, .blog-title {
            font-family: 'Poppins', sans-serif;
        }

        h2 {
            font-size: 2.2rem;
            font-weight: 700;
            color: #1A3C6E;
            margin-bottom: 2rem;
            text-align: center;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }

        a {
            text-decoration: none;
        }

        /* ==================== HEADER BASE ==================== */
        .site-header {
            position: sticky;
            top: 0;
            z-index: 9999;
            width: 100%;
            background: #1A3C6E;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
        }

        /* ==================== HEADER INNER ==================== */
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 72px;
            padding: 0 48px;
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
        }

        /* ==================== BRAND IDENTITY ==================== */
        .brand {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 2px;
            text-decoration: none;
        }

        .brand-name {
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            font-size: 21px;
            color: #FFFFFF;
            line-height: 1.2;
            letter-spacing: -0.3px;
        }

        .brand-tagline {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 10.5px;
            color: rgba(255, 255, 255, 0.6);
            letter-spacing: 0.3px;
            line-height: 1;
        }

        /* ==================== HAMBURGER BUTTON ==================== */
        .menu-toggle-input {
            display: none;
        }

        .hamburger-label {
            display: none;
            cursor: pointer;
            flex-direction: column;
            justify-content: center;
            gap: 5px;
            padding: 8px;
            z-index: 10001;
        }

        .hamburger-label span {
            display: block;
            width: 25px;
            height: 2.5px;
            background: #FFFFFF;
            border-radius: 3px;
            transition: all 0.3s ease;
        }

        input#main-menu-toggle:checked ~ .hamburger-label span:nth-child(1) {
            transform: rotate(45deg) translateY(7.5px);
        }

        input#main-menu-toggle:checked ~ .hamburger-label span:nth-child(2) {
            opacity: 0;
            transform: scaleX(0);
        }

        input#main-menu-toggle:checked ~ .hamburger-label span:nth-child(3) {
            transform: rotate(-45deg) translateY(-7.5px);
        }

        /* ==================== MAIN NAV DESKTOP ==================== */
        .main-nav {
            display: flex;
            align-items: center;
        }

        .nav-list {
            display: flex;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 2px;
        }

        input#services-toggle,
        input#destinations-toggle,
        input#company-toggle {
            display: none;
        }

        .nav-link {
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-size: 14.5px;
            color: #FFFFFF;
            padding: 8px 13px;
            border-radius: 6px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 5px;
            transition: background 0.2s;
            white-space: nowrap;
            user-select: none;
        }

        .nav-link:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        .nav-link.active {
            color: #F97316;
            font-weight: 600;
        }

        .dropdown-label {
            cursor: pointer;
        }

        .chevron {
            display: inline-block;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.7);
            transition: transform 0.25s ease;
            margin-left: 2px;
            line-height: 1;
            transform: rotate(90deg);
        }

        .has-dropdown {
            position: relative;
        }

        .dropdown-menu {
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            background: #FFFFFF;
            border-radius: 12px;
            border: 1px solid #E5E7EB;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
            min-width: 230px;
            padding: 8px 0;
            list-style: none;
            margin: 0;
            z-index: 10000;
            opacity: 0;
            visibility: hidden;
            pointer-events: auto;
            transform: translateY(-8px);
            transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
        }

        .has-dropdown:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translateY(0);
        }

        .has-dropdown:hover .chevron {
            transform: rotate(-90deg);
        }

        .dropdown-section-label {
            font-family: 'Inter', sans-serif;
            font-size: 10px;
            font-weight: 700;
            color: #6B7280;
            letter-spacing: 1.8px;
            text-transform: uppercase;
            padding: 10px 20px 4px;
            pointer-events: none;
            display: block;
        }

        .dropdown-menu li a {
            display: block;
            padding: 10px 20px;
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            color: #111827;
            font-weight: 500;
            transition: all 0.15s;
            border-left: 3px solid transparent;
        }

        .dropdown-menu li a:hover {
            background: #EEF2FF;
            color: #2563EB;
            border-left-color: #F97316;
            padding-left: 23px;
        }

        .cta-button {
            background: #F97316;
            color: #FFFFFF;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 14px;
            padding: 11px 22px;
            border-radius: 25px;
            white-space: nowrap;
            box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
            transition: all 0.25s;
            display: inline-block;
        }

        .cta-button:hover {
            background: #ea6c0a;
            transform: translateY(-1px);
            box-shadow: 0 6px 20px rgba(249, 115, 22, 0.5);
        }

        .nav-cta {
            margin-left: 10px;
        }

        /* ==================== SECTION 2: HERO SECTION ==================== */
        .hero {
            background-color: #F8F9FA;
            padding: 4rem 0;
        }

        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
        }

        .hero-left h1 {
            font-size: 3rem;
            font-weight: 800;
            color: #111827;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }

        .hero-left p {
            font-size: 1.1rem;
            color: #374151;
            margin-bottom: 2rem;
        }

        .hero-buttons {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .btn-primary {
            background-color: #2563EB;
            color: white;
            padding: 0.9rem 1.8rem;
            border-radius: 40px;
            text-decoration: none;
            font-weight: 600;
            transition: 0.2s;
            display: inline-block;
        }

        .btn-primary:hover {
            background-color: #1a4bc4;
            transform: translateY(-2px);
        }

        .btn-outline {
            border: 2px solid #1A3C6E;
            color: #1A3C6E;
            background: transparent;
            padding: 0.9rem 1.8rem;
            border-radius: 40px;
            text-decoration: none;
            font-weight: 600;
            transition: 0.2s;
        }

        .btn-outline:hover {
            background-color: #1A3C6E;
            color: white;
        }

        .hero-image {
            background-color: #8C4C64;
            border-radius: 32px;
            height: 450px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 500;
            background-image: linear-gradient(135deg, #a05c74, #6e3a4e);
            box-shadow: 0 20px 30px -10px rgba(0,0,0,0.1);
        }

        /* ==================== SECTION 3: STATS STRIP ==================== */
        .stats-strip {
            background-color: #1A3C6E;
            padding: 3rem 0;
        }

        .stats-container {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            text-align: center;
            gap: 2rem;
        }

        .stat-item {
            flex: 1;
            min-width: 180px;
            border-right: 1px solid rgba(255,255,255,0.2);
        }

        .stat-item:last-child {
            border-right: none;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: #F97316;
        }

        .stat-label {
            color: white;
            font-weight: 500;
        }

        /* ==================== SECTION 4: WHY CHOOSE US ==================== */
        
.why-choose {
    padding: 80px 0;
    background: #f8f9fa;
}

.why-choose h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    color: #1e3c72;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.card {
    background: white;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.icon-circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.icon-circle i {
    font-size: 30px;
    color: white;
}

.card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #1e3c72;
}

.card p {
    color: #666;
    line-height: 1.5;
    font-size: 14px;
}

@media (max-width: 768px) {
    .cards-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
    
    .why-choose {
        padding: 50px 0;
    }
    
    .why-choose h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

/* ========================
   SERVICES OVERVIEW SECTION
   ======================== */

.services-overview {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.services-overview h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
    color: #1e3c72;
}

.section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-grid.secondary {
    margin-top: 40px;
}

/* Service Card Styling */
.service-card {
    background: white;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: #2a5298;
}

.service-card-secondary {
    background: white;
    cursor: default;
}

.service-card-secondary:hover {
    transform: translateY(-5px);
}

/* Service Icon */
.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: transform 0.3s;
}

.service-card:hover .service-icon {
    transform: scale(1.05);
}

.service-icon i {
    font-size: 36px;
    color: white;
}

/* Service Card Typography */
.service-card h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1e3c72;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Learn More Link */
.service-link {
    display: inline-block;
    color: #2a5298;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}

.service-card:hover .service-link {
    color: #1e3c72;
    transform: translateX(5px);
    display: inline-block;
}

/* Responsive */
@media (max-width: 768px) {
    .services-overview {
        padding: 50px 0;
    }
    
    .services-overview h2 {
        font-size: 28px;
        padding: 0 15px;
    }
    
    .section-subtitle {
        font-size: 16px;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }
    
    .service-card {
        padding: 25px 20px;
    }
    
    .service-icon {
        width: 70px;
        height: 70px;
    }
    
    .service-icon i {
        font-size: 30px;
    }
    
    .service-card h3 {
        font-size: 20px;
    }
}
        /* ==================== SECTION 5: STUDY DESTINATIONS ==================== */
        .destinations {
    padding: 80px 0;
    background: #f8f9fa;
}

.destinations h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
    color: #1e3c72;
}

.destinations .section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.scroll-wrapper {
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
    scrollbar-width: thin;
    padding-bottom: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.destinations-row {
    display: inline-flex;
    gap: 1.8rem;
}

.dest-card {
    width: 220px;
    min-width: 220px;
    white-space: normal;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    /* Fix: prevent overflow on hover */
    transform: translateZ(0);
    backface-visibility: hidden;
}

.dest-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    border-color: #2a5298;
}

/* Fix: Card content should not change on hover */
.dest-card * {
    transition: none;
}

.dest-card:hover .dest-img {
    transform: none;
}

.dest-img {
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    background-size: cover;
    background-position: center;
    /* Remove any hover transform */
    transition: none;
}

/* Flag backgrounds */
.dest-img.usa { background: linear-gradient(135deg, #1e3c72, #2a5298); }
.dest-img.uk { background: linear-gradient(135deg, #0f2027, #203a43); }
.dest-img.canada { background: linear-gradient(135deg, #e52d27, #b31217); }
.dest-img.australia { background: linear-gradient(135deg, #1e3c72, #2a5298); }
.dest-img.ireland { background: linear-gradient(135deg, #11998e, #38ef7d); }
.dest-img.germany { background: linear-gradient(135deg, #000000, #434343); }
.dest-img.south-korea { background: linear-gradient(135deg, #c31432, #240b36); }

.dest-card h4 {
    margin: 1rem 0 0.25rem;
    font-weight: 700;
    color: #1e3c72;
    padding: 0 1rem;
    font-size: 18px;
}

.dest-card p {
    color: #666;
    font-size: 13px;
    padding: 0 1rem;
    margin: 5px 0;
    white-space: normal;
    line-height: 1.4;
}

.dest-card a {
    display: inline-block;
    margin: 0.75rem 1rem 1.2rem;
    color: #2a5298;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s, transform 0.3s;
}

.dest-card a:hover {
    color: #f97316;
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
    .destinations {
        padding: 50px 0;
    }
    
    .destinations h2 {
        font-size: 28px;
    }
    
    .dest-card {
        width: 200px;
        min-width: 200px;
    }
    
    .dest-img {
        height: 120px;
    }
}

        /* ==================== SECTION 6: 7-STEP JOURNEY ==================== */
        .journey {
    padding: 80px 0;
    background: linear-gradient(135deg, #F8F9FA 0%, #EEF2FF 100%);
}

.journey h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 15px;
}

.journey-subtitle {
    text-align: center;
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 50px;
}

/* Steps Container - Horizontal Scroll for Mobile, Grid for Desktop */
.steps-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.step {
    background: white;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.step:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.1);
    border-color: #F97316;
}

.step-circle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.step:hover .step-circle {
    background: linear-gradient(135deg, #F97316 0%, #e05f0a 100%);
    transform: scale(1.05);
}

.step-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 12px;
}

.step-desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .steps-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .journey h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .journey {
        padding: 50px 0;
    }
    
    .journey h2 {
        font-size: 28px;
    }
    
    .journey-subtitle {
        font-size: 14px;
        margin-bottom: 35px;
    }
    
    .steps-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    
    .step {
        padding: 25px 20px;
    }
    
    .step-circle {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .step-title {
        font-size: 16px;
    }
    
    .step-desc {
        font-size: 12px;
    }
}

        /* ==================== SECTION 7: TESTIMONIALS ==================== */
        .testimonials {
            background-color: #EEF2FF;
            padding: 5rem 0;
        }

        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
        }

        .testi-card {
            background: white;
            border-radius: 16px;
            padding: 1.8rem;
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            transition: 0.2s;
        }

        .testi-card:hover {
            transform: translateY(-5px);
        }

        .stars {
            color: #EAB308;
            margin-bottom: 1rem;
            letter-spacing: 2px;
            font-size: 1.2rem;
        }

        .quote {
            font-style: italic;
            margin-bottom: 1rem;
            color: #374151;
        }

        .student-name {
            font-weight: 700;
            color: #111827;
        }

        .student-location {
            font-size: 0.8rem;
            color: #6B7280;
        }

        /* ==================== SECTION 8: BLOG PREVIEW ==================== */
        .blog-preview {
            padding: 5rem 0;
            background: white;
        }

        .blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
        }

        .blog-card {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: 0.2s;
            background: white;
            border: 1px solid #E5E7EB;
        }

        .blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.1);
        }

        .blog-img {
            height: 200px;
            width: 100%;
            background-size: cover;
        }

        .blog-content {
            padding: 1.2rem;
        }

        .category {
            background-color: #EEF2FF;
            color: #2563EB;
            display: inline-block;
            padding: 0.2rem 0.8rem;
            border-radius: 20px;
            font-size: 0.7rem;
            font-weight: 600;
            margin-bottom: 0.8rem;
        }

        .blog-title {
            font-size: 1.2rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 0.5rem;
        }

        .blog-excerpt {
            color: #374151;
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }

        .blog-date {
            color: #6B7280;
            font-size: 0.75rem;
            display: block;
            margin: 0.5rem 0;
        }

        .read-more {
            color: #F97316;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9rem;
        }

        .read-more:hover {
            text-decoration: underline;
        }

        /* ==================== SECTION 9: CTA BANNER ==================== */
        .cta-banner {
            background-color: #2563EB;
            padding: 4rem 2rem;
            text-align: center;
            color: white;
        }

        .cta-banner h2 {
            color: white;
            margin-bottom: 1rem;
        }

        .cta-banner p {
            margin-bottom: 2rem;
            font-size: 1.1rem;
        }

        .btn-large {
            background-color: #F97316;
            padding: 0.9rem 2rem;
            border-radius: 50px;
            color: white;
            font-weight: 700;
            text-decoration: none;
            display: inline-block;
            font-size: 1.1rem;
            transition: 0.2s;
        }

        .btn-large:hover {
            background-color: #e05f0a;
            transform: scale(1.05);
        }

        /* ==================== FLOATING WHATSAPP BUTTON ==================== */
        .whatsapp-float {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background-color: #16A34A;
            border-radius: 50px;
            padding: 0.8rem 1.2rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: white;
            text-decoration: none;
            font-weight: 600;
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
            z-index: 99;
            transition: 0.2s;
        }

        .whatsapp-float:hover {
            background-color: #128c3a;
            transform: scale(1.05);
        }

        .whatsapp-float i {
            font-size: 1.5rem;
        }

        /* ==================== FOOTER ==================== */
        .footer {
            background-color: #0F172A;
            padding: 3rem 2rem 1rem;
            color: #6B7280;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            max-width: 1280px;
            margin: 0 auto;
        }

        .footer-col h3 {
            color: #F97316;
            margin-bottom: 1rem;
            font-size: 1.2rem;
        }

        .footer-col p, .footer-col a {
            color: #6B7280;
            text-decoration: none;
            display: block;
            margin-bottom: 0.5rem;
            transition: 0.2s;
        }

        .footer-col a:hover {
            color: white;
        }

        .social-icons {
            margin-top: 1rem;
        }

        .social-icons a {
            display: inline-block;
            background-color: #2563EB;
            color: white;
            border-radius: 50%;
            width: 34px;
            height: 34px;
            text-align: center;
            line-height: 34px;
            margin-right: 8px;
            transition: 0.2s;
        }

        .social-icons a:hover {
            background-color: #F97316;
            transform: translateY(-3px);
        }

        .copyright {
            text-align: center;
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 2rem;
            margin-top: 3rem;
            font-size: 0.8rem;
        }

        /* ==================== RESPONSIVE DESIGN (PERFORMANCE-OPTIMIZED) ==================== */
        @media (max-width: 1023px) {
            .header-inner {
                padding: 0 20px;
                height: 64px;
            }
            .brand-name { font-size: 17px; }
            .brand-tagline { font-size: 9.5px; }
            .hamburger-label { display: flex; }
            .main-nav {
                position: absolute;
                top: 64px;
                left: 0;
                width: 100%;
                background: #1A3C6E;
                z-index: 9998;
                overflow: hidden;
                max-height: 0;
                transition: max-height 0.4s ease;
            }
            input#main-menu-toggle:checked ~ .main-nav { max-height: 100vh; }
            .nav-list {
                flex-direction: column;
                width: 100%;
                gap: 0;
                padding: 8px 0 16px 0;
            }
            .nav-list li { width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
            .nav-link {
                font-size: 15px;
                padding: 14px 24px;
                width: 100%;
                justify-content: space-between;
                border-radius: 0;
            }
            .nav-cta { margin-left: 0; padding: 16px 20px; }
            .cta-button { display: block; text-align: center; border-radius: 25px; padding: 13px 20px; font-size: 15px; }
            .dropdown-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                pointer-events: auto;
                transform: none;
                box-shadow: none;
                border: none;
                border-radius: 0;
                background: rgba(0, 0, 0, 0.25);
                min-width: unset;
                width: 100%;
                padding: 0;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.35s ease;
            }
            .has-dropdown:hover .dropdown-menu { max-height: 0; }
            input#services-toggle:checked ~ .dropdown-menu,
            input#destinations-toggle:checked ~ .dropdown-menu,
            input#company-toggle:checked ~ .dropdown-menu { max-height: 500px; }
            input#services-toggle:checked ~ .dropdown-label .chevron,
            input#destinations-toggle:checked ~ .dropdown-label .chevron,
            input#company-toggle:checked ~ .dropdown-label .chevron { transform: rotate(-90deg); }
            .dropdown-menu li a {
                padding: 12px 24px 12px 40px;
                font-size: 14px;
                color: rgba(255, 255, 255, 0.85);
                border-bottom: 1px solid rgba(255, 255, 255, 0.07);
                border-left: none;
            }
            .dropdown-menu li a:hover {
                background: rgba(255, 255, 255, 0.08);
                color: #FFFFFF;
                padding-left: 44px;
            }
            .dropdown-section-label {
                color: rgba(255, 255, 255, 0.45);
                padding: 10px 24px 4px 40px;
            }
            .hero-grid { grid-template-columns: 1fr; text-align: center; }
            .hero-buttons { justify-content: center; }
            .hero-left h1 { font-size: 2.2rem; }
            .hero-image { height: 300px; }
            .stats-container { flex-direction: column; }
            .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 1rem; }
            .stat-item:last-child { border-bottom: none; }
            .steps-container { flex-direction: column; align-items: center; }
            .step { max-width: 280px; width: 100%; margin-bottom: 1.5rem; }
            .footer-grid { grid-template-columns: 1fr; text-align: center; }
            .social-icons a { margin: 0 4px; }
            h2 { font-size: 1.8rem; }
        }

        @media (max-width: 480px) {
            .container { padding: 0 16px; }
            .hero-left h1 { font-size: 1.8rem; }
            .hero-buttons { flex-direction: column; align-items: center; }
            .btn-primary, .btn-outline { width: 100%; text-align: center; }
            .whatsapp-float { padding: 0.6rem 1rem; font-size: 0.9rem; }
            .brand-name { font-size: 15px; }
            .brand-tagline { display: none; }
            .header-inner { height: 60px; }
            .main-nav { top: 60px; }
        }

        .nav-link.active { color: #F97316; font-weight: 600; }
        .nav-link:focus-visible, .cta-button:focus-visible, .brand:focus-visible, .hamburger-label:focus-visible {
            outline: 2px solid #F97316;
            outline-offset: 2px;
            border-radius: 4px;
        }
    </style>/* End custom CSS */