﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


h1,h2,h3,h4,h5{
    font-weight:400;
}

.area-n-header {
 
}

    .area-n-header.scrolled {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        background: #000;
        position: fixed !important;
        top: 0px;
        width: 100%;
        z-index: 1000;
        transition: all 0.3s ease;
        background: #000;
    }
.area-n-header {
    position: relative;
    z-index: 9;
    background: #000;
    padding: 8px 0 8px 0;
    font-size: 16px;
}

    .area-n-header  .navbar-expand-lg {
        padding: 0 30px;
        left: 0;
        right: 0;
        top: 0;
        transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out;
        width: 100%;
        z-index: 100;
    }

.area-n-logo-sec {
    padding: 6px 0;
    margin-right:30px;
}

    .area-n-logo-sec img {
        max-width: 100%;
        height: 80px;
    }
.navbar-nav .nav-item{
    padding-right:40px;
}


.logo-sec {
    padding: 6px 0;
    flex-basis: 6%;
}


.mob-contact-detail a {
    border-radius: 5px !important;
}

.form-check-input:focus{
    box-shadow:unset !important;
    border-color:#000;
}
.mob-contact-offer {
    position: absolute;
    right: 140px;
    top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mob-contact-register {
    position: absolute;
    right: 140px;
    top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mob-contact-offer a {
    width: 100px;
    height: 40px;
    background: #f9b654;
    padding: 0px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0f0f0f;
}
    .mob-contact-offer a img {
        margin-right: 5px;
        filter: invert(1);
    }


    .mob-contact-register a {
        width: 200px;
        height: 40px;
        background: #f9b654;
        padding: 0px 15px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #0f0f0f;
    }
        .mob-contact-register a img {
            margin-right: 5px;
            filter:invert(1);
        }

.desktop-call {
    display: block;
}
.area-n-homebanner .video-wrapper {
    position: relative;
    padding: 56.25% 0 0 0; /* 16:9 aspect ratio */
}
.area-n-mob-header {
    display: none;
}
#wrapper {
    overflow: unset;
}

.area-n-homebanner .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.area-n-banner-content {
    margin-bottom: 20px;
}

    .area-n-banner-content h1 {
        font-family: Oswald;
        font-weight: 400;
        font-size: 54px;
        color: #fff;
        text-align: center;
    }
.area-n-navbar {
    display: flex;
    justify-content: start;
    align-items: center;
}

.navbar-light .top-header .navbar-nav li img {
    margin-right: 5px;
}

.logo-sec {
    padding: 6px 0;
    flex-basis: 6%;
}

.menu-sec {
    flex-basis: 98%;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .top-header span {
        color: #fff;
        font-family: Oswald;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
    }

#navbarSupportedContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.area-83-fullscreen-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    /* full screen height */
    overflow: hidden;
}

.area-83-banner-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Hero text on left center */
.banner-heading {
    position: absolute;
    top: 50%;
    left: 5%;
    /* distance from left */
    transform: translateY(-50%);
    color: white;
    z-index: 10;
    max-width: 40%;
    /* optional: limits text width */
}

    .banner-heading h1 {
        font-size: 3rem;
        font-weight: bold;
    }


    .banner-heading .btn.btn-md {
        min-width: 450px !important;
        background: #fff;
        color: #000;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
    }

        .banner-heading .btn.btn-md:hover {
            background: #f9b654;
            color: #fff;
        }

.area-83-fullscreen-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* black with 50% transparency */
    z-index: 1;
}

.banner-heading {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 2;
    /* above overlay */
    color: #fff;
}

    .banner-heading h1 {
        font-size: 3rem;
        font-weight: bold;
    }

    .banner-heading .btn {
        margin-top: 20px;
    }


/*  Resort section Home Page */
.area-n-resort {
    padding: 70px 0px;
}

.section-title {
    margin-bottom: 20px;
    text-align: center;
}

    .section-title h2 {
        font-size: 40px;
        font-weight: 400;
        line-height: 48px;
        margin-bottom:5px;
    }



/* area-n-discover home page */
.area-n-discover {
    background: #FBF9F4;
    padding: 40px 0px;
}

.mb-30 {
    margin-bottom: 30px;
}

.area-n-discover .discover-content h3 {
    font-weight: 400;
}

.area-n-discover .discover-image {
    height:400px;
}

.discover-image {
    overflow: hidden;
}

    .discover-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
        /* smooth zoom */
    }

    .discover-image:hover img {
        transform: scale(1.1);
        /* zoom in on hover */
    }


/* area-n-experience home page */

.area-n-experience {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

    .area-n-experience::before {
        content: '';
        background: #000;
        height: 50%;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: -1;
    }

.area-n-experience {
}

.experience-swiper-custom {
    width: 90%;
    margin: auto;
    justify-content: start;
}

.area-n-experience .experience-card .experience-img {
    width: 100%;
    height: 277px;
}

    .area-n-experience .experience-card .experience-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.area-n-experience .experience-card .experience-content {
    padding: 10px;
}

    .area-n-experience .experience-card .experience-content h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .area-n-experience .experience-card .experience-content p {
        color: #fff;
        font-size: 14px !important;
        line-height: 20px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.swiper-button-prev.custom-prev-btn::after,
.swiper-button-next.custom-next-btn::after {
    content: none !important;
    display: none !important;
}

.custom-prev-btn img,
.custom-next-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom-prev-btn {
    left: 73px !important;
    top: 56% !important;
}

.custom-next-btn {
    right: 73px !important;
    top: 56% !important;
}

.custom-prev-btn,
.custom-next-btn {
    width: 30px;
    height: 30px;
    background: transparent;
}


.area-n-why-choose-us {
    padding: 70px 0px;
}

    .area-n-why-choose-us .why-card {
        padding: 10px 40px;
        position: relative;
    }

        /* Apply ::after only to all cards except the last one */
        .area-n-why-choose-us .why-card::after {
            content: '';
            height: 100px;
            width: 1px;
            background: #000;
            right: 0px;
            top: 50px;
            position: absolute;
        }

            /* Remove ::after for the last card */
            .area-n-why-choose-us .why-card::after:last-child {
                content: none;
            }

        .area-n-why-choose-us .why-card.no-line::after {
            content: none;
        }

        /* Apply ::after only to cards that are NOT the last child */
        .area-n-why-choose-us .why-card .why-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 15px;
        }

            .area-n-why-choose-us .why-card .why-header .title {
                font-size: 24px;
                margin-bottom: 0px;
            }

        .area-n-why-choose-us .why-card .why-body p {
            font-size: 16px !important;
            line-height: 24px !important;
            width: 90% !important;
        }

/* area-n-testominal */

.area-n-testimonial {
    padding: 70px 0px;
    background: #F6B75233;
}

    .area-n-testimonial .testimonial-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0px;
    }

        .area-n-testimonial .testimonial-card .title {
            font-size: 24px;
            line-height: 30px;
            margin-top:10px;
            margin-bottom: 10px;
            font-weight: 400;
        }

        .area-n-testimonial .testimonial-card .desc {
            font-size: 20px;
            line-height: 30px;
            width: 90%;
            margin: auto;
        }


        .area-n-testimonial .testimonial-card .rating {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 1rem;
            margin-top: 30px;
        }


.area-n-our-clients {
    padding: 70px 0px;
}

.technology-slider-wrap {
    margin-top: 40px;
}

.slide-left {
}

.slide-right {
    margin-top: 40px;
}

.technology-we-work {
    padding-top: 80px;
    padding-bottom: 80px;
    background: var(--light-bg);
}

    .technology-we-work .continue-slider .swiper {
        margin-bottom: 20px;
    }

    .technology-we-work .technology-slider-wrap {
        margin-top: 60px;
    }

.techstack .tech-slider a {
    color: #ccc;
    text-decoration: none;
}

    .techstack .tech-slider a:hover {
        color: var(--quaternary_color);
    }



.techstack .tech-slider .img-text-wrap {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px;
    gap: 10px;
}

.techstack .tech-slider .text:hover:after {
    background-color: var(--quaternary_color);
}

.techstack .tech-slider .slick-slide {
    padding: 0 6px;
}

.techstack .tech-slider .slide-right .slick-slide {
    direction: ltr;
}

.continue-slider .swiper-wrapper,
.testimonial-type-2-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}


.customTestimonialSwiper {
    position: relative;
}

.customTestimonialSwiper {
    padding: 0px 40px !important;
}

    .customTestimonialSwiper .swiper-button-prev::after,
    .customTestimonialSwiper .swiper-button-next::after {
        content: none !important;
    }

.custom-arrows-wrapper .custom-prev,
.custom-arrows-wrapper .custom-next {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.custom-arrows-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

.customTestimonialSwiper .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* area-n-faq */

.area-n-faq {
    padding: 0px 0px 70px;
}

.faq-wrap {
    padding-right: 50px;
    padding-top: 20px;
}

    .faq-wrap .accordion-item {
        margin-bottom: 15px;
        box-shadow: 0px 1px 13.3px #1010101A;
    }

    .faq-wrap .accordion-header .accordion-button {
        font-size: 16px !important;
        padding:10px 15px !important;
    }

   


    .faq-wrap .accordion-button::after {
        display: none;
        /* Remove default arrow */
    }

    /* Add custom arrow */
    .faq-wrap .accordion-button {
        position: relative;
        padding-right: 40px;
        /* space for arrow */
    }

        .faq-wrap .accordion-button::before {
            content: '\00bb';
            /* Right-pointing arrow ► */
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%) rotate(0deg);
            font-size: 24px;
            color: #F6B752;
            transition: transform 0.3s ease;
        }

        /* Rotate arrow when expanded */
        .faq-wrap .accordion-button:not(.collapsed)::before {
            transform: translateY(-50%) rotate(90deg);
            /* Down arrow ▼ */
        }

    .faq-wrap .accordion-body {
        border-top: .5px solid #6C7878;
        font-family: 'PT Sans';
    }

    .faq-wrap .accordion-button:not(.collapsed) {
        background: #fff;
        box-shadow: unset !important;
        color: #f9b654;
    }

    .faq-wrap .accordion-button:focus {
        border-color: #000;
    }

    .faq-wrap .accordion-button:focus {
        box-shadow: unset !important;
    }


/* form tag*/

.area-n-contact-form {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 11.1px 0px #00000026;
    border-radius: 24px;
}



.form-sticky {
    position: sticky;
    top: 0px;
}

.area-n-contact-form .form-header .title {
    font-size: 40px;
    /* ~32px */
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 0 12px 0;
    color: #000;
}

