@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500&display=swap');
*{
   font-family: 'Mukta', sans-serif;
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   outline: none;
   border: none;
   text-decoration: none;
}

html{
   scroll-behavior: smooth;
}

.navbar {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 100;
  padding: 2px !important;
}

.navbar-brand img {
  max-height: 45px; 
}

@media(max-width: 1200px){
  .navbar-brand img {
    max-height: 40px; 
  }
  .navbar {
    padding: 1rem 1rem !important; 
    text-align: center;
  }

}

.navbar-brand1 img {
  margin-right: 0; 
}


.navbar-toggler{
  color: #000 !important;
  font-size: 1.6rem;
  font-weight: bold;
}
  
.navbar-nav {
  margin-left: auto;
}

.nav-link{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #000;
}

.nav-link:hover{
  color: #528e34;
}

/*-----------------------Popup Form after every 10 sec----------------*/
.custom-modal {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  background: #ffffff;
}

.custom-header {
  background: linear-gradient(135deg, #6d4e24, #396920);
  color: #fff;
  padding: 15px;
  border-bottom: none;
}

.close-btn {
  color: #fff;
  font-size: 1.8rem;
  outline: none;
}

.modal-body {
  padding: 35px 30px 30px;
  background: #fff;
}

.modal-subtext {
  font-size: 18px;
  color: #000;
}

.fancy-input {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 12px 15px;
  font-size: 16px;
  transition: 0.3s ease;
}

.fancy-input:focus {
  border-color: #396920;
  box-shadow: 0 0 5px rgba(57, 105, 32, 0.4);
}

.submit-btn {
  background: #396920;
  color: #fff;
  font-weight: 500;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  transition: background 0.3s ease;
  border: none;
}

.submit-btn:hover {
  background: #6d4e24;
  color: #fff;
}


/*--------------------------home slider style code----------------------*/
.for-desktop {
  display: block;
  width: 100%;
  height: auto;  
}

.for-mobile {
  display: none;
  max-width: 768px !important; 
  width: 100%;
  height: auto;   
}

@media (max-width: 768px) {
  .for-desktop {
    display: none;
  }

  .for-mobile {
    display: block;
  }
}

/*----------------------css popup code for all login forms one time written and apply for all-------------------------*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: auto;
}

.popup-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 25px;
  border: 1px solid #888;
  max-width: 450px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.close-icon {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
}

.popup-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color:#528e34;
  font-size: 26px;
  text-align: center;
}

.formlogo {
  display: block;
  margin: 0 auto 10px; 
}

.popup-content label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.popup-content input[type="text"],
.popup-content input[type="email"],
.popup-content input[type="tel"] {
  width: 100%;
  padding: 8px; 
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.submit-button {
  font-size: 1.1rem;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #528e34;
  color: #fff;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submit-button:hover{
  background-color: #fff;
  color: #528e34;
  border: 2px solid #528e34;
}

@media (max-width: 600px) {
  .popup-content {
    margin: 20px;
  }
}

@media (max-width: 450px){
  .popup-content h2{
    font-size: 1rem;
  }
} 


/*---------------------------------home slider-----------------------------*/
.for-desktop {
  display: block;
  width: 100%;
  height: auto;  
}
  
.for-mobile {
  display: none;
  max-width: 768px !important; 
  width: 100%;
  height: auto;   
}
 
@media (max-width: 768px) {
  .for-desktop {
    display: none;
  }
  
  .for-mobile {
    display: block;
  }
}

/*-----------------------overview section---------------*/
.section2 {
    background: #fff !important;
    padding-top: 0 !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.flex-col {
    display: flex;
    justify-content: space-between;
    align-items: center; 
}

.over {
    float: left;
    width: 100%;
}

.middle-wrapper .middle-wrapper-text .overhead {
  margin-bottom: 2.08333333333vw !important;
  color: #528e34;
  font-size: 2.3rem;
}

.middle-wrapper .middle-wrapper-text {
    padding-left: 2.91666666667vw;
    padding-right: 9.11458333333vw;
    padding-top: 2.60416666667vw;
    padding-bottom: 2.60416666667vw;
    background: #ededed;
}

.s-axis {
    width: 98.1770833333vw;
    margin: 0 auto;
    font-size: 14px !important;
    margin-top: 2.60416666667vw;
    color: #333333 !important;
}

.middle-wrapper {
    padding: 4px;
    width: 47.3958333333vw;
    margin-right: -8vw;
}

.middle-wrapper .middle-wrapper-text .overpara {
    margin-bottom: 1.30208333333vw !important;
    font-size: 20px;
}

.gredient-s, .middle-wrapper, .section5 ul {
    background: #528e34;
    background: -o-radial-gradient(circle, #528e34 21%, #94e16e 66%);
    background: radial-gradient(circle, #528e34 21%, #94e16e 66%);
}

.flex-col .col-50 img {
    width: 41.6666666667vw;
}

.section2-img {
    height: 600px;
    width: 53.0729166667vw !important;
}

@media (max-width: 768px){
    .s-axis {
        width: 100% !important;
        font-size: 2.89855072464vw;
    } 

    .s-axis {
        width: 98.1770833333vw;
        margin: 0 auto;
        font-size: 14px !important;
        margin-top: 2.60416666667vw;
        color: #333333 !important;
    }
     
    .flex-col{
        flex-direction: column;
    }

    .section2-img {
        height: auto;
        width: 100% !important;
    }
     
    .middle-wrapper {
        width: 100% !important;
        margin-right: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .middle-wrapper .middle-wrapper-text .overpara {
      margin-bottom: 1.30208333333vw !important;
      font-size: 14px;
    }

    .middle-wrapper .middle-wrapper-text .overhead {
      font-size: 1.7rem;
    }
 }

/*----------------------project highlights-----------------*/ 
.projecthigh{
  margin-top: 3%;
}

.section-header {
  font-size: 28px;
  color: #528e34;
  font-weight: 400;
}

.allcol {
  margin-top: 20px;
  font-size: 16px;
}

.allcol i {
  color: #528e34;
  margin-right: 10px;
}

/*--------------------------amenities and gallery section---------------*/
.galleryhead{
  color: #528e34;
  text-align: center;
  margin-top: 5%;
}

.gallery-amenities-tabs {
  display: flex;
  justify-content: center;
}

.gallery-amenities-tabs .nav-item {
  margin-bottom: 10px;
}

.gallery-amenities-tabs .nav-link {
  background-color: transparent;
  font-size: 1rem;
  color: #000;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 10px 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.gallery-amenities-tabs .nav-link.active,
.gallery-amenities-tabs .nav-link:hover {
  color: #528e34;
  border-bottom-color: #33601d;
}

.owl-prev, .owl-next {
  font-size: 40px !important; 
  color: #33601d; 
  transition: color 0.3s ease;
}

.item p {
  margin-top: 10px; 
  text-align: center;
  color: #33601d;
}

.owl-carousel .owl-item {
  border: 1px solid #528e34; 
  border-radius: 5px; 
  overflow: hidden; 
}

.owl-carousel .item img {
  display: block;
  width: 100%;
  height: 300px;
}

/*--------------------------configuration------------------*/
#configuration {
  background-image: url('images/elevated-jogging-track.jpg');
  background-size: cover;
  background-position: center;
  padding: 50px;
  position: relative;
}

#configuration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
}

.confighead{
  color: #528e34;
  margin-top: 5%; 
  text-align: center;
  margin-bottom: 20px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #fff;
  color: #fff;
}

.table th,
.table td {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #fff; 
  z-index: 1;
}

.table th {
  background-color: #36661f;
  color: #fff;
  letter-spacing: 2px;
}

.btn-plans {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  background-color: #33601d;
  color: #fff;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: relative;
}

@media(max-width: 768px){
.confighead{
  font-size: 25px;
}

table{
  font-size: 15px !important;
}

#configuration {
  padding: 20px;
}

}

/*---------------------------floor plan styles code---------------------*/
.floorhead {
  margin-top: 5%;
  margin-bottom: 2%;
  text-align: center;
  color: #528e34;
}

.floor-plan-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.floor-plan {
  width: 400px;
  position: relative;
}

.image-container {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border: 1px solid #528e34;
  border-radius: 5px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px);
}

.plan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn3 {
  padding: 10px 20px;
  background-color: #528e34;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.image-container:hover .plan-overlay {
  opacity: 1;
}

.plan-text {
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
  background-color: #528e34;
  color: #fff;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 768px) {
  .floor-plan {
    width: 100%;
  }

  .floorhead {
    font-size: 1.6rem;
  }

  .floor-plan-container{
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

}

/*--------------location map--------------------*/
.headlocation{
  text-align: center;
  margin-top: 7%;
  margin-bottom: 20px;
  color: #528e34;
}

.map-view{
  border: 2px solid #528e34;
}

.lmap-div img {
  max-width: 100%;
  height: auto;
}

.loclist{
  list-style-type: none;
  padding: 0;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

.locationsection {
  padding-left: 15px; 
  padding-right: 15px; 
  margin-left: auto; 
  margin-right: auto; 
  max-width: 1350px; 
}

@media (max-width: 768px) {
  .headlocation {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .locationsection {
    margin-left: 15px; 
    margin-right: 15px;  
  }

  .map-view {
    border: none;
  }

  .lmap-div {
    margin-top: 20px;
  }
}


/*------------------About the Develpoer------------------*/
.about-developer-section {
  background-color: #f0f0f0;
  color: #000;
  padding: 40px 20px;
}

.about-developer-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.developer-logo {
  width: 200px;
  height: auto;
}

.developer-heading {
  font-size: 32px;
  font-weight: 700;
  color: #528e34;
  text-transform: uppercase;
}

.developer-underline {
  width: 70px;
  height: 4px;
  background-color: #30571c;
  margin: 10px auto;
}

.developer-description {
  font-size: 16px;
  line-height: 1.8;
  max-width: 700px;
}

@media (max-width: 768px) {
  .about-developer-section {
    padding: 20px 15px;
    text-align: center;
  }

  .developer-heading {
    font-size: 26px;
  }

  .developer-description {
    font-size: 14px;
    max-width: 100%;
  }

  .developer-logo {
    width: 100px;
    margin-bottom: 15px;
  }

  .developer-underline {
    width: 50px;
    height: 3px;
  }
}

@media (max-width: 480px) {
  .about-developer-section {
    padding: 20px 10px;
  }

  .developer-heading {
    font-size: 22px;
  }

  .developer-description {
    font-size: 13px;
  }

  .developer-underline {
    width: 40px;
  }
}

/*----------------------contact section-------------------------*/  
#contact {
  position: relative;
  background: url('images/business-center-with-conference.jpg') no-repeat center center fixed;
  background-size: cover;
  padding: 100px 0; 
  color: #fff;
}

.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); 
}

.head-contact {
  text-align: center;
  margin-bottom: 30px;
}

.form-txt{
 text-align: center;
 font-weight: 500;
 margin-bottom: 2%;
 font-size: 1.1rem;
}

.form-group {
  margin-bottom: 15px;
}

.input-group-addon {
  background: #528e34;
  color: #fff;
  padding: 6px 5px 6px 16px;
  border: 1px solid #528e34;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.contact-btn {
  margin: 0 auto;
  display: block;
  background: #528e34;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px 5px;
  transition: ease all 0.4s;
  text-shadow: none;
  border-radius: 7px;
  box-shadow: none;
  outline: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media(max-width: 768px){
  .head-contact{
      font-size: 1.7rem;
  }
  .form-txt{
      font-size: 12px;
  }
}

@media (max-width: 768px) {
    #contact {
      background-size: cover;
      padding: 100px 0; 
    }
  
    .parallax-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6); 
    }
  }

