/********** Template CSS **********/
:root {
    --primary: #3a5a40;
    --secondary: #33551B;
    --light: #F8F9FA;
    --dark: #233957;
}

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    background-color: #fff;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    font-family: "Cinzel", serif;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #b89b5c;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(20, 40, 80, 0.55) 0%, rgba(20, 40, 80, 0.25) 40%, rgba(20, 40, 80, 0.0) 100%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/banner/project-banner.webp) center center no-repeat;
    background-size: cover;
}

/*** CTA ***/
.cta {
    background: url(../img/bg.webp) center center no-repeat;
    background-size: cover;
}

.cta2 {
    background: url(../img/bg2.webp) center center no-repeat;
    background-size: cover;
}

.cta3 {
    background: url(../img/bg3.webp) center center no-repeat;
    background-size: cover;
}

.cta4 {
    background: url(../img/bgnocol.webp) center left no-repeat;
    background-size: cover;
}

.footerbg {
    background: url(../img/footerbg.webp) center center no-repeat;
    background-size: cover;
}


/*** Footer ***/
/* Background image */
.footerbg {
    background: url('../img/footerbg.webp') center/cover no-repeat;
}

/* Overlay */
.footer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
}

/* Titles */
.footer-title {
    color: #3a5a40;
    font-family: "Cinzel", serif;
}

/* Links */
.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: #333;
}

.footer-links a::before {
    content: "↗";
    margin-right: 8px;
    color: #3a5a40;
}

/* Pills */
.footer-pill {
    border: 1px solid #3a5a40;
    border-radius: 20px;
    padding: 6px 14px;
    cursor: pointer;
}

a.footer-pill {
    color: #333;
    text-decoration: none;
}

a.footer-pill:hover {
    color: #3a5a40 !important;
}

/* Bottom links */
.footer a {
    color: #333;
    text-decoration: none;
}

.footer a:hover {
    color: #3a5a40 !important;
}

@media (max-width: 991px) {

    .footer .border-start,
    .footer .border-end {
        border: none !important;
    }
}


.contact-icon {
    min-width: 40px;
    height: 40px;
    border: 1px solid #3a5a40;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #3a5a40;
    margin-right: 12px;
}

.footer-contact p {
    line-height: 1.6;
    color: #333;
}


.object-fit-cover {
    object-fit: cover;
}

.line {
    height: 1px;
    width: 80px;
    background: #3a5a40;
}

@media (max-width: 767px) {

    .line {
        width: 30px;
        display: none;
    }

}

/*new css */

/*modal form start*/
/* MODAL BACKDROP */
.modal.custom-enquiry-modal .modal-content {
    background: var(--primary);
    border: none;
}

.modal-backdrop.show {
    background: rgba(0, 0, 0, 0.9);
}

/* BOX */
.enquiry-box {
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 40px;
    position: relative;
}

/* CLOSE */
.custom-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

/* TEXT */
.enquiry-box h2 {
    color: #fff;
}

.enquiry-box p {
    color: #ddd;
}

/* INPUTS */
.enquiry-box input,
.enquiry-box select {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: none;
    font-size: 15px;
}

.enquiry-box input:focus,
.enquiry-box select:focus {
    outline: none;
}

/*modal form end*/

.logoclass {
    width: 120px;
}


/* ================================
   FLOAT ICONS – DESKTOP ONLY
   ================================ */

.enquiebtn {
    position: fixed;
    top: 200px;
    right: 10px;
    z-index: 999;
}

.enquiebtn ul {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}

.enquiebtn ul li {
    background-color: var(--primary);
    list-style-type: none;
    border-radius: 50px;
    margin: 10px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    /* keeps text inside pill */
    transition: all 0.6s ease;
}

/* hover slide (KEY BEHAVIOR) */
.enquiebtn ul li:hover {
    margin-left: -130px;
    cursor: pointer;
}

/* link */
.enquiebtn ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    position: relative;
}

/* icon wrapper */
.enquiebtn ul li a .img {
    position: relative;
    z-index: 1;
    transition: all 0.6s ease;
}

/* gold circle behind icon */
.enquiebtn ul li a .img::before {
    position: absolute;
    content: "";
    height: 150%;
    width: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    display: none;
    transition: all 0.6s ease;
}

/* text INSIDE pill */
.enquiebtn ul li a p {
    position: absolute;
    left: 55px;
    /* inside pill after icon */
    color: #fff;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.2s ease;
}

/* hover text reveal */
.enquiebtn ul li:hover a p {
    opacity: 1;
    left: 55px;
    /* stays inside */
    transition-delay: 0.2s;
}

/* hover icon rotation */
.enquiebtn ul li:hover a .img {
    transform: rotate(-360deg);
}

/* show gold circle on hover */
.enquiebtn ul li:hover a .img::before {
    display: block;
}