.area-n-contact-form .form-header .subtitle {
    margin: 0 0 18px 0;
    color: #000 !important;
    font-size: 18px;
    font-style: normal !important;
}

.area-n-contact-form .form-wrap {
    display: grid;
    gap: 20px;
}

/* Inputs */
.area-n-contact-form .field {
    position: relative;
}

.area-n-contact-form .control {
    width: 100%;
    border: 0.5px solid #6C7878;
    background: unset !important;
    color: #6C7878 !important;
    border-radius: 999px;
    /* pill */
    padding: 10px 16px 10px 24px;
    font-size: 14px;
    outline: none;
    box-shadow: 1px 0px 7.6px 0px #0000001A;
    transition: box-shadow .2s, border-color .2s;
}

    .area-n-contact-form .control::placeholder {
        color: #9ca3af;
    }

    /* gray-400 */

    .area-n-contact-form .control:focus {
        border-color: var(--focus);
        box-shadow:unset;
    }

/* Two column row for name on wider screens */
.area-n-contact-form .row-2 {
    display: grid;
    gap: 20px;
}

@media (min-width: 640px) {
    .area-n-contact-form .row-2 {
        grid-template-columns: 1fr 1fr;
    }
}

/* Input with leading element (icon or select) */
.area-n-contact-form .input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    border: 0.5px solid #6C7878;
    border-radius: 999px;
    background: #fff;
    transition: box-shadow .2s, border-color .2s;
}

.area-n-contact-form .input-email {
    position: relative;
    display: flex;
    align-items: center;
    border: 0.5px solid #6C7878;
    border-radius: 999px;
    background: #fff;
    transition: box-shadow .2s, border-color .2s;
}

.area-n-contact-form .input-wrap input {
    margin-left: 5px;
}

.area-n-contact-form .input-wrap:focus-within {
    border-color: var(--focus);
    box-shadow: 0 0 0 3px rgba(17, 24, 39, .15);
}

.area-n-contact-form .leading {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-left: 0px;
}

.area-n-contact-form .input-email .leading {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-left: 20px;
    color: var(--muted);
}


.area-n-contact-form .leading select {
    border: none;
    background: transparent;
    font: inherit;
    color: inherit;
    padding: 10px 15px 10px 5px;
    outline: none;
    appearance: none;
    cursor: pointer;
}

.area-n-contact-form .leading svg {
    width: 18px;
    height: 18px;
}

.area-n-contact-form .leading svg {
    width: 18px;
    height: 18px;
}

.area-n-contact-form .input-email {
    display: flex;
    align-items: center;
}

    .area-n-contact-form .input-email .leading svg {
        width: 18px;
        height: 18px;
    }

    .area-n-contact-form .input-email input {
        border: none;
        outline: none;
        padding: 12px 16px;
        font-size: 14px;
        color: #6C7878;
        flex: 1 1 auto;
        background: transparent;
    }

.area-n-contact-form .input-wrap input {
    border: none;
    outline: none;
    padding: 12px 16px;
    color: #6C7878;
    font-size: 14px;
    flex: 1 1 auto;
    background: transparent;
}

/* Select only field */
.area-n-contact-form .select-wrap {
    position: relative;
    border: 0.5px solid #6C7878;
    border-radius: 50px
}

.custom-select {
    position: relative;
    font-size: 16px;
    color: #6C7878;
    user-select: none;
}

.select-selected {
    background-color: #fff;
    border: 1px solid #6C7878;
    border-radius: 50px;
    padding: 10px 15px;
    color: #6C7878;
    cursor: pointer;
    position: relative;
}

    .select-selected::after {
        content: '\25BC';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #000;
    }

.select-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 99;
}

    .select-items div {
        padding: 10px 15px;
        cursor: pointer;
    }

        .select-items div:hover {
            background-color: #f0f0f0;
        }

.select-hide {
    display: none;
}

.area-n-contact-form s.chevron {
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
}

.area-n-contact-form textarea.control {
    border-radius: 16px;
    padding: 14px;
    min-height: 140px;
    resize: vertical;
}

.area-n-contact-form .actions {
    padding-top: 6px;
}

.area-n-contact-form .btn {
    width: 100%;
    border: none;
    background: #000;
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    padding: 14px 18px;
    font-size: 1rem;
    cursor: pointer;
    transition: transform .06s ease;
}

    .area-n-contact-form .btn:active {
        transform: translateY(1px);
    }

/* Screen-reader only for accessible labels */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}



/* Floating WhatsApp Button */
#floatWrap {
    position: fixed;
    bottom: 100px;
    /* distance from bottom */
    right: 20px;
    /* distance from right */
    z-index: 9999;
}

    #floatWrap #whatsappIcon img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease;
    }

        #floatWrap #whatsappIcon img:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
        }



/* footer */
#area-n-footer {
    padding: 30px 0px 0px;
    background: #000;
}


.footer-right {
    margin-top: 120px;
    display: flex;
    justify-content: start;
    align-items: end;
    flex-direction: column;
    gap: 1rem;
}

    .footer-right .social-wrap {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .footer-right .footer-other-wrap ul {
        display: flex;
        gap: 1rem;
        padding-left: 0px;
        list-style-type: none;
    }

        .footer-right .footer-other-wrap ul li {
            list-style-type: none;
        }

            .footer-right .footer-other-wrap ul li span {
                letter-spacing: 1px;
                font-weight: 400;
                color: #fff;
                font-family: "PT Sans", sans-serif;
            }

            .footer-right .footer-other-wrap ul li a {
                display: flex;
                gap: .5rem;
                align-items: center;
                color: #fff;
            }
.footer-bottom .ftr-text{
    font-size:14px;
}
.footer-bottom .ftr-btm-list li {
    font-size: 14px;
}
.right-wrap {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 1rem;
}

.ftr-text.text-left {
    font-size: 14px !important;
}
/* ===== Resort Card ===== */
/* Core Card Styles */
.resort-custom-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px #0000004D;
    transition: transform 0.3s ease;
}

    .resort-custom-card:hover {
        transform: translateY(-5px);
    }

.resort-footer {
    background: #000;
    padding: 15px;
}
/* Image Header */
.card-image-wrapper {
    position: relative;
    height: 380px;
    width: 100%;
}

    .card-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.activity-badge {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #000;
    padding: 6px 35px;
    width: 90%;
    border-radius: 50px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

.resort-content {
    padding: 15px 15px 10px;
    position: absolute;
    bottom: -1px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 31.37%)
}

.card-description {
    font-family: PT Sans;
    font-weight: 400;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin-bottom: 0px;
    color: #fff;
}

/* Category Grid */
.category-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    overflow-x: scroll !important;
    white-space: nowrap !important;
   gap:1rem;
    justify-content: inherit !important;
    align-items: center;
}
.resort-activity-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    overflow-x: auto;

    margin-bottom:20px;
    overflow-y: hidden;
}

    /* Chrome, Edge, Safari */
    .resort-activity-list::-webkit-scrollbar {
        height: 1px;
        
    }

    .resort-activity-list::-webkit-scrollbar-track {
        background: #ddd;
    }

    .resort-activity-list::-webkit-scrollbar-thumb {
        background: #ddd;
    }

