@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  overflow: hidden;
}

.padding-section-lg {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .padding-section-lg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .padding-section-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-section-small, .section-specing {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .padding-section-small, .section-specing {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .padding-section-small, .section-specing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.margin-section-small {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .margin-section-small {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .margin-section-small {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.sub-title {
  font-family: "Manrope";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sub-title {
    font-size: 18px;
  }
}

.title span {
  color: #CC7031;
}

a {
  color: #CC7031;
  text-decoration: none;
  transition: all 0.4s;
}

button {
  transition: all 0.4s;
  text-decoration: none;
}

.text-link-underline {
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden;
}

.text-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  transition: all 0.5s;
}
.text-link:hover {
  color: #CC7031;
}

ul:not(.menu, .sub-menu, .slick-dots) li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}
ul:not(.menu, .sub-menu, .slick-dots) li:last-child {
  margin-bottom: 0;
}
ul:not(.menu, .sub-menu, .slick-dots) li::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 3px;
  background-image: url(/wp-content/uploads/2025/11/list-icon.svg);
  width: 17px;
  height: 19px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.text-link-icon {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #121212;
  display: flex;
  gap: 12px;
  align-items: center;
  transition: all 0.5s;
  transform: scale(1);
  width: fit-content;
}
.text-link-icon:after {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2025/11/black-arrow-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.text-link-icon:hover {
  transform: scale(0.9);
  color: #CC7031;
}
.text-link-icon:hover:after {
  background-image: url(/wp-content/uploads/2025/11/brown-arrow-icon.svg);
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Manrope";
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F4EEDE;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #F4EEDE;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #F4EEDE;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #F4EEDE;
}

.text-color-white {
  color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-primary {
  background-color: #CC7031;
}

.bg-grey {
  background-color: #D9D9D9;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.section-title {
  margin-bottom: 30px;
}

.link-hover {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.link-hover:after {
  content: "";
  background-image: url(../images/btn-arrow.svg);
  width: 20px;
  height: 20px;
}
.link-hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  content: "";
  transition: all 0.3s linear;
}
.link-hover:hover:before {
  width: 100%;
}

.swiper-container .custom-swiper-pagination, .swiper-container .swiper-pagination {
  text-align: center;
  margin-top: 20px;
}
.swiper-container .custom-swiper-pagination .swiper-pagination-bullet, .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #000000;
  width: 12px;
  height: 12px;
}
.swiper-container .custom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CC7031;
}

.page-not-found {
  max-width: 1200px;
  margin: auto;
}
.page-not-found h2 {
  font-size: 140px;
  line-height: 160px;
}
@media (max-width: 479px) {
  .page-not-found h2 {
    font-size: 110px;
    line-height: 100px;
  }
}
.page-not-found h2 .text {
  color: #CC7031;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.page-not-found h4 {
  margin-bottom: 30px;
}

.slick-dots {
  width: 100%;
  background: transparent;
  height: 3px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  width: 100%;
  max-width: 90px;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.5s;
  cursor: pointer;
}
.slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
}
.slick-dots li.slick-active {
  background-color: #CC7031;
}

.slick-dot-style .slick-dots {
  width: 100%;
  background: transparent;
  height: 6px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 12px;
  justify-content: center;
}
.slick-dot-style .slick-dots li {
  width: 100%;
  max-width: 10px;
  height: 6px;
  background-color: #D9D9D9;
  transition: all 0.5s;
}
.slick-dot-style .slick-dots li.slick-active {
  background-color: #CC7031;
  max-width: 30px;
}

.slider__pagination {
  width: 100%;
  background: transparent;
  height: 6px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 12px;
  justify-content: center;
  bottom: -40px !important;
}
.slider__pagination .swiper-pagination-bullet {
  width: 100%;
  max-width: 10px;
  height: 6px;
  background-color: #D9D9D9;
  transition: all 0.5s;
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}
.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CC7031;
  max-width: 30px;
}

.slick-arrow {
  background-color: white;
  width: 54px;
  height: 54px;
  border: 0;
  box-shadow: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7231 12.2291C1.68751 12.4878 1.76916 12.7595 1.968 12.9585L9.29293 20.2885C9.63029 20.6261 10.1774 20.6265 10.5148 20.2892C10.8523 19.952 10.8524 19.4049 10.515 19.0673L4.65952 13.2078L22.1233 13.2078C22.6005 13.2078 22.9873 12.8209 22.9873 12.3438C22.9873 11.8666 22.6005 11.4797 22.1233 11.4798L4.6683 11.4797L10.5121 5.6322C10.8493 5.2948 10.849 4.74773 10.5114 4.41033C10.1739 4.07292 9.62679 4.07309 9.28955 4.41049L2.015 11.6898C1.85884 11.8246 1.75158 12.0144 1.7231 12.2291Z' fill='%23121212'/%3E%3C/svg%3E%0A");
  z-index: 3;
  left: 40px;
  cursor: pointer;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1200px) {
  .slick-arrow {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .slick-arrow {
    width: 36px;
    height: 36px;
    background-size: 20px;
  }
}

.slick-arrow:hover {
  background-color: #CC7031;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7231 12.2291C1.68751 12.4878 1.76916 12.7595 1.968 12.9585L9.29293 20.2885C9.63029 20.6261 10.1774 20.6265 10.5148 20.2892C10.8523 19.952 10.8524 19.4049 10.515 19.0673L4.65952 13.2078L22.1233 13.2078C22.6005 13.2078 22.9873 12.8209 22.9873 12.3438C22.9873 11.8666 22.6005 11.4797 22.1233 11.4798L4.6683 11.4797L10.5121 5.6322C10.8493 5.2948 10.849 4.74773 10.5114 4.41033C10.1739 4.07292 9.62679 4.07309 9.28955 4.41049L2.015 11.6898C1.85884 11.8246 1.75158 12.0144 1.7231 12.2291Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

button.slick-next.slick-arrow {
  left: auto;
  right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2769 11.7709C22.3125 11.5122 22.2308 11.2405 22.032 11.0415L14.7071 3.71146C14.3697 3.37386 13.8226 3.37355 13.4852 3.71078C13.1477 4.04799 13.1476 4.59505 13.485 4.93266L19.3405 10.7922L1.8767 10.7922C1.39953 10.7922 1.01268 11.1791 1.01267 11.6562C1.01267 12.1334 1.39949 12.5203 1.87667 12.5202L19.3317 12.5203L13.4879 18.3678C13.1507 18.7052 13.151 19.2523 13.4886 19.5897C13.8261 19.9271 14.3732 19.9269 14.7104 19.5895L21.985 12.3102C22.1412 12.1754 22.2484 11.9856 22.2769 11.7709Z' fill='%23121212'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1200px) {
  button.slick-next.slick-arrow {
    right: 20px;
  }
}

button.slick-next.slick-arrow:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2769 11.7709C22.3125 11.5122 22.2308 11.2405 22.032 11.0415L14.7071 3.71146C14.3697 3.37386 13.8226 3.37355 13.4852 3.71078C13.1477 4.04799 13.1476 4.59505 13.485 4.93266L19.3405 10.7922L1.8767 10.7922C1.39953 10.7922 1.01268 11.1791 1.01267 11.6562C1.01267 12.1334 1.39949 12.5203 1.87667 12.5202L19.3317 12.5203L13.4879 18.3678C13.1507 18.7052 13.151 19.2523 13.4886 19.5897C13.8261 19.9271 14.3732 19.9269 14.7104 19.5895L21.985 12.3102C22.1412 12.1754 22.2484 11.9856 22.2769 11.7709Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.swiper-button-next {
  background-color: white;
  width: 54px;
  height: 54px;
  border: 0;
  box-shadow: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  z-index: 3;
  left: auto;
  right: 40px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2769 11.7709C22.3125 11.5122 22.2308 11.2405 22.032 11.0415L14.7071 3.71146C14.3697 3.37386 13.8226 3.37355 13.4852 3.71078C13.1477 4.04799 13.1476 4.59505 13.485 4.93266L19.3405 10.7922L1.8767 10.7922C1.39953 10.7922 1.01268 11.1791 1.01267 11.6562C1.01267 12.1334 1.39949 12.5203 1.87667 12.5202L19.3317 12.5203L13.4879 18.3678C13.1507 18.7052 13.151 19.2523 13.4886 19.5897C13.8261 19.9271 14.3732 19.9269 14.7104 19.5895L21.985 12.3102C22.1412 12.1754 22.2484 11.9856 22.2769 11.7709Z' fill='%23121212'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1200px) {
  .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .swiper-button-next {
    width: 36px;
    height: 36px;
    background-size: 20px;
  }
}

.swiper-button-next:hover {
  background-color: #CC7031;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2769 11.7709C22.3125 11.5122 22.2308 11.2405 22.032 11.0415L14.7071 3.71146C14.3697 3.37386 13.8226 3.37355 13.4852 3.71078C13.1477 4.04799 13.1476 4.59505 13.485 4.93266L19.3405 10.7922L1.8767 10.7922C1.39953 10.7922 1.01268 11.1791 1.01267 11.6562C1.01267 12.1334 1.39949 12.5203 1.87667 12.5202L19.3317 12.5203L13.4879 18.3678C13.1507 18.7052 13.151 19.2523 13.4886 19.5897C13.8261 19.9271 14.3732 19.9269 14.7104 19.5895L21.985 12.3102C22.1412 12.1754 22.2484 11.9856 22.2769 11.7709Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.swiper-button-prev {
  background-color: white;
  width: 54px;
  height: 54px;
  border: 0;
  box-shadow: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7231 12.2291C1.68751 12.4878 1.76916 12.7595 1.968 12.9585L9.29293 20.2885C9.63029 20.6261 10.1774 20.6265 10.5148 20.2892C10.8523 19.952 10.8524 19.4049 10.515 19.0673L4.65952 13.2078L22.1233 13.2078C22.6005 13.2078 22.9873 12.8209 22.9873 12.3438C22.9873 11.8666 22.6005 11.4797 22.1233 11.4798L4.6683 11.4797L10.5121 5.6322C10.8493 5.2948 10.849 4.74773 10.5114 4.41033C10.1739 4.07292 9.62679 4.07309 9.28955 4.41049L2.015 11.6898C1.85884 11.8246 1.75158 12.0144 1.7231 12.2291Z' fill='%23121212'/%3E%3C/svg%3E%0A");
  z-index: 3;
  left: 40px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .swiper-button-prev {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-size: 20px;
  }
}

.swiper-button-prev:hover {
  background-color: #CC7031;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7231 12.2291C1.68751 12.4878 1.76916 12.7595 1.968 12.9585L9.29293 20.2885C9.63029 20.6261 10.1774 20.6265 10.5148 20.2892C10.8523 19.952 10.8524 19.4049 10.515 19.0673L4.65952 13.2078L22.1233 13.2078C22.6005 13.2078 22.9873 12.8209 22.9873 12.3438C22.9873 11.8666 22.6005 11.4797 22.1233 11.4798L4.6683 11.4797L10.5121 5.6322C10.8493 5.2948 10.849 4.74773 10.5114 4.41033C10.1739 4.07292 9.62679 4.07309 9.28955 4.41049L2.015 11.6898C1.85884 11.8246 1.75158 12.0144 1.7231 12.2291Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.breadcrumb-wrap {
  margin-top: 130px;
  padding: 14px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
@media (max-width: 1439px) {
  .breadcrumb-wrap {
    padding: 14px 20px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrap {
    margin-top: 107px;
  }
}
.breadcrumb-wrap ul {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.breadcrumb-wrap ul li {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.breadcrumb-wrap ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumb-wrap ul li:before {
  display: none;
}
.breadcrumb-wrap ul li:after {
  background-image: url(/wp-content/uploads/2025/11/breadcrumb-icon.svg);
  width: 12px;
  content: "";
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  position: relative;
  top: 1px;
}
.breadcrumb-wrap ul li:last-child::after {
  display: none;
}

.about_info_wrapr {
  margin-top: 60px;
}
@media (max-width: 1439px) {
  .about_info_wrapr {
    margin-top: 30px;
  }
}
.about_info_wrapr .content_col {
  color: #121212;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.about_info_wrapr .address-info-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
@media (max-width: 991px) {
  .about_info_wrapr .address-info-wrap {
    flex-flow: column;
  }
}
.about_info_wrapr .address-info-wrap .box-col {
  position: relative;
  padding-right: 68px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.08em;
  color: #121212;
}
@media (max-width: 1200px) {
  .about_info_wrapr .address-info-wrap .box-col {
    font-size: 16px;
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .about_info_wrapr .address-info-wrap .box-col {
    padding-right: 0;
  }
}
.about_info_wrapr .address-info-wrap .box-col:last-child {
  padding-right: 0;
}
.about_info_wrapr .address-info-wrap .box-col:last-child::after {
  display: none;
}
.about_info_wrapr .address-info-wrap .box-col:after {
  content: "";
  position: absolute;
  left: auto;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1200px) {
  .about_info_wrapr .address-info-wrap .box-col:after {
    right: 21px;
  }
}
@media (max-width: 991px) {
  .about_info_wrapr .address-info-wrap .box-col:after {
    display: none;
  }
}
.about_info_wrapr .address-info-wrap .box-col a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.08em;
  color: #121212;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .about_info_wrapr .address-info-wrap .box-col a {
    font-size: 16px;
  }
}
.about_info_wrapr .address-info-wrap .box-col a:hover {
  color: #CC7031;
  transition: all 0.5s;
}
.about_info_wrapr .address-info-wrap .box-col a span {
  width: 26px;
  height: 26px;
}

.single-post article {
  display: flex;
  flex-flow: column;
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .single-post article {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .single-post article {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.single-post .entry-content {
  margin-top: 16px;
}
.single-post .entry-content h1, .single-post .entry-content .h1, .single-post .entry-content h2, .single-post .entry-content .h2, .single-post .entry-content h3, .single-post .entry-content .h3, .single-post .entry-content h4, .single-post .entry-content .h4, .single-post .entry-content h5, .single-post .entry-content .h5 h6, .single-post .entry-content .h6 {
  line-height: 1.5 !important;
}
.single-post .entry-content ul {
  margin-bottom: 20px;
}
.single-post .entry-content ol {
  list-style: decimal;
  padding-left: 20px;
}
.single-post .entry-content ol li {
  margin-bottom: 16px;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.eot");
  src: url("../fonts/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff"), url("../fonts/Manrope-ExtraBold.ttf") format("truetype"), url("../fonts/Manrope-ExtraBold.svg#Manrope-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.eot");
  src: url("../fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype"), url("../fonts/Manrope-Bold.svg#Manrope-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.eot");
  src: url("../fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff"), url("../fonts/Manrope-SemiBold.ttf") format("truetype"), url("../fonts/Manrope-SemiBold.svg#Manrope-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.eot");
  src: url("../fonts/Manrope-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff"), url("../fonts/Manrope-Light.ttf") format("truetype"), url("../fonts/Manrope-Light.svg#Manrope-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.eot");
  src: url("../fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype"), url("../fonts/Manrope-Medium.svg#Manrope-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.eot");
  src: url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope-Regular.svg#Manrope-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.eot");
  src: url("../fonts/Manrope-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../fonts/Manrope-ExtraLight.woff") format("woff"), url("../fonts/Manrope-ExtraLight.ttf") format("truetype"), url("../fonts/Manrope-ExtraLight.svg#Manrope-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  margin: 0 !important;
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 h6,
.h6 {
  font-family: "Manrope";
  color: #121212;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5 h6,
  .h6 {
    margin-bottom: 16px;
  }
}

h1, .h1 {
  font-size: 84px;
  font-weight: 800;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

h2, h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 58px;
}
@media (max-width: 1200px) {
  h2, h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  h2, h2 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  h2, h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

h3, .h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

h4, .h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36.12px;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

h5, .h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

h6, .h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 19px;
    line-height: 26px;
  }
}

.innerbanner-title {
  font-size: 56px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 1439px) {
  .innerbanner-title {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .innerbanner-title {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .innerbanner-title {
    font-size: 30px;
  }
}

.big-title {
  font-family: "Manrope";
  color: #121212;
  font-weight: 800;
  font-size: 120px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .big-title {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .big-title {
    font-size: 80px;
  }
}
@media (max-width: 1024px) {
  .big-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .big-title {
    font-size: 42px;
  }
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
}

.header-main {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  padding: 20px 40px;
  display: grid;
  grid-template-columns: 190px 1fr 190px;
}
@media (max-width: 1439px) {
  .header-main {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .header-main {
    padding: 15px 20px;
    grid-template-columns: 145px auto 100px;
  }
}

.site-branding {
  display: flex;
  line-height: 0;
}
.site-branding .header-logo {
  max-width: 170px;
}

.header-language-switcher {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .header-language-switcher .humbergar-menu {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.submenu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .submenu-toggle {
    display: block;
    background-image: url("../images/select-arrow-bottom.svg");
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    transition: 0.4s all;
    background-position: center;
    background-size: 16px;
  }
}

@media (min-width: 992px) {
  .header-menu .main-navigation {
    height: 100%;
  }
  .header-menu .menu-main-menu-container {
    height: 100%;
  }
  .header-menu .menu {
    height: 100%;
  }
  .header-menu .menu li {
    height: 100%;
  }
}
.header-menu .menu {
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1200px) {
  .header-menu .menu {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .header-menu .menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(100%, 0, 0);
    background: #ffffff;
    transition: all 0.3s;
    z-index: 99;
    display: block;
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .header-menu .menu li {
    border-top: 1px solid #e6e6e6;
  }
}
.header-menu .menu li.submenu-open > a .submenu-toggle {
  transform: rotate(180deg);
  background-image: url("../images/select-brown-arrow-bottom.svg");
}
.header-menu .menu > li > a {
  color: #ffffff;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  letter-spacing: 2px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}
@media (max-width: 991px) {
  .header-menu .menu > li > a {
    color: #000000;
    border: 0;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header-menu .menu > li > a:hover {
  color: #CC7031;
}
.header-menu .menu > li > a:hover:after {
  background-image: url("../images/arrow-brown.svg");
  transform: rotate(180deg);
}
.header-menu .menu > li.current-menu-item > a {
  color: #CC7031;
  border-color: #CC7031;
}
.header-menu .menu > li.current-menu-item > a:after {
  background-image: url("../images/arrow-arrow-brown.svg");
}
.header-menu .menu > li.current-menu-item > a .submenu-toggle {
  background-image: url("../images/select-brown-arrow-bottom.svg");
}
.header-menu .menu > li.current-menu-parent > a {
  color: #CC7031;
  border-color: #CC7031;
}
.header-menu .menu > li.current-menu-parent > a:after {
  background-image: url("../images/arrow-brown.svg");
}
.header-menu .menu > li.current-menu-parent > a .submenu-toggle {
  background-image: url("../images/select-brown-arrow-bottom.svg");
}
.header-menu .menu > li.current_page_ancestor > a {
  color: #CC7031;
  border-color: #CC7031;
}
.header-menu .menu > li.current_page_ancestor > a:after {
  background-image: url("../images/arrow-brown.svg");
}
.header-menu .menu > li.current_page_ancestor > a .submenu-toggle {
  background-image: url("../images/select-brown-arrow-bottom.svg");
}
.header-menu .menu > .menu-item-has-children > a:after {
  content: "";
  background-image: url("../images/arrow.svg");
  width: 14px;
  height: 14px;
  display: inline-flex;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header-menu .menu > .menu-item-has-children > a:after {
    display: none;
  }
}
.header-menu .menu .sub-menu {
  flex-direction: column;
  padding: 20px;
  background: #ffffff;
  gap: 20px;
  border-bottom: 4px solid #CC7031;
  min-width: 240px;
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu {
    position: static;
    float: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: none;
    padding: 0 0 0 30px;
    min-width: 100%;
  }
}
.header-menu .menu .sub-menu > .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu > .menu-item-has-children > a {
    width: 100%;
    padding-right: 20px;
  }
}
.header-menu .menu .sub-menu > .menu-item-has-children > a::after {
  content: "";
  background-image: url("../images/arrow-grey.svg");
  width: 14px;
  height: 14px;
  display: inline-flex;
  transition: all 0.4s;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu > .menu-item-has-children > a::after {
    display: none;
  }
}
.header-menu .menu .sub-menu .menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -50px;
  width: 50px;
  top: 0;
  bottom: 0;
  height: 40px;
  display: block;
}
.header-menu .menu .sub-menu li a {
  color: #121212;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu li a {
    padding: 10px 0;
  }
}
.header-menu .menu .sub-menu li a:hover {
  color: #CC7031;
}
.header-menu .menu .sub-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: flex;
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
}
.header-menu .menu .sub-menu .sub-menu {
  left: 116%;
  float: none;
  opacity: 0;
  visibility: hidden;
  display: flex;
  border-bottom: 0;
  display: none;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.header-menu .menu .sub-menu .current-page-parent > a {
  color: #CC7031;
}
.header-menu .menu .sub-menu .current-page-parent > a:hover {
  color: #CC7031;
}
.header-menu .menu .sub-menu .current-page-parent > a:after {
  background-image: url(../images/arrow-brown.svg);
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu .current-page-parent > a .submenu-toggle {
    background-image: url("../images/select-brown-arrow-bottom.svg");
  }
}
.header-menu .menu .sub-menu .current-menu-item > a {
  color: #CC7031;
}
.header-menu .menu .sub-menu .current-menu-item > a:hover {
  color: #CC7031;
}
.header-menu .menu .sub-menu .current-menu-item > a:after {
  background-image: url(../images/arrow-brown.svg);
}
@media (max-width: 991px) {
  .header-menu .menu .sub-menu .current-menu-item > a .submenu-toggle {
    background-image: url("../images/select-brown-arrow-bottom.svg");
  }
}

@media (max-width: 991px) {
  .header-logo {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    max-width: 150px;
  }
}

body .site .wpml-ls-legacy-dropdown {
  width: auto;
}
body .site .wpml-ls-legacy-dropdown ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}
body .site .wpml-ls-legacy-dropdown ul li a {
  color: #ffffff !important;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: transparent !important;
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-right: 28px;
  padding-left: 0;
}
@media (max-width: 767px) {
  body .site .wpml-ls-legacy-dropdown ul li a {
    font-size: 0;
    border: 1px solid #ffffff !important;
    border-radius: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
  }
}
body .site .wpml-ls-legacy-dropdown ul li a .wpml-ls-native {
  margin: 0;
}
body .site .wpml-ls-legacy-dropdown ul li a img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 9999px;
  object-fit: cover;
}
body .site .wpml-ls-legacy-dropdown ul li a:after {
  content: "";
  border: 0;
  right: 10px;
  top: 10px;
  z-index: 11;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(225deg);
}
body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-color: #ffffff;
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 0;
  }
}
body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
    padding: 4px;
    display: block;
    text-align: center;
  }
}
body .site .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a::after {
  display: none;
}

.humbergar-menu .menu-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 22px;
  padding: 0;
  cursor: pointer;
  display: none;
  font-size: 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .humbergar-menu .menu-toggle {
    display: block;
  }
}
.humbergar-menu .menu-toggle .menuicon {
  transition-duration: 0s;
  transition-delay: 0.2s;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  border-radius: 2px;
  margin: auto;
}
.humbergar-menu .menu-toggle .menuicon:before {
  margin-top: -8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.humbergar-menu .menu-toggle .menuicon:after {
  margin-top: 8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.humbergar-menu .menu-toggle .menuicon::before, .humbergar-menu .menu-toggle .menuicon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  display: block;
}

@media (max-width: 991px) {
  .contact-btn .btn.cta-button {
    font-size: 0;
    padding: 6px;
    gap: 0;
    line-height: 20px;
    background-color: transparent;
  }
  .contact-btn .btn.cta-button::after {
    background-image: url("../images/call.svg") !important;
    background-size: 20px;
  }
}

@media (max-width: 991px) {
  .menu-open {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .menu-open .header-lang {
    display: none;
  }
}
@media (max-width: 991px) {
  .menu-open .header-menu .menu {
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.menu-open .humbergar-menu .menuicon {
  position: relative;
  background-color: transparent;
}
.menu-open .humbergar-menu .menuicon::before {
  background-color: #000000;
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.2s;
}
.menu-open .humbergar-menu .menuicon:after {
  background-color: #000000;
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.2s;
}

.footer-widgets {
  gap: 60px;
  display: flex;
  flex-flow: wrap;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 1200px) {
  .footer-widgets {
    gap: 30px;
  }
}
.footer-widgets .footer-widget-area {
  width: 100%;
  max-width: calc((100% - 180px) / 4);
}
@media (max-width: 1200px) {
  .footer-widgets .footer-widget-area {
    max-width: calc((100% - 90px) / 4);
  }
}
@media (max-width: 991px) {
  .footer-widgets .footer-widget-area {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .footer-widgets .footer-widget-area {
    max-width: 100%;
  }
}

.site-footer {
  background: #090909;
  position: relative;
}
.site-footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 6px;
  width: 365px;
  height: 380px;
  background-image: url(/wp-content/uploads/2025/11/footer-logo_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 991px) {
  .site-footer:before {
    display: none;
  }
}
@media (min-width: 1921px) {
  .site-footer:before {
    left: calc((100% - 1920px) / 2);
  }
}
.site-footer .container {
  position: relative;
}
.site-footer .footer-top {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
}
@media (max-width: 991px) {
  .site-footer .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.site-footer .footer-top .footer-logo .img-box {
  width: 100%;
  max-width: 226px;
}
.site-footer .footer-top .footer-logo .img-box img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.site-footer .footer-top .address-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
@media (max-width: 991px) {
  .site-footer .footer-top .address-wrap {
    flex-flow: column;
  }
}
.site-footer .footer-top .address-wrap .box-col {
  position: relative;
  padding-right: 68px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.08em;
  color: white;
}
@media (max-width: 1200px) {
  .site-footer .footer-top .address-wrap .box-col {
    font-size: 16px;
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-top .address-wrap .box-col {
    padding-right: 0;
  }
}
.site-footer .footer-top .address-wrap .box-col:last-child {
  padding-right: 0;
}
.site-footer .footer-top .address-wrap .box-col:last-child::after {
  display: none;
}
.site-footer .footer-top .address-wrap .box-col:after {
  content: "";
  position: absolute;
  left: auto;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1200px) {
  .site-footer .footer-top .address-wrap .box-col:after {
    right: 21px;
  }
}
@media (max-width: 991px) {
  .site-footer .footer-top .address-wrap .box-col:after {
    display: none;
  }
}
.site-footer .footer-top .address-wrap .box-col a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.08em;
  color: white;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .site-footer .footer-top .address-wrap .box-col a {
    font-size: 16px;
  }
}
.site-footer .footer-top .address-wrap .box-col a:hover {
  color: #CC7031;
  transition: all 0.5s;
}
.site-footer .footer-top .address-wrap .box-col a span {
  width: 26px;
  height: 26px;
}
.site-footer .footer-top .brand-wapper .brand-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  gap: 60px;
}
@media (max-width: 991px) {
  .site-footer .footer-top .brand-wapper .brand-list {
    gap: 20px;
  }
}
.site-footer .footer-top .brand-wapper .brand-list .brand-img {
  height: 40px;
  position: relative;
  overflow: hidden;
}
.site-footer .footer-top .brand-wapper .brand-list .brand-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.site-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 991px) {
  .site-footer .menu {
    gap: 10px;
  }
}
.site-footer .menu li a {
  color: #ffffff;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
  transition: all 0.5s;
}
.site-footer .menu li a:hover {
  color: #CC7031;
  font-size: 15.5px;
  letter-spacing: 0.04em;
  transition: all 0.5s;
}
.site-footer .footer-title {
  letter-spacing: 0;
  line-height: 100%;
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.site-footer .footer-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #CC7031;
}
.site-footer .social-icon-wrap {
  display: flex;
  flex-flow: wrap;
  gap: 16px;
}
.site-footer .social-icon-wrap a {
  width: 54px;
  height: 54px;
  border: 1px solid #333333;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all 0.5s;
}
.site-footer .social-icon-wrap a img {
  filter: contrast(0);
  -webkit-filter: contrast(0);
}
.site-footer .social-icon-wrap a:hover {
  background-color: #CC7031;
}
.site-footer .social-icon-wrap a:hover img {
  filter: contrast(100);
  -webkit-filter: contrast(100);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 991px) {
  .footer-bottom-inner {
    gap: 10px;
    flex-flow: column-reverse;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.footer-bottom-inner .menu {
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 991px) {
  .footer-bottom-inner .menu {
    gap: 14px;
  }
}
.footer-bottom-inner .menu li {
  display: flex;
}
.footer-bottom-inner .menu li::after {
  content: "";
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  right: -16px;
  position: relative;
}
@media (max-width: 991px) {
  .footer-bottom-inner .menu li::after {
    right: -7px;
  }
}
.footer-bottom-inner .menu li:last-child::after {
  display: none;
}

.copyright {
  color: #ffffff;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.08em;
}
.copyright p {
  color: #ffffff;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contact_section .contact_wrap .button-group {
  flex-flow: wrap;
  gap: 20px 24px;
}

.btn {
  display: inline-flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-family: "Manrope";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.16px;
  outline: none;
  box-shadow: none;
  transition: all 0.4s;
  font-weight: 600;
  background-color: #3B4A75;
  letter-spacing: 0.02em;
  border-radius: 0 !important;
  position: relative;
  transition: all 0.5s;
  top: 0;
  bottom: 0;
  padding-right: 48px;
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}
.btn:hover {
  color: #ffffff;
  background-color: #CC7031;
}
.btn:hover:after {
  background-image: url("../images/btn-arrow-hover.svg");
  background-color: #ffffff;
}
.btn:after {
  content: "";
  background-image: url("../images/btn-arrow.svg");
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-color: #CC7031;
  position: absolute;
  left: auto;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  transition: all 0.5s;
}
.btn.btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 56px;
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-primary::after {
  width: 36px;
  height: 36px;
  background-image: url("../images/btn-logn-arrow.svg");
  background-color: #CC7031;
  background-position: 50% 50%;
  background-size: 15px;
}
.btn.btn-primary::before {
  content: "";
  background-image: url("../images/btn-logn-arrow.svg");
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: auto;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: -200% 50%;
  transition: all 0.5s;
  z-index: 1;
  background-size: 15px;
}
.btn.btn-primary:hover {
  background-color: #3B4A75;
  color: #ffffff;
}
.btn.btn-primary:hover::after {
  background-image: url("../images/btn-logn-arrow.svg");
  background-color: #CC7031;
  background-position: 200% 50%;
}
.btn.btn-primary:hover::before {
  background-position: 50% 50%;
}
@media (max-width: 991px) {
  .btn.btn-call {
    font-size: 0;
    padding-right: 0;
    padding-left: 52px;
  }
}
.btn.btn-call::after {
  background-image: url("../images/btn-call.svg");
  background-size: 24px;
  background-position: 50% 50%;
}
.btn.btn-call::before {
  background-image: url("../images/btn-call.svg");
  background-size: 24px;
  background-position: -300% 50%;
}
.btn.btn-call:hover::after {
  background-image: url("../images/btn-call.svg");
  background-position: 300% 50%;
}
.btn.btn-call:hover::before {
  background-image: url("../images/btn-call.svg");
  background-position: 50% 50%;
}
.btn.btn-loader::after {
  background-image: url("../images/white-loader-icon.svg");
}
.btn.btn-loader:hover::after {
  background-image: url("../images/dark-loader-icon.svg");
}

.banner-section {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 1436px;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/11/bg-overlay.svg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 1;
}
.banner-section::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 210px;
  background-image: url(/wp-content/uploads/2025/11/bg-horizontal.svg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-section::after {
    height: 100%;
  }
}
.banner-section .slick-track:before, .banner-section .slick-track:after {
  display: none;
}
.banner-section .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.banner-section .banner_wraper {
  position: relative;
  z-index: 2;
}
.banner-section .banner_wraper .container {
  padding-top: 290px;
}
@media (max-width: 1439px) {
  .banner-section .banner_wraper .container {
    padding-top: 100px;
  }
}
.banner-section .banner_wraper .banner_info {
  position: relative;
  background: url(/wp-content/uploads/2025/11/house-icon.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 139px 0 43px 51px;
  background-size: contain;
}
@media (max-width: 991px) {
  .banner-section .banner_wraper .banner_info {
    padding: 110px 0 20px 35px;
  }
}
.banner-section .banner_wraper .banner_info .title_wrap .title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 800;
  margin-bottom: 16px;
}
.banner-section .banner_wraper .banner_info .title_wrap .sub-title {
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin-bottom: 14px;
}
@media (max-width: 1200px) {
  .banner-section .banner_wraper .banner_info .title_wrap .sub-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1em;
  }
}
.banner-section .banner_wraper .banner_info .content-box {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  max-width: 760px;
}
@media (max-width: 1200px) {
  .banner-section .banner_wraper .banner_info .content-box {
    font-size: 16px;
    line-height: 28px;
  }
}
.banner-section .banner_wraper .banner_info .button-group {
  margin-top: 30px;
}
.banner-section .project-slider-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 718px;
  margin-left: auto;
  margin-top: -70px;
}
@media (max-width: 1200px) {
  .banner-section .project-slider-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .banner-section .project-slider-wrap {
    position: relative;
    left: 20px;
  }
}
.banner-section .project-slider-wrap .slides-numbers {
  order: 1;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: -15px;
  max-width: 335px;
}
.banner-section .project-slider-wrap .slides-numbers span {
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.banner-section .project-slider-wrap .slick-track {
  display: flex;
  gap: 14px;
}
.banner-section .project-slider-wrap .slider-wrap {
  display: flex;
  flex-flow: wrap;
}
.banner-section .project-slider-wrap .slider-wrap .slick-list {
  order: 2;
  padding-right: 314px;
}
@media (max-width: 991px) {
  .banner-section .project-slider-wrap .slider-wrap .slick-list {
    padding-right: 35%;
  }
}
@media (max-width: 640px) {
  .banner-section .project-slider-wrap .slider-wrap .slick-list {
    padding-right: 20%;
  }
}
.banner-section .project-slider-wrap .slider-wrap .slick-dots {
  order: 0;
  display: inline-flex;
  width: 100%;
  margin-bottom: 38px;
  margin-left: 32px;
  position: relative;
  z-index: 2;
  max-width: 270px;
}
.banner-section .project-slider-wrap .slider-wrap .item-col .item-list {
  padding: 12px 43px 12px 12px;
  background-color: #ffffff;
  display: flex;
  gap: 16px;
}
@media (max-width: 479px) {
  .banner-section .project-slider-wrap .slider-wrap .item-col .item-list {
    padding: 12px;
    flex-flow: column;
  }
}
.banner-section .project-slider-wrap .slider-wrap .item-col .item-list .img-box {
  width: 140px;
  flex: 0 0 140px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 479px) {
  .banner-section .project-slider-wrap .slider-wrap .item-col .item-list .img-box {
    width: 100%;
    flex: unset;
    padding-bottom: 100%;
  }
}
.banner-section .project-slider-wrap .slider-wrap .item-col .item-list .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
}
.banner-section .project-slider-wrap .slider-wrap .item-col .item-list .content-box .title {
  margin-bottom: 4px;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.banner-section .project-slider-wrap .slider-wrap .item-col .item-list .content-box .content {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #121212;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.banner-section .project-slider-wrap .slider-wrap .item-col .item-list .content-box .text-link {
  margin-top: 40px;
  display: block;
}

.about_section {
  position: relative;
}
.about_section .about_wrap .about_col {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}
@media (max-width: 1439px) {
  .about_section .about_wrap .about_col {
    gap: 30px;
  }
}
.about_section .about_wrap .about_col .grid-col {
  width: 100%;
  max-width: calc((100% - 60px) / 2);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .about_section .about_wrap .about_col .grid-col {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 991px) {
  .about_section .about_wrap .about_col .grid-col {
    max-width: 100%;
  }
}
.about_section .about_wrap .about_col .left-col .sub-title {
  text-align: right;
}
.about_section .about_wrap .about_col .left-col .img-box {
  height: 100%;
}
.about_section .about_wrap .about_col .left-col .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about_section .about_wrap .about_col .right-col .title_wrap .title {
  margin-bottom: 32px;
}
.about_section .about_wrap .about_col .right-col .title_wrap .title span {
  display: inline-block;
}
.about_section .about_wrap .about_col .right-col .title_wrap .img-box {
  height: 100%;
  margin-bottom: 32px;
}
.about_section .about_wrap .about_col .right-col .title_wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about_section .about_wrap .about_col .right-col .title_wrap .contet-box {
  line-height: 26px;
  margin-bottom: 32px;
}
.about_section .about_wrap .about_col .right-col .title_wrap .button-group {
  margin-bottom: 32px;
}
.about_section .about_wrap .about_col .right-col .title_wrap .contact-info .text-col {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #121212;
  margin-bottom: 24px;
}
.about_section .about_wrap .about_col .right-col .title_wrap .contact-info .link-box {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1439px) {
  .about_section .about_wrap .about_col .right-col .title_wrap .contact-info .link-box {
    gap: 30px;
  }
}
.about_section .about_wrap .about_col .right-col .title_wrap .contact-info .link-box a {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.08em;
  color: #121212;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.5s;
  transform: scale(1);
  transform-origin: center;
}
@media (max-width: 1600px) {
  .about_section .about_wrap .about_col .right-col .title_wrap .contact-info .link-box a {
    font-size: 20px;
  }
}
.about_section .about_wrap .about_col .right-col .title_wrap .contact-info .link-box a::before {
  content: "";
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about_section .about_wrap .about_col .right-col .title_wrap .contact-info .link-box a::after {
  content: "";
  position: absolute;
  left: auto;
  right: -25px;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1439px) {
  .about_section .about_wrap .about_col .right-col .title_wrap .contact-info .link-box a::after {
    right: -15px;
  }
}
.about_section .about_wrap .about_col .right-col .title_wrap .contact-info .link-box a:last-child::after {
  display: none;
}
.about_section .about_wrap .about_col .right-col .title_wrap .contact-info .link-box a:hover {
  color: #555555;
  transform: scale(0.8);
}
.about_section .about_wrap .about_col .right-col .title_wrap .contact-info .link-box .tell-link::before {
  background-image: url(/wp-content/uploads/2025/11/call-icon01.svg);
}
.about_section .about_wrap .about_col .right-col .title_wrap .contact-info .link-box .mail-link::before {
  background-image: url(/wp-content/uploads/2025/11/mainl-icon01.svg);
}

.ourwork_section {
  position: relative;
  background-color: #F6F3EA;
  background-image: url(/wp-content/uploads/2025/11/work-bg.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.ourwork_section .ourwork_wrap .ourwork_col {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}
@media (max-width: 1439px) {
  .ourwork_section .ourwork_wrap .ourwork_col {
    gap: 30px;
  }
}
.ourwork_section .ourwork_wrap .ourwork_col .grid-col {
  width: 100%;
  max-width: calc((100% - 60px) / 2);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .ourwork_section .ourwork_wrap .ourwork_col .grid-col {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 991px) {
  .ourwork_section .ourwork_wrap .ourwork_col .grid-col {
    max-width: 100%;
  }
}
.ourwork_section .ourwork_wrap .ourwork_col .left-col .title {
  letter-spacing: 0.02em;
}
.ourwork_section .ourwork_wrap .ourwork_col .left-col ul {
  margin-bottom: 32px;
}
.ourwork_section .ourwork_wrap .ourwork_col .right-col .accordion_wrap .at-item {
  margin-bottom: 20px;
  background-color: #ffffff;
}
.ourwork_section .ourwork_wrap .ourwork_col .right-col .accordion_wrap .at-item:last-child {
  margin-bottom: 0;
}
.ourwork_section .ourwork_wrap .ourwork_col .right-col .accordion_wrap .at-item .at-title {
  position: relative;
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
  padding: 22px 24px;
  cursor: pointer;
}
.ourwork_section .ourwork_wrap .ourwork_col .right-col .accordion_wrap .at-item .at-title::after {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-image: url(/wp-content/uploads/2025/11/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.ourwork_section .ourwork_wrap .ourwork_col .right-col .accordion_wrap .at-item .at-title.active::after {
  background-image: url(/wp-content/uploads/2025/11/dash-icon.svg);
  background-size: 20px;
}
.ourwork_section .ourwork_wrap .ourwork_col .right-col .accordion_wrap .at-item .at-title .h6 {
  margin-bottom: 0;
  flex: 1;
  font-weight: 600;
}
.ourwork_section .ourwork_wrap .ourwork_col .right-col .accordion_wrap .at-tab {
  display: none;
  padding: 0 24px 22px 24px;
}
.ourwork_section .ourwork_wrap .ourwork_col .right-col .accordion_wrap .at-tab .tab_content_col {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.ourwork_section .ourwork_wrap .ourwork_col .right-col .accordion_wrap .at-tab .tab_content_col p:last-child {
  margin-bottom: 0;
}
.ourwork_section .ourwork_wrap .ourwork_col .right-col .accordion_wrap .at-tab .tab_content_col .img-box {
  position: relative;
  overflow: hidden;
  height: 280px;
}
.ourwork_section .ourwork_wrap .ourwork_col .right-col .accordion_wrap .at-tab .tab_content_col .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.services_section {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .services_section {
    padding-bottom: 40px;
  }
}
.services_section .services_wrap .services_col .title_wrap {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1439px) {
  .services_section .services_wrap .services_col .title_wrap {
    margin-bottom: 30px;
  }
}
.services_section .services_wrap .services_col .title_wrap .title {
  max-width: 1100px;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
.services_section .services_wrap .services_col .services_list {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}
@media (max-width: 1439px) {
  .services_section .services_wrap .services_col .services_list {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .services_section .services_wrap .services_col .services_list {
    flex-flow: column;
  }
}
.services_section .services_wrap .services_col .services_list .item_col {
  width: 100%;
  max-width: calc((100% - 120px) / 3);
  text-align: center;
  transition: all 0.5s;
}
@media (max-width: 1439px) {
  .services_section .services_wrap .services_col .services_list .item_col {
    max-width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 991px) {
  .services_section .services_wrap .services_col .services_list .item_col {
    max-width: 450px;
    margin: 0 auto;
  }
}
.services_section .services_wrap .services_col .services_list .item_col .img-box {
  background-image: url(/wp-content/uploads/2025/11/icon-bg.svg);
  width: 123px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.services_section .services_wrap .services_col .services_list .item_col .img-box img {
  position: relative;
  top: 10px;
  transition: all 0.5s;
  filter: contrast(0);
  -webkit-filter: contrast(0);
}
.services_section .services_wrap .services_col .services_list .item_col .card-title {
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.services_section .services_wrap .services_col .services_list .item_col .text-link-icon {
  margin: 20px auto 0;
  transition: all 0.5s;
}
.services_section .services_wrap .services_col .services_list .item_col:hover .img-box {
  background-image: url(/wp-content/uploads/2025/11/icon-bark-bg.svg);
}
.services_section .services_wrap .services_col .services_list .item_col:hover .img-box img {
  filter: contrast(1000) invert(1);
  -webkit-filter: contrast(1000) invert(1);
}
.services_section .services_wrap .services_col .services_list .item_col:hover .text-link-icon {
  transform: scale(0.9);
  color: #CC7031;
}
.services_section .services_wrap .services_col .services_list .item_col:hover .text-link-icon:after {
  background-image: url(/wp-content/uploads/2025/11/brown-arrow-icon.svg);
}

.coating_section {
  padding: 15px 0;
  transition: all 2s;
}
.coating_section .text-left {
  width: fit-content;
  position: relative;
  transform: translateX(-50%);
  margin-left: 50%;
  max-width: fit-content;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
}
.coating_section .text-right {
  width: fit-content;
  max-width: fit-content;
  position: relative;
  margin-left: 50%;
  margin-right: 0;
  transform: translateX(-50%);
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
}
.coating_section:hover {
  transition: all 2s;
}
.coating_section:hover .text-left {
  transform: translateX(0%);
  margin-left: 0%;
}
.coating_section:hover .text-right {
  transform: translateX(-100%);
  margin-left: 100%;
}

.projecten_section {
  background-color: #F8F8F8;
  position: relative;
}
.projecten_section .projecten_wrap .heading_wrap {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  margin-bottom: 60px;
  align-items: flex-end;
}
.projecten_section .projecten_wrap .heading_wrap .title_wrap {
  width: 100%;
  max-width: 784px;
}
.projecten_section .projecten_wrap .heading_wrap .title_wrap .title {
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
.projecten_section .projecten_wrap .heading_wrap .button-group {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .projecten_section .projecten_wrap .heading_wrap .button-group {
    margin-left: 0;
  }
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col {
  display: flex;
  flex-flow: wrap;
  gap: 32px;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col {
    gap: 20px;
  }
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col.slick-initialized {
  display: block;
  width: 100%;
  padding: 0 4px;
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col.slick-initialized {
    padding: 0 10px;
    padding-bottom: 20px;
  }
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col.slick-initialized .slick-track:before, .projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col.slick-initialized .slick-track:after {
  display: none !important;
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col.slick-initialized .slick-track {
  gap: 0;
  display: flex;
  justify-content: center;
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col.slick-initialized .slick-track .projecten_item {
  max-width: 100% !important;
  margin: 0 16px;
}
@media (max-width: 1200px) {
  .projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col.slick-initialized .slick-track .projecten_item {
    margin: 0 10px;
  }
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col.slick-initialized .slick-dots {
  bottom: -40px;
}
@media (max-width: 1200px) {
  .projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col.slick-initialized .slick-dots {
    bottom: -20px;
  }
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item {
  width: 100%;
  max-width: calc((100% - 64px) / 3);
  position: relative;
}
@media (max-width: 1200px) {
  .projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 991px) {
  .projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item {
    max-width: 100%;
  }
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item .fullcol-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item .img-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item .img-box:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #CC7031;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item .content_box {
  background: #ffffff;
  width: calc(100% - 86px);
  margin: -60px auto 0;
  position: relative;
  z-index: 1;
  padding: 24px;
}
@media (max-width: 1200px) {
  .projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item .content_box {
    width: calc(100% - 40px);
  }
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item .content_box .title {
  line-height: 1;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item .content_box .info_box {
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item .content_box .text-link-icon {
  text-align: right;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 12px;
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item:hover .img-box:before {
  opacity: 0.2;
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item:hover .img-box img {
  transform: scale(1.15);
  transition: all 0.5s;
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item:hover .text-link-icon {
  transform: scale(0.9);
  color: #CC7031;
}
.projecten_section .projecten_wrap .projecten_slider_wrap .projecten_slider_col .projecten_item:hover .text-link-icon:after {
  background-image: url(/wp-content/uploads/2025/11/brown-arrow-icon.svg);
}

.contact_section {
  position: relative;
  overflow: hidden;
  padding-top: 171px;
  padding-bottom: 171px;
}
@media (max-width: 991px) {
  .contact_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.contact_section:before {
  content: "";
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.36) 100%);
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}
.contact_section .bg_img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact_section .contact_wrap {
  position: relative;
  z-index: 2;
}
.contact_section .contact_wrap .title_wrap .sub-title {
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
}
.contact_section .contact_wrap .title_wrap .title {
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.02em;
  max-width: 850px;
  margin: 0 auto;
}
.contact_section .contact_wrap .button-group {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .contact_section .contact_wrap .button-group {
    margin-top: 30px;
  }
}

.blog_section {
  background-color: #F8F8F8;
  position: relative;
}
.blog_section .blog_wrap {
  position: relative;
  overflow-x: clip;
}
.blog_section .blog_wrap .heading_wrap {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
  margin-bottom: 60px;
  align-items: flex-end;
}
.blog_section .blog_wrap .heading_wrap .title_wrap {
  width: 100%;
  max-width: 784px;
}
.blog_section .blog_wrap .heading_wrap .title_wrap .title {
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
.blog_section .blog_wrap .heading_wrap .button-group {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .blog_section .blog_wrap .heading_wrap .button-group {
    margin-left: 0;
  }
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}
@media (max-width: 1200px) {
  .blog_section .blog_wrap .blog_slider_wrap .blog_slider_col {
    gap: 20px;
  }
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col.slick-initialized {
  display: block;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .blog_section .blog_wrap .blog_slider_wrap .blog_slider_col.slick-initialized {
    padding-bottom: 40px;
  }
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col.slick-initialized .slick-track:before, .blog_section .blog_wrap .blog_slider_wrap .blog_slider_col.slick-initialized .slick-track:after {
  display: none !important;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col.slick-initialized .slick-track {
  gap: 0;
  display: flex;
  justify-content: center;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col.slick-initialized .slick-track .blog_item {
  max-width: 100% !important;
  margin: 0 30px;
}
@media (max-width: 1200px) {
  .blog_section .blog_wrap .blog_slider_wrap .blog_slider_col.slick-initialized .slick-track .blog_item {
    margin: 0 10px;
  }
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col.slick-initialized .slick-dots {
  bottom: -40px;
}
@media (max-width: 1200px) {
  .blog_section .blog_wrap .blog_slider_wrap .blog_slider_col.slick-initialized .slick-dots {
    bottom: -20px;
  }
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item {
  width: 100%;
  max-width: calc((100% - 180px) / 4);
  position: relative;
}
@media (max-width: 1200px) {
  .blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 991px) {
  .blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item {
    max-width: 100%;
  }
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item .fullcol-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item:nth-child(2n+1) .img-box {
  padding-bottom: 128%;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item .img-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item .img-box:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #CC7031;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item .content_box {
  position: relative;
  z-index: 1;
  padding: 20px 0 0;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item .content_box .title {
  line-height: 1;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item .content_box .info_box {
  line-height: 1.5;
  color: #999999;
  display: flex;
  flex-flow: wrap;
  gap: 28px;
  row-gap: 0;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item .content_box .info_box span {
  display: flex;
  align-items: center;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item .content_box .info_box span::after {
  content: "";
  position: relative;
  width: 4px;
  height: 4px;
  left: 12px;
  background-color: #999999;
  margin: auto;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item .content_box .info_box span:last-child::after {
  display: none;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item .content_box .text-link-icon {
  text-align: right;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 12px;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item:hover .img-box:before {
  opacity: 0.2;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item:hover .img-box img {
  transform: scale(1.15);
  transition: all 0.5s;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item:hover .text-link-icon {
  transform: scale(0.9);
  color: #CC7031;
}
.blog_section .blog_wrap .blog_slider_wrap .blog_slider_col .blog_item:hover .text-link-icon:after {
  background-image: url(/wp-content/uploads/2025/11/brown-arrow-icon.svg);
}

.innerpage-banner-section {
  position: relative;
  overflow: hidden;
}
.innerpage-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 1436px;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/11/bg-overlay.svg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 1;
}
.innerpage-banner-section::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 210px;
  background-image: url(/wp-content/uploads/2025/11/bg-horizontal.svg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 991px) {
  .innerpage-banner-section::after {
    height: 100%;
  }
}
.innerpage-banner-section .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.innerpage-banner-section .innerpage-banner_wraper {
  position: relative;
  z-index: 2;
}
.innerpage-banner-section .innerpage-banner_wraper .container {
  padding-top: 133px;
  padding-bottom: 133px;
}
@media (max-width: 1439px) {
  .innerpage-banner-section .innerpage-banner_wraper .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.innerpage-banner-section .innerpage-banner_wraper .innerpage-banner_info {
  position: relative;
}
.innerpage-banner-section .innerpage-banner_wraper .innerpage-banner_info .title_wrap .title {
  color: #ffffff;
  font-weight: 800;
}

.richtext_section .richtext_wraper .title_wrap {
  text-align: center;
}
.richtext_section .richtext_wraper .title_wrap .sub-title {
  margin-bottom: 8px;
}
.richtext_section .richtext_wraper .title_wrap .title {
  margin-bottom: 0;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
.richtext_section .richtext_wraper .title_wrap .content {
  margin-top: 24px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.richtext_section .richtext_wraper .title_wrap .button-group {
  margin-top: 24px;
}

.img_text_section {
  position: relative;
}
.img_text_section:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F3EA;
  background-image: url(/wp-content/uploads/2025/11/bg-shap001.svg);
  z-index: 0;
  max-width: 63%;
  left: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 991px) {
  .img_text_section:after {
    max-width: 100%;
  }
}
.img_text_section .img_text_wraper {
  position: relative;
  z-index: 2;
}
.img_text_section .img_text_wraper .img_text_col {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1439px) {
  .img_text_section .img_text_wraper .img_text_col {
    gap: 30px;
  }
}
.img_text_section .img_text_wraper .img_text_col .grid-col {
  width: 100%;
  max-width: calc((100% - 60px) / 2);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .img_text_section .img_text_wraper .img_text_col .grid-col {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 991px) {
  .img_text_section .img_text_wraper .img_text_col .grid-col {
    max-width: 100%;
  }
}
.img_text_section .img_text_wraper .img_text_col .left-col {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .img_text_section .img_text_wraper .img_text_col .left-col {
    gap: 20px;
  }
}
.img_text_section .img_text_wraper .img_text_col .left-col .sub-title {
  text-align: right;
}
.img_text_section .img_text_wraper .img_text_col .left-col .img-box {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 59.741%;
  width: 50%;
}
.img_text_section .img_text_wraper .img_text_col .left-col .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
}
.img_text_section .img_text_wraper .img_text_col .right-col .title_wrap .title {
  margin-bottom: 24px;
  max-width: 500px;
  letter-spacing: 0.02em;
}
.img_text_section .img_text_wraper .img_text_col .right-col .title_wrap .title span {
  display: inline-block;
}
.img_text_section .img_text_wraper .img_text_col .right-col .title_wrap .contet-box {
  line-height: 26px;
}
.img_text_section .img_text_wraper .img_text_col .right-col .title_wrap .button-group {
  margin-top: 24px;
}

.img_grid_section .img_grid_wrap .img_grid_col .title_wrap {
  margin-bottom: 24px;
}
.img_grid_section .img_grid_wrap .img_grid_col .title_wrap .title {
  margin: 0;
  letter-spacing: 0.02em;
}
.img_grid_section .img_grid_wrap .img_grid_col .content_list {
  gap: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1439px) {
  .img_grid_section .img_grid_wrap .img_grid_col .content_list {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .img_grid_section .img_grid_wrap .img_grid_col .content_list {
    display: flex;
    flex-flow: column;
    gap: 0px;
  }
}
.img_grid_section .img_grid_wrap .img_grid_col .img_grid_list {
  display: flex;
  flex-flow: wrap;
  gap: 32px;
  margin-top: 44px;
}
@media (max-width: 1439px) {
  .img_grid_section .img_grid_wrap .img_grid_col .img_grid_list {
    gap: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .img_grid_section .img_grid_wrap .img_grid_col .img_grid_list {
    gap: 20px;
  }
}
.img_grid_section .img_grid_wrap .img_grid_col .img_grid_list .item_col {
  width: 100%;
  max-width: calc((100% - 64px) / 3);
  text-align: center;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1439px) {
  .img_grid_section .img_grid_wrap .img_grid_col .img_grid_list .item_col {
    max-width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 991px) {
  .img_grid_section .img_grid_wrap .img_grid_col .img_grid_list .item_col {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 640px) {
  .img_grid_section .img_grid_wrap .img_grid_col .img_grid_list .item_col {
    max-width: 100%;
  }
}
.img_grid_section .img_grid_wrap .img_grid_col .img_grid_list .item_col .img-box {
  position: relative;
  transition: all 0.5s;
  width: 100%;
  padding-bottom: 87.9%;
  overflow: hidden;
}
.img_grid_section .img_grid_wrap .img_grid_col .img_grid_list .item_col .img-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.img_grid_section .img_grid_wrap .img_grid_col .img_grid_list .item_col:hover .img-box img {
  transform: scale(1.15);
  transition: all 0.5s;
}

.benifit_section {
  position: relative;
}
.benifit_section .benifit_wraper {
  position: relative;
  z-index: 2;
}
.benifit_section .benifit_wraper .benifit_col {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1439px) {
  .benifit_section .benifit_wraper .benifit_col {
    gap: 30px;
  }
}
.benifit_section .benifit_wraper .benifit_col .grid-col {
  width: 100%;
  max-width: calc((100% - 60px) / 2);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .benifit_section .benifit_wraper .benifit_col .grid-col {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 991px) {
  .benifit_section .benifit_wraper .benifit_col .grid-col {
    max-width: 100%;
  }
}
.benifit_section .benifit_wraper .benifit_col .left-col {
  display: grid;
}
@media (max-width: 991px) {
  .benifit_section .benifit_wraper .benifit_col .left-col {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .benifit_section .benifit_wraper .benifit_col .left-col {
    display: flex;
    flex-flow: column-reverse;
  }
}
.benifit_section .benifit_wraper .benifit_col .left-col .img-box {
  grid-row: 1;
  grid-column: 1/span 2;
}
.benifit_section .benifit_wraper .benifit_col .left-col .img-text-box {
  grid-column: 2/span 1;
  grid-row: 1;
  position: relative;
  max-width: 395px;
  margin-left: auto;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .benifit_section .benifit_wraper .benifit_col .left-col .img-text-box {
    width: 100%;
    max-width: 100%;
  }
}
.benifit_section .benifit_wraper .benifit_col .left-col .img-text-box:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  margin-left: auto;
  max-width: 270px;
}
.benifit_section .benifit_wraper .benifit_col .left-col .img-text-box .text-box {
  width: fit-content;
  margin-left: auto;
  position: relative;
  width: 100%;
  margin-left: auto;
  position: relative;
  max-width: 260px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .benifit_section .benifit_wraper .benifit_col .left-col .img-text-box .text-box {
    margin-bottom: 10px;
  }
}
.benifit_section .benifit_wraper .benifit_col .left-col .img-text-box .text-box .big-text {
  font-size: 70px;
  line-height: 58px;
  color: #CC7031;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .benifit_section .benifit_wraper .benifit_col .left-col .img-text-box .text-box .big-text {
    font-size: 48px;
    line-height: 36px;
  }
}
.benifit_section .benifit_wraper .benifit_col .left-col .img-text-box .text-box .small-text {
  font-size: 16px;
  color: #CC7031;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.benifit_section .benifit_wraper .benifit_col .left-col .img-text-box .img-boxs {
  border: 10px solid #ffffff;
  margin-bottom: 30px;
  width: 395px;
  height: 380px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .benifit_section .benifit_wraper .benifit_col .left-col .img-text-box .img-boxs {
    width: 315px;
    height: 320px;
  }
}
@media (max-width: 640px) {
  .benifit_section .benifit_wraper .benifit_col .left-col .img-text-box .img-boxs {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    border: 0;
    margin-bottom: 20px;
  }
}
.benifit_section .benifit_wraper .benifit_col .left-col .img-text-box .img-boxs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
}
.benifit_section .benifit_wraper .benifit_col .left-col .img-box {
  height: 100%;
  position: relative;
  overflow: hidden;
  max-width: 500px;
  height: 520px;
  width: 65%;
}
@media (max-width: 991px) {
  .benifit_section .benifit_wraper .benifit_col .left-col .img-box {
    height: 420px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .benifit_section .benifit_wraper .benifit_col .left-col .img-box {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding-bottom: 100%;
  }
}
.benifit_section .benifit_wraper .benifit_col .left-col .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
}
@media (max-width: 991px) {
  .benifit_section .benifit_wraper .benifit_col .right-col {
    width: 100%;
    max-width: 100%;
  }
}
.benifit_section .benifit_wraper .benifit_col .right-col .title_wrap .title {
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.benifit_section .benifit_wraper .benifit_col .right-col .title_wrap .sub_text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 32px;
}
.benifit_section .benifit_wraper .benifit_col .right-col .title_wrap .sub__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
  color: #CC7031;
}
.benifit_section .benifit_wraper .benifit_col .right-col .title_wrap .contet-box {
  line-height: 26px;
}
.benifit_section .benifit_wraper .benifit_col .right-col .title_wrap .button-group {
  margin-top: 24px;
}

.team_section {
  position: relative;
}
.team_section .container {
  overflow: unset;
}
.team_section .heading-col .title_wrap .sub-title {
  margin-bottom: 20px;
}
.team_section .heading-col .title_wrap .title {
  margin-bottom: 0;
}
.team_section .team_col {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .team_section .team_col {
    gap: 20px;
    margin-top: 30px;
  }
}
.team_section .team_col.slick-initialized {
  display: block;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .team_section .team_col.slick-initialized {
    padding-bottom: 20px;
  }
}
.team_section .team_col.slick-initialized .slick-list {
  margin-left: -30px;
  width: calc(100% + 60px);
}
@media (max-width: 1200px) {
  .team_section .team_col.slick-initialized .slick-list {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}
.team_section .team_col.slick-initialized .slick-track:before, .team_section .team_col.slick-initialized .slick-track:after {
  display: none !important;
}
.team_section .team_col.slick-initialized .slick-track {
  gap: 0;
  display: flex;
  justify-content: center;
}
.team_section .team_col.slick-initialized .slick-track .item_col {
  max-width: 100% !important;
  margin: 0 30px;
}
@media (max-width: 1200px) {
  .team_section .team_col.slick-initialized .slick-track .item_col {
    margin: 0 10px;
  }
}
.team_section .team_col.slick-initialized .slick-dots {
  bottom: -40px;
}
@media (max-width: 1200px) {
  .team_section .team_col.slick-initialized .slick-dots {
    bottom: -20px;
  }
}
.team_section .team_col .item_col {
  width: 100%;
  max-width: calc((100% - 180px) / 4);
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .team_section .team_col .item_col {
    max-width: calc((100% - 40px) / 4);
  }
}
@media (max-width: 991px) {
  .team_section .team_col .item_col {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .team_section .team_col .item_col {
    max-width: 100%;
  }
}
.team_section .team_col .item_col .img_box {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 20px;
  padding-bottom: 100%;
}
.team_section .team_col .item_col .img_box .team-img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.team_section .team_col .item_col .title {
  font-size: 20px;
  color: #121212;
}
.team_section .team_col .item_col .designation-col {
  margin-top: 8px;
  color: #999999;
}
.team_section .team_col .item_col .soclial_info {
  height: 112px;
  left: 0px;
  top: auto;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  padding: 22px 10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: auto;
  bottom: -100%;
  transition: all 0.5s;
}
.team_section .team_col .item_col .soclial_info .link-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #CC7031;
  border-radius: 48px;
}
.team_section .team_col .item_col:hover {
  transition: all 0.5s;
}
.team_section .team_col .item_col:hover .img_box {
  transition: all 0.5s;
}
.team_section .team_col .item_col:hover .img_box .team-img {
  transform: scale(1.15);
  transition: all 0.5s;
}
.team_section .team_col .item_col:hover .soclial_info {
  bottom: 0;
  transition: all 0.5s;
}

#load-more-blogs {
  margin: -20px auto 80px;
  width: fit-content;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 1024px) {
  #load-more-blogs {
    margin-top: -10px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #load-more-blogs {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.blog-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .blog-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .blog-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.blog-wrapper .container {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  gap: 60px 30px;
}
@media (max-width: 1200px) {
  .blog-wrapper .container {
    gap: 30px 20px;
  }
}
.blog-wrapper article {
  width: 100%;
  max-width: calc((100% - 90px) / 4);
  transition: all 0.5s;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .blog-wrapper article {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 991px) {
  .blog-wrapper article {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .blog-wrapper article {
    max-width: 100%;
  }
}
.blog-wrapper article .post-thumbnail {
  position: relative;
  overflow: hidden;
  padding-bottom: 58.3%;
  display: block;
  margin-bottom: 16px;
}
.blog-wrapper article .post-thumbnail img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.blog-wrapper article .entry-header {
  font-size: 14px;
  color: #999999;
}
.blog-wrapper article .entry-header .entry-meta {
  font-size: 14px;
  color: #999999;
}
.blog-wrapper article .entry-header .entry-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .blog-wrapper article .entry-header .entry-title {
    font-size: 22px;
  }
}
.blog-wrapper article .entry-header .entry-title a {
  color: #121212;
}
.blog-wrapper article .entry-content {
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-wrapper article .text-link-icon {
  margin-top: 16px;
}
.blog-wrapper article:hover .post-thumbnail img {
  transform: scale(1.15);
  transition: all 0.5s;
}
.blog-wrapper article:hover .text-link-icon {
  transform: scale(0.9);
  color: #CC7031;
}
.blog-wrapper article:hover .text-link-icon:after {
  background-image: url(/wp-content/uploads/2025/11/brown-arrow-icon.svg);
}

.google-review-sections {
  font-family: "Manrope" !important;
  line-height: 1.5 !important;
}
.google-review-sections .grw-content-inner * {
  font-size: 16px !important;
  font-family: "Manrope" !important;
  line-height: 1.5 !important;
}
.google-review-sections .wp-gr.wpac a.wp-google-name {
  color: #CC7031 !important;
}
.google-review-sections .wp-gr .wp-google-time {
  color: #333333 !important;
}
.google-review-sections .wp-gr .wp-google-text {
  color: #333333 !important;
}
.google-review-sections .wp-gr .wp-google-reply .wp-google-time {
  display: none !important;
}
.google-review-sections .wp-gr.wpac .wp-google-name a {
  font-family: "Manrope" !important;
  color: #121212 !important;
}
.google-review-sections .wp-gr .wp-google-based, .google-review-sections .wp-gr .wp-google-powered {
  color: #333333 !important;
  font-family: "Manrope" !important;
}
.google-review-sections .wp-gr .grw-content {
  padding-bottom: 15px !important;
}
.google-review-sections .wp-gr .grw-btns {
  height: 42px !important;
  width: 42px !important;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.08);
  border-radius: 0 !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7231 12.2291C1.68751 12.4878 1.76916 12.7595 1.968 12.9585L9.29293 20.2885C9.63029 20.6261 10.1774 20.6265 10.5148 20.2892C10.8523 19.952 10.8524 19.4049 10.515 19.0673L4.65952 13.2078L22.1233 13.2078C22.6005 13.2078 22.9873 12.8209 22.9873 12.3438C22.9873 11.8666 22.6005 11.4797 22.1233 11.4798L4.6683 11.4797L10.5121 5.6322C10.8493 5.2948 10.849 4.74773 10.5114 4.41033C10.1739 4.07292 9.62679 4.07309 9.28955 4.41049L2.015 11.6898C1.85884 11.8246 1.75158 12.0144 1.7231 12.2291Z' fill='%23121212'/%3E%3C/svg%3E%0A") !important;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  transition: all 0.5s !important;
}
.google-review-sections .wp-gr .grw-btns.grw-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2769 11.7709C22.3125 11.5122 22.2308 11.2405 22.032 11.0415L14.7071 3.71146C14.3697 3.37386 13.8226 3.37355 13.4852 3.71078C13.1477 4.04799 13.1476 4.59505 13.485 4.93266L19.3405 10.7922L1.8767 10.7922C1.39953 10.7922 1.01268 11.1791 1.01267 11.6562C1.01267 12.1334 1.39949 12.5203 1.87667 12.5202L19.3317 12.5203L13.4879 18.3678C13.1507 18.7052 13.151 19.2523 13.4886 19.5897C13.8261 19.9271 14.3732 19.9269 14.7104 19.5895L21.985 12.3102C22.1412 12.1754 22.2484 11.9856 22.2769 11.7709Z' fill='%23121212'/%3E%3C/svg%3E%0A") !important;
}
.google-review-sections .wp-gr .grw-btns:hover {
  background-color: #CC7031 !important;
  transition: all 0.5s !important;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7231 12.2291C1.68751 12.4878 1.76916 12.7595 1.968 12.9585L9.29293 20.2885C9.63029 20.6261 10.1774 20.6265 10.5148 20.2892C10.8523 19.952 10.8524 19.4049 10.515 19.0673L4.65952 13.2078L22.1233 13.2078C22.6005 13.2078 22.9873 12.8209 22.9873 12.3438C22.9873 11.8666 22.6005 11.4797 22.1233 11.4798L4.6683 11.4797L10.5121 5.6322C10.8493 5.2948 10.849 4.74773 10.5114 4.41033C10.1739 4.07292 9.62679 4.07309 9.28955 4.41049L2.015 11.6898C1.85884 11.8246 1.75158 12.0144 1.7231 12.2291Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") !important;
}
.google-review-sections .wp-gr .grw-btns.grw-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.2769 11.7709C22.3125 11.5122 22.2308 11.2405 22.032 11.0415L14.7071 3.71146C14.3697 3.37386 13.8226 3.37355 13.4852 3.71078C13.1477 4.04799 13.1476 4.59505 13.485 4.93266L19.3405 10.7922L1.8767 10.7922C1.39953 10.7922 1.01268 11.1791 1.01267 11.6562C1.01267 12.1334 1.39949 12.5203 1.87667 12.5202L19.3317 12.5203L13.4879 18.3678C13.1507 18.7052 13.151 19.2523 13.4886 19.5897C13.8261 19.9271 14.3732 19.9269 14.7104 19.5895L21.985 12.3102C22.1412 12.1754 22.2484 11.9856 22.2769 11.7709Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") !important;
}
.google-review-sections .wp-gr .grw-btns svg {
  display: none !important;
}
.google-review-sections .wp-gr .grw-btns svg path {
  fill: #000000 !important;
  transition: all 0.5s !important;
}
.google-review-sections .wp-gr .grw-btns:hover svg path {
  fill: #fff !important;
  transition: all 0.5s !important;
}
.google-review-sections .wp-gr .rpi-dots {
  width: 100% !important;
  background: transparent !important;
  height: 6px !important;
  position: relative !important;
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 12px !important;
  justify-content: center !important;
  border-radius: 0 !important;
}
.google-review-sections .wp-gr .rpi-dots .rpi-dot {
  width: 100% !important;
  max-width: 10px !important;
  height: 6px !important;
  background-color: #D9D9D9 !important;
  transition: all 0.5s;
  border-radius: 0 !important;
  opacity: 1 !important;
}
.google-review-sections .wp-gr .rpi-dots .rpi-dot.active {
  background-color: #CC7031 !important;
  max-width: 30px !important;
  border-radius: 0 !important;
}
.google-review-sections .wp-gr .wp-google-wr a {
  display: inline-flex !important;
  padding: 10px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  color: #ffffff !important;
  font-family: "Manrope" !important;
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: 0.16px !important;
  outline: none !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  background-color: #3B4A75 !important;
  letter-spacing: 0.02em !important;
  border-radius: 0 !important;
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  text-shadow: unset !important;
  text-transform: capitalize !important;
}
@media (max-width: 767px) {
  .google-review-sections .wp-gr .wp-google-wr a {
    font-size: 16px !important;
  }
}
.google-review-sections .wp-gr .wp-google-wr a:hover {
  color: #ffffff !important;
  background-color: #CC7031 !important;
}

.project-single-wrapper.section-specing {
  background-image: url(/wp-content/uploads/2025/12/detail-page-graphic_01.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
}
.project-single-wrapper.section-specing .container {
  overflow: visible;
}
.project-single-wrapper.section-specing .sub-title:empty {
  display: none;
}
.project-single-wrapper.section-specing .news-single-inner {
  display: flex;
  gap: 60px;
}
@media (max-width: 1200px) {
  .project-single-wrapper.section-specing .news-single-inner {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .project-single-wrapper.section-specing .news-single-inner {
    flex-flow: wrap;
  }
}
.project-single-wrapper.section-specing .news-single-inner .single-images {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .project-single-wrapper.section-specing .news-single-inner .single-images {
    max-width: 100%;
  }
}
.project-single-wrapper.section-specing .news-single-inner .single-images .single-image {
  position: relative;
  transition: all 0.5s;
  width: 100%;
  padding-bottom: 62.5%;
  overflow: hidden;
}
.project-single-wrapper.section-specing .news-single-inner .single-images .single-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.project-single-wrapper.section-specing .news-single-inner .single-images .single-image:hover {
  transition: all 0.5s;
}
.project-single-wrapper.section-specing .news-single-inner .single-images .single-image:hover img {
  transform: scale(1.15);
  transition: all 0.5s;
}
.project-single-wrapper.section-specing .news-single-inner .single-images .single-image-gallery {
  margin-top: 40px;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media (max-width: 991px) {
  .project-single-wrapper.section-specing .news-single-inner .single-images .single-image-gallery {
    margin-top: 20px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.project-single-wrapper.section-specing .news-single-inner .single-images .single-image-gallery .slick-arrow {
  width: 42px;
  height: 42px;
  background-size: 18px;
  left: -11px;
  cursor: pointer;
  box-shadow: 0px 1.55556px 14px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1680px) {
  .project-single-wrapper.section-specing .news-single-inner .single-images .single-image-gallery .slick-arrow {
    left: 2px;
  }
}
.project-single-wrapper.section-specing .news-single-inner .single-images .single-image-gallery .slick-next.slick-arrow {
  left: auto;
  right: -11px;
}
@media (max-width: 1680px) {
  .project-single-wrapper.section-specing .news-single-inner .single-images .single-image-gallery .slick-next.slick-arrow {
    right: 2px;
  }
}
.project-single-wrapper.section-specing .news-single-inner .single-images .single-image-gallery .gallery-item {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .project-single-wrapper.section-specing .news-single-inner .single-images .single-image-gallery .gallery-item {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.project-single-wrapper.section-specing .news-single-inner .single-images .single-image-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 180px;
}
@media (max-width: 991px) {
  .project-single-wrapper.section-specing .news-single-inner .single-images .single-image-gallery .gallery-item img {
    min-height: 90px;
  }
}
.project-single-wrapper.section-specing .news-single-inner .single-content {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .project-single-wrapper.section-specing .news-single-inner .single-content {
    max-width: 100%;
  }
}
.project-single-wrapper.section-specing .news-single-inner .single-content div:not(.sub-title) {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #CC7031;
}
@media (max-width: 991px) {
  .project-single-wrapper.section-specing .news-single-inner .single-content div:not(.sub-title) {
    font-size: 20px;
  }
}
.project-single-wrapper.section-specing .news-single-inner .single-content div:not(.sub-title)::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 5px;
  background-image: url(/wp-content/uploads/2025/11/list-icon.svg);
  width: 17px;
  height: 19px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) {
  margin-top: 32px;
  margin-bottom: 32px;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li {
  padding-left: 72px;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li:before {
  top: 0;
  width: 42px;
  height: 42px;
  background-size: 18px;
  background-color: #F6F3EA;
  border: 1px solid #CC7031;
  z-index: 1;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li:after {
  content: "";
  height: calc(100% - 42px);
  width: 2px;
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(/wp-content/uploads/2025/12/dash-line.svg);
  background-size: 2px;
  top: 50px;
  background-repeat: no-repeat;
  left: 20px;
  z-index: 0;
  background-repeat: repeat-y;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li:last-child::after {
  display: none;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li strong {
  margin-bottom: 8px;
  display: inline-block;
  color: #CC7031;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li blockquote {
  width: 100%;
  margin: 50px auto;
  color: #121212;
  font-style: italic;
  padding: 1.2rem 30px 1.2rem 40px;
  border-left: 3px solid #CC7031;
  line-height: 1.6;
  position: relative;
  background: #ffffff;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li blockquote::before {
  content: "“" !important;
  color: #F6F3EA;
  font-size: 3rem;
  position: absolute;
  left: 10px;
  top: -2px;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li blockquote::after {
  content: "" !important;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li blockquote span {
  display: block;
  color: #CC7031;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li video, .project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li iframe {
  width: 100%;
  height: 100%;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li figure {
  background-color: #ffffff;
  margin-bottom: 1.6rem;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li figure img {
  margin: 0;
}
.project-single-wrapper.section-specing .news-single-inner .single-content ul:not(.menu, .sub-menu, .slick-dots) li figure figcaption {
  padding: 15px;
}

.brand_section .brand_wrap .title {
  font-size: 18px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 30px;
}
.brand_section .brand_wrap .brand-wapper .brand-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  gap: 60px;
}
@media (max-width: 991px) {
  .brand_section .brand_wrap .brand-wapper .brand-list {
    gap: 20px;
  }
}
.brand_section .brand_wrap .brand-wapper .brand-list .brand-img {
  height: 52px;
  position: relative;
  overflow: hidden;
}
.brand_section .brand_wrap .brand-wapper .brand-list .brand-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.method_section {
  position: relative;
  background-image: url(/wp-content/uploads/2025/12/method_bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
}
.method_section .method_col {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}
@media (max-width: 1439px) {
  .method_section .method_col {
    gap: 30px;
  }
}
.method_section .method_col .grid-col {
  width: 100%;
  max-width: calc((100% - 60px) / 2);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .method_section .method_col .grid-col {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 991px) {
  .method_section .method_col .grid-col {
    max-width: 100%;
  }
}
.method_section .method_col .left-col .title_wrap .sub-title {
  margin-bottom: 8px;
}
.method_section .method_col .left-col .title_wrap .title {
  margin-bottom: 24px;
}
.method_section .method_col .left-col .content_col {
  line-height: 26px;
}
.method_section .method_col .right-col .icon-text-wrap .icon-text-item {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 32px;
  position: relative;
}
.method_section .method_col .right-col .icon-text-wrap .icon-text-item::before {
  content: "";
  height: calc(100% - 114px);
  width: 2px;
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url(/wp-content/uploads/2025/12/dash-line-icon.svg);
  background-size: 2px;
  top: 104px;
  background-repeat: no-repeat;
  left: 49px;
  z-index: 0;
  background-repeat: repeat-y;
}
@media (max-width: 991px) {
  .method_section .method_col .right-col .icon-text-wrap .icon-text-item::before {
    height: calc(100% - 90px);
    top: 78px;
    left: 35px;
  }
}
.method_section .method_col .right-col .icon-text-wrap .icon-text-item:last-child {
  padding-bottom: 0;
}
.method_section .method_col .right-col .icon-text-wrap .icon-text-item:last-child::before {
  display: none;
}
.method_section .method_col .right-col .icon-text-wrap .icon-text-item .icon-box {
  position: relative;
  background-image: url(/wp-content/uploads/2025/11/icon-bg.svg);
  width: 101px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .method_section .method_col .right-col .icon-text-wrap .icon-text-item .icon-box {
    width: 70px;
    height: 68px;
  }
}
.method_section .method_col .right-col .icon-text-wrap .icon-text-item .icon-box img {
  position: relative;
  top: 10px;
}
@media (max-width: 991px) {
  .method_section .method_col .right-col .icon-text-wrap .icon-text-item .icon-box img {
    width: 36px;
    height: 36px;
    top: 5px;
  }
}
.method_section .method_col .right-col .icon-text-wrap .icon-text-item .content-box {
  width: calc(100% - 101px);
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .method_section .method_col .right-col .icon-text-wrap .icon-text-item .content-box {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .method_section .method_col .right-col .icon-text-wrap .icon-text-item .content-box {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
}
.method_section .method_col .right-col .icon-text-wrap .icon-text-item .content-box strong {
  color: #CC7031;
}
.method_section .method_col .right-col .icon-text-wrap .icon-text-item .content-box .title, .method_section .method_col .right-col .icon-text-wrap .icon-text-item .content-box h2, .method_section .method_col .right-col .icon-text-wrap .icon-text-item .content-box h3, .method_section .method_col .right-col .icon-text-wrap .icon-text-item .content-box h4, .method_section .method_col .right-col .icon-text-wrap .icon-text-item .content-box h5, .method_section .method_col .right-col .icon-text-wrap .icon-text-item .content-box h6 {
  margin-bottom: 16px;
}

.contact_form_section .contact_wrap .container {
  max-width: 900px;
}

.gform_title {
  margin-bottom: 16px;
}

.gform-theme form {
  margin-top: 24px;
}

.gform-theme .gfield_label.gform-field-label {
  font-size: 16px;
  color: #121212;
  font-weight: 600;
}

.gform-theme--framework input, .gform-theme--framework textarea {
  border-color: #333333 !important;
}

.gform-theme--framework input:focus, .gform-theme--framework textarea:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #3B4A75 !important;
}

.gform_validation_errors {
  display: none !important;
}

.gform-theme--api, .gform-theme--foundation {
  --gf-form-gap-x: 20px !important;
  --gf-form-gap-y: 20px !important;
}

.gform-theme input[type=submit] {
  display: inline-flex !important;
  padding: 10px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  color: #ffffff !important;
  font-family: "Manrope" !important;
  font-size: 18px !important;
  line-height: 1 !important;
  min-height: 44px;
  letter-spacing: 0.16px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.4s;
  font-weight: 600 !important;
  background-color: #3B4A75 !important;
  background-image: url(/wp-content/uploads/2025/12/btn-dark-icon.svg);
  letter-spacing: 0.02em !important;
  border-radius: 0 !important;
  border: 0 !important;
  position: relative;
  transition: all 0.5s;
  top: 0;
  bottom: 0;
  background-size: 28px !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px), 50%;
  padding-right: 48px !important;
}
@media (max-width: 767px) {
  .gform-theme input[type=submit] {
    font-size: 16px !important;
  }
}
.gform-theme input[type=submit]:hover {
  color: #ffffff !important;
  background-color: #CC7031 !important;
  background-image: url(/wp-content/uploads/2025/12/btn-light-icon.svg);
}