:root {
    --af-dark: #251f1b;
    --af-dark-2: #342a24;
    --af-orange: #e77920;
    --af-orange-dark: #c95d11;
    --af-cream: #f8f4ee;
    --af-text: #2f2925;
    --af-muted: #716a65;
    --af-border: #e7dfd7;
    --af-shadow: 0 16px 38px rgba(37,31,27,.13)
}

html, body {
    min-height: 100%
}

body {
    font-family: Arial,Helvetica,sans-serif;
    color: var(--af-text);
    background: var(--af-cream)
}
h1, h2, h3, h4, h5, h6 {
    width:100%;
}
a {
    text-decoration: none
}

.site-topbar {
    background: var(--af-dark);
    color: #fff;
    font-size: .9rem
}

    .site-topbar a {
        color: #fff
    }

        .site-topbar a:hover {
            color: #f6a35d
        }

.social-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.12);
    font-size: .75rem;
    font-weight: 700
}

.site-navbar {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,.08);
    z-index: 1020
}

.navbar-brand {
    color: var(--af-text) !important
}

.brand-mark {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#f4ad62,var(--af-orange));
    border: 4px solid #f5dfc8;
    color: var(--af-dark);
    font-weight: 800;
    font-size: 1.35rem
}

.brand-title {
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1
}

.brand-subtitle {
    display: block;
    color: var(--af-orange);
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .11em;
    margin-top: .38rem
}

.navbar-nav .nav-link {
    color: var(--af-text);
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 0 !important;
    position: relative
}

    .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
        color: var(--af-orange)
    }

        .navbar-nav .nav-link.active:after, .navbar-nav .nav-link:hover:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: .45rem;
            height: 2px;
            background: var(--af-orange)
        }

.home-carousel, .home-carousel .carousel-inner, .home-carousel .carousel-item {
    min-height: 680px
}

    .home-carousel .carousel-item {
        background-position: center;
        background-size: cover
    }

        .home-carousel .carousel-item:before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg,rgba(25,19,15,.48),rgba(25,19,15,.04) 55%,rgba(25,19,15,.28))
        }

.hero-content {
    position: relative;
    z-index: 2;
    min-height: 680px
}

.search-panel {
    background: rgba(35,29,25,.9);
    backdrop-filter: blur(7px);
    color: #fff;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 25px 70px rgba(0,0,0,.27)
}

    .search-panel .form-label {
        font-size: .75rem;
        font-weight: 700;
        text-transform: uppercase
    }

    .search-panel .form-control, .search-panel .form-select {
        min-height: 52px;
        border: 0
    }

.btn-africa {
    background: linear-gradient(90deg,var(--af-orange-dark),var(--af-orange));
    border: 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
    min-height: 54px
}

    .btn-africa:hover {
        color: #fff;
        filter: brightness(1.07)
    }

.hero-copy {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,.22)
}

    .hero-copy .eyebrow {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .03em
    }

    .hero-copy h1 {
        font-size: clamp(2.7rem,5vw,4.4rem);
        font-weight: 800;
        line-height: 1.05
    }

.accent-line {
    width: 84px;
    height: 4px;
    background: var(--af-orange);
    display: block
}

.hero-copy p {
    font-size: 1.2rem
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%
}



.breadcrumb-shell {
    background: #fff;
    border-bottom: 1px solid var(--af-border)
    
}

.breadcrumb {
    margin: 0;
    padding: 1.15rem 0
}

.breadcrumb-item.active {
    color: var(--af-orange)
}

.services-section {
    padding: 4rem 0 5rem
}

.section-title {
    font-weight: 800
}

.section-lead {
    color: var(--af-muted);
    max-width: 760px
}


.site-footer {
    background: var(--af-dark);
    color: #fff
}

    .site-footer a {
        color: #fff
    }

        .site-footer a:hover {
            color: #f6a35d
        }

.footer-link {
    padding: 0 1rem;
    border-right: 1px solid rgba(255,255,255,.28)
}

    .footer-link:last-child {
        border-right: 0;
        padding-right: 0
    }

@media(max-width:991.98px) {
    .brand-mark {
        width: 56px;
        height: 56px
    }

    .brand-title {
        font-size: 1.35rem
    }

    .navbar-nav .nav-link {
        padding: .75rem 0 !important
    }

        .navbar-nav .nav-link.active:after, .navbar-nav .nav-link:hover:after {
            bottom: .25rem
        }

    .home-carousel, .home-carousel .carousel-inner, .home-carousel .carousel-item, .hero-content {
        min-height: 820px
    }

    .hero-copy {
        order: -1
    }

    .service-card .card-text {
        min-height: auto
    }
}