/*------------------------------footer section---------------------*/
.footer-container {
  margin: 5px auto; 
  max-width: 100%; 
  padding: 0 20px; 
  box-sizing: border-box; 
}

.connect-with-me {
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.qr-code {
  margin-bottom: 20px;
  text-align: center;
}

.qr-code img {
  border: 2px solid #528e34;
  width: 100px;
  height: 100px; 
}

.reranum{
  margin-top: 2%;
  font-size: 1.1rem;
}

.dispara{
  font-size: 1.2rem;
}

.adres_para,
.adres_submision_para,
.adres_phone_para,
p {
  margin: 0;
}

.adres_para,
.adres_phone_para{
  font-size: 1.2rem;
}

.adres_phone_para {
  text-align: center;
}

.adres_phone_para a {
  color: #528e34;
  font-weight: 500;
  text-decoration: none;
}

.adres_phone_para a:hover {
  text-decoration: underline;
}

.disclaimer-section {
  background-color: #528e34;
  font-size: 1.1rem;
  color: #fff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.gov-link {
  color: #528e34;
  font-weight: 500;
}

.terms-link {
  color: #000;
  font-weight: bold;
}

.privacy-policy-link {
  color: #fff;
}

.privacy-policy-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media(max-width: 991px){
  .disclaimer-section{
    margin-bottom: 10%;
  }
}

/*---------------------------------desktop fixed position whatsapp and phone---------------------*/
#desktop-view {
  position: fixed;
  bottom: 20px; 
  right: 20px; 
  z-index: 9999; 
}

