@charset "UTF-8";

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Roman.woff2") format("woff2"), url("Avenir-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Medium.woff2") format("woff2"), url("../fonts/Avenir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Heavy.woff2") format("woff2"), url("../fonts/Avenir-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spectral";
  src: url("../fonts/Spectral-Medium.woff2") format("woff2"), url("../fonts/Spectral-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Optima nova LT Pro";
  src: url("../fonts/OptimaNovaLTPro-Medium.woff2") format("woff2"), url("../fonts/OptimaNovaLTPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

figure {
  margin: 0;
}

body {
  font-family: "Optima nova LT Pro", sans-serif;
  background: #fff;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

::-webkit-scrollbar {
  display: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
  line-height: normal;
}

/* Hide WebKit / Safari native video play/pause buttons and controls overlay */
video::-webkit-media-controls,
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

video {
  -webkit-appearance: none;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1390px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Optima nova LT Pro", sans-serif;
  margin: 0px;
}

.no-scroll {
  overflow: hidden;
}

.display_1 {
  color: #000;
  font-family: "Spectral", serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 112px;
  /* 116.667% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .display_1 {
    font-size: 44px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #16171d;
  font-family: "Optima nova LT Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-size: 60px;
  line-height: 66px;
  /* 110% */
  letter-spacing: 0.6px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0.24px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.16px;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

.p18,
.p18_bold,
.p16,
.p16_bold,
.p14,
.p14_bold {
  color: #5e5353;
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0;
}

.p18_blod {
  font-weight: 800;
}

.p16 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0;
}

.p16_bold {
  font-weight: 800;
}

.p14 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.p14_bold {
  font-weight: 800;
}

.desktop_img {
  display: block;
}

@media screen and (max-width: 767px) {
  .desktop_img {
    display: none;
  }
}

.mobile_img {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile_img {
    display: block;
  }
}

p {
  color: #5e5353;
  color: #5e5353;
  font-family: "Avenir", sans-serif;
}

.header {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1200;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header.active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.header.active .header_wrap .brand_logo_default {
  display: none !important;
}

.header.active .header_wrap .brand_logo_scrolled {
  display: block !important;
}

.header.active .header_wrap .burger_wrap {
  -webkit-filter: none;
  filter: none;
}

.header .header_wrap {
  padding: 30px 24px;
  border-radius: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header .header_wrap .brand_logo_scrolled {
  display: none !important;
}

.header .header_wrap .brand_logo_default {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .header .header_wrap {
    padding: 24px 24px;
  }
}

.header .header_wrap.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.header .header_wrap.active .brand_logo_default {
  display: none !important;
}

.header .header_wrap.active .brand_logo_scrolled {
  display: block !important;
}

.header .burger_wrap {
  width: 32px;
  height: 32px;
  background-image: url("../../assets/img/header/burger.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .header .burger_wrap {
    height: 24px;
    width: 24px;
  }
}

.header .header_details_wrap {
  position: absolute;
  top: 20px;
  right: 0;
  min-width: 400px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 24px;
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 2000;
}

@media screen and (max-width: 767px) {
  .header .header_details_wrap {
    min-width: 100%;
  }
}

.header .header_details_wrap.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header .header_details_wrap .header_menu_list {
  position: relative;
}

.header .header_details_wrap .header_menu_list .close {
  position: absolute;
  top: 0px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/header/x.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

.header .header_details_wrap .header_menu_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.header .header_details_wrap .header_menu_list ul li a {
  color: #000;
  font-family: "Optima nova LT Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}

.header .header_details_wrap .header_menu_list ul li a:hover {
  color: #B93D3B;
}

.footer_section {
  height: 770px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .footer_section {
    height: auto;
  }
}

.footer_section .footer_img_wrap {
  height: 100%;
}

.footer_section .footer_img_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer_section .footer_content_wrap {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 86px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap {
    top: 0px;
    bottom: auto;
  }
}

.footer_section .footer_content_wrap .footer_content_main {
  position: relative;
}

.footer_section .footer_content_wrap .footer_content_main .footer_logo_wraps {
  width: 100%;
  -webkit-transform: translateY(36px);
  transform: translateY(36px);
}

@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap .footer_content_main .footer_logo_wraps {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
}

.footer_section .footer_content_wrap .footer_content_main .footer_logo_wraps img {
  width: 100%;
}

.footer_section .footer_content_wrap .footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap .footer_content {
    gap: 24px;
  }
}

.footer_section .footer_content_wrap .footer_content .content_wrap {
  border-radius: 20px;
  background: #fff;
  padding: 64px 0 64px 48px;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap .footer_content .content_wrap {
    padding: 24px;
  }
}

.footer_section .footer_content_wrap .footer_content .content_wrap .footer_logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.footer_section .footer_content_wrap .footer_content .content_wrap .footer_logo_wrap img {
  width: 194px;
  height: 52px;
}

.footer_section .footer_content_wrap .footer_content .content_wrap .footer_logo_wrap h4 {
  color: #5e5353;
  max-width: 320px;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap .footer_content .content_wrap .footer_text_wrap {
    display: none;
  }
}

.footer_section .footer_content_wrap .footer_content .content_wrap .footer_text_wrap h4 {
  color: #5e5353;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 32px;
}

.footer_section .footer_content_wrap .footer_content .content_wrap .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-bottom: 30px;
}

.footer_section .footer_content_wrap .footer_content .content_wrap .contact a {
  color: #141619;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  display: block;
  position: relative;
}

.footer_section .footer_content_wrap .footer_content .content_wrap .contact a::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #141619;
}

.footer_section .footer_content_wrap .footer_content .content_wrap .contact a:last-child::before {
  display: none;
}

.footer_section .footer_content_wrap .quick_list_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.footer_section .footer_content_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 24px;
}

@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}

.footer_section .footer_content_wrap ul li a {
  color: #141619;
  font-size: 14px;
  font-family: Avenir, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.footer_section .footer_content_wrap address {
  color: #141619;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0px;
  padding-bottom: 20px;
  margin: 0px;
}

.footer_section .footer_content_wrap .social_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap .social_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer_section .footer_content_wrap .social_wrap li a {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #d5d6d0;
  background: #eef0ea;
  padding: 12px;
}

.footer_section .footer_content_wrap .social_wrap li a img {
  width: 16px;
  height: 16px;
}

.footer_section .footer_content_wrap .footer_mobile_wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer_section .footer_content_wrap .footer_mobile_wrap {
    display: block;
  }
}

.footer_section .accordion {
  border: none;
}

.footer_section .accordion .accordion-item {
  border: none;
}

.footer_section .accordion .accordion-item .accordion-header {
  border: none;
}

.footer_section .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #867e8e;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  border: none;
}

@media screen and (max-width: 767px) {
  .footer_section .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 0px;
  }
}

.footer_section .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../../assets/img/footer/plus.svg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
}

.footer_section .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer_section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  background-image: url("../../assets/img/footer/minus.svg");
}

.footer_section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #867e8e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .footer_section .accordion .accordion-item .accordion-body {
    padding: 4px 0px 0px 0px;
  }
}

.footer_section .footer_copy_right {
  position: relative;
}

.footer_section .footer_copy_right h4 {
  color: #fff;
  text-align: center;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.black_cta {
  border-radius: 2px;
  background: #16171d;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
}

.black_cta.gray_cta {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8.3000001907px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.black_cta.gray_cta .arrow {
  background-color: rgba(0, 0, 0, 0.4);
}

.black_cta span {
  color: #fff;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  /* 100% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.black_cta .arrow,
.black_cta .call {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.black_cta .arrow::after,
.black_cta .call::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 6px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: cover;
  background-position: center;
}

.black_cta .call::after {
  background-image: url("../../assets/img/home/call.svg");
}

.black_cta:hover .arrow,
.black_cta:hover .call {
  background: #b93d3b;
}

.red_cta {
  border-radius: 100px;
  background: #b93d3b;
  padding: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.red_cta span {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.faq_section,
.faq_page_section {
  background-color: #fffcee;
  padding-bottom: 64px;
}

@media screen and (max-width: 767px) {

  .faq_section,
  .faq_page_section {
    padding-bottom: 56px;
  }
}

.faq_section.product_listing_faq,
.faq_page_section.product_listing_faq {
  padding-block: 64px;
}

@media screen and (max-width: 767px) {

  .faq_section.product_listing_faq,
  .faq_page_section.product_listing_faq {
    padding-block: 56px;
  }
}

.faq_section.about_faq,
.faq_page_section.about_faq {
  padding-bottom: 40px;
}

.faq_section .faq_section_content,
.faq_page_section .faq_section_content {
  border-radius: 24px;
  background: #fff;
  padding: 64px 40px;
}

@media screen and (max-width: 991px) {

  .faq_section .faq_section_content,
  .faq_page_section .faq_section_content {
    padding: 56px 12px 12px 12px;
  }
}

.faq_section .faq_section_content .faq_wrap,
.faq_page_section .faq_section_content .faq_wrap {
  padding-top: 56px;
}

@media screen and (max-width: 991px) {

  .faq_section .faq_section_content .faq_wrap,
  .faq_page_section .faq_section_content .faq_wrap {
    padding-top: 40px;
  }
}

.faq_section .accordion,
.faq_page_section .accordion {
  border: none;
}

.faq_section .accordion .accordion-item,
.faq_page_section .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.faq_section .accordion .accordion-item:last-child,
.faq_page_section .accordion .accordion-item:last-child {
  border-bottom: none;
}

.faq_section .accordion .accordion-item .accordion-header .accordion-button,
.faq_page_section .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  padding-left: 56px;
}

@media screen and (max-width: 767px) {

  .faq_section .accordion .accordion-item .accordion-header .accordion-button,
  .faq_page_section .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 42px;
  }
}

.faq_section .accordion .accordion-item .accordion-header .accordion-button:focus,
.faq_page_section .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq_section .accordion .accordion-item .accordion-header .accordion-button::after,
.faq_page_section .accordion .accordion-item .accordion-header .accordion-button::after {
  margin: 0;
  position: absolute;
  left: 16px;
  background-image: url("../../assets/img/faq/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 32px;
  width: 32px;
}

@media screen and (max-width: 767px) {

  .faq_section .accordion .accordion-item .accordion-header .accordion-button::after,
  .faq_page_section .accordion .accordion-item .accordion-header .accordion-button::after {
    left: 0px;
    top: 16px;
  }
}

.faq_section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed),
.faq_page_section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq_section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after,
.faq_page_section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("../../assets/img/faq/cross.svg");
}

.faq_section .accordion .accordion-item .accordion-collapse,
.faq_page_section .accordion .accordion-item .accordion-collapse {
  padding-left: 36px;
}

@media screen and (max-width: 767px) {

  .faq_section .accordion .accordion-item .accordion-collapse,
  .faq_page_section .accordion .accordion-item .accordion-collapse {
    padding-left: 0px;
  }
}

.faq_section .accordion .accordion-item .accordion-collapse .accordion-body,
.faq_page_section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {

  .faq_section .accordion .accordion-item .accordion-collapse .accordion-body,
  .faq_page_section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0px 0px 20px 42px;
  }
}

.faq_section .accordion .accordion-item .accordion-collapse .accordion-body p,
.faq_page_section .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #5e5353;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}

.faq_page_section {
  padding-block: 40px 64px;
  background-color: #fff;
}

.unveiling_section {
  padding: 64px 0;
  background: #fffcee;
}

.unveiling_section .unveiling_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 56px;
}

@media screen and (max-width: 767px) {
  .unveiling_section .unveiling_title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

.unveiling_section .unveiling_title_wrap h2 {
  max-width: 420px;
}

@media screen and (max-width: 767px) {
  .unveiling_section .unveiling_title_wrap h2 {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
  }
}

.unveiling_section .unveiling_title_wrap p {
  max-width: 540px;
}

@media screen and (max-width: 767px) {
  .unveiling_section .unveiling_title_wrap p {
    max-width: 100%;
    text-align: center;
  }
}

.unveiling_section .unveiling_wrap {
  padding-top: 56px;
}

.unveiling_section .unveiling_wrap .unveiling_card {
  padding: 20px 40px 40px 40px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  border-left: 1px solid #ffde55;
}

@media screen and (max-width: 767px) {
  .unveiling_section .unveiling_wrap .unveiling_card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
  }
}

.unveiling_section .unveiling_wrap .unveiling_card h4 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .unveiling_section .unveiling_wrap .unveiling_card h4 {
    max-width: 220px;
  }
}

.unveiling_section .unveiling_wrap .unveiling_card img {
  height: 72px;
  width: 72px;
}

@media screen and (max-width: 767px) {
  .unveiling_section .unveiling_wrap .unveiling_card img {
    height: 52px;
    width: 52px;
  }
}

.testimonials_section {
  padding-block: 60px;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .testimonials_section {
    padding-block: 0px 60px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials_section.product_det_testimonials {
    padding-block: 56px;
  }
}

.testimonials_section .testimonials_sec_wrap {
  position: relative;
}

.testimonials_section .testimonials_wrap {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .testimonials_section .testimonials_wrap {
    padding-block: 20px 80px;
  }
}

.testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card {
  min-height: 566px;
  position: relative;
  padding-top: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card {
    min-height: auto;
  }
}

.testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 48px;
  background-image: url("../../assets/img/home/quote.svg");
  background-size: cover;
  background-position: center;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card::after {
    width: 40px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card iframe {
    width: 100%;
  }
}

.testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_designation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonials_section .testimonials_wrap .testimonials_swiper .swiper-wrapper .swiper-slide .testimonials_card .testimonials_designation video {
  max-width: 440px;
  height: 240px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.testimonials_section .testimonials_pagination {
  width: unset;
  left: 100px;
}

@media screen and (max-width: 767px) {
  .testimonials_section .testimonials_pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.testimonials_section .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #fff;
  border: 2px solid #5e5353;
  opacity: 0.3;
}

.testimonials_section .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b93d3b;
  border: 2px solid #b93d3b;
}

.testimonials_section .swiper-button-next,
.testimonials_section .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #000;
  top: unset;
  bottom: 0;
}

.testimonials_section .swiper-button-next::after,
.testimonials_section .swiper-button-prev::after {
  content: "";
  height: 14px;
  width: 16px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: cover;
  background-position: center;
}

.testimonials_section .swiper-button-next:hover,
.testimonials_section .swiper-button-prev:hover {
  background-color: #b93d3b;
}

.testimonials_section .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.testimonials_section .swiper-button-next {
  right: unset;
  left: 260px;
}

@media screen and (max-width: 767px) {
  .testimonials_section .swiper-button-next {
    right: 10px;
    left: unset;
  }
}

.insights_section {
  padding-block: 60px;
  background: #fffcee;
}

@media screen and (max-width: 767px) {
  .insights_section {
    padding-block: 40px;
  }
}

.insights_section .insights_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .insights_section .insights_title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

.insights_section .insights_title_wrap h2 {
  max-width: 340px;
}

