@font-face {
    font-family: 'NarzissTextMedium-Drops';
    src: url('../fonts/NarzissTextMedium-Drops.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NarzissTextMedium-Drops.woff2') format('woff2'),
        url('../fonts/NarzissTextMedium-Drops.woff') format('woff'),
        url('../fonts/NarzissTextMedium-Drops.ttf') format('truetype'),
        url('../fonts/NarzissTextMedium-Drops.svg#NarzissTextMedium-Drops') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CeraGodrejInterio-Bold';
    src: url('../fonts/CeraGodrejInterio-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraGodrejInterio-Bold.woff2') format('woff2'),
        url('../fonts/CeraGodrejInterio-Bold.woff') format('woff'),
        url('../fonts/CeraGodrejInterio-Bold.ttf') format('truetype'),
        url('../fonts/CeraGodrejInterio-Bold.svg#CeraGodrejInterio-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CeraGodrejInterio-Regular';
    src: url('../fonts/CeraGodrejInterio-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraGodrejInterio-Regular.woff2') format('woff2'),
        url('../fonts/CeraGodrejInterio-Regular.woff') format('woff'),
        url('../fonts/CeraGodrejInterio-Regular.ttf') format('truetype'),
        url('../fonts/CeraGodrejInterio-Regular.svg#CeraGodrejInterio-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CeraGodrejInterio-Light';
    src: url('../fonts/CeraGodrejInterio-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraGodrejInterio-Light.woff2') format('woff2'),
        url('../fonts/CeraGodrejInterio-Light.woff') format('woff'),
        url('../fonts/CeraGodrejInterio-Light.ttf') format('truetype'),
        url('../fonts/CeraGodrejInterio-Light.svg#CeraGodrejInterio-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CeraGodrejInterio-Medium';
    src: url('../fonts/CeraGodrejInterio-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraGodrejInterio-Medium.woff2') format('woff2'),
        url('../fonts/CeraGodrejInterio-Medium.woff') format('woff'),
        url('../fonts/CeraGodrejInterio-Medium.ttf') format('truetype'),
        url('../fonts/CeraGodrejInterio-Medium.svg#CeraGodrejInterio-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat-Bold';
    src: url('../fonts/CeraGodrejInterio-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraGodrejInterio-Medium.woff2') format('woff2'),
        url('../fonts/CeraGodrejInterio-Medium.woff') format('woff'),
        url('../fonts/CeraGodrejInterio-Medium.ttf') format('truetype'),
        url('../fonts/CeraGodrejInterio-Medium.svg#CeraGodrejInterio-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AsphaltsBrush';
    src: url('../fonts/AsphaltsBrush.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AsphaltsBrush.woff2') format('woff2'),
        url('../fonts/AsphaltsBrush.woff') format('woff'),
        url('../fonts/AsphaltsBrush.ttf') format('truetype'),
        url('../fonts/AsphaltsBrush.svg#AsphaltsBrush') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CeraPro-Regular';
    src: url('../fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Regular.woff2') format('woff2'),
        url('../fonts/CeraPro-Regular.woff') format('woff'),
        url('../fonts/CeraPro-Regular.ttf') format('truetype'),
        url('../fonts/CeraPro-Regular.svg#CeraPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}




* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #446e34;
    font-family: 'CeraPro-Regular';
    
}

h1,h2,h4 {
    font-family: 'CeraPro-Regular';
    font-weight: normal;
}
a, a:hover {
    color: #fff;
}
p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
    color: #fff;
}
h2 {
    color: #fff;
    font-size: 53px;
    line-height: 66px;
    text-transform: uppercase;
    padding-bottom: 30px;
}
h2 span {
    display: block;
    font-family:'CeraGodrejInterio-Light',sans-serif;
    font-size: 28px;
    line-height: 35px;
    text-transform: none;
    letter-spacing: 0px;
    position: relative;
}
.highlight_main_sec{
    background-color: #f6fff3 !important;
    padding: 5em 10em ;
}
.loc_content {
  position: relative;
}
.loc_content h2 span,.gallery_sec h2 span{
    color: #446e34;
    font-weight: 600;
    text-transform: uppercase;
}
.floor_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* adjust opacity */
  z-index: 1;
}
.floor_sec > * {
  position: relative;
  z-index: 2;
}
.loc_content h2::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 10%;
  transform: translateX(-50%);
  width: 120px;        /* 👈 border width */
  height: 2.5px;
  background: #446e34;
}
.gallery_sec h2::after{
  content: "";
  position: absolute;
  bottom: 20%;
  left: 5%;
  transform: translateX(-50%);
  width: 120px;        /* 👈 border width */
  height: 2.5px;
  background: #446e34;
}

.gallery_sec{
    background-color: #f6fff3;
    padding:5em 0;
}
.new-text{
    color: #303030;
    margin-top:1em;
    font-family: 'CeraGodrejInterio-Light',sans-serif !important;
}

.new-text-white{
    color: #fff;
    font-family: 'CeraGodrejInterio-Light',sans-serif !important;
}
.new-text-gall{
    color: #303030;
    font-family: 'CeraGodrejInterio-Light',sans-serif !important;
    margin-bottom: 1em;
}



#overview img,.location_new img{
    height: 500px;
}

.plan-wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
}

/* Main Tabs */
.main-tabs,.plan-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.main-tab,.plan-tab-btn {
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  background: #e5e5e5;
  font-size: 16px;
}

.main-tab.active,.plan-tab-btn.is-active {
  background: #446e34;
  color: #fff;
}

/* Sections */
.plan-section {
  display: none;
}

.plan-section.active {
  display: block;
}

/* Floor Tabs */
.floor-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}

