a:hover {
    color: #ffffff;
}


.project-menu span {
    cursor: pointer;
    padding: 8px 20px;
    font-weight: 600;
}

/*.project-menu span.active {*/
/*    color: #fff;*/
/*    background: #333;*/
/*    border-radius: 4px;*/
/*}*/


/* Amenities Card */
.amenity-card {
    background: #eef2fb;
    border-radius: 16px;
    height: 150px;
    /*padding: 35px 20px;*/
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    transition: 0.3s;

}

.amenity-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

/* Icon Box */
.amenity-card img {
    width: 70px;
    border: solid 1px #000000;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.amenity-card:hover img {
    border: solid 1px #000000;
    border-radius: 8px;
    background-color: #ffffff;
    transition: 0.3s;
}

.amenity-title {
    font-size: 16px;
    color: #003a1b;
    font-weight: 600;
    line-height: 20px;
}

/* Section Heading */
.section-title {
    font-size: 34px;
    color: #006b37;
    font-weight: 700;
    margin-bottom: 50px;
}

/* Optional for center container */
.amenities-section {
    padding: 60px 0;
}

.masterPlans-section {
    padding: 50px 0px;
    /*background-color: #7c9a35;*/
    background-color: #000000;
}

.masterPlans-section .masterPlans-box .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    /*background-color: transparent;*/
    background-color: #7c9a35;
    border-color: #7c9a35;
}

.floorPlan {
    margin-bottom: 10px;
}

.floorPlan img {
    height: 500px;
}


.inner_navbar_section {
    position: sticky;
    top: 83px;
    z-index: 222;
    background: #000000;
}

/* Navbar container */
.inner_navbar_section {
    width: 100%;
}

/* Inner navbar */
.inner_navbar {
    padding: 10px 0;
    margin: 20px 0;
}

/* Center menu */
.inner_navbar .inner_navbar_menus {
    display: flex;
    justify-content: center; /* CENTER horizontally */
    flex-wrap: wrap; /* RESPONSIVE on small devices */
    gap: 10px; /* spacing between items */
    padding: 0;
    list-style: none;
}

/* Menu item box */
.inner_navbar .inner_navbar_menus li {
    background-color: #7c9a35;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Active state */
.inner_navbar .inner_navbar_menus li.active {
    background-color: #3b3a3a; /* darker green for active */
    transform: translateY(-3px);
}

/* Menu item hover animation */
.inner_navbar .inner_navbar_menus li:hover {
    background-color: #5f7a28;
    transform: translateY(-3px);
}

/* Link styling */
.inner_navbar .inner_navbar_menus li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}

/* Slide underline animation */
.inner_navbar .inner_navbar_menus li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width 0.3s ease;
}

.inner_navbar .inner_navbar_menus li a:hover::after {
    width: 100%;
}

/* Make text size responsive */
@media (max-width: 576px) {
    .inner_navbar .inner_navbar_menus li a {
        font-size: 14px;
    }
}


.inner_navbar .inner_navbar_menus li {
    background-color: #7c9a35;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.inner_navbar .inner_navbar_menus li:hover {
    background-color: #5f7a28;
    transform: translateY(-2px);
}

.wa-chat-box-poweredby {
    display: none !important;
}


.autoOpenModelBg .modal-content {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
}


.autoOpenModelBg label,
.autoOpenModelBg .modal-title {
    color: #fff;
}

.autoOpenModelBg .form-control::placeholder {
    color: #5C6070;
}


.autoOpenModelBg .modal-body form .form-group .form-control {
    border: none;
    /*border-bottom: 5px solid #7c9a35;*/
    border-bottom: 5px solid #000000;
    border-radius: 0;
    box-shadow: none;
    background-color: #c5c6c0;
}


.inner_page_video_box{
    padding: 10px 0px;
}


.project-box-1 {
    position: relative;
}

.p-logo {
    position: absolute;
    top: 170px;
    left: 35px;

    width: 150px;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin: 10px;
    background-color: #fff;
    border-radius: 30px;
}

.project-box-1 .body .fa {
    color: #000000;
    font-size: 18px;
}
.project-box-1 .body p{
    margin: 0;
}




/*left icons fixed*/


.fixed_social {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px; /* space between icons */
}