.insights_section .insights_des_wrap {
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.insights_section .insights_cards_wrap {
  padding-top: 120px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .insights_section .insights_cards_wrap {
    padding-block: 40px;
  }
}

.insights_section .insights_cards_wrap .insights_card_wrap {
  margin-bottom: 24px;
}

.insights_section .insights_cards_wrap .insights_card_wrap .insights_card {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  padding: 2px;
  border: 4px solid #fffcee;
}

.insights_section .insights_cards_wrap .insights_card_wrap .insights_card::before {
  position: absolute;
  content: "";
  z-index: 2;
  left: 0;
  top: 0;
  background-image: url("../../assets/img/home/insight-normal-new.png");
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card::before {
    display: none;
  }
}

.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_image {
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card:hover::before {
    background-image: url("../../assets/img/home/insights-hover.png");
  }

  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card:hover .insights_card_content .insights_date {
    color: #fff;
  }

  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card:hover .insights_card_content .des_wrap p {
    color: #fff;
  }

  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card:hover .insights_card_content .des_wrap .arrow {
    background-image: url("../../assets/img/icons/white-arrow.svg");
  }
}

.insights_section .insights_cards_wrap .insights_card_wrap .insights_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 24px 16px 16px 24px;
}

@media screen and (max-width: 1200px) {
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content {
    padding: 16px 12px 12px 12px;
  }
}

@media screen and (max-width: 767px) {
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content {
    padding: 12px 8px 9px 0px;
    position: relative;
  }
}

.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content p {
  margin: 0;
}

.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content .insights_date {
  color: #ccb244;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}

.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content .des_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 1200px) {
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content .des_wrap {
    gap: 4px;
  }
}

.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content .des_wrap .insights_text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px;
  color: #16171D;
}

@media screen and (max-width: 767px) {
  .insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content .des_wrap .insights_text {
    max-width: 280px;
  }
}

.insights_section .insights_cards_wrap .insights_card_wrap .insights_card .insights_card_content .des_wrap .arrow {
  width: 32px;
  height: 32px;
  background-image: url("../../assets/img/icons/gold-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.insights_section .insights_cards_wrap .insights_pagination {
  width: unset;
  left: 100px;
}

@media screen and (min-width: 991px) {
  .insights_section .insights_cards_wrap .insights_pagination {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .insights_section .insights_cards_wrap .insights_pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.insights_section .insights_cards_wrap .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #fff;
  border: 2px solid #5e5353;
  opacity: 0.3;
}

@media screen and (min-width: 991px) {
  .insights_section .insights_cards_wrap .swiper-pagination-bullet {
    display: none;
  }
}

.insights_section .insights_cards_wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b93d3b;
  border: 2px solid #b93d3b;
}

.insights_section .insights_cards_wrap .swiper-button-next,
.insights_section .insights_cards_wrap .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #000;
  top: unset;
  bottom: 0;
}

@media screen and (min-width: 991px) {

  .insights_section .insights_cards_wrap .swiper-button-next,
  .insights_section .insights_cards_wrap .swiper-button-prev {
    display: none;
  }
}

.insights_section .insights_cards_wrap .swiper-button-next::after,
.insights_section .insights_cards_wrap .swiper-button-prev::after {
  content: "";
  height: 14px;
  width: 16px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: cover;
  background-position: center;
}

.insights_section .insights_cards_wrap .swiper-button-next:hover,
.insights_section .insights_cards_wrap .swiper-button-prev:hover {
  background-color: #b93d3b;
}

.insights_section .insights_cards_wrap .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.insights_section .insights_cards_wrap .swiper-button-next {
  right: unset;
  left: 260px;
}

@media screen and (max-width: 767px) {
  .insights_section .insights_cards_wrap .swiper-button-next {
    right: 10px;
    left: unset;
  }
}

.weare_section {
  padding-block: 40px 0px;
  background-color: #fff !important;
}

.weare_section .weare_wrap {
  padding-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.weare_section .weare_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 12px;
}

.weare_section .weare_wrap h2 {
  margin-bottom: 12px;
}

.weare_section .weare_wrap p {
  max-width: 800px;
  text-align: center;
  color: #5E5353;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .weare_section .weare_wrap p {
    font-size: 18px;
  }
}

.weare_section .weare_img_wrap {
  width: 100%;
  overflow: hidden;
}

.weare_section .weare_img_wrap img {
  width: 100%;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.weare_section .weare_img_wrap img.desktop_img {
  display: block;
}

@media screen and (max-width: 767px) {
  .weare_section .weare_img_wrap img.desktop_img {
    display: none;
  }
}

.weare_section .weare_img_wrap img.mobile_img {
  display: none;
}

@media screen and (max-width: 767px) {
  .weare_section .weare_img_wrap img.mobile_img {
    display: block;
  }
}

.numbers_wrap {
  border-radius: 20px;
  border: 1px solid #d5d6d0;
  overflow: hidden;
}

.numbers_wrap .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin: 0;
}

.numbers_wrap .row>[class*=col-] {
  padding: 0;
}

.numbers_wrap .row>[class*=col-] .numbers_card_wrap {
  padding: 24px;
  height: 100%;
  backdrop-filter: blur(12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .numbers_wrap .row>[class*=col-] .numbers_card_wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.numbers_wrap .row>[class*=col-] .numbers_card_wrap h3 {
  color: #94312f;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .numbers_wrap .row>[class*=col-] .numbers_card_wrap h3 {
    max-width: 100px;
  }
}

.numbers_wrap .row>[class*=col-] .numbers_card_wrap p {
  color: #5e5353;
  text-transform: uppercase;
}

.numbers_wrap .row>[class*=col-]:nth-child(1) .numbers_card_wrap {
  border-right: 1px solid #d5d6d0;
  border-bottom: 1px solid #d5d6d0;
}

.numbers_wrap .row>[class*=col-]:nth-child(2) .numbers_card_wrap {
  border-bottom: 1px solid #d5d6d0;
}

.numbers_wrap .row>[class*=col-]:nth-child(3) .numbers_card_wrap {
  border-right: 1px solid #d5d6d0;
}

@media screen and (min-width: 768px) {

  .numbers_wrap .row>[class*=col-]:nth-child(1) .numbers_card_wrap,
  .numbers_wrap .row>[class*=col-]:nth-child(2) .numbers_card_wrap,
  .numbers_wrap .row>[class*=col-]:nth-child(3) .numbers_card_wrap {
    border-right: 1px solid #d5d6d0;
    border-bottom: none;
  }

  .numbers_wrap .row>[class*=col-]:nth-child(4) .numbers_card_wrap {
    border-right: none;
    border-bottom: none;
  }
}

.connect_section {
  padding-block: 128px 60px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .connect_section {
    padding-block: 40px;
  }
}

.connect_section .connect_wrap {
  padding-top: 56px;
}

@media screen and (max-width: 767px) {
  .connect_section .connect_wrap {
    padding-top: 40px;
  }
}

.connect_section .form-group {
  margin-bottom: 24px;
  position: relative;
}

.connect_section .error-message {
  color: #d90026;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  bottom: -18px;
  left: 0;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  pointer-events: none;
  z-index: 2;
}

.connect_section .form-control.is-invalid {
  border-color: #d32f2f;
}

.connect_section .connect_contact_wrap {
  position: relative;
  height: 100%;
}

.connect_section .connect_img_wrap {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .connect_section .connect_img_wrap {
    padding-top: 40px;
  }
}

.connect_section .connect_img_wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .connect_section .connect_img_wrap iframe {
    height: 360px;
  }
}

.connect_section .connect_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.checkbox_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 10px;
}

.checkbox_group input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  cursor: pointer;
  accent-color: #d32f2f;
}

.checkbox_group label {
  color: #5e5353;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.modal-backdrop.show {
  opacity: 1 !important;
}

.thank_you_model {
  z-index: 1060;
}

.thank_you_model .modal-dialog {
  max-width: 760px;
  width: 90%;
  margin: 1.75rem auto;
}

@media screen and (max-width: 576px) {
  .thank_you_model .modal-dialog {
    margin: 1rem auto;
    max-width: 95%;
  }
}

.thank_you_model .modal-dialog .modal-content {
  border: none;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: url("../img/thank-you/thank-you-bg.webp") no-repeat center center;
  background-size: cover;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .thank_you_model .modal-dialog .modal-content {
    background: url("../img/thank-you/thank-you-mob.webp") no-repeat center center;
    background-size: cover;
  }
}

.thank_you_model .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 8px;
  border-radius: 50%;
  backdrop-filter: blur(4px);
}

.thank_you_model .modal-dialog .modal-content .btn-close:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.thank_you_model .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.thank_you_model .modal-dialog .modal-content .modal-body .thank_you_wrap {
  padding: 70px 30px 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thank_you_model .modal-dialog .modal-content .modal-body .thank_you_wrap {
    padding: 50px 20px 140px;
  }
}

.thank_you_model .modal-dialog .modal-content .modal-body .thank_you_wrap .thank_you_logo {
  margin-bottom: 24px;
}

.thank_you_model .modal-dialog .modal-content .modal-body .thank_you_wrap .thank_you_logo img {
  max-height: 48px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .thank_you_model .modal-dialog .modal-content .modal-body .thank_you_wrap .thank_you_logo img {
    max-height: 38px;
  }
}

.thank_you_model .modal-dialog .modal-content .modal-body .thank_you_wrap h2 {
  color: #231f20;
  font-family: "Optima nova LT Pro", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .thank_you_model .modal-dialog .modal-content .modal-body .thank_you_wrap h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
  }
}

.thank_you_model .modal-dialog .modal-content .modal-body .thank_you_wrap p {
  color: #534d4f;
  font-family: "Optima nova LT Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .thank_you_model .modal-dialog .modal-content .modal-body .thank_you_wrap p {
    font-size: 16px;
  }
}

.form-group {
  margin: 0 0 24px;
  position: relative;
  padding-bottom: 0;
}

.form-group .error-message {
  color: #d90026;
  font-family: "Instrument Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  bottom: -18px;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  pointer-events: none;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .form-group .error-message {
    font-size: 12px;
  }
}

.form-group .form-control {
  padding-block: 12px;
}

.form-group .form-control::-webkit-input-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.form-group .form-control::-moz-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.form-group .form-control:-ms-input-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.form-group .form-control::-ms-input-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.form-group .form-control::placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #94312F;
}

.form-group input[type=date] {
  padding-block: 9px;
}

.form-group input[type=date]::-webkit-input-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.form-group input[type=date]::-moz-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.form-group input[type=date]:-ms-input-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.form-group input[type=date]::-ms-input-placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.form-group input[type=date]::placeholder {
  color: #bcb6b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.form-group .phone-field .iti {
  display: block;
}

.form-group .phone-field .iti .iti__country-container .iti__selected-country {
  background-color: #e9eef4;
  padding-right: 8px;
}

.form-group .phone-field .iti .iti__country-container .iti__selected-country .iti__arrow {
  display: none;
}

.form-group .phone-field .iti .iti__country-container .iti__selected-country .iti__selected-dial-code {
  color: #222020;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.form-group .phone-field .iti .iti__country-container .iti__selected-country .iti__selected-dial-code::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid #98989a;
  -webkit-transform: rotate(45deg) translate(2px, 0px);
  transform: rotate(45deg) translate(2px, 0px);
  border-top: 0;
  border-left: 0;
}

.form-group .phone-field .iti .iti__tel-input {
  padding-left: 90px;
}

.form-group.checkbox {
  color: #151515;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.form-group.checkbox input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.form-group.checkbox input[type=checkbox]+label {
  position: relative;
  padding-left: 26px;
  display: inline-block;
  cursor: pointer;
}

.form-group.checkbox input[type=checkbox]+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 18px;
  width: 18px;
  -webkit-box-shadow: 0 0 0 1px #dedede inset;
  box-shadow: 0 0 0 1px #dedede inset;
  border: 1px solid #000;
  opacity: 0.3;
  border-radius: 3px;
}

.form-group.checkbox input[type=checkbox]+label::after {
  content: "";
  position: absolute;
  border: 2px solid #000;
  opacity: 0;
  border-top: 0;
  border-right: 0;
  width: 12px;
  height: 6px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  top: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-group.checkbox input[type=checkbox]:checked+label::after {
  opacity: 1;
}

.form-group.checkbox input[type=checkbox].error+label+.error-message {
  bottom: 0;
}

.form-group.checkbox input[type=checkbox].error+label+.error-message::before {
  opacity: 1;
}

.form-group.checkbox a {
  color: #0c3d61;
  text-decoration: underline;
  font-weight: 700;
}

.form-group.checkbox a:hover {
  text-decoration: none;
}

.form-group.checkbox.error .error-message {
  bottom: 0;
}

.form-group.error .form-control {
  border-color: #d90026;
}

.form-group.error .form_select .custom_dropdown {
  border-color: #d90026;
}

.form-group.error .error-message::before {
  opacity: 1;
}

label {
  color: #121010;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 1.4625rem */
  display: block;
  margin: 0 0 12px;
}

label span {
  color: #d90026;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

.banner_section {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner_section .banner_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner_section .banner_wrap::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 400px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 910px;
  background: var(--Brand-Accents-colors-Blue-95, #0c1018);
  -webkit-filter: blur(217px);
  filter: blur(217px);
}

.banner_section .banner_wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.banner_section .banner_wrap .banner_content {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  z-index: 20;
}

.banner_section .banner_wrap .banner_content h1 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .banner_section .banner_wrap .banner_content h1 {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
  }
}

.banner_section+* {
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 24px 24px 0 0;
  -webkit-box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.12);
  margin-top: -24px;
}

.banner_section~section,
.banner_section~div,
.banner_section~footer {
  position: relative;
  z-index: 10;
}

.contact_icons_wrap {
  position: fixed;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .contact_icons_wrap {
    right: 18px;
  }
}

.contact_icons_wrap img {
  height: 56px;
  width: 56px;
}

@media screen and (max-width: 767px) {
  .contact_icons_wrap img {
    height: 48px;
    width: 48px;
  }
}

.reeva_section {
  background-color: #fff !important;
}

@media screen and (max-width: 767px) {
  .reeva_section {
    padding-block: 54px;
  }
}

.reeva_section .reeva_content {
  position: relative;
  width: 100%;
}

.reeva_section .reeva_content .reeva_ban_img_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
}

.reeva_section .reeva_content .reeva_ban_img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.reeva_section .reeva_content .reeva_content_wrap {
  border-radius: 32px;
  padding: 40px 24px;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 220px;
}

@media screen and (max-width: 991px) {
  .reeva_section .reeva_content .reeva_content_wrap {
    padding: 56px 12px;
    gap: 200px;
  }
}

.reeva_section .reeva_content .reeva_content_wrap .reeva_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .reeva_section .reeva_content .reeva_content_wrap .reeva_img_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reeva_section .reeva_content .reeva_content_wrap .reeva_img_wrap img {
  max-width: 244px;
  height: 100px;
}

.reeva_section .reeva_content .reeva_content_wrap .reeva_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  padding-top: 32px;
}

@media screen and (max-width: 767px) {
  .reeva_section .reeva_content .reeva_content_wrap .reeva_text_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-top: 40px;
  }
}

.reeva_section .reeva_content .reeva_content_wrap .reeva_text_wrap h2 {
  max-width: 494px;
  color: #fff;
}

.reeva_section .reeva_content .reeva_content_wrap .reeva_text_wrap p {
  max-width: 600px;
  color: #fff;
}