.floor-tab {
  padding: 10px 25px;
  border: none;
  background: #f1f1f1;
  cursor: pointer;
}

.floor-tab.active {
  background: #446e34;
  color: #fff;
}
.plan-image{
    display: flex;
    justify-content: center;
}

/* Image */
.plan-image img {
  width: 100%;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
  .floor-tab{
    padding: 10px;
    font-size: 12px;
  }
}
.last-main{
    position: relative;
    height: 150px;
}
.last{
    position: absolute;
  inset: 0;
  background-image: url("../images/bg-white-leaf.svg");
  background-repeat: repeat;   /* THIS enables repeat */
  background-size: auto;
  z-index: 1
}

.floor_sec{
    position: relative;
    width: 100%;
    display:flex;
    background: url('../images/tab-bg-desk.jpg');
  min-height: 70vh;
  padding: 25px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.bhk_sec{
    position: relative;
    width: 100%;
    display: flex;
    background:#f6fff3;
    justify-content: center;
    padding-top: 3em;
}
.imggallery_slider .swiper-slide span{
    position: absolute;
    top: 87.5%;
    left: 0%;
    color: #fff;
    background: linear-gradient(45deg, black, transparent);
    padding: 10px;
    text-transform: uppercase;
    font-family: 'CeraGodrejInterio-Light',sans-serif;
}


@media(max-width:768px){
    .floor_sec{
        height:auto !important;
        background:url('../images/tab-bg-mob.jpg');
    }
}


h3 {
    font-family: "CeraPro-Regular";
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 10px;
    letter-spacing: 2px;
}
img {
    max-width: 100%;
    width: 100%;
}
img.desk_img {
    display: block;
}
img.mobi_img {
    display:none;
}
strong {
    font-weight: 700;
}

.overview_sec .container{
    max-width: 100% !important;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.cta_btn {
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    position: relative;
    background-color: #000;
    color: #fff;
    z-index: 1;
}
.cta_btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  transition: all 0.3s ease;
}
.cta_btn:hover {
    color: #000;
}
.cta_btn:hover:after {
  right: auto;
  left: 0;
  width: 100%;
}
.cta_btn:active {
  top: 2px;
}
.animated {
    opacity: 0;
}
/*header style start*/
.site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.fixed_header {
    background-color: #446E34;
    display: block;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
    padding: 10px;
}
.project_logo img{
    width: 200px;
}

.project_logo_godrej{
    display: flex;
    justify-content: flex-end;
}
.project_logo_godrej img {
    width: 140px;
    height: 50px;
    object-fit: contain;
}
.site_header .container {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.project_logo {
    max-width: 236px;
    width: 100%;
}


.site_nav {

}
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu li {

}
.menu li a {
    display: block;
    padding: 10px 10px;
    color: #fff;
    font-family: 'CeraGodrejInterio-Light',sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    font-weight: 600;
}


.menu li a:hover {
    text-decoration: underline;
    text-underline-offset:10px;
}


/*Main sections style start*/
.site_main {

}

/*Main Banner style*/
.main_banner_sec {
    position: relative;
}
.banner_slider {
    /*background-image: url(../images/webp/main_banner.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;*/
    width: 100%;
    /*height: 100vh;*/
}
.main_banner_sec h3{
    text-align: center;
}
.banner_slider .container {
    height: 100%;
    position: relative;
}
.banner_content {
    color: #fff;
    text-align: left;
    width: 45%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner_content h1 {
    font-family: "CeraGodrejInterio-Bold";
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 5px;
    font-weight: normal;
    margin-bottom: 50px;
}
.banner_content h1 span {
    display: block;
    font-family: "NarzissTextMedium-Drops";
    text-transform: none;
    font-size: 120px;
    line-height: 120px;
    margin-left: -20px;
    letter-spacing: 0;
    position: relative;
}
.banner_content h1 span:after {
    content: "";
    background: url(../images/webp/spark_img.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -65px;
    left: 296px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
} 
.banner_content p {
    color: #fff;
    font-size: 18px;
}
.banner_content p.price_point {
    font-size: 20px;
    line-height: 30px;
    font-family: "CeraGodrejInterio-Bold";
    padding: 20px 0;
}

.gpl_logo {
    position: absolute;
    right: 2%;
    bottom: 2%;
    max-width: 237px;
    width: 14%;
}

.down_arrow {
    color: #fff;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 30px;
}

/*Location section stye start*/
.location_sec {
    background: linear-gradient(to bottom, #a5b89f8f 10%, #446E34 100%);
}

.loc_top_sec {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loc_top_sec .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.loc_img {
    width: 50%;
}
.loc_content {
    width: 70%;
    padding: 50px;
}
.loc_content h2 small {
    font-size: 100%;
    display: inline-block;
    margin-left: 60px;
}
.loc_content h2 span {
    /*font-size: 80px;*/
}

.get_direction_link {
    margin-top: 6%;
} 
.locaton_map {
    padding: 50px 0;
} 
.nearby_sec {
    padding: 50px 0;
    text-align: center;
}
.nearby_sec h2 {
    text-align: center;
}
.nearby_sec h2 span span  {
    position: relative;
    display: inline-block;
}
.nearby_sec h2 span span:after {
    content: "";
    background: url(../images/webp/spark_img.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -70px;
    left: 170px;
}
.nearby_slider {
    margin-top: 30px;
}
.nearby_slider .swiper-slide {
    padding: 2em 1em;
    background:#f6fff3;
    border-radius: 15px;
    height: 250px;
}

.nearby_img {
    display: block;
    margin: 10px auto;
    width: 100%;
    background-color: #f6fff3;
    border-radius: 50%;
}
.nearby_img img {
    display: block;
    width: 100px;
}
.nearby_slider .swiper-slide span {
    color: #446e34;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
    font-family: 'CeraGodrejInterio-Bold',sans-serif;
}
.nearby_slider .swiper-slide small {
    display: block;
    color: #446e34;
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
    text-transform: none;
    font-family: 'CeraGodrejInterio-Light',sans-serif;
}
.nearby_slider .swiper-wrapper{
    padding-bottom: 3em;
}

.nearby_slider .swiper-button-next, .nearby_slider .swiper-button-prev {
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    top:95% !important;
}
.nearby_slider .swiper-button-prev:after, .nearby_slider .swiper-rtl .swiper-button-next:after,
.nearby_slider .swiper-button-next:after, .nearby_slider .swiper-rtl .swiper-button-prev:after {
    font-size: 25px;
}
.nearby_slider .swiper-button-prev {
    left: 90% !important;
}

.nearby_slider .swiper-button-next {
    right: 2% !important;
}

/*Highlights section style start*/
.highlights_sec {
    margin: 50px 0;
    background-image: url(../images/webp/highlights_sec_bg.webp);
    background-repeat:  no-repeat;
    background-position:  center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
}
.highlights_video_wrap,.bhk_video_wrap{
 border: 50px solid transparent; /* adjust thickness */
  border-image-source: url("../images/border-green.svg");
  border-image-slice: 60; /* tweak based on SVG */
  border-image-repeat: stretch; /* or round */
  display: flex;
  align-items: center;
  justify-content: center;
}
.highlights_video_wrap iframe,.bhk_video_wrap iframe {
    width: 80%;
    height: 70vh;
}
.highlights_sec .container {
    text-align: center;
}
.highlights_sec .container h2 {
    color: #fff;
}
.highlights_sec .container h2 span {
    display: inline-block;
    padding: 40px 0px 40px 38px;
}
.highlights_sec .container h2 span:after {
    content: "";
    background: url(../images/webp/spark_img.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -30px;
    left: 280px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.highlights_sec .container p {
    color: #fff;
}

.amenity{
    padding: 5em 8em;
}

.close-icons{
    margin:5em ;
}
.close-icons h2 span{
   font-weight: 600;
   text-transform: uppercase;
}

/*Amenities section style start*/
.amenities_sec {

}
/*.amenities_sec .container {
    height: 100vh;
}*/
.amt_slider.swiper {
        width: 100%;
        height: 100%;
      }

.amt_slider.swiper .swiper-slide {

}
/*.amt_slider.swiper::-webkit-scrollbar {
  width: 10px;
}
 
.amt_slider.swiper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(206, 206, 193, 1);
}
 
.amt_slider.swiper::-webkit-scrollbar-thumb {
  background-color: #86d55c;
  outline: 1px solid #86d55c;
}*/
.amt_slider .swiper-slide {
    padding: 0 30px;
}
.amt_slider.swiper .swiper-slide {
    opacity: 0 !important;
}
.amt_slider.swiper .swiper-slide.swiper-slide-visible.swiper-slide-active {
    opacity: 1 !important;
}

.amt_slider .swiper-button-next, .amt_slider .swiper-button-prev {
    color: #95da70;
    border-radius: 50%;
    border: 2px solid #95da70;
    width: 35px;
    height: 35px;
}
.amt_slider .swiper-button-prev:after, .amt_slider .swiper-rtl .swiper-button-next:after,
.amt_slider .swiper-button-next:after, .amt_slider .swiper-rtl .swiper-button-prev:after {
    font-size: 25px;
}
.amt_slider .swiper-button-prev, .amt_slider .swiper-rtl .swiper-button-next {
    left: 50px;
}

.amt_slider .swiper-button-next, .amt_slider .swiper-rtl .swiper-button-prev {
    right: 50px;
}

.slide_row {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
.slide_col {
    width: 45%;
}
.slide_content {

}
.slide_content h3 {
    text-transform: uppercase;
}
.slide_content p {
    width: 100%;
    font-size: 18px;
}
.left_col .slide_content {
    padding-top: 50px;
}
.right_col .slide_content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin-top: 20px;
}
.slide_img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.left_col .slide_img img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
}
.left_col .slide_content h3, .left_col .slide_content p {
    text-align: left;
}
.right_col .slide_content h3, .right_col .slide_content p {
    text-align: right;
}
.right_col .slide_img img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
}
.hover_content {
    /*display: none;*/
    position: absolute;
    bottom: 0;
    left: -90%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 40, 51, 0.67);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*.hover_content:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid rgba(0,0,0,0.5);
}*/
.slide_img:hover .hover_content {
    left: 0;
}
.hover_content ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-bottom: 50px;
}
.hover_content ul li {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    padding: 10px 20px 10px 40px;
}
.hover_content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/leaf-icon.png) no-repeat center;
    background-size: 50%;
    height: 100%;
    width: 40px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}




/*Video section style start*/
.video_sec {
    padding: 50px 0;
}
.video_slider {

}
.video_slider .swiper-slide {
    
}
.video_slider .swiper-slide a {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.video_slider .swiper-slide a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/play_icon.png) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 10%;
}
.video_slider .swiper-slide:first-child a:after {
    /* display: none; */
}
.video_slider .swiper-slide a span {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
}
.video_slider .swiper-slide img {
    margin: 0 auto;
    display: block;
}
.video_slider .swiper-button-next, .video_slider .swiper-button-prev {
    color: #95da70;
    border-radius: 50%;
    border: 2px solid #95da70;
    width: 35px;
    height: 35px;
}
.video_slider .swiper-button-prev:after, .video_slider .swiper-rtl .swiper-button-next:after,
.video_slider .swiper-button-next:after, .video_slider .swiper-rtl .swiper-button-prev:after {
    font-size: 25px;
}
.video_slider .swiper-button-prev, .video_slider .swiper-rtl .swiper-button-next {
    left: 50px;
}

.video_slider .swiper-button-next, .video_slider .swiper-rtl .swiper-button-prev {
    right: 50px;
}

/*Image Gallery section start*/
.imggallery_sec {
    padding: 50px 0;
}
.imggallery_sec .container {
    text-align: center;
}
.imggallery_sec .container h2 span {
    font-size: 50px;
    line-height: 55px;
}
.imggallery_slider .swiper-wrapper{
    padding-bottom: 3em;
}

.imggallery_slider .swiper-slide img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.imggallery_slider .swiper-button-next, .imggallery_slider .swiper-button-prev {
    color: #446E34;
    border-radius: 50%;
    border: 2px solid #446E34;
    width: 35px;
    height: 35px;
    top:95% !important;
}
.imggallery_slider .swiper-button-next{
    right:2% !important;
}
.imggallery_slider .swiper-button-prev{
    left:90% !important;
}
.swiper-button-next svg, .swiper-button-prev svg{
    width:10px !important;
}

.imggallery_slider .swiper-button-prev:after, .imggallery_slider .swiper-rtl .swiper-button-next:after,
.imggallery_slider .swiper-button-next:after, .imggallery_slider .swiper-rtl .swiper-button-prev:after {
    font-size: 25px;
}
@media(max-width:768px){
    .imggallery_slider .swiper-wrapper{
        padding-bottom: 2em !important;
    }
    .imggallery_slider .swiper-button-next, .imggallery_slider .swiper-button-prev{
        top:90% !important;
    }
    .imggallery_slider .swiper-button-prev,.nearby_slider .swiper-button-prev{
    left:70% !important;
}
.nearby_slider .swiper-slide{
    padding: 1em 1em;
    background: #f6fff3;
    border-radius: 15px;
    height: 230px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.nearby_slider .swiper-slide span{
    font-size: 16px;
    line-height: 20px;
}
.nearby_slider .swiper-slide small{
    font-size: 12px;
    line-height: 16px;
}
.nearby_slider .swiper-wrapper{
        padding-bottom: 3em !important;
    }
    .nearby_slider .swiper-button-next,.nearby_slider .swiper-button-prev{
        top:95% !important;
    }
}

/*Footer section style start*/
.site_footer {
    padding: 50px 0;
    /*background-color: #f3faf0;*/
}
.site_footer .container {
    text-align: center;
}
.site_footer .container h4 {
    font-family: "Akrobat-Bold";
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
}
.site_footer .container h4 a {
    color: #fff;
    text-decoration: none;
}
.site_footer .container h4.privacy_policy {
    font-family: "Arial";
    font-size: 20px;
}
.site_footer .container h4.privacy_policy a:hover {
    color: #86d55c;
}

/*Enquire Now form style start*/
#fixed_form_wrap {
  position: fixed;
  transform: translateY(-50%);
  /*top: 50%;*/
  right: -264px;
  background-color: #446e34;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  max-width: 264px;
}
#fixed_form_wrap.active {
  right: 0;
  z-index: 3;
}
.form_container {
  padding: 0 10px;
}
.form_close {
  cursor: pointer;
  text-align: right;
  color: #fff;
  display: block;
  padding: 10px;
  margin-right: -10px;
}
.form_container h2 {
    letter-spacing: 0;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    text-transform: none;
    padding: 0 0 10px;
}
/* .site_heading5 {
    font-family: 'CeraGodrejInterio-Light',sans-serif;
  cursor: pointer;
  position: absolute;
  left: -112px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #446e34;
  border:1px solid #446E34;
  background-color: #fff;
  padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
} */
#fixed_form_wrap.active .site_heading5 {
    animation: none;
    background-color: #000;
}
.mail-icon{
    position: fixed;
    z-index: 11;
    background: #446e34;
    padding: 1em;
    border-radius: 50px;
    right: 2%;
    bottom: 2%;
    cursor: pointer;
    border:0.5px solid #fff;
}