.activity-area {
    background: #FFFFFF33;
    border: 0.5px solid #FFFFFF;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 100px;
    width: 150px;
    font-size: 14px;
    color:#fff;
    word-break: break-word;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
    .activity-area img {
        width: 16px;
    }
    .activity-area:hover {
        background: rgba(255, 255, 255, 0.2);
        border-color: #f3b65a;
    }

/* Custom Gold Button */
.resort-footer .btn-view-more {
    background: #f3b65a;
    color: #000;
    border: none;
    width: max-content;
    padding: 6px 30px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

    .btn-view-more:hover {
        background: #ffc978;
        box-shadow: 0 5px 15px rgba(243, 182, 90, 0.4);
    }


/* Activities Page */
.banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.area-n-book-now-btn {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    display: block;
    width: 150px;
    transition: background-color 0.3s ease;
}

    .area-n-book-now-btn:hover {
        background: #F6B752;
        color: #fff;
    }

.area-n-activities-listing {
    padding: 10px 0px 60px;
}

.activities-main-list .nav-pills {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
}



.activities-main-list .nav-item .nav-link.active {
    background: #F6B752;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
    width: 100%;
}

.activities-main-list .nav-item .nav-link {
    background: #F6B7524D;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}




.activity-card {
    border: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px #0000001A;
    transition: transform 0.2s;
    background-color: #fff;
    height: 100%;
    cursor:pointer;
    display: flex;
    flex-direction: column;
}


    .activity-card .card-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .activity-card .card-body-custom {
        padding: 30px;
        flex-grow: 1;
        display: flex;
        height: 100%;
        flex-direction: column;
    }

    .activity-card .title {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
        line-height:26px;
        text-transform:uppercase;
    }

    .activity-card .description {
        font-size: 14px;
        color: #000;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.view-more-link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    display: block;
    margin-top: auto;
    position: relative;
    padding-bottom: 3px;
}

    .view-more-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: #FFD700;
        transition: width 0.3s ease-out;
    }

.activity-card:hover .view-more-link::after {
    width: 25%;
}

/* Activities details page */
.activities-details img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.activities-right-one {
    height: 263px;
    width: 100%;
}

.activities-right-two {
    height: 263px;
    width: 100%;
}

.activities-right-one img {
    height: 100%;
    border-radius: 5px;
    width: 100%;
    object-fit:cover;
}

.activities-right-two img {
    height: 100%;
    border-radius: 5px;
    width: 100%;
}

.area-n-activities-details {
    padding: 30px 0px 60px;
}

.activities-right-sec {
    margin-top: 60px;
}


/* Packages listing */
.area-n-packages {
    background: #00000003;
}
.package-banner-area {
    position: relative;
    z-index: 1;
}
.bg-image {
    background-image: url('../images/banner/activities-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0 20px;
    position: relative;
    z-index: 1;
}
    .bg-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }




    .package-banner-area .main-pill {
        width: 250px;
        background: #fff;
        border-radius: 100px;
        display: grid;
        margin: auto;
        justify-content: center;
        grid-template-columns: repeat(2,1fr);
        gap: 1rem;
        padding: 4px;
    }

    .package-banner-area .nav-pills .nav-link {
        border-radius: 83px;
    }

    .package-banner-area .main-pill .nav-item {
        width: 100%;
        border-radius: 83px;
    }

        .package-banner-area .main-pill .nav-item .nav-link {
            color: #000;
            font-size: 18px;
            padding: 5px 15px;
            font-weight: 500;
            width: 100%;
        }

            .package-banner-area .main-pill .nav-item .nav-link.active {
                background: #F6B752;
                border-radius: 83px;
            }


    .package-banner-area .meal-options {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .package-banner-area .meal-box {
        min-width: 200px;
      
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    
        color: #333;
        transition: all 0.2s ease-in-out;
    }

    /* Date Picker Styling */
    .package-banner-area .booking-date {
        border: 1px solid #9966ff;
        padding: 7px 15px;
        background:#fff;    
        border-radius:50px; 
    }

        .package-banner-area .booking-date img {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }

        .package-banner-area .booking-date input {
            border: none;
            outline: none;
            background: transparent;
            font-size: 16px;
            font-weight: bold;
            color: #333;
            cursor: pointer;
        }

    /* Checkbox Options */


    .package-banner-area .breakfast,
    .package-banner-area .dinner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .25rem;
    }

    /* Optional: Smooth transition for hover */
    .package-banner-area .meal-box label span {
        transition: color 0.2s ease-in-out;
    }

.breakfast label {
    font-size: 12px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.meal-box .title {
    font-size: 16px;
    font-family: PT Sans;
    font-weight: 500;
    margin-bottom: 0px;
}

.meal-box .price {
    font-size: 16px;
    font-weight: 500;
    font-family: Oswald;
    margin-bottom: 0px;
}


.breakfast.meal-box input[type="checkbox"],
.dinner.meal-box input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #4CAF50; /* Checkbox checkmark & background */
    color: #fff;
    margin-top:0px !important;
}
/* Optional: make the whole label/background green too */
.package-main-listing {
    position: relative;
    z-index: 99;
    padding: 30px 0px 60px;
    background: #fff;
}

    .package-main-listing .nav-pills {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 1rem;
    }



    .package-main-listing .nav-item .nav-link {
        background: #F6B7524D;
        color: #000;
        font-weight: 500;
        font-size: 18px;
        width: 100%;
        border-radius: 10px;
        padding: 10px;
    }

        .package-main-listing .nav-item .nav-link.active {
            background: #F6B752;
            color: #000;
            font-weight: 500;
            font-size: 18px;
            padding: 10px;
            width: 100%;
        }

#night-tab.active {
    background-color: #000;
    /* You might also want to change the text color for contrast */
    color: #fff;
}

.nightout-bg {
    background: #fff !important;
}

    .nightout-bg .nav-pills {
        display: grid;
        grid-template-columns: 300px 300px;
        gap: 1rem;
        margin: auto;
    }

    .nightout-bg .nav-item .nav-link {
        background: #000;
        color: #000;
        font-weight: 500;
        font-size: 18px;
        width: 100%;
        background: #F6B7524D;
        border-radius: 10px;
        padding: 10px;
    }

        .nightout-bg .nav-item .nav-link.active {
            background: #F6B752;
            color: #000;
            font-weight: 500;
            font-size: 18px;
            padding: 10px;
            width: 100%;
        }


    .nightout-bg .nightout-stripe {
        background: #000;
        text-align: center;
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .nightout-bg .nightout-stripe h5 {
            color: #fff;
            text-decoration: underline;
            margin-bottom: 0px;
        }

.dayout-strip {
    background: #000;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .dayout-strip h5 {
        color: #fff;
        text-decoration: underline;
        margin-bottom: 0px;
    }

.dayout-package-card {
    display: flex;
    box-shadow: 2px 0px 10px 0px #00000026;
    align-items: stretch; /* important */
}

    .dayout-package-card .package-image {
        flex-basis :30%;
        height: 580px; /* 🔒 fixed image height */
        overflow: hidden; /* prevents image overflow */
    }
        .dayout-package-card .package-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    .dayout-package-card .package-right-side {
        padding: 25px;
        flex-basis: 70%;
    }

        .dayout-package-card .package-right-side .package-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }


            .dayout-package-card .package-right-side .package-header h2 {
                font-size: 32px;
                font-weight: 400;
            }



            .dayout-package-card .package-right-side .package-header .price-wrap {
             
                display: flex;
                color: #000;
                max-width: 400px;
                width: 100%;
                flex-direction: column;
                flex-wrap: wrap;
                align-items: end;
                justify-content: end;
            }

                .dayout-package-card .package-right-side .package-header .price-wrap .tax-info {
                    font-size: 12px;
                    margin-top: 5px;
                }

                .dayout-package-card .package-right-side .package-header .price-wrap .price-one {
                    position: relative;
                    padding-right: 25px; /* space for the after line */
                }

                    .dayout-package-card .package-right-side .package-header .price-wrap .price-one::after {
                        content: "";
                        position: absolute;
                        top: 16px;
                        right: 0;
                        transform: translateY(-50%);
                        height: 20px;
                        border-right: 1px solid #000;
                    }

                .dayout-package-card .package-right-side .package-header .price-wrap .price-two {
                    padding: 0px 0px 0px 15px;
                    display: flex;
                    flex-direction: column;
                    align-items: end;
                }

                    .dayout-package-card .package-right-side .package-header .price-wrap .price-one .date,
                    .dayout-package-card .package-right-side .package-header .price-wrap .price-two .date {
                        font-size: 14px;
                    }


                .dayout-package-card .package-right-side .package-header .price-wrap .price {
                    font-weight: 600;
                    font-size: 20px;
                    color: #000;
                }

                    .dayout-package-card .package-right-side .package-header .price-wrap .price .date {
                        font-weight: 400;
                    }

                .dayout-package-card .package-right-side .package-header .price-wrap .price {
                    font-weight: 600;
                    font-size: 20px;
                }
/*
        .dayout-package-card .package-right-side .package-amunities .activity-list {
            display: grid;
            grid-template-columns: repeat(5,1fr);
            gap: .5rem;
            padding-left: 0px;
            width: 80%;
            margin-top: 20px;
        }*/
        .dayout-package-card .package-right-side .package-amunities .activity-list {
            display: grid;
            gap: .5rem;
            grid-template-columns: repeat(6, 1fr);
            padding-left: 0px;
            width: 100%;
            margin-top: 20px;
        }
        .dayout-package-card .package-right-side .package-amunities h3 {
            font-size: 20px;
            line-height: 28px;
            font-weight: 400;
            margin-bottom: 10px;
        }

        .dayout-package-card .package-right-side .package-amunities .activity-list li {
            position: relative;
            font-weight: 400;
            font-family: 'PT Sans';
            padding-left: 15px; /* space for dot */
            list-style: none; /* remove default bullet */
        }

            .dayout-package-card .package-right-side .package-amunities .activity-list li::before {
                content: "•"; /* dot symbol */
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                color: #000; /* match text color */
                font-size: 18px; /* adjust dot size if needed */
                line-height: 1;
            }

        
        .dayout-package-card .package-right-side .inclusions h3 {
            font-size: 20px;
            line-height: 28px;
            font-weight: 400;
            margin-bottom:10px !important;
        }

      

        .dayout-package-card .package-right-side .inclusion-item {
            display: flex;
            gap: .5rem;
            align-items: center;
        }
        .dayout-package-card .package-right-side .inclusion-items {
            display: flex;
            gap: 1.5rem;
            align-items: center;
        }

            .dayout-package-card .package-right-side .inclusion-items img {
                width: 20px;
                height: 20px;
            }

        .dayout-package-card .package-right-side .inclusion-items span {
            font-size: 16px;
            font-family: PT Sans;
            font-weight: 400;
        }

        .dayout-package-card .package-right-side .add-on-section {
            padding-top: 20px;
            align-items: end;
            gap: 1rem;
            display: flex;
        }

        .dayout-package-card .package-right-side .add-on-controls {
            flex-basis: 50%;
            display: flex;
            gap: 20px;
            margin-top: 10px;
            align-items: flex-end; /* Align inputs/selects at the bottom */
        }

        .dayout-package-card .package-right-side .control-group {
            flex: 1;
        }

            .dayout-package-card .package-right-side .control-group label {
                display: block;
                font-size: 14px;
                margin-bottom: 5px;
                color: #000;
            }

        .dayout-package-card .package-right-side #add-on-select,
        .input-container input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 1em;
            appearance: none; /* Remove default select styling */
            background-color: #f9f9f9; /* Light background for input/select */
        }

        .dayout-package-card .package-right-side .input-container {
            display: flex;
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 4px;
            background-color: #f9f9f9;
        }

            .dayout-package-card .package-right-side .input-container .icon-person {
                padding: 0 10px;
                color: #999;
            }

            .dayout-package-card .package-right-side .input-container input {
                border: none;
                background: transparent;
                padding: 10px 0;
                flex-grow: 1;
            }

                .dayout-package-card .package-right-side .input-container input:focus-visible {
                    outline: unset !important;
                }

        .dayout-package-card .package-right-side .action-buttons {
            display: flex;
            flex-basis: 50%;
            align-items: center;
            justify-content: flex-end; /* Push buttons to the right */
            gap: 15px;
        }

            .dayout-package-card .package-right-side .action-buttons a {
                padding: 12px 25px;
                border: none;
                width: 100%;
                border-radius: 6px;
                font-size: 14px;
                text-align: center;
                line-height: 18px;
                height: 42px;
                font-weight: 600;
                cursor: pointer;
                transition: background-color 0.2s;
            }

        .dayout-package-card .package-right-side .btn-cart {
            background-color: #000;
            color: #fff;
        }

            .dayout-package-card .package-right-side .btn-cart:hover {
                background-color: #333;
            }

        .dayout-package-card .package-right-side .btn-book {
            background-color: #f9a825; /* Orange/Gold color from the image */
            color: #333;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

            .dayout-package-card .package-right-side .btn-book:hover {
                background-color: #ffb74d;
            }




.nightout-package-card {
    display: flex;
    background: #111810;
    box-shadow: 2px 0px 10px 0px #00000026;
}

    .nightout-package-card .package-image {
        flex-basis: 30%;
        height:550px;
    }

        .nightout-package-card .package-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.nightout-bg .container-fluid {
    background: #fff !important;
}


.nightout-package-card .package-right-side {
    padding: 25px;
    flex-basis: 70%;
}


    .nightout-package-card .package-right-side .package-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


        .nightout-package-card .package-right-side .package-header h2 {
            font-size: 32px;
            color: #fff;
            font-weight: 400;
        }

        .nightout-package-card .package-right-side .package-header .price-wrap {
            display: flex;
            color: #fff;
            max-width: 400px;
            width: 100%;
            flex-wrap: wrap;
            flex-direction:column;
            align-items: end;
            justify-content: end;
        }
            .nightout-package-card .package-right-side .package-header .price-wrap .tax-info {
                font-size: 12px;
                margin-top: 10px;
            }

.nightout-package-card .package-right-side .package-header .price-wrap .price-one {
    position: relative;
    padding-right: 25px; /* space for the after line */
}

                .nightout-package-card .package-right-side .package-header .price-wrap .price-one::after {
                    content: "";
                    position: absolute;
                    top: 19px;
                    right: 0;
                    transform: translateY(-50%);
                    height: 30px;
                    border-right: 1px solid #fff;
                }

            .nightout-package-card .package-right-side .package-header .price-wrap .price-two {
                padding: 0px 0px 0px 15px;
                display: flex;
                flex-direction: column;
                align-items: end;
            }

                .nightout-package-card .package-right-side .package-header .price-wrap .price-one .date,
                .nightout-package-card .package-right-side .package-header .price-wrap .price-two .date {
                    font-size: 14px;
                }


            .nightout-package-card .package-right-side .package-header .price-wrap .price {
                font-weight: 600;
                font-size: 20px;
                color: #fff;
            }
            .nightout-package-card .package-right-side .package-header .price-wrap .price  .date{
                font-weight: 400;
                
            }


    .nightout-package-card .package-right-side .package-amunities .activity-list {
        display: flex;
        gap: .5rem;
        flex-wrap: wrap;
        padding-left: 0px;
        width: 100%;
        margin-top: 20px;
    }
    .nightout-package-card .package-right-side .package-amunities h3 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 0px;
        color: #fff;
    }
    .nightout-package-card .package-right-side .package-amunities .activity-list li {
        position: relative;
        font-weight: 400;
        font-family: 'PT Sans';
        color: #fff;
        padding-left: 15px; /* space for dot */
        list-style: none; /* remove default bullet */
    }

            .nightout-package-card .package-right-side .package-amunities .activity-list li::before {
                content: "•"; /* dot symbol */
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                color: #fff; /* match text color */
                font-size: 18px; /* adjust dot size if needed */
                line-height: 1;
            }


    .nightout-package-card .package-right-side .inclusions {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

        .nightout-package-card .package-right-side .inclusions h3 {
            font-size: 20px;
            line-height: 28px;
            font-weight: 400;
            margin-bottom: 0px;
            color: #fff;
        }

    .nightout-package-card .package-right-side .note {
        margin: 10px 0px 10px
    }



        .nightout-package-card .package-right-side .note p {
            color: #fff;
        }

    .nightout-package-card .package-right-side .inclusion-items {
        display: flex;
        gap: 2rem;
        align-items: center;
    }

    .nightout-package-card .package-right-side .inclusion-item {
        display: flex;
        gap: .5rem;
        align-items: center;
    }

    .nightout-package-card .package-right-side .inclusion-items img {
        filter: invert(1);
        width: 20px;
        height: 20px;
    }

    .nightout-package-card .package-right-side .inclusion-items span {
        font-size: 16px;
        color: #fff;
        font-family: PT Sans;
        font-weight: 400;
    }

    .nightout-package-card .package-right-side .add-on-section {
        padding-top: 20px;
        align-items: end;
        gap: 1rem;
        display: flex;
    }

    .nightout-package-card .package-right-side .add-on-controls {
        flex-basis: 50%;
        display: flex;
        gap: 20px;
        margin-top: 10px;
        align-items: flex-end; /* Align inputs/selects at the bottom */
    }

    .nightout-package-card .package-right-side .control-group {
        flex: 1;
    }

        .nightout-package-card .package-right-side .control-group label {
            display: block;
            font-size: 14px;
            margin-bottom: 5px;
            color: #fff;
        }

    .nightout-package-card .package-right-side #add-on-select,
    .input-container input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 1em;
        appearance: none; /* Remove default select styling */
        background-color: #f9f9f9; /* Light background for input/select */
    }

    .nightout-package-card .package-right-side .input-container {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #f9f9f9;
    }

        .nightout-package-card .package-right-side .input-container .icon-person {
            padding: 0 10px;
            color: #999;
        }

        .nightout-package-card .package-right-side .input-container input {
            border: none;
            background: transparent;
            padding: 10px 0;
            flex-grow: 1;
        }

            .nightout-package-card .package-right-side .input-container input:focus-visible {
                outline: unset !important;
            }

    .nightout-package-card .package-right-side .action-buttons {
        display: flex;
        flex-basis: 50%;
        align-items: center;
        justify-content: flex-end; /* Push buttons to the right */
        gap: 15px;
    }

        .nightout-package-card .package-right-side .action-buttons a {
            padding: 12px 25px;
            border: none;
            width: 100%;
            border-radius: 6px;
            font-size: 14px;
            text-align: center;
            line-height: 18px;
            height: 42px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.2s;
        }

    .nightout-package-card .package-right-side .btn-cart {
        background-color: #fff;
        color: #000;
    }

        .nightout-package-card .package-right-side .btn-cart:hover {
            background-color: #333;
        }

    .nightout-package-card .package-right-side .btn-book {
        background-color: #f9a825; /* Orange/Gold color from the image */
        color: #000;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

        .nightout-package-card .package-right-side .btn-book:hover {
            background-color: #ffb74d;
        }



/* Corporate Page */

.area-n-banner {
    background-image: url(../images/banner/activities-banner.png);
    padding: 20px 0px;
    z-index: 0;
    position: relative;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

    .area-n-banner::before {
        background: rgba(0, 0, 0, 1);
        position: absolute;
        height: 100%;
        width: 100%;
        content: '';
        top: 0;
        z-index: -1;
    }

    .area-n-banner .heading {
        position: relative;
        z-index: 1;
    }

        .area-n-banner .heading .main-title {
            font-size: 40px;
            line-height: 48px;
            text-align: center;
            color: #fff;
            margin-bottom: 0px;
        }

.corporate-banner {
    position: relative;
    width: 100%;
    height: 431px; /* Adjust height as needed */
    overflow: hidden;
}

    .corporate-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the container without distortion */
        display: block;
    }

.area-n-coporate-details {
    padding: 40px 0px;
}

    .area-n-coporate-details .corporate-content {
        text-align: center;
    }
.corporate-content p{
    font-size:18px !important;
}

.area-n-mice {
    padding: 30px 0px;
}

    .area-n-mice h2 {
        margin-bottom: 30px;
    }

    .area-n-mice .mice-card {
        padding: 20px;
        border: 1px solid #6C7878;
        height: 100%;
        border-radius: 10px;
    }

        .area-n-mice .mice-card .mice-head {
            display: flex;
            justify-content: start;
            align-items: center;
            gap: 1rem;
        }

            .area-n-mice .mice-card .mice-head img {
                height: 48px;
                width: 48px;
            }

            .area-n-mice .mice-card .mice-head h4 {
                margin-bottom: 0px;
                font-weight: 400;
            }

        .area-n-mice .mice-card .content p {
            font-size: 16px;
            text-align: left;
            margin-top: 10px;
            line-height: 22px;
            margin-bottom: 0px !important;
        }

.area-n-mice-awards {
    padding: 40px 0px;
}


    .area-n-mice-awards .mice-content h3 {
        margin-bottom: 30px;
    }

    .area-n-mice-awards .mice-content p {
        max-width: 90%;
    }


.area-n-mice-why {
    padding: 30px 0px;
}

    .area-n-mice-why h2 {
        margin-bottom: 30px;
    }

    .area-n-mice-why h3 {
        font-weight: 400;
    }

    .area-n-mice-why .mice-why-preview h3 {
        font-weight: 500;
        margin-bottom: 20px;
    }

.mice-why-preview ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .mice-why-preview ul li {
        font-size: 18px;
        color: #555;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

        .mice-why-preview ul li img {
            width: 20px;
            height: 20px;
            margin-right: 10px;
            vertical-align: middle;
        }

.corporate-btn .btn {
    padding: 6px 60px !important;
    font-weight: 500 !important;
}

.corporate-btn {
    padding: 30px 0px 60px;
}

/* area-n-accommodation page */

.area-n-accommodation {
    padding: 60px 0px;
}

.accommodation-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
}

.accommodation-card .accommodation-swiper {
    width: 100%;
    height: 400px;
    position: relative;
}

.accommodation-card .accommodation-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accommodation-card .card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.55);
    padding: 15px 20px;
    border-radius: 8px;
    color: #fff;
}

