

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Buginese&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.hero__content--shape {
  left: -200px;
  bottom: 200px;
}
.section--padding{
  padding: 50px 0px;
}

.hero__section--bg5 {
  background-position: center center !important;
  background-size: cover !important;
}
.header__section {
  position: absolute;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 999;
  width: 100%;
}
.main__logo--img img {
  display: none !important;
}
.hero__section5--container {
  padding-bottom: 3rem;
}
.header__sticky.sticky .main__logo--img img {
  display: flex !important;
}
.advance__search--filter__box {
  width: 380px;
}
@media (max-width: 575px){
  .advance__search--filter__box {
    width: 100%;
  }
}
.advance__search--box__items {
  margin-bottom: 10px;
}
.advance__search--input__label {
  margin-bottom: 3px;
  font-family: "Roboto", serif;
  font-weight: normal;
  font-size: 16px;
}
.advance__search--input__field {
  height: auto;
  padding: 10px;
  font-family: "Roboto", serif;
  font-weight: normal;
  font-size: 16px;
}

/* modal  */
.quick-contact-form .widget__step {
  padding: 0px;
  border: none;
}

.quick-contact-form .modal-body {
  padding: 2rem 3rem 0px;
  height: auto;
}

.quick-contact-form .widget__step--title {
  margin: 0;
}

.quick-contact-form .modal-header {
  padding: 2rem 3rem;
}

.quick-contact-form .modal-footer {
  border: none;
}

.widget__form--input__field {
  padding: 1rem 1rem;
}

.quick-contact-form{
    background-color: rgba(0, 0, 0, 0.758);
}

/* modal  */
.about__content--listing__desc{
    font-size: 17px;
    margin-top: 5px;
}
.about__content--listing__items{
    margin-bottom: 0px;
    align-items: center;
    line-height: 1;
    gap: 0;
    margin-bottom: 15px;
}
.about-con-icon{
  background-color: rgb(192, 255, 192);
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  margin-right: 5px
}
.about-con-icon img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.about__section--style5{
  background-color: aliceblue;
}
.amenities__box{
  background-position: center center !important;
  background-size: cover !important;
}
.amenities__box .amenities__title{
  font-size: 25px;
  color: #fff;
  text-shadow: #000 0px 0px 1px;
}
.building__amenities--section{
  background-color: azure;
}
.amenities__count--number{
  color: #8eb3ff;
}
.amenities__icone span {
  background: #ffffff38;
}
.amenities__box:nth-child(1){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/clube-house.webp');
}
.amenities__box:nth-child(2){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/swiming-pool.webp');

}
.amenities__box:nth-child(3){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/security-service-cctv.webp');
}
.amenities__box:nth-child(4){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/cctv-windfields-newtown.webp');
}
.amenities__box:nth-child(5){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/children-play-area.webp');
}