@media(max-width:767.98px) {
    .top-contact-text {
        display: none
    }

    .home-carousel, .home-carousel .carousel-inner, .home-carousel .carousel-item, .hero-content {
        min-height: 900px
    }

    .search-panel {
        padding: 1.35rem !important
    }

    .hero-copy p {
        font-size: 1rem
    }

    .footer-link {
        border: 0;
        padding: .35rem .65rem
    }

    .site-footer .footer-wrap {
        flex-direction: column;
        gap: 1rem;
        text-align: center
    }

    .page-hero {
        min-height: 260px
    }

    .service-card img {
        height: 240px
    }
}




:root {
    --dark: #231f1b;
    --dark-soft: #332b25;
    --orange: #ef7d1a;
    --orange-dark: #d9680d;
    --cream: #faf7f2;
    --white: #ffffff;
    --text: #2d2926;
    --muted: #6d6863;
    --border: #e5dfd8;
    --shadow: 0 10px 28px rgba(35, 31, 27, 0.10);
    --radius: 14px;
    --container: 1380px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: var(--cream);
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
}

.container {
    width: min(calc(100% - 48px), var(--container));
    margin: 0 auto;
}

/* TOP BAR */

.top-bar {
    background: var(--dark);
    color: var(--white);
    font-size: 14px;
}

.top-bar-inner {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.top-contact,
.social-links {
    display: flex;
    align-items: center;
    gap: 22px;
}

    .top-contact a,
    .social-links a {
        transition: color 0.2s ease, opacity 0.2s ease;
    }

        .top-contact a:hover,
        .social-links a:hover {
            color: var(--orange);
        }

    .top-contact .divider {
        width: 1px;
        height: 20px;
        background: rgba(255, 255, 255, 0.22);
    }

    .social-links a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: rgba(255, 255, 255, 0.10);
        font-weight: 700;
        font-size: 12px;
    }

/* MAIN NAV */

.main-header {
    background: var(--white);
    border-bottom: 1px solid var(--border);
}

.nav-inner {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-mark {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #f7a84e, var(--orange));
    color: var(--dark);
    border: 4px solid #f6e1c9;
    font-size: 27px;
    font-weight: 800;
}

.brand-copy strong {
    display: block;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.5px;
}

.brand-copy span {
    display: block;
    margin-top: 7px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 34px;
    font-size: 14px;
    font-weight: 700;
}

    .main-nav a {
        position: relative;
        padding: 16px 0;
    }

        .main-nav a::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 5px;
            height: 2px;
            background: var(--orange);
            transform: scaleX(0);
            transition: transform 0.2s ease;
        }

        .main-nav a:hover,
        .main-nav a.active {
            color: var(--orange);
        }

            .main-nav a:hover::after,
            .main-nav a.active::after {
                transform: scaleX(1);
            }

/* PAGE HERO */

.page-hero {
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    background: url('/layout/images/slider5.png') center / cover no-repeat;
    color: var(--white);
}

.page-hero-content {
    max-width: 720px;
    padding: 60px 0;
}

.page-hero h1 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    margin-bottom: 18px;
}

.page-hero p {
    max-width: 620px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.92);
}

.hero-line {
    width: 74px;
    height: 4px;
    margin-top: 24px;
    background: var(--orange);
}

/* BREADCRUMB */

.breadcrumb-wrap {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    margin-bottom:2em;
    
    max-height:3.7em;
}

.breadcrumb {
    min-height: 3em;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    
}

    .breadcrumb span {
        color: #a29991;
    }

    .breadcrumb strong {
        color: var(--orange);
    }

/* SERVICES */

.services-section {
    padding: 64px 0 76px;
}

.section-heading {
    margin-bottom: 34px;
}

    .section-heading h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .section-heading p {
        color: var(--muted);
        max-width: 720px;
    }

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.service-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 38px rgba(35, 31, 27, 0.15);
    }

.service-image {
    height: 220px;
    overflow: hidden;
    background: #ddd;
}

    .service-image img {
        height: 100%;
        object-fit: cover;
        transition: transform 0.35s ease;
    }

.service-card:hover .service-image img {
    transform: scale(1.04);
}

.service-content {
    padding: 25px 25px 26px;
}

.service-title-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.service-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--orange);
    color: var(--white);
    font-size: 21px;
    font-weight: 700;
}

.service-content h3 {
    font-size: 22px;
}

.service-content p {
    min-height: 52px;
    margin: 0 0 22px 62px;
    color: var(--muted);
    font-size: 15px;
}

.service-button {
    margin-left: 62px;
    min-height: 45px;
    padding: 11px 20px;
    border: 1px solid var(--orange);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--orange);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
}

    .service-button:hover {
        background: var(--orange);
        color: var(--white);
    }

/* FOOTER */

.site-footer {
    background: var(--dark);
    color: var(--white);
}