.projects_section {
  padding-block: 64px;
  background-color: #fff !important;
}

@media screen and (max-width: 767px) {
  .projects_section {
    padding-block: 32px 0px;
  }
}

.projects_section .project_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .projects_section .project_title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.projects_section .project_title_wrap p {
  max-width: 560px;
}

@media screen and (max-width: 767px) {
  .projects_section .project_title_wrap p {
    max-width: 100%;
  }
}

.projects_section .projects_content_wrap {
  padding-top: 24px;
}

.projects_section .projects_content_wrap .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border: none;
}

.projects_section .projects_content_wrap .nav .nav-item .nav-link {
  border: 1px solid #e5e4e7;
  color: #5e5353;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  background: #fff;
  padding: 12px;
  border-radius: 0px;
}

.projects_section .projects_content_wrap .nav .nav-item .nav-link.active {
  background: #b93d3b;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  text-transform: uppercase;
  padding: 12px;
}

@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .nav .nav-item .nav-link.active {
    line-height: 100%;
  }
}

.projects_section .projects_content_wrap .tab-content .tab-pane {
  padding-top: 56px;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card {
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card {
    margin-bottom: 0px;
  }
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card.coming_soon .project_image img {
  -webkit-filter: blur(11.5px);
  filter: blur(11.5px);
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card.coming_soon .card_content {
  min-height: unset !important;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card.coming_soon .card_content .left_content {
  width: 100%;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card.coming_soon .card_content .left_content {
    gap: 12px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card.coming_soon .card_content .left_content .card_title_wrap {
  max-width: 400px !important;
}

@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card.coming_soon .card_content .left_content .card_title_wrap .address_wrap {
    width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card img {
  width: 100%;
  height: 100%;
  max-height: 648px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image {
  position: relative;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url("../../assets/img/home/project-vector.svg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 6;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image .project_top_vector {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/home/project-top-vector.svg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image .project_logo {
  position: absolute;
  top: 60px;
  right: 44px;
  z-index: 20;
}

@media screen and (max-width: 1200px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image .project_logo {
    top: 24px;
    right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image .project_logo {
    top: 24px;
    right: 16px;
  }

  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .project_image .project_logo img {
    height: 52px;
    width: 94px;
  }
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  width: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
}

@media screen and (max-width: 1200px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0px;
    position: relative;
    gap: 12px;
    -webkit-transform: translateY(-52px);
    transform: translateY(-52px);
  }
}

@media screen and (max-width: 991px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .black_cta {
    margin-right: 12px;
  }
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
  padding: 16px;
  width: 100%;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content {
    min-height: 220px;
  }
}

@media screen and (max-width: 991px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 0 20px 20px;
    background: rgba(0, 0, 0, 0.8);
  }
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .card_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 296px;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .card_title_wrap h4 {
  color: #fff;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .card_title_wrap p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
  padding-block: 8px;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .card_title_wrap .address_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .card_title_wrap .address_wrap img {
  height: 20px;
  width: 20px;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .card_title_wrap .address_wrap p {
  color: #fff;
  padding: 0px;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .price_wrap {
  position: relative;
  padding-top: 12px;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .price_wrap::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: #e5e4e7;
  opacity: 0.2;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .left_content .price_wrap span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content {
  border-radius: 12px;
  padding: 12px;
  border: 1px solid rgba(229, 228, 231, 0.2);
  max-width: 280px;
  background: -webkit-gradient(linear, right top, left top, color-stop(3.07%, rgba(0, 0, 0, 0.3)), color-stop(96.93%, rgba(102, 102, 102, 0.3)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 3.07%, rgba(102, 102, 102, 0.3) 96.93%);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content {
    max-width: 100%;
  }
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content ul li img {
  height: 20px;
  width: 20px;
}

.projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card .card_content_wrap .card_content .right_content ul li p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0;
  margin: 0;
}

@media screen and (min-width: 767px) {
  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .projects_section .projects_content_wrap .tab-content .tab-pane .projects_wrap .projects_main_card .projects_card:hover .project_image .project_top_vector {
    background-image: url("../../assets/img/home/project-top-vector-hover.svg");
  }
}

.help_drive_section {
  padding-block: 24px;
  position: relative;
  background-color: #fff;
}

.help_drive_section img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}

.help_drive_section .help_drive_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.help_drive_section .help_drive_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.help_drive_section .help_drive {
  position: relative;
}

.help_drive_section .help_drive_content_wrap {
  padding-block: 122px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .help_drive_section .help_drive_content_wrap {
    padding: 92px 24px;
  }
}

.help_drive_section .help_drive_content_wrap h2 {
  color: #fff;
  max-width: 680px;
  text-align: center;
}

.help_drive_section .help_drive_content_wrap p {
  color: #fff;
  max-width: 680px;
  text-align: center;
  padding-block: 12px 24px;
}

.common_ban_section {
  background-color: #fff;
}

.common_ban_section .common_ban {
  position: relative;
}

.common_ban_section .common_ban .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 740px;
}

@media screen and (max-width: 767px) {
  .common_ban_section .common_ban .img_wrap img {
    min-height: 616px;
  }
}

.common_ban_section .common_ban .common_ban_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 140px 24px 0px 24px;
}

@media screen and (max-width: 767px) {
  .common_ban_section .common_ban .common_ban_content {
    padding: 40px 8px 0px 8px;
  }
}

.common_ban_section .common_ban .common_ban_content h1,
.common_ban_section .common_ban .common_ban_content p {
  color: #fff;
}

.common_ban_section .common_ban .common_ban_content h1 {
  max-width: 660px;
}

@media screen and (max-width: 767px) {
  .common_ban_section .common_ban .common_ban_content h1 {
    margin-bottom: 24px;
    line-height: 120%;
  }
}

.common_ban_section .common_ban .common_ban_content p {
  max-width: 660px;
  padding-top: 14px;
}

@media screen and (max-width: 767px) {
  .common_ban_section .common_ban .common_ban_content p {
    padding: 0px;
  }
}

.common_ban_section .common_ban .common_ban_content .black_cta {
  margin-top: 24px;
}

.numbers {
  padding-block: 12px;
  background-color: #fff;
}

.awards_section {
  background-color: #fff;
  padding-block: 64px;
}

@media screen and (max-width: 767px) {
  .awards_section {
    padding-bottom: 56px;
  }
}

.awards_section h2 {
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .awards_section h2 {
    text-align: center;
    font-size: 20px;
  }
}

.awards_section .awards_wrap {
  padding-top: 24px;
}

.awards_section .awards_wrap .awards_swiper {
  position: relative;
}

.awards_section .awards_wrap .awards_swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.awards_section .awards_wrap .awards_swiper .swiper-wrapper .swiper-slide .awards_card {
  border-radius: 12px;
  background: #fafafa;
  padding: 32px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .awards_section .awards_wrap .awards_swiper .swiper-wrapper .swiper-slide .awards_card {
    height: 80px;
    padding: 6px;
  }
}

.awards_section .awards_wrap .awards_swiper .swiper-wrapper .swiper-slide .awards_card img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

@media screen and (max-width: 767px) {
  .awards_section .awards_wrap .awards_swiper .swiper-wrapper .swiper-slide .awards_card img {
    height: 50px;
  }
}

.awards_section .awards_wrap .awards_swiper .swiper-wrapper .swiper-slide .card_img {
  width: 100%;
  height: 100%;
}

.awards_section .awards_wrap .awards_swiper .swiper-wrapper .swiper-slide .card_img img {
  width: 100%;
}

.company_section {
  padding-block: 64px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .company_section {
    padding-block: 56px;
  }
}

.company_section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.company_section .company_title_wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 990px) {
  .company_section .company_title_wrap {
    display: contents;
  }
}

.company_section .company_title_wrap h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 990px) {
  .company_section .company_title_wrap h2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }
}

.company_section .company_wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .company_section .company_wrap {
    padding-top: 24px;
  }
}

.company_section .company_wrap::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 80px;
  background: url("../../assets/img/about-us/company-gd.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .company_section .company_wrap::before {
    width: 60px;
    background: url("../../assets/img/about-us/company-gd-mob.png");
    left: -10px;
  }
}

.company_section .company_wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 80px;
  background: url("../../assets/img/about-us/company-gd.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0;
  top: 0;
  z-index: 100;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .company_section .company_wrap::after {
    width: 60px;
    background: url("../../assets/img/about-us/company-gd-mob.png");
    left: -10px;
  }
}

.company_section .company_wrap .companysecond_swiper {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .company_section .company_wrap .companysecond_swiper {
    margin-top: 16px;
  }
}

.company_section .company_wrap .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.company_section .company_wrap .swiper-wrapper .swiper-slide {
  height: auto !important;
  width: 320px;
}

@media screen and (max-width: 991px) {
  .company_section .company_wrap .swiper-wrapper .swiper-slide {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .company_section .company_wrap .swiper-wrapper .swiper-slide {
    width: 200px;
  }
}

.company_section .company_wrap .swiper-wrapper .swiper-slide .card_img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.company_section .company_wrap .swiper-wrapper .swiper-slide .card_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.company_section .company_wrap .swiper-wrapper .swiper-slide .card_img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.company_section .company_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin: 0;
}

@media screen and (max-width: 990px) {
  .company_section .company_controls {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 24px auto 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.company_section .company_controls .company_prev,
.company_section .company_controls .company_next {
  position: static;
  margin: 0;
  width: 44px;
  height: 44px;
  background: #000000;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.company_section .company_controls .company_prev::after,
.company_section .company_controls .company_next::after {
  content: "";
  width: 16px;
  height: 14px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.company_section .company_controls .company_prev:hover,
.company_section .company_controls .company_next:hover {
  background-color: #b93d3b;
}

.company_section .company_controls .company_prev.swiper-button-disabled,
.company_section .company_controls .company_next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.company_section .company_controls .company_prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.company_section .company_controls .company_pagination {
  position: static;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
}

.company_section .company_controls .company_pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1.5px solid #b2b2b2;
  opacity: 1;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.company_section .company_controls .company_pagination .swiper-pagination-bullet-active {
  background: #b93d3b;
  border-color: #b93d3b;
}

.company_section .company_cta_wrap {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .company_section .company_cta_wrap {
    padding-top: 24px;
  }
}

.timeline__swiper__wrapper {
  background: #fff;
  padding: 80px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .timeline__swiper__wrapper {
    padding: 48px 0;
  }
}

.timeline__swiper__wrapper .swiper_progress_wrap {
  position: relative;
}

.timeline__swiper__wrapper .swiper_progress_wrap::before {
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #d5d6d0;
  position: absolute;
  z-index: 0;
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1400px) {
  .timeline__swiper__wrapper .swiper_progress_wrap::before {
    top: 46%;
  }
}

@media screen and (max-width: 1300px) {
  .timeline__swiper__wrapper .swiper_progress_wrap::before {
    top: 53%;
  }
}

@media screen and (max-width: 1024px) {
  .timeline__swiper__wrapper .swiper_progress_wrap::before {
    top: 47%;
  }
}

@media screen and (max-width: 767px) {
  .timeline__swiper__wrapper .swiper_progress_wrap::before {
    top: 53.5%;
  }
}

@media screen and (max-width: 320px) {
  .timeline__swiper__wrapper .swiper_progress_wrap::before {
    top: 51%;
  }
}

@media screen and (max-width: 767px) {
  .timeline__swiper__wrapper .swiper_progress_wrap h2 {
    font-size: 36px;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
  }
}

.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper {
  overflow: unset;
  width: 88vw;
  padding: 88px 40px 0 0;
}

@media screen and (min-width: 1441px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper {
    width: 100%;
  }
}

@media screen and (max-width: 1366px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper {
    width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper {
    width: 100%;
    padding: 20px 0 80px 0;
  }
}

.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide {
  max-width: 268px;
  position: relative;
}

.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f1d8d8;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
}

@media screen and (min-width: 1440px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide::before {
    top: 42px;
  }
}

@media screen and (max-width: 1400px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide::before {
    top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide::before {
    top: 54px;
  }
}

@media screen and (max-width: 767px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide::before {
    top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide {
    max-width: 202px;
  }
}

@media screen and (max-width: 991px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide .timeline_contents {
    padding: 0 16px;
  }
}

.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide .timeline_contents h3 {
  color: #5e5353;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: 0px;
  text-transform: uppercase;
  padding-bottom: 60px;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide .timeline_contents h3 {
    font-size: 24px;
  }
}

.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide .timeline_contents .timeline_content h4 {
  color: #16171d;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0px;
}

.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide .timeline_contents .timeline_content p {
  color: #5e5353;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0px;
}

.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .timeline_contents h3,
.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .timeline_contents h4 {
  color: #b93d3b;
}

.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  background: #b93d3b;
}

.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-pagination {
  display: none;
}

@media screen and (max-width: 991px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-pagination {
    display: block;
  }
}

.timeline__swiper__wrapper .swiper_progress_wrap .timelineSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #b93d3b;
}

.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-next,
.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #000;
  top: 6%;
  right: 11%;
  left: auto;
}

@media screen and (max-width: 991px) {

  .timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-next,
  .timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-next::after,
.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev::after {
  content: "";
  height: 14px;
  width: 16px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: cover;
  background-position: center;
}

.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-next:hover,
.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev:hover {
  background-color: #b93d3b;
}

.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev {
  right: 10%;
}

@media screen and (min-width: 1441px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev {
    right: 10%;
  }
}

@media screen and (max-width: 1400px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev {
    right: 8%;
  }
}

@media screen and (max-width: 991px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 44%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-next {
  right: 2%;
}

@media screen and (min-width: 1441px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-next {
    right: 6%;
  }
}

@media screen and (max-width: 1024px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-next {
    right: 12%;
  }
}

@media screen and (max-width: 991px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-next {
    top: auto;
    bottom: 0;
    left: 55%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .timeline__swiper__wrapper .swiper_progress_wrap .swiper-button-next {
    left: 60%;
  }
}

.contact_ban_section .img_wrap {
  width: 100%;
}

.contact_ban_section .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 400px;
}

.contact_ban_section .contact_ban_wrap {
  position: relative;
}

.contact_ban_section .contact_ban_wrap .contact_ban_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 140px 24px 80px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contact_ban_section .contact_ban_wrap .contact_ban_content {
    padding-bottom: 56px;
  }
}

.contact_ban_section .contact_ban_wrap .contact_ban_content h1 {
  color: #fff;
}

.property_enquiry,
.job_enquiry {
  background-color: #fff;
  padding-block: 24px;
}

.property_enquiry .property_wrap,
.job_enquiry .property_wrap {
  padding: 24px;
  border-radius: 20px;
  background: #fffcee;
}

@media screen and (max-width: 767px) {

  .property_enquiry .property_wrap,
  .job_enquiry .property_wrap {
    padding: 56px 12px;
  }
}

.property_enquiry .property_wrap .property_title_wrap,
.job_enquiry .property_wrap .property_title_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}

.property_enquiry .property_wrap .property_title_wrap h2,
.job_enquiry .property_wrap .property_title_wrap h2 {
  color: #16171d;
}

.property_enquiry .property_wrap .property_title_wrap p,
.job_enquiry .property_wrap .property_title_wrap p {
  max-width: 246px;
  color: #5e5353;
}

@media screen and (max-width: 767px) {

  .property_enquiry .property_cards_main,
  .job_enquiry .property_cards_main {
    padding-top: 40px;
  }
}

.property_enquiry .property_cards_main .row .col-md-4,
.job_enquiry .property_cards_main .row .col-md-4 {
  padding-left: 6px;
  padding-right: 6px;
}

.property_enquiry .property_cards_main .property_card_wrap,
.job_enquiry .property_cards_main .property_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.property_enquiry .property_cards_main .property_card_wrap .property_card,
.job_enquiry .property_cards_main .property_card_wrap .property_card {
  border-radius: 16px;
  border: 1px solid rgba(241, 243, 243, 0.4);
  background: #fff;
  backdrop-filter: blur(10px);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1200px) {

  .property_enquiry .property_cards_main .property_card_wrap .property_card,
  .job_enquiry .property_cards_main .property_card_wrap .property_card {
    padding: 6px;
  }
}

@media screen and (max-width: 991px) {

  .property_enquiry .property_cards_main .property_card_wrap .property_card,
  .job_enquiry .property_cards_main .property_card_wrap .property_card {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {

  .property_enquiry .property_cards_main .property_card_wrap .property_card,
  .job_enquiry .property_cards_main .property_card_wrap .property_card {
    margin-bottom: 12px;
  }
}

.property_enquiry .property_cards_main .property_card_wrap .property_card img,
.job_enquiry .property_cards_main .property_card_wrap .property_card img {
  height: 48px;
  width: 48px;
}

.property_enquiry .property_cards_main .property_card_wrap .property_card span,
.job_enquiry .property_cards_main .property_card_wrap .property_card span {
  color: #5e5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-block: 40px 8px;
}

.property_enquiry .property_cards_main .property_card_wrap .property_card a,
.job_enquiry .property_cards_main .property_card_wrap .property_card a {
  overflow: hidden;
  color: #16171d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.property_enquiry .property_cards_main .property_card_wrap .property_card .p14,
.job_enquiry .property_cards_main .property_card_wrap .property_card .p14 {
  color: #5e5353;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-top: 12px;
}

.property_enquiry .property_cards_main .property_card_wrap .property_card .p18,
.job_enquiry .property_cards_main .property_card_wrap .property_card .p18 {
  color: #102d26;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

.job_enquiry {
  padding-block: 50px 0px;
  background-color: #fffcee;
}

.contact_faq {
  padding-block: 64px;
}

.visit_section {
  padding-block: 64px;
  background-color: #fff;
}

.visit_section .visit_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 56px;
}

.visit_section .visit_title_wrap h2 {
  max-width: 560px;
  text-align: center;
  color: #16171d;
}

.visit_section .visit_title_wrap p {
  color: #5e5353;
}

@media screen and (max-width: 767px) {
  .visit_section .visit_title_wrap p {
    text-align: center;
    max-width: 190px;
    margin: 0 auto;
  }
}

.visit_section .visit_wrap {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #e5e4e7;
  background: #fafafa;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .visit_section .visit_wrap {
    padding: 12px;
  }
}

.visit_section .visit_wrap .maps_wrap {
  height: 100%;
  min-height: 450px;
}

@media screen and (max-width: 767px) {
  .visit_section .visit_wrap .maps_wrap {
    min-height: 420px;
    margin-bottom: 24px;
  }
}

.visit_section .visit_wrap .maps_wrap .map_card {
  display: none;
  height: 100%;
  width: 100%;
}

.visit_section .visit_wrap .maps_wrap .map_card.active {
  display: block;
  -webkit-animation: mapFadeIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation: mapFadeIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.visit_section .visit_wrap .maps_wrap .map_card iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  min-height: 450px;
}

@media screen and (max-width: 767px) {
  .visit_section .visit_wrap .maps_wrap .map_card iframe {
    min-height: 300px;
  }
}

.visit_section .visit_wrap .visit_content_list {
  padding-block: 32px;
}

.visit_section .visit_wrap .visit_content_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.visit_section .visit_wrap .visit_content_list ul .location_item {
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  border: 2px solid transparent;
}

.visit_section .visit_wrap .visit_content_list ul .location_item.active {
  border: 2px solid #ccb244;
}

.visit_section .visit_wrap .visit_content_list ul .location_item h4 {
  color: var(--Brand-Text-Primary, #16171d);
  font-family: "Optima nova LT Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: var(--Letter-Spacing-H4, 0);
  text-transform: uppercase;
}

.visit_section .visit_wrap .visit_content_list ul .location_item .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.visit_section .visit_wrap .visit_content_list ul .location_item .flex_wrap img {
  height: 20px;
  width: 20px;
}

.visit_section .visit_wrap .visit_content_list ul .location_item .flex_wrap p {
  color: #5e5353;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .visit_section .visit_wrap .visit_content_list ul .location_item .flex_wrap p {
    font-size: 14px;
    line-height: 20px;
    /* 150% */
  }
}

@-webkit-keyframes mapFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.98) translateY(10px);
    transform: scale(0.98) translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes mapFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.98) translateY(10px);
    transform: scale(0.98) translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

.maps_wrap {
  width: 100%;
  height: 550px;
  border-radius: 16px;
  overflow: hidden;
}

#map {
  width: 100%;
  height: 100%;
}

.location_item {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.location_item.active {
  background: #f4f4f4;
}

.contact_help_section {
  padding-block: 0px 64px;
}

@media screen and (max-width: 767px) {
  .contact_help_section {
    padding-block: 0px 56px;
  }
}

.hygiene_ban {
  width: 100%;
  position: relative;
}

.hygiene_ban .img_wrap {
  width: 100%;
}

.hygiene_ban .img_wrap img {
  width: 100%;
  border-radius: 0px;
}

.hygiene_ban .hygiene_ban_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 140px 24px 80px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .hygiene_ban .hygiene_ban_content {
    padding-bottom: 24px;
  }
}

.hygiene_ban .hygiene_ban_content h1 {
  color: #fff;
  text-align: center;
}

.hygiene_content {
  padding-block: 64px;
  background-color: #fff;
}

.hygiene_content .left_content h4,
.hygiene_content .left_content p {
  color: #5e5353;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

.hygiene_content .left_content p {
  font-weight: 400;
  padding-top: 12px;
}

.hygiene_content .right_content {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #e7eae9;
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .hygiene_content .right_content {
    padding-inline: 12px;
  }
}

.hygiene_content .right_content h2 {
  color: #16171d;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 180%;
  /* 28.8px */
}

.hygiene_content .right_content p,
.hygiene_content .right_content a {
  color: #5e5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0;
  padding-bottom: 12px;
  margin: 0px;
}

.hygiene_content .right_content a {
  padding-bottom: 0px;
  text-decoration: underline;
  color: #b93d3b;
}

.hygiene_content .right_content ul {
  padding-left: 20px;
}

.hygiene_content .right_content ul li {
  list-style: disc;
  color: #5e5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0;
}

.no_result_section {
  display: none;
  padding-block: 64px;
  background-color: #fff;
}

.no_result_section .no_result_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.no_result_section .no_result_wrap img {
  max-width: 260px;
}

.no_result_section .no_result_wrap h4 {
  padding-block: 24px 12px;
}

.blog_ban_section {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
  height: 440px;
}

@media screen and (max-width: 767px) {
  .blog_ban_section {
    height: 400px;
  }
}

.blog_ban_section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog_ban_section .blog_ban_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 140px 24px 80px 24px;
}

@media screen and (max-width: 767px) {
  .blog_ban_section .blog_ban_content {
    padding-bottom: 48px;
  }
}

.blog_ban_section .blog_ban_content h1 {
  color: #fff;
  text-align: center;
}

.blog_swiper_section {
  padding-block: 0px 60px;
  background: #f5f5f5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .blog_swiper_section {
    padding-block: 0px 20px;
  }
}

.blog_swiper_section .blog_ban_heading {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 240px;
  width: 100%;
  text-align: center;
}

.blog_swiper_section .blog_ban_heading h1 {
  color: #fff;
}

.blogs_swiper_buttons {
  position: absolute;
  top: 440px;
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}

.blogs_swiper_buttons .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
  height: 44px;
  /* match .category tag height */
}

.blogs_swiper_buttons .blogs_prev,
.blogs_swiper_buttons .blogs_pagination,
.blogs_swiper_buttons .blogs_next {
  pointer-events: auto;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  -webkit-transform: none;
  transform: none;
}

.blogs_swiper_buttons .blogs_prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.blogs_swiper_buttons .blogs_pagination {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .blogs_swiper_buttons {
    top: 284px;
  }

  .blogs_swiper_buttons .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }
}

.blog_swiper_section .blogs_sec_wrap {
  position: relative;
  padding-bottom: 24px;
}

.blog_swiper_section .blogs_wrap {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .blog_swiper_section .blogs_wrap {
    padding-block: 0px;
  }
}

.blog_swiper_section .blogs_wrap .blogs_swiper .swiper-wrapper .swiper-slide .blog_title_wrap {
  height: 100%;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .blog_swiper_section .blogs_wrap .blogs_swiper .swiper-wrapper .swiper-slide .blog_title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.blog_swiper_section .blogs_wrap .blogs_swiper .swiper-wrapper .swiper-slide .blog_title_wrap .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .blog_swiper_section .blogs_wrap .blogs_swiper .swiper-wrapper .swiper-slide .blog_title_wrap .flex_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.blog_swiper_section .blogs_wrap .blogs_swiper .swiper-wrapper .swiper-slide .blog_title_wrap h4 {
  color: #16171d;
  font-family: Avenir;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .blog_swiper_section .blogs_wrap .blogs_swiper .swiper-wrapper .swiper-slide .blog_title_wrap h4 {
    color: #16171d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    padding-block: 0px;
  }
}

.blog_swiper_section .blogs_wrap .blogs_swiper .swiper-wrapper .swiper-slide .blogs_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .blog_swiper_section .blogs_wrap .blogs_swiper .swiper-wrapper .swiper-slide .blogs_card {
    min-height: auto;
    padding-bottom: 32px;
  }
}

.blog_swiper_section .blogs_wrap .blogs_swiper .swiper-wrapper .swiper-slide .blogs_card h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #16171d;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 125% */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .blog_swiper_section .blogs_wrap .blogs_swiper .swiper-wrapper .swiper-slide .blogs_card h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.blog_swiper_section .blogs_wrap .blogs_swiper .swiper-wrapper .swiper-slide .blogs_card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}

.blog_swiper_section .blogs_wrap .blogs_swiper .swiper-wrapper .swiper-slide .blogs_card .blogs_designation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog_swiper_section .blogs_wrap .blogs_swiper .swiper-wrapper .swiper-slide .blogs_card .blogs_designation video {
  max-width: 440px;
  height: 240px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.blog_swiper_section .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #fff;
  border: 2px solid #5e5353;
  opacity: 0.3;
  cursor: pointer;
}

.blog_swiper_section .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b93d3b;
  border: 2px solid #b93d3b;
}

.blog_swiper_section .swiper-button-next,
.blog_swiper_section .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog_swiper_section .swiper-button-next::after,
.blog_swiper_section .swiper-button-prev::after {
  content: "";
  height: 14px;
  width: 16px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: cover;
  background-position: center;
}

.blog_swiper_section .swiper-button-next:hover,
.blog_swiper_section .swiper-button-prev:hover {
  background-color: #b93d3b;
}

.blogs_listing_section {
  background: #fff;
  padding-block: 64px;
}

@media screen and (max-width: 767px) {
  .blogs_listing_section .blogs_listing_search_wrap .blogs_title_wrap {
    padding-bottom: 24px;
  }
}

.blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form .search_wrap {
  position: relative;
  cursor: pointer;
}

.blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form .search_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-image: url("../../assets/img/blog-listing/search.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text] {
  border-radius: 64px;
  border: 1px solid #e5e4e7;
  background: #fff;
  height: 52px;
  padding: 24px 24px 24px 60px;
  width: 100%;
  position: relative;
  outline: none;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text]::-webkit-input-placeholder {
  color: #16171d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

.blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text]::-moz-placeholder {
  color: #16171d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

.blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text]:-ms-input-placeholder {
  color: #16171d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

.blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text]::-ms-input-placeholder {
  color: #16171d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

.blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text]::placeholder {
  color: #16171d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text]::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 150%;
  }

  .blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text]::-moz-placeholder {
    font-size: 16px;
    line-height: 150%;
  }

  .blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text]:-ms-input-placeholder {
    font-size: 16px;
    line-height: 150%;
  }

  .blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text]::-ms-input-placeholder {
    font-size: 16px;
    line-height: 150%;
  }

  .blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text]::placeholder {
    font-size: 16px;
    line-height: 150%;
  }
}

.blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text]:focus {
  border-color: #b93d3b;
  -webkit-box-shadow: 0 0 0 3px rgba(185, 61, 59, 0.1);
  box-shadow: 0 0 0 3px rgba(185, 61, 59, 0.1);
}

.blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text].error {
  border-color: #b93d3b;
  background-color: #fffaf9;
}

.blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form input[type=text].error:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(185, 61, 59, 0.15);
  box-shadow: 0 0 0 3px rgba(185, 61, 59, 0.15);
}

.blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form .error_message {
  display: block;
  color: #b93d3b;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  padding-left: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.blogs_listing_section .blogs_listing_search_wrap .blogs_search_main form .error_message.show {
  opacity: 1;
  max-height: 30px;
  margin-bottom: 8px;
}

.blogs_listing_section .blogs_listing_search_wrap .categories_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blogs_listing_section .blogs_listing_search_wrap .categories_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 24px;
  padding-left: 0;
  list-style: none;
}

@media screen and (max-width: 991px) {
  .blogs_listing_section .blogs_listing_search_wrap .categories_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.blogs_listing_section .blogs_listing_search_wrap .categories_list li {
  border-radius: 50px;
  border: 1px solid #e5e4e7;
  background: #fff;
  padding: 8px 24px;
  color: #5e5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .blogs_listing_section .blogs_listing_search_wrap .categories_list li {
    padding: 12px;
  }
}

.blogs_listing_section .blogs_listing_search_wrap .categories_list li:hover {
  border-color: #b93d3b;
  color: #b93d3b;
}

.blogs_listing_section .blogs_listing_search_wrap .categories_list li.active {
  border-color: #b93d3b;
  background: #b93d3b;
  color: #fff;
}

.blogs_listing_section .blogs_listing_search_wrap .categories_list li.active:hover {
  background: #a13533;
  border-color: #a13533;
}

.blogs_listing_section .blogs_listing_search_wrap .categories_list li.active .cross-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  cursor: pointer;
}

.blogs_listing_section .blogs_listing_search_wrap .categories_list li.active .cross-icon:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blogs_listing_section .blogs_listing_search_wrap .count_result {
  color: #5e5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0;
  padding-block: 56px 40px;
}

.blogs_listing_section .blogs_listing_cards {
  padding-top: 40px;
}

.blogs_listing_section .blogs_cards_pagination {
  padding-top: 16px;
}

.blogs_listing_section .blogs_cards_pagination nav .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 6px;
}

