/* .menu-item {
    margin-left: 1rem !important;
} */

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .6rem !important;
    padding-left: .5rem;
}

/* Remove background hover from main nav dropdown toggle */
.navbar .nav-link.dropdown-toggle:hover,
.navbar .nav-link.dropdown-toggle:focus {
    background-color: transparent !important;
    color: #1F5E5B !important;
    /* optional text color change */
}

/* Dropdown item hover only */
.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
    background-color: #1F5E5B;
    color: #ffffff;
}

/* Active dropdown item */
.navbar .dropdown-menu .dropdown-item.active {
    background-color: #1F5E5B;
    color: #ffffff;
}

/* --------------------------home-------------------------------------------------------------- */

/* .video-overlay {
    position: relative;
    overflow: hidden;
}

.video-overlay video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);  
    pointer-events: none;
} */









.vihara-about {

    padding-top: 50px;
    padding-bottom: 30px;
}

.about-logo img {
    height: 50px;
    margin-bottom: 30px;
}

.section-label {
    display: block;
    font-family: var(--font-body) !important;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--secondary-color-palette1) !important;
    margin-bottom: 20px;
}

/* Main headline */
.section-title {
    font-family: var(--font) !important;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--main-color) !important;
    margin-bottom: 25px;
}

.bg-tilte {
    font-size: 46px !important;
}

/* Italic subtitle */
.section-subtitle {
    font-family: var(--font) !important;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    color: var(--black) !important;
    margin-bottom: 25px;
}

/* Paragraph */
.section-desc {
    font-family: var(--font-body) !important;
    font-size: 20px;
    line-height: 1.9;
    font-weight: 400 !important;
    color: var(--black) !important;
    max-width: 650px;
    margin: 0 auto 40px;
}

.about-desc {

    margin-bottom: 4rem !important;

}

/* Bottom label */
/* Arrow */
.about-btn::after {
    content: "→";
    margin-left: 10px;
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* Hover animation */
.about-btn:hover::after {
    transform: translateX(5px);
}






.rooms-section {
    margin-top: 80px !important;

}

/* Room Card */
.room-card {
    position: relative;
}




.room-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;

}


/* Content Box */
.room-content {
    background: #fff7ec;
    padding: 35px 30px;
    max-width: 85%;
    margin: -42px auto 0;
    text-align: center;
    position: relative;
    z-index: 2;

    /* NEW */
    min-height: 260px;
    /* SAME SIZE FOR ALL */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.room-content h3 {

    font-size: 26px;
    color: var(--main-color) !important;
    margin-bottom: 15px;
}



.room-btn {
    display: inline-block;
    padding: 10px 28px;
    border: 1px solid var(--main-color);
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--main-color);
    text-decoration: none;
}

/* Swiper arrows */

/* Swiper arrow container */
.rooms-section .swiper-button-next,
.rooms-section .swiper-button-prev {
    width: 36px;
    height: 36px;
    background: transparent;
    border: 1px solid #1F5E5B;
    border-radius: 50%;
    color: #1F5E5B;
    transition: all 0.3s ease;
}

/* Arrow icon size */
.rooms-section .swiper-button-next::after,
.rooms-section .swiper-button-prev::after {
    font-size: 14px;
    font-weight: 600;
}

/* Hover effect */
.rooms-section .swiper-button-next:hover,
.rooms-section .swiper-button-prev:hover {
    background: #1F5E5B;
    color: #ffffff;
}

/* Position tweak (optional, cleaner look) */
.rooms-section .swiper-button-prev {
    left: -15px;
}

.rooms-section .swiper-button-next {
    right: -15px;
}


.facility-item i {
    font-size: 42px;
    color: var(--black) !important;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.Facilities {
    background-color: var(--secondary-color) !important;
}


/* Hover effect (luxury subtle) */
.facility-item:hover i {
    transform: translateY(-5px);
}



.gallery-section {
    padding: 100px 0;

}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 360px;
    gap: 25px;
}

/* Default item */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

/* Image */
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Size variants */
.gallery-item.tall {
    grid-row: span 2;
}

.gallery-item.wide {
    grid-column: span 2;
}

/* Caption overlay */
.gallery-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.gallery-caption span {
    display: block;
    font-size: 13px;
    opacity: 0.85;
}