.accommodation-card .card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.accommodation-card .view-more-button {
    display: inline-block;
    background: none;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
    border: 1px solid transparent;
    letter-spacing: .5px;
    font-size: 12px;
    line-height: 16px;
}

.accommodation-card .view-more-button:hover {
    background: #005ec4;
    color: #fff;
}

.front-content {
    transition: transform 0.6s ease;
}






/* Area-specific styles */
.area-n-accommodation .accommodation-card {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.area-n-accommodation .accommodation-card .card-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.area-n-accommodation .accommodation-card .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: #fff;
}

.area-n-accommodation .accommodation-card .card-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
}

.area-n-accommodation .accommodation-card .view-more-button {
    display: inline-block;
    padding: 4px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    letter-spacing: .5px;
    text-decoration: none;
    font-size: 10px;
    line-height: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.area-n-accommodation .accommodation-card .view-more-button:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}


/* Accommodation-banner  */

.area-n-accommodation-banner {
    background-image: url('../banner.png');
    padding: 20px 0px 0px;
    z-index: 0;
    position: relative;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}



    .area-n-accommodation-banner::before {
        background: rgba(0, 0, 0, .6);
        position: absolute;
        height: 100%;
        width: 100%;
        content: '';
        top: 0;
        z-index: -1;
    }

    .area-n-accommodation-banner .heading {
        position: relative;
        z-index: 1;
    }

        .area-n-accommodation-banner .heading .main-title {
            font-size: 40px;
            line-height: 48px;
            text-align: center;
            color: #fff;
            margin-bottom: 15px;
        }



/* Check in and check out    */

.accommodation-check-in .booking-container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    border-radius: 12px;
}

.accommodation-check-in .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-end;
}

.accommodation-check-in .form-group {
    flex-grow: 1;
    position: relative;
}

.accommodation-check-in .form-label {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.accommodation-check-in .icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    fill: #ccc;
}

.accommodation-check-in .date-input-group {
    display: flex;
    align-items: center;
    border: 0.5px solid #555;
    border-radius: 3px;
    overflow: hidden;
    background-color: transparent;
    flex-grow: 1.5;
    min-width: 300px;
}

@media (max-width: 768px) {
    .accommodation-check-in .date-input-group {
        min-width: 100%;
    }
   
}

.accommodation-check-in .date-input {
    padding: 6px 15px;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    outline: none;
    width: 50%;
}

    .accommodation-check-in .date-input::placeholder {
        color: #fff;
    }