.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item .page-link {
  border-radius: 2px;
  border: 1px solid #d5d6d0;
  color: #d5d6d0;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  padding: 12px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item .page-link:hover {
  background: transparent;
}

.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item .page-link:focus {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item.disabled .page-link {
  opacity: 0.3;
  background-color: transparent;
}

.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item.dots_wrap .page-link {
  border: none;
}

.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item.active .page-link {
  border-radius: 2px;
  border: 1px solid #b93d3b;
  background: #f8eceb;
  color: #000;
}

.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item.previous .page-link,
.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item.next .page-link {
  border-radius: 2px;
  border: 1px solid #fff;
  background: #130606;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
}

.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item.previous .page-link img,
.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item.next .page-link img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item.previous .page-link:hover,
.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item.next .page-link:hover {
  background-color: #b93d3b;
}

.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item.previous .page-link:hover img,
.blogs_listing_section .blogs_cards_pagination nav .pagination .page-item.next .page-link:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.blog_card_main {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .blog_card_main {
    margin-bottom: 24px;
  }
}

.blog_card_main .blog_card {
  border-radius: 20px;
  border: 1px solid #d5d6d0;
  height: 100%;
  width: 100%;
  display: block;
}

.blog_card_main .blog_card .card_img_wrap {
  position: relative;
  max-height: 336px;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}

.blog_card_main .blog_card .card_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
  max-height: 336px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_card_main .blog_card .card_img_wrap .arrow_dot_wrap {
  position: absolute;
  top: 16px;
  right: 16px;
}

.blog_card_main .blog_card .card_img_wrap .arrow_dot_wrap .arrow_dot {
  position: relative;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_card_main .blog_card .card_img_wrap .arrow_dot_wrap .arrow_dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("../../assets/img/blog-listing/arrow-black.svg");
  background-size: cover;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.blog_card_main .blog_card .blog_card_content {
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.blog_card_main .blog_card .blog_card_content .tag {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  border: 1px solid #d5d6d0;
  background: #fff;
  padding: 12px;
  color: #5e5353;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.blog_card_main .blog_card .blog_card_content h4 {
  overflow: hidden;
  color: #16171d;
  text-overflow: ellipsis;
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .blog_card_main .blog_card .blog_card_content h4 {
    font-size: 18px;
  }
}

.blog_card_main .blog_card .blog_card_content p {
  color: #5e5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Spacing-B2, 24px);
  /* 150% */
  letter-spacing: var(--Letter-Spacing-B2, 0);
  margin: 0px;
}

.blog_card_main .blog_card .blog_card_content .blog_post_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_card_main .blog_card:hover .card_img_wrap img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog_card_main .blog_card:hover .card_img_wrap .arrow_dot_wrap .arrow_dot {
  height: 48px;
  width: 48px;
}

.blog_card_main .blog_card:hover .card_img_wrap .arrow_dot_wrap .arrow_dot::after {
  opacity: 1;
  height: 24px;
  width: 24px;
}

.timer {
  position: relative;
  display: block;
  color: #5e5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  padding-left: 26px;
}

.timer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-image: url("../../assets/img/blog-listing/timer.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.category {
  border-radius: 20px;
  border: 1px solid #d5d6d0;
  background: #fff;
  color: #5e5353;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 12px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.no_page_section {
  padding-block: 0px;
  position: relative;
}

.no_page_section .img_wrap {
  width: 100%;
}

.no_page_section .img_wrap img {
  width: 100%;
}

.no_page_section .no_page_content_wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.no_page_section .no_page_content_wrap .no_page_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.no_page_section .no_page_content_wrap .no_page_content img {
  max-width: 510px;
  width: 100%;
}

.no_page_section .no_page_content_wrap .no_page_content h2 {
  color: #5e5353;
  text-align: center;
  max-width: 500px;
  color: #5e5353;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  padding-top: 24px;
}

:root {
  --wheel-center-offset-x: 150px;
  --wheel-center-y: 50%;
  --image-radius: 600px;
  --text-radius: 600px;
  /* matched image radius for symmetry */
  --angle-step: 18deg;
  --wheel-rotation: 0deg;
}

@media screen and (max-width: 1199px) and (min-width: 830px) {
  :root {
    --wheel-center-offset-x: 130px;
    --image-radius: 500px;
    --text-radius: 500px;
    --angle-step: 18deg;
  }
}

@media screen and (max-width: 829px) {
  :root {
    --wheel-center-offset-x: 95px;
    --wheel-center-y: 66%;
    --image-radius: 230px;
    --text-radius: 230px;
    --angle-step: 24deg;
  }
}

.mobile_sticky_wrapper {
  display: block;
}

@media screen and (max-width: 829px) {
  .mobile_sticky_wrapper {
    position: relative;
    height: calc(100vh + 900px);
  }
}

.creating_section {
  background-color: #fff;
  position: relative;
  height: 800px;
  width: 100%;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 829px) {
  .creating_section {
    padding-top: 0;
    height: 100vh;
    position: sticky;
    top: 0;
  }
}

.creating_section.scroll_pin_container {
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 829px) {
  .creating_section.scroll_pin_container {
    height: 100vh;
    z-index: 1;
  }
}

.creating_section .sticky_viewport {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.creating_section .sticky_container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.creating_section .header_row {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #fff;
  z-index: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.creating_section .header_row h2 {
  margin-bottom: 16px;
}

@media screen and (max-width: 829px) {
  .creating_section .header_row {
    padding-top: 68px;
    padding-bottom: 8px;
  }

  .creating_section .header_row h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 4px;
  }

  .creating_section .header_row p {
    font-size: 14px;
    line-height: 18px;
  }
}

.creating_section .creating_content_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 829px) {
  .creating_section .creating_content_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

.creating_section .sustainability_wheel {
  position: absolute;
  width: 0;
  height: 0;
  will-change: transform;
}

.creating_section .sustainability_wheel.sustainability_wheel_left {
  left: calc(50% - var(--wheel-center-offset-x) - var(--image-radius));
  top: var(--wheel-center-y);
  -webkit-transform: translateY(-50%) rotate(var(--wheel-rotation));
  transform: translateY(-50%) rotate(var(--wheel-rotation));
}

.creating_section .sustainability_wheel.sustainability_wheel_right {
  right: calc(50% - var(--wheel-center-offset-x) - var(--text-radius));
  top: var(--wheel-center-y);
  -webkit-transform: translateY(-50%) rotate(var(--wheel-rotation));
  transform: translateY(-50%) rotate(var(--wheel-rotation));
}

@media screen and (max-width: 829px) {
  .creating_section .sustainability_wheel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
}

.creating_section .sustainability_item {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  -webkit-transform: rotate(calc(var(--index) * var(--angle-step)));
  transform: rotate(calc(var(--index) * var(--angle-step)));
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.creating_section .sustainability_item .image_holder {
  position: absolute;
  left: var(--image-radius);
  top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
  transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
  will-change: transform;
  width: 120px;
  height: 120px;
  border-radius: 0;
  border: none;
  background-color: transparent;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 829px) {
  .creating_section .sustainability_item .image_holder {
    width: 100px;
    height: 100px;
  }
}

.creating_section .sustainability_item .image_holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.creating_section .sustainability_item .text_holder {
  position: absolute;
  right: var(--text-radius);
  left: auto;
  top: 0;
  -webkit-transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
  transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
  will-change: transform;
  width: 280px;
  border-radius: 0;
  border: none;
  background-color: transparent;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

@media screen and (max-width: 829px) {
  .creating_section .sustainability_item .text_holder {
    width: 150px;
  }
}

.creating_section .sustainability_item .text_holder h4 {
  color: var(--Brand-Text-Primary, #16171d);
  font-family: "Optima nova LT Pro", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: var(--Letter-Spacing-H4, 0);
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media screen and (max-width: 829px) {
  .creating_section .sustainability_item .text_holder h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
  }
}

.creating_section .sustainability_item .text_holder p {
  color: var(--Brand-Text-Secondary, #5e5353);
  font-family: "Avenir", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: var(--Letter-Spacing-B2, 0);
  margin: 0;
}

@media screen and (max-width: 829px) {
  .creating_section .sustainability_item .text_holder p {
    display: none;
  }
}

.creating_section .sustainability_item.active {
  opacity: 1;
  pointer-events: all;
}

.creating_section .sustainability_item.active .image_holder {
  -webkit-transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation))) scale(1.25);
  transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation))) scale(1.25);
}

@media screen and (max-width: 829px) {
  .creating_section .sustainability_item.active .image_holder {
    -webkit-transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation))) scale(1.12);
    transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation))) scale(1.12);
  }
}

.creating_section .sustainability_item.active .image_holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 829px) {
  .creating_section .sustainability_item.active .image_holder img {
    -webkit-transform: none;
    transform: none;
  }
}

.creating_section .sustainability_item.active .text_holder {
  -webkit-transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation))) scale(1.1);
  transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation))) scale(1.1);
}

@media screen and (max-width: 829px) {
  .creating_section .sustainability_item.active .text_holder {
    -webkit-transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation))) scale(1.05);
    transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation))) scale(1.05);
  }
}

.creating_section .sustainability_item.near-active-1 {
  opacity: 0.7;
  pointer-events: all;
}

@media screen and (max-width: 829px) {
  .creating_section .sustainability_item.near-active-1 {
    opacity: 0.35;
  }
}

.creating_section .sustainability_item.near-active-1 .image_holder {
  -webkit-transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation))) scale(1.05);
  transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation))) scale(1.05);
}

@media screen and (max-width: 829px) {
  .creating_section .sustainability_item.near-active-1 .image_holder {
    -webkit-transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
    transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
  }
}

.creating_section .sustainability_item.near-active-1 .text_holder {
  -webkit-transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation))) scale(1.02);
  transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation))) scale(1.02);
}

@media screen and (max-width: 829px) {
  .creating_section .sustainability_item.near-active-1 .text_holder {
    -webkit-transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
    transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
  }
}

.creating_section .sustainability_item.near-active-2 {
  opacity: 0.35;
  pointer-events: all;
}

@media screen and (max-width: 829px) {
  .creating_section .sustainability_item.near-active-2 {
    opacity: 0;
    pointer-events: none;
  }
}

.creating_section .sustainability_item.near-active-2 .image_holder {
  -webkit-transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
  transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
}

.creating_section .sustainability_item.near-active-2 .text_holder {
  -webkit-transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
  transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
}

.creating_section .sustainability_item.near-active-3 {
  opacity: 0.15;
  pointer-events: all;
}

@media screen and (max-width: 829px) {
  .creating_section .sustainability_item.near-active-3 {
    opacity: 0;
    pointer-events: none;
  }
}

.creating_section .sustainability_item.near-active-3 .image_holder {
  -webkit-transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
  transform: translate(-50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
}

.creating_section .sustainability_item.near-active-3 .text_holder {
  -webkit-transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
  transform: translate(50%, -50%) rotate(calc(var(--index) * -1 * var(--angle-step) - var(--wheel-rotation)));
}

.creating_section .sustainability_item.near-active-4 {
  opacity: 0;
}

.sustainability_faq_section {
  padding-block: 64px;
}

@media screen and (max-width: 991px) {
  .sustainability_faq_section {
    padding-block: 56px;
  }
}

.current_opening_section {
  padding-block: 64px;
  background: #fafafa;
}

.current_opening_section .careers_search_wrap {
  margin-bottom: 40px;
}

.current_opening_section .careers_search_wrap .careers_title_wrap h2 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .current_opening_section .careers_search_wrap .careers_title_wrap h2 {
    padding-bottom: 24px;
  }
}

.current_opening_section .careers_search_wrap .careers_search_main form .search_wrap {
  position: relative;
  cursor: pointer;
  display: block;
}

.current_opening_section .careers_search_wrap .careers_search_main form .search_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-image: url("../../assets/img/blog-listing/search.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.current_opening_section .careers_search_wrap .careers_search_main form input[type=text] {
  border-radius: 64px;
  border: 1px solid #e5e4e7;
  background: #fff;
  height: 52px;
  padding: 24px 24px 24px 60px;
  width: 100%;
  position: relative;
  outline: none;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.current_opening_section .careers_search_wrap .careers_search_main form input[type=text]::-webkit-input-placeholder {
  color: #16171d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

.current_opening_section .careers_search_wrap .careers_search_main form input[type=text]::-moz-placeholder {
  color: #16171d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

.current_opening_section .careers_search_wrap .careers_search_main form input[type=text]:-ms-input-placeholder {
  color: #16171d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

.current_opening_section .careers_search_wrap .careers_search_main form input[type=text]::-ms-input-placeholder {
  color: #16171d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

.current_opening_section .careers_search_wrap .careers_search_main form input[type=text]::placeholder {
  color: #16171d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .current_opening_section .careers_search_wrap .careers_search_main form input[type=text]::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 150%;
  }

  .current_opening_section .careers_search_wrap .careers_search_main form input[type=text]::-moz-placeholder {
    font-size: 16px;
    line-height: 150%;
  }

  .current_opening_section .careers_search_wrap .careers_search_main form input[type=text]:-ms-input-placeholder {
    font-size: 16px;
    line-height: 150%;
  }

  .current_opening_section .careers_search_wrap .careers_search_main form input[type=text]::-ms-input-placeholder {
    font-size: 16px;
    line-height: 150%;
  }

  .current_opening_section .careers_search_wrap .careers_search_main form input[type=text]::placeholder {
    font-size: 16px;
    line-height: 150%;
  }
}

.current_opening_section .careers_search_wrap .careers_search_main form input[type=text]:focus {
  border-color: #b93d3b;
  -webkit-box-shadow: 0 0 0 3px rgba(185, 61, 59, 0.1);
  box-shadow: 0 0 0 3px rgba(185, 61, 59, 0.1);
}

.current_opening_section .careers_search_wrap .careers_search_main form input[type=text].error {
  border-color: #b93d3b;
  background-color: #fffaf9;
}

.current_opening_section .careers_search_wrap .careers_search_main form input[type=text].error:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(185, 61, 59, 0.15);
  box-shadow: 0 0 0 3px rgba(185, 61, 59, 0.15);
}

.current_opening_section .careers_search_wrap .careers_search_main form .error_message {
  display: block;
  color: #b93d3b;
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  padding-left: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.current_opening_section .careers_search_wrap .careers_search_main form .error_message.show {
  opacity: 1;
  max-height: 30px;
  margin-bottom: 8px;
}

.current_opening_section .careers_search_wrap .categories_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 24px;
}

.current_opening_section .careers_search_wrap .categories_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
  list-style: none;
}

.current_opening_section .careers_search_wrap .categories_list li {
  border-radius: 50px;
  border: 1px solid #e5e4e7;
  background: #fff;
  padding: 8px 24px;
  color: #5e5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .current_opening_section .careers_search_wrap .categories_list li {
    padding: 12px;
  }
}

.current_opening_section .careers_search_wrap .categories_list li:hover {
  border-color: #b93d3b;
  color: #b93d3b;
}

.current_opening_section .careers_search_wrap .categories_list li.active {
  border-color: #b93d3b;
  background: #b93d3b;
  color: #fff;
}

.current_opening_section .careers_search_wrap .categories_list li.active:hover {
  background: #a13533;
  border-color: #a13533;
}

.current_opening_section .careers_search_wrap .categories_list li.active .cross-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  cursor: pointer;
}

