/* header page style Start */
 .logo-size-5 {
    width: 140px;
    height: 53px;
  }

  .nav-link-color-h{
    color: #112e4e !important;
  }
  .text-button-En-col{
    color:#fff !important;
  }

  /* From Uiverse.io by Smit-Prajapati */ 
.orange {
  color: #3fa956;
}

.form-container {
  max-width: 700px;
  margin: 30px;
  background-color: #fff;
  padding: 30px;
  border-left: 5px solid #3fa956;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.heading {
  display: block;
  color:  #112e4e;
  font-size: 23px;
  font-weight: 800;

}

.form-container .form .input {
  color: #87a4b6;
  width: 100%;
  background-color: #fff;
  border: 1.9px solid #3fa956;
  outline: none;
  padding: 10px;
      border-left: 5px solid #3fa956;
 
  /* font-weight: bold; */
  transition: all 0.2s ease-in-out;
  /* border-left: 1px solid transparent; */
}

.form-container .form .input:focus {
  border-left: 5px solid #3fa956;
}

.form-container .form .textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  background-color: #fff;
  border:1.9px solid #3fa956;
  color: #3fa956;
  /* font-weight: bold; */
 
      border-left: 5px solid #3fa956;
 
  /* border-left: 1px solid transparent; */
  transition: all 0.2s ease-in-out;
}

.form-container .form .textarea:focus {
  border-left: 5px solid #3fa956;
}

.form-container .form .button-container {
  display: flex;
  gap: 10px;
}

