/* ===== Study Destinations page ===== */

.dest-hero {
    position: relative;
    background:
        radial-gradient(ellipse 900px 500px at 15% -10%, rgba(85,171,215,0.35), transparent 60%),
        radial-gradient(ellipse 700px 500px at 100% 110%, rgba(37,117,252,0.4), transparent 60%),
        linear-gradient(150deg, var(--dark) 0%, var(--primary) 62%, #1a4f86 100%);
    padding: 72px 0 58px;
    text-align: center;
    isolation: isolate;
}

.dest-hero-decor {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    perspective: 1000px;
}

/* Orbit rings — behind the headline, tilted for a 3D feel */
.dest-hero-orbit {
    position: absolute;
    top: 46%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.14);
    transform: translate(-50%, -50%) rotateX(62deg) rotateZ(-12deg);
}

.dest-hero-orbit-1 {
    width: 780px;
    height: 780px;
    animation: destOrbitSpin 46s linear infinite;
}

.dest-hero-orbit-2 {
    width: 560px;
    height: 560px;
    border-color: rgba(255,255,255,0.1);
    animation: destOrbitSpin 34s linear infinite reverse;
}

@keyframes destOrbitSpin {
    from { transform: translate(-50%, -50%) rotateX(62deg) rotateZ(0deg); }
    to   { transform: translate(-50%, -50%) rotateX(62deg) rotateZ(360deg); }
}

/* Floating glass orbs — small 3D-ish spheres drifting in place */
.dest-hero-orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, rgba(255,255,255,0.55), rgba(255,255,255,0.05) 55%, transparent 75%);
    box-shadow: inset -6px -8px 16px rgba(4,26,87,0.25), 0 10px 24px rgba(4,26,87,0.28);
    animation: destOrbFloat 7s ease-in-out infinite;
}

.dest-hero-orb-1 { width: 22px; height: 22px; top: 20%; left: 12%; animation-delay: 0s; }
.dest-hero-orb-2 { width: 14px; height: 14px; top: 66%; left: 18%; animation-delay: 1.2s; }
.dest-hero-orb-3 { width: 18px; height: 18px; top: 24%; right: 14%; animation-delay: 0.6s; }
.dest-hero-orb-4 { width: 11px; height: 11px; top: 60%; right: 20%; animation-delay: 2s; }
.dest-hero-orb-5 { width: 9px; height: 9px; top: 40%; left: 8%; animation-delay: 3s; }

@keyframes destOrbFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-16px); }
}

/* Fine dot texture for depth, masked toward the headline */
.dest-hero-dots {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: radial-gradient(rgba(255,255,255,0.16) 1.4px, transparent 1.4px);
    background-size: 26px 26px;
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 10%, #000 30%, transparent 100%);
    mask-image: radial-gradient(ellipse 80% 70% at 50% 10%, #000 30%, transparent 100%);
}

.dest-hero-blob {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
}

.dest-hero-blob-1 {
    width: 420px;
    height: 420px;
    top: -180px;
    right: -100px;
    background: radial-gradient(circle, rgba(85,171,215,0.5), transparent 70%);
}

.dest-hero-blob-2 {
    width: 360px;
    height: 360px;
    bottom: -240px;
    left: -120px;
    background: radial-gradient(circle, rgba(37,117,252,0.4), transparent 70%);
}

.dest-hero-blob-3 {
    width: 260px;
    height: 260px;
    top: 30%;
    left: 46%;
    background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 70%);
}

.dest-hero-inner {
    position: relative;
    z-index: 1;
}

.dest-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.22);
    padding: 7px 18px;
    border-radius: 30px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.dest-hero-eyebrow svg {
    color: var(--accent);
    flex-shrink: 0;
}

.dest-hero-title {
    color: var(--white);
    font-size: clamp(1.6rem, 5vw, 2.7rem);
    font-weight: 700;
    max-width: 760px;
    margin: 0 auto 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.dest-hero-title span {
    color: var(--accent);
}

.dest-hero-sub {
    color: #cfd9f0;
    max-width: 560px;
    margin: 0 auto 30px;
    font-size: 1rem;
}

.dest-hero-search {
    max-width: 580px;
    margin: 0 auto 36px;
    background: var(--white);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    box-shadow: 0 24px 50px rgba(4,26,87,0.32);
    border: 1px solid rgba(255,255,255,0.5);
}

.dest-hero-search-icon {
    color: var(--primary);
    flex-shrink: 0;
}

.dest-hero-search input {
    flex: 1;
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 0.88rem;
    background: transparent;
    color: var(--text-dark);
}

.dest-hero-search-btn {
    display: none;
}

.dest-hero-stats {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    max-width: 640px;
    margin: 0 auto;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 14px;
    padding: 16px 10px;
    backdrop-filter: blur(6px);
    box-shadow: 0 18px 34px rgba(4,26,87,0.25);
}

.dest-hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    padding: 0 18px;
}