/* Hover effect */
.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.img-content-bx-left h4 {

    font-size: 17px !important;
}

.hightlights {

    margin-top: -24px !important;
}

.main-navbar.is-sticky .navbar-nav .nav-link {
    color: var(--black) !important;
}

.about-section2 {

    margin-top: -122px !important;
}

.service_row {

    margin-top: 80px !important;
}

/* ----------------------------About Us------------------------------------------------- */



/* Black overlay */
.bg-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    /* adjust darkness */
    z-index: 1;
}

/* Image stays behind overlay */
.bg-img-wrap img {
    position: relative;
    z-index: 0;
}

/* Title above overlay */
.banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    /* ABOVE overlay */
    color: #fff;
    font-size: 40px;
    text-align: center;
}



/* ===== Global Scroll Animation (Bottom to Top) ===== */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(80px);
    transition:
        opacity 1.6s ease-out,
        transform 1.6s ease-out;
    will-change: transform, opacity;
}

/* When visible */
.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-bottom-img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
    margin-top: -92px;
}




.mission-vision-section {
    padding: 100px 0;

}

/* Image */


/* Heading */


/* Tabs */
.mv-tabs {
    display: inline-flex;
    background: #f3f3f3;
    border-radius: 50px;
    padding: 6px;
    margin-bottom: 25px;
}

.mv-tab {
    border: none;
    background: transparent;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mv-tab.active {
    background: var(--main-color);
    color: #fff;
}

/* Content */

/* Panels */
.mv-panel {
    display: none;
    animation: fadeUp 0.6s ease;
}

.mv-panel.active {
    display: block;
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ------------------------------contact us----------------------------------------------------------------------- */

.contct-bx {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 32px;
}

.contct-bx i {
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
    font-weight: 300;
}

.contct-bx p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}

.contct-bx a {
    color: inherit;
    text-decoration: none;
}


.map-section {
    width: 100%;
    margin-bottom: 60px;
}

.map-section iframe {
    width: 100%;
    height: 420px;
    border: 0;
    border-radius: 16px;
    /* optional */
}

/* ----------------------------------------
   Gallery
---------------------------------------- */


.gallery-section-page {
    padding-top: 60px !important;
    padding-bottom: 80px !important;



}

.gallery-tabs {
    margin: 40px 0 !important;
}

.gallery-tab {
    background: none !important;
    border: none !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 10px 22px !important;
    margin: 5px !important;
    cursor: pointer !important;
    border-radius: 30px !important;
    color: #555 !important;
    transition: all 0.3s ease !important;
}

.gallery-tab.active,
.gallery-tab:hover {
    background: #0b6f6b !important;
    color: #fff !important;
}

.gallery-grid-page {
    margin-top: 30px !important;

}

.gallery-item-page {
    margin-bottom: 0 !important;
    width: 31.333% !important;
    
}

/* Images */
.gallery-item-page img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    border-radius: 16px !important;
    display: block !important;
    transition: transform 0.4s ease !important;
}

.gallery-item-page img:hover {
    transform: scale(1.03) !important;
}







/* .img-gradient-overlay {
    position: relative;
    overflow: hidden;
    border-radius: 12px;  
}

.img-gradient-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

 
.img-gradient-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);  
} */











.facilities-section {

    margin-top: -89px;
    margin-bottom: 80px;
}




/* Card */
.facility-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}



/* Hover zoom */
.facility-card:hover img {
    transform: scale(1.05);
}

/* Caption overlay */
.facility-caption {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0));
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

/* Title text */
.facility-caption h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

/* ------------------------------------accommodations-------------------------------------------------------- */

.accommodations-section {

    margin-top: 60px !important;
    margin-bottom: 80px !important;
}


/* Rooms Zig-Zag Section */


/* Space between rows */
.room-row {
    margin-bottom: 100px;
}

/* Image */
.room-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;

}

.room-content-box {
    padding: 20px 40px;
}

.room-content-box h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.room-content-box p {

    margin-bottom: 30px;
}

/* .room-btn {
    display: inline-block;
    padding: 12px 32px;
    border: 1px solid #0b6f6b;
    color: #0b6f6b;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
} */

.room-btn:hover {
    background: #0b6f6b;
    color: #fff;
}