@keyframes blink {
    0% {
        background-color: #159bbf;
    }
    50% {
        background-color: #69d846;
    }
    100% {
        background-color: #159bbf;
    }
}
#frmContactus {

}
.fieldwrapper {
  width: 100%;
  margin: 0 10px 20px 0;
}
.fieldwrapper input, .fieldwrapper select {
  width: 100%;
  font-family: 'CeraGodrejInterio-Light',sans-serif;
  border: 1px solid #86d55c;
  background-color: #ffffff;
  color: #6d6e71;
  font-size: 14px;
  line-height: 18px;
  height: 32px;
  padding: 0 0 0 20px;
  outline: 0;
}
.fieldwrapper.form-cta-btn {
  text-align: center;
}
.fieldwrapper.form-cta-btn a.btn {
  font-family: 'CeraGodrejInterio-Light',sans-serif;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 auto;
  border: none;
  background-color: #fff;
  color: #446e34;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}

.homeally_dwnld_checklist {
      display: flex;
      /*justify-content: space-between;*/
      margin-bottom: 0;
  }
  .homeally_dwnld_checklist input {
      background-image: url(https://www.godrejproperties.com/images/homeally_checkbox.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      border: none;
      width: 10px;
      height: 10px;
      border: none;
      margin-right: 10px;
      margin-top: 3px;
      display: block;
  }
  .homeally_dwnld_checklist input:checked {
      background-image: url(https://www.godrejproperties.com/images/homeally_checkbox_checked.png);
      background-repeat: no-repeat;
      background-position: 0 0;
  }
  .homeally_dwnld_checklist span {
      font-size: 10px;
      line-height: 12px;
      color: #fff;
      font-family: 'CeraGodrejInterio-Light',sans-serif;
  }

.fieldwrapper > input[type=number]::-webkit-inner-spin-button, 
.fieldwrapper > input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
::-webkit-input-placeholder { /* Chrome */
  color: #6d6e71;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6d6e71;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6d6e71;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #6d6e71;
  opacity: 1;
}
.error_msg {
  border: 2px solid #ff0000 !important;
}
.error-msg {
    display: block;
    text-align: center;
    padding: 10px 0;
}
.mobi_form_btn {
  display: none;
}

#fixed_form_wrap.active2 {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    transform: translateY(0);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 9999;
    max-width: none;
  }
#fixed_form_wrap.active2 .form_container {
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    background-color: #446e34;
    padding: 0px 20px 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border-radius:40px 0;
    border:0.5px solid #fff;
  }
 #fixed_form_wrap.active2 .site_heading5 {
    position: static;
    transform: translateY(0%) rotate(0deg);
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
    animation: none;
    color:#fff;
    font-size: 20px;
    font-family: 'CeraGodrejInterio-Light',sans-serif !important;
  }