.dest-hero-stat strong {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.dest-hero-stat span {
    color: #cfd9f0;
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.dest-hero-stat-divider {
    width: 1px;
    height: 26px;
    background: rgba(255,255,255,0.18);
}

@media (max-width: 640px) {
    .dest-hero-stats {
        gap: 10px 4px;
    }
    .dest-hero-stat {
        padding: 0 10px;
    }
    .dest-hero-stat-divider:nth-of-type(3) {
        display: none;
    }
}

/* ===== Region tabs (matches uni-tabs-wrapper on the university page) ===== */
.dest-tabs-wrapper {
    background: var(--white);
    border-bottom: 1px solid #eee;
    position: -webkit-sticky;
    position: sticky;
    top: 72px; /* adjust to match your fixed navbar height */
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.dest-tabs-inner {
    display: flex;
    justify-content: center;
    gap: 8px;
    overflow-x: auto;
    padding: 14px 0;
    scrollbar-width: none;
}

.dest-tabs-inner::-webkit-scrollbar {
    display: none;
}

.dest-tab-btn {
    background: var(--light-bg);
    border: none;
    padding: 10px 22px;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-dark);
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.dest-tab-btn:hover {
    background: #e4ecf3;
    color: var(--primary);
}

.dest-tab-btn.active {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    color: var(--white);
    box-shadow: 0 4px 12px rgba(37,117,252,0.3);
}

.dest-tab-badge {
    background: rgba(255,255,255,0.6);
    color: var(--dark);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 20px;
}

.dest-tab-btn.active .dest-tab-badge {
    background: rgba(255,255,255,0.9);
    color: var(--primary);
}

@media (max-width: 640px) {
    .dest-tabs-inner {
        justify-content: flex-start;
        gap: 6px;
    }
    .dest-tab-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}

/* ===== Explore section ===== */
.dest-explore {
    padding-top: 36px;
}

/* Layout */
.dest-layout {
    display: flex;
    gap: 36px;
    align-items: flex-start;
}

.dest-sidebar {
    width: 250px;
    flex-shrink: 0;
    position: sticky;
    top: 130px;
    background: var(--light-bg);
    border-radius: 16px;
    padding: 22px;
}

.dest-sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.dest-sidebar-head h3 {
    font-size: 1.02rem;
    margin: 0;
}

.dest-sidebar-clear {
    background: none;
    border: none;
    color: var(--primary);
    font-size: 0.76rem;
    font-weight: 600;
    cursor: pointer;
}

.dest-sidebar-clear:hover {
    text-decoration: underline;
}



.dest-filter-group:last-child {
    margin-bottom: 0;
}

.dest-filter-title {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 10px;
}

.dest-checkbox {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 6px 0;
    font-size: 0.86rem;
    color: var(--text-dark);
    cursor: pointer;
}

.dest-checkbox input {
    accent-color: var(--primary);
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.dest-checkbox em {
    font-style: normal;
    color: var(--text-light);
    font-size: 0.76rem;
    margin-left: auto;
}

.dest-main {
    flex: 1;
    min-width: 0;
}

.dest-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dest-toolbar-count {
    font-weight: 700;
    color: var(--dark);
    font-size: 0.95rem;
}

.dest-sidebar-toggle {
    display: none;
    align-items: center;
    gap: 6px;
    background: var(--light-bg);
    border: 1px solid #e2e6ec;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--dark);
    cursor: pointer;
}

/* Grid */
.dest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@keyframes destCardIn {
    from { opacity: 0; transform: translateY(18px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.dest-card {
    display: block;
    position: relative;
    background: var(--white);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #eef1f5;
    box-shadow: 0 4px 16px rgba(20,40,70,0.06);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.35s ease;
    color: inherit;
    animation: destCardIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.dest-grid .dest-card:nth-child(1) { animation-delay: 0.02s; }
.dest-grid .dest-card:nth-child(2) { animation-delay: 0.06s; }
.dest-grid .dest-card:nth-child(3) { animation-delay: 0.10s; }
.dest-grid .dest-card:nth-child(4) { animation-delay: 0.14s; }
.dest-grid .dest-card:nth-child(5) { animation-delay: 0.18s; }
.dest-grid .dest-card:nth-child(6) { animation-delay: 0.22s; }
.dest-grid .dest-card:nth-child(7) { animation-delay: 0.26s; }
.dest-grid .dest-card:nth-child(8) { animation-delay: 0.30s; }
.dest-grid .dest-card:nth-child(9) { animation-delay: 0.34s; }
.dest-grid .dest-card:nth-child(10) { animation-delay: 0.38s; }
.dest-grid .dest-card:nth-child(11) { animation-delay: 0.42s; }
.dest-grid .dest-card:nth-child(12) { animation-delay: 0.46s; }

.dest-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 48px rgba(20,40,70,0.16), 0 0 0 1px rgba(37,117,252,0.08);
    border-color: #d7e6fb;
    color: inherit;
}

.dest-card-media {
    position: relative;
    height: 150px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--primary), var(--dark));
    isolation: isolate;
}

.dest-card-media img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.94;
    filter: saturate(1.08);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.dest-card:hover .dest-card-media img:first-child {
    transform: scale(1.1) rotate(0.3deg);
}

/* Bottom scrim so badges/flag always read clearly against any flag colours */
.dest-card-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(4,26,87,0) 45%, rgba(4,26,87,0.45) 100%);
    pointer-events: none;
}

/* Diagonal shine sweep on hover */
.dest-card-media::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(115deg, transparent, rgba(255,255,255,0.35), transparent);
    transform: skewX(-18deg);
    transition: left 0.75s ease;
    pointer-events: none;
}

.dest-card:hover .dest-card-media::after {
    left: 130%;
}

.dest-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(120deg, var(--dark), var(--primary));
    color: var(--white);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 5px 11px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(4,26,87,0.35);
}

.dest-card-flag {
    position: absolute;
    bottom: 12px;
    right: 14px;
    z-index: 3;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--white);
    border: 3px solid var(--white);
    box-shadow: 0 6px 14px rgba(4,26,87,0.28);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.dest-card:hover .dest-card-flag {
    transform: scale(1.12) translateY(-2px);
}

.dest-card-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dest-card-body {
    padding: 24px 18px 18px;
}

.dest-card-body h3 {
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--dark);
    transition: color 0.25s ease;
}