.current_opening_section .accordion {
  width: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.current_opening_section .accordion .accordion-item {
  border-radius: 20px;
  border: 1px solid #d5d6d0;
  -webkit-transition: border 0.3s ease, border-radius 0.3s ease;
  transition: border 0.3s ease, border-radius 0.3s ease;
}

.current_opening_section .accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border: 1px solid #94312f;
}

.current_opening_section .accordion .accordion-item .accordion-header {
  border-radius: 20px;
  background: #fff;
  border: none;
}

.current_opening_section .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 20px;
  color: #16171d;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.current_opening_section .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.current_opening_section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.current_opening_section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.current_opening_section .accordion .accordion-item .accordion-header .accordion-button .job_title {
  width: 100%;
}

.current_opening_section .accordion .accordion-item .accordion-header .accordion-button span {
  display: block;
  color: #5e5353;
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0;
  width: 100%;
}

.current_opening_section .accordion .accordion-item .accordion-header .accordion-button::after {
  top: 16px;
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/careers/job-plus.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.current_opening_section .accordion .accordion-item .accordion-collapse .accordion-body {
  background: #fafafa;
  border-radius: 0 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.current_opening_section .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #5e5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0;
}

.current_opening_section .accordion .accordion-item .accordion-collapse .accordion-body .black_cta {
  margin-left: auto;
}

.build_section {
  padding-block: 64px 10px;
}

.build_section .build_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .build_section .build_title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.build_section .build_title_wrap p {
  max-width: 680px;
}

.build_section .bulid_wrap {
  padding-top: 56px;
}

.build_section .bulid_wrap .build_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 80px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  border-left: 1px solid #FFDE55;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .build_section .bulid_wrap .build_card_wrap {
    margin-bottom: 24px;
  }
}

.build_section .bulid_wrap .build_card_wrap h4 {
  color: #16171D;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: 0;
  text-transform: uppercase;
}

.build_section .bulid_wrap .build_card_wrap p {
  color: #5E5353;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
}

.features_section {
  background: #FFFCEE;
  padding-block: 64px;
}

@media screen and (max-width: 767px) {
  .features_section h2 {
    padding-bottom: 24px;
  }
}

.features_section p {
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .features_section p {
    padding-bottom: 40px;
  }
}

.blog_detail_ban_section {
  height: 100%;
  width: 100%;
}

.blog_detail_ban_section img {
  width: 100%;
  max-height: 540px;
}

.blog_detail_ban_section .blog_detail_ban_content_wrap {
  padding-block: 32px 56px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .blog_detail_ban_section .blog_detail_ban_content_wrap {
    padding-block: 32px 56px;
  }
}

.blog_detail_ban_section .blog_detail_ban_content_wrap h1 {
  text-align: center;
}

.blog_detail_ban_section .blog_detail_ban_content_wrap .blog_detail_ban_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.blog_details_wrap {
  padding-block: 64px;
  background: #fafafa;
}

.blog_details_wrap h2 {
  color: #16171d;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0;
  padding-bottom: 24px;
}

.blog_details_wrap p {
  color: #5e5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0;
  padding-bottom: 32px;
  margin: 0px;
}

.blog_details_wrap img {
  width: 100%;
  max-height: 520px;
  margin-bottom: 32px;
}

.blog_details_wrap h3 {
  color: #16171d;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0;
  padding-bottom: 8px;
}

.blog_details_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.blog_details_wrap ul li {
  list-style: none;
  position: relative;
  color: #5e5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0;
  padding-left: 24px;
}

.blog_details_wrap ul li::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  height: 10px;
  width: 10px;
  background-color: #5c4dcb;
  border-radius: 50%;
}

.blog_details_wrap ol li {
  list-style: decimal;
  color: #5e5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0;
}

.blog_details_wrap .quote {
  margin-block: 52px;
  position: relative;
  padding: 82px 24px 24px 24px;
  border-radius: 12px;
  background: #fff8dd;
  width: 100%;
}

.blog_details_wrap .quote::after {
  content: "";
  top: 24px;
  left: 24px;
  background-image: url("../../assets/img/blog-detail/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  position: absolute;
}

.blog_details_wrap .quote .quote_profile {
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.blog_details_wrap .quote .quote_profile img {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
}

.blog_details_wrap .quote .quote_profile .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.blog_details_wrap .quote .quote_profile .flex_wrap h5 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0px;
  padding: 0px;
}

.blog_details_wrap .quote .quote_profile .flex_wrap p {
  color: #585858;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0px;
  padding: 0px;
}

.blog_details_wrap .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .blog_details_wrap .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.blog_details_wrap .flex_wrap .author_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .blog_details_wrap .flex_wrap .author_details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.blog_details_wrap .flex_wrap .author_details p {
  margin: 0px;
  padding: 0px;
}

.blog_details_wrap .flex_wrap .author_details .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.blog_details_wrap .flex_wrap .author_details .author img {
  height: 54px;
  width: 54px;
  border-radius: 50%;
  padding: 0px;
  margin: 0px;
}

.blog_details_wrap .flex_wrap .author_details .author h4 {
  color: #16171d;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0;
  margin: 0px;
  padding: 0px;
}

.blog_details_wrap .flex_wrap .share_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.blog_details_wrap .flex_wrap .share_wrap p {
  color: #5e5353;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

.blog_details_wrap .flex_wrap .share_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
}

.blog_details_wrap .flex_wrap .share_wrap ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.blog_details_wrap .flex_wrap .share_wrap ul li::after {
  display: none;
}

.blog_details_wrap .flex_wrap .share_wrap ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #d5d6d0;
  border-radius: 6px;
  background: #eef0ea;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  height: 40px;
  width: 40px;
}

.blog_details_wrap .flex_wrap .share_wrap ul li a img {
  height: 16px;
  width: 16px;
  margin: 0px;
  padding: 0px;
}

.blogs_cards_wrap {
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 32px;
}

.blogs_cards_wrap .blogs_swiper .swiper-wrapper .swiper-slide img {
  margin: 0px;
}

.blogs_cards_wrap .blogs_controls {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .blogs_cards_wrap .blogs_controls {
    right: 0;
    left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
  }
}

.blogs_cards_wrap .blogs_controls .blogs_prev,
.blogs_cards_wrap .blogs_controls .blogs_next {
  position: static;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #000;
}

.blogs_cards_wrap .blogs_controls .blogs_prev::after,
.blogs_cards_wrap .blogs_controls .blogs_next::after {
  content: "";
  height: 14px;
  width: 16px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: cover;
  background-position: center;
}

.blogs_cards_wrap .blogs_controls .blogs_prev:hover,
.blogs_cards_wrap .blogs_controls .blogs_next:hover {
  background-color: #b93d3b;
}

.blogs_cards_wrap .blogs_controls .blogs_prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.blogs_cards_wrap .blogs_controls .blogs_pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  margin: 0;
}

.blogs_cards_wrap .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #fff;
  border: 2px solid #5e5353;
  opacity: 0.3;
  margin: 0 !important;
}

.blogs_cards_wrap .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b93d3b;
  border: 2px solid #b93d3b;
}

.featured_blogs {
  background-color: #fff;
}

.featured_blogs h2 {
  font-size: 32px;
}

.featured_blogs .insights_cards_wrap {
  padding-top: 32px;
}

.blog_sidebar_wrap {
  position: sticky;
  top: 120px;
}

.blog_sidebar_wrap .blog_sidebar_card {
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  padding: 32px 24px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
}

@media screen and (max-width: 767px) {
  .blog_sidebar_wrap .blog_sidebar_card {
    padding: 24px 16px;
    margin-top: 32px;
  }
}

.blog_sidebar_wrap .blog_sidebar_card h3 {
  font-family: "Optima nova LT Pro", sans-serif;
  color: #16171d;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.blog_sidebar_wrap .blog_sidebar_card .black_cta {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_term {
  font-size: 14px;
  line-height: 20px;
}

.crafted_section {
  padding-block: 0px 64px;
  position: relative;
  min-height: 694px;
}

@media screen and (max-width: 767px) {
  .crafted_section {
    padding-block: 0px 56px;
    min-height: 1000px;
  }
}

.crafted_section .crafted_img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.crafted_section .crafted_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.crafted_section .crafted_main_wrap .crafted_content_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
}

@media screen and (max-width: 767px) {
  .crafted_section .crafted_main_wrap .crafted_content_main {
    gap: 0px;
  }
}

@media screen and (max-width: 767px) {
  .crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content {
    padding-top: 0px;
  }
}

.crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content h2 {
  color: #fff;
  padding-top: 64px;
}

@media screen and (max-width: 767px) {
  .crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content h2 {
    padding: 0px;
  }
}

.crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-block: 40px 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content ul {
    padding-inline: 12px;
  }
}

.crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content ul li {
  color: #fff;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0;
  position: relative;
}

.crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 18px;
  background-color: #fff;
}

.crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content ul li:first-child::before {
  display: none;
}

.crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content p {
  color: #fff;
  font-family: Avenir;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  padding-block: 40px 0px;
  max-width: 660px;
}

@media screen and (max-width: 767px) {
  .crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content p {
    padding-block: 80px 40px;
    margin: 0px;
  }
}

.crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content .crafted_green_card {
  background: #00AB78;
  padding: 40px 24px;
}

@media screen and (max-width: 767px) {
  .crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content .crafted_green_card {
    margin-bottom: 56px;
  }
}

.crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content .crafted_green_card .igbc_logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content .crafted_green_card .igbc_logo_wrap img {
  height: 88px;
  width: 88px;
}

.crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content .crafted_green_card h3 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  padding-block: 50px;
}

@media screen and (max-width: 767px) {
  .crafted_section .crafted_main_wrap .crafted_content_main .crafted_top_content .crafted_green_card h3 {
    padding-block: 36px;
  }
}

.crafted_section .crafted_main_wrap .crafted_content_main .crafted_bottom_content .numbers_wrap {
  background: #fff;
}

.project_detail_ban {
  padding: 0px;
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 100vh;
}

.project_detail_ban .project_detail_img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .project_detail_ban .project_detail_img_wrap {
    position: absolute;
    height: 100%;
  }
}

.project_detail_ban .project_detail_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.project_detail_ban .project_detail_ban_content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-block: 0;
}

@media screen and (max-width: 767px) {
  .project_detail_ban .project_detail_ban_content {
    background: transparent;
    padding-block: 0;
  }
}

.project_detail_ban .project_detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 40px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .project_detail_ban .project_detail_wrap {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .project_detail_ban .project_detail_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.project_detail_ban .ban_project_content {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}

.project_detail_ban .ban_glass_card {
  max-width: 100%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 200;
}

@media screen and (max-width: 991px) {
  .project_detail_ban .ban_glass_card {
    padding: 24px;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .project_detail_ban .ban_glass_card {
    width: 100%;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    padding: 0;
    gap: 0;
  }
}

.project_detail_ban .ban_glass_card .ban_card_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .project_detail_ban .ban_glass_card .ban_card_header {
    width: 100%;
    margin: -160px auto 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 10;
  }
}

.project_detail_ban .ban_glass_card .ban_card_header .ban_logo_wrap img {
  height: 64px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .project_detail_ban .ban_glass_card .ban_card_header .ban_logo_wrap img {
    height: 48px;
  }
}

.project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap {
    padding: 16px;
    gap: 12px;
    width: 100%;
  }
}

.project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item:last-child {
  border-right: none;
}

.project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item:nth-of-type(even) {
  border: none;
}

@media screen and (max-width: 767px) {
  .project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item {
    font-size: 13px;
    gap: 8px;
  }
}

.project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item img,
.project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item svg {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  stroke: #fff;
}

.project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item img circle,
.project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item img path,
.project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item svg circle,
.project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item svg path {
  stroke: #fff;
}

.project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item span {
  font-weight: 500;
}

.project_detail_ban .ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item.full_width {
  grid-column: span 2;
  padding-top: 10px;
  margin-top: 2px;
}

.project_detail_ban .ban_glass_card .ban_form {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .project_detail_ban .ban_glass_card .ban_form {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    padding: 40px 24px;
  }
}

.project_detail_ban .ban_glass_card .ban_form .form-group {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.project_detail_ban .ban_glass_card .ban_form .form-group label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: none;
}

.project_detail_ban .ban_glass_card .ban_form .form-group .form-control {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  height: 50px;
  padding: 10px 16px;
  color: #000;
  font-size: 15px;
}

.project_detail_ban .ban_glass_card .ban_form .form-group .form-control::-webkit-input-placeholder {
  color: #8c8c8c;
  font-size: 15px;
}

.project_detail_ban .ban_glass_card .ban_form .form-group .form-control::-moz-placeholder {
  color: #8c8c8c;
  font-size: 15px;
}

.project_detail_ban .ban_glass_card .ban_form .form-group .form-control:-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 15px;
}

.project_detail_ban .ban_glass_card .ban_form .form-group .form-control::-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 15px;
}

.project_detail_ban .ban_glass_card .ban_form .form-group .form-control::placeholder {
  color: #8c8c8c;
  font-size: 15px;
}

.project_detail_ban .ban_glass_card .ban_form .form-group .form-control:focus {
  border-color: #b93d3b;
}

.project_detail_ban .ban_glass_card .ban_form .form-group.phone-field .iti .iti__selected-country {
  background-color: #f5f5f5;
}

.project_detail_ban .ban_glass_card .ban_form .form-group.phone-field .iti .iti__tel-input {
  padding-left: 90px;
}

.project_detail_ban .ban_glass_card .ban_form .form-group.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project_detail_ban .ban_glass_card .ban_form .form-group.checkbox input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.project_detail_ban .ban_glass_card .ban_form .form-group.checkbox input[type=checkbox]+label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  line-height: 1.5;
  padding-left: 34px;
  text-transform: none;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.project_detail_ban .ban_glass_card .ban_form .form-group.checkbox input[type=checkbox]+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.project_detail_ban .ban_glass_card .ban_form .form-group.checkbox input[type=checkbox]+label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 12px;
  height: 7px;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.project_detail_ban .ban_glass_card .ban_form .form-group.checkbox input[type=checkbox]:checked+label::before {
  background-color: #94312F;
  border-color: #94312F;
}

.project_detail_ban .ban_glass_card .ban_form .form-group.checkbox input[type=checkbox]:checked+label::after {
  opacity: 1;
}

.project_detail_ban .ban_glass_card .ban_form .form-group .error-message {
  color: #d90026;
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  bottom: -18px;
  left: 0;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  pointer-events: none;
  z-index: 2;
}

.project_detail_ban .ban_glass_card .ban_form .download_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #16171d;
  color: #fff;
  border: none;
  height: 52px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  padding-inline: 24px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  text-transform: uppercase;
}

.project_detail_ban .ban_glass_card .ban_form .download_btn:hover {
  background-color: #b93d3b;
}