.footer-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    font-size: 14px;
}

.footer-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

    .footer-menu a {
        padding: 0 18px;
        border-right: 1px solid rgba(255, 255, 255, 0.28);
    }

        .footer-menu a:last-child {
            border-right: 0;
            padding-right: 0;
        }

        .footer-menu a:hover {
            color: var(--orange);
        }

/* RESPONSIVE */

@media (max-width: 1050px) {
    .nav-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px 0;
    }

    .main-nav {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 14px 22px;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .container {
        width: min(calc(100% - 30px), var(--container));
    }

    .top-bar-inner,
    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 15px 0;
    }

    .top-contact {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

        .top-contact .divider {
            display: none;
        }

    .brand-mark {
        width: 60px;
        height: 60px;
        font-size: 21px;
    }

    .brand-copy strong {
        font-size: 24px;
    }

    .main-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-hero {
        min-height: 260px;
    }

        .page-hero p {
            font-size: 17px;
        }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-image {
        height: 240px;
    }

    .footer-menu {
        gap: 12px 20px;
    }

        .footer-menu a {
            padding: 0;
            border-right: 0;
        }
}

@media (max-width: 460px) {
    .main-nav {
        grid-template-columns: 1fr;
    }

    .service-content p,
    .service-button {
        margin-left: 0;
    }

    .service-content p {
        min-height: auto;
    }
}



/*Safari list*/

.results-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

    .results-header h2 {
        margin: 0 0 5px;
        font-size: 32px;
        font-weight: 800;
    }

    .results-header p {
        color: var(--muted);
    }

.results-view-label {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 50rem;
    background: var(--soft-orange);
    color: var(--orange);
    font-size: 13px;
    font-weight: 800;
}
.safari-list-item {
    margin-bottom: 24px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: var(--shadow);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

    .safari-list-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 38px rgba(42, 33, 27, 0.13);
    }

.safari-list-image {
    width: 100%;
    height: 100%;
    min-height: 270px;
    object-fit: cover;
}

.safari-list-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 270px;
    padding: 28px;
}

.service-type {
    display: inline-flex;
    width: fit-content;
    padding: 5px 10px;
    margin-bottom: 12px;
    border-radius: 5px;
    background: var(--orange);
    color: var(--white);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.safari-list-content h3 {
    margin: 0 0 12px;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.3;
}

.safari-list-content p {
    max-width: 900px;
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}

.safari-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .safari-tags span {
        display: inline-flex;
        align-items: center;
        min-height: 31px;
        padding: 5px 12px;
        border-radius: 50rem;
        background: #f1ede8;
        color: #4c4641;
        font-size: 12px;
        font-weight: 700;
    }

.safari-action {
    margin-top: auto;
    padding-top: 22px;
    text-align: right;
}

.details-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid var(--orange);
    border-radius: 7px;
    background: var(--orange);
    color: var(--white);
    font-size: 14px;
    font-weight: 800;
}

    .details-button:hover,
    .details-button:focus {
        border-color: var(--orange-dark);
        background: var(--orange-dark);
        color: var(--white);
    }

.pagination-wrap {
    margin-top: 38px;
}

.page-link {
    min-width: 42px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--border);
    color: var(--text);
    font-weight: 700;
}

    .page-link:hover {
        border-color: var(--orange);
        background: var(--soft-orange);
        color: var(--orange);
    }

.page-item.active .page-link {
    border-color: var(--orange);
    background: var(--orange);
}

@media (max-width: 991.98px) {
    .safari-list-content h3 {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    

    .results-section {
        padding: 36px 0 56px;
    }

    .results-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .safari-list-image {
        height: 240px;
        min-height: 240px;
    }

    .safari-list-content {
        min-height: 0;
        padding: 22px;
    }

        .safari-list-content h3 {
            font-size: 21px;
        }

    .safari-action {
        text-align: left;
    }

    .details-button {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    

    .results-header h2 {
        font-size: 28px;
    }
}


/*Offfer details*/


.hero-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 180px);
    gap: 3px;
    overflow: hidden;
    border-radius: 14px;
}

.hero-primary {
    grid-row: 1 / 3;
    position: relative;
}

    .hero-primary img,
    .hero-small img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    background: linear-gradient(0deg, rgba(0,0,0,.82), rgba(0,0,0,.05) 70%);
    color: var(--white);
}