.accommodation-check-in .arrow-icon {
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
}

.accommodation-check-in .dropdown-toggle {
    padding: 7px 15px;
    border: 1px solid #555;
    border-radius: 6px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accommodation-check-in .check-button {
    padding: 7px 20px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s;
    flex-shrink: 0;
}

    .accommodation-check-in .check-button:hover {
        background-color: #000;
        color:#fff;
    }

.accommodation-check-in .guest-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 5px;
    padding: 15px;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    display: none;
}

    .accommodation-check-in .guest-dropdown.active {
        display: block;
    }

.accommodation-check-in .guest-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

    .accommodation-check-in .guest-item:last-child {
        border-bottom: none;
    }

/* NEW: Styles for the new label structure */
.accommodation-check-in .guest-item-label-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.accommodation-check-in .guest-item-label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.accommodation-check-in .guest-item-sublabel {
    font-size: 12px;
    color: #000; /* Dimmed color for subtext */
    font-weight: 600;
    margin-top: 2px;
}

/* NEW: Styles for the squared counter controls */
.accommodation-check-in .counter-controls {
    display: flex;
    align-items: center;
    border: 1px solid #eee; /* Border around the entire control group */
    border-radius: 4px;
    overflow: hidden;
}

.accommodation-check-in .counter-button {
    width: 35px;
    height: 35px;
    background-color: #f1f1f1;
    color: #000;
    border: none;
    border-radius: 0; /* Remove rounding */
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .accommodation-check-in .counter-button:first-child {
    }

    .accommodation-check-in .counter-button:last-child {
    }

    .accommodation-check-in .counter-button:hover {
        background-color: #f1f1f1;
    }

.accommodation-check-in .counter-value {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 0; /* Remove margins */
    padding: 0 15px; /* Add padding for spacing */
    min-width: 20px;
    text-align: center;
}

.accommodation-check-in .user-icons img {
    width: auto;
    height: 16px;
    margin-right: 5px;
}
/* Flatpickr Styling Adjustments for Dark Theme */
.accommodation-check-in .flatpickr-calendar {
    background: #333;
    border: 1px solid #555;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.accommodation-check-in .flatpickr-day, .flatpickr-day.nextMonthDay, .flatpickr-day.prevMonthDay {
    color: #ccc;
}

    .accommodation-check-in .flatpickr-day.today:not(.selected) {
        border-color: #7B42F2;
        color: #7B42F2;
    }

    .accommodation-check-in .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange {
        background: #7B42F2;
        border-color: #7B42F2;
        color: #fff;
    }

    .accommodation-check-in .flatpickr-day.inRange {
        background: rgba(123, 66, 242, 0.5);
        border-color: rgba(123, 66, 242, 0.5);
    }

    .accommodation-check-in .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.inRange:hover {
        background: #5d31b3;
        border-color: #5d31b3;
    }

.accommodation-check-in .flatpickr-months .flatpickr-month {
    color: #fff;
}

.accommodation-check-in .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month .numInputWrapper {
    color: #fff;
}


.area-n-accommodation-listing {
    padding: 15px 0px 30px;
}

.accommodation-listing-nav .nav-pills {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 1rem;
}



.accommodation-listing-nav .nav-item .nav-link.active {
    background: #F6B752;
    text-align:center;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
    width: 100%;
}

.accommodation-listing-nav .nav-item .nav-link {
    background: #F6B7524D;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}



/* accommodation detail card */
.accommodation-details-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 0px 10px 0px #00000026;
    display: flex;
    flex-wrap: wrap;
}

.accommodation-left {
    width: 50%;
}


/* Main Swiper Image */
.accommodation-gallery .main-swiper .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    /* display: block; */
    object-position: center;
}

/* Video Responsive */
.accommodation-gallery .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
}

    .accommodation-gallery .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Thumbnail Swiper */
.accommodation-gallery .thumb-swiper .swiper-slide {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    opacity: 0.5;
    position: relative;
}

.accommodation-gallery .thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #4CAF50;
}

.accommodation-gallery .thumb-swiper img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

/* Play Button Overlay for Video */
.accommodation-gallery .video-thumb .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
    pointer-events: none;
}

.accommodation-detail-body {
    padding: 0px 20px;
    background-color: #fff;
}

.accommodation-detail-body {
    width: 50%;
}

.accommodation-gallery {
    overflow: hidden;
}

.accommodation-detail-body .note {
    margin-bottom: 20px;
}

    .accommodation-detail-body .note .red {
        font-family: PT Sans !important;
        font-weight: 400;
        font-size: 18px;
     
        color: #EF3F47;
    }

    .accommodation-detail-body .note .green {
        font-family: PT Sans !important;
        font-weight: 400;
        font-size: 18px;
       
        color: #4BBD8B;
    }

.accommodation-detail-body .accommodation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

    .accommodation-detail-body .accommodation-header h2 {
        font-size: 32px;
        font-weight: 400;
        margin: 0;
    }

    .accommodation-detail-body .accommodation-header .price h4 {
        font-size: 28px;
        font-weight: 400;
        margin: 0;
        white-space: nowrap; /* Keep price on one line */
    }


/* Description Section */
.accommodation-detail-body .description-section {
    margin-bottom: 20px;
    margin-top: 30px;
}

.accommodation-detail-body .description-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .accommodation-detail-body .description-header h4 {
        font-size: 24px;
        font-weight: 400;
        margin: 0;
    }

.accommodation-detail-body .room-features {
    display: flex;
    gap: 10px; /* optional spacing between items */
}

    .accommodation-detail-body .room-features .feature-item {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #000;
        padding-right: 10px; /* space between text and border */
        position: relative;
    }

        .accommodation-detail-body .room-features .feature-item img {
            margin-right: 5px;
        }
        /* Add right border except for the last item */
        .accommodation-detail-body .room-features .feature-item:not(:last-child)::after {
            content: "";
            display: inline-block;
            width: 1px; /* thickness of the line */
            height: 20px; /* height of the line */
            background-color: #000; /* color of the line */
            margin-left: 10px; /* space between text and line */
        }

        .accommodation-detail-body .room-features .feature-item .feature-name {
            font-weight: 400;
            color: #000;
        }

.accommodation-detail-body .description-section > p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.accommodation-detail-body .description-section .view-more {
    color: #EF3F47;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    gap: 0.25rem;
    transition: color 0.3s ease; /* smooth color change */
}

    .accommodation-detail-body .description-section .view-more .underline {
        border-bottom: 1px solid transparent; /* start hidden */
        transition: border-color 0.3s ease; /* smooth underline transition */
    }

    /* On hover */
    .accommodation-detail-body .description-section .view-more:hover {
        color: #d32f2f; /* slightly darker shade for hover */
    }

        .accommodation-detail-body .description-section .view-more:hover .underline {
            border-bottom-color: #EF3F47; /* show underline on hover */
        }


.accommodation-detail-body .overview-section {
    margin-bottom: 20px;
}

    .accommodation-detail-body .overview-section h3 {
        font-size: 22px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 15px;
    }

.accommodation-detail-body .overview-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
}

.accommodation-detail-body .overview-item {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}

    .accommodation-detail-body .overview-item img {
        margin-right: 8px;
        width: 20px; /* Fixed width for icon alignment */
        text-align: center;
    }

    .accommodation-detail-body .overview-item .content {
        font-family: PT Sans;
        font-weight: 500;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 3%;
        text-align: justify;
        vertical-align: middle;
    }


.accommodation-popup h5 {
    font-size: 28px;
    font-weight: 400;
}

.modal.show {
    background-color: rgba(0, 0, 0, 0.8);
}

.add-on {
}

    .add-on h5 {
        margin-bottom: 5px;
        font-weight: 400;
    }


    .add-on .custom-dropdown-container {
        position: relative;
        width: 100%;
        max-width: 350px;
    }

    .add-on .dropdown-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 200px;
        padding: 6px 16px;
        border: 1px solid #d1d5db;
        border-radius: 4px;
        background: #F4F4F4CC;
        cursor: pointer;
        font-weight: 500;
        border: 0.5px solid #6C7878;
        color: #6C7878;
        transition: border-color 0.2s, box-shadow 0.2s;
    }

        .add-on .dropdown-header:hover {
            border-color: #9ca3af;
        }

    .add-on .arrow {
        transition: transform 0.2s ease;
        display: flex;
        align-items: center;
    }

    .add-on .rotate-180 {
        transform: rotate(180deg);
    }

    .add-on .checkboxes-list {
        position: absolute;
        top: 100%;
        left: 0;
        width: 200px;
        right: 0;
        z-index: 10;
        border: 1px solid #d1d5db;
        border-top: none;
        border-radius: 0 0 8px 8px;
        background-color: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        max-height: 200px;
        overflow-y: auto;
        animation: dropdownFade 0.2s ease-in-out;
    }

@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.add-on .hidden {
    display: none;
}

.add-on .package-offer {
}

.add-on .package-checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}