.icn {
  margin: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  animation: zoomIcons 0.6s ease-in-out infinite; 
}

@keyframes zoomIcons {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); 
  }
  100% {
    transform: scale(1);
  }
}

.icn:hover {
  animation-play-state: paused; 
}

.ola_uber {
  position: fixed;
  padding: 0 12px;
  height: 40px;
  bottom: 0;
  left: 0;
  color: #fff !important;
  text-align: center;
  z-index: 100;
  margin: 0 auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  text-shadow: none;
  font-size: 16px;
  font-weight: 400;
  background-color: #2a5514;
  cursor: pointer;
}

.ola_uber img{
  border-style: none;
  vertical-align: middle;
}

@keyframes gradient {
  0%{
    background-position: 0 50%;
  }
  50%{
    background-position: 100% 50%;
  }
  100%{
    background-position: 0 50%;
  }
}

@media(max-width: 768px){
  .icn{
    width: 20px;
    height: 20px;
  }
}

@media(max-width: 1200px){
  #desktop-view{
    display: none;
  }
}

/*-------------------------mobile section contact-----------------------*/
.mob-action {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #33601d;
  box-shadow: 0 1px 6px 2px rgb(0 0 0 / 40%);
  z-index: 1030;
}

.mob-action ul {
  display: flex;
  flex-direction: row;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  justify-content: space-around;
  align-items: center;
}

.mobile-view {
  display: none;
} 

.ola_uber_mobile {
  padding: 0 10px;
  height: 35px;
  bottom: 0;
  left: 0;
  color: #fff !important;
  text-align: center;
  box-shadow: 2px 3px 15px 0px #100f0f;
  z-index: 100;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  text-shadow: none;
  font-size: 15px;
  font-weight: 500;
  background-color: #528e34;
  cursor: pointer;
} 

/*------------------------media screen for mobile view----------------------*/
@media (max-width: 1200px) {
  .mobile-view {
    display: block;
  } 
}