.product-type {
    width: fit-content;
    padding: 6px 12px;
    margin-bottom: 14px;
    border-radius: 5px;
    background: var(--orange);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-overlay h1 {
    max-width: 760px;
    margin: 0 0 16px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.12;
}

.hero-location {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 700;
}

.dot-separator {
    color: var(--orange);
}

.hero-small {
    min-height: 0;
}

.view-photos {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 9px 13px;
    border-radius: 5px;
    background: rgba(0,0,0,.75);
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
}

.content-card {
    padding: 28px;
    margin-bottom: 24px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.section-title {
    position: relative;
    margin: 0 0 26px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

    .section-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 36px;
        height: 3px;
        background: var(--orange);
    }

.fact-item,
.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .fact-item i,
    .highlight-item i {
        color: var(--orange);
    }

.highlight-item {
    min-height: 34px;
    font-weight: 600;
}

.price-label,
.deposit-note {
    color: var(--muted);
    font-size: 14px;
}

.price-row {
    display: flex;
    align-items: end;
    gap: 8px;
    margin-bottom: 8px;
}

    .price-row strong {
        font-size: 36px;
        line-height: 1;
    }

    .price-row span {
        color: var(--muted);
        font-size: 14px;
    }

.booking-facts {
    margin: 22px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

    .booking-facts div {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }

        .booking-facts div + div {
            border-top: 1px solid var(--border);
        }

.btn-primary-custom,
.btn-outline-custom {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.btn-primary-custom {
    background: var(--orange);
    border: 1px solid var(--orange);
    color: var(--white);
}

    .btn-primary-custom:hover {
        background: var(--orange-dark);
        border-color: var(--orange-dark);
        color: var(--white);
    }

.btn-outline-custom {
    border: 1px solid var(--orange);
    color: var(--orange);
}

    .btn-outline-custom:hover {
        background: var(--orange);
        color: var(--white);
    }

.text-link,
.list-toggle {
    color: var(--orange);
    font-weight: 700;
}

.list-toggle {
    padding: 0;
    border: 0;
    background: transparent;
}

.icon-list,
.info-column ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .icon-list li,
    .info-column li {
        position: relative;
        padding-left: 22px;
        margin-bottom: 9px;
    }

        .include-list li::before,
        .exclude-list li::before,
        .info-column li::before {
            position: absolute;
            left: 0;
            top: 0;
            font-weight: 900;
        }

.include-list li::before {
    content: "\2713";
    color: var(--success);
}

.exclude-list li::before {
    content: "\00D7";
    color: var(--danger);
}

.info-column li::before {
    content: "\2022";
    color: var(--orange);
}

.timeline {
    position: relative;
}

.timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 18px;
    padding: 0 0 24px 30px;
    border-left: 2px dotted #e4b18a;
}

    .timeline-item::before {
        content: "";
        position: absolute;
        left: -7px;
        top: 4px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--orange);
    }

    .timeline-item:last-child {
        padding-bottom: 0;
        border-left-color: transparent;
    }

.timeline-day {
    font-weight: 700;
}

.timeline-item h3 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 800;
}

.timeline-item p {
    margin: 0;
    color: var(--muted);
}

.tags-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.tags-label {
    margin-right: 6px;
    font-weight: 800;
    text-transform: uppercase;
}

.tags-wrap a {
    padding: 6px 10px;
    border: 1px solid #f0d1bc;
    border-radius: 5px;
    color: var(--orange);
    font-size: 13px;
}

.sticky-sidebar {
    position: sticky;
    top: 20px;
}

.info-grid {
    margin: -28px;
}

.info-column {
    padding: 28px;
    border-right: 1px solid var(--border);
}

    .info-column:last-child {
        border-right: 0;
    }

    .info-column h2 {
        margin: 0 0 18px;
        font-size: 15px;
        font-weight: 800;
        text-transform: uppercase;
    }

.document-card {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 26px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: var(--shadow);
}

    .document-card i {
        font-size: 30px;
    }

    .document-card strong,
    .document-card small {
        display: block;
    }

    .document-card small {
        margin-top: 3px;
        color: var(--muted);
    }

    .document-card:hover {
        border-color: var(--orange);
        color: var(--orange);
    }

@media (max-width: 991.98px) {
    .hero-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 420px 170px 170px;
    }

    .hero-primary {
        grid-column: 1 / 3;
        grid-row: auto;
    }

   

    .info-column {
        border-bottom: 1px solid var(--border);
    }
}

@media (max-width: 767.98px) {
    .hero-gallery {
        display: block;
    }

    .hero-primary {
        height: 480px;
    }

    .hero-small {
        display: none;
    }

    .hero-overlay {
        padding: 22px;
    }

        .hero-overlay h1 {
            font-size: 30px;
        }

    .content-card {
        padding: 22px;
    }

    .price-row strong {
        font-size: 30px;
    }

    .timeline-item {
        grid-template-columns: 55px 1fr;
        gap: 12px;
        padding-left: 22px;
    }

    .info-grid {
        margin: -22px;
    }

    .info-column {
        padding: 22px;
        border-right: 0;
    }
}

/*Contact*/
.card {
    border-radius: 14px
}