.add-on .package-checkbox {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.add-on .package-inclusions {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #555;
    font-weight: 400;
}

    .add-on .package-inclusions span {
        white-space: nowrap;
        font-family: PT Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .add-on .package-inclusions .separator {
        margin: 0 8px;
        color: #000;
        font-weight: 400;
    }

    .add-on .package-inclusions span:last-of-type {
        margin-right: 0;
    }

        .add-on .package-inclusions span:last-of-type.separator {
            display: none;
        }


.add-on .add-on-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap:1rem;
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 0.2s;
}

    .add-on .add-on-item:hover {
        background-color: #f9fafb;
    }

    .add-on .add-on-item:last-child {
        border-bottom: none;
    }

.add-on .option-details {
    display: flex;
    align-items: center;
    gap:.25rem;
}

.add-on .option-price {
    font-weight: 400;
    color: #000;
    font-size: 15px;
}

.booking-section .add-on input {
    margin-right: 5px;
    padding: 7px;
    margin-top: 0px;
}


      
.accommodations-footer {
    width: 100%;
    display: flex;
    gap: 1rem;
}
/* Action Bar and Price */
.action-bar {
    margin-top: 40px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
    align-items: end;
}

    .action-bar .final-price-desktop {
        text-align: right;
        font-size: 14px;
        margin-bottom: 20px;
    }

        .action-bar .final-price-desktop .price-value {
            font-size: 20px;
            font-weight: 500;
            text-decoration: underline;
            margin-right:5px;
        }

        .action-bar .final-price-desktop .price-day {
            font-family: PT Sans;
            font-weight: 400;
            font-size: 18px;
            letter-spacing: 0%;
        }


    .action-bar .action-buttons {
        width: 100%;
        gap: 1rem;
        display: flex;
    }





.action-buttons a {
    padding: 12px 25px;
    border: none;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    height: 42px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.action-buttons .btn-cart {
    background-color: #000;
    color: #fff;
}

    .action-buttons .btn-cart:hover {
        background-color: #333;
    }

.action-buttons .btn-book {
    background-color: #f9a825; /* Orange/Gold color from the image */
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .action-buttons .btn-book:hover {
        background-color: #ffb74d;
    }




.accommodations-footer .amenities-section {
    margin-top: 20px;
    width: 50%;
}

    .accommodations-footer .amenities-section h3 {
        font-size: 24px;
        font-weight: 400;
        color: #000;
        margin-top: 0;
        margin-bottom: 25px;
    }

.accommodations-footer .amenities-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 10px;
}

    .accommodations-footer .amenities-wrap li {
        font-size: 14px;
        color: #000;
        display: flex;
        font-weight: 500;
        align-items: center;
        font-family: PT Sans;
        line-height: 1.4;
    }

        .accommodations-footer .amenities-wrap li img {
            color: #000;
            margin-right: 8px;
            width: 20px;
            height: 25px;
            text-align: center;
        }

        .accommodations-footer .amenities-wrap li span {
            font-weight: 500;
            color: #000;
            font-family: PT Sans;
        }

@media (max-width: 768px) {
    .accommodations-footer .amenities-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 500px) {
    .accommodations-footer .amenities-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}


.amenities-wrap .view-more {
    color: #EF3F47 !important;
    text-align: center;
    text-decoration: none;
    font-size: 14px !important;
    display: flex !important;
    align-items: center;
    gap: 0.25rem !important;
    transition: color 0.3s ease; /* smooth color change */
}

    .amenities-wrap .view-more img {
        width: 12px !important;
        height: 12px !important;
    }


    .amenities-wrap .view-more .underline {
        font-size: 14px !important;
        line-height: 20px !important;
        border-bottom: 1px solid #EF3F47; /* show underline on hover */
        transition: border-color 0.3s ease; /* smooth underline transition */
        color: #EF3F47 !important;
    }

/*  Amanities Pop UP   */
/* Custom CSS for the Amenities Modal */


.amenities-popup .modal-header {
    padding: 30px 40px !important;
}

.amenities-popup .modal-body {
    padding: 20px 40px !important;
}

.modal-title {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 40px;
}

.amenity-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 20px;
}

    .amenity-item img {
        margin-right: 12px;
        width: 20px;
        height: 20px;
    }

    .amenity-item span {
        font-family: PT Sans;
        font-weight: 400;
        font-size: 14px;
        text-align: start;
    }

.btn-close {
    font-size: 1rem;
    opacity: 0.6;
}

.modal-content {
    border-radius: 10px !important;
}

.modal {
    top: 0px !important;
}


/* Accommodation page complete */

.area-n-events {
    padding: 20px 0px 60px;
}

/* Dirt kart Page css */

.area-n-dirtkart {
    padding: 20px 0px 60px;
}

    .area-n-dirtkart .dirtkart-content {
    }

    .area-n-dirtkart .dirtkart-image {
        box-shadow: 0px 4px 10px 0px #00000026;
    }

        .area-n-dirtkart .dirtkart-image img {
            width: 100%;
        }

.area-n-dirtkart-button .button-wrap {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.btn.btn-info-black {
    background: #000;
    border-color: #000;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
}

    .btn.btn-info-black:hover {
        background: #fff;
        border-color: #000;
        color: #000;
        font-weight: 700;
        border-radius: 5px;
    }


/* cart page */

.area-n-emptycart {
    padding: 80px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.area-n-cart .left-cart {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .2rem;
}

.area-n-cart .edit-link {
    color: #000;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    font-family: PT Sans;
    text-decoration: none;
    font-weight: 300;
    gap: .25rem;
}

    .area-n-cart .edit-link span {
        padding: 0px !important;
    }

.area-n-cart .right-cart h6 {
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 400;
    margin-bottom:0px;
}

.area-n-cart .table.table thead tr th {
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 400;
}

.area-n-cart table.table > tbody > tr > td {
    padding: 15px 15px;
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 400;
}

.area-n-cart .table-dark {
    border-radius: 5px 0px 0px 5px;
}

.area-n-cart .cart-table thead th {
    background: #000;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.area-n-cart .cart-item {
    background: #F4F4F4CC;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 3px 0px #00000040;
}

.cart-table tr {
    border-radius: 5px;
}

.area-n-cart .cart-item td {
    vertical-align: middle;
}

.area-n-cart .edit-link {
    color: #6c757d;
    font-size: 13px;
    text-decoration: none;
}

    .area-n-cart .edit-link:hover {
        text-decoration: underline;
    }

.area-n-cart .summary-card {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #F4F4F4CC;
}

.summary-title {
    background: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    padding: 15px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.area-n-cart .summary-card h5 {
    font-weight: 600;
}

.summary-body {
    padding: 30px 10px;
}

    .summary-body .summary-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

        .summary-body .summary-wrap .title {
            font-family: PT Sans;
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 0px;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .summary-body .summary-wrap .value {
            font-family: Oswald;
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 0px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
        }

        .summary-body .summary-wrap .sub-total {
            font-family: Oswald;
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .summary-body .summary-wrap .price {
            font-family: Oswald;
            font-weight: 600;
            font-style: SemiBold;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;
            text-align: center;
        }

.total-price-wrap {
    display: flex;
    justify-content: space-between;
    background: #000;
    padding: 15px 10px;
    color: #fff;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .total-price-wrap span {
        font-size: 18px;
    }

.pay-terms {
    margin-top: 20px;
    display: flex;
    gap: .5rem;
    margin-bottom: 20px;
}

    .pay-terms input[type="checkbox"] {
        min-width: 20px;
        height: 20px;
        accent-color: #4CAF50 !important; /* sets the checkbox tick and background */
        cursor: pointer;
    }

    .pay-terms .form-check-input:checked {
    }

.form-check-input:checked {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
    box-shadow: unset !important;
}

.pay-terms label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.pay-terms label {
    font-size: 18px;
    color: #000 !important;
    font-weight: 400;
    font-family: PT Sans;
}

.btn-pay-now {
    background-color: #F6B752 !important;
    font-weight: 500 !important;
}


/* Experience details */
.experience-why-choose {
    padding: 40px 0px;
    background: #FBF9F4;
}

    .experience-why-choose .experience-why-card {
        display: flex;
        gap: 1rem;
        padding-top: 20px;
        padding-bottom: 20px
    }


        .experience-why-choose .experience-why-card .icons {
            height: 60px;
            min-width: 60px;
        }

            .experience-why-choose .experience-why-card .icons img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

        .experience-why-choose .experience-why-card h3 {
            margin-bottom: 10px;
            font-family: Oswald;
            font-weight: 400;
            font-size: 24px;
        }

        .experience-why-choose .experience-why-card p {
            margin-bottom: 10px;
            font-family: PT Sans;
            max-width: 500px;
            font-weight: 400;
            font-size: 16px !important;
            line-height: 24px !important;
        }


/* merchandies Page */

.area-n-merchandies {
    padding: 60px 0px;
}


.merchandies-card .image {
    position: relative;
    z-index: 0;
}

    .merchandies-card .image .rating {
        position: absolute;
        z-index: 1;
        bottom: 10px;
        left: 10px;
        background: #fff;
        display: flex;
        align-items: center;
        gap: .25rem;
        padding: 2px 12px;
    }


.merchandies-card .content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 10px 10px;
}

    .merchandies-card .content .name {
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 24px;
    }

        .merchandies-card .content .name a {
            font-family: Oswald;
            font-weight: 400;
            color: #000;
            text-transform: uppercase;
        }

    .merchandies-card .content .description {
        font-family: PT Sans;
        font-weight: 400;
        font-size: 14px;
    }

    .merchandies-card .content .price {
        font-family: Oswald;
        font-weight: 400;
        font-size: 18px;
    }

.merchandies-product-info .action-buttons {
    margin-top: 30px;
    display: flex;
    gap: 1rem;
}

.area-n-merchandies-detail {
    padding: 60px 0px;
}

    .area-n-merchandies-detail .img-box {
        background: #dcdcdc;
        height: 300px;
        border-radius: 4px;
    }



.merchandies-product-info .product-title {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.merchandies-product-info .price {
    font-weight: 400;
    color: #000;
    font-size: 30px;
}

.merchandies-product-info .product-description {
    font-family: PT Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
}

.merchandies-product-info .qty-box {
    border: 0.5px solid #6C7878;
    border-radius: 4px;
    overflow: hidden;
}


.merchandies-product-info .quality-label {
    font-family: Oswald;
    font-weight: 400;
    font-size: 16px;
}

.merchandies-product-info .qty-box button {
    background: #F4F4F4;
    border: none;
    padding: 5px 10px;
    font-weight: bold;
}

.merchandies-product-info .booking-number label {
    font-family: Oswald;
    font-weight: 400;
    font-size: 14px;
}

.merchandies-product-info .booking-number input {
    height: 35px;
}


.merchandies-product-info .qty-input {
    width: 40px;
    border: none;
    text-align: center;
    outline: none;
}

.merchandies-product-info .btn-outline-dark {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 0;
    line-height: 34px;
}

    .merchandies-product-info .btn-outline-dark:hover,
    .merchandies-product-info .btn-check:checked + .merchandies-product-info .btn-outline-dark {
        background: #000;
        color: #fff;
        border-color: #000;
    }

.merchandies-product-info .btn-dark {
    border-radius: 0;
}

.merchandies-product-info .btn-warning {
    border-radius: 0;
    color: #000;
}

.merchandies-product-info .product-features {
    margin-top: 30px;
}

    .merchandies-product-info .product-features h6 {
        font-family: Oswald;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-offset: 0%;
        text-decoration-thickness: 0%;
        text-decoration-skip-ink: auto;
    }

    .merchandies-product-info .product-features span {
        display: block;
        font-family: Oswald;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 8px;
        color: #6C7878;
    }

    .merchandies-product-info .product-features p {
        font-family: PT Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        color: #000 !important;
    }

.one-size {
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 6px 20px;
}
.area-n-custom-popup .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
}
.area-n-custom-popup .image-container {
    max-width: 90%; /* Example width control */
    margin-left: auto;
    margin-right: auto;
}
.area-n-popup {
    padding: 60px 20px !important;
    text-align: center;
    position: relative;
}

.custom-modal-content {
    background-color: #ffffff;
    border-radius: 15px;
    border: none;
}

.custom-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1060;
    opacity: 0.8;
}
#mainTitle {
    transition: opacity 0.3s ease;
}

.area-n-popup .new-offers-heading {
    font-family: Oswald;
    font-weight: 500;
    font-size: 30px;
   
    text-align: center;
    vertical-align: middle;
}

.area-n-popup .small-text {
    font-size: 0.9rem;
    font-weight: 400;
    color: #333333;
}

.area-n-popup .discount-percent {
    font-family: Oswald;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    vertical-align: middle;
    margin-bottom:10px;
}

.area-n-popup .discount-text {
    font-family: Oswald;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    vertical-align: middle;
}

.area-n-popup .offer-image {
    width: 100%;
    height: auto;
    display: block;
}

.area-n-popup .custom-input-group {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    overflow: hidden;
}

.custom-input-group input {
    background: #fff;
}

.popup-description {
    font-family: PT Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.area-n-popup .custom-email-icon {
    background-color: #ffffff;
    border: none;
    padding-left: 15px;
    color: #6c757d;
}

.area-n-popup .email-input-field {
    border: none;
    box-shadow: none !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

    .area-n-popup .email-input-field::placeholder {
        color: #a3a3a3;
    }

.area-n-popup .get-discount-btn {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 700;
    padding: 0.75rem 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.1rem;
}

    .area-n-popup .get-discount-btn:hover {
        background-color: #333333 !important;
    }


.area-n-offers {
    padding: 60px 0px;
  
}
    .area-n-offers .offer-card {
        box-shadow: 0px 4px 10px 0px #00000026;
        display:block;
    }
    .area-n-offers .offer-card h3 {
        background: #000;
        color: #fff;
        padding: 6px 12px;
        text-align: center;
        margin-bottom: 30px;
    }
    .area-n-offers .offer-card .claim-box {
        padding:15px  20px;
        margin-bottom:30px;
    }
        .area-n-offers .offer-card .claim-box p {
            font-family: PT Sans;
            font-weight: 400;
         
            font-size: 16px;
            
        }
        .area-n-offers .offer-card .claim-box .claim-btn {
            padding: 6px 20px;
            background: #000;
            text-align: center;
            display: block;
            color: #fff;
            font-family: Oswald;
            font-weight: 500;
         
            font-size: 16px;
           
            text-align: center;
            width: 100%;
            border-radius: 5px;
        }



.product-gallery .main-swiper {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
}

    .product-gallery .main-swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.product-gallery .thumb-swiper {
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
}

    .product-gallery .thumb-swiper .swiper-slide {
        width: 100px;
        height: 100px;
        opacity: 0.5;
        cursor: pointer;
    }

    .product-gallery .thumb-swiper .swiper-slide-thumb-active {
        opacity: 1;
        border: 2px solid #007bff;
        border-radius: 8px;
    }

    .product-gallery .thumb-swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }
.navbar-light .navbar-nav .nav-link:hover img {
    filter: brightness(0) saturate(100%) invert(82%) sepia(35%) saturate(2388%) hue-rotate(340deg) brightness(102%) contrast(101%);
}
.activity-box-head h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
}


/* Contact Us */

.arean-n-contact{
    padding:60px 0px;
}

.arean-n-contact-card {
    box-shadow: 0px 4px 10px 0px #0000001A;
    margin-bottom:30px;
}


    .arean-n-contact-card h3 {
        background: #000;
        color: #F6B752;
        font-size:20px;
        line-height:30px;
        margin-bottom:0px !important;
        text-align:start;
        padding:10px;
    }
    .arean-n-contact-card .contact-info {
    margin:0px !important;
    padding:20px ;
    }
        .arean-n-contact-card .contact-info ul {
            list-style: none;
            padding-left: 0px !important;
            margin-bottom: 0px;
            display: flex;
            flex-direction: column;
            gap: .75rem;
        }

        .arean-n-contact-card .contact-info ul li {
            list-style: none;
           
        }

        .arean-n-contact-card .contact-info ul .address h4 {
            list-style: none;
            display: flex;
            align-items: center;
            color: #000;
            font-family: Oswald;
            font-weight: 500;
            margin-bottom:10px;
            font-size: 18px;
            gap: .5rem;
        }


        .arean-n-contact-card .contact-info ul li a {
            list-style: none;
            display: flex;
            align-items: center;
            color:#000;
            gap: .5rem;
        }
            .arean-n-contact-card .contact-info ul li a span {
                font-family: PT Sans;
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 0%;
            }
        .arean-n-contact-card .contact-info ul li img {
           filter:invert(1);
        }

.arean-n-contact .area-n-contact-form {
    box-shadow: 0px 4px 10px 0px #0000001A;
    border-radius: 0px !important;
    background:#fff;
    padding:0px;
}
    .arean-n-contact .area-n-contact-form h2 {
        padding: 10px;
        background: #000;
        font-family: Oswald;
        font-weight: 500;
        font-size: 22px;
        margin-bottom:0px;
        letter-spacing: 0%;
        color: #fff;
    }
    .arean-n-contact .area-n-contact-form .control {
        border: 0.5px solid #6C7878 !important;
        background: #F4F4F4CC !important;
        border-radius: 5px;
    }
    .arean-n-contact .area-n-contact-form .input-email {
        background: #F4F4F4CC;
        border-radius: 5px;
        border: 0.5px solid #6C7878 !important;
    }

.arean-n-contact .sr-only {
    position: relative;
    width: unset !important;
    height: unset !important;
    padding: 0;
    color: #000;
    margin: 0px 0px 10px;
    overflow: unset;
    clip: unset !important;
    white-space: unset !important;
    border: unset !important;
    display: block;
}
.arean-n-contact .area-n-contact-form .input-wrap {
    background: #F4F4F4CC;
    border-radius: 5px !important;
    border: 0.5px solid #6C7878 !important;
}
.arean-n-contact .area-n-contact-form .leading {
    border-radius: 5px !important;

}
.contact-form-wrap {
    padding: 20px;
}
.area-n-radio input {
    padding: 10px;
    height: 20px;
    width: 15px;
}

.area-n-radio input{
    padding:15px;

}

.arean-n-contact .btn {
    background: #F6B752;
    color:#000;
    border-radius:5px;
}
.arean-n-contact .btn:hover {
    background: #000;
    color: #fff;
    border-radius: 5px;
}



/* area-n-registration-form */

.area-n-registration-form{
    padding:60px 0px;
}

    .area-n-registration-form ul li {
        font-family: PT Sans;
       
        font-size: 16px;
       
     
        text-align: justify;
    }

    .area-n-registration-form .declaration-form {
        box-shadow: 0px 4px 10px 0px #0000001A;
        background: #fff;
        padding:20px;
    }


/* About Us  page */

.area-n-about-page{
    padding:60px 0px;
}

    .area-n-about-page .about-left {
        padding-right:50px;
    }


.area-n-our-team {
    padding: 60px 0px;
    background: #FBF9F4;
    position:relative;
    z-index:0;
    overflow:hidden;
}



    .area-n-our-team  .team-element {
        position: absolute;
        opacity: .2;
        z-index:1;
        top: 0px;
        right: 20px;
    }

    .area-n-our-team .team-box {
        box-shadow: 0px 4px 10px 0px #0000001A;
        background: #ffffff;
        position: relative;
        z-index: 2;
       
        margin-bottom: 30px;
    }
    .area-n-our-team .team-member-profile {
        height: 350px;
        width: 100%;
        background:#000;
        overflow: hidden;
    }
        .area-n-our-team .team-member-profile img {
            height: 100%;
            width: 100%;
            object-fit: contain;
            object-position: top;
        }

    .area-n-our-team .team-member-content {
        padding: 30px;
    }


.member-info {
    margin-bottom: 25px;
}
        .area-n-our-team .team-member-content .member-name{
            margin-bottom:4px;
        }

.area-n-our-team .team-member-content .member-designation {
    font-family: PT Sans;
    font-weight: 400;

    font-size: 18px;
 
 
    color: #6C7878;
}


.area-n-invest{
    padding:60px 0px;
}

.area-n-invest .invest-content {
    padding: 0px 50px 0px 20px ;
}

.gallery-image img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .gallery-image img:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

.area-n-gallery{
    padding:60px 0px;
}
.area-n-gallery h1 {
    text-align:center;
 margin-bottom:30px;
}
    .area-n-gallery .area-n-gallery-wrap {
   display:grid;
   grid-template-columns:repeat(5,1fr);
       gap:1rem;
    }
     

        .area-n-gallery .area-n-gallery-wrap .area-n-gallery-image  {
            width: 100%;
        }
            .area-n-gallery .area-n-gallery-wrap .area-n-gallery-image img {
                width: 100%;
                border-radius: 0px;
                height: 360px;
                object-fit: cover;
            }
        
            .area-n-gallery .area-n-gallery-wrap .area-n-gallery-image img a{
                width: 100%;
                border-radius: 0px;
            }

.area-n-policy{
    padding:60px 0px;
}
.area-n-policy h1 {
margin-bottom:30px;
}

.area-n-faq{
    padding:60px 0px;
}

.experiences-list .experience-right {
    height: 400px;
    width: 100%;
    overflow: hidden;
}
.experiences-list .experience-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.experience-left{
    padding-right:50px !important;
}
.checkbox-cus input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.checkbox-cus input {
    background-color: #fff;
    -moz-appearance: none;
    background-repeat: no-repeat;
}

/**/
 .packages-addons  {
    padding: 10px 0px 0px;
    display: flex;
    flex-direction:column;  
}
.packages-addons .package-wrap {
    display: flex;
gap:1rem;}


 .packages-addons h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px;
}
.area-n-footer{
    overflow:hidden;
}
.featured-section {
    background: #f1f1f1; /* dark premium background */
    padding: 70px 20px;
}



.area-n-blog-sec {
    padding: 30px 0px;
    background: #EDEDED;
}


.featured-item {
    color: #cbd5f5;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: default;
}

    .featured-item:hover {
        background: rgba(255, 255, 255, 0.05);
        transform: translateY(-4px);
        color: #ffffff;
    }
/* Swiper container */
.resort-swiper {
    position: relative;
    padding: 40px 60px; /* space for arrows */
}

    /* Arrow base style */
    .resort-swiper .swiper-button-prev,
    .resort-swiper .swiper-button-next {
        width: 44px;
        height: 44px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }

        /* Remove default arrow size */
        .resort-swiper .swiper-button-prev::after,
        .resort-swiper .swiper-button-next::after {
            font-size: 16px;
            font-weight: bold;
        }

    /* Left arrow position */
    .resort-swiper .swiper-button-prev {
        left: 10px;
    }

    /* Right arrow position */
    .resort-swiper .swiper-button-next {
        right: 10px;
    }

        /* Hover effect */
        .resort-swiper .swiper-button-prev:hover,
        .resort-swiper .swiper-button-next:hover {
            background: #000;
        }

/* Mobile tweak */
@media (max-width: 768px) {
    .resort-swiper {
        padding: 30px 20px;
    }

        .resort-swiper .swiper-button-prev,
        .resort-swiper .swiper-button-next {
            width: 38px;
            height: 38px;
        }
}
.packages-addons .package-wrap .meal-box{
    padding:0px !important;
}
.mobile-actions {
    display: flex;
    align-items: center;
    gap: .5rem;
}

    .mobile-actions .icon-btn {
        background: #fff;
        height: 32px;
        width: 32px;
        display: flex;
        justify-content: center;
        position:relative;
        align-items: center;
        border-radius: 6px;

    }
    .mobile-actions .icon-btn .mCQty{
        position:absolute;
        background:#F6B752;
        color:#000;
        border-radius:50%;
        top:-10px;
        right:-10px;
        height:20px;
        font-size:10px;
        display:flex;
        justify-content:center;
        align-items:center;
        width:20px;
    }

    .mobile-actions .icon-btn img {
        height: 18px;
        width: auto;
    }
.mobile-menu a {
    text-decoration: none;
    color: #000;
    font-weight:400;
}

.mobile-menu .list-group-item {
    padding: 16px 20px;
}

.package-main-listing .nav-item .nav-link.active {
    font-weight: 600;
}
.mobile-video-banner {
    display: block;
}


/* MOBILE VIDEO BANNER */
.mobile-video-banner {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    background: #000;
}

    /* VIDEO */
    .mobile-video-banner video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
    }

/* CENTER CONTENT */
.banner-content {
    position: relative;
    z-index: 2;
    height: 100%;
}



/* BUTTON */
.banner-btn-mobile {
    background: #f3b65a;
    color: #000;
    position: absolute;
    bottom: 50px;
    padding: 12px 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    transition: all 0.3s ease;
}

    .banner-btn-mobile:hover {
        background: #f5c36a;
        color: #000;
    }

/* OPTIONAL DARK OVERLAY */
.mobile-video-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}


