/* Aradhya Travels — homepage visual system */
body.page-home {
    --at-navy: #071428;
    --at-navy-2: #0e2a56;
    --at-blue: #1a4f93;
    --at-orange: #e87722;
    --at-gold: #f4b942;
    --at-sand: #f7f3ec;
    --at-ink: #122033;
    --at-muted: #5c6b7a;
    --at-card: #ffffff;
    --at-shadow: 0 18px 50px rgba(7, 20, 40, 0.12);
    --at-radius: 18px;
    background: #faf8f4;
    color: var(--at-ink);
}

body.page-home h1,
body.page-home h2,
body.page-home h3,
body.page-home h4,
body.page-home .section-title,
body.page-home .feature-title,
body.page-home .package-title,
body.page-home .destination-name,
body.page-home .testimonial-ui-title,
body.page-home .counter-heading {
    font-family: "Fraunces", "Playfair Display", Georgia, serif !important;
    letter-spacing: -0.02em;
}

body.page-home,
body.page-home p,
body.page-home .section-subtitle,
body.page-home .nav-link-new,
body.page-home .badge-text,
body.page-home .search-input {
    font-family: "Outfit", "PT Sans", sans-serif !important;
}

/* Soft hover on homepage cards */
body.page-home .at-pkg-card,
body.page-home .at-why-card,
body.page-home .at-cat-tile,
body.page-home .at-gd-card,
body.page-home .at-dest-card,
body.page-home .at-review-card,
body.page-home .counter-item,
body.page-home .feature-box {
    transition:
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s ease,
        border-color 0.35s ease;
    will-change: transform;
}

body.page-home .at-pkg-card img,
body.page-home .at-cat-tile img,
body.page-home .at-gd-card img,
body.page-home .at-dest-card img,
body.page-home .at-pkg-media img {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-home .at-pkg-card:hover,
body.page-home .at-why-card:hover,
body.page-home .at-cat-tile:hover,
body.page-home .at-gd-card:hover,
body.page-home .at-dest-card:hover,
body.page-home .counter-item:hover,
body.page-home .feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 46px rgba(7, 20, 40, 0.16);
}

body.page-home .at-reviews-slider .owl-item.center .at-review-card:hover {
    transform: translateY(-6px);
}

@media (prefers-reduced-motion: reduce) {
    body.page-home .at-pkg-card,
    body.page-home .at-why-card,
    body.page-home .at-cat-tile,
    body.page-home .at-gd-card,
    body.page-home .at-dest-card,
    body.page-home .at-review-card,
    body.page-home .counter-item,
    body.page-home .feature-box,
    body.page-home .at-pkg-card img,
    body.page-home .at-cat-tile img,
    body.page-home .at-gd-card img,
    body.page-home .at-dest-card img {
        transition: none;
    }

    body.page-home .at-pkg-card:hover,
    body.page-home .at-why-card:hover,
    body.page-home .at-cat-tile:hover,
    body.page-home .at-gd-card:hover,
    body.page-home .at-dest-card:hover {
        transform: none;
    }
}

/* Larger logo on homepage (overlay header — no layout jump) */
body.page-home .logo-new {
    max-height: 118px;
    width: auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

body.page-home .main-header-new .navbar {
    padding: 10px 0;
    min-height: 88px;
}

body.page-home .navbar-brand-new {
    padding: 0;
}

body.page-home .main-header-new {
    background: linear-gradient(180deg, rgba(7, 20, 40, 0.55) 0%, rgba(7, 20, 40, 0) 100%);
}

body.page-home .main-header-new.scrolled {
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(26, 35, 48, 0.08);
}

body.page-home .main-header-new.scrolled .nav-link-new,
body.page-home .main-header-new.scrolled .mobile-toggle,
body.page-home .main-header-new.scrolled .mobile-toggle i {
    color: #1a2330 !important;
}

body.page-home .main-header-new.scrolled .mobile-toggle-bars span,
body.page-home .main-header-new.scrolled .at-menu-icon span {
    background: #1a2330;
}

body.page-home .main-header-new.scrolled .nav-link-new:hover {
    background: rgba(232, 119, 34, 0.12) !important;
    color: #e87722 !important;
}

body.page-home .main-header-new.scrolled .logo-new {
    max-height: 88px;
}

body.page-home .main-header-new:not(.scrolled) .nav-link-new,
body.page-home .main-header-new:not(.scrolled) .mobile-toggle,
body.page-home .main-header-new:not(.scrolled) .mobile-toggle i {
    color: #fff !important;
}

body.page-home .main-header-new:not(.scrolled) .mobile-toggle-bars span,
body.page-home .main-header-new:not(.scrolled) .at-menu-icon span {
    background: #fff;
}

/* Drawer menu labels must stay navy (never inherit hero white links) */
@media (max-width: 991.98px) {
    body.page-home .at-nav-drawer .nav-link-new,
    body.page-home .at-nav-drawer .nav-link-new span,
    body.page-home .main-header-new .at-nav-drawer .nav-link-new,
    body.page-home .main-header-new .at-nav-drawer .nav-link-new span,
    body.page-home .main-header-new:not(.scrolled) .at-nav-drawer .nav-link-new,
    body.page-home .main-header-new:not(.scrolled) .at-nav-drawer .nav-link-new span,
    body.page-home .main-header-new.scrolled .at-nav-drawer .nav-link-new,
    body.page-home .main-header-new.scrolled .at-nav-drawer .nav-link-new span {
        color: #0e2a56 !important;
        opacity: 1 !important;
    }

    body.page-home .at-nav-drawer .nav-link-new:hover,
    body.page-home .at-nav-drawer .nav-link-new:hover span,
    body.page-home .at-nav-drawer .nav-link-new.show,
    body.page-home .at-nav-drawer .nav-link-new.show span,
    body.page-home .main-header-new .at-nav-drawer .nav-link-new:hover,
    body.page-home .main-header-new .at-nav-drawer .nav-link-new:hover span,
    body.page-home .main-header-new .at-nav-drawer .nav-link-new.show,
    body.page-home .main-header-new .at-nav-drawer .nav-link-new.show span {
        color: #0e2a56 !important;
        background: rgba(14, 42, 86, 0.06) !important;
    }
}

body.page-home .nav-link-new {
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 8px 12px !important;
    border-radius: 999px;
}

body.page-home .btn-enquiry-new {
    background: linear-gradient(135deg, #e87722, #f4b942) !important;
    color: #071428 !important;
    border-radius: 999px;
    padding: 11px 22px;
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: 0 10px 24px rgba(232, 119, 34, 0.35);
}

body.page-home .btn-enquiry-new:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(232, 119, 34, 0.45);
    color: #071428 !important;
}

body.page-home .dropdown-menu-new {
    background: #ffffff;
    border: 1px solid #eadfd0;
    border-radius: 14px;
    padding: 8px;
    box-shadow: var(--at-shadow);
}

body.page-home .dropdown-menu-new .dropdown-item {
    border-radius: 8px;
    padding: 8px 12px;
    color: #1a2330;
}

body.page-home .dropdown-menu-new .dropdown-item:hover {
    background: #f7f3ec;
    color: #e87722;
}

/* Hero */
body.page-home .hero-slider-new {
    overflow: hidden;
}

body.page-home .hero-slider-new,
body.page-home .hero-slider-new .carousel-item {
    min-height: 86vh;
    height: 86vh;
}

body.page-home .hero-slider-new .carousel,
body.page-home .hero-slider-new .carousel-inner {
    height: 100%;
}

body.page-home .hero-slider-new .carousel-item img,
body.page-home .hero-slider-new .slider-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.page-home .hero-slider-new .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, rgba(7, 20, 40, 0.42) 0%, rgba(7, 20, 40, 0.18) 42%, rgba(7, 20, 40, 0.72) 100%);
    pointer-events: none;
}

body.page-home .carousel-caption-new {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    max-width: 920px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(100px, 14vh, 140px) 20px clamp(100px, 14vh, 140px);
    text-align: center;
    box-sizing: border-box;
}

body.page-home .carousel-caption-new > .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