.dest-card:hover .dest-card-body h3 {
    color: var(--primary);
}

.dest-card-city {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    color: var(--text-light);
    margin-bottom: 15px;
}

.dest-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.dest-tag {
    font-size: 0.66rem;
    font-weight: 700;
    padding: 5px 11px;
    border-radius: 20px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dest-card:hover .dest-tag {
    transform: translateY(-1px);
}

.dest-tag-premium,
.dest-tier-premium {
    background: #fdf3e4;
    color: #b5790f;
    border-color: #f5e3c2;
}

.dest-tier-moderate {
    background: #eaf2fb;
    color: var(--primary);
    border-color: #d7e6fb;
}

.dest-tier-budget {
    background: #eafaf0;
    color: #2e8b57;
    border-color: #cdeedb;
}

.dest-tag-outline {
    background: var(--light-bg);
    color: var(--text-light);
    border-color: #e5e9ef;
}

.dest-no-results {
    text-align: center;
    color: var(--text-light);
    padding: 40px 0;
    font-size: 0.9rem;
}

.dest-load-more-wrap {
    text-align: center;
    margin-top: 32px;
}

.dest-showing {
    color: var(--text-light);
    font-size: 0.84rem;
    margin-bottom: 14px;
}

.dest-load-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--light-bg);
    border: 1px solid #e2e6ec;
    color: var(--dark);
    font-weight: 700;
    font-size: 0.86rem;
    padding: 11px 24px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.dest-load-more:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.dest-load-more:disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

/* ===== Why Sukhada ===== */
.dest-why {
    background: var(--white);
}

.dest-why-head {
    text-align: center;
    max-width: 660px;
    margin: 0 auto 44px;
}

.dest-why-eyebrow {
    display: inline-block;
    color: var(--primary);
    background: #eaf2fb;
    border: 1px solid #d7e6fb;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.dest-why-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.dest-why-sub {
    color: var(--text-light);
    font-size: 0.96rem;
    line-height: 1.6;
}

.dest-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.dest-why-card {
    position: relative;
    background: var(--light-bg);
    border-radius: 18px;
    padding: 30px 26px;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.dest-why-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--primary), var(--secondary));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dest-why-card:hover {
    background: var(--white);
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(20,40,70,0.1);
}