.facebook-btn,
.instagram-btn,
.youtube-btn,
.whatsapp_float {
    width: 50px;
    height: 50px;
    background-color: #0866ff;
    color: #FFF;

    /* FIX: center icon */
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    border-radius: 50px;
}

.facebook-btn { background-color: #0866ff; }

.instagram-btn {
    background: linear-gradient(90deg,
    #405DE6,
    #833AB4,
    #C13584,
    #E1306C,
    #FD1D1D );
}

.youtube-btn { background-color: #FF0000; }

.whatsapp_float { background-color: #25d366; }

@media screen and (max-width: 767px) {
    .fixed_social {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .facebook-btn,
    .instagram-btn,
    .youtube-btn,
    .whatsapp_float {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .facebook,
    .instagram,
    .youtube,
    .whatsapp-icon {
        margin-top: 0px;
        font-size: 20px;
    }
}

/* Hover: All icons black background + white text */
.fixed_social a:hover {
    background-color: #000 ;
    transition: 1s;
}

.fixed_social a:hover i {
    color: #fff ;
    transition: 1s;
}










/*.facebook-btn {*/
/*    position: fixed;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    bottom: 265px;*/
/*    left: 0px;*/
/*    !*background-color:#25d366;*!*/
/*    background-color: #0866ff;*/
/*    color: #FFF;*/
/*    !*border-radius:50px;*!*/
/*    text-align: center;*/
/*    font-size: 30px;*/
/*    box-shadow: 2px 2px 3px #999;*/
/*    z-index: 100;*/
/*}*/

/*.facebook-btn:hover .facebook {*/
/*    color: #111111;*/
/*}*/

/*.facebook {*/
/*    margin-top: 16px;*/
/*}*/

/*!* for mobile *!*/
/*@media screen and (max-width: 767px) {*/
/*    .facebook {*/
/*        margin-top: 10px;*/
/*    }*/

/*    .facebook-btn {*/
/*        width: 40px;*/
/*        height: 40px;*/
/*        bottom: 265px;*/
/*        left: 0px;*/
/*        font-size: 22px;*/
/*    }*/
/*}*/


/*.instagram-btn {*/
/*    position: fixed;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    bottom: 205px;*/
/*    left: 0px;*/
/*    !*background-color:#25d366;*!*/
/*    !*background-color: #f89953;*!*/
/*    background: linear-gradient(90deg,*/
/*    #405DE6,  !* Royal Blue *!*/
/*    #833AB4,  !* Purple *!*/
/*    #C13584,  !* Dark Pink *!*/
/*    #E1306C,  !* Red *!*/
/*    #FD1D1D   !* Yellow/Red tone *!*/
/*    );*/

/*    color: #FFF;*/
/*    !*border-radius:50px;*!*/
/*    text-align: center;*/
/*    font-size: 30px;*/
/*    box-shadow: 2px 2px 3px #999;*/
/*    z-index: 100;*/
/*}*/


/*.instagram-btn:hover .instagram {*/
/*    color: #111111;*/
/*}*/

/*.instagram {*/
/*    margin-top: 16px;*/
/*}*/

/*!* for mobile *!*/
/*@media screen and (max-width: 767px) {*/
/*    .instagram {*/
/*        margin-top: 10px;*/
/*    }*/

/*    .instagram-btn {*/
/*        width: 40px;*/
/*        height: 40px;*/
/*        bottom: 115px;*/
/*        left: 0px;*/
/*        font-size: 22px;*/
/*    }*/
/*}*/

/*!*youtube*!*/
/*.youtube-btn {*/
/*    position: fixed;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    bottom: 146px;*/
/*    left: 0px;*/
/*    !*background-color:#25d366;*!*/
/*    background-color: #FF0000;*/
/*     color: #FFF;*/
/*    !*border-radius:50px;*!*/
/*    text-align: center;*/
/*    font-size: 30px;*/
/*    box-shadow: 2px 2px 3px #999;*/
/*    z-index: 100;*/
/*}*/


/*.youtube-btn:hover .youtube {*/
/*    color: #111111;*/
/*}*/

/*.instagram {*/
/*    margin-top: 16px;*/
/*}*/

/*!* for mobile *!*/
/*@media screen and (max-width: 767px) {*/
/*    .youtube {*/
/*        margin-top: 10px;*/
/*    }*/

/*    .youtube-btn {*/
/*        width: 40px;*/
/*        height: 40px;*/
/*        bottom: 115px;*/
/*        left: 0px;*/
/*        font-size: 22px;*/
/*    }*/
/*}*/


/*!* for desktop *!*/
/*.whatsapp_float {*/
/*    position: fixed;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    bottom: 95px;*/
/*    left: 0px;*/
/*    !*background-color:#25d366;*!*/
/*    background-color: #25d366;*/
/*    color: #FFF;*/
/*    !*border-radius:50px;*!*/
/*    text-align: center;*/
/*    font-size: 30px;*/
/*    box-shadow: 2px 2px 3px #999;*/
/*    z-index: 100;*/
/*}*/

/*.whatsapp_float:hover .whatsapp-icon {*/
/*    color: #111111;*/
/*}*/

/*.whatsapp-icon {*/
/*    margin-top: 16px;*/
/*}*/

/*!* for mobile *!*/
/*@media screen and (max-width: 767px) {*/
/*    .whatsapp-icon {*/
/*        margin-top: 10px;*/
/*    }*/

/*    .whatsapp_float {*/
/*        width: 40px;*/
/*        height: 40px;*/
/*        bottom: 75px;*/
/*        right: 0px;*/
/*        font-size: 22px;*/
/*    }*/
/*}*/



.myGallerySwiper img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
}
.swiper {
    padding-bottom: 40px;
}

/*feature*/
.feature-box {
    text-align: center;
    padding: 40px 20px;
    transition: all 0.4s ease;
    /*cursor: pointer;*/
    position: relative;
}

/* ICONS */
.feature-box img,
.feature-box i {
    font-size: 40px;
    color: #6A8B3C;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    display: inline-block;
}

/* TITLE */
.feature-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #3A3A3A;
    font-size: 16px;
    transition: 0.4s;
}

/* TEXT */
.feature-text {
    color: #555;
    font-size: 14px;
    transition: 0.4s;
}

/* HOVER ANIMATION */
.feature-box:hover {
    transform: translateY(-10px);
}

/* ICON MOVE + SCALE */
.feature-box:hover i,
.feature-box:hover img {
    transform: translateY(-5px) scale(1.15) rotate(3deg);
    color: #4d682a;
}

/* TITLE + TEXT COLOR CHANGE */
.feature-box:hover .feature-title {
    color: #4d682a;
}

.feature-box:hover .feature-text {
    color: #333;
}

/* Vertical Lines */
/*.border-col {*/
/*    border-right: 1px solid #dcdcdc;*/
/*}*/

@media(max-width: 992px){
    .border-col {
        border: none;
    }
}



/* Section */
.floor-section {
    background: #F6FFE8;
    padding: 60px 0;
}

/* Tabs */
.floor-section.floor-tabs {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    overflow-x: auto;
    white-space: nowrap;
}

.floor-section .floor-tabs a {
    text-decoration: none;
    color: #444;
    font-weight: 600;
    text-align: center;
}

.floor-section .floor-tabs a.active {
    color: #85B700;
    border-bottom: 2px solid #85B700;
    padding-bottom: 8px;
}

/* Mobile Scrollbar Hide */
.floor-section .floor-tabs::-webkit-scrollbar {
    display: none;
}

.floor-section .plan-img {
    width: 100%;
    max-width: 750px;
    display: block;
    margin: auto;
}

/* Title Style */
.floor-section .title-box h2 {
    font-size: 48px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.title-box2 b{
    font-size: 22px;
}
/*.title-section*/

.benefits-section {
    background: #555;
    padding: 40px 0px;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
}

.benefit-box {
    margin-bottom: 30px;
    max-width: 600px;
}

.benefit-box h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.benefit-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #ddd;
}

.connectivity-title {
    font-size: 38px;
    font-weight: 600;
    color: #555;
}

.icon-box {
    width: 120px;
    height: 120px;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-img {
    width: 65px;
    opacity: 0.85;
}

.title {
    font-size: 20px;
    color: #6fa543;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}

.desc {
    max-width: 500px;
    margin: auto;
    line-height: 1.7;
    color: #555;
    font-size: 15px;
}

.amenity-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.amenity-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.amenity-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.faqs-section{
    padding: 40px 0px;
    background-color: #000;
}