body.page-home .slider-heading {
    font-family: fangsong !important;
    font-size: clamp(2.15rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.045em;
    text-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
    margin-bottom: 14px;
    overflow: visible;
}

body.page-home .slider-heading span {
    font-weight: 800;
    letter-spacing: -0.04em;
}

body.page-home .slider-subheading {
    font-family: "Plus Jakarta Sans", "Outfit", "Segoe UI", sans-serif !important;
    font-size: clamp(0.98rem, 1.6vw, 1.12rem);
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.55;
    opacity: 0.94;
    margin-bottom: 26px;
    max-width: 34em;
    margin-left: auto;
    margin-right: auto;
}

body.page-home .slider-search-box {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

/* Wavy transition at banner bottom */
body.page-home .hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 5;
    width: 100%;
    height: clamp(64px, 7.5vw, 100px);
    line-height: 0;
    pointer-events: none;
    filter: drop-shadow(0 -6px 14px rgba(7, 20, 40, 0.12));
}

body.page-home .hero-wave svg {
    display: block;
    width: 100%;
    height: 100%;
}

body.page-home .hero-wave-shade {
    fill: rgba(7, 20, 40, 0.1);
}

body.page-home .hero-wave-fill {
    fill: #faf8f4;
}

body.page-home .hero-brand-credit {
    position: absolute;
    left: clamp(18px, 3vw, 42px);
    bottom: calc(clamp(64px, 7.5vw, 100px) + 20px);
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    pointer-events: none;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

body.page-home .hero-brand-credit-label {
    font-family: "Outfit", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    opacity: 0.9;
}

body.page-home .hero-brand-credit-name {
    font-family: "Outfit", sans-serif;
    font-size: clamp(0.95rem, 1.6vw, 1.15rem);
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.2;
    color: #f4b942;
}

@media (max-width: 575px) {
    body.page-home .hero-brand-credit {
        left: 14px;
        bottom: calc(clamp(56px, 10vw, 72px) + 14px);
    }

    body.page-home .hero-brand-credit-name {
        letter-spacing: 0.1em;
    }
}

/* Hero video: mute + fullscreen (PickYourTrail-style) */
body.page-home .hero-media-controls {
    position: absolute;
    right: clamp(14px, 2.5vw, 28px);
    bottom: calc(clamp(64px, 7.5vw, 100px) + 20px);
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: auto;
}

body.page-home .hero-media-btn {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.38);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

body.page-home .hero-media-btn:hover,
body.page-home .hero-media-btn:focus-visible {
    background: rgba(0, 0, 0, 0.55);
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
    outline: none;
    transform: scale(1.05);
}

body.page-home .hero-media-btn i {
    font-size: 15px;
    line-height: 1;
}

body.page-home .hero-media-btn[hidden] {
    display: none !important;
}

body.page-home .hero-slider-new:fullscreen,
body.page-home .hero-slider-new:-webkit-full-screen {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #000;
}

body.page-home .hero-slider-new:fullscreen .carousel,
body.page-home .hero-slider-new:fullscreen .carousel-inner,
body.page-home .hero-slider-new:fullscreen .carousel-item,
body.page-home .hero-slider-new:-webkit-full-screen .carousel,
body.page-home .hero-slider-new:-webkit-full-screen .carousel-inner,
body.page-home .hero-slider-new:-webkit-full-screen .carousel-item {
    height: 100%;
    min-height: 100%;
}

/* Fullscreen: media only — hide text, search, brand, arrows */
body.page-home .hero-slider-new:fullscreen .carousel-caption-new,
body.page-home .hero-slider-new:fullscreen .carousel-overlay,
body.page-home .hero-slider-new:fullscreen .hero-brand-credit,
body.page-home .hero-slider-new:fullscreen .carousel-control-prev,
body.page-home .hero-slider-new:fullscreen .carousel-control-next,
body.page-home .hero-slider-new:fullscreen .hero-wave,
body.page-home .hero-slider-new:-webkit-full-screen .carousel-caption-new,
body.page-home .hero-slider-new:-webkit-full-screen .carousel-overlay,
body.page-home .hero-slider-new:-webkit-full-screen .hero-brand-credit,
body.page-home .hero-slider-new:-webkit-full-screen .carousel-control-prev,
body.page-home .hero-slider-new:-webkit-full-screen .carousel-control-next,
body.page-home .hero-slider-new:-webkit-full-screen .hero-wave {
    display: none !important;
}

body.page-home .hero-slider-new:fullscreen .hero-media-controls,
body.page-home .hero-slider-new:-webkit-full-screen .hero-media-controls {
    z-index: 10;
}

@media (max-width: 575px) {
    body.page-home .hero-media-controls {
        right: 12px;
        bottom: calc(clamp(56px, 10vw, 72px) + 14px);
        gap: 8px;
    }

    body.page-home .hero-media-btn {
        width: 38px;
        height: 38px;
    }

    body.page-home .hero-media-btn i {
        font-size: 13px;
    }
}

body.page-home .search-input {
    padding: 18px 132px 18px 54px;
    border-radius: 999px;
    font-size: 1rem;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

body.page-home .search-submit-btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    border: 0;
    border-radius: 999px;
    padding: 11px 20px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    background: linear-gradient(135deg, #e87722, #f4b942);
    color: #071428;
}

/* Hero search dropdown — floating panel (above carousel overflow) */
body.page-home .slider-search-box .hero-search-panel,
body.page-home .slider-search-box .search-suggestions {
    display: none !important;
}

.hero-search-float-panel {
    display: none;
    max-height: min(70vh, 460px);
    overflow: auto;
    background: #fff;
    border: 1px solid rgba(7, 20, 40, 0.08);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(7, 20, 40, 0.28);
    text-align: left;
    font-family: "Outfit", sans-serif;
}

.hero-search-float-panel.is-open {
    display: block;
}

.hero-search-float-panel .hero-search-dropdown {
    padding: 10px 0 8px;
}

.hero-search-float-panel .hero-search-group + .hero-search-group {
    border-top: 1px solid #eef1f5;
    margin-top: 4px;
    padding-top: 4px;
}

.hero-search-float-panel .hero-search-group-label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7785;
}

.hero-search-float-panel .hero-search-group-label i {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #071428;
    background: linear-gradient(135deg, #e87722, #f4b942);
}

.hero-search-float-panel .hero-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    color: #122033;
    text-decoration: none;
    transition: background 0.2s ease;
}

.hero-search-float-panel .hero-search-item:hover,
.hero-search-float-panel .hero-search-item:focus {
    background: #f7f3ec;
    color: #071428;
}

.hero-search-float-panel .hero-search-thumb {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.95rem;
    background: #1a4f93;
}

.hero-search-float-panel .hero-search-thumb.destination { background: #1a4f93; }
.hero-search-float-panel .hero-search-thumb.category { background: #0f766e; }
.hero-search-float-panel .hero-search-thumb.package { background: #e87722; }
.hero-search-float-panel .hero-search-thumb.group { background: #7c3aed; }

.hero-search-float-panel .hero-search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-search-float-panel .hero-search-copy {
    flex: 1;
    min-width: 0;
}

.hero-search-float-panel .hero-search-name {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-search-float-panel .hero-search-meta {
    font-size: 0.78rem;
    color: #6b7785;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-search-float-panel .hero-search-go {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e87722;
    background: rgba(232, 119, 34, 0.1);
    flex-shrink: 0;
    font-size: 0.75rem;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-search-float-panel .hero-search-item:hover .hero-search-go {
    opacity: 1;
    transform: translateX(0);
}

.hero-search-float-panel .hero-search-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 10px 6px;
    padding: 12px 14px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    color: #071428;
    background: linear-gradient(135deg, rgba(232, 119, 34, 0.16), rgba(244, 185, 66, 0.22));
}

.hero-search-float-panel .hero-search-empty {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 22px 20px;
    color: #5c6b7a;
}

.hero-search-float-panel .hero-search-empty i {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0f3f7;
    color: #8a97a6;
}

.hero-search-float-panel .hero-search-empty strong {
    display: block;
    color: #122033;
    margin-bottom: 2px;
}

.hero-search-float-panel .hero-search-empty span {
    font-size: 0.85rem;
}

.hero-search-float-panel .hero-search-loading {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 22px;
}

.hero-search-float-panel .hero-search-loading span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e87722;
    animation: heroSearchPulse 0.9s ease-in-out infinite;
}

.hero-search-float-panel .hero-search-loading span:nth-child(2) { animation-delay: 0.15s; }
.hero-search-float-panel .hero-search-loading span:nth-child(3) { animation-delay: 0.3s; }

@keyframes heroSearchPulse {
    0%, 100% { opacity: 0.35; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(-3px); }
}

body.page-home .carousel-control-prev-icon,
body.page-home .carousel-control-next-icon {
    background-color: rgba(7, 20, 40, 0.45);
    border-radius: 50%;
    width: 2.6rem;
    height: 2.6rem;
    background-size: 40%;
}

/* Trust bar — clean row below wave (no overlapping white dock) */
body.page-home .trust-badges-wrap {
    --at-trust-border: #e8c4a0;
    position: relative;
    z-index: 4;
    margin-top: 0;
    background: transparent !important;
    border: none !important;
    padding: 8px 20px 28px;
    display: flex;
    justify-content: center;
    width: 100%;
}

body.page-home .trust-badges-bar {
    padding: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
    width: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.page-home .trust-badges-heading {
    color: #071428 !important;
}

body.page-home .trust-badges-sub {
    color: #5a6472 !important;
}

body.page-home .badges-wrapper {
    display: flex !important;
    width: auto !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    gap: 14px 22px;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
}

body.page-home .badge-item {
    flex: 0 1 auto;
    justify-content: center !important;
    background: #ffffff;
    border: 1px solid var(--at-trust-border);
    border-radius: 999px;
    padding: 8px 20px 8px 8px;
    gap: 11px;
    color: #1a2330 !important;
    box-shadow:
        0 10px 28px rgba(7, 20, 40, 0.08),
        0 1px 2px rgba(7, 20, 40, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.page-home .badge-item:hover {
    transform: translateY(-2px);
    border-color: #e87722;
    box-shadow:
        0 14px 32px rgba(7, 20, 40, 0.12),
        0 2px 6px rgba(232, 119, 34, 0.12);
}

body.page-home .badge-text {
    font-size: 0.94rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #1a2330 !important;
}

body.page-home .badge-text strong {
    font-weight: 800;
    color: #071428;
}

body.page-home .badge-star {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: -2px;
    margin: 0 2px;
}

body.page-home .badge-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    background: #ffffff !important;
    border: 1px solid var(--at-trust-border) !important;
    border-radius: 50%;
    box-shadow: none !important;
    overflow: hidden;
    flex-shrink: 0;
    box-sizing: border-box;
}

body.page-home .badge-item:hover .badge-icon {
    border-color: #e87722 !important;
}

body.page-home .badge-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

body.page-home .badge-icon i {
    display: none;
}

@media (max-width: 991px) {
    body.page-home .trust-badges-wrap {
        margin-top: 0;
        padding: 4px 16px 24px;
    }

    body.page-home .badge-item,
    body.page-home .badge-item:nth-child(3),
    body.page-home .badge-item:nth-child(4) {
        display: flex !important;
        flex-basis: auto !important;
    }
}

@media (max-width: 767px) {
    body.page-home .trust-badges-wrap {
        margin-top: 0;
        padding: 2px 12px 20px;
    }

    body.page-home .badges-wrapper {
        gap: 10px;
        justify-content: center !important;
    }

    body.page-home .badge-item {
        flex: 0 1 auto;
        justify-content: center !important;
        min-width: 0;
        padding: 6px 14px 6px 6px;
    }

    body.page-home .badge-text {
        font-size: 0.84rem;
        white-space: nowrap;
    }

    body.page-home .badge-icon {
        width: 34px;
        height: 34px;
    }

    body.page-home .badge-star {
        width: 12px;
        height: 12px;
    }
}

/* Section rhythm */
body.page-home .categories-section,
body.page-home .group-departures-section,
body.page-home .trending-destinations-section,
body.page-home .packages-section,
body.page-home .features-section,
body.page-home .instagram-reels-section,
body.page-home .live-counter-section {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
}

body.page-home .section-header,
body.page-home .section-header-with-filters {
    margin-bottom: 2.4rem;
}

body.page-home .section-title,
body.page-home .counter-heading {
    font-size: clamp(1.75rem, 3.2vw, 2.55rem) !important;
    font-weight: 600 !important;
    color: var(--at-navy) !important;
    display: inline-block;
}

body.page-home .section-title::after,
body.page-home .counter-heading::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 99px;
    background: linear-gradient(90deg, #e87722, #f4b942);
}

body.page-home .section-header-with-filters .section-title::after {
    margin-left: 0;
}

body.page-home .section-subtitle,
body.page-home .counter-subheading {
    color: var(--at-muted) !important;
    font-size: 1.05rem !important;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

body.page-home .section-header-with-filters .section-subtitle {
    margin-left: 0;
}

body.page-home .home-kicker {
    margin: 0 0 10px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #e87722;
    font-family: "Outfit", sans-serif !important;
}

body.page-home .home-ghost-link {
    border: 1px solid rgba(18, 50, 95, 0.2);
    color: #0e2a56 !important;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    background: #fff;
}

body.page-home .home-ghost-link:hover {
    background: #0e2a56;
    color: #fff !important;
    border-color: #0e2a56;
}

body.page-home .gd-section-wrap {
    background:
        radial-gradient(circle at top right, rgba(232, 119, 34, 0.08), transparent 32%),
        linear-gradient(180deg, #f7f3ec 0%, #fff 100%) !important;
}

body.page-home .categories-wrap {
    background: #fff !important;
}

body.page-home .dest-section-wrap {
    background: #f7f3ec !important;
}

body.page-home .dest-section-wrap .section-title,
body.page-home .dest-section-wrap .section-subtitle,
body.page-home .dest-section-wrap .home-kicker {
    color: inherit !important;
}

body.page-home .dest-section-wrap .section-title {
    color: var(--at-navy) !important;
}

body.page-home .dest-section-wrap .section-subtitle {
    opacity: 1;
    color: var(--at-muted) !important;
}

body.page-home .dest-section-wrap .section-title::after {
    background: linear-gradient(90deg, #e87722, #f4b942);
}

/* Group departures */
body.page-home .gd-feature-card-pro {
    overflow: hidden;
    background: #fff;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(7, 20, 40, 0.12);
}

body.page-home .gd-feature-card-media {
    min-height: 280px;
}

@media (min-width: 768px) {
    body.page-home .gd-feature-card-media,
    body.page-home .gd-departures-carousel .gd-card-image {
        min-height: 390px;
    }
}

body.page-home .gd-departures-carousel .carousel-inner {
    border-radius: 24px;
}

body.page-home .gd-badge {
    background: rgba(7, 20, 40, 0.78);
    color: #fff;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

body.page-home .gd-badge-flight {
    background: linear-gradient(135deg, #e87722, #f4b942);
    color: #071428;
}

body.page-home .gd-newly-launched {
    background: #fff;
    color: #e87722;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.page-home .gd-card-destinations {
    color: #e87722 !important;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.72rem !important;
}

body.page-home .gd-feature-title {
    font-size: clamp(1.35rem, 2.6vw, 1.9rem) !important;
    color: #071428;
    font-weight: 600;
}

body.page-home .gd-card-info {
    color: #4b5c6b;
    font-size: 0.95rem;
    margin-bottom: 8px;
}

body.page-home .gd-card-info i {
    color: #e87722;
    width: 18px;
}

body.page-home .gd-price-current {
    color: #0e2a56 !important;
    font-size: 1.7rem !important;
}

body.page-home .gd-view-btn {
    background: linear-gradient(135deg, #e87722, #f4b942) !important;
    color: #071428 !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    box-shadow: 0 12px 24px rgba(232, 119, 34, 0.28) !important;
}

body.page-home .gd-carousel-controls {
    background: #fff !important;
    width: 3.2rem;
    height: 3.2rem;
    box-shadow: 0 10px 30px rgba(7, 20, 40, 0.16);
}

body.page-home .gd-seats-bar-fill {
    background: linear-gradient(90deg, #e87722, #f4b942) !important;
}

body.page-home .gd-empty-state {
    background: #fff;
    border-radius: 20px;
    border: 1px dashed rgba(18, 50, 95, 0.18);
}

/* Categories mosaic */
body.page-home .category-grid {
    max-width: 1140px;
    gap: 16px;
    grid-template-rows: repeat(2, 220px);
}

body.page-home .category-card-new {
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(7, 20, 40, 0.12);
}

body.page-home .category-card-new:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 24px 50px rgba(7, 20, 40, 0.2);
}

body.page-home .category-card-new:hover img {
    transform: scale(1.08);
}

body.page-home .category-card-overlay {
    background: linear-gradient(to top, rgba(7, 20, 40, 0.88) 0%, rgba(7, 20, 40, 0.15) 58%, transparent 100%);
    padding: 22px;
}

body.page-home .category-card-content h3 {
    font-family: "Fraunces", Georgia, serif !important;
    font-size: 1.35rem;
    font-weight: 600;
}

body.page-home .cat-pos-2 .category-card-content h3 {
    font-size: 2rem;
}

body.page-home .category-card-content p {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* Destinations */
body.page-home .trending-destinations-section {
    overflow: visible;
}

body.page-home .trending-destination-card {
    min-width: 260px;
    height: 360px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-home .trending-destination-card:hover {
    transform: translateY(-8px);
}

body.page-home .trending-destination-card:hover img {
    transform: scale(1.08);
}

body.page-home .destination-overlay {
    background: linear-gradient(to top, rgba(7, 20, 40, 0.9) 0%, rgba(7, 20, 40, 0.2) 55%, rgba(7, 20, 40, 0.08) 100%);
}

body.page-home .destination-name {
    font-size: 1.45rem !important;
    margin-bottom: 10px !important;
}

body.page-home .dest-explore-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    background: linear-gradient(135deg, #e87722, #f4b942);
    color: #071428;
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 0.75rem;
    font-weight: 700;
}

body.page-home .duration-filter-btn {
    border-radius: 999px;
    border: 1px solid #eadfd0;
    background: #fff;
    color: #1a2330;
    padding: 8px 16px;
    font-weight: 600;
}

body.page-home .duration-filter-btn.active,
body.page-home .duration-filter-btn:hover {
    background: linear-gradient(135deg, #e87722, #f4b942) !important;
    color: #071428 !important;
    border-color: transparent !important;
}

body.page-home .trending-destinations-wrapper .scroll-arrow {
    background: #fff;
    color: #0e2a56;
    border: 0;
    width: 44px;
    height: 44px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

body.page-home .trending-destinations-wrapper .scroll-arrow:hover {
    background: #e87722;
    color: #071428;
}

/* Packages */
body.page-home .packages-section .card,
body.page-home .package-card,
body.page-home .pkg-card {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--at-shadow);
}

body.page-home .at-pkgs.packages-section {
    background:
        radial-gradient(circle at 88% 8%, rgba(232, 119, 34, 0.09), transparent 28%),
        #ffffff !important;
    padding: 88px 0 84px !important;
}

body.page-home .at-pkgs-head {
    margin-bottom: 2.4rem;
}

body.page-home .at-pkgs-grid {
    display: grid;
    gap: 22px;
    justify-content: center;
}

body.page-home .at-pkgs-grid[data-count="1"] {
    grid-template-columns: minmax(0, 360px);
}

body.page-home .at-pkgs-grid[data-count="2"] {
    max-width: 820px;
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-home .at-pkgs-grid[data-count="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-home .at-pkgs-grid[data-count="4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-home .at-pkg-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #eadfd0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(7, 20, 40, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.page-home .at-pkg-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 46px rgba(7, 20, 40, 0.16);
}

body.page-home .at-pkg-card:hover .at-pkg-btn {
    transform: translateX(3px);
}

body.page-home .at-pkg-media {
    position: relative;
    display: block;
    height: 210px;
    overflow: hidden;
    background: #163968;
}

body.page-home .at-pkg-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

body.page-home .at-pkg-card:hover .at-pkg-media img {
    transform: scale(1.06);
}

body.page-home .at-pkg-media-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(255, 255, 255, 0.7);
    font-size: 2rem;
}

body.page-home .at-pkg-media-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(7, 20, 40, 0.55) 100%);
}

body.page-home .at-pkg-off,
body.page-home .at-pkg-flag {
    position: absolute;
    z-index: 2;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 5px 10px;
}

body.page-home .at-pkg-off {
    top: 14px;
    left: 14px;
    background: #e87722;
    color: #fff;
}

body.page-home .at-pkg-flag {
    top: auto;
    right: 14px;
    bottom: 12px;
    left: auto;
    background: rgba(7, 20, 40, 0.72);
    color: #fff;
}

body.page-home .at-pkg-flag.is-featured {
    background: rgba(244, 185, 66, 0.95);
    color: #071428;
}

body.page-home .at-pkg-duration {
    position: absolute;
    left: 14px;
    bottom: 12px;
    z-index: 2;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
}

body.page-home .at-pkg-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 18px 18px;
    flex: 1;
}

body.page-home .at-pkg-place {
    margin: 0;
    color: #e87722;
    font-size: 0.8rem;
    font-weight: 600;
}

body.page-home .at-pkg-title {
    margin: 0;
    font-family: "Fraunces", Georgia, serif !important;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.3;
}

body.page-home .at-pkg-title a {
    color: var(--at-navy);
    text-decoration: none;
}

body.page-home .at-pkg-title a:hover {
    color: #e87722;
}

body.page-home .at-pkg-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #eadfd0;
}

body.page-home .at-pkg-old {
    display: block;
    color: #8a97a6;
    font-size: 0.78rem;
    text-decoration: line-through;
}

body.page-home .at-pkg-now {
    display: block;
    color: var(--at-navy);
    font-size: 1.15rem;
    font-weight: 800;
}

body.page-home .at-pkg-btn {
    flex-shrink: 0;
    background: linear-gradient(135deg, #e87722, #f4b942);
    color: #071428 !important;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
    padding: 8px 14px;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-home .at-pkgs-empty {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    padding: 36px 24px;
    background: #f7f3ec;
    border: 1px dashed #eadfd0;
    border-radius: 22px;
}

body.page-home .at-pkgs-empty-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #e87722;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

body.page-home .at-pkgs-empty h3 {
    font-family: "Fraunces", Georgia, serif;
    color: var(--at-navy);
    font-size: 1.35rem;
    margin: 0 0 8px;
}

body.page-home .at-pkgs-empty p {
    color: var(--at-muted);
    margin: 0 0 16px;
}

body.page-home .at-pkgs-cta {
    margin-top: 36px;
}

@media (max-width: 991px) {
    body.page-home .at-pkgs-grid[data-count="3"],
    body.page-home .at-pkgs-grid[data-count="4"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    body.page-home .at-pkgs-grid {
        gap: 10px;
    }

    body.page-home .at-pkgs-grid[data-count="2"],
    body.page-home .at-pkgs-grid[data-count="3"],
    body.page-home .at-pkgs-grid[data-count="4"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }

    body.page-home .section-header,
    body.page-home .section-header-with-filters,
    body.page-home .at-sec-head {
        margin-bottom: 1.25rem;
    }

    body.page-home .section-title,
    body.page-home .counter-heading {
        font-size: 1.35rem !important;
    }

    body.page-home .section-title::after,
    body.page-home .counter-heading::after {
        width: 48px;
        margin-top: 8px;
    }

    body.page-home .section-subtitle,
    body.page-home .counter-subheading {
        font-size: 0.78rem !important;
    }

    body.page-home .at-pkg-card {
        border-radius: 16px;
    }

    body.page-home .at-pkg-media {
        height: 120px;
    }

    body.page-home .at-pkg-off,
    body.page-home .at-pkg-flag {
        font-size: 0.58rem;
        padding: 3px 7px;
    }

    body.page-home .at-pkg-off {
        top: 8px;
        left: 8px;
    }

    body.page-home .at-pkg-flag {
        top: auto;
        right: 8px;
        bottom: 8px;
        left: auto;
    }

    body.page-home .at-pkg-duration {
        left: 8px;
        bottom: 8px;
        font-size: 0.62rem;
    }

    body.page-home .at-pkg-body {
        gap: 4px;
        padding: 10px 10px 12px;
    }

    body.page-home .at-pkg-place {
        font-size: 0.62rem;
    }

    body.page-home .at-pkg-title {
        font-size: 0.82rem;
        line-height: 1.25;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    body.page-home .at-pkg-foot {
        gap: 6px;
        padding-top: 8px;
        flex-wrap: wrap;
    }

    body.page-home .at-pkg-old {
        font-size: 0.62rem;
    }

    body.page-home .at-pkg-now {
        font-size: 0.88rem;
    }

    body.page-home .at-pkg-btn {
        font-size: 0.65rem;
        padding: 5px 9px;
    }
}

body.page-home .btn-primary,
body.page-home .btn.btn-primary {
    background: linear-gradient(135deg, #1a4f93, #0e2a56) !important;
    border: none !important;
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 600;
}

body.page-home .btn-primary:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

body.page-home .btn-outline-primary {
    border-radius: 999px;
    border-color: #1a4f93;
    color: #1a4f93;
    font-weight: 600;
}

/* Features — Why Plan Your Travel With Us */
body.page-home .at-why.features-section {
    background:
        radial-gradient(circle at 12% 20%, rgba(232, 119, 34, 0.08), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f7f3ec 100%) !important;
    padding: 88px 0 84px !important;
}

body.page-home .at-why-head {
    margin-bottom: 2.4rem;
}

body.page-home .at-why-grid {
    display: grid;
    gap: 22px;
    justify-content: center;
    align-items: stretch;
}

body.page-home .at-why-grid[data-count="1"] {
    grid-template-columns: minmax(0, 380px);
}

body.page-home .at-why-grid[data-count="2"] {
    max-width: 820px;
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-home .at-why-grid[data-count="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-home .at-why-grid[data-count="4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-home .at-why-card {
    position: relative;
    overflow: hidden;
    text-align: left;
    height: 100%;
    padding: 28px 24px 24px;
    background: #fff;
    border: 1px solid #eadfd0;
    border-radius: 22px;
    box-shadow: 0 12px 32px rgba(7, 20, 40, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.page-home .at-why-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e87722, #f4b942);
    opacity: 0;
    transition: opacity 0.25s ease;
}

body.page-home .at-why-card:hover {
    transform: translateY(-8px);
    background: #fff;
    border-color: transparent;
    box-shadow: 0 22px 46px rgba(7, 20, 40, 0.16);
}

body.page-home .at-why-card:hover::before {
    opacity: 1;
}

body.page-home .at-why-num {
    position: absolute;
    top: 18px;
    right: 18px;
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: rgba(14, 42, 86, 0.1);
    line-height: 1;
}

body.page-home .at-why .feature-icon-circle {
    width: 58px;
    height: 58px;
    margin: 0 0 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff7ee, #fde8d4);
    border: 1px solid rgba(232, 119, 34, 0.18);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s ease;
}

body.page-home .at-why .feature-box:hover .feature-icon-circle {
    background: linear-gradient(135deg, #e87722, #f4b942);
    transform: translateY(-4px) rotate(-8deg);
}

body.page-home .at-why .feature-icon-circle i {
    font-size: 1.25rem;
    color: #e87722;
}

body.page-home .at-why .feature-box:hover .feature-icon-circle i {
    color: #071428;
}

body.page-home .at-why .feature-icon-circle img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

body.page-home .at-why .feature-title {
    font-family: "Fraunces", Georgia, serif !important;
    font-size: 1.22rem;
    font-weight: 600;
    color: var(--at-navy);
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

body.page-home .at-why .feature-description {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--at-muted);
}

@media (max-width: 991px) {
    body.page-home .at-why-grid[data-count="3"],
    body.page-home .at-why-grid[data-count="4"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    body.page-home .at-why.features-section {
        padding: 48px 0 44px !important;
    }

    body.page-home .at-why-head {
        margin-bottom: 1.25rem;
    }

    body.page-home .at-why-grid {
        gap: 10px;
    }

    body.page-home .at-why-grid[data-count="2"],
    body.page-home .at-why-grid[data-count="3"],
    body.page-home .at-why-grid[data-count="4"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }

    body.page-home .at-why-card {
        padding: 14px 12px 12px;
        border-radius: 16px;
    }

    body.page-home .at-why-num {
        top: 10px;
        right: 10px;
        font-size: 1.1rem;
    }

    body.page-home .at-why .feature-icon-circle {
        width: 40px;
        height: 40px;
        margin: 0 0 10px;
        border-radius: 12px;
    }

    body.page-home .at-why .feature-icon-circle i {
        font-size: 0.95rem;
    }

    body.page-home .at-why .feature-icon-circle img {
        width: 22px;
        height: 22px;
    }

    body.page-home .at-why .feature-title {
        font-size: 0.88rem;
        margin-bottom: 6px;
        line-height: 1.25;
    }

    body.page-home .at-why .feature-description {
        font-size: 0.68rem;
        line-height: 1.45;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* Counters */
body.page-home .live-counter-section {
    background: transparent !important;
    color: #fff;
    position: relative;
}

body.page-home .at-live-wrap {
    background: #071428;
}

body.page-home .at-live-section.live-counter-section {
    padding-top: 88px !important;
    padding-bottom: 92px !important;
    overflow: hidden;
}

body.page-home .at-live-aurora {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 70% at 12% 20%, rgba(232, 119, 34, 0.22), transparent 55%),
        radial-gradient(ellipse 50% 60% at 88% 80%, rgba(26, 79, 147, 0.35), transparent 58%),
        linear-gradient(160deg, #071428 0%, #0c2347 48%, #071428 100%);
    z-index: 0;
}

body.page-home .at-live-section > .container {
    position: relative;
    z-index: 1;
}

body.page-home .at-live-head {
    max-width: 760px;
    margin: 0 auto 48px;
}

body.page-home .at-live-kicker {
    color: #f4b942 !important;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.78rem !important;
    font-weight: 600;
    margin-bottom: 12px;
}

body.page-home .at-live-section .counter-heading {
    color: #fff !important;
    text-align: center;
    margin: 0 0 14px;
    display: block;
}

body.page-home .at-live-section .counter-heading::after {
    width: 64px;
    height: 3px;
    margin: 16px auto 0;
    background: linear-gradient(90deg, #e87722, #f4b942);
}

body.page-home .at-live-section .counter-subheading {
    color: rgba(255, 255, 255, 0.72) !important;
    text-align: center;
    margin: 0;
    font-size: 1.05rem !important;
}

body.page-home .at-live-grid.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    max-width: 1120px;
    margin: 0 auto;
}

body.page-home .at-live-grid[data-count="1"] { grid-template-columns: minmax(0, 280px); justify-content: center; }
body.page-home .at-live-grid[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 280px)); justify-content: center; }
body.page-home .at-live-grid[data-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }

body.page-home .at-live-card.counter-item {
    position: relative;
    text-align: center;
    padding: 28px 18px 26px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

body.page-home .at-live-card.counter-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18%;
    right: 18%;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, #e87722, #f4b942, transparent);
    opacity: 0.85;
}

body.page-home .at-live-card.counter-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(244, 185, 66, 0.35);
    box-shadow: 0 26px 48px rgba(0, 0, 0, 0.28);
}

body.page-home .at-live-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #071428;
    background: linear-gradient(135deg, #e87722, #f4b942);
    box-shadow: 0 10px 22px rgba(232, 119, 34, 0.35);
}

body.page-home .at-live-section .counter-number {
    font-family: "Outfit", sans-serif !important;
    font-size: clamp(2.1rem, 3.4vw, 2.85rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    color: #fff !important;
    margin-bottom: 10px;
    text-shadow: none;
}

body.page-home .at-live-section .counter-label {
    font-family: "Outfit", sans-serif !important;
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78) !important;
    text-transform: none;
    letter-spacing: 0.01em;
}

body.page-home .at-live-card.counting .counter-number {
    animation: atLivePulse 0.55s ease;
}

@keyframes atLivePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.04); }
}

@media (max-width: 991px) {
    body.page-home .at-live-grid.counter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    body.page-home .at-live-grid[data-count="3"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    body.page-home .at-live-section.live-counter-section {
        padding-top: 64px !important;
        padding-bottom: 68px !important;
    }

    body.page-home .at-live-head {
        margin-bottom: 32px;
    }

    body.page-home .at-live-grid.counter-grid,
    body.page-home .at-live-grid[data-count="3"] {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    body.page-home .at-live-card.counter-item {
        padding: 22px 12px 20px;
        border-radius: 16px;
    }

    body.page-home .at-live-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        font-size: 1.05rem;
        margin-bottom: 14px;
    }

    body.page-home .at-live-section .counter-number {
        font-size: 1.85rem;
    }

    body.page-home .at-live-section .counter-label {
        font-size: 0.82rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-home .at-live-card.counting .counter-number {
        animation: none;
    }
}

/* legacy flat counter styles superseded by .at-live-* */
body.page-home .live-counter-section .counter-heading,
body.page-home .live-counter-section .counter-subheading,
body.page-home .live-counter-section .counter-label,
body.page-home .live-counter-section .counter-number {
    color: inherit;
}

body.page-home .counter-item {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

/* Testimonials */
body.page-home .at-reviews,
body.page-home .testimonial-ui-section {
    position: relative;
    overflow: visible;
    background:
        radial-gradient(circle at 8% 0%, rgba(232, 119, 34, 0.1), transparent 30%),
        radial-gradient(circle at 100% 80%, rgba(14, 42, 86, 0.08), transparent 34%),
        #faf8f4 !important;
    padding: 88px 0 80px !important;
}

body.page-home .at-reviews-head {
    margin-bottom: 2.2rem;
    text-align: center;
}

body.page-home .at-reviews-score {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #eadfd0;
    box-shadow: 0 8px 20px rgba(7, 20, 40, 0.05);
}

body.page-home .at-reviews-score-num {
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.4rem;
    font-weight: 650;
    color: var(--at-navy);
    line-height: 1;
}

body.page-home .at-reviews-score-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    color: var(--at-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

body.page-home .at-reviews-score-meta .at-review-stars {
    gap: 2px;
    margin: 0;
}

body.page-home .at-reviews-score-meta .at-review-stars i {
    font-size: 0.68rem;
}

body.page-home .at-reviews-slider-wrap {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 4px 0 0;
}

body.page-home .at-reviews-slider .owl-stage {
    display: flex;
    align-items: center;
    padding: 18px 0 8px;
}

body.page-home .at-reviews-slider .owl-item {
    display: flex;
}

body.page-home .at-review-slide {
    width: 100%;
    display: flex;
}

body.page-home .at-review-card {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    border: 1px solid #eadfd0;
    border-radius: 22px;
    padding: 22px 22px 18px;
    box-shadow: 0 10px 28px rgba(7, 20, 40, 0.06);
    transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

body.page-home .at-reviews-slider .owl-stage:has(.center) .owl-item:not(.center) .at-review-card {
    transform: scale(0.92);
    opacity: 0.58;
}

body.page-home .at-reviews-slider .owl-item.center .at-review-card {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 22px 48px rgba(7, 20, 40, 0.16);
    background:
        linear-gradient(165deg, #10284c 0%, #163968 58%, #1b4f8e 100%);
    border-color: transparent;
    padding: 28px 26px 22px;
}

body.page-home .at-reviews-slider .owl-item.active:not(.center) .at-review-card {
    cursor: pointer;
}

body.page-home .at-review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

body.page-home .at-review-stars {
    display: flex;
    gap: 3px;
    margin: 0;
}

body.page-home .at-review-stars i {
    color: #f4b942;
    font-size: 0.78rem;
}

body.page-home .at-review-stars i.is-off {
    color: #d8cfc2;
}

body.page-home .at-reviews-slider .owl-item.center .at-review-stars i.is-off {
    color: rgba(255, 255, 255, 0.28);
}

body.page-home .at-review-badge {
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e87722;
    background: rgba(232, 119, 34, 0.1);
    border-radius: 999px;
    padding: 5px 9px;
}

body.page-home .at-reviews-slider .owl-item.center .at-review-badge {
    color: #f4b942;
    background: rgba(255, 255, 255, 0.12);
}

body.page-home .at-review-text {
    margin: 0;
    color: #243140;
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.12rem;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -0.02em;
}

body.page-home .at-review-text::before {
    content: "“";
    display: block;
    margin-bottom: 2px;
    font-family: "Fraunces", Georgia, serif;
    font-size: 2.2rem;
    line-height: 0.7;
    color: #e87722;
}

body.page-home .at-reviews-slider .owl-item.center .at-review-text {
    color: #fff;
    font-size: 1.28rem;
    line-height: 1.5;
}

body.page-home .at-reviews-slider .owl-item.center .at-review-text::before {
    color: #f4b942;
}

body.page-home .at-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px solid #eadfd0;
}

body.page-home .at-reviews-slider .owl-item.center .at-review-author {
    border-top-color: rgba(255, 255, 255, 0.16);
}

body.page-home .at-review-photo,
body.page-home .at-review-initials {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(232, 119, 34, 0.35);
}

body.page-home .at-reviews-slider .owl-item.center .at-review-photo,
body.page-home .at-reviews-slider .owl-item.center .at-review-initials {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(244, 185, 66, 0.55);
}

body.page-home .at-review-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e87722, #f4b942);
    color: #071428;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
}

body.page-home .at-review-name {
    display: block;
    color: var(--at-navy);
    font-size: 0.95rem;
    font-weight: 700;
}

body.page-home .at-review-place {
    display: block;
    color: var(--at-muted);
    font-size: 0.8rem;
    margin-top: 2px;
}

body.page-home .at-reviews-slider .owl-item.center .at-review-name {
    color: #fff;
}

body.page-home .at-reviews-slider .owl-item.center .at-review-place {
    color: rgba(255, 255, 255, 0.72);
}

body.page-home .at-reviews-slider .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 18px 0 0;
}

body.page-home .at-reviews-slider .owl-nav button {
    width: 44px;
    height: 44px;
    margin: 0;
    border: 1px solid #eadfd0 !important;
    border-radius: 50%;
    background: #fff !important;
    color: #0e2a56 !important;
    box-shadow: 0 8px 18px rgba(7, 20, 40, 0.08);
    font-size: 14px;
}

body.page-home .at-reviews-slider .owl-nav button:hover {
    background: #e87722 !important;
    border-color: #e87722 !important;
    color: #fff !important;
}

body.page-home .at-reviews-slider .owl-dots {
    margin-top: 14px;
}

body.page-home .at-reviews-slider .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #d8cfc2;
    border-radius: 99px;
    transition: width 0.2s ease, background 0.2s ease;
}

body.page-home .at-reviews-slider .owl-dot.active span {
    width: 22px;
    background: #e87722;
}

@media (max-width: 767px) {
    body.page-home .at-review-card {
        transform: none;
        opacity: 1;
    }

    body.page-home .at-reviews-slider .owl-item.center .at-review-text {
        font-size: 1.12rem;
    }
}

/* Footer */
body.page-home .site-footer {
    background: #f4efe6;
}

body.page-home .footer-logo {
    max-height: 108px;
    filter: none;
}

body.page-home .footer-title {
    letter-spacing: 0.04em;
}

body.page-home .footer-social a:hover {
    background: #e87722;
}

@media (max-width: 991px) {
    body.page-home .logo-new {
        max-height: 92px;
    }

    body.page-home .main-header-new.scrolled .logo-new {
        max-height: 76px;
    }

    body.page-home .hero-slider-new,
    body.page-home .hero-slider-new .carousel-item {
        min-height: 90vh;
        height: 90vh;
    }

    body.page-home .category-grid {
        grid-template-rows: auto;
    }

    body.page-home .trending-destination-card {
        min-width: 220px;
        height: 320px;
    }
}

@media (max-width: 575px) {
    body.page-home .logo-new {
        max-height: 78px;
    }

    body.page-home .main-header-new.scrolled .logo-new {
        max-height: 68px;
    }

    body.page-home .hero-slider-new,
    body.page-home .hero-slider-new .carousel-item {
        min-height: 92vh;
        height: 92vh;
    }

    body.page-home .footer-logo {
        max-height: 92px;
    }
}

/* ========== Full redesign: categories / group tours / destinations ========== */
body.page-home .at-sec-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

body.page-home .at-sec-head .section-title::after {
    margin-left: 0;
}

body.page-home .at-sec-head .section-subtitle {
    margin-left: 0;
    margin-top: 0.6rem;
}

body.page-home .at-empty {
    background: #fff;
    border: 1px dashed rgba(18, 50, 95, 0.2);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    color: #5c6b7a;
}

body.page-home .at-empty-light {
    background: #fff;
    border-color: #eadfd0;
    color: #5c6b7a;
}

body.page-home .at-cat-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 280px;
    gap: 18px;
    align-items: stretch;
}

body.page-home .at-cat-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 22px;
    text-decoration: none;
    color: #fff;
    height: 100%;
    min-height: 0;
    box-shadow: 0 16px 40px rgba(7, 20, 40, 0.12);
}

body.page-home .at-cat-board:not(.is-expanded) .at-cat-tile.is-more {
    display: none !important;
}

body.page-home .at-cat-board.is-expanded .at-cat-tile.is-more {
    display: flex !important;
}

body.page-home .at-cat-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

body.page-home .at-cat-more-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    border: 1px solid rgba(18, 50, 95, 0.2);
    background: #fff;
    color: #0e2a56;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 700;
    font-size: 0.92rem;
    cursor: pointer;
}

body.page-home .at-cat-more-btn:hover {
    background: #0e2a56;
    color: #fff;
    border-color: #0e2a56;
}

body.page-home .at-cat-more-btn i {
    margin-left: 6px;
    font-size: 0.78rem;
}

body.page-home .at-cat-visual,
body.page-home .at-cat-visual img,
body.page-home .at-cat-visual .cat-no-img-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-home .at-cat-visual .cat-no-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 30% 20%, rgba(232, 119, 34, 0.28), transparent 42%),
        linear-gradient(165deg, #163968 0%, #0b2144 100%);
    color: rgba(255, 255, 255, 0.55);
}

body.page-home .at-cat-visual .cat-no-img-placeholder i {
    font-size: 2.4rem;
    opacity: 0.28;
    transform: translateY(-18px);
}

body.page-home .at-cat-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 20, 40, 0.05) 20%, rgba(7, 20, 40, 0.88) 100%);
    z-index: 1;
    pointer-events: none;
}

body.page-home .at-cat-index {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    padding: 0;
}

body.page-home .at-cat-copy {
    position: relative;
    z-index: 2;
    padding: 22px;
}

body.page-home .at-cat-copy h3 {
    color: #fff;
    font-size: 1.35rem;
    margin: 0 0 8px;
}

body.page-home .at-cat-copy p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.page-home .at-cat-tile:hover img {
    transform: scale(1.08);
}

body.page-home .at-cat-go {
    font-size: 0.82rem;
    font-weight: 700;
    color: #f4b942;
    display: inline-block;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-home .at-cat-tile:hover .at-cat-go {
    transform: translateX(6px);
}

body.page-home .at-gd-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

body.page-home .at-gd-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

body.page-home .at-gd-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 46px rgba(7, 20, 40, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
}

body.page-home .at-gd-card.is-lead {
    grid-row: span 2;
}

body.page-home .at-gd-media {
    position: relative;
    display: block;
    height: 200px;
    overflow: hidden;
    background: #12325f;
}

body.page-home .at-gd-card.is-lead .at-gd-media {
    height: 200px;
}

body.page-home .at-gd-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

body.page-home .at-gd-card:hover .at-gd-media img {
    transform: scale(1.06);
}

body.page-home .at-gd-ph {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f4b942;
    font-size: 2rem;
}

body.page-home .at-gd-flag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: #fff;
    color: #e87722;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 5px 10px;
}

/* Bottom-left so it never sits under the quick-enquiry + button */
body.page-home .at-gd-dur {
    position: absolute;
    top: auto;
    left: 14px;
    right: auto;
    bottom: 12px;
    z-index: 2;
    background: rgba(7, 20, 40, 0.78);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 5px 10px;
}

body.page-home .at-gd-body {
    padding: 20px 22px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

body.page-home .at-gd-place {
    margin: 0 0 6px;
    color: #e87722;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.page-home .at-gd-body h3 {
    margin: 0 0 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.2rem * 1.3 * 2);
}

body.page-home .at-gd-card.is-lead .at-gd-body h3 {
    font-size: 1.55rem;
    min-height: calc(1.55rem * 1.3 * 2);
}

body.page-home .at-gd-body h3 a {
    color: #071428;
    text-decoration: none;
}

body.page-home .at-gd-meta-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 4px;
    margin: 0 0 12px;
    min-height: 1.4em;
}

body.page-home .at-gd-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #5c6b7a;
    font-size: 0.88rem;
    line-height: 1.4;
    min-width: 0;
    grid-column: 1;
    grid-row: 1 / span 20;
}

body.page-home .at-gd-meta li {
    margin-bottom: 6px;
}

body.page-home .at-gd-meta li:last-child {
    margin-bottom: 0;
}

/* Collapsed: only first detail row, single line so cards stay even */
body.page-home .at-gd-card:not(.is-details-open) .at-gd-meta li:nth-child(n + 2) {
    display: none;
}

body.page-home .at-gd-card:not(.is-details-open) .at-gd-meta li:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.page-home .at-gd-card.is-details-open .at-gd-meta-wrap {
    align-items: start;
}

body.page-home .at-gd-meta i {
    color: #e87722;
    width: 18px;
}

body.page-home .at-gd-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    grid-row: 1;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #0e2a56;
    cursor: pointer;
    flex-shrink: 0;
    line-height: 1;
    transition: color 0.2s ease, background 0.2s ease;
}

body.page-home .at-gd-toggle:hover,
body.page-home .at-gd-toggle:focus-visible {
    background: #f7f3ec;
    color: #e87722;
    outline: none;
}

body.page-home .at-gd-toggle i {
    font-size: 0.7rem;
    transition: transform 0.25s ease;
}

body.page-home .at-gd-card.is-details-open .at-gd-toggle i {
    transform: rotate(180deg);
}

body.page-home .at-gd-foot {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 12px;
    border-top: 1px solid #eee7dc;
    padding-top: 14px;
    width: 100%;
}

body.page-home .at-gd-from,
body.page-home .at-gd-foot s {
    display: block;
    font-size: 0.72rem;
    color: #8a97a5;
}

body.page-home .at-gd-foot strong {
    font-size: 1.35rem;
    color: #0e2a56;
}

body.page-home .at-gd-cta {
    background: linear-gradient(135deg, #e87722, #f4b942);
    color: #071428 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.82rem;
    border-radius: 999px;
    padding: 10px 16px;
    white-space: nowrap;
}

body.page-home .at-dest-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 280px;
    gap: 16px;
}

body.page-home .at-dest-board:not(.is-expanded) .at-dest-card.is-more {
    display: none !important;
}

body.page-home .at-dest-board.is-expanded .at-dest-card.is-more:not(.hidden) {
    display: block !important;
}

body.page-home .at-dest-card.hidden,
body.page-home .at-dest-board.is-expanded .at-dest-card.is-more.hidden {
    display: none !important;
}

body.page-home .at-dest-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

body.page-home .at-dest-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    border: 1px solid rgba(18, 50, 95, 0.2);
    background: #fff;
    color: #0e2a56;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 700;
    font-size: 0.92rem;
    cursor: pointer;
}

body.page-home .at-dest-more-btn:hover {
    background: #0e2a56;
    color: #fff;
    border-color: #0e2a56;
}

body.page-home .at-dest-card.trending-destination-card {
    position: relative;
    display: block;
    min-width: 0;
    height: 100%;
    min-height: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    border: 0;
}

body.page-home .at-dest-card.is-lead {
    grid-row: auto;
    min-height: 0;
}

body.page-home .at-dest-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-home .at-dest-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 20, 40, 0.05) 30%, rgba(7, 20, 40, 0.88) 100%);
    pointer-events: none;
}

body.page-home .at-dest-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 18px 20px 20px;
    color: #fff;
}

body.page-home .at-dest-badge {
    display: inline-block;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #e87722, #f4b942);
    color: #071428;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 4px 10px;
}

body.page-home .at-dest-copy .destination-name {
    margin: 0 0 6px !important;
    font-size: 1.35rem !important;
    color: #fff;
}

body.page-home .at-dest-card.is-lead .destination-name {
    font-size: 2rem !important;
}

body.page-home .at-dest-copy p {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
}

body.page-home .at-dest-link {
    font-size: 0.8rem;
    font-weight: 700;
    color: #f4b942;
    display: inline-block;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-home .at-dest-card:hover .at-dest-link {
    transform: translateX(6px);
}

body.page-home .at-dest-card:hover img {
    transform: scale(1.07);
}

body.page-home .at-sec-head-light .section-title {
    color: var(--at-navy) !important;
}

body.page-home .at-sec-head-light .section-subtitle {
    color: var(--at-muted) !important;
}

body.page-home .at-sec-head-light .home-kicker {
    color: #e87722 !important;
}

@media (max-width: 991px) {
    body.page-home .at-cat-board,
    body.page-home .at-dest-board {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 240px;
    }

    body.page-home .at-gd-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.page-home .at-dest-card.is-lead {
        grid-column: auto;
        grid-row: auto;
        min-height: 0;
    }
}

@media (max-width: 575px) {
    body.page-home .at-cat-board,
    body.page-home .at-dest-board {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 180px;
        gap: 10px;
    }

    body.page-home .at-cat-tile,
    body.page-home .at-dest-card.trending-destination-card {
        border-radius: 16px;
    }

    body.page-home .at-cat-copy {
        padding: 12px;
    }

    body.page-home .at-cat-copy h3 {
        font-size: 0.9rem;
        margin: 0 0 4px;
    }

    body.page-home .at-cat-copy p {
        font-size: 0.68rem;
        margin: 0 0 8px;
        -webkit-line-clamp: 2;
    }

    body.page-home .at-cat-go {
        font-size: 0.68rem;
    }

    body.page-home .at-dest-copy {
        padding: 10px 12px 12px;
    }

    body.page-home .at-dest-badge {
        font-size: 0.55rem;
        padding: 3px 7px;
        margin-bottom: 4px;
    }

    body.page-home .at-dest-copy .destination-name,
    body.page-home .at-dest-card.is-lead .destination-name {
        font-size: 0.9rem !important;
        margin: 0 0 4px !important;
    }

    body.page-home .at-dest-copy p {
        font-size: 0.65rem;
        margin: 0 0 6px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    body.page-home .at-dest-link {
        font-size: 0.65rem;
    }

    body.page-home .at-gd-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        align-items: stretch;
    }

    body.page-home .at-gd-card {
        border-radius: 16px;
        height: 100%;
    }

    body.page-home .at-gd-card.is-lead {
        grid-row: auto;
    }

    body.page-home .at-gd-media,
    body.page-home .at-gd-card.is-lead .at-gd-media {
        height: 110px;
        flex-shrink: 0;
    }

    body.page-home .at-gd-flag {
        font-size: 0.55rem;
        padding: 3px 7px;
        top: 8px;
        left: 8px;
    }

    body.page-home .at-gd-dur {
        top: auto;
        left: 8px;
        right: auto;
        bottom: 8px;
        font-size: 0.55rem;
        padding: 3px 7px;
    }

    body.page-home .at-gd-body {
        padding: 10px 10px 12px;
        flex: 1 1 auto;
    }

    body.page-home .at-gd-place {
        font-size: 0.58rem;
        margin-bottom: 4px;
        letter-spacing: 0.06em;
    }

    body.page-home .at-gd-body h3,
    body.page-home .at-gd-card.is-lead .at-gd-body h3 {
        font-size: 0.82rem;
        margin: 0 0 6px;
        line-height: 1.25;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: calc(0.82rem * 1.25 * 2);
    }

    body.page-home .at-gd-meta {
        font-size: 0.62rem;
        line-height: 1.35;
    }

    body.page-home .at-gd-meta li {
        margin-bottom: 2px;
    }

    body.page-home .at-gd-meta-wrap {
        margin: 0 0 8px;
        column-gap: 2px;
        min-height: 1.35em;
    }

    body.page-home .at-gd-toggle {
        width: 18px;
        height: 18px;
        background: transparent;
    }

    body.page-home .at-gd-toggle:hover,
    body.page-home .at-gd-toggle:focus-visible {
        background: #f7f3ec;
    }

    body.page-home .at-gd-toggle i {
        font-size: 0.58rem;
    }

    body.page-home .at-gd-foot {
        margin-top: auto;
        gap: 6px;
        padding-top: 8px;
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
    }

    body.page-home .at-gd-from,
    body.page-home .at-gd-foot s {
        font-size: 0.58rem;
    }

    body.page-home .at-gd-foot strong {
        font-size: 0.88rem;
    }

    body.page-home .at-gd-cta {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 0.65rem;
        padding: 7px 9px;
        box-sizing: border-box;
    }
}

/* ========== Holidays for Every Budget (reference layout) ========== */
body.page-home .at-budget-wrap {
    background: #fff;
}

body.page-home .at-budget-section.budget-filter-section-premium {
    padding: 72px 0 80px;
    overflow: hidden;
}

body.page-home .at-budget-section .budget-bg-pattern {
    display: none;
}

body.page-home .at-budget-section .budget-section-header {
    text-align: center;
    margin-bottom: 48px;
}

body.page-home .at-budget-section .budget-main-title {
    font-family: "Fraunces", Georgia, serif !important;
    font-size: clamp(1.85rem, 3.2vw, 2.65rem);
    font-weight: 700;
    color: #0b1c33;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.15;
    margin: 0 0 12px;
}

body.page-home .at-budget-section .budget-highlight {
    display: inline-block;
    font-family: "Great Vibes", "Segoe Script", cursive !important;
    font-size: 1.35em;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    background: none;
    -webkit-text-fill-color: #e91e8c;
    color: #e91e8c;
    line-height: 1;
    padding-left: 0.12em;
}

body.page-home .at-budget-section .budget-subtitle {
    font-family: "Outfit", sans-serif !important;
    font-size: 1rem;
    color: #6b7785;
    margin: 0;
    font-weight: 400;
}

body.page-home .at-budget-section .budget-premium-wrapper {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.15fr);
    align-items: center;
    gap: clamp(28px, 4vw, 56px);
    max-width: 1180px;
    margin: 0 auto;
}

body.page-home .at-budget-section .budget-illustration-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    overflow: visible;
}

body.page-home .at-budget-section .illustration-backdrop {
    position: absolute;
    inset: 8% 4%;
    background-image: url("../images/Tripotomize-Banner-BG.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
    animation: atBudgetMapDrift 10s ease-in-out infinite;
    z-index: 0;
    pointer-events: none;
}

@keyframes atBudgetMapDrift {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(18px); }
}

body.page-home .at-budget-section .budget-hero-image {
    position: relative;
    z-index: 2;
    width: min(100%, 420px);
    height: auto;
    filter: drop-shadow(0 18px 36px rgba(7, 20, 40, 0.14));
    animation: atBudgetFloat 4s ease-in-out infinite;
}

@keyframes atBudgetFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

body.page-home .at-budget-section .illustration-glow {
    display: none;
}

body.page-home .at-budget-section .budget-cards-container {
    width: 100%;
}

body.page-home .at-budget-section .budget-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.page-home .at-budget-section .budget-premium-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    min-height: 168px;
    padding: 22px 22px 20px;
    background: #fff;
    border: 1px solid rgba(15, 35, 60, 0.06);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 35, 60, 0.08);
    text-decoration: none !important;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.3s ease;
    overflow: hidden;
}

body.page-home .at-budget-section .budget-premium-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 35, 60, 0.14);
    text-decoration: none !important;
}

body.page-home .at-budget-section .card-shine,
body.page-home .at-budget-section .card-arrow {
    display: none;
}

body.page-home .at-budget-section .card-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #fff !important;
    margin: 0;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

body.page-home .at-budget-section .card-icon-wrapper img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

body.page-home .at-budget-section .budget-premium-card:hover .card-icon-wrapper {
    transform: scale(1.06);
}

body.page-home .at-budget-section .card-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-top: auto;
}