.floor-item p {
    text-align: center;
}

p.pbg {
    background-color: #233957;
    color: #fff;
}

@media (max-width: 767px) {
    h5.eameh5 {
        font-size: 12px;
    }


    p.footercontactp {
        font-size: 20px;
        margin-top: -30px;
    }
}

/**/
.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    /* CENTER EVERYTHING */
    gap: 20px;
    text-align: center;
}

.title-line {
    width: 190px;
    height: 1px;
    background: #deb777;
}

/**/

/*testimonial start*/
/* ===== TESTIMONIAL TEXT ===== */
.tab-content p {
    position: relative;
}


/* each item */
.testimonial-tabs .nav-item {
    flex: 1;
    text-align: left;
    border-right: 1px solid #ddd;
}

.testimonial-tabs .nav-item:last-child {
    border-right: none;
}

/* link */
.testimonial-tabs .nav-link {
    padding: 20px;
    border: none;
    border-radius: 0;
    color: #999;
    transition: 0.3s;
}

.testimonial-tabs .nav-link.active h6 {
    color: #fff;
}

/* ACTIVE STATE (green box) */
.testimonial-tabs .nav-link.active {
    background: #3b5d1e;
    color: #fff;
}

/* active text */
.testimonial-tabs .nav-link.active small {
    color: #dcdcdc;
}

/*testimonial end*/


/*why choose us start*/

/* Card layout */
.why-card {
    background: #f4f4f4;
    align-items: stretch;
}

/* Left icon block */
.icon-box {
    background: #3a5a40;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img {
    width: 60px;
}

/* Right content */
.content-box {
    padding: 25px;
    background-color: #fff;
}

.content-box h5 {
    color: #3a5a40;
    margin-bottom: 10px;
}


/**/

/* Circle container */
.award-circle {
    width: 260px;
    height: 260px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image inside */
.award-circle img {
    max-height: 230px;
    object-fit: contain;
}

.award-circle:hover {
    transform: scale(1.05);
    transition: 0.3s;
}


/**/

/* Image fit */
.object-fit-cover {
    object-fit: cover;
}

/* Title strip */
.project-title-strip {
    background: #e6e8e6;
}


/* Banner */
.about-banner {
    height: 80vh;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../img/banner/about-banner.jpg') center/cover no-repeat;
    position: relative;
}

.director-banner {
    height: 80vh;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../img/banner/director-banner.webp') center/cover no-repeat;
    position: relative;
}

.career-banner {
    height: 80vh;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../img/banner/career-banner.webp') center/cover no-repeat;
    position: relative;
}

.invest-banner {
    height: 80vh;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../img/banner/invest-banner.webp') center/cover no-repeat;
    position: relative;
}

.contact-banner {
    height: 80vh;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../img/banner/contact-banner.webp') center/cover no-repeat;
    position: relative;
}

.project-banner {
    height: 80vh;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../img/banner/project-banner.webp') center/cover no-repeat;
    position: relative;
}

.i-stay-banner {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../img/banner/istaybanner.jpg') center/cover no-repeat;
    position: relative;
}

.dhan-banner {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../img/banner/dhanbanner.jpg') center/cover no-repeat;
    position: relative;
}

.stellar-banner {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../img/banner/stellarbanner.jpg') center/cover no-repeat;
    position: relative;
}

/*about page start*/


/* Title */
.about-title {
    color: #fff;
    font-family: "Cinzel", serif;
    letter-spacing: 2px;
    margin: 0;
}

.bgabtnew {
    background: url(../img/abtbgsec.webp) center center no-repeat;
    background-size: cover;
}


/*abt last section*/
/* Circle */
.core-circle {
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon */
.core-circle img {
    width: 130px;
}

/* Spacing fix */
.core-item {
    text-align: center;
}

.core-circle:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

/*director page*/
/* Circle background */
.director-img-wrap {
    margin: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

/* Image */
.director-img {
    max-height: 420px;
    object-fit: contain;
}

@media (max-width: 767px) {

    .director-img {
        max-height: 300px;
    }

}


/**/


.why-img {
    width: 250px;
    max-width: 100%;
}

.why-text {
    max-width: 270px;
    font-size: 14px;
    color: #6c757d;
}


/*investment page*/

/* Item spacing */
.invest-item {
    padding: 30px 20px;
}

/* Vertical divider */
.invest-item.border-end {
    border-right: 1px solid #dcdcdc;
}

/* Circle */
.invest-circle {
    width: 90px;
    height: 90px;
    background: #e9ece9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.invest-circle img {
    width: 60px;
}

/* Remove border on mobile */
@media (max-width: 768px) {
    .invest-item.border-end {
        border-right: none;
    }
}


/*contact page*/


.contact-head img {
    height: 50px;
}

.section-heading {
    position: relative;
    margin-bottom: 20px;
}

/* LINE BELOW */
.section-heading::after {
    content: "";
    display: block;
    width: 50px;
    /* controls line length */
    height: 2px;
    background: #8c8c8c;
    margin: 15px auto 0;
}


/*project page*/

/* Remove default tab look */
.custom-tabs {
    border-bottom: none;
}

/* Equal tabs */
.custom-tabs .nav-item {
    text-align: left;
}

/* Tab link */
.custom-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: 20px 25px;
    color: #000;
    background: transparent;
    height: 100%;
    display: block;
    position: relative;
}

/* Divider lines */
.custom-tabs .nav-item:not(:last-child) .nav-link {
    border-right: 1px solid #ccc;
}

/* Active tab */
.custom-tabs .nav-link.active {
    background: #3b5f1e;
    color: #fff;
}

/* Heading */
.custom-tabs h5 {
    margin: 0;
}

/* Subtext */
.custom-tabs small {
    display: block;
    color: #777;
}

/* Active text color */
.custom-tabs .nav-link.active small {
    color: #dcdcdc;
}

.custom-tabs .nav-link.active h5 {
    color: #fff;
}

/*project page end*/


/*istay project page*/
.icon-box1 {
    background: #3a5a40;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box1 img {
    width: 40px;
}

.content-box1 h5 {
    color: #3a5a40;
    margin-bottom: 10px;
    font-size: 19px;
}

.content-box1 {
    padding: 20px;
    background-color: #fff;
}

.accordion-button {
    background: #eef1ec;
    border-radius: 50px !important;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background: #ebeee9;
}

/* ICON */
.icon-circle {
    background: #3b5f1e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 50px;
}

/* ITEMS */
.location-item {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
}

.distance {
    background: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}

/*** Amenities ***/
.floor-carousel2 .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.floor-carousel2 .owl-nav .owl-prev,
.floor-carousel2 .owl-nav .owl-next {
    margin-right: 25px;
    margin-left: 25px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.floor-carousel2 .owl-nav .owl-prev:hover,
.floor-carousel2 .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.floor-item2 .floor-overlay2 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: rgba(34, 36, 41, 0.4);
    /* semi-transparent dark */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: .5s;
    opacity: 1;
}

/*amenities extra css*/
.floor-item2 {
    position: relative;
    background: #e4b461;
}

/* LABEL (MAIN FIX) */
.amenity-label {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);

    background: #e9ece8;
    color: #2f4f1f;

    padding: 12px 30px;
    border-radius: 50px;

    font-size: 14px;
    font-weight: 500;

    white-space: nowrap;
}

/*amenities extra css end*/


/*** Gallery ***/
.gallery-item {
    position: relative;
    display: block;
}

.gallery-item .gallery-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px !important;
    opacity: 0;
    transition: .5s;
}