.iconline {
    display: flex;
    gap: 14px;
    align-items: flex-start
}

    .iconline i {
        color: #ef6f0b;
        width: 18px;
        margin-top: 4px
    }

.social {
    display: flex;
    gap: 12px
}

    .social a {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ef6f0b;
        color: #fff;
        text-decoration: none
    }

.btn-orange {
    background: #ef6f0b;
    color: #fff
}

    .btn-orange:hover {
        background: #d95d00;
        color: #fff
    }

/*cart*/

.cart-link {
    position: relative;
}

.cart-count {
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    padding: 0 6px;
    border-radius: 50rem;
    background: var(--orange);
    color: var(--white);
    font-size: 11px;
}


.cart-status {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 50rem;
    background: var(--soft-orange);
    color: var(--orange);
    font-size: 14px;
    font-weight: 700;
}

.cart-section {
    padding: 48px 0 72px;
}

.cart-item {
    margin-bottom: 24px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: var(--shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .cart-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 36px rgba(42, 33, 27, 0.12);
    }

.cart-item-image {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.cart-item-content {
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 26px;
}

.service-type {
    display: inline-flex;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: var(--orange);
    color: var(--white);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.cart-item h2 {
    max-width: 720px;
    margin: 0 0 14px;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.3;
}

.remove-item {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: var(--white);
    color: var(--muted);
    transition: all 0.2s ease;
}

    .remove-item:hover {
        border-color: var(--orange);
        background: var(--orange);
        color: var(--white);
    }

.service-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-bottom: 22px;
    color: var(--muted);
    font-size: 14px;
}

    .service-meta span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .service-meta i {
        color: var(--orange);
    }

.booking-details {
    padding: 18px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.booking-detail {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.detail-label {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.cart-item-footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-top: auto;
    padding-top: 22px;
}

.guest-control-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.guest-control {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 7px;
}

.quantity-button {
    width: 42px;
    height: 42px;
    border: 0;
    background: #f8f5f1;
    color: var(--text);
}

    .quantity-button:hover {
        background: var(--orange);
        color: var(--white);
    }

.guest-quantity {
    width: 58px;
    height: 42px;
    border: 0;
    border-right: 1px solid var(--border);
    border-left: 1px solid var(--border);
    text-align: center;
    font-weight: 800;
    appearance: textfield;
}

    .guest-quantity::-webkit-inner-spin-button,
    .guest-quantity::-webkit-outer-spin-button {
        margin: 0;
        appearance: none;
    }

.item-total {
    text-align: right;
}

    .item-total span {
        display: block;
        color: var(--muted);
        font-size: 13px;
    }

    .item-total strong {
        color: var(--text);
        font-size: 24px;
    }

        .item-total strong span {
            display: inline;
            color: inherit;
            font-size: inherit;
        }

.cart-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 30px;
}

.btn-primary-custom,
.btn-outline-custom,
.clear-cart-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    border-radius: 7px;
    font-weight: 800;
}

.btn-primary-custom {
    background: var(--orange);
    border: 1px solid var(--orange);
    color: var(--white);
}

    .btn-primary-custom:hover {
        background: var(--orange-dark);
        border-color: var(--orange-dark);
        color: var(--white);
    }

.btn-outline-custom {
    border: 1px solid var(--orange);
    color: var(--orange);
}

    .btn-outline-custom:hover {
        background: var(--orange);
        color: var(--white);
    }

.clear-cart-button {
    color: var(--muted);
}

    .clear-cart-button:hover {
        color: var(--orange);
    }

.summary-card {
    top: 20px;
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: var(--shadow);
}

    .summary-card h2 {
        margin: 0 0 26px;
        font-size: 25px;
        font-weight: 800;
    }

.summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0;
}

    .summary-row span {
        color: var(--muted);
    }

.summary-divider {
    height: 1px;
    margin: 16px 0;
    background: var(--border);
}

.deposit-row strong {
    color: var(--orange);
}

.summary-total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

    .summary-total span,
    .summary-total small {
        display: block;
    }

    .summary-total span {
        font-weight: 800;
    }

    .summary-total small {
        margin-top: 3px;
        color: var(--muted);
        font-size: 11px;
    }

    .summary-total strong {
        white-space: nowrap;
        font-size: 25px;
    }

.checkout-button {
    min-height: 54px;
}

.secure-booking {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

    .secure-booking i {
        margin-top: 3px;
        color: var(--orange);
        font-size: 20px;
    }

    .secure-booking strong,
    .secure-booking span {
        display: block;
    }

    .secure-booking span {
        margin-top: 3px;
        color: var(--muted);
        font-size: 12px;
        line-height: 1.5;
    }

.empty-cart {
    padding: 70px 30px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    text-align: center;
    box-shadow: var(--shadow);
}

.empty-cart-icon {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: var(--soft-orange);
    color: var(--orange);
    font-size: 30px;
}

.empty-cart h2 {
    font-weight: 800;
}

.empty-cart p {
    max-width: 540px;
    margin: 0 auto 24px;
    color: var(--muted);
}

@media (max-width: 1199.98px) {
    .summary-card {
        position: static !important;
    }
}

@media (max-width: 767.98px) {
    .page-heading {
        padding: 34px 0 28px;
    }

    .cart-section {
        padding: 34px 0 54px;
    }

    .cart-item-image {
        min-height: 230px;
        max-height: 280px;
    }

    .cart-item-content {
        min-height: 0;
        padding: 22px;
    }

    .cart-item h2 {
        font-size: 20px;
    }

    .cart-item-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .item-total {
        padding-top: 16px;
        border-top: 1px solid var(--border);
        text-align: left;
    }

    .cart-actions {
        align-items: stretch;
        flex-direction: column;
    }

        .cart-actions .btn {
            width: 100%;
        }

    .summary-card {
        padding: 24px;
    }

    .summary-total {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .brand-title {
        font-size: 21px;
    }

    .brand-subtitle {
        font-size: 9px;
    }

    .brand-mark {
        width: 54px;
        height: 54px;
    }

    .page-heading p {
        font-size: 15px;
    }

    .service-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}
/*CheckOut*/
.btn-warning {
    background: #ef6f0b;
    border-color: #ef6f0b;
    color: #fff
}

.card {
    border-radius: 12px
}

/*Legality*/

.page-header {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 60px 0 40px;
}

    .page-header h1 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .page-header p {
        color: #777;
        margin: 0;
    }

.breadcrumb {
    margin-bottom: 25px;
}

    .breadcrumb a {
        color: #ef7d1a;
        text-decoration: none;
    }

.legal-box {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    padding: 60px;
    margin: 60px auto;
}

    .legal-box h2 {
        font-size: 28px;
        margin-top: 45px;
        margin-bottom: 18px;
        font-weight: 700;
        color: #222;
    }

        .legal-box h2:first-child {
            margin-top: 0;
        }

    .legal-box p {
        line-height: 1.8;
        color: #555;
        margin-bottom: 20px;
    }

    .legal-box ul {
        padding-left: 22px;
        margin-bottom: 25px;
    }

    .legal-box li {
        margin-bottom: 10px;
        line-height: 1.8;
    }

.update-date {
    display: inline-block;
    background: #fff4ea;
    color: #ef7d1a;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 35px;
}

@media(max-width:768px) {

    .legal-box {
        padding: 30px;
        margin: 30px 15px;
    }

    .page-header h1 {
        font-size: 36px;
    }
}


/*MyAccount*/
.btn-account {
    padding: 10px 17px;
    border-radius: 9px;
    background: var(--orange);
    color: var(--white);
    font-weight: 700;
}

    .btn-account:hover,
    .btn-account.active {
        background: var(--orange-dark);
        color: var(--white);
    }

.account-hero {
    padding: 46px 0 52px;
    background: linear-gradient(100deg, rgba(36,23,15,.96), rgba(48,32,23,.88)), radial-gradient(circle at 78% 30%, rgba(239,125,26,.25), transparent 35%);
    color: var(--white);
}

.hero-kicker,
.section-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.account-hero h1 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 700;
}

.account-hero p {
    max-width: 700px;
    margin: 13px 0 0;
    color: rgba(255,255,255,.68);
    font-size: 16px;
    line-height: 1.8;
}

.customer-reference {
    display: inline-flex;
    flex-direction: column;
    min-width: 210px;
    padding: 16px 20px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    background: rgba(255,255,255,.06);
    text-align: left;
}

    .customer-reference span {
        color: rgba(255,255,255,.56);
        font-size: 12px;
        text-transform: uppercase;
    }

    .customer-reference strong {
        margin-top: 5px;
        font-size: 17px;
    }

.account-main {
    padding: 55px 0 70px;
}

.content-card,
.sidebar-card {
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.content-card {
    padding: 28px;
}

    .content-card + .content-card {
        margin-top: 28px;
    }

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 24px;
}

    .section-heading h2,
    .sidebar-card h2 {
        margin: 0;
        color: var(--brown-900);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 28px;
        font-weight: 700;
    }

.readonly-note {
    padding: 8px 12px;
    border-radius: 999px;
    background: #f5f2ef;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.booking-tabs {
    gap: 8px;
    margin-bottom: 25px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
}

    .booking-tabs .nav-link {
        padding: 10px 15px;
        border: 0;
        border-radius: 9px;
        color: var(--muted);
        font-weight: 800;
    }

        .booking-tabs .nav-link span {
            display: inline-grid;
            place-items: center;
            min-width: 23px;
            height: 23px;
            margin-left: 6px;
            border-radius: 50%;
            background: #efebe7;
            font-size: 11px;
        }

        .booking-tabs .nav-link.active {
            background: var(--orange);
            color: var(--white);
        }

            .booking-tabs .nav-link.active span {
                background: rgba(255,255,255,.22);
            }

.booking-card {
    display: grid;
    grid-template-columns: 260px 1fr;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
}

    .booking-card + .booking-card {
        margin-top: 18px;
    }

.booking-image {
    position: relative;
    min-height: 250px;
    background: #ddd;
}

    .booking-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.status-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    color: var(--white);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

    .status-badge i {
        font-size: 7px;
    }

.status-current {
    background: var(--green);
}

.status-upcoming {
    background: var(--orange);
}

.booking-content {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.booking-topline {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.booking-location {
    color: var(--orange);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.booking-content h3 {
    margin: 7px 0 0;
    color: var(--brown-900);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
}

.booking-reference {
    color: var(--muted);
    font-size: 12px;
    white-space: nowrap;
}

.booking-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    margin: 25px 0;
}

    .booking-meta > div {
        display: flex;
        gap: 10px;
        padding: 12px;
        border-radius: 10px;
        background: #faf8f6;
    }

    .booking-meta i {
        color: var(--orange);
        font-size: 17px;
    }

    .booking-meta span {
        font-size: 13px;
        font-weight: 800;
    }

    .booking-meta small {
        display: block;
        margin-bottom: 4px;
        color: var(--muted);
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
    }

.booking-footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--border);
}

.payment-state span {
    display: block;
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
}

.payment-state strong {
    font-size: 13px;
}

.btn-primary-action,
.btn-outline-action,
.btn-download {
    border-radius: 9px;
    font-size: 13px;
    font-weight: 800;
}

.btn-primary-action {
    padding: 11px 16px;
    border: 1px solid var(--orange);
    background: var(--orange);
    color: var(--white);
}

    .btn-primary-action:hover {
        border-color: var(--orange-dark);
        background: var(--orange-dark);
        color: var(--white);
    }

.btn-outline-action {
    padding: 10px 15px;
    border: 1px solid var(--orange);
    color: var(--orange);
}

    .btn-outline-action:hover {
        border-color: var(--orange);
        background: var(--orange);
        color: var(--white);
    }

.history-list {
    display: grid;
    gap: 12px;
}

.history-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 17px;
    border: 1px solid var(--border);
    border-radius: 12px;
}

.history-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e9f6ee;
    color: var(--green);
    font-size: 21px;
}

