:root {
  --secondary: #707070;
  --light: #fcfbf9;
  --warning: #f4f0ea;
  --dark: #212111;
  --white: #fff;
  --black: #000;
  --blue: #60707a;
  --danger: #ff3636;
  --blue-50: #d9d8d8;
  --success: #cbddaa;
  --noto-sans-ff: "Noto Sans", sans-serif;
}

body {
  color: var(--dark);
  font-size: 16px;
  font-family: var(--noto-sans-ff);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1190px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1640px;
  }
}

.inner-shadow {
  box-shadow: 0 -2px 6px 0px rgba(0, 0, 0, 0.16) inset;
}

.home-design-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 0.45rem;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
}
.home-design-slider .slick-dots li {
  border: 1px solid var(--white);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-design-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: var(--white);
  border-radius: 50%;
}
.home-design-slider .slick-dots li.slick-active {
  border-color: var(--dark);
}
.home-design-slider .slick-dots li.slick-active button {
  background: var(--dark);
}

.HPS .house-list {
  color: var(--black);
  text-transform: uppercase;
  font-size: 16px;
}
.HPS .house-list li {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .HPS .house-list {
    font-size: 14px;
  }
}

.MCS .slider-style .slider-range-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--secondary);
}
.MCS .slider-style .slider-range {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: var(--blue-50);
  height: 16px;
  border-radius: 3px;
  outline: none;
  margin-top: 11px;
}
.MCS .slider-style .slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 31px;
  height: 26px;
  background: var(--secondary);
  border-radius: 6px;
  cursor: pointer;
}
.MCS .slider-style .slider-range::-moz-range-thumb {
  width: 31px;
  height: 26px;
  background: var(--secondary);
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
.MCS .slider-style .title-style {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 5px;
  color: var(--dark);
}
@media (max-width: 768px) {
  .MCS .slider-style .title-style {
    font-size: 18px;
  }
}
.MCS .slider-style .select-value {
  font-size: 30px;
  font-weight: 500;
  color: var(--secondary);
  border: 1px solid var(--blue-50);
  min-width: 260px;
  max-width: 100%;
  padding: 14px 10px;
  display: inline-block;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
}
@media (max-width: 768px) {
  .MCS .slider-style .select-value {
    font-size: 22px;
  }
}
.MCS .toogle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.MCS .toogle-icon .toggle-button .peer:checked + .toggle-button-icon {
  background: var(--danger);
}
.MCS .toogle-icon .toggle-button .peer:checked + .toggle-button-icon::before {
  content: "ON";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 800;
  color: var(--white);
}
@media (max-width: 768px) {
  .MCS .toogle-icon .toggle-button .peer:checked + .toggle-button-icon::before {
    font-size: 12px;
  }
}
.MCS .toogle-icon .toggle-button .peer:checked + .toggle-button-icon::after {
  transform: translateX(36px);
  border-color: var(--white);
}
.MCS .toogle-icon .toggle-button .toggle-button-icon {
  width: 80px;
  height: 40px;
  background: #d9d8d8;
  border-radius: 27px;
  position: relative;
  transition: background 0.3s ease;
}
.MCS .toogle-icon .toggle-button .toggle-button-icon::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 32px;
  height: 32px;
  background: var(--warning);
  border: 1px solid #d1d5db;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.MCS .toogle-icon .toggle-text {
  font-size: 24px;
  font-weight: 300;
  color: var(--dark);
}
@media (max-width: 768px) {
  .MCS .toogle-icon .toggle-text {
    font-size: 18px;
  }
}
.MCS #land-info .ll-label {
  font-size: 24px;
  font-weight: 300;
  color: var(--dark);
  margin-bottom: 2px;
  display: block;
}
@media (max-width: 768px) {
  .MCS #land-info .ll-label {
    font-size: 18px;
  }
}
.MCS #land-info .select2-container--default .select2-selection--single {
  background-color: var(--blue-50);
  border: 2px solid var(--blue-50);
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  width: 100% !important;
}
.MCS #land-info .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--dark);
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  font-size: 14px;
  line-height: normal;
}
.MCS #land-info .select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
  float: none;
  font-size: 18px;
  z-index: 10;
}
.MCS #land-info .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 30px;
  top: 20px;
  width: 15px;
  height: 10px;
}
.MCS #land-info .select2-selection__placeholder {
  color: var(--dark);
}
.MCS #land-info .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--secondary) transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}
.MCS #land-info .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--secondary) transparent;
  border-width: 0 6px 6px 6px;
}
.MCS #land-info .select2-dropdown {
  background-color: var(--warning);
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.MCS #land-info .select2-results__option--highlighted[aria-selected] {
  background-color: var(--secondary) !important;
}
.MCS #land-info .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--warning);
}