body.page-home .at-budget-section .card-label {
    font-family: "Outfit", sans-serif !important;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.72;
    margin: 0;
}

body.page-home .at-budget-section .card-amount {
    font-family: "Outfit", sans-serif !important;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.02em;
}

body.page-home .at-budget-section .card-description {
    font-family: "Outfit", sans-serif !important;
    font-size: 0.92rem;
    font-weight: 500;
    opacity: 0.9;
    margin: 2px 0 0;
}

/* Theme colors — solid icon tiles like the reference */
body.page-home .at-budget-section .card-blue {
    border-color: rgba(33, 150, 243, 0.14);
}
body.page-home .at-budget-section .card-blue:hover {
    border-color: rgba(33, 150, 243, 0.45);
    background: #fff;
}
body.page-home .at-budget-section .card-blue .card-icon-wrapper {
    background: #2196f3;
}
body.page-home .at-budget-section .card-blue .card-label,
body.page-home .at-budget-section .card-blue .card-amount,
body.page-home .at-budget-section .card-blue .card-description {
    color: #1e88e5;
}

body.page-home .at-budget-section .card-green {
    border-color: rgba(67, 160, 71, 0.14);
}
body.page-home .at-budget-section .card-green:hover {
    border-color: rgba(67, 160, 71, 0.45);
    background: #fff;
}
body.page-home .at-budget-section .card-green .card-icon-wrapper {
    background: #43a047;
}
body.page-home .at-budget-section .card-green .card-label,
body.page-home .at-budget-section .card-green .card-amount,
body.page-home .at-budget-section .card-green .card-description {
    color: #2e7d32;
}