.history-copy span {
    color: var(--orange);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.history-copy h3 {
    margin: 4px 0;
    color: var(--brown-900);
    font-size: 17px;
    font-weight: 800;
}

.history-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
}

.documents-heading {
    align-items: end;
}

    .documents-heading p {
        margin: 8px 0 0;
        color: var(--muted);
        font-size: 14px;
    }

.document-filter {
    min-width: 190px;
}

    .document-filter label {
        display: block;
        margin-bottom: 5px;
        color: var(--muted);
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
    }

.form-select {
    border-color: var(--border);
    border-radius: 9px;
    font-size: 13px;
}

    .form-select:focus {
        border-color: var(--orange);
        box-shadow: 0 0 0 .2rem rgba(239,125,26,.16);
    }

.document-list {
    display: grid;
    gap: 10px;
}

.document-item {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto auto;
    align-items: center;
    gap: 16px;
    padding: 15px;
    border: 1px solid var(--border);
    border-radius: 11px;
    transition: .2s ease;
}

    .document-item:hover {
        border-color: #d8c9bb;
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(54,36,24,.06);
    }

.document-type {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    font-size: 20px;
}

.type-voucher {
    background: #e8f5ee;
    color: var(--green);
}

.type-invoice {
    background: #eaf1fb;
    color: #3c6fa8;
}