.amenities__box:nth-child(6){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/power-backup.webp');
}
.amenities__box:nth-child(7){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/gymnasium.webp');
}
.amenities__box:nth-child(8){
  background: 
  linear-gradient(to right, #000000b9, #00000000),
  url('../../frontend_assets/website_assets/img/banquet-hall.webp');
}
.amenities__box:nth-child(1):hover{
  background-color: rgb(77, 43, 42);
}
.amenities__box:nth-child(2):hover{
  background-color: rgb(82, 82, 49);
}
.amenities__box:nth-child(3):hover{
  background-color: rgb(72, 91, 48);
}
.amenities__box:nth-child(4):hover{
  background-color: rgb(45, 83, 77);
}
.amenities__box:nth-child(5):hover{
  background-color: rgb(47, 83, 77);
}
.amenities__box:nth-child(6):hover{
  background-color: rgb(52, 57, 93);
}
.amenities__box:nth-child(7):hover{
  background-color: rgb(45, 62, 81);
}
.amenities__box:nth-child(8):hover{
  background-color: rgb(90, 51, 87);
}



.property__type--icon {
  background: rgba(221, 255, 221, 0);
  height: auto;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: none;
  border-radius: 0px;
  position: none;
}
.property__type--icon img{
  height: 250px;
  width: 100%;
}
.property__type--title{
  font-size: 20px;
  margin-top: 6px;
}

.property__type--content{
  color: #000;
  text-align: left;

  font-weight: normal;
  padding-top: 0rem;
}
.property__type--box{
  padding: 10px;
  box-shadow:  #2f2f2f 0px 0px 1px 2px;
}
.property__type--box .property__type--title{
  font-size: 25px;
  margin-top: 15px; 
}
.property__type--subtitle{
  color: #000;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 10px;
}
.property__type--section{
  background-color: whitesmoke;
}
.property__type--section.style2{
  padding: 10px 0px;
}
.internal__gallery--section{
  background-color: #f0ffe5;
}
.property__type--inner-fi > .property__type--box:nth-child(1){
  background-color: #044548;
}
.property__type--inner-fi > .property__type--box:nth-child(1) .property__type--title{
  color: #0ed8e2;
}
.property__type--inner-fi > .property__type--box:nth-child(1) .property__type--subtitle{
  color: #ffffff;
}
/* ================= */
.property__type--inner-fi > .property__type--box:nth-child(2){
  background-color: #45811f;
}
.property__type--inner-fi > .property__type--box:nth-child(2) .property__type--title{
  color: #acff78;
}
.property__type--inner-fi > .property__type--box:nth-child(2) .property__type--subtitle{
  color: #ffffff;
}
/* ================= */
.property__type--inner-fi > .property__type--box:nth-child(3){
  background-color: #001452;
}
.property__type--inner-fi > .property__type--box:nth-child(3) .property__type--title{
  color: #afc3ff;
}
.property__type--inner-fi > .property__type--box:nth-child(3) .property__type--subtitle{
  color: #ffffff;
}
/* ================= */
.property__type--inner-fi > .property__type--box:nth-child(4){
  background-color: #5b005e;
}
.property__type--inner-fi > .property__type--box:nth-child(4) .property__type--title{
  color: #f100f8;
}
.property__type--inner-fi > .property__type--box:nth-child(4) .property__type--subtitle{
  color: #ffffff;
}

/* ================= */
.property__type--inner-se > .property__type--box:nth-child(1){
  background-color: #8e2400;
}
.property__type--inner-se > .property__type--box:nth-child(1) .property__type--title{
  color: #ff5e5e;
}
.property__type--inner-se > .property__type--box:nth-child(1) .property__type--subtitle{
  color: #ffffff;
}
/* ================= */
.property__type--inner-se > .property__type--box:nth-child(2){
  background-color: #0b4800;
}
.property__type--inner-se > .property__type--box:nth-child(2) .property__type--title{
  color: #56ff34;
}
.property__type--inner-se > .property__type--box:nth-child(2) .property__type--subtitle{
  color: #ffffff;
}
/* ================= */
.property__type--inner-se > .property__type--box:nth-child(3){
  background-color: #001452;
}
.property__type--inner-se > .property__type--box:nth-child(3) .property__type--title{
  color: #698fff;
}
.property__type--inner-se > .property__type--box:nth-child(3) .property__type--subtitle{
  color: #ffffff;
}

.windfields-map-section{
  padding: 10px 0px 0px;
}
.windfields-map-section iframe{
  border-radius: 10px;
}
.video-section-main .bideo__play {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translatey(-50%) translatex(-50%);
  transition: var(--transition);
}
.video-section-main .card{
  border: none;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0 2px #4858ff;
}
.video-section-main .about__thumbnail {
  width: 100%;
  padding-bottom: 0rem;
}
.video-section-main .about__thumbnail--list{
  width: 100%;
}
.video-section-main .about__thumbnail--list img{
  width: 100%;
}
.video-section-main .card-body{
  padding: 0px 10px 10px;
}
.video-section-main .card-text{
  padding: 5px 0px 0px;
}
.contact__property--content{
  padding: 0px !important;
}
.section__heading--desc{
  color: #000;
}
.section__heading--desc a{
  color: #000;
}
.section__heading--desc a:hover{
  color: rgb(45, 120, 251);
}

.property-main a{
  color: rgb(45, 120, 251);
}

.property-main .para-text a{
  color: #000;
}
.property-main .para-text a:hover{
  color: rgb(45, 120, 251);
}

.left-right-description-section img{
  width: 100%;
  height: 100%;
}
.left-right-description-section{
  padding: 0;
  margin: 0;
  background: linear-gradient(45deg, #ffdfdf8f, #dcfbff7a);
  border-radius: 10px;
  box-shadow: 0px 0px 3px #d4d4d4;
  overflow: hidden;
  margin: 20px 0px;
}

.description-text-section{
  padding: 30px;
}


/* FAQ  */



  .accordion {
      border-bottom: 0.1rem solid var(--color-border);
      padding-bottom: 0;
      margin-bottom: 0;
  }
  
  .accordion__header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      cursor: pointer;
  } 
  
  .accordion__icon {
      background-color: var(--color-primary);
      font-size: 15px;
      display: inline-block;
      width: 2.2rem;
      height: 2.2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      color: green;
      flex-shrink: 0;
  }
  
  .accordion__question{
      font-size: var(--fs-md);
      font-weight: var(--fw-medium);
      color: var(--color-title);
  }
  
  .accordion__answer{
      padding: 2rem 0;
  }
  
  .accordion__content{
      overflow: hidden;
      height: 0;
      transition: var(--transition);
  }
  


  /* Responsive design for smaller screens */
  /* @media (max-width: 768px) {
      .container_accordian {
          flex-direction: column; 
      }

      .left-div, .right-div {
          max-width: 100%;
      }
  } */
  
  @media (max-width: 768px) {
      .container_accordian {
          flex-direction: column; /* Stacks elements vertically */
      }
  
      .left_side,
      .right_side {
          flex: 1 1 100%; /* Takes full width on smaller screens */
          max-width: 100%;
      }
  
      .accordion__header {
          font-size: 14px; /* Adjust text size */
      }
  
      .accordion__content p {
          font-size: 13px; /* Smaller text size for readability */
      }
  }
  
  
  .categories__section{
      padding-top: 50px;
      padding-bottom: 0px;
  }

  a {
    color: #fff;
  }
  
  a:hover {
    text-decoration: none;
    color: rgb(226, 243, 255);
  }