.elementor-3337 .elementor-element.elementor-element-36edfc7{--display:flex;}.elementor-3337 .elementor-element.elementor-element-a55e58b{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-3337 .elementor-element.elementor-element-a55e58b{left:0px;}body.rtl .elementor-3337 .elementor-element.elementor-element-a55e58b{right:0px;}/* Start custom CSS for html, class: .elementor-element-a55e58b *//* ==================== RESET AND BASE ==================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: #374151;
    background-color: #FFFFFF;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

/* ==================== GOOGLE FONTS ==================== */
/* Imported via HTML head */

/* ==================== HEADER STYLES ==================== */
.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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    padding: 0 48px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.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;
}

.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 {
    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;
}

.dropdown-trigger {
    position: relative;
}

.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: 100%;
    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;
}

/* ==================== HERO SECTION ==================== */
.faq-hero {
    background: linear-gradient(135deg, #1A3C6E 0%, #2563EB 100%);
    min-height: 380px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-bg-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    transform: translate(30%, -30%);
    pointer-events: none;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 24px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.breadcrumb {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.3px;
}

.breadcrumb .separator {
    margin: 0 6px;
}

.hero-content h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1.2;
    margin-top: 16px;
}

.hero-content p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
    max-width: 620px;
    margin: 16px auto 0;
}

.search-bar {
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    padding: 6px 6px 6px 24px;
    display: flex;
    align-items: center;
    max-width: 520px;
    margin: 32px auto 0;
}

.search-bar input {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    background: transparent;
    border: none;
    outline: none;
    flex: 1;
    padding: 10px 0;
}

.search-bar input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-btn {
    background: #F97316;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 24px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s;
}

.search-btn:hover {
    background: #ea6c0a;
}

/* ==================== FAQ TABS ==================== */
.faq-tabs-wrapper {
    background: #FFFFFF;
    position: sticky;
    top: 72px;
    z-index: 100;
    border-bottom: 1px solid #E5E7EB;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.faq-tabs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.faq-tabs::-webkit-scrollbar {
    display: none;
}

.faq-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 18px 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #6B7280;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
}

.faq-tab:hover {
    color: #2563EB;
    border-bottom-color: #EEF2FF;
}

.faq-tab-active {
    color: #2563EB;
    border-bottom-color: #2563EB;
    font-weight: 600;
}

.faq-tab .badge {
    background: #EEF2FF;
    color: #2563EB;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
}

/* ==================== MAIN CONTENT GRID ==================== */
.faq-main {
    background: #F8F9FA;
    padding: 80px 0;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
}

/* ==================== FAQ ACCORDION ==================== */
.faq-group {
    margin-bottom: 48px;
}

.group-header {
    padding: 0 0 16px 0;
}

.group-header h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1A3C6E;
    border-left: 4px solid #F97316;
    padding-left: 16px;
}

.group-header p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #6B7280;
    padding-left: 20px;
    margin-top: 6px;
}

.faq-item {
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s;
}

.faq-checkbox {
    display: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #111827;
    transition: background 0.2s;
    user-select: none;
    gap: 16px;
}

.faq-question:hover {
    background: #F8F9FA;
}

.faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #EEF2FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s;
}

.faq-icon span {
    font-size: 18px;
    color: #2563EB;
    font-weight: 300;
    line-height: 1;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 24px;
    background: #FFFFFF;
}

.faq-answer-inner {
    padding: 0 0 20px 0;
    border-top: 1px solid #E5E7EB;
    padding-top: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #374151;
    line-height: 1.8;
}

.faq-checkbox:checked ~ .faq-answer {
    max-height: 600px;
}

.faq-checkbox:checked ~ .faq-question {
    background: #EEF2FF;
}

.faq-checkbox:checked ~ .faq-question .faq-icon span {
    content: "−";
}

/* ==================== SIDEBAR CARDS ==================== */
.faq-right {
    position: sticky;
    top: 160px;
    align-self: start;
}

.sidebar-card {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    padding: 28px;
    margin-bottom: 24px;
}

.sidebar-card h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #111827;
    margin-bottom: 12px;
}

.sidebar-card p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #6B7280;
    line-height: 1.6;
    margin-bottom: 20px;
}

.whatsapp-card-btn {
    display: block;
    background: #16A34A;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 20px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s;
    margin-bottom: 12px;
}

.whatsapp-card-btn:hover {
    background: #15803d;
}

.counselling-card-btn {
    display: block;
    background: #2563EB;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 20px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s;
    margin-bottom: 12px;
}

.counselling-card-btn:hover {
    background: #1A3C6E;
}

.call-card-btn {
    display: block;
    background: transparent;
    border: 1.5px solid #1A3C6E;
    color: #1A3C6E;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 20px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s;
}

.call-card-btn:hover {
    background: #1A3C6E;
    color: #FFFFFF;
}

.topic-list {
    display: flex;
    flex-direction: column;
}

.topic-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #E5E7EB;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #374151;
    text-decoration: none;
    transition: color 0.2s;
}

.topic-item:hover {
    color: #2563EB;
}

.topic-item span {
    color: #F97316;
}

.download-card {
    background: #EEF2FF;
}

.resource-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(37, 99, 235, 0.1);
}

.resource-icon {
    width: 40px;
    height: 40px;
    background: #2563EB;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
}

.resource-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resource-name {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #111827;
    font-weight: 600;
}

.download-link {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #2563EB;
    text-decoration: underline;
    cursor: pointer;
}