@media only screen and (max-width: 1024px) {
    body {
        overflow: hidden;
    }
    .amenities_sec .container {
        height: auto;
    }
    .amt_slider.swiper {
        height: auto;
    }
    .slide_img {
        height: auto;
    }
}

@media only screen and (max-width: 1023px) {

p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
}
h2 {
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 15px;
    overflow: hidden;
}
h2 span {
    font-size: 20px;
    line-height: 26px;
    
}
.plan-wrapper h2 span{
    padding: 1em;
}
h3 {
    font-size: 30px;
    line-height: 36px;
}
img.desk_img {
    display: none;
}
img.mobi_img {
    display:block;
}

.cta_btn {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 10px;
}

/*Header style start*/
.site_header {
    display: none;
}
.site_header.fixed_header {
    display: block;
}
.site_header .container {
    padding:  0;
}
.project_logo {
    width: 40%;
    /*position: absolute;
    top: 10px;
    left: 10px;*/
    z-index: 1;
}
.project_logo.project_logo_loc {
    position: static;
    /* margin-top: 20px; */
    /*margin-top: 40px;*/
}
.site_nav {
    /*display: none;*/
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #446E34;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.site_nav.nav-active {
    right: 0;
}
.menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hamburger .line{
  width: 30px;
  height: 4px;
  background-color: #ecf0f1;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

/*Main banner style start*/
.banner_slider {
    /*background-image: url(../images/webp/main_banner_mobi.webp);*/
    height: auto;
}
.banner_slider .container {
    height: 80%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.banner_content {
    width: 100%;
    transform: translateY(0);
    position: static;
    text-align: center;
}
.banner_content h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}
.banner_content h1 span {
    font-size: 50px;
    line-height: 60px;
    margin-left: 0;
}
.banner_content h1 span:after {
    background-size: 10%;
    top: -30px;
    left: 195px;
}
.banner_content p {
    font-size: 13px;
}
.banner_content p.price_point {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
}
.gpl_logo {
    max-width: 120px;
    bottom: 15%;
    display: none;
}
.down_arrow {
    bottom: 15%;
    display: none;
}

.right_col .slide_content,
.left_col .slide_content {
    align-items: center;
    text-align: center;
}
.right_col .slide_content h3, .right_col .slide_content p,
.left_col .slide_content h3, .left_col .slide_content p {
    text-align: center;
    margin: auto;
}

/*Location style start*/
.loc_top_sec {
    padding: 20px 0;
}
.loc_top_sec .container {
    flex-direction: column;
    padding: 0;
}
.loc_img {
    width: 100%;
}
.loc_content {
    width: 100%;
    padding: 20px 20px 0 20px;
}
.locaton_map {
    padding: 0;
}
.loc_content h2 span {
    /*padding-left: 20px;*/
    padding-top: 0;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
}
.loc_content h2 span:after {
    top: -17px;
    left: 57px;
    background-size: 8%;
}
.loc_content h2 {
    text-align: center;
}
.loc_content h2 small {
    /* margin-left: 30px; */
    margin-left: 0px;
}

.get_direction_link {
    margin-top: 3%;
    text-align: center;
}
.location_sec > .container {
    /*padding: 0;*/
}
.nearby_sec {
    padding: 20px 0;
}
.nearby_sec h2 span span:after {
    top: -6px;
    left: 68px;
    background-size: 20%;
}
.remove_br {
    display: none;
}


/*Highlights section style start*/
.highlights_sec {
    margin: 50px 0;
    background-image: url(../images/webp/highlights_sec_mobi_bg.webp);
    padding: 50px 0;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.highlights_sec .container h2 span {
    padding: 10px 0px 10px 45px;
}
.highlights_sec .container h2 span:after {
    background-size: 15%;
    left: 142px;
    top: -17px;
}

/*Amenities style start*/
.amenities_sec .container {
    height: auto;
}
.amt_slider.swiper {
}
.amt_slider .swiper-slide {
    padding: 0;
}
.amt_slider.swiper .swiper-slide {
    opacity: 1 !important;
}
.amt_slider .swiper-button-next, .amt_slider .swiper-button-prev {
    display: none;
}
.amt_slider.swiper .swiper-wrapper {
    flex-direction: column;
}
.slide_row {
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.slide_col {
    width: 96%;
    margin-bottom: 20px;
}
.left_col .slide_content {
    padding-top: 0px;
}
.slide_content p {
    width: 80%;
    font-size: 14px;
    line-height: 20px;
}
.hover_content {
    left: 0;
}
.hover_content ul li {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px 5px 40px;
}
.hover_content ul li:before {
    background-size: 40%;
}
.slide_col.right_col {
    display: flex;
    flex-direction: column-reverse;
}
/*Video section style start*/
.video_sec {
    padding: 20px 0;
}
.video_slider .swiper-slide a {
    width: 100%;
}
.video_slider .swiper-slide img {
    width: 100%;
}
.video_slider .swiper-slide a span {
    font-size: 14px;
}
.video_slider.swiper {
    padding-bottom: 40px;
}
.video_slider .swiper-button-next, .video_slider .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 0;
}
.video_slider .swiper-button-prev:after, .video_slider .swiper-rtl .swiper-button-next:after,
.video_slider .swiper-button-next:after, .video_slider .swiper-rtl .swiper-button-prev:after {
    font-size: 15px;
}
.video_slider .swiper-button-prev, .video_slider .swiper-rtl .swiper-button-next {
    left: 40%;
}

.video_slider .swiper-button-next, .video_slider .swiper-rtl .swiper-button-prev {
    right: 40%;
}

/*Image Gallery style start*/
.imggallery_sec {
    padding: 20px 0;
}
.imggallery_sec .container {
    /*padding: 0;*/
}
.imggallery_sec .container h2 span {
    font-size: 40px;
    line-height: 50px;
}
.imggallery_slider .swiper-slide img {
    width: 100%;
}
.imggallery_slider.swiper {
    padding-bottom: 40px;
}
.imggallery_slider .swiper-button-next, .imggallery_slider .swiper-button-prev {
    width: 30px;
    height: 30px;
}
.imggallery_slider .swiper-button-prev:after, .imggallery_slider .swiper-rtl .swiper-button-next:after,
.imggallery_slider .swiper-button-next:after, .imggallery_slider .swiper-rtl .swiper-button-prev:after {
    font-size: 15px;
}

.imggallery_slider .swiper-button-prev, .imggallery_slider .swiper-rtl .swiper-button-next {
    left: 40%;
}
.imggallery_slider .swiper-button-next, .imggallery_slider .swiper-rtl .swiper-button-prev {
    right: 40%;
}

/*Footer style start*/
.site_footer .container h4 {
    font-size: 20px;
}


/*Enquire form style start*/
.mobi_form_btn {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "NarzissTextMedium-Drops";
    font-size: 20px;
    line-height: 24px;
    padding: 5px;
    z-index: 1;
    /*animation: blink 2.5s linear infinite;*/
  }
  #fixed_form_wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -100%;
    transform: translateY(0);
    width: 100%;
    height: 100%;
    background-color: #446E34;
    z-index: 9999;
    max-width: none;
  }
  #fixed_form_wrap.active {
    top: 0;
  }

  .form_container {
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    background-color: #446e34;
    padding: 0px 20px 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border-radius: 40px 0;

  }
  .site_heading5 {
    position: static;
    transform: translateY(0%) rotate(0deg);
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
  }
}