/* Mobile */
@media (max-width: 991px) {
    .room-content-box {
        padding: 0;
    }

    .room-image img {
        height: 300px;
    }

    .room-row {
        margin-bottom: 60px;
    }
}



/* -------------------------------------------------------------------Room Detail Intro ----------------------------- */

.room-detail-intro {
    padding: 60px 0 40px;
}


.room-main-image {
    margin-top: -30px;
}

.room-main-image .swiper {

    overflow: hidden;
}

.room-main-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;



}

.room-main-image .swiper-button-next,
.room-main-image .swiper-button-prev {
    color: #fff;
    width: 44px;
    height: 44px;
}

.room-main-image .swiper-button-next {

    right: -11px !important
}


.room-main-image .swiper-button-prev {

    left: -11px !important
}

.room-main-image .swiper-button-next::after,
.room-main-image .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

.room-main-image .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.room-main-image .swiper-pagination-bullet-active {
    opacity: 1;
}







.room-details {
    padding: 80px 0;
}

.room-amenities {
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 16px;
}

/* Each amenity item */
.room-amenities li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    color: #333;
}

/* Icons */
.room-amenities i {
    color: #0b6f6b;
    font-size: 18px;
    min-width: 22px;
}


.room-btn-primary {
    display: inline-block;
    padding: 14px 40px;
    background: linear-gradient(135deg, #0b6f6b, #138f88);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.room-btn-primary:hover {
    background: #0b6f6b;
    color: #fff;
}












.arrow-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.arrow-list li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 14px;
    font-size: 18px;

    line-height: 1.6;
}

/* Circle icon */
.arrow-list li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}






/* Wrapper safety */
.seating-capacity {
    clear: both;
    overflow: hidden;
}

/* Heading */
.seating-capacity h3 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 40px;
    color: var(--black);
}

/* Table */
.seating-table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-collapse: collapse;
}

/* Head */
.seating-table thead th {
    font-size: 25px;
    font-weight: 500;
    color: var(--main-color);
    padding: 18px 12px;
    border-bottom: 1px solid #d9d3c7;
    text-align: center;
}

/* Body */
.seating-table tbody td {
    font-size: 20px;
    color: #333;
    padding: 18px 12px;
    border-bottom: 1px solid #e5dfd3;
    text-align: center;
}



.gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,0.85);
    align-items: center;
    justify-content: center;
}

.gallery-modal-content {
    max-width: 90%;
}

.gallery-modal-img {
    max-height: 80vh;
    border-radius: 10px;
}

.gallery-modal-category {
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
}

.gallery-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}


/* -----------------------------------location---------------------------------------- */
.location-vertical-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid #eee;
}

.location-vertical-tabs li {
    padding: 14px 18px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: 0.3s;
    font-weight: 500;
    color: #555;
}

.location-vertical-tabs li:hover {
    background: #f5f2ea;
}

.location-vertical-tabs li.active {
    background: #f5f2ea;
    border-left: 3px solid #1F5E5B;
    color: #1F5E5B;
}

.location-map-box iframe {
    border-radius: 10px;
}

.location-info-card {
    background: #f5f2ea;
    padding: 20px;
    border-radius: 10px;
}

.btn-location {
    background: #1F5E5B;
    color: #fff;
    border-radius: 30px;
    padding: 8px 22px;
    text-decoration: none;
}


/* ---------------------------------------------package-------------------------------------------- */

 .packages-section{

    padding-bottom: 50px;
    margin-top: -10px;
 }