.gallery-item:hover .gallery-text {
    opacity: 1;
    padding-bottom: 20px !important;
}


.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
}

/* Image zoom */
.gallery-item img {
    transition: transform 0.5s ease;
}

/* SVG outline */
.gallery-item svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.gallery-item rect {
    fill: none;
    transition: stroke-dashoffset 0.9s ease;
}

/* Hover animation */
.gallery-item:hover rect {
    stroke-dashoffset: 0;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/*** Gallery ***/


/* ===== NAVBAR ===== */
/* ===== NAVBAR ===== */
.custom-nav {
    background: #fff;
    border-bottom: 1px solid #b89b5c;
}

/* LOGO */
.custom-logo {
    height: 42px;
}

/* LINKS */
.custom-nav-link {
    text-decoration: none;
    color: #2f4f1f;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
}

.custom-nav-link:hover {
    opacity: 0.7;
}

/* ===== MENU BUTTON (3 LINES FIXED) ===== */
.custom-menu-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #3b5f1e;
    border-radius: 50%;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

/* LINES */
.custom-menu-btn span {
    width: 18px;
    height: 2px;
    background: #3b5f1e;
    display: block;
    margin: 0 auto;
    transition: 0.3s ease;
}

/* ===== OVERLAY (FADE + SLIDE) ===== */
.custom-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);

    transition: all 0.5s ease;
    z-index: 9999;
}