.circle h2{
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    font-family:'CeraGodrejInterio-Regular' ,sans-serif !important;
}
.circle h3{
    font-size: 16px;
    line-height: 20px;
}
.circle p{
    font-size: 14px;
    line-height: 18px;
    font-family:'CeraGodrejInterio-Light' ,sans-serif !important;
}
.circle img{
    filter: brightness(0) invert(1);
    width:70px;
    margin-bottom: 10px;
}
.overview_sec .container,.location_new .container{
    display: flex;
    align-items: center;
}
.overview_sec{
    background-color:#f6fff3 ;
}

.overview_sec .loc_img img,.location_sec .loc_img img{
    height: 300px;
    object-fit: cover;
}
.location_sec .green{
    color: #000;
}
.location_new .loc_content h2 span{
    color: #fff !important;
}
/*.location_new .loc_content h2::after{
    background: #fff !important;
}*/
/*.site_footer{
    background: url('../images/bg-white.svg') repeat-x;
    background-position: bottom center;
    background-size: 40% auto;
}*/

/*.site_footer ,.overview_sec{
    position: relative;
    background: url('../images/bg-white.svg') repeat-x;
    background-position: bottom center;
    background-size: 40% auto;
    color: #fff;
    overflow: hidden;
}
*/
/* Overlay */
/*.site_footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(68, 110, 52, 0.9);
    z-index: 0;
}*/
/*.overview_sec::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(68, 110, 52, 0.7);
    z-index: 0;
}*/