.SFYS .five-solutions-boxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 1536px) {
  .SFYS .five-solutions-boxes {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .SFYS .five-solutions-boxes {
    gap: 20px;
  }
}
.SFYS .five-solutions-boxes .box-style {
  width: calc(20% - 60px);
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.26);
  aspect-ratio: 1/1;
  max-width: 100%;
}
@media (max-width: 1536px) {
  .SFYS .five-solutions-boxes .box-style {
    width: calc(20% - 40px);
  }
}
@media (max-width: 1280px) {
  .SFYS .five-solutions-boxes .box-style {
    width: calc(33.3333333333% - 40px);
  }
}
@media (max-width: 768px) {
  .SFYS .five-solutions-boxes .box-style {
    width: calc(50% - 20px);
  }
}
.SFYS .five-solutions-boxes .box-style .text-style {
  font-size: 24px;
}
@media (max-width: 1536px) {
  .SFYS .five-solutions-boxes .box-style .text-style {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .SFYS .five-solutions-boxes .box-style .text-style {
    font-size: 12px;
  }
}
.SFYS i {
  transition: transform 0.3s ease;
}
.SFYS .aspect-square:hover i {
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .FSS .headings-wrapper {
    position: absolute;
    z-index: 11;
    top: 30px;
  }
}
.FSS .heading-style {
  background-color: var(--warning);
  padding: 5px 30px;
  display: table;
  max-width: 127%;
  margin-right: -27%;
}
@media (min-width: 1024px) {
  .FSS .heading-style {
    margin-left: -250px;
  }
}
.FSS .heading-style h2 {
  color: var(--secondary);
  font-size: 80px;
  text-transform: uppercase;
}
@media (max-width: 1536px) {
  .FSS .heading-style h2 {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .FSS .heading-style h2 {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  .FSS .heading-style h2 {
    font-size: 30px;
  }
}
.FSS .sub-heading-style {
  background-color: var(--warning);
  padding: 5px 30px;
  display: table;
}
@media (min-width: 1024px) {
  .FSS .sub-heading-style {
    margin-left: -100px;
  }
}
@media (max-width: 1024px) {
  .FSS .sub-heading-style {
    margin-left: 65px;
  }
}
.FSS .sub-heading-style h3 {
  color: var(--secondary);
  font-size: 80px;
  font-weight: 100;
  text-transform: uppercase;
}
@media (max-width: 1536px) {
  .FSS .sub-heading-style h3 {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .FSS .sub-heading-style h3 {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  .FSS .sub-heading-style h3 {
    font-size: 30px;
  }
}
.FSS .sub-text-style {
  background-color: var(--danger);
  color: var(--white);
  padding: 5px 30px;
  display: table;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .FSS .sub-text-style {
    margin-left: 180px;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .FSS .sub-text-style {
    position: absolute;
    z-index: 11;
    top: 510px;
    right: 20px;
  }
}
@media (max-width: 640px) {
  .FSS .sub-text-style {
    font-size: 12px;
    top: 310px;
  }
}
@media (min-width: 1024px) {
  .FSS .fix-width {
    max-width: 590px !important;
    margin-left: 80px;
  }
}
.FSS .fix-width ul {
  text-align: left;
  padding-left: 30px;
}
.FSS .fix-width ul li {
  list-style: disc;
  list-style-position: outside;
  padding-left: 0;
}
.FSS .fix-width ul li::before {
  content: none;
}
.FSS .reverse-row {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .FSS .reverse-row .heading-style {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .FSS .reverse-row .sub-heading-style {
    margin-left: 230px;
  }
}
@media (min-width: 1024px) {
  .FSS .reverse-row .sub-text-style {
    margin-left: auto;
    margin-right: -200px;
  }
}
@media (min-width: 1024px) {
  .FSS .reverse-row .fix-width {
    max-width: 540px !important;
    z-index: 11;
    margin-left: auto;
    margin-right: 20px;
  }
}

.OHS .slick-prev,
.OHS .slick-next {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: transparent;
  border: none;
  color: #95cbf0;
  font-size: 2rem;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .OHS .slick-prev,
  .OHS .slick-next {
    display: none !important;
  }
}
.OHS .slick-prev {
  left: -15px;
}
.OHS .slick-next {
  right: -15px;
}
.OHS .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 0.45rem;
  padding-block: 30px;
}
@media (max-width: 640px) {
  .OHS .slick-dots {
    padding-bottom: 0;
  }
}
.OHS .slick-dots li {
  border: 1px solid var(--blue-50);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.OHS .slick-dots li button {
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: var(--blue-50);
  border-radius: 50%;
}
.OHS .slick-dots li.slick-active button {
  background: #0970b8;
}

.FAQS .faq-item {
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .FAQS .faq-item {
    min-height: 120px;
  }
}
.FAQS .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.FAQS .faq-item .faq-question i.toggle-arrow {
  transform: rotate(180deg);
}
.FAQS .faq-item .faq-question h3 {
  font-size: 24px;
  font-weight: 300;
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1024px) {
  .FAQS .faq-item .faq-question h3 {
    font-size: 18px;
  }
}
.FAQS .faq-item .faq-answer {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .FAQS .faq-item .faq-answer {
    font-size: 14px;
  }
}

.CSS {
  overflow: hidden;
}
.CSS .client-cards {
  display: flex;
  transition: 0.5s;
}
@media (max-width: 1280px) {
  .CSS .client-cards {
    padding-inline: 3px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .CSS .client-cards::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .CSS .client-cards.active-cards {
    overflow-x: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .CSS .client-cards.active-cards::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1024px) {
  .CSS .client-cards.active-cards {
    width: 100%;
    padding: 0 !important;
  }
}
.CSS .client-cards .client-card {
  width: calc(20% - 15px);
  border-radius: 30px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  margin: 9px;
  cursor: pointer;
  transition: 0.5s;
}
.CSS .client-cards .client-card.hide-block {
  display: none !important;
}
.CSS .client-cards .client-card:first-child {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .CSS .client-cards .client-card:first-child {
    margin-left: 10px;
  }
}
.CSS .client-cards .client-card:last-child {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .CSS .client-cards .client-card:last-child {
    margin-right: 10px;
  }
}
@media (max-width: 1280px) {
  .CSS .client-cards .client-card {
    width: calc(32.2580645161% - 15px);
    min-width: calc(32.2580645161% - 15px);
  }
}
@media (max-width: 1024px) {
  .CSS .client-cards .client-card {
    width: calc(47.619047619% - 15px);
    min-width: calc(47.619047619% - 15px);
  }
}
@media (max-width: 640px) {
  .CSS .client-cards .client-card {
    width: 85%;
    min-width: 85%;
  }
}
.CSS .client-cards .client-card .default-image .client-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 190px;
  transition: 0.5s;
}
.CSS .client-cards .client-card .hover-image {
  display: none;
}
.CSS .client-cards .client-card .hover-image .client-image {
  border-radius: 30px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .CSS .client-cards .client-card .hover-image .client-image {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.CSS .client-cards .client-card .content-box {
  padding: 30px;
}
@media (max-width: 1536px) {
  .CSS .client-cards .client-card .content-box {
    padding: 20px;
  }
}
.CSS .client-cards .client-card .content-box .title-style {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary);
}
.CSS .client-cards .client-card .content-box .name-style {
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  color: #a8a8a8;
}
.CSS .client-cards .client-card .content-box .desc-style {
  font-size: 16px;
  color: var(--secondary);
  margin-top: 8px;
}
.CSS .client-cards .client-card .content-box .hover-desc-styles {
  display: none;
}
.CSS .client-cards .client-card .content-box .read-more-btn {
  color: var(--success);
  font-size: 12px;
  margin-top: 12px;
  display: block;
}
.CSS .client-cards .client-card .content-box .read-more-btn.hidden {
  display: none !important;
}
.CSS .client-cards .client-card .content-box .go-back {
  display: none;
  cursor: pointer;
}
.CSS .client-cards .client-card.active-block {
  width: calc(100% - 10px) !important;
  margin-inline: 5px !important;
}
@media (max-width: 1024px) {
  .CSS .client-cards .client-card.active-block {
    width: 100% !important;
    margin-inline: 0 !important;
  }
}
.CSS .client-cards .client-card.active-block .content-col {
  width: 75% !important;
}
@media (max-width: 1536px) {
  .CSS .client-cards .client-card.active-block .content-col {
    width: 70% !important;
  }
}
@media (max-width: 640px) {
  .CSS .client-cards .client-card.active-block .content-col {
    width: 100% !important;
  }
}
.CSS .client-cards .client-card.active-block .content-box {
  padding: 30px;
}
@media (max-width: 1024px) {
  .CSS .client-cards .client-card.active-block .content-box {
    padding: 0;
  }
}
.CSS .client-cards .client-card.active-block .desc-style {
  display: none;
}
.CSS .client-cards .client-card.active-block .hover-desc-styles {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #807f7f;
}
@media (min-width: 1024px) {
  .CSS .client-cards .client-card.active-block .hover-desc-styles {
    margin-block: 35px;
  }
}
.CSS .client-cards .client-card.active-block .hover-desc-styles p {
  margin-bottom: 0;
}
.CSS .client-cards .client-card.active-block .title-style {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #707070;
}
@media (max-width: 991.99px) {
  .CSS .client-cards .client-card.active-block .title-style {
    font-size: 30px;
    line-height: 36px;
    padding-top: 30px !important;
  }
}
.CSS .client-cards .client-card.active-block .name-style {
  font-size: 25px;
  line-height: 30px;
  color: #d9d8d8;
  font-style: italic;
  font-weight: 500;
  margin-top: 17px;
}
@media (max-width: 991.99px) {
  .CSS .client-cards .client-card.active-block .name-style {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px !important;
  }
}
.CSS .client-cards .client-card.active-block .go-back {
  font-size: 12px;
  line-height: 15px;
  color: #0970b8;
  display: flex;
  align-items: center;
}
.CSS .client-cards .client-card.active-block .go-back .icon-size {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .CSS .client-cards .client-card.active-block .go-back {
    padding: 40px 30px;
  }
}
.CSS .client-cards .client-card.active-block .read-more-btn {
  display: none;
}
.CSS .client-cards .client-card.active-block .default-image {
  display: none;
}
.CSS .client-cards .client-card.active-block .hover-image {
  display: block;
}
@media (max-width: 1024px) {
  .CSS .client-cards .client-card.active-block .mob-padd {
    padding-inline: 30px !important;
  }
}
.CSS .cards-bullets {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
@media (min-width: 640px) {
  .CSS .cards-bullets.sm\:hidden {
    display: none !important;
  }
}
.CSS .cards-bullets .bullet {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: 1px solid #d9d8d8;
  padding: 2px;
  margin: 2px;
  border-radius: 50%;
}
.CSS .cards-bullets .bullet .inner {
  background-color: #d9d8d8;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.CSS .cards-bullets .bullet.active {
  border-color: #0970b8;
}
.CSS .cards-bullets .bullet.active .inner {
  background-color: #0970b8;
}

.TCS .inner-block {
  background-image: linear-gradient(to bottom, rgba(241, 242, 242, 0.5), rgba(255, 255, 255, 0.5));
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.16) inset;
  border-radius: 30px;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  padding: 30px 25px;
}
@media (max-width: 1536px) {
  .TCS .inner-block {
    padding: 20px 15px;
  }
}
.TCS .inner-block .builder-logo-block {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .TCS .inner-block .builder-logo-block {
    height: 70px;
  }
}
.TCS .inner-block .builder-logo-block .builder-logo {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.TCS .inner-block .x-number {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .TCS .inner-block .x-number {
    font-size: 18px;
    line-height: 21px;
  }
}
.TCS .inner-block .x-number small,
.TCS .inner-block .x-number .small {
  font-size: 25px;
}
@media (max-width: 991.98px) {
  .TCS .inner-block .x-number small,
  .TCS .inner-block .x-number .small {
    font-size: 13px;
  }
}
.TCS .inner-block .x-number.x-number-1 {
  color: #d6a61f;
}
.TCS .inner-block .x-number.x-number-2 {
  color: #005287;
}
.TCS .inner-block .x-number.x-number-3 {
  color: #d13730;
}
.TCS .inner-block .x-number.x-number-4 {
  color: #707070;
}
.TCS .inner-block .text-style {
  font-size: 28px;
  margin-bottom: 0;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .TCS .inner-block .text-style {
    font-size: 13px;
    line-height: 15px;
  }
}

footer .footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  list-style: none;
  justify-content: center;
}
footer .footer-list li::after {
  content: "|";
}
footer .footer-list li:last-child::after {
  content: "";
}/*# sourceMappingURL=styles.css.map */