.type-offer {
    background: var(--orange-soft);
    color: var(--orange);
}

.document-main {
    min-width: 0;
}

    .document-main > span {
        color: var(--orange);
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .document-main h3 {
        overflow: hidden;
        margin: 3px 0;
        color: var(--brown-900);
        font-size: 15px;
        font-weight: 800;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .document-main p {
        margin: 0;
        color: var(--muted);
        font-size: 11px;
    }

.document-date {
    min-width: 105px;
}

    .document-date small {
        display: block;
        color: var(--muted);
        font-size: 10px;
        text-transform: uppercase;
    }

    .document-date strong {
        font-size: 12px;
    }

.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--brown-800);
}

    .btn-download:hover {
        border-color: var(--orange);
        background: var(--orange-soft);
        color: var(--orange-dark);
    }

.empty-documents {
    display: none;
    padding: 45px 20px;
    text-align: center;
}

    .empty-documents i {
        color: var(--orange);
        font-size: 42px;
    }

    .empty-documents h3 {
        margin: 10px 0 4px;
        font-size: 18px;
    }

    .empty-documents p {
        margin: 0;
        color: var(--muted);
        font-size: 13px;
    }

.sidebar-stack {
    position: sticky;
    top: 20px;
    display: grid;
    gap: 18px;
}