body.page-home .at-budget-section .card-yellow {
    border-color: rgba(251, 140, 0, 0.16);
}
body.page-home .at-budget-section .card-yellow:hover {
    border-color: rgba(251, 140, 0, 0.5);
    background: #fff;
}
body.page-home .at-budget-section .card-yellow .card-icon-wrapper {
    background: #fb8c00;
}
body.page-home .at-budget-section .card-yellow .card-label,
body.page-home .at-budget-section .card-yellow .card-amount,
body.page-home .at-budget-section .card-yellow .card-description {
    color: #ef6c00;
}

body.page-home .at-budget-section .card-pink {
    border-color: rgba(233, 30, 140, 0.14);
}
body.page-home .at-budget-section .card-pink:hover {
    border-color: rgba(233, 30, 140, 0.45);
    background: #fff;
}
body.page-home .at-budget-section .card-pink .card-icon-wrapper {
    background: #e91e8c;
}
body.page-home .at-budget-section .card-pink .card-label,
body.page-home .at-budget-section .card-pink .card-amount,
body.page-home .at-budget-section .card-pink .card-description {
    color: #c2185b;
}

@media (max-width: 991px) {
    body.page-home .at-budget-section.budget-filter-section-premium {
        padding: 56px 0 64px;
    }

    body.page-home .at-budget-section .budget-premium-wrapper {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    body.page-home .at-budget-section .budget-illustration-container {
        min-height: 280px;
        order: 0;
    }

    body.page-home .at-budget-section .budget-hero-image {
        width: min(100%, 340px);
    }

    body.page-home .at-budget-section .budget-cards-container {
        max-width: 640px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    body.page-home .at-budget-section .budget-section-header {
        margin-bottom: 32px;
    }

    body.page-home .at-budget-section .budget-cards-grid {
        gap: 12px;
    }

    body.page-home .at-budget-section .budget-premium-card {
        min-height: 148px;
        padding: 18px 16px;
        gap: 14px;
        border-radius: 14px;
    }

    body.page-home .at-budget-section .card-icon-wrapper {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        font-size: 1rem;
    }

    body.page-home .at-budget-section .card-amount {
        font-size: 1.25rem;
    }

    body.page-home .at-budget-section .card-description {
        font-size: 0.82rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-home .at-budget-section .illustration-backdrop,
    body.page-home .at-budget-section .budget-hero-image {
        animation: none;
    }
}