/* ==================== SEARCH NOTICE BAND ==================== */
.search-notice {
    background: #EEF2FF;
    padding: 20px 32px;
}

.search-notice-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.search-notice-inner p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #374151;
    font-weight: 500;
}

.ask-experts-btn {
    background: #F97316;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.25s;
}

.ask-experts-btn:hover {
    background: #ea6c0a;
}

/* ==================== RESOURCES SECTION ==================== */
.resources-section {
    background: #FFFFFF;
    padding: 80px 48px;
}

.resources-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.resources-section h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #111827;
    text-align: center;
}

.section-subtext {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #6B7280;
    text-align: center;
    margin-top: 10px;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 48px;
}

.resource-card {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s;
}

.resource-card:hover {
    transform: translateY(-4px);
}

.resource-image {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
}

.resource-body {
    padding: 24px;
}

.resource-category {
    display: inline-block;
    background: #EEF2FF;
    color: #2563EB;
    border-radius: 20px;
    font-size: 12px;
    padding: 4px 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.resource-body h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #111827;
    margin-top: 12px;
}

.resource-body p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #374151;
    margin-top: 8px;
    line-height: 1.6;
}

.resource-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.read-more-link {
    color: #F97316;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.free-badge {
    background: #16A34A;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
}

/* ==================== TESTIMONIALS ==================== */
.testimonials-band {
    background: #F8F9FA;
    padding: 80px 48px;
}

.testimonials-band .container {
    max-width: 1200px;
    margin: 0 auto;
}

.testimonials-band h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1A3C6E;
    text-align: center;
}

.testimonials-grid-faq {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 48px;
}

.testimonial-card-faq {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    padding: 28px;
}

.stars {
    color: #EAB308;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.testimonial-quote {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #374151;
    font-style: italic;
    line-height: 1.8;
}

.testimonial-divider {
    height: 1px;
    background: #E5E7EB;
    margin: 20px 0;
}

.student-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #111827;
    margin-bottom: 4px;
}

.student-course {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #2563EB;
}

.student-location {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #6B7280;
    margin-top: 4px;
}

/* ==================== CTA BANNER ==================== */
.cta-banner-faq {
    background: linear-gradient(135deg, #1A3C6E 0%, #2563EB 100%);
    padding: 80px 48px;
    text-align: center;
}

.cta-banner-faq .container {
    max-width: 700px;
    margin: 0 auto;
}

.cta-banner-faq h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 1.25;
}

.cta-banner-faq p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.82);
    margin-top: 16px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.cta-primary {
    background: #F97316;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 25px;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.4);
    transition: all 0.25s;
    text-decoration: none;
}

.cta-primary:hover {
    background: #ea6c0a;
    transform: translateY(-1px);
}

.cta-secondary {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 25px;
    transition: all 0.25s;
    text-decoration: none;
}

.cta-secondary:hover {
    border-color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
}

/* ==================== 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: all 0.3s ease;
}

.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: all 0.3s ease;
}

.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 BREAKPOINTS 1023px ==================== */
@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;
        overflow-y: auto;
    }

    .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;
    }

    .dropdown-trigger {
        width: 100%;
    }

    .dropdown-trigger .nav-link {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 14px 24px;
        margin: 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;
        margin: 0;
    }

    .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 {
        opacity: 1;
        visibility: visible;
        max-height: 0;
        transform: none;
    }

    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-trigger .chevron,
    input#destinations-toggle:checked ~ .dropdown-trigger .chevron,
    input#company-toggle:checked ~ .dropdown-trigger .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;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .faq-right {
        position: static;
    }

    .resources-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-grid-faq {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==================== RESPONSIVE BREAKPOINTS 768px ==================== */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .search-bar {
        flex-direction: column;
        background: transparent;
        border: none;
        padding: 0;
        gap: 12px;
    }

    .search-bar input {
        background: rgba(255, 255, 255, 0.12);
        border: 1.5px solid rgba(255, 255, 255, 0.25);
        border-radius: 50px;
        padding: 12px 20px;
        width: 100%;
    }

    .search-btn {
        width: 100%;
        padding: 12px;
    }

    .faq-tabs {
        padding: 0 20px;
    }

    .faq-tab {
        padding: 14px 18px;
        font-size: 13px;
    }

    .faq-container {
        padding: 0 20px;
    }

    .search-notice-inner {
        padding: 0 20px;
        flex-direction: column;
        text-align: center;
    }

    .resources-section {
        padding: 60px 20px;
    }

    .resources-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-band {
        padding: 60px 20px;
    }

    .testimonials-grid-faq {
        grid-template-columns: 1fr;
    }

    .cta-banner-faq {
        padding: 60px 20px;
    }

    .cta-banner-faq h2 {
        font-size: 26px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-primary, .cta-secondary {
        text-align: center;
    }

    .footer {
        padding: 48px 20px 32px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* ==================== RESPONSIVE BREAKPOINTS 480px ==================== */
@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 28px;
    }

    .brand-tagline {
        display: none;
    }

    .faq-question {
        font-size: 13px;
        padding: 16px 20px;
    }

    .faq-answer-inner {
        font-size: 14px;
    }

    .group-header h2 {
        font-size: 18px;
    }

    .sidebar-card {
        padding: 20px;
    }

    .topic-item {
        font-size: 13px;
    }

    .whatsapp-float-faq {
        width: 48px;
        height: 48px;
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-float-faq span {
        font-size: 12px;
    }
}/* End custom CSS */