.sidebar-card {
    padding: 22px;
}

.sidebar-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .sidebar-title h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
    }

    .sidebar-title small {
        color: var(--muted);
        font-size: 10px;
        text-transform: uppercase;
    }

.sidebar-icon,
.help-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--orange-soft);
    color: var(--orange);
    font-size: 20px;
}

.account-details {
    margin: 19px 0;
    padding: 16px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

    .account-details p {
        display: flex;
        gap: 9px;
        margin: 0 0 11px;
        color: var(--muted);
        font-size: 12px;
        line-height: 1.45;
    }

        .account-details p:last-child {
            margin-bottom: 0;
        }

    .account-details i {
        color: var(--orange);
    }

.statistics-card h2,
.help-card h2 {
    margin-bottom: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.stat-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid var(--border);
}

    .stat-row:last-child {
        border-bottom: 0;
    }

.stat-icon {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    font-size: 16px;
}

    .stat-icon.current {
        background: #e8f5ee;
        color: var(--green);
    }

    .stat-icon.upcoming,
    .stat-icon.documents {
        background: var(--orange-soft);
        color: var(--orange);
    }

    .stat-icon.completed {
        background: #eaf1fb;
        color: #3c6fa8;
    }

.stat-row span:last-child {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

.stat-row small {
    color: var(--muted);
    font-size: 12px;
}

.stat-row strong {
    color: var(--brown-900);
    font-size: 18px;
}

.help-card {
    background: #ffffff;
    color: var(--white);
}

    .help-card h2 {
        margin: 15px 0 8px;
        color: var(--af-dark);
    }

    .help-card p {
        color: var(--af-dark);
        font-size: 13px;
        line-height: 1.65;
    }

    .help-card > a:not(.btn) {
        display: block;
        margin: 8px 0;
        color: var(--af-dark);
        font-size: 12px;
    }

        .help-card > a:not(.btn) i {
            margin-right: 8px;
            color: var(--orange);
        }

    .help-card .btn {
        margin-top: 13px;
    }

.logout-link {
    padding: 12px;
    border-radius: 10px;
    color: #8f4545;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

    .logout-link:hover {
        background: #fff0f0;
        color: #a33a3a;
    }





@media (max-width: 1199.98px) {
    .sidebar-stack {
        position: static;
        grid-template-columns: repeat(3, 1fr);
    }

    .logout-link {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        padding: 15px 0;
    }

    .booking-card {
        grid-template-columns: 220px 1fr;
    }

    .booking-meta {
        grid-template-columns: 1fr;
    }

    .sidebar-stack {
        grid-template-columns: 1fr;
    }

    .logout-link {
        grid-column: auto;
    }
}

@media (max-width: 767.98px) {
    .topbar-contact a:last-child {
        display: none;
    }

    .account-hero {
        padding: 35px 0 40px;
    }

    .account-main {
        padding: 30px 0 45px;
    }

    .content-card {
        padding: 18px;
    }

    .section-heading,
    .documents-heading {
        flex-direction: column;
        align-items: stretch;
    }

    .document-filter {
        min-width: 0;
    }

    .booking-card {
        grid-template-columns: 1fr;
    }

    .booking-image {
        min-height: 210px;
    }

    .booking-topline,
    .booking-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .booking-reference {
        order: -1;
    }

    .booking-meta {
        grid-template-columns: 1fr;
    }

    .booking-footer .btn {
        width: 100%;
    }

    .history-item {
        grid-template-columns: auto 1fr;
    }

        .history-item .btn {
            grid-column: 1 / -1;
            width: 100%;
        }

    .document-item {
        grid-template-columns: auto minmax(0,1fr) auto;
    }

    .document-date {
        display: none;
    }

    .btn-download span {
        display: none;
    }

    .footer-links {
        margin: 5px 0;
    }
}

@media (max-width: 479.98px) {
    .topbar-contact {
        gap: 10px;
    }

    .booking-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

        .booking-tabs .nav-link {
            white-space: nowrap;
        }

    .booking-content {
        padding: 18px;
    }

        .booking-content h3 {
            font-size: 21px;
        }

    .document-item {
        gap: 10px;
        padding: 12px;
    }

    .document-main h3 {
        font-size: 13px;
    }
}