.package-card {
    background: #fff7ec;
    padding: 30px;
    border-radius: 14px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.package-title {
    font-size: 26px;
    color: #1F5E5B;
    margin-bottom: 5px;
}

.package-time {
    font-weight: 600;
    margin-bottom: 20px;
    color: #555;
}
 

.package-meta {
    margin-top: 15px;
    font-size: 15px;
    color: #444;
}

.corporate-box {
    background: #fff7ec;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.price-note {
    font-weight: 600;
    color: #1F5E5B;
    margin-top: 10px;
}

/* ----------------------------------------------------------------------------------- */
.banner-title {
    white-space: nowrap;
}

.banner-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.breadcrumb-item {
    padding-top: 62px;
}

.banner-breadcrumb {

    padding-top: 10px;
}

.banner-breadcrumb a {
    color: #e6d3a3;
    font-size: 16px;
    text-decoration: none;
}

.banner-breadcrumb .breadcrumb-item.active {
    color: #ffffff;
}

.banner-breadcrumb a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Mobile fix */
@media (max-width: 768px) {
    .banner-title {

        font-size: 28px;
        line-height: 1.2;
    }

    .banner-content {
        width: 90%;
        top: 50%;
    }

    .banner-breadcrumb {
        margin-top: 8px;
    }

    .banner-breadcrumb .breadcrumb {
        flex-wrap: wrap;
        /* allow multi-line breadcrumbs */
        justify-content: center;
    }
}





.room-pill-nav {

    padding-top: 18px;
    padding-bottom: 0px;

}

.room-pills {
    gap: 30px;
}

.room-pills .nav-link {
    color: #7c7c7c;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 6px 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.room-pills .nav-link:hover {
    color: #b08b57;
}

.room-pills .nav-link.active {
    color: #b08b57;
    font-weight: 600;
}

.room-pills .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #b08b57;
    /* underline highlight */
}

/* -------------------------overlay------------------------------------------------------------- */

.img-overlay-wrapper {
    position: relative;

}

.img-position {

    width: 100%;
    height: 100%;

}

.img-overlay-wrapper img {
    /* width: 100%; */
    object-fit: cover;
    display: block;
}


.img-overlay-wrapper .height {
    height: 100%;
    width: 100%;
}

.img-overlay-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.30);
    /* adjust opacity here */
    pointer-events: none;
}






/* --------------------------------
   Mobile
-------------------------------- */
@media (max-width: 768px) {

    .room-detail-intro {
        padding: 60px 0 30px;
    }

    .room-main-image img {
        height: 300px;
    }

    .room-details {
        padding: 60px 0;
    }

    .room-amenities li {
        font-size: 16px;
    }

    .room-amenities {
        grid-template-columns: 1fr;
    }


    .seating-table thead th {
        font-size: 18px;


    }

    .seating-table tbody td {
        font-size: 16px;


    }


}



/* ----------------------------------------------------------------------------------------------------------- */

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item.wide {
        grid-column: span 2;
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item,
    .gallery-item.tall,
    .gallery-item.wide {
        grid-column: span 1;
        grid-row: span 1;
        height: 260px;
    }
}












@media (max-width: 991px) {
    .menu-item {
        margin-left: 0rem !important;
    }


    .third-sec h2 {
        color: var(--white);
        font-size: 30px !important;

    }

    .third-sec {
        background-attachment: scroll !important;
    }


    .main-navbar.is-sticky .sticky-logo img {
        width: 100px !important;
    }

    .main-navbar.is-sticky .navbar-nav .nav-link {
        color: #fff !important;
    }

    .section-title {

        font-size: 29px !important;
    }

    .about-desc {
        margin-bottom: 2rem !important;
    }

    .third-sec {

        margin-top: -36px !important;
    }

    .rooms-section {
        margin-top: 44px !important;
    }

    .gallery-section {
        padding: 50px 0 !important;
    }

    .scroll-margin {
        margin-top: 0px !important;
    }

    .scroll-margin {
        margin-top: 54px !important;
    }

    .service_row {

        margin-top: 0px !important;
    }

    .service_description {

        margin-top: 50px !important;
    }

    .about-section2 {
        margin-top: -55px !important;
    }

    .gallery-grid {

        grid-auto-rows: 260px !important;

    }

    .banner-title {
        font-size: 30px !important;
    }


    .gallery-item-page {
        margin-bottom: 0 !important;
        /* spacing handled by Bootstrap gutter */
        width: 100% !important;
    }


    .gallery-item-page img {

        height: 256px !important;


    }

    .gallery-tabs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .gallery-tab {
        font-size: 15px !important;
        padding: 10px 12px !important;
    }

    .gallery-section-page {
        padding-top: 44px !important;
    }


    .about-bottom-img {

        margin-top: -15px;
    }

    .mission-vision-section {
        padding: 0px 0;

    }

    .packages-section{

        padding-bottom: 50px;
        margin-top: -50px;
     }
    

     .img-position-mob {

        width: 100%;
        height: 100%;
    
    }

}