body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

.carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}


/* Default background images for desktop */
.carousel-item:nth-child(1) {
  background-image: url('image/E-BROCHURE-SONI-PARK-SOUTH-2_pages-to-jpg-0013-scaled.webp');
}
.carousel-item:nth-child(2) {
  background-image: url('image/E-BROCHURE-SONI-PARK-SOUTH-2_pages-to-jpg-0014-scaled-e1703432591101.webp');
}


/* Mobile-specific background images */
 @media (max-width: 768px) {
  /*.carousel-item:nth-child(1) {*/
  /*  background-image: url('image/WhatsApp\ Image\ 2025-01-11\ at\ 15.55.51_29e588f8.jpg');*/
  /*  height: 100vh !important;*/
  /*}*/
  /*.carousel-item:nth-child(2) {*/
  /*  background-image: url('image/WhatsApp\ Image\ 2025-01-11\ at\ 15.55.51_d881be0d.jpg');*/
  /*  height: 100vh !important;*/
  /*}*/
  .carousel-item {
  height: 50vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
 
}

.form-overlay {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  border:0px;
  width: 100%;
} 

.form-overlay h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.form-overlay .form-group {
  margin-bottom: 15px;
}

.form-overlay .form-group label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.form-overlay .form-group input,
.form-overlay .form-group select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-overlay .submit-btn {
  background-color: #27391c;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.form-overlay .submit-btn:hover {
  background-color: #27391c;
}

@media (max-width: 768px) {
  .form-overlay {
    right: 5%;
    max-width: 50%;
    /*visibility: hidden;*/
  }
  .we-promise{
      display:grid;
       grid-template-columns: auto auto ;
  }
  .we-promise img{
      height:50px;
  }

 

}

@media only screen and (max-width: 600px) {
  .container-fluid1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* Stack buttons vertically */
  }

  .col-12 {
    width: 50%;
    /* Full width on mobile */
    margin-bottom: 10px;
    /* Space between buttons */
    /* height: 50px; Increase button height for better touch area */

  }

  .col-12 p b {
    font-size: 0.8rem;
    margin-bottom: 0px;
  }
}

.container1 {
  text-align: center;
  padding: 20px;
  background-image: url('image/4.jpg');
  background-repeat: no-repeat;
  background-size: cover;

}

.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.card1 {
  background: linear-gradient(to top, #fff, #f5f5f5);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  width: 250px;
  /* background-image: url('image/4.jpg'); */
  transition: transform 0.3s ease;
}

.card1:hover {
  transform: translateY(-5px);
}

.card1 h3 {
  font-size: 18px;
  margin: 0;
  color: #333;
}

.card1 p {
  font-size: 16px;
  margin: 10px 0;
  color: #666;
}

.card1 button {
  background-color: #622a1d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.card1 button:hover {
  background-color: #8a3c28;
}

@media (max-width: 768px) {
  .card1 {
      width: 100%;
      max-width: 300px;
  }
}


/* amenities */

.igte {
  height: 50px;
  width: 50px;
  display: block;
  margin: auto;
}
.pady {
  padding: 60px 40px;
  font-family: "Gentium Plus", serif;
}

.slider1 {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto;
}

.slide-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* Width dynamically calculated based on the number of slides */
  width: calc(100% * 8); /* Update this according to the number of slides */
}

.slide1{
  min-width: 33.33%; /* Each slide occupies 33.33% of the parent container by default */
  padding: 10px;
  box-sizing: border-box;
}

.slide1 .card {
  padding: 10px;
  height: 100%; /* Make sure cards have the same height */
  text-align: center;
  display: flex;
  justify-content: center;
  background: none;
  box-shadow: none;
  align-items: center;
  border-radius: 5px;
  /* border: 2px solid #04944D!important; */
  color: #fff;
  font-size: 1.1rem;
  border: none;
}

.slide1 .card img {
  height: 250px;
  width: 100%;
  object-fit: cover; /* Ensure images maintain aspect ratio */
  border-radius: 10px;
}

.slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.slider-nav button {
  padding: 10px 20px;
  background-color: #04944D;
  border: none;
  color: white;
  cursor: pointer;
  margin: 0 10px;
}

.slider-nav button:hover {
  background-color: #04944D;
}
.tb img{
  height: 250px;
  width:auto;
  display:black;
  margin:auto;
}
.tb{
  background:none;
  border:none;
}


/* Responsive Styles */
@media (max-width: 768px) {
  .slide1 {
    min-width: 50%; /* Show 2 items per view on smaller screens */
  }
  .slide1 .card img {
    height: 200px; /* Reduce height for smaller screens */
    width: 100%;
  }
  .modal-content{
      width:100% !important;

    }
    .model-body{
      padding-left: 10px !important;
    }
    .tb img{
      height: 170px!important;
      width:350px;
    }
    .pady {
      padding: 10px !important;
    }

    iframe{
      height: 150px!important;
    }

    .modal-content{
      width:100% !important;

    }
    .model-body{
      padding-left: 10px !important;
    }

    .row1>* {
      padding-right: 0px;
      margin-left: 0px;
      padding-left: 0px!important;
    width: 95%;
    }
    
     .pady{
        padding:10px!important;
    }

    /* .row>* {
      padding-right: 0px;
      margin-left: 10px;
      padding-left: 50px!important;
    width: 95%;
    } */
  

    /* .row>* {
      padding-right: 0px;
      margin-left: 10px;
      padding-left: 50px!important;
    width: 95%;
    } */
  
}

@media (max-width: 480px) {
  .slide1  {
    min-width: 100%; /* Show 1 item per view on mobile screens */
  }
  .slide1 .card img {
    height: 150px; /* Adjust height further on smaller screens */
  }
  .modal-content{
      width:100%;

    }
    .tb img{
      height: 170px!important;
      width:300px;
    }
}
.btn2 {
  width: 200px;
  background-color: #D6AC84;
  color: rgb(40, 31, 31);
  border-radius: 20px;
  font-weight: 500;
  display: block;
  margin: auto;

} 


    /* Client Carousel Container */
    .client-carousel {
      /* background: white; */
      /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125); */
      height: 210px;
      margin: auto;
      /* padding:30px; */
      overflow: hidden;
      position: relative;
      width: 100%;
    }

    .client-carousel::before,
    .client-carousel::after {
      /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
      content: "";
      height: 220px;
      position: absolute;
      width: 200px;
      z-index: 2;
    }

    .modal-content{
      width:120%;

    }

    .client-carousel::after {
      right: 0;
      top: 0;
      transform: rotateZ(180deg);
    }

    .client-carousel::before {
      left: 0;
      top: 0;
    }

    .client-slide-track {
      animation: scroll 40s linear infinite;
      display: flex;
      width: calc(200px * 7); /* Update this width based on the number of slides */
    }

    .modal-body{
      padding-left: 15px;
      margin-left: 2px;
    }
    .client-slide {
      height: 130px;
    
      width: 100%;
      /* padding: 10px; */
      align-items: center;
      display: flex;
      justify-content: center;
      /* border: 2px solid blue; */
      margin: 20px;
    }

    .client-slide img {
      height: 80px;
      width: auto;
      max-height: 100%;
    }

    @keyframes scroll {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(calc(-250px * 7));
      }
    }

    /* Animation Styles */
    .fade-in {
      opacity: 0;
      animation: fadeIn 2s forwards;
    }

    @keyframes fadeIn {
      0% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
    }

    .slide-in {
      transform: translateX(-100%);
      opacity: 0;
      animation: slideIn 1.5s forwards;
    }

    @keyframes slideIn {
      0% {
          transform: translateX(-100%);
          opacity: 0;
      }
      100% {
          transform: translateX(0);
          opacity: 1;
      }
    }


    .proximity-list {
      padding: 20px;
    }
    .proximity-list li {
      margin-bottom: 10px;
      font-size: 1rem;
      list-style: none;
    }
    .checkmark {
      color: green;
      margin-right: 5px;
    }



    /* amenities */

   /* Client Carousel Container */
   .client-carousel {
    background: none;
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125); */
    height: 180px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .client-carousel::before,
  .client-carousel::after {
    /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    content: "";
    height: 220px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }

  .modal-content {
    margin-top: 20%;
    width: 100%;

  }

  .client-carousel::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }

  .client-carousel::before {
    left: 0;
    top: 0;
  }

  .client-slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(230px * 21);
    /* Update this width based on the number of slides */
  }

  .modal-body {
    padding-left: 15px;
    margin-left: 2px;
  }

  .client-slide {
    height: 130px;
    width: 100%;
    padding: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    /* border: 3px solid rgba(71, 27, 44, 0.9); */
    margin: 20px;
  }

  .client-slide img {
    height: 80px;
    width: auto;
    max-height: 100%;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-250px * 7));
    }
  }

  /* Animation Styles */
  .fade-in {
    opacity: 0;
    animation: fadeIn 2s forwards;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .slide-in {
    transform: translateX(-100%);
    opacity: 0;
    animation: slideIn 1.5s forwards;
  }

  @keyframes slideIn {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }

    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }



  .accordion {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  .accordion-item {
    border-bottom: 1px solid #ddd;
  }

  .accordion-header {
    padding: 13px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto Slab", serif;
  }

  .accordion-header:hover {
    background-color: #f5f5f5;
  }

  .accordion-content {
    padding: 15px;
    display: none;
    font-size: 16px;
  }

  .accordion-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
  }

  .accordion-content ul li {
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
  }

  .accordion-header.active .toggle-icon {
    transform: rotate(0deg);
  }

  .toggle-icon {
    font-size: 18px;
    transition: transform 0.2s;
  }


  iframe {
    height: 300px;
  }