.form-container .form .button-container .send-button {
  flex-basis: 70%;
  background: #3fa956;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

.form-container .form .button-container .send-button:hover {
  background: transparent;
  border: 1px solid #3fa956;
  color: #3fa956;
}

.form-container .form .button-container .reset-button-container {
  filter: drop-shadow(1px 1px 0px #3fa956);
  flex-basis: 30%;
}

.form-container .form .button-container .reset-button-container .reset-button {
  position: relative;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  background: #001925;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  transition: all 0.2s ease-in-out;
}

.form-container .form .button-container .reset-button-container .reset-button:hover {
  background: #3fa956;
  color: #fff;
}

/* pop up form Start */

.popup-form {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  align-items: center;
  justify-content: center;
}
.popup-form.show {
  display: flex;
}

.form {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr!important;

}
.close-btn {
  position: absolute;
  top: -12px;   /* Top-right corner inside the form */
  right: -12px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  background-color: rgb(124, 112, 112);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.close-btn:hover {
  background-color: rgb(59, 52, 52);
  color: #000;
}

.popup-btn {
  position: fixed;
  bottom: 220px;
  right: 20px;
  background-color: #112e4e;
  color: #fff;
  padding: 12px 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
}
.popup-btn:hover {
  background-color: #0b1d33;
}
/* pop up form End */

/* header page style End */

/* home page style Start */
.btn-tex-col {
  color: #fff;
}

.font-ss {
  font-size: 13px;
}

.custom-bullet-listtt {
  list-style: none;
  padding-left: 0;
  max-width: 700px;
}

.custom-bullet-listtt li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #535c62;
}

.custom-bullet-listtt li::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  /* for vertical alignment */
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 41C20.5 29.6782 11.3218 20.5 0 20.5C11.3218 20.5 20.5 11.3218 20.5 0C20.5 11.3218 29.6782 20.5 41 20.5C29.6782 20.5 20.5 29.6782 20.5 41Z' fill='%23112e4e'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}


.icon-heading-row {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Adjust spacing between icon and heading */
}

.icon {
  width: 32px;
  /* Adjust icon size as needed */
  height: auto;
}

.section-heading {
  font-size: 1.2rem;
  margin: 0;
}



.section-heading {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
}

.content-wrapper {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.column {
  flex: 1;
  min-width: 150px;
}

.paragraph {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}



.bullet-wrapper {
  display: flex;
  justify-content: center;
  text-align: left;
}

.custom-bullet-list {
  list-style-type: none;
  padding-left: 0;
  max-width: 700px;
}

.custom-bullet-list li {
  position: relative;
  padding-left: 28px;
  /* Adjusted for SVG size */
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  color: #fff;
}

.custom-bullet-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 41C20.5 29.6782 11.3218 20.5 0 20.5C11.3218 20.5 20.5 11.3218 20.5 0C20.5 11.3218 29.6782 20.5 41 20.5C29.6782 20.5 20.5 29.6782 20.5 41Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.st-col-w {
  color: #fff;
}

.font-font-ss {
  font-size: 20px !important;
}

/* home page style End */


/* About page style Start */
.bullet-two-column {
  display: flex;
  gap: 3rem;
  /* space between columns */
  flex-wrap: wrap;
}

@media only screen and (max-width:717px) {
  .bullet-two-column {
    display: block;
    gap: 0;
    flex-wrap: wrap;
  }
}

/* About page style End */


/* Investor page style Start */
  @media only screen and (max-width: 991px) {
      .hide-on-mobile {
        display: none !important;
      }

      .show-on-mobile {
        display: block !important;
      }
    }

    @media only screen and (min-width: 992px) {
      .show-on-mobile {
        display: none !important;
      }
    }

    .mobile-form-heading h4,
    .mobile-form-description p {
      font-size: 16px;
      line-height: 1.6;
    }

.content-box-size {
  max-height: 500px;
  height: 390px;
}

.text-deco {
  text-decoration: none;
}

.grid-2-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media (max-width: 991px) {
  .grid-2-columns {
    grid-template-columns: 1fr;
  }
}

/* Investor page style End */

/* Channel Partner Style Start */
  @media only screen and (max-width: 500px) {
    .channel-partner-dd {
      display: none;
    }
  }
/* Channel Partner Style Start */

/* property management style start */
  @media only screen and (max-width: 991px) {
    .hide-on-mobile {
      display: none !important;
    }
  }
/* property management style End */


/* footer style Start */

        .logo-container {
  background-color: white;      /* White background */
  display: inline-block;        /* Wraps tightly around the image */
  padding: 10px;                /* Optional: space around the image */
  border-radius: 0px;           /* Optional: slightly rounded corners */
  box-shadow: 0 0 5px rgba(0,0,0,0.1); /* Optional: soft shadow */
  margin-bottom: 10px;
}

    

        .foot-font-s5{
          font-size:14px !important;
        }
   


  .social-m-color-hover {
    transition: filter 0.3s ease !important;
  }

  .social-m-color-hover:hover {
    filter: hue-rotate(100deg) saturate(5) !important; /* Simulates green tint */
  }



        .icon-heading {
          display: flex;
          align-items: center;
          gap: 10px;
          font-size: 16px;
          font-weight: bold;
          color: #fff;
          /* Adjust as needed */
        }

        .icon-heading i {
          font-size: 18px !important;
          color: #fff;
          /* Match or contrast the text color */
        }


        .icon-row {
          display: flex;
          align-items: flex-start;
          gap: 10px;
          margin-top: 8px;
        }

        .icon-row i {
          font-size: 18px;
          margin-top: 4px;
          color: #fff;
          /* Adjust icon color as needed */
        }

        .link-footer {
          text-decoration: none;
          color: #fff;
          /* Adjust text color */
          font-size: 14px;
          line-height: 1.6;
        }


/* Floating Enquiry Button style Start */

.enquiry-float {
  position: fixed;
  bottom: 200px; /* Above call button */
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #3fa956; /* Your brand color */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 1000;
  box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);  transition: transform 0.3s ease;
  text-decoration: none;
}

.enquiry-float:hover {
  transform: scale(1.1);
  background-color:#3fa956; /* Slightly darker on hover */
}


  .logo-foot-size-5 {
    width: 200px;
    height: 75px;
    margin-bottom: 0px;
  }

  .foot-content-56 {
    margin-bottom: 15px;
  }


/* Floating Enquiry Button style End */


/* Floating Call Button style Start */

.call-float {
  position: fixed;
  bottom: 140px; /* Adjust above WhatsApp */
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #3fa956;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 1000;
  box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253); /* ✅ 2px shadow-style border */
  transition: transform 0.3s ease;
  text-decoration: none;
}

.call-float:hover {
  transform: scale(1.1);
  background-color: #3fa956;
}


/* Floating Call Button style End */

/* Floating WhatsApp Button style Start */

  .whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #3fa956;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 1000;
    box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253); /* ✅ 2px shadow-style border */
    transition: transform 0.3s ease;
    text-decoration: none;
  }

  .whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #3fa956;
    color: #fff;
  }
  .fa-fa-size{
    font-size: 28px;
  }

/* Floating WhatsApp Button style End */


/* Floating Scroll Button style Start */
  #scrollUpBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #3fa956;
    color: white;
    width: 40px;
    height: 40px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253); /* ✅ 2px shadow-style border */
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #scrollUpBtn:hover {
    transform: scale(1.1);
    background-color: #3fa956;
    color: white;
  }

/* Floating Scroll Button style End */


/* footer style Start */