.project_detail_ban .ban_glass_card .ban_form .download_btn svg {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.project_detail_ban .ban_glass_card .ban_form .download_btn:hover svg {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.sticky_bottom_cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1200;
  padding: 12px 16px;
  background-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media screen and (min-width: 991px) {
  .sticky_bottom_cta {
    top: 18px;
    left: auto;
    right: 0;
  }
}

.ameneties_section,
.specification_section {
  padding-block: 64px;
}

.ameneties_section .ameneties_content,
.specification_section .ameneties_content {
  padding: 0px;
  position: relative;
}

.ameneties_section .ameneties_content .ameneties_wrap,
.ameneties_section .ameneties_content .specifications_wrap,
.specification_section .ameneties_content .ameneties_wrap,
.specification_section .ameneties_content .specifications_wrap {
  padding-top: 56px;
  position: relative;
}

.ameneties_section .ameneties_content .ameneties_wrap img,
.ameneties_section .ameneties_content .specifications_wrap img,
.specification_section .ameneties_content .ameneties_wrap img,
.specification_section .ameneties_content .specifications_wrap img {
  width: 100%;
}

.ameneties_section .ameneties_content .ameneties_wrap .specifications_swiper,
.ameneties_section .ameneties_content .specifications_wrap .specifications_swiper,
.specification_section .ameneties_content .ameneties_wrap .specifications_swiper,
.specification_section .ameneties_content .specifications_wrap .specifications_swiper {
  padding-top: 56px;
}

.ameneties_section .ameneties_content .ameneties_wrap .specifications_swiper .specification_card,
.ameneties_section .ameneties_content .specifications_wrap .specifications_swiper .specification_card,
.specification_section .ameneties_content .ameneties_wrap .specifications_swiper .specification_card,
.specification_section .ameneties_content .specifications_wrap .specifications_swiper .specification_card {
  padding-block: 12px;
}

.ameneties_section .ameneties_content .ameneties_wrap .specifications_swiper .specification_card h4,
.ameneties_section .ameneties_content .specifications_wrap .specifications_swiper .specification_card h4,
.specification_section .ameneties_content .ameneties_wrap .specifications_swiper .specification_card h4,
.specification_section .ameneties_content .specifications_wrap .specifications_swiper .specification_card h4 {
  margin-bottom: 12px;
  color: #16171D;
  font-family: "Optima nova LT Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ameneties_section .ameneties_content .ameneties_wrap .specifications_swiper .specification_card ul,
.ameneties_section .ameneties_content .specifications_wrap .specifications_swiper .specification_card ul,
.specification_section .ameneties_content .ameneties_wrap .specifications_swiper .specification_card ul,
.specification_section .ameneties_content .specifications_wrap .specifications_swiper .specification_card ul {
  list-style-type: disc;
  padding-left: 14px;
}

.ameneties_section .ameneties_content .ameneties_wrap .specifications_swiper .specification_card ul li,
.ameneties_section .ameneties_content .specifications_wrap .specifications_swiper .specification_card ul li,
.specification_section .ameneties_content .ameneties_wrap .specifications_swiper .specification_card ul li,
.specification_section .ameneties_content .specifications_wrap .specifications_swiper .specification_card ul li {
  color: #5E5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0px;
  list-style: disc;
}

.ameneties_section .ameneties_content .ameneties_wrap .specifications_swiper .specification_card p,
.ameneties_section .ameneties_content .specifications_wrap .specifications_swiper .specification_card p,
.specification_section .ameneties_content .ameneties_wrap .specifications_swiper .specification_card p,
.specification_section .ameneties_content .specifications_wrap .specifications_swiper .specification_card p {
  color: #5E5353;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0px;
}

.ameneties_section .ameneties_content .ameneties_wrap .amenties_swiper .swiper-wrapper .swiper-slide .ameneties_card img,
.ameneties_section .ameneties_content .specifications_wrap .amenties_swiper .swiper-wrapper .swiper-slide .ameneties_card img,
.specification_section .ameneties_content .ameneties_wrap .amenties_swiper .swiper-wrapper .swiper-slide .ameneties_card img,
.specification_section .ameneties_content .specifications_wrap .amenties_swiper .swiper-wrapper .swiper-slide .ameneties_card img {
  width: 100%;
}

.ameneties_section .ameneties_content .ameneties_wrap .amenties_swiper .swiper-wrapper .swiper-slide .ameneties_card .ameneties_card_content h4,
.ameneties_section .ameneties_content .specifications_wrap .amenties_swiper .swiper-wrapper .swiper-slide .ameneties_card .ameneties_card_content h4,
.specification_section .ameneties_content .ameneties_wrap .amenties_swiper .swiper-wrapper .swiper-slide .ameneties_card .ameneties_card_content h4,
.specification_section .ameneties_content .specifications_wrap .amenties_swiper .swiper-wrapper .swiper-slide .ameneties_card .ameneties_card_content h4 {
  padding-block: 12px;
}

.ameneties_section .ameneties_content .ameneties_navigation,
.specification_section .ameneties_content .ameneties_navigation {
  display: none !important;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  z-index: 10;
}

@media screen and (max-width: 767px) {

  .ameneties_section .ameneties_content .ameneties_navigation,
  .specification_section .ameneties_content .ameneties_navigation {
    position: static;
    margin-top: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ameneties_section .ameneties_content .ameneties_navigation .amenties_pagination,
.specification_section .ameneties_content .ameneties_navigation .amenties_pagination {
  position: static;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  bottom: unset;
  left: unset;
  right: unset;
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 767px) {

  .ameneties_section .ameneties_content .ameneties_navigation .amenties_pagination,
  .specification_section .ameneties_content .ameneties_navigation .amenties_pagination {
    display: none;
  }
}

.ameneties_section .ameneties_content .ameneties_navigation .swiper-pagination-bullet,
.specification_section .ameneties_content .ameneties_navigation .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #fff;
  border: 2px solid #5e5353;
  opacity: 0.3;
  margin: 0 !important;
}

.ameneties_section .ameneties_content .ameneties_navigation .swiper-pagination-bullet-active,
.specification_section .ameneties_content .ameneties_navigation .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b93d3b;
  border: 2px solid #b93d3b;
}

.ameneties_section .ameneties_content .ameneties_navigation .swiper-button-next,
.ameneties_section .ameneties_content .ameneties_navigation .swiper-button-prev,
.specification_section .ameneties_content .ameneties_navigation .swiper-button-next,
.specification_section .ameneties_content .ameneties_navigation .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  background: #000;
  margin: 0;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ameneties_section .ameneties_content .ameneties_navigation .swiper-button-next::after,
.ameneties_section .ameneties_content .ameneties_navigation .swiper-button-prev::after,
.specification_section .ameneties_content .ameneties_navigation .swiper-button-next::after,
.specification_section .ameneties_content .ameneties_navigation .swiper-button-prev::after {
  content: "";
  height: 14px;
  width: 16px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: cover;
  background-position: center;
}

.ameneties_section .ameneties_content .ameneties_navigation .swiper-button-next:hover,
.ameneties_section .ameneties_content .ameneties_navigation .swiper-button-prev:hover,
.specification_section .ameneties_content .ameneties_navigation .swiper-button-next:hover,
.specification_section .ameneties_content .ameneties_navigation .swiper-button-prev:hover {
  background-color: #b93d3b;
}

.ameneties_section .ameneties_content .ameneties_navigation .swiper-button-prev,
.specification_section .ameneties_content .ameneties_navigation .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ameneties_section .ameneties_content .specifications_desktop_nav,
.specification_section .ameneties_content .specifications_desktop_nav {
  display: none !important;
  position: static;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  z-index: 10;
}

@media screen and (max-width: 767px) {

  .ameneties_section .ameneties_content .specifications_desktop_nav,
  .specification_section .ameneties_content .specifications_desktop_nav {
    margin-top: 32px;
  }
}

.ameneties_section .ameneties_content .specifications_desktop_nav .specifications_pagination,
.specification_section .ameneties_content .specifications_desktop_nav .specifications_pagination {
  position: static;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  bottom: unset;
  left: unset;
  right: unset;
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 767px) {

  .ameneties_section .ameneties_content .specifications_desktop_nav .specifications_pagination,
  .specification_section .ameneties_content .specifications_desktop_nav .specifications_pagination {
    display: none;
  }
}

.ameneties_section .ameneties_content .specifications_desktop_nav .swiper-pagination-bullet,
.specification_section .ameneties_content .specifications_desktop_nav .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #fff;
  border: 2px solid #5e5353;
  opacity: 0.3;
  margin: 0 !important;
}

.ameneties_section .ameneties_content .specifications_desktop_nav .swiper-pagination-bullet-active,
.specification_section .ameneties_content .specifications_desktop_nav .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b93d3b;
  border: 2px solid #b93d3b;
}

.ameneties_section .ameneties_content .specifications_desktop_nav .swiper-button-next,
.ameneties_section .ameneties_content .specifications_desktop_nav .swiper-button-prev,
.specification_section .ameneties_content .specifications_desktop_nav .swiper-button-next,
.specification_section .ameneties_content .specifications_desktop_nav .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  background: #000;
  margin: 0;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {

  .ameneties_section .ameneties_content .specifications_desktop_nav .swiper-button-next,
  .ameneties_section .ameneties_content .specifications_desktop_nav .swiper-button-prev,
  .specification_section .ameneties_content .specifications_desktop_nav .swiper-button-next,
  .specification_section .ameneties_content .specifications_desktop_nav .swiper-button-prev {
    display: none;
  }
}

.ameneties_section .ameneties_content .specifications_desktop_nav .swiper-button-next::after,
.ameneties_section .ameneties_content .specifications_desktop_nav .swiper-button-prev::after,
.specification_section .ameneties_content .specifications_desktop_nav .swiper-button-next::after,
.specification_section .ameneties_content .specifications_desktop_nav .swiper-button-prev::after {
  content: "";
  height: 14px;
  width: 16px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: cover;
  background-position: center;
}

.ameneties_section .ameneties_content .specifications_desktop_nav .swiper-button-next:hover,
.ameneties_section .ameneties_content .specifications_desktop_nav .swiper-button-prev:hover,
.specification_section .ameneties_content .specifications_desktop_nav .swiper-button-next:hover,
.specification_section .ameneties_content .specifications_desktop_nav .swiper-button-prev:hover {
  background-color: #b93d3b;
}

.ameneties_section .ameneties_content .specifications_desktop_nav .swiper-button-prev,
.specification_section .ameneties_content .specifications_desktop_nav .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ameneties_section .ameneties_content .specifications_accordion_wrap,
.specification_section .ameneties_content .specifications_accordion_wrap {
  display: none;
}

@media screen and (max-width: 767px) {

  .ameneties_section .ameneties_content .specifications_accordion_wrap,
  .specification_section .ameneties_content .specifications_accordion_wrap {
    display: block;
    margin-top: 32px;
  }
}

.ameneties_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item,
.specification_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background: transparent;
  border-radius: 0 !important;
}

.ameneties_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item:first-of-type,
.specification_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item:first-of-type {
  border-top: 1px solid #d9d9d9;
  border-radius: 0 !important;
}

.ameneties_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-header .accordion-button,
.specification_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #16171D;
  font-family: "Optima nova LT Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  text-transform: uppercase;
}

.ameneties_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-header .accordion-button::after,
.specification_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 22px;
  font-weight: 300;
  color: #000;
  width: auto;
  height: auto;
  -webkit-transform: none !important;
  transform: none !important;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ameneties_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after,
.specification_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "−";
}

.ameneties_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-header .accordion-button:focus,
.specification_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ameneties_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-body,
.specification_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-body {
  padding: 0 0 20px;
}

.ameneties_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-body p,
.specification_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-body p {
  color: #16171D;
  font-family: "Avenir";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.ameneties_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-body ul,
.specification_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-body ul {
  list-style: disc;
  padding-left: 24px;
}

.ameneties_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-body ul li,
.specification_section .ameneties_content .specifications_accordion_wrap .accordion .accordion-item .accordion-body ul li {
  list-style-type: disc;
  color: #16171D;
  font-family: "Avenir";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

@media screen and (max-width: 767px) {

  .ameneties_section .specifications_wrap .specifications_swiper,
  .ameneties_section .specifications_desktop_nav,
  .specification_section .specifications_wrap .specifications_swiper,
  .specification_section .specifications_desktop_nav {
    display: none;
  }
}

@media screen and (min-width: 768px) {

  .ameneties_section .specifications_accordion_wrap,
  .specification_section .specifications_accordion_wrap {
    display: none !important;
  }
}

.specification_section {
  background: #F5F5F5;
}

.size_price_section {
  padding-block: 64px;
  background: #FFF;
}

.size_price_section .size_price_content h2 {
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .size_price_section .size_price_content h2 {
    margin-bottom: 32px;
  }
}

.size_price_section .table_responsive_wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
}

.size_price_section .size_price_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.size_price_section .size_price_table th,
.size_price_section .size_price_table td {
  font-family: "Avenir", sans-serif;
  border-bottom: 1px solid #E2E8F0;
  border-right: 1px solid #E2E8F0;
  text-align: left;
  font-size: 16px;
  color: #000;
}

.size_price_section .size_price_table th:last-child,
.size_price_section .size_price_table td:last-child {
  border-right: none;
}

.size_price_section .size_price_table th {
  background-color: #FFFBF3;
  color: #94312F;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-transform: uppercase;
  padding: 20px 24px;
}

@media screen and (max-width: 767px) {
  .size_price_section .size_price_table th {
    padding: 16px 16px;
    font-size: 18px;
    text-transform: none;
  }
}

.size_price_section .size_price_table td {
  background-color: #FFF;
  padding: 24px;
  text-transform: uppercase;
  color: #000;
  font-family: "Optima nova LT Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .size_price_section .size_price_table td {
    padding: 16px;
    font-size: 18px;
    text-transform: none;
  }
}

.size_price_section .size_price_table tr:last-child td {
  border-bottom: none;
}

.size_price_section .assistance_box {
  margin-top: 40px;
  background-color: #FCECEB;
  border-radius: 12px;
  padding: 32px 40px;
}

@media screen and (max-width: 991px) {
  .size_price_section .assistance_box {
    padding: 24px 20px;
    margin-top: 32px;
  }
}

.size_price_section .assistance_box .bank_assistance .bank_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.size_price_section .assistance_box .bank_assistance .bank_title img {
  width: 24px;
  height: 24px;
}

.size_price_section .assistance_box .bank_assistance .bank_title span {
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #16171d;
}

@media screen and (max-width: 767px) {
  .size_price_section .assistance_box .bank_assistance .bank_title span {
    font-size: 14px;
  }
}