.social-btns {
  margin: auto;
  font-size: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-btns .amebox {
  display: inline-block;
  background-color:#27391c;
  width: 130px;
  height: 130px;
  /* line-height: 90px; */
  text-align: center;
  margin: 30px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  border-radius: 40px 5px;
  box-shadow: 2px -1px 11px 1px rgb(0 0 0 / 46%);
  opacity: 0.99;
}

.social-btns .amebox:before,
.social-btns .amebox i {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .amebox:before {
  top: 90%;
  left: -110%;
}

.social-btns .amebox i {
  transform: scale(0.8);
}

.social-btns .amebox:before {
  background-color: #fff;
}

.social-btns .amebox i {
  color: #27391c;
}

.social-btns .amebox:focus:before,
.social-btns .amebox:hover:before {
  top: -10%;
  left: -10%;
}

.social-btns .amebox:focus i,
.social-btns .amebox:hover i {
  color: #fff;
  transform: scale(1);
}

.social-btns .amebox:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}

.social-btns .amebox img {
  position: relative;
  z-index: 999;
  /* vertical-align: middle; */
  display: block;
  width: 80px !important;
  display: block;
  filter: brightness(0) invert(1);
  line-height: 136px;
  margin: 25px auto;
}

.social-btns .ame-tit {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  height: 25px;
  margin: 20px 0px 30px;
  /* font-family: "MESSINASANS"; */
}



.social-btns .amebox:hover img {
  filter: brightness(0.5);
}

.social-btns .ame-tit1 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0px 30px;
  line-height: 28px;
}

.social-btns .ame-tit1:after {
  content: " ";
  border-left: none;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #27391c;
}

.nav-link {
  color: #f3f3f3;
}



/* location */

.accordion {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  padding: 13px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto Slab", serif;
}

.accordion-header:hover {
  background-color: #f5f5f5;
}

.accordion-content {
  padding: 15px;
  display: none;
  font-size: 16px;
}

.accordion-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.accordion-content ul li {
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
}

.accordion-header.active .toggle-icon {
  transform: rotate(0deg);
}

.toggle-icon {
  font-size: 18px;
  transition: transform 0.2s;
}


iframe{
  height: 300px;
}