/* Text above overlay */


.swiper-slide a{
    position: relative;
    overflow: hidden;
}

.swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
}




.slide_col{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.slide_content,.slide_img{
    width: 50%;
    margin:0 1em;
}

@media(max-width:768px){
    .overview_sec .container{
        flex-direction: column;
    }
    .slide_col{
        display: flex;
        flex-direction: column;
        margin:3em 0 ;
    }
    .slide_content, .slide_img{
        width: 100%;
    }
    .loc_content h2 span{
        font-size: 20px;
        line-height: 26px;
        text-align: left;
    }
    .video_sec .swiper-button-next , .imggallery_sec .swiper-button-next{
        top:92% !important;
        right:30% !important;
    }
    .video_sec .swiper-button-prev , .imggallery_sec .swiper-button-prev{
        top:92% !important;
        left:30% !important;
    }
    .map-icons{
    padding:3em 0 ;
}

}

/*arrow*/
.direction-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 8px 10px;
  background: #446e34;
  color: #fff;
  text-decoration: none;
  font-family: 'CeraGodrejInterio-Light', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.25s ease;
}

/* Arrow circle */
.direction-btn .arrow {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #446e34;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: transform 0.25s ease;
}

/* Hover */
.direction-btn:hover {
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
  transform: translateY(-2px);
}