.area-83-desktop-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* Fallback image */
    background: url("assets/images/hero-bg.jpg") center center / cover no-repeat;
}

    /* Video */
    .area-83-desktop-banner .hero-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    /* Overlay */
    .area-83-desktop-banner .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.25);
        z-index: 2;
    }

    /* Content */
    .area-83-desktop-banner .hero-content {
        position: absolute;
        top: 50%;
        left: 6%;
        transform: translateY(-50%);
        z-index: 3;
    }

    /* Title */
    .area-83-desktop-banner .hero-title {
        font-size: 44px;
        font-weight: 500;
        margin-bottom: 18px;
        color: #fff;
        line-height: 1.2;
    }

    /* Button */
    .area-83-desktop-banner .btn-book {
        display: inline-block;
        padding: 14px 150px;
        background: #f3b65a;
        color: #000;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

        .area-83-desktop-banner .btn-book:hover {
            background: #000;
            color: #fff;
        }


.btn-dark-enquiry {
    background: #000;
    color: #fff;
    border: none;
    width: max-content;
    padding: 8px 30px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
    .btn-dark-enquiry:hover {
        color:#fff;
        background: #1a1a1a; /* slightly lighter black */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
        transform: translateY(-2px);
    }
.mt-10 {
    margin: 15px 0px;
}

.blog-listing-sec{
    border-radius:12px !important;
    height:100%;
}
.blog-title{
    padding:15px 10px !important;
}
.blog-listing-sec .Datesec {
    display: flex;
    align-items: center;
   
    gap: .25rem;
    margin-bottom: 10px;
}
    .blog-listing-sec .Datesec h5 {
        margin-bottom: 0px;
        font-family: "PT Sans", sans-serif !important;
        font-weight:300;
        font-size: 12px;
    }
.blogimg img {
height:253px !important;
}.blog-listing-sec .read-more {
    color: #EF3F47;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px;
    display: flex;
}

    .blog-listing-sec .read-more img{
        width:12px !important;
        height:24px;
    }
    .blog-title h3 {
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: 400 !important;
        margin-bottom: 20px !important;
        min-height: 42px !important;
    }

.feature-in {
    background: #F6B75233;
    padding: 60px 0px;
}
.featured-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    align-items: center;
    justify-items: center;
    margin-top: 30px;
}

.featured-logo {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .featured-logo img {
        max-width: 100%;
        max-height: 60px;
        object-fit: contain;
    }

/* counter */

.counter-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.counter-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px 20px;
    text-align: center;
    transition: 0.3s ease;
}

    .counter-card:hover {
        transform: translateY(-6px);
    }

    .counter-card .icons {
        width: 120px;
        height: 120px;
        margin: 0 auto 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .counter-card .icons img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

    .counter-card h3 {
        font-size: 42px;
        font-weight: 600;
        color: #F6B752;
        margin-bottom: 6px;
    }

    .counter-card span {
        font-size: 16px;
        color: #6C7878;
        font-family: "PT Sans", sans-serif;
    }


.experience-arrow{
    position:absolute;
    left:50%;
    bottom:20px;
    transform:translate(-50%,0);
    margin-bottom:20px;

}
.custom-prev-btn {
    left: -30px !important;
}

.custom-next-btn {
    right: -30px !important;
}
.blog-arrows-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 20px;
}

    .blog-arrows-wrapper .custom-blog-prev,
    .blog-arrows-wrapper .custom-blog-next {
        position: static; /* override swiper absolute positioning */
        width: 44px;
        height: 44px;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    /* Remove default swiper arrows */
    .blog-arrows-wrapper .swiper-button-prev::after,
    .blog-arrows-wrapper .swiper-button-next::after {
        display: none;
    }

    .blog-arrows-wrapper img {
        width: 18px;
        height: auto;
    }

    /* Hover effect */
    .blog-arrows-wrapper .custom-blog-prev:hover,
    .blog-arrows-wrapper .custom-blog-next:hover {
        background: #f3f3f3;
        transform: translateY(-2px);
    }

    /* Disabled state */
    .blog-arrows-wrapper .swiper-button-disabled {
        opacity: 0.4;
        pointer-events: none;
    }
.empty-card{
  
    display:flex;
    justify-content:center;
    align-items:center;
        flex-direction:column;
        height:100%;

}

.checkbox-cus input[type="checkbox"]{
    margin-top:0px;
}
.plist-detail h4{
    font-size:16px;
}
span.option-text {
    font-size: 16px;
}


.mppagination {
    gap: 10px; /* space between pagination items */
}

    .mppagination .page-item {
        margin: 0; /* reset bootstrap margin */
    }

    .mppagination .page-link {
        width: 40px;
        height: 40px;
        border-radius: 50%; /* circle */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid #ddd;
        color: #333;
        font-weight: 500;
        transition: all 0.25s ease;
    }

        /* Active page */
        .mppagination .page-link.active {
            background-color: #000;
            color: #fff;
            border-color: #000;
        }

        /* Hover */
        .mppagination .page-link:hover {
            background-color: #f2f2f2;
            text-decoration: none;
        }

        /* Disabled */
        .mppagination .page-link.disabled {
            opacity: 0.4;
            pointer-events: none;
        }

        /* Previous & Next buttons (optional different style) */
        .mppagination .page-link[aria-label="Previous"],
        .mppagination .page-link[aria-label="Next"] {
            width: auto;
            padding: 0 8px;
            border-radius: 50%;
        }
.page-item:first-child .page-link {
    border-radius: 50% !important;
}
.page-item:last-child .page-link {
    border-radius: 50% !important;
}


.featured-swiper .swiper-slide {
    max-width:300px;
}

.featured-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
}

    .featured-logo img {
        max-width: 100%;
        height: auto;
     
        transition: all 0.3s ease;
    }

.event-img-sec img {
    height: 460px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.experience-image {
    margin-bottom: 60px;
    height: 400px;
}
    .experience-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.slide-right .swiper-slide {
    max-width: 120px;
}

.slide-left .swiper-slide {
    max-width: 120px;
}
.list.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-text-wrap {
    width: 100%;
    height: 80px; /* fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .img-text-wrap img {
        max-width: 100px;
        max-height: 60px;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
    }
@media (max-width: 768px) {
    .img-text-wrap {
        height: 60px;
    }

        .img-text-wrap img {
            max-width: 110px;
            max-height: 45px;
        }
}

.room-detail-left {
    position: sticky;
    top: 120px;
}

/* Default header */
.area-n-header {
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 999;
}

    /* Sticky header when scrolled */
    .area-n-header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #000; /* optional, for better visibility */
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

.announcement-strip {
    background-color: #000;
    color: #f9b654;
    font-weight: 600;
    padding: 10px 0;
    border-top: 2px solid rgba(255,255,255,0.08);
    border-bottom: 2px solid rgba(255,255,255,0.08);
    white-space: nowrap;
}

    .announcement-strip marquee {
        display: flex;
        align-items: center;
        gap: 2rem;
        max-width: 1200px;
        width: 100%;
        margin: auto;
        font-size: 1rem;
    }

    .announcement-strip p {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        color: #f9b654;
        margin-right: 30px;
    }

.announcement-icon {
    font-size: 1.2rem;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

/* Optional hover pause */
marquee:hover {
    animation-play-state: paused;
}

@media (max-width: 600px) {
    .announcement-strip marquee {
        font-size: 0.9rem;
        gap: 25px;
    }
}




.mobile-video-banner .mute-btn {
    position: absolute;
    bottom: 20px; /* adjust as needed */
    right: 20px; /* adjust as needed */
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px 12px;
    font-size: 18px;
    cursor: pointer;
}

    .mobile-video-banner .mute-btn:hover {
        background-color: rgba(0,0,0,0.7);
    }

.area-83-desktop-banner .mute-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
}

.area-83-desktop-banner  .mute-btn:hover {
        background: rgba(0, 0, 0, 0.8);
    }
}

#floatWrap {
    position: fixed;
    left: -1338px;
    bottom: 42px;
    z-index: 9;
    /* animation: up-down 2s infinite; */
}
#whatsappIcon {
    position: fixed;
    right: 24px;
    bottom: 80px;
    z-index: 9;
}
    #whatsappIcon img {
        height: 45px;
        width: 45px;
        vertical-align: middle;
    }

.grid-resort-5 {
        display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;

}