.size_price_section .assistance_box .bank_assistance .bank_logos_swiper {
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.size_price_section .assistance_box .bank_assistance .bank_logos_swiper::before {
  height: 100%;
  width: 30px;
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  z-index: 20;
  background: -webkit-gradient(linear, right top, left top, from(rgba(241, 216, 216, 0)), to(#F1D8D8));
  background: linear-gradient(270deg, rgba(241, 216, 216, 0) 0%, #F1D8D8 100%);
  pointer-events: none;
}

.size_price_section .assistance_box .bank_assistance .bank_logos_swiper::after {
  height: 100%;
  width: 30px;
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  z-index: 20;
  background: -webkit-gradient(linear, right top, left top, from(rgba(241, 216, 216, 0)), to(#F1D8D8));
  background: linear-gradient(270deg, rgba(241, 216, 216, 0) 0%, #F1D8D8 100%);
  pointer-events: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .size_price_section .assistance_box .bank_assistance .bank_logos_swiper {
    margin-top: 16px;
  }
}

.size_price_section .assistance_box .bank_assistance .bank_logos_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.size_price_section .assistance_box .bank_assistance .bank_logos_swiper .logo_card {
  width: auto !important;
  /* Let slides shrink/expand to fit padding + content */
  background-color: #FFF;
  border-radius: 8px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 72px;
}

@media screen and (max-width: 767px) {
  .size_price_section .assistance_box .bank_assistance .bank_logos_swiper .logo_card {
    padding: 8px 16px;
  }
}

.size_price_section .assistance_box .bank_assistance .bank_logos_swiper .logo_card img {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .size_price_section .assistance_box .bank_assistance .bank_logos_swiper .logo_card img {
    height: 40px;
  }
}

.size_price_section .assistance_box .features_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .size_price_section .assistance_box .features_list {
    padding-left: 0;
    margin-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 24px;
    gap: 16px;
  }
}

.size_price_section .assistance_box .features_list .feature_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.size_price_section .assistance_box .features_list .feature_item img {
  width: 24px;
  height: 24px;
}

.size_price_section .assistance_box .features_list .feature_item span {
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #16171d;
}

@media screen and (max-width: 767px) {
  .size_price_section .assistance_box .features_list .feature_item span {
    font-size: 14px;
  }
}

.floor_plans_section {
  padding-block: 64px;
  background-color: #FFF;
  overflow: hidden;
}

.floor_plans_section .floor_plans_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .floor_plans_section .floor_plans_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 32px;
    gap: 20px;
  }
}

.floor_plans_section .floor_plans_header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border: none;
}

@media screen and (max-width: 767px) {
  .floor_plans_section .floor_plans_header .nav {
    gap: 12px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.floor_plans_section .floor_plans_header .nav .nav-item .nav-link {
  border: 1px solid #e5e4e7;
  color: #5e5353;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  background: #fff;
  padding: 12px 24px;
  border-radius: 0px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .floor_plans_section .floor_plans_header .nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 16px;
  }
}

.floor_plans_section .floor_plans_header .nav .nav-item .nav-link.active {
  background: #b93d3b;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  padding: 12px 24px;
  border-color: #b93d3b;
}

@media screen and (max-width: 767px) {
  .floor_plans_section .floor_plans_header .nav .nav-item .nav-link.active {
    font-size: 14px;
    padding: 10px 16px;
  }
}

.floor_plans_section .tab-content .tab-pane {
  outline: none;
}

.floor_plans_section .tab-content .tab-pane iframe {
  max-height: 600px;
  width: 100%;
}

.floor_plans_section .tab-content .master_plan_img_wrap {
  width: 100%;
  text-align: center;
}

.floor_plans_section .tab-content .master_plan_img_wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}

.floor_plans_section .floor_card {
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .floor_plans_section .floor_card {
    padding: 16px;
  }
}

.floor_plans_section .floor_card .floor_card_img {
  width: 100%;
  display: block;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

.floor_plans_section .floor_card .floor_card_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.floor_plans_section .floor_card .floor_card_img:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.floor_plans_section .floor_card .floor_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  border-top: 1px solid #F5F5F5;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .floor_plans_section .floor_card .floor_card_info {
    display: block;
    padding-top: 16px;
  }
}

.floor_plans_section .floor_card .floor_card_info .floor_title h3 {
  color: #000;
  font-family: "Optima nova LT Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .floor_plans_section .floor_card .floor_card_info .floor_title h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.floor_plans_section .floor_card .floor_card_info .floor_specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 60%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .floor_plans_section .floor_card .floor_card_info .floor_specs {
    width: 100%;
  }
}

.floor_plans_section .floor_card .floor_card_info .floor_specs .spec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #5e5353;
  gap: 12px;
}

.floor_plans_section .floor_card .floor_card_info .floor_specs .spec_row span {
  color: #5E5353;
  font-family: "Avenir";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.floor_plans_section .floor_card .floor_card_info .floor_specs .spec_row strong {
  font-family: "Avenir", sans-serif;
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0;
}

.floor_plans_section .floor_swiper {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .floor_plans_section .floor_swiper {
    padding-bottom: 40px;
    overflow: visible;
  }
}

.floor_plans_section .floor_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .floor_plans_section .floor_navigation {
    margin-top: 32px;
  }
}

.floor_plans_section .floor_navigation .floor_pagination {
  position: static;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  bottom: unset;
  left: unset;
  right: unset;
  -webkit-transform: none;
  transform: none;
}

@media screen and (max-width: 767px) {
  .floor_plans_section .floor_navigation .floor_pagination {
    display: none;
  }
}

.floor_plans_section .floor_navigation .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #fff;
  border: 2px solid #5e5353;
  opacity: 0.3;
  margin: 0 !important;
}

.floor_plans_section .floor_navigation .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b93d3b;
  border: 2px solid #b93d3b;
}

.floor_plans_section .floor_navigation .swiper-button-next,
.floor_plans_section .floor_navigation .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  background: #000;
  margin: 0;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.floor_plans_section .floor_navigation .swiper-button-next::after,
.floor_plans_section .floor_navigation .swiper-button-prev::after {
  content: "";
  height: 14px;
  width: 16px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: cover;
  background-position: center;
}

.floor_plans_section .floor_navigation .swiper-button-next:hover,
.floor_plans_section .floor_navigation .swiper-button-prev:hover {
  background-color: #b93d3b;
}

.floor_plans_section .floor_navigation .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.project_gallery_section {
  padding-block: 64px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .project_gallery_section {
    padding-block: 56px;
  }
}

.project_gallery_section .project_gallery_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .project_gallery_section .project_gallery_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 32px;
    gap: 20px;
  }
}

.project_gallery_section .project_gallery_header h2 {
  text-transform: uppercase;
}

.project_gallery_section .project_gallery_header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border: none;
}

@media screen and (max-width: 767px) {
  .project_gallery_section .project_gallery_header .nav {
    gap: 12px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.project_gallery_section .project_gallery_header .nav .nav-item .nav-link {
  border: 1px solid #e5e4e7;
  color: #5e5353;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  background: #fff;
  padding: 12px 24px;
  border-radius: 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .project_gallery_section .project_gallery_header .nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 16px;
  }
}

.project_gallery_section .project_gallery_header .nav .nav-item .nav-link.active {
  background: #b93d3b;
  color: #fff;
  border-color: #b93d3b;
}

.project_gallery_section .tab-content .tab-pane {
  outline: none;
}

.project_gallery_section .gallery_swiper {
  width: 100%;
  overflow: hidden;
}

.project_gallery_section .gallery_slide {
  height: auto;
}

.project_gallery_section .gallery_slide--double .gallery_double_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .project_gallery_section .gallery_slide--double .gallery_double_wrap {
    gap: 12px;
  }
}

.project_gallery_section .gallery_slide--double .gallery_double_wrap .gallery_img_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  border-radius: 8px;
}

.project_gallery_section .gallery_slide--double .gallery_double_wrap .gallery_img_item img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 767px) {
  .project_gallery_section .gallery_slide--double .gallery_double_wrap .gallery_img_item img {
    min-height: 150px;
  }
}

.project_gallery_section .gallery_slide--single .gallery_single_wrap {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.project_gallery_section .gallery_slide--single .gallery_single_wrap img {
  width: 100%;
  height: 100%;
  min-height: 416px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 767px) {
  .project_gallery_section .gallery_slide--single .gallery_single_wrap img {
    min-height: 240px;
  }
}

.project_gallery_section .gallery_slide--single .gallery_video_wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
  min-height: 416px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  isolation: isolate;
}

@media screen and (max-width: 767px) {
  .project_gallery_section .gallery_slide--single .gallery_video_wrap {
    min-height: 240px;
  }
}

.project_gallery_section .gallery_slide--single .gallery_video_wrap .gallery_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  min-height: 416px;
}

@media screen and (max-width: 767px) {
  .project_gallery_section .gallery_slide--single .gallery_video_wrap .gallery_video {
    min-height: 240px;
  }
}

.project_gallery_section .gallery_slide--single .gallery_video_wrap .gallery_video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, transform 0.25s ease;
  transition: background 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 10;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 767px) {
  .project_gallery_section .gallery_slide--single .gallery_video_wrap .gallery_video_btn {
    width: 48px;
    height: 48px;
  }
}

.project_gallery_section .gallery_slide--single .gallery_video_wrap .gallery_video_btn:hover {
  background: rgba(185, 61, 59, 0.85);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.project_gallery_section .gallery_slide--single .gallery_video_wrap .gallery_video_btn .play_icon,
.project_gallery_section .gallery_slide--single .gallery_video_wrap .gallery_video_btn .pause_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.project_gallery_section .gallery_slide--single .gallery_video_wrap .gallery_video_btn .play_icon svg,
.project_gallery_section .gallery_slide--single .gallery_video_wrap .gallery_video_btn .pause_icon svg {
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 767px) {

  .project_gallery_section .gallery_slide--single .gallery_video_wrap .gallery_video_btn .play_icon svg,
  .project_gallery_section .gallery_slide--single .gallery_video_wrap .gallery_video_btn .pause_icon svg {
    width: 18px;
    height: 18px;
  }
}

.project_gallery_section .gallery_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .project_gallery_section .gallery_navigation {
    margin-top: 24px;
  }
}

.project_gallery_section .gallery_navigation .gallery_pagination {
  position: static;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  bottom: unset;
  left: unset;
  right: unset;
  -webkit-transform: none;
  transform: none;
}

.project_gallery_section .gallery_navigation .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #fff;
  border: 2px solid #5e5353;
  opacity: 0.3;
  margin: 0 !important;
}

.project_gallery_section .gallery_navigation .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b93d3b;
  border: 2px solid #b93d3b;
}

.project_gallery_section .gallery_navigation .swiper-button-next,
.project_gallery_section .gallery_navigation .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  background: #000;
  margin: 0;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.project_gallery_section .gallery_navigation .swiper-button-next::after,
.project_gallery_section .gallery_navigation .swiper-button-prev::after {
  content: "";
  height: 14px;
  width: 16px;
  background-image: url("../../assets/img/home/arrow-right.svg");
  background-size: cover;
  background-position: center;
}

.project_gallery_section .gallery_navigation .swiper-button-next:hover,
.project_gallery_section .gallery_navigation .swiper-button-prev:hover {
  background-color: #b93d3b;
}

.project_gallery_section .gallery_navigation .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.connectivity_section {
  padding-block: 64px;
  background: #FFFCEE;
  position: relative;
}

.connectivity_section .connect_plans_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .connectivity_section .connect_plans_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 32px;
    gap: 20px;
  }
}

.connectivity_section .connect_plans_header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border: none;
}

@media screen and (max-width: 767px) {
  .connectivity_section .connect_plans_header .nav {
    gap: 12px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.connectivity_section .connect_plans_header .nav .nav-item .nav-link {
  border: 1px solid #e5e4e7;
  color: #5e5353;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  background: #fff;
  padding: 12px 24px;
  border-radius: 0px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .connectivity_section .connect_plans_header .nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 16px;
  }
}

.connectivity_section .connect_plans_header .nav .nav-item .nav-link.active {
  background: #b93d3b;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  padding: 12px 24px;
  border-color: #b93d3b;
}

@media screen and (max-width: 767px) {
  .connectivity_section .connect_plans_header .nav .nav-item .nav-link.active {
    font-size: 14px;
    padding: 10px 16px;
  }
}

.connectivity_section .tab-content .tab-pane {
  outline: none;
}

.connectivity_section .tab-content .tab-pane .connectivity_map_wrap {
  height: 100%;
}

.connectivity_section .tab-content .tab-pane .connectivity_map_wrap iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.connectivity_section .tab-content .tab-pane .connectivity_map_content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 24px;
  color: #5e5353;
}

@media screen and (max-width: 767px) {
  .connectivity_section .tab-content .tab-pane .connectivity_map_content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}

.connectivity_section .tab-content .tab-pane .connectivity_map_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .connectivity_section .tab-content .tab-pane .connectivity_map_content ul {
    gap: 12px;
  }
}

.connectivity_section .tab-content .tab-pane .connectivity_map_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #E5E4E7;
  padding-block: 18px;
}

@media screen and (max-width: 767px) {
  .connectivity_section .tab-content .tab-pane .connectivity_map_content ul li h4 {
    max-width: 250px;
  }
}

/* PhotoSwipe Desktop Customizations */
@media screen and (min-width: 992px) {
  .pswp__img {
    max-height: 94vh !important;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .pswp__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* ── Project Detail Popup Modal Styling ── */
.project_detail_modal_overlay {
  position: fixed;
  inset: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.project_detail_modal_overlay.show {
  opacity: 1;
  visibility: visible;
}

.project_detail_modal_overlay .project_detail_modal_dialog {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 24px;
  -webkit-box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}

.project_detail_modal_overlay .project_detail_modal_dialog::-webkit-scrollbar {
  width: 6px;
}

.project_detail_modal_overlay .project_detail_modal_dialog::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.project_detail_modal_overlay .project_detail_modal_dialog .modal_close_btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 30;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.project_detail_modal_overlay .project_detail_modal_dialog .modal_close_btn:hover {
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.project_detail_modal_overlay .project_detail_modal_dialog .modal_close_btn svg {
  stroke: #ffffff;
}

.project_detail_modal_overlay .project_detail_modal_dialog .project_detail_content {
  width: 100%;
}

.ban_glass_card {
  width: 100%;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: 36px 28px 28px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 767px) {
  .ban_glass_card {
    width: 100%;
    margin: 0 !important;
    padding: 32px 20px 24px 20px !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 20px !important;
    gap: 20px !important;
  }
}

.ban_glass_card .ban_card_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  backdrop-filter: none !important;
  border: none !important;
  position: static !important;
}

@media screen and (max-width: 767px) {
  .ban_glass_card .ban_card_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.ban_glass_card .ban_card_header .ban_logo_wrap img {
  height: 56px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .ban_glass_card .ban_card_header .ban_logo_wrap img {
    height: 44px;
  }
}

.ban_glass_card .ban_card_header .ban_specs_wrap {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .ban_glass_card .ban_card_header .ban_specs_wrap {
    padding: 14px;
    gap: 10px;
    width: 100%;
  }
}

.ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
}

.ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item span {
  font-weight: 500;
}

.ban_glass_card .ban_card_header .ban_specs_wrap .ban_spec_item.full_width {
  grid-column: span 2;
}

.ban_glass_card .ban_form {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .ban_glass_card .ban_form {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    backdrop-filter: none !important;
    border: none !important;
    border-radius: 0 !important;
  }
}

.ban_glass_card .ban_form .form-group {
  margin-bottom: 16px;
}

.ban_glass_card .ban_form .form-group label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.ban_glass_card .ban_form .form-group .form-control {
  background-color: #fff;
  border-radius: 10px;
  height: 48px;
  font-size: 14px;
}

.ban_glass_card .ban_form .black_cta {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  border-radius: 6px;
}