.direction-btn:hover .arrow {
  transform: translateX(6px);
}

/* Click */
.direction-btn:active {
  transform: scale(0.96);
}

/*whitebutton*/
.direction-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 8px 10px;
  background: #fff;
  color: #446e34;
  text-decoration: none;
  font-family: 'CeraGodrejInterio-Light', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.25s ease;
}

/* Arrow circle */
.direction-btn-white .arrow {
  width: 30px;
  height: 30px;
  background: #446e34;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: transform 0.25s ease;
}

/* Hover */
.direction-btn-white:hover {
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
  transform: translateY(-2px);
  color: #446E34;
}

.direction-btn-white:hover .arrow {
  transform: translateX(6px);
}

/* Click */
.direction-btn-white:active {
  transform: scale(0.96);
}

/*new amenity*/

.circle-slider-wrap {
  
  padding: 40px 0 60px 0 ;
  position: relative;
  overflow: hidden;
}

.circle-slider {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
}

.circle-card {
  min-width: 48%;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 450px;
}

.circle-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.1));
}

.circle-item{
    background: #f6fff3;
    border-radius:  15px;
    padding:0.5em;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 170px;
    height: 170px;
    justify-content: center;
}
@media(max-width:768px){
    .circle-item{
        width: 150px;
        width:150px;
    }
    .circle-all img{
        width: 70px;
    }
    .circle-item p{
        font-size:14px;

    }
}
.circle-item p{
    text-align: center;
    font-size: 14px ;
    line-height: 24px;
	text-transform:uppercase;
    color: #446e34;
    padding-bottom: 0;
    font-family: 'CeraGodrejInterio-Regular',sans-serif;
}

.overlay {
  position: absolute;
  inset: 0;
  padding: 28px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.overlay h3 {
  font-size: 24px;
  margin-bottom: 6px;
  font-family: 'CeraGodrejInterio-Regular',sans-serif;
  font-weight: 500;
  padding: 0;
  line-height: 28px;
}

.desc {
  font-size: 14px;
  margin: 5px 0 14px;
  line-height: 18px;
  max-width: 90%;
  font-family: 'CeraGodrejInterio-Light',sans-serif;
  padding: 0;

}

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

.tags span {
  background: #446e34;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-family: 'CeraGodrejInterio-Light',sans-serif;
}

/* Navigation */
.nav{
  position: absolute;
  display: flex;
  gap: 10px;
  right: 5%;
  bottom:0%;
}

.nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.new-amenity{
    margin: 0 5em;
    padding:5em 0;
}
.two-content{
    display: flex;
    width: 100%;
    font-family: 'CeraGodrejInterio-Light',sans-serif;
    align-items: center;
    flex-direction: column;
}
.head{
    width: 100%;
    margin-right: 1em;
    text-align: center;
}
.head h3,.floor_sec h2{
    font-family: 'CeraGodrejInterio-Light',sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.text-am{
    width: 90%;
    margin-left: 1em;
    text-align: center;
}
.text-am p{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-family: 'CeraGodrejInterio-Light', sans-serif !important;
    padding: 0 !important;
    margin-top:15px;
}

/*layout*/
section.plan {
  background: url('../images/floorplan-bg.jpg');
  min-height: 100vh;
  padding: 150px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

section.plan .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #a6bf45;
}

section.plan .nav-item .nav-link,
section.plan .nav-item .nav-link {
  border-radius: 0 !important;
}

section.plan .nav-link {
  background-color: #f4f4f3;
  position: relative;
  z-index: 10;
  width: 150px;
  height: 40px;
  color: #9fa0a0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.plan .nav-pills .nav-link.active ::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 21px;
  background-color: #a6bf45;
  -webkit-clip-path: polygon(49% 100%, 0 0, 100% 0);
  clip-path: polygon(49% 100%, 0 0, 100% 0);
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation: opt 0.5s ease 0.3s forwards;
  animation: opt 0.5s ease 0.3s forwards;
}

@-webkit-keyframes opt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#bhk .nav-link {
  border-bottom: 1px solid #ededed52;
}


#bhk .nav-link.active,
.nav-pills .show > .nav-link {
  border-bottom: 1px solid #ededed;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.content_right {
  position: absolute;
  bottom: -38px;
  left: 40px;
  width: 150px;
}
.country-sel{
    display: none;
}

/*.map-icons{
    padding: 5em 7em;
}
.mapimage{
    border: 50px solid transparent; 
  border-image-source: url("../images/border.svg");
  border-image-slice: 30; 
  border-image-repeat: stretch; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.mapimage img{
    width: 70%;
}*/
.mapimage{
    cursor: pointer;
}

.site-footer {
  background-color: #446e34;
  color: #ffffff;
  font-family: Inter, sans-serif;
}

/* Main grid */
.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 20% 10% 65%;
  gap: 40px;
}