.custom-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ===== LEFT SIDE ===== */
.custom-menu-left {
    width: 50%;
    background: #f5f5f3;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ===== STAGGER BASE ===== */
.custom-menu-left>a,
.custom-menu-group {
    opacity: 0;
    transform: translateY(20px);
}

/* STAGGER ACTIVE */
.custom-menu-overlay.active .custom-menu-left>a,
.custom-menu-overlay.active .custom-menu-group {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease;
}

/* DELAYS */
.custom-menu-overlay.active .custom-menu-left>a:nth-child(1) {
    transition-delay: 0.1s;
}

.custom-menu-overlay.active .custom-menu-group:nth-child(2) {
    transition-delay: 0.2s;
}

.custom-menu-overlay.active .custom-menu-group:nth-child(3) {
    transition-delay: 0.3s;
}

.custom-menu-overlay.active .custom-menu-group:nth-child(4) {
    transition-delay: 0.4s;
}

.custom-menu-overlay.active .custom-menu-left>a:nth-child(5) {
    transition-delay: 0.5s;
}

.custom-menu-overlay.active .custom-menu-left>a:nth-child(6) {
    transition-delay: 0.6s;
}

.custom-menu-overlay.active .custom-menu-left>a:nth-child(7) {
    transition-delay: 0.7s;
}

.custom-menu-overlay.active .custom-menu-left>a:nth-child(8) {
    transition-delay: 0.8s;
}

/* ===== MAIN LINKS ===== */
.custom-menu-left>a {
    text-decoration: none;
    color: #2f4f1f;
    margin-bottom: 10px;
    font-weight: 600;
}

/* APPLY TO BOTH LINKS + TITLES */
.custom-menu-left a,
.custom-menu-group span {
    position: relative;
    padding-left: 18px;
}

/* ARROW FOR ALL */
.custom-menu-left a::before,
.custom-menu-group span::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #2f4f1f;
}

/* ===== GROUP ===== */
.custom-menu-group {
    margin-bottom: 10px;
}

.custom-menu-group span {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #2f4f1f;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.custom-menu-group:hover span {
    letter-spacing: 1px;
}

/* ===== SUBMENU HOVER EXPAND ===== */
.custom-menu-group a {
    display: block;
    margin-left: 20px;
    text-decoration: none;
    color: #555;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}


/* EXPAND */
.custom-menu-group:hover a {
    max-height: 40px;
    opacity: 1;
    transform: translateY(0);
}

/* STAGGER INSIDE */
.custom-menu-group:hover a:nth-child(2) {
    transition-delay: 0.05s;
}

.custom-menu-group:hover a:nth-child(3) {
    transition-delay: 0.1s;
}

.custom-menu-group:hover a:nth-child(4) {
    transition-delay: 0.15s;
}

/* ===== RIGHT IMAGE ===== */
.custom-menu-right {
    width: 50%;
    height: 100%;
}

.custom-menu-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== CLOSE BUTTON ===== */
.custom-menu-close {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 46px;
    height: 46px;
    border: 1px solid #3b5f1e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #3b5f1e;
    font-size: 18px;
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {

    .custom-menu-overlay {
        flex-direction: column;
    }

    .custom-menu-right {
        display: none;
    }

    .custom-menu-left {
        width: 100%;
        padding: 60px 25px;
        justify-content: flex-start;
        overflow-y: auto;
    }

    /* SHOW ALL (NO HOVER ON MOBILE) */
    .custom-menu-group a {
        max-height: none;
        opacity: 1;
        transform: none;
    }

    .custom-menu-left>a {
        font-size: 20px;
    }

    .custom-menu-group span {
        font-size: 16px;
    }

    .custom-menu-group a {
        font-size: 14px;
    }

    .custom-menu-close {
        top: 20px;
        right: 20px;
    }

    .custom-nav-link {
        display: none;
    }

    .custom-logo {
        height: 32px;
    }
}

.custom-menu-group span {
    font-weight: 600;
    letter-spacing: 1px;
}

.custom-menu-left a::before,
.custom-menu-group span::before {
    left: -2px;
    /* tighter alignment */
}

.social-icon {
    background: transparent;
    border: 1px solid #3b5f1e;
    color: #3b5f1e;
}

.social-icon:hover {
    background: #3b5f1e;
    color: #fff;
}

/* ===== SOCIAL ICONS ===== */
.custom-menu-social {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

/* ICON WRAPPER */
.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #3b5f1e;
    color: #fff;
    padding-left: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    text-decoration: none;

    transition: 0.3s ease;
}

/* HOVER */
.social-icon:hover {
    background: #2f4f1f;
    transform: translateY(-3px);
}


/*** Floor ***/
.floor-carousel {
    position: relative;
}

.floor-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    align-items: center;
    font-size: 40px;
    color: #000;
    margin-top: 0;
}

.floor-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.floor-carousel .owl-nav .owl-prev,
.floor-carousel .owl-nav .owl-next {
    width: auto;
    height: auto;
    border: none;
    background: transparent;
    border-radius: 0;
    display: block;
    color: #000;
    font-size: 40px;
    transition: 0.5s;
}

.floor-carousel .owl-nav .owl-prev:hover,
.floor-carousel .owl-nav .owl-next:hover {
    color: #33551B;
    background: transparent;
}


/*
*/
.contact-underline {
    width: 75px;
    height: 3px;
    background: #999;
}


.border-start {
    border-left: 1px solid #d8d8d8 !important;
}