.dest-why-card:hover::before {
    opacity: 1;
}

.dest-why-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.dest-why-card:hover .dest-why-icon {
    transform: scale(1.1) rotate(-6deg);
}

.dest-why-icon-a { background: linear-gradient(135deg, #eaf2fb, #d7e6fb); color: var(--primary); }
.dest-why-icon-b { background: linear-gradient(135deg, #fdf3e4, #f5e3c2); color: #b5790f; }
.dest-why-icon-c { background: linear-gradient(135deg, #eafaf0, #cdeedb); color: #2e8b57; }

.dest-why-card h3 {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 1.35;
}

.dest-why-card p {
    font-size: 0.87rem;
    color: var(--text-light);
    line-height: 1.6;
    margin: 0;
}

/* ===== Closing CTA — Quick CTA Strip style (matches home.css .home-quickcta) ===== */
.dest-quickcta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, var(--dark), var(--primary));
    border-radius: 22px;
    padding: 38px 44px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dest-quickcta::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(85,171,215,0.28), transparent 70%);
    pointer-events: none;
}

.dest-quickcta-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.dest-quickcta-left {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.dest-quickcta-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dest-quickcta-left h3 {
    color: var(--white);
    font-size: 1.3rem;
    margin-bottom: 6px;
}

.dest-quickcta-left p {
    color: #cfd9f0;
    font-size: 0.9rem;
    max-width: 460px;
    line-height: 1.55;
    margin: 0;
}

.dest-quickcta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.dest-quickcta-btn-light,
.dest-quickcta-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.88rem;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.dest-quickcta-btn-light {
    background: var(--white);
    color: var(--primary);
}

.dest-quickcta-btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.2);
    color: var(--primary);
}

.dest-quickcta-btn-outline {
    border: 1.5px solid rgba(255,255,255,0.45);
    color: var(--white);
    background: transparent;
}

.dest-quickcta-btn-outline:hover {
    background: rgba(255,255,255,0.12);
    border-color: var(--white);
    color: var(--white);
}

.dest-quickcta-trust {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 12px 28px;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.dest-quickcta-trust span {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.82rem;
    font-weight: 500;
    color: #eaf1ff;
    white-space: nowrap;
}

.dest-quickcta-trust svg {
    color: var(--accent);
    flex-shrink: 0;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    padding: 3px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .dest-quickcta {
        padding: 28px 24px;
    }
    .dest-quickcta-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .dest-quickcta-actions {
        width: 100%;
    }
    .dest-quickcta-btn-light,
    .dest-quickcta-btn-outline {
        flex: 1;
        justify-content: center;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .dest-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .dest-sidebar {
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 280px;
        z-index: 1050;
        border-radius: 0;
        overflow-y: auto;
        transition: right 0.3s ease;
        box-shadow: -10px 0 30px rgba(0,0,0,0.15);
    }
    .dest-sidebar.open {
        right: 0;
    }
    .dest-sidebar-toggle {
        display: flex;
    }
    .dest-why-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .dest-hero-search {
        flex-wrap: wrap;
        padding: 12px;
    }
    .dest-grid {
        grid-template-columns: 1fr;
    }
    .dest-why-title {
        font-size: 1.5rem;
    }
}

/* ===== Consultation form (matches the university page) ===== */
.consult-section {
    background: linear-gradient(135deg, var(--dark), var(--primary));
    padding: 55px 0;
}

.consult-section h2 {
    color: var(--white);
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 28px;
}

.consult-form {
    max-width: 720px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.consult-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.consult-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.consult-field.full {
    grid-column: 1 / -1;
}

.consult-field label {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--dark);
}

.consult-field input,
.consult-field select,
.consult-field textarea {
    border: 1px solid #e2e6ec;
    border-radius: 10px;
    padding: 11px 14px;
    font-family: inherit;
    font-size: 0.88rem;
    color: var(--text-dark);
    outline: none;
    transition: border-color 0.2s ease;
}

.consult-field input:focus,
.consult-field select:focus,
.consult-field textarea:focus {
    border-color: var(--primary);
}

.consult-submit {
    width: 100%;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    color: var(--white);
    border: none;
    padding: 13px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.94rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.consult-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(37,117,252,0.35);
}

@media (max-width: 600px) {
    .consult-form-grid {
        grid-template-columns: 1fr;
    }
    .consult-form {
        padding: 22px;
    }
}