.footer-col h4 {
  font-family: 'CeraGodrejInterio-Light',sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.footer-col p {
    
  font-family: 'CeraGodrejInterio-Light',sans-serif !important;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.9;
}

.footer-col .mt {
  margin-top: 24px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
  
  font-family: 'CeraGodrejInterio-Light',sans-serif !important;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.9;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.3);
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.footer-logo {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-copy {
  font-size: 13px;
  opacity: 0.85;
}
.footer-logo img{
  width:200px;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(1, 1fr);
  }

 .footer-col:nth-child(1) br {
  display: none;
}
 
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.mail-icon img{
    width: 30px;
}
/* LOADER OVERLAY */
#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #446E34;  /* You can change to any background */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

/* LOGO ANIMATION */
#pageLoader .loader-logo {
    width: 250px;
    animation: pulseScale 1.8s infinite ease-in-out;
}
#pageLoader.hide {
    opacity: 0;
    visibility: hidden;
}
@keyframes pulseScale {
    0%   { transform: scale(1); opacity: 1; }
    50%  { transform: scale(1.12); opacity: 0.9; }
    100% { transform: scale(1); opacity: 1; }
}

.map-mob{
    display: none;
}
.opop{
    cursor: pointer;
}


@media(max-width:768px){
    #overview img, .location_new img{
        height:300px;
        margin-top: 2em;
    }
    .map-mob{
        display: block;
    }
    .map-desk{
        display: none;
    }
    .text-am p{
        text-align: left;
        font-size: 14px !important;
        line-height: 18px;
    }
	.highlights_video_wrap,.bhk_video_wrap{
 border: 20px solid transparent; /* adjust thickness */
  border-image-source: url("../images/border-green.svg");
  border-image-slice: 60; /* tweak based on SVG */
  border-image-repeat: stretch; /* or round */
  display: flex;
  align-items: center;
  justify-content: center;
}
    .highlights_video_wrap iframe,.bhk_video_wrap iframe{
        height: unset;
    }
    .loc_img{
        display: flex;
        justify-content: center;
    }
    .overview_sec,.location_new{
        padding: 3em 0;
    }
    .direction-btn,.direction-btn-white{
        margin-top: 1em;
        font-size: 14px;
        padding: 4px 10px;
    }
    .new-amenity{
        margin: 0;
        padding: 3em 2em;
    }
    .two-content{
        flex-direction: column;
    }
    .head,.text-am{
        width: 100%;
        margin: 0;
    }
    .head h3,.close-icons h2 span,.gallery_sec h2 span,.floor_sec h2{
        font-size: 20px !important;
        line-height: 26px;
        text-align:left;
    }
    .circle-card{
        min-width: 100%;
    }
     .location_new .container{
        flex-direction: column-reverse;
     }
     .new-text-white{
        margin-top: 1em;
     }
     .highlight_main_sec{
        padding: 3em 1em;
     }
     .bhk_video_sec{
        padding: 0em 1em 3em !important;
     }
     .close-icons{
        margin: 2em 2em;
     }
     .footer-container{
        padding: 2em !important;
     }
     .gallery_sec{
        padding: 3em 1em;
     }
     .gallery_sec h2:after{
        bottom: 10%;
     }
}

@media(max-width:768px){
    .project_logo_godrej img{
        width:90px !important;
    }
}

/* ===== DESKTOP ===== */
.circle-scroll-wrap {
  width: 100%;
  margin-top: 2em;
}

.circle-all {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin:10px 0 15px;
}

.circle-all img {
  width: 90px;
  height: auto;
  
}

/* ===== MOBILE SCROLL ===== */
@media (max-width: 768px) {

  .circle-scroll-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #fff transparent;
  }

  .circle-all {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 10px 0 14px;
    width: max-content; /* 🔥 FORCES OVERFLOW */
  }

  .circle-all img {
    flex: 0 0 auto; /* 🔥 CRITICAL */
    width: 100px;
  }

  /* hide scrollbar */
  /*.circle-scroll-wrap::-webkit-scrollbar {
    display: none;
  }*/
}
.legacy_sec{
    display: flex;
    height: 500px;
    position: relative;  
    border-bottom: 2px solid #fff;  
}
.legacy_img{
    width: 50%;
    height: 100%;
}
.legacy_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.legacy-loc{
    background: #446e34;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.legacy-loc h2 span,.legacy-loc p{
    color: #fff !important;
}

.legacy_inner {
  display: flex;
  width: 100%;
  height: 100%;
}

#btnSubmitContactForm{
    color: #446e34;
    padding: 10px;
}

@media(max-width:768px){
    .legacy_sec{
        height:auto;
        flex-direction:column;
    }
    .legacy-loc{
        padding:2em !important;
    }
    .legacy_img{
        width: 100%;
    }
}
 

