/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap);
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/index.scss (1) ***!
  \********************************************************************************************************************/
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img,
picture,
video,
canvas {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

/* 7. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 8. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1600px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 48%;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 45%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 44%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 48%;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 50%;
  }
}

.section {
  max-width: 177rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 5rem;
}
@media (max-width: 1920px) {
  .section {
    padding-inline: 5rem;
  }
}
@media (max-width: 1600px) {
  .section {
    padding-inline: 40px;
  }
}
@media (max-width: 1400px) {
  .section {
    padding-inline: 40px;
  }
}
@media (max-width: 768px) {
  .section {
    padding-inline: 40px;
  }
}
@media (max-width: 576px) {
  .section {
    padding-inline: 20px;
  }
}

.bg-light {
  background: #f5f4f2;
  width: 100%;
}

.bg-blue-light--2 {
  background: #e4d9c4;
  width: 100%;
}

.swal2-title {
  font-size: 16px !important;
}

.swal2-html-container {
  font-size: 14px !important;
}

.font-urban {
  font-family: "Urbanist", sans-serif;
  font-weight: normal;
}

.font-inter, .project-details__content .project-details__overview-grid__status, .project-header__location, body {
  font-family: "Inter", sans-serif;
  font-weight: normal;
}

.font-h1, .project-highlight__title, .our-journey-hero__title, .join-team__title, .emls-creation__title, .awards-achievements__title, .board-members__title {
  font-family: "Urbanist", sans-serif;
  font-size: 66px;
  line-height: 66px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 1400px) {
  .font-h1, .project-highlight__title, .our-journey-hero__title, .join-team__title, .emls-creation__title, .awards-achievements__title, .board-members__title {
    font-size: 64px;
    line-height: 64px;
  }
}
@media (max-width: 1200px) {
  .font-h1, .project-highlight__title, .our-journey-hero__title, .join-team__title, .emls-creation__title, .awards-achievements__title, .board-members__title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .font-h1, .project-highlight__title, .our-journey-hero__title, .join-team__title, .emls-creation__title, .awards-achievements__title, .board-members__title {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .font-h1, .project-highlight__title, .our-journey-hero__title, .join-team__title, .emls-creation__title, .awards-achievements__title, .board-members__title {
    font-size: 36px;
    line-height: 40px;
  }
}

.font-h2, .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-title, .reviews-summary__score, .reviews-section__summary .reviews-section__title, .project-header__title, .faq-total .faq-title, .contact-section__title, .job-listing__title, .job-openings__title, .skyline__title, .why-choose__header-left .why-choose__title, .insight-grid__title, .core-initiatives__title, .sustainability-innovation__subtitle, .sustainability-innovation__title, .team-section__title, .management-team__title, .footer-cta .container .left .section-head .title, .latest-insights .section-head .head-left .title, .testimonial-section .section-head .title, .creation-section .section-head .title, .client-section .title, .our-projects .section-head .head-left .title, .empowering-section .container .section-title, .landmark .body .right .right-head .why-choose-title, .landmark .head .title {
  font-family: "Urbanist", sans-serif;
  font-size: 54px;
  line-height: 58px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 1400px) {
  .font-h2, .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-title, .reviews-summary__score, .reviews-section__summary .reviews-section__title, .project-header__title, .faq-total .faq-title, .contact-section__title, .job-listing__title, .job-openings__title, .skyline__title, .why-choose__header-left .why-choose__title, .insight-grid__title, .core-initiatives__title, .sustainability-innovation__subtitle, .sustainability-innovation__title, .team-section__title, .management-team__title, .footer-cta .container .left .section-head .title, .latest-insights .section-head .head-left .title, .testimonial-section .section-head .title, .creation-section .section-head .title, .client-section .title, .our-projects .section-head .head-left .title, .empowering-section .container .section-title, .landmark .body .right .right-head .why-choose-title, .landmark .head .title {
    font-size: 52px;
    line-height: 56px;
  }
}
@media (max-width: 1200px) {
  .font-h2, .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-title, .reviews-summary__score, .reviews-section__summary .reviews-section__title, .project-header__title, .faq-total .faq-title, .contact-section__title, .job-listing__title, .job-openings__title, .skyline__title, .why-choose__header-left .why-choose__title, .insight-grid__title, .core-initiatives__title, .sustainability-innovation__subtitle, .sustainability-innovation__title, .team-section__title, .management-team__title, .footer-cta .container .left .section-head .title, .latest-insights .section-head .head-left .title, .testimonial-section .section-head .title, .creation-section .section-head .title, .client-section .title, .our-projects .section-head .head-left .title, .empowering-section .container .section-title, .landmark .body .right .right-head .why-choose-title, .landmark .head .title {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 1024px) {
  .font-h2, .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-title, .reviews-summary__score, .reviews-section__summary .reviews-section__title, .project-header__title, .faq-total .faq-title, .contact-section__title, .job-listing__title, .job-openings__title, .skyline__title, .why-choose__header-left .why-choose__title, .insight-grid__title, .core-initiatives__title, .sustainability-innovation__subtitle, .sustainability-innovation__title, .team-section__title, .management-team__title, .footer-cta .container .left .section-head .title, .latest-insights .section-head .head-left .title, .testimonial-section .section-head .title, .creation-section .section-head .title, .client-section .title, .our-projects .section-head .head-left .title, .empowering-section .container .section-title, .landmark .body .right .right-head .why-choose-title, .landmark .head .title {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .font-h2, .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-title, .reviews-summary__score, .reviews-section__summary .reviews-section__title, .project-header__title, .faq-total .faq-title, .contact-section__title, .job-listing__title, .job-openings__title, .skyline__title, .why-choose__header-left .why-choose__title, .insight-grid__title, .core-initiatives__title, .sustainability-innovation__subtitle, .sustainability-innovation__title, .team-section__title, .management-team__title, .footer-cta .container .left .section-head .title, .latest-insights .section-head .head-left .title, .testimonial-section .section-head .title, .creation-section .section-head .title, .client-section .title, .our-projects .section-head .head-left .title, .empowering-section .container .section-title, .landmark .body .right .right-head .why-choose-title, .landmark .head .title {
    font-size: 32px;
    line-height: 36px;
  }
}

.font-h3, .search-overlay .search-popup h2, .rich-text-content-wrapper h2, .rich-text-content-wrapper h1,
.rich-text-content-wrapper h4,
.rich-text-content-wrapper h5,
.rich-text-content-wrapper h6, .team-section-wrapper.team-section-who-we-are .team-section__title, .no-posts-found, .project-details__content .title-h2, .project-details__content .title, .gt-form .title, .contact-section__form-title, .insight-highlight__title, .apartment-interior__title, .our-projects .project-slider-container .project-slide .text-content .slider-title {
  font-family: "Urbanist", sans-serif;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 1400px) {
  .font-h3, .search-overlay .search-popup h2, .rich-text-content-wrapper h2, .rich-text-content-wrapper h1,
  .rich-text-content-wrapper h4,
  .rich-text-content-wrapper h5,
  .rich-text-content-wrapper h6, .team-section-wrapper.team-section-who-we-are .team-section__title, .no-posts-found, .project-details__content .title-h2, .project-details__content .title, .gt-form .title, .contact-section__form-title, .insight-highlight__title, .apartment-interior__title, .our-projects .project-slider-container .project-slide .text-content .slider-title {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (max-width: 1200px) {
  .font-h3, .search-overlay .search-popup h2, .rich-text-content-wrapper h2, .rich-text-content-wrapper h1,
  .rich-text-content-wrapper h4,
  .rich-text-content-wrapper h5,
  .rich-text-content-wrapper h6, .team-section-wrapper.team-section-who-we-are .team-section__title, .no-posts-found, .project-details__content .title-h2, .project-details__content .title, .gt-form .title, .contact-section__form-title, .insight-highlight__title, .apartment-interior__title, .our-projects .project-slider-container .project-slide .text-content .slider-title {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 1024px) {
  .font-h3, .search-overlay .search-popup h2, .rich-text-content-wrapper h2, .rich-text-content-wrapper h1,
  .rich-text-content-wrapper h4,
  .rich-text-content-wrapper h5,
  .rich-text-content-wrapper h6, .team-section-wrapper.team-section-who-we-are .team-section__title, .no-posts-found, .project-details__content .title-h2, .project-details__content .title, .gt-form .title, .contact-section__form-title, .insight-highlight__title, .apartment-interior__title, .our-projects .project-slider-container .project-slide .text-content .slider-title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .font-h3, .search-overlay .search-popup h2, .rich-text-content-wrapper h2, .rich-text-content-wrapper h1,
  .rich-text-content-wrapper h4,
  .rich-text-content-wrapper h5,
  .rich-text-content-wrapper h6, .team-section-wrapper.team-section-who-we-are .team-section__title, .no-posts-found, .project-details__content .title-h2, .project-details__content .title, .gt-form .title, .contact-section__form-title, .insight-highlight__title, .apartment-interior__title, .our-projects .project-slider-container .project-slide .text-content .slider-title {
    font-size: 28px;
    line-height: 34px;
  }
}

.font-h4, .nav-mobile .desktop-mobile-nav .contact-info .text-info ul li:first-child a, .nav-mobile .desktop-mobile-nav .items .desktop-mobile-nav-item a, .rich-text-content-wrapper h3, .left-contact, .contact-section__phone, .core-initiatives__subtitle, .awards-achievements__award-title, .team-modal__content h2, .creation-section .creation-slider .slider-item .content p, .empowering-section .accordion-header .accordion-button {
  font-family: "Urbanist", sans-serif;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 1400px) {
  .font-h4, .nav-mobile .desktop-mobile-nav .contact-info .text-info ul li:first-child a, .nav-mobile .desktop-mobile-nav .items .desktop-mobile-nav-item a, .rich-text-content-wrapper h3, .left-contact, .contact-section__phone, .core-initiatives__subtitle, .awards-achievements__award-title, .team-modal__content h2, .creation-section .creation-slider .slider-item .content p, .empowering-section .accordion-header .accordion-button {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .font-h4, .nav-mobile .desktop-mobile-nav .contact-info .text-info ul li:first-child a, .nav-mobile .desktop-mobile-nav .items .desktop-mobile-nav-item a, .rich-text-content-wrapper h3, .left-contact, .contact-section__phone, .core-initiatives__subtitle, .awards-achievements__award-title, .team-modal__content h2, .creation-section .creation-slider .slider-item .content p, .empowering-section .accordion-header .accordion-button {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 1024px) {
  .font-h4, .nav-mobile .desktop-mobile-nav .contact-info .text-info ul li:first-child a, .nav-mobile .desktop-mobile-nav .items .desktop-mobile-nav-item a, .rich-text-content-wrapper h3, .left-contact, .contact-section__phone, .core-initiatives__subtitle, .awards-achievements__award-title, .team-modal__content h2, .creation-section .creation-slider .slider-item .content p, .empowering-section .accordion-header .accordion-button {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .font-h4, .nav-mobile .desktop-mobile-nav .contact-info .text-info ul li:first-child a, .nav-mobile .desktop-mobile-nav .items .desktop-mobile-nav-item a, .rich-text-content-wrapper h3, .left-contact, .contact-section__phone, .core-initiatives__subtitle, .awards-achievements__award-title, .team-modal__content h2, .creation-section .creation-slider .slider-item .content p, .empowering-section .accordion-header .accordion-button {
    font-size: 24px;
    line-height: 30px;
  }
}

.font-h5, .review-card__title, .insight-card__title {
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 1400px) {
  .font-h5, .review-card__title, .insight-card__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 1200px) {
  .font-h5, .review-card__title, .insight-card__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .font-h5, .review-card__title, .insight-card__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .font-h5, .review-card__title, .insight-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.font-lead-text-1-semibold, .project-listing__header .project-listing__title, .project-details__sidebar .form-heading, .project-details__sidebar .contact-info__heading, .project-details__content .services-grid .services-card .services-card__heading, .project-details__content .title-h3, .why-choose__card-title, .management-team__name, .board-members-grid__name, .empowering-section .accordion-body h2 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .font-lead-text-1-semibold, .project-listing__header .project-listing__title, .project-details__sidebar .form-heading, .project-details__sidebar .contact-info__heading, .project-details__content .services-grid .services-card .services-card__heading, .project-details__content .title-h3, .why-choose__card-title, .management-team__name, .board-members-grid__name, .empowering-section .accordion-body h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .font-lead-text-1-semibold, .project-listing__header .project-listing__title, .project-details__sidebar .form-heading, .project-details__sidebar .contact-info__heading, .project-details__content .services-grid .services-card .services-card__heading, .project-details__content .title-h3, .why-choose__card-title, .management-team__name, .board-members-grid__name, .empowering-section .accordion-body h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .font-lead-text-1-semibold, .project-listing__header .project-listing__title, .project-details__sidebar .form-heading, .project-details__sidebar .contact-info__heading, .project-details__content .services-grid .services-card .services-card__heading, .project-details__content .title-h3, .why-choose__card-title, .management-team__name, .board-members-grid__name, .empowering-section .accordion-body h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

.font-lead-text-1-regular, .nav-mobile .nav-mobile-body a, .faq-accordion .faq-accordion-header .accordion-title, .rich-text-content-wrapper blockquote p, .rich-text-content-wrapper blockquote, .project-details__sidebar .form-heading, .project-details__content .why-prefer-grid .core-initiatives__subtitle--2, .project-details__content .title-h4, .accordion-question, .emls-creation__project-title, .board-members__name {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  font-weight: normal;
}
@media (max-width: 1400px) {
  .font-lead-text-1-regular, .nav-mobile .nav-mobile-body a, .faq-accordion .faq-accordion-header .accordion-title, .rich-text-content-wrapper blockquote p, .rich-text-content-wrapper blockquote, .project-details__sidebar .form-heading, .project-details__content .why-prefer-grid .core-initiatives__subtitle--2, .project-details__content .title-h4, .accordion-question, .emls-creation__project-title, .board-members__name {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .font-lead-text-1-regular, .nav-mobile .nav-mobile-body a, .faq-accordion .faq-accordion-header .accordion-title, .rich-text-content-wrapper blockquote p, .rich-text-content-wrapper blockquote, .project-details__sidebar .form-heading, .project-details__content .why-prefer-grid .core-initiatives__subtitle--2, .project-details__content .title-h4, .accordion-question, .emls-creation__project-title, .board-members__name {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .font-lead-text-1-regular, .nav-mobile .nav-mobile-body a, .faq-accordion .faq-accordion-header .accordion-title, .rich-text-content-wrapper blockquote p, .rich-text-content-wrapper blockquote, .project-details__sidebar .form-heading, .project-details__content .why-prefer-grid .core-initiatives__subtitle--2, .project-details__content .title-h4, .accordion-question, .emls-creation__project-title, .board-members__name {
    font-size: 18px;
    line-height: 28px;
  }
}

.font-lead-text-2, .search-overlay .search-popup .popular-searches .suggestions a, .search-overlay .search-popup .search-input-container input, .nav-mobile .desktop-mobile-nav .contact-info .text-info p, .filter-header, .related-project__card .related-project__info .related-project__title, .review-card__text, .review-card__info .review-card__name, .job-openings__position, .testimonial-section .testimonials-container .testimonial-slider .slider-item .card-footer .name, .counter-section .container .counter-item .counter-label {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  font-weight: normal;
}
@media (max-width: 1400px) {
  .font-lead-text-2, .search-overlay .search-popup .popular-searches .suggestions a, .search-overlay .search-popup .search-input-container input, .nav-mobile .desktop-mobile-nav .contact-info .text-info p, .filter-header, .related-project__card .related-project__info .related-project__title, .review-card__text, .review-card__info .review-card__name, .job-openings__position, .testimonial-section .testimonials-container .testimonial-slider .slider-item .card-footer .name, .counter-section .container .counter-item .counter-label {
    font-size: 18px;
    line-height: 28px;
  }
}

.font-body-1, .search-overlay .search-popup .popular-searches p, .nav-mobile .desktop-mobile-nav .contact-info .text-info ul li a, .nav-desktop .dropdown-menu a, .faq-accordion--sidebar .faq-accordion-desc, .faq-accordion--sidebar .faq-accordion-body a, .faq-accordion .faq-accordion-desc, .rich-text-content-wrapper ul li, .rich-text-content-wrapper ul, .rich-text-content-wrapper p, .project-highlight__date, .team-section-wrapper.team-section-who-we-are .team-section__description p, .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-description, .page-number, .project-listing__header .project-listing__items-count, .filter-accordion__button, .filter-sidebar__heading, .project-listing__content-wrapper p, .reviews-rating__box .form .form-group input,
.reviews-rating__box .form .form-group textarea, .reviews-rating__box .form .form-group label, .reviews-section__summary .reviews-section__description, .project-details__sidebar .contact-info__details p, .project-details__sidebar .form .form-group textarea, .project-details__sidebar .form .form-group input, .project-details__sidebar .form .form-group label, .project-details__content .services-grid .services-card .services-card__paragraph, .project-details__content .description, .wpcf7-response-output, .custom-file-upload, .accordion-answer, .faq-total .faq-subtitle, select, .gt-form .form-group select, .gt-form .form-group input, .gt-form .form-group label, .left-subtitle, .contact-section__address, .contact-section__description, .skyline__description, .why-choose__card-text, .insight-highlight__description, .core-initiatives__description, .sustainability-innovation__description, .apartment-interior__description, .emls-creation .emls-creation__filter, .team-modal__content p, .team-section__description p, .board-members__quote, .footer-cta .container .left .form .form-group input, .footer-cta .container .left .form .form-group label, .testimonial-section .testimonials-container .testimonial-slider .slider-item .card-body p, .our-projects .project-slider-container .project-slide .text-content .slider-description, .empowering-section .accordion-body p, .landmark .body .right .right-body .body-text, .landmark .head .sub-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  font-weight: normal;
}
@media (max-width: 1400px) {
  .font-body-1, .search-overlay .search-popup .popular-searches p, .nav-mobile .desktop-mobile-nav .contact-info .text-info ul li a, .nav-desktop .dropdown-menu a, .faq-accordion--sidebar .faq-accordion-desc, .faq-accordion--sidebar .faq-accordion-body a, .faq-accordion .faq-accordion-desc, .rich-text-content-wrapper ul li, .rich-text-content-wrapper ul, .rich-text-content-wrapper p, .project-highlight__date, .team-section-wrapper.team-section-who-we-are .team-section__description p, .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-description, .page-number, .project-listing__header .project-listing__items-count, .filter-accordion__button, .filter-sidebar__heading, .project-listing__content-wrapper p, .reviews-rating__box .form .form-group input,
  .reviews-rating__box .form .form-group textarea, .reviews-rating__box .form .form-group label, .reviews-section__summary .reviews-section__description, .project-details__sidebar .contact-info__details p, .project-details__sidebar .form .form-group textarea, .project-details__sidebar .form .form-group input, .project-details__sidebar .form .form-group label, .project-details__content .services-grid .services-card .services-card__paragraph, .project-details__content .description, .wpcf7-response-output, .custom-file-upload, .accordion-answer, .faq-total .faq-subtitle, select, .gt-form .form-group select, .gt-form .form-group input, .gt-form .form-group label, .left-subtitle, .contact-section__address, .contact-section__description, .skyline__description, .why-choose__card-text, .insight-highlight__description, .core-initiatives__description, .sustainability-innovation__description, .apartment-interior__description, .emls-creation .emls-creation__filter, .team-modal__content p, .team-section__description p, .board-members__quote, .footer-cta .container .left .form .form-group input, .footer-cta .container .left .form .form-group label, .testimonial-section .testimonials-container .testimonial-slider .slider-item .card-body p, .our-projects .project-slider-container .project-slide .text-content .slider-description, .empowering-section .accordion-body p, .landmark .body .right .right-body .body-text, .landmark .head .sub-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.font-body-2, .filtr-search-input, .filter-btn, .project-listing__sort select, .project-listing__sort-label, .project-listing__search-input input, .filter-checkbox, .reviews-summary__bar, .reviews-summary__total, .wpcf7-not-valid-tip, .form-group--input .file-upload-text, .gt-form .form-group textarea, .left-email, .contact-section__email, .job-listing__details, .job-openings__meta, .insight-highlight__date, .awards-achievements__award-description, .team-modal__content h4, .management-team__role, .board-members-grid__role, .board-members__role, .footer-section .nav-mobile-body a, .footer-section .container .copyright-container .copyright a, .footer-section .container .copyright-container .copyright, .footer-section .container .footer-nav ul li a, .footer-cta .container .left .form .form-group textarea, .empowering-section .accordion-body .accordion-cards .card .text-content {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  font-weight: normal;
}
@media (max-width: 1400px) {
  .font-body-2, .filtr-search-input, .filter-btn, .project-listing__sort select, .project-listing__sort-label, .project-listing__search-input input, .filter-checkbox, .reviews-summary__bar, .reviews-summary__total, .wpcf7-not-valid-tip, .form-group--input .file-upload-text, .gt-form .form-group textarea, .left-email, .contact-section__email, .job-listing__details, .job-openings__meta, .insight-highlight__date, .awards-achievements__award-description, .team-modal__content h4, .management-team__role, .board-members-grid__role, .board-members__role, .footer-section .nav-mobile-body a, .footer-section .container .copyright-container .copyright a, .footer-section .container .copyright-container .copyright, .footer-section .container .footer-nav ul li a, .footer-cta .container .left .form .form-group textarea, .empowering-section .accordion-body .accordion-cards .card .text-content {
    font-size: 14px;
    line-height: 22px;
  }
}

.font-button-text, .filter-content .filter-buttons .filter-apply,
.filter-content .filter-buttons .filter-reset, .filter-content .filter-buttons button, .related-project__card .related-project__image-wrapper .related-project__status, .insight-card__date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0em;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .font-button-text, .filter-content .filter-buttons .filter-apply,
  .filter-content .filter-buttons .filter-reset, .filter-content .filter-buttons button, .related-project__card .related-project__image-wrapper .related-project__status, .insight-card__date {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1200px) {
  .font-button-text, .filter-content .filter-buttons .filter-apply,
  .filter-content .filter-buttons .filter-reset, .filter-content .filter-buttons button, .related-project__card .related-project__image-wrapper .related-project__status, .insight-card__date {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  .font-button-text, .filter-content .filter-buttons .filter-apply,
  .filter-content .filter-buttons .filter-reset, .filter-content .filter-buttons button, .related-project__card .related-project__image-wrapper .related-project__status, .insight-card__date {
    font-size: 10px;
    line-height: 16px;
  }
}

.font-caps-text, .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-label, .our-journey-hero__tag, .related-project__card .related-project__info .related-project__location, .review-card__info .review-card__date, .project-details__sidebar .contact-info__label, .project-details__content .project-details__overview-grid__label, .property-gallery--2 .property-gallery__thumb-item--with-button .property-gallery__show-all, .property-gallery__thumb-item--with-button .property-gallery__show-all, .project-header__share-label, .faq-total .faq-header, .skyline__subtitle, .why-choose__header-left .why-choose__label, .footer-cta .container .left .section-head .subtitle, .latest-insights .section-head .head-left .label, .testimonial-section .section-head .label, .creation-section .section-head .label, .our-projects .project-slider-container .project-slide .text-content .slider-label, .our-projects .section-head .head-left .label, .landmark .body .right .right-head .why-choose-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .font-caps-text, .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-label, .our-journey-hero__tag, .related-project__card .related-project__info .related-project__location, .review-card__info .review-card__date, .project-details__sidebar .contact-info__label, .project-details__content .project-details__overview-grid__label, .property-gallery--2 .property-gallery__thumb-item--with-button .property-gallery__show-all, .property-gallery__thumb-item--with-button .property-gallery__show-all, .project-header__share-label, .faq-total .faq-header, .skyline__subtitle, .why-choose__header-left .why-choose__label, .footer-cta .container .left .section-head .subtitle, .latest-insights .section-head .head-left .label, .testimonial-section .section-head .label, .creation-section .section-head .label, .our-projects .project-slider-container .project-slide .text-content .slider-label, .our-projects .section-head .head-left .label, .landmark .body .right .right-head .why-choose-subtitle {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1200px) {
  .font-caps-text, .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-label, .our-journey-hero__tag, .related-project__card .related-project__info .related-project__location, .review-card__info .review-card__date, .project-details__sidebar .contact-info__label, .project-details__content .project-details__overview-grid__label, .property-gallery--2 .property-gallery__thumb-item--with-button .property-gallery__show-all, .property-gallery__thumb-item--with-button .property-gallery__show-all, .project-header__share-label, .faq-total .faq-header, .skyline__subtitle, .why-choose__header-left .why-choose__label, .footer-cta .container .left .section-head .subtitle, .latest-insights .section-head .head-left .label, .testimonial-section .section-head .label, .creation-section .section-head .label, .our-projects .project-slider-container .project-slide .text-content .slider-label, .our-projects .section-head .head-left .label, .landmark .body .right .right-head .why-choose-subtitle {
    font-size: 13px;
    line-height: 20px;
  }
}

.container {
  padding-inline: clamp(20px, 0.0641025641 * (100vw - 360px) + 20px, 120px);
  padding-block: clamp(60px, 0.0256410256 * (100vw - 360px) + 60px, 100px);
  max-width: 1920px;
  margin-inline: auto;
}
.container.full-width {
  max-width: unset;
}

.hero-video {
  max-height: 960px;
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.landmark {
  position: relative;
  background-color: #f5f4f2;
  overflow: hidden;
}
.landmark .container {
  padding-bottom: 40px;
}
.landmark .head {
  max-width: 1300px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.landmark .head .title {
  text-align: center;
  color: black;
}
@media (max-width: 1024px) {
  .landmark .head .title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .landmark .head .title {
    text-align: left;
  }
}
.landmark .head .sub-title {
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
  .landmark .head .sub-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .landmark .head .sub-title {
    text-align: left;
  }
}
.landmark .body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 130px;
  position: relative;
}
@media (max-width: 1200px) {
  .landmark .body {
    padding-block: 60px;
  }
}
@media (max-width: 1024px) {
  .landmark .body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.landmark .body .left {
  max-width: 870px;
  max-height: 760px;
  height: 100%;
  width: 100%;
  display: flex;
  padding-top: 130px;
  padding-right: 80px;
}
.landmark .body .left img {
  max-width: 870px;
  max-height: 760px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .landmark .body .left {
    padding-top: 0px;
  }
}
@media (max-width: 1024px) {
  .landmark .body .left {
    padding-right: 0px;
  }
}
@media (max-width: 1024px) {
  .landmark .body .left {
    display: none;
  }
}
.landmark .body .right {
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  gap: 110px;
}
@media (max-width: 1400px) {
  .landmark .body .right {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  .landmark .body .right {
    padding-top: 0px;
  }
}
@media (max-width: 1024px) {
  .landmark .body .right {
    gap: 55px;
  }
}
.landmark .body .right .right-head {
  max-width: 624px;
}
.landmark .body .right .right-head .why-choose-subtitle {
  color: #000000;
}
.landmark .body .right .right-head .why-choose-title {
  color: #000000;
}
@media (max-width: 1200px) {
  .landmark .body .right .right-head .why-choose-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.landmark .body .right .right-body {
  margin-left: 110px;
  padding-left: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.landmark .body .right .right-body .body-text {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
  .landmark .body .right .right-body .body-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1400px) {
  .landmark .body .right .right-body {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .landmark .body .right .right-body {
    padding-left: 30px;
    border-left: 1px solid transparent;
  }
}
@media (max-width: 1200px) {
  .landmark .body .right .right-body {
    padding-left: 0px;
  }
}
.landmark::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #e4d9c4;
  max-width: 1392px;
  height: var(--body-height);
  width: 1392px;
  border-top-left-radius: 140px;
}
@media (max-width: 1920px) {
  .landmark::before {
    left: 29%;
  }
}
@media (max-width: 1600px) {
  .landmark::before {
    left: 23%;
  }
}
@media (max-width: 1024px) {
  .landmark::before {
    right: 0px;
    left: auto;
  }
}

.empowering-section .container .section-title {
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 1024px) {
  .empowering-section .container .section-title {
    margin-bottom: 28px;
    font-size: 32px;
    line-height: 36px;
  }
}
.empowering-section .container .accordion-container {
  display: flex;
  gap: 64px;
}
.empowering-section .image-placeholder {
  width: 540px;
  max-height: 745px;
  height: auto;
  display: flex;
  align-items: center;
  min-height: 745px;
  justify-content: center;
  transition: all 0.5s ease;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .empowering-section .image-placeholder {
    width: 440px;
  }
}
@media (max-width: 1200px) {
  .empowering-section .image-placeholder {
    display: none;
  }
}
.empowering-section .image-placeholder img {
  max-width: 100%;
  max-height: 100%;
  width: 540px;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 1400px) {
  .empowering-section .image-placeholder img {
    width: 440px;
  }
}
.empowering-section .accordion-header {
  padding: 0px;
}
.empowering-section .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 3.2rem;
  padding-bottom: 4rem;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  color: #000000;
}
@media (max-width: 1024px) {
  .empowering-section .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 28px;
    gap: 16px;
  }
  .empowering-section .accordion-header .accordion-button svg {
    height: 32px;
    width: 32px;
  }
}
.empowering-section .accordion-body {
  padding-inline: 60px;
  padding-bottom: 40px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 0px;
}
@media (max-width: 1024px) {
  .empowering-section .accordion-body {
    padding-right: 0px;
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  .empowering-section .accordion-body {
    padding-left: 0;
  }
}
.empowering-section .accordion-body h2 {
  color: rgba(0, 0, 0, 0.8);
}
.empowering-section .accordion-body p {
  color: rgba(0, 0, 0, 0.8);
}
.empowering-section .accordion-body .accordion-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 576px) {
  .empowering-section .accordion-body .accordion-cards {
    flex-direction: column;
  }
}
.empowering-section .accordion-body .accordion-cards a {
  text-decoration: none;
}
.empowering-section .accordion-body .accordion-cards a:hover {
  text-decoration: underline;
}
.empowering-section .accordion-body .accordion-cards .card {
  max-width: 178px;
  background-color: #f5f4f2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 576px) {
  .empowering-section .accordion-body .accordion-cards .card {
    max-width: unset;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 90px;
    align-items: center;
  }
}
.empowering-section .accordion-body .accordion-cards .card img {
  height: 100%;
  max-height: 90px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .empowering-section .accordion-body .accordion-cards .card img {
    height: 100%;
  }
}
.empowering-section .accordion-body .accordion-cards .card .text-content {
  background-color: #f5f4f2;
  padding: 16px;
  color: #000000;
}
@media (max-width: 576px) {
  .empowering-section .accordion-body .accordion-cards .card .text-content {
    grid-column: span 2;
  }
}
.empowering-section .accordion-body .accordion-cards .card:hover img {
  transform: scale(1.1);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}
.empowering-section .accordion-body .btn-secondary {
  padding-left: 0;
}

.counter-section .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  justify-content: space-between;
  align-items: start;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .counter-section .container {
    border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
    margin-top: 20px;
    padding-block: 40px;
    margin-top: 0px;
    background: #f5f4f2;
  }
}
@media (max-width: 1400px) {
  .counter-section .container {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .counter-section .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .counter-section .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .counter-section .container {
    gap: 0px;
  }
}
.counter-section .container .counter-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 6px 30px;
  text-align: start;
  gap: 16px;
}
@media (max-width: 1400px) {
  .counter-section .container .counter-item {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .counter-section .container .counter-item {
    flex-direction: row;
    padding: 30px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: start;
  }
}
.counter-section .container .counter-item .counter-value {
  font-size: 86px;
  line-height: 86px;
  font-weight: 500;
  color: #000000;
  font-family: "Urbanist", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  .counter-section .container .counter-item .counter-value {
    font-size: 46px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .counter-section .container .counter-item .counter-value {
    width: 100px;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 0px;
    border-bottom: 0px;
  }
}
.counter-section .container .counter-item .counter-label {
  color: #000000;
  text-align: left;
}
@media (max-width: 1400px) {
  .counter-section .container .counter-item .counter-label {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .counter-section .container .counter-item .counter-label {
    font-size: 16px;
    line-height: 24px;
  }
}

.our-projects {
  position: relative;
}
.our-projects::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e4d9c4;
  max-width: 1392px;
  width: 1392;
  border-top-left-radius: 140px;
  z-index: -1;
}
@media (max-width: 1400px) {
  .our-projects::before {
    border-top-left-radius: 0px;
  }
}
.our-projects .section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1024px) {
  .our-projects .section-head {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
  }
}
.our-projects .section-head .head-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.our-projects .section-head .head-left .label {
  color: #000000;
}
.our-projects .section-head .head-left .title {
  color: #000000;
}
@media (max-width: 1400px) {
  .our-projects .section-head .head-left .title {
    font-size: 32px;
    line-height: 36px;
  }
}
.our-projects .section-head .head-right .tab-container {
  background-color: #ffffff;
  border-radius: 100px;
  padding: 4px;
  overflow: hidden;
  display: flex;
  gap: 0;
  color: rgba(0, 0, 0, 0.8);
}
.our-projects .section-head .head-right .tab-container .tab {
  background-color: transparent;
  padding: 10px 24px;
  border: 0;
  outline: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
  .our-projects .section-head .head-right .tab-container .tab {
    font-size: 12px;
    line-height: 28px;
    padding: 2px 10px;
    font-weight: 400;
  }
}
.our-projects .section-head .head-right .tab-container .tab.active {
  color: #ffffff;
  background-color: #f28b30;
}
.our-projects .section-head .head-right .tab-container .tab:first-child {
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
}
.our-projects .section-head .head-right .tab-container .tab:last-child {
  border-top-right-radius: 110px;
  border-bottom-right-radius: 110px;
  border-right: none;
}
.our-projects .project-slider-container {
  margin-top: 60px;
  max-width: 1428px;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .our-projects .project-slider-container {
    margin-top: 40px;
  }
}
.our-projects .project-slider-container .project-slide {
  display: flex;
  gap: 60px;
  align-items: end;
}
@media (max-width: 1200px) {
  .our-projects .project-slider-container .project-slide {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.our-projects .project-slider-container .project-slide .image-content {
  max-width: 829px;
  width: 100%;
  max-height: 640px;
  height: 640px;
  flex-grow: 1;
  display: flex;
}
@media (max-width: 1400px) {
  .our-projects .project-slider-container .project-slide .image-content {
    max-width: 539px;
    flex-shrink: 0;
  }
}
@media (max-width: 1200px) {
  .our-projects .project-slider-container .project-slide .image-content {
    max-width: unset;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .our-projects .project-slider-container .project-slide .image-content {
    max-width: unset;
    height: 250px;
  }
}
.our-projects .project-slider-container .project-slide .image-content img {
  max-width: 100%;
  max-height: 100%;
  height: 640px;
  width: 100%;
  object-fit: cover;
  display: flex;
}
.our-projects .project-slider-container .project-slide .text-content {
  padding-right: 0px;
  max-width: 539px;
  width: 100%;
  background: #e4d9c4;
}
@media (max-width: 1200px) {
  .our-projects .project-slider-container .project-slide .text-content {
    max-width: unset;
  }
}
@media (max-width: 1400px) {
  .our-projects .project-slider-container .project-slide .text-content {
    padding-right: 0px;
  }
}
.our-projects .project-slider-container .project-slide .text-content .slider-label {
  color: #000000;
  margin-bottom: 5px;
}
.our-projects .project-slider-container .project-slide .text-content .slider-title {
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .our-projects .project-slider-container .project-slide .text-content .slider-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.our-projects .project-slider-container .project-slide .text-content .slider-description {
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .our-projects .project-slider-container .project-slide .text-content .slider-description {
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .our-projects .project-slider-container .project-slide .text-content .slider-description {
    padding-left: 0px;
  }
}
.our-projects .project-slider-container .project-slide .text-content .btn-secondary {
  padding-left: 0px;
}
@media (max-width: 576px) {
  .our-projects .project-slider-container .project-slide .text-content .btn-secondary {
    padding-left: 0px;
  }
}
.our-projects .project-slider-pagination {
  margin-block: 40px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1200px) {
  .our-projects .project-slider-pagination {
    justify-content: start;
  }
}
@media (max-width: 576px) {
  .our-projects .project-slider-pagination {
    justify-content: center;
  }
}
.our-projects .section-bottom {
  display: none;
}
@media (max-width: 1200px) {
  .our-projects .section-bottom {
    justify-content: start;
  }
}
@media (max-width: 576px) {
  .our-projects .section-bottom {
    width: 100%;
  }
  .our-projects .section-bottom .btn-primary {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 1200px) {
  .our-projects .section-bottom {
    display: flex;
    justify-content: start;
    align-items: center;
  }
}

.section-bottom-inline {
  display: flex !important;
  justify-content: start;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .section-bottom-inline {
    display: none !important;
  }
}

/* --- The Full SCSS Solution --- */
.client-section .title {
  color: #000000;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .client-section .title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .client-section .title {
    text-align: left;
  }
}
.client-section .marquee-wrapper {
  --item-width: 260px;
  overflow: hidden;
  --item-margin: 10px;
  --marquee-items: 30;
  --animation-duration: 60s;
  --marquee-track-width: calc(
     var(--marquee-items) * (var(--item-width) + var(--item-margin) * 2)
  );
}
.client-section .marquee-container {
  display: flex;
  flex-wrap: nowrap;
  animation: marquee var(--animation-duration) linear infinite;
}
.client-section .marquee-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  /* STEP 2: Use the variables for item styles */
  width: var(--item-width);
  height: calc(var(--item-width) / 2.36);
  margin: 0 var(--item-margin);
}
.client-section .marquee-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 
 * STEP 4: Update keyframes to use the calculated variable.
 * This keyframe rule is now fully responsive without needing media queries.
*/
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Move only the width of one set */
    transform: translateX(calc(var(--marquee-track-width) * -1));
  }
}
.creation-section {
  background-color: #f5f4f2;
}
.creation-section .container {
  padding-bottom: 0;
}
.creation-section .section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: row;
  gap: 5rem;
}
@media (max-width: 768px) {
  .creation-section .section-head {
    flex-direction: column;
    align-items: start;
    gap: 3rem;
  }
}
.creation-section .section-head.container {
  padding-bottom: 0;
}
.creation-section .section-head .section-left {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
.creation-section .section-head .label {
  color: #000000;
}
.creation-section .section-head .btn-primary {
  flex-shrink: 0;
}
.creation-section .section-head .btn-primary:hover {
  text-decoration: none;
}
.creation-section .section-head .title {
  color: #000000;
  text-align: left;
}
@media (max-width: 1024px) {
  .creation-section .section-head .title {
    font-size: 32px;
    line-height: 36px;
  }
}
.creation-section .swiper-wrapper {
  align-items: flex-start;
}
.creation-section .swiper-wrapper.is-hover-active {
  display: flex;
}
.creation-section .creation-slider {
  margin-top: 60px;
  margin-inline: clamp(20px, 0.0641025641 * (100vw - 360px) + 20px, 120px);
  cursor: grab;
}
@media (max-width: 1024px) {
  .creation-section .creation-slider {
    margin-inline: 0px;
    margin-top: 30px;
  }
}
.creation-section .creation-slider .slider-item {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  display: flex;
  transition: width 0.4s ease-in-out;
  cursor: grab;
}
@media (max-width: 1024px) {
  .creation-section .creation-slider .slider-item {
    height: 365px;
  }
}
.creation-section .creation-slider .slider-item.is-hovered {
  width: 820px !important;
  flex-shrink: 0;
}
.creation-section .creation-slider .slider-item.is-hovered img {
  transform: scale(1.05);
}
.creation-section .creation-slider .slider-item.is-hovered .content {
  opacity: 1;
}
.creation-section .creation-slider .slider-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.creation-section .creation-slider .slider-item .content {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 200%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: start;
  align-items: end;
  padding: 30px;
  transition: all ease 0.3s;
  opacity: 0;
}
@media (max-width: 1200px) {
  .creation-section .creation-slider .slider-item .content {
    width: 100%;
    opacity: 1;
  }
}
.creation-section .creation-slider .slider-item .content p {
  color: #ffffff;
}
.creation-section .pagination-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-top: 60px;
  margin-inline: clamp(20px, 0.0641025641 * (100vw - 360px) + 20px, 120px);
  padding-bottom: clamp(20px, 0.0641025641 * (100vw - 360px) + 20px, 120px);
}
@media (max-width: 1024px) {
  .creation-section .pagination-footer {
    margin-top: 30px;
  }
}
.creation-section .pagination-footer .navigation-container {
  display: flex;
  gap: 20px;
}
.creation-section .pagination-footer .navigation-container button {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  padding: 18px;
  border-radius: 70px;
  cursor: pointer;
}
.creation-section .pagination-footer .navigation-container button svg {
  flex-shrink: 0;
}

.home-video {
  height: auto;
  width: 100%;
  position: relative;
  max-height: 960px;
  overflow: hidden;
}
.home-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  max-height: 960px;
}

.testimonial-section {
  background-color: #f5f4f2;
}
.testimonial-section .section-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .testimonial-section .section-head {
    align-items: start;
  }
}
.testimonial-section .section-head .label {
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .testimonial-section .section-head .label {
    text-align: left;
  }
}
.testimonial-section .section-head .title {
  color: #000000;
  text-align: center;
}
@media (max-width: 1024px) {
  .testimonial-section .section-head .title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .testimonial-section .section-head .title {
    text-align: left;
  }
}
.testimonial-section .testimonials-container {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .testimonial-section .testimonials-container {
    margin-top: 30px;
  }
}
.testimonial-section .testimonials-container .swiper-slide {
  display: flex !important;
  height: auto !important;
}
.testimonial-section .testimonials-container .testimonial-slider .slider-item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 30px;
  flex-grow: 1;
}
.testimonial-section .testimonials-container .testimonial-slider .slider-item .card-head {
  margin-bottom: 30px;
}
.testimonial-section .testimonials-container .testimonial-slider .slider-item .card-head img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .testimonial-section .testimonials-container .testimonial-slider .slider-item .card-head img {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .testimonial-section .testimonials-container .testimonial-slider .slider-item .card-head {
    margin-bottom: 20px;
  }
}
.testimonial-section .testimonials-container .testimonial-slider .slider-item .card-body {
  flex-grow: 1;
}
.testimonial-section .testimonials-container .testimonial-slider .slider-item .card-body p {
  color: #000000;
}
@media (max-width: 1024px) {
  .testimonial-section .testimonials-container .testimonial-slider .slider-item .card-body p {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial-section .testimonials-container .testimonial-slider .slider-item .card-footer {
  display: flex;
  gap: 0px;
  flex-direction: column;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .testimonial-section .testimonials-container .testimonial-slider .slider-item .card-footer {
    margin-top: 40px;
  }
}
.testimonial-section .testimonials-container .testimonial-slider .slider-item .card-footer .name {
  color: #000000;
}
@media (max-width: 1024px) {
  .testimonial-section .testimonials-container .testimonial-slider .slider-item .card-footer .name {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial-section .testimonials-container .testimonial-slider .slider-item .card-footer .designation {
  font-family: "Urbanist", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .testimonial-section .testimonials-container .testimonial-slider .slider-item .card-footer .designation {
    font-size: 12px;
    line-height: 18px;
  }
}
.testimonial-section .testimonial-pagination-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 66px;
}
@media (max-width: 1024px) {
  .testimonial-section .testimonial-pagination-container {
    margin-top: 30px;
  }
}
.testimonial-section .testimonial-pagination-container .testimonial-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.latest-insights {
  background-color: #f5f4f2;
}
@media (max-width: 1024px) {
  .latest-insights {
    background-color: #ffffff;
  }
}
.latest-insights .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}
.latest-insights .section-head .head-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1024px) {
  .latest-insights .section-head .head-left {
    width: 100%;
    justify-content: center;
  }
}
.latest-insights .section-head .head-left .label {
  color: #000000;
}
@media (max-width: 1024px) {
  .latest-insights .section-head .head-left .label {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .latest-insights .section-head .head-left .label {
    text-align: left;
  }
}
.latest-insights .section-head .head-left .title {
  color: #000000;
}
@media (max-width: 1024px) {
  .latest-insights .section-head .head-left .title {
    font-size: 32px;
    line-height: 36px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .latest-insights .section-head .head-left .title {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .latest-insights .section-head .head-right {
    display: none;
  }
}
.latest-insights .latest-insights-container {
  margin-top: 60px;
}
.latest-insights .latest-insights-container .insights-slider .slider-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  aspect-ratio: 1/1;
  text-decoration: none;
}
.latest-insights .latest-insights-container .insights-slider .slider-item a {
  display: flex;
  width: 100%;
  height: 100%;
}
.latest-insights .latest-insights-container .insights-slider .slider-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 500px;
}
.latest-insights .latest-insights-container .insights-slider .slider-item .card-footer .date {
  font-family: "Urbanist", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .latest-insights .latest-insights-container .insights-slider .slider-item .card-footer .date {
    font-size: 12px;
    line-height: 18px;
  }
}
.latest-insights .latest-insights-container .insights-slider .slider-item .card-footer .slider-title {
  color: #000000;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
.latest-insights .latest-insights-container .insights-slider .slider-item .card-footer .slider-title a {
  text-decoration: none;
  color: #000000;
  font-family: "Urbanist", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
.latest-insights .latest-insights-container .insights-slider .slider-item .card-footer .slider-title a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .latest-insights .latest-insights-container .insights-slider .slider-item .card-footer .slider-title {
    font-size: 18px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    letter-spacing: 0px;
  }
}
.latest-insights .pagination-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-top: 60px;
}
.latest-insights .pagination-footer .navigation-container {
  display: flex;
  gap: 20px;
}
.latest-insights .pagination-footer .navigation-container button {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  padding: 18px;
  border-radius: 70px;
  cursor: pointer;
}
.latest-insights .pagination-footer .navigation-container button svg {
  flex-shrink: 0;
}

.swiper-pagination-bullet {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  background-color: transparent !important;
  width: 8px !important;
  height: 8px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #f28b30 !important;
  border: 1px solid #f28b30 !important;
  border-radius: 10px !important;
  width: 24px !important;
}

.footer-cta {
  background-color: #f5f4f2;
}
.footer-cta .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 40px;
}
@media (max-width: 1200px) {
  .footer-cta .container {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1400px) {
  .footer-cta .container {
    gap: 0px;
  }
}
@media (min-width: 1200px) {
  .footer-cta .container .left {
    padding-right: 140px;
  }
}
.footer-cta .container .left .section-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-cta .container .left .section-head .subtitle {
  color: #000000;
}
.footer-cta .container .left .section-head .title {
  color: #000000;
}
@media (max-width: 1024px) {
  .footer-cta .container .left .section-head .title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 1400px) {
  .footer-cta .container .left {
    padding-right: 0;
  }
}
.footer-cta .container .left .form {
  background: #ffffff;
  padding: 30px;
  margin-top: 40px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.0509803922);
}
.footer-cta .container .left .form form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-cta .container .left .form .form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-cta .container .left .form .form-group label {
  color: #000000;
}
.footer-cta .container .left .form .form-group input {
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
  padding: 10px 0;
}
.footer-cta .container .left .form .form-group input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.footer-cta .container .left .form .form-group textarea {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
  padding: 10px 0;
  resize: vertical;
  width: 100%;
  max-height: 10rem;
}
.footer-cta .container .right {
  background: #ffffff;
  padding: 10px;
  flex-grow: 0;
}
@media (min-width: 1200px) {
  .footer-cta .container .right {
    max-width: 858px;
    height: 100%;
  }
}

.footer-section {
  background-color: #d9d4cc;
}
.footer-section .container {
  padding-top: 60px;
  padding-bottom: 20px;
}
.footer-section .container .footer-nav {
  display: none;
}
@media (min-width: 768px) {
  .footer-section .container .footer-nav {
    display: block;
  }
}
.footer-section .container .footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-inline-start: 0px;
}
@media (max-width: 576px) {
  .footer-section .container .footer-nav ul {
    justify-content: start;
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
}
.footer-section .container .footer-nav ul li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-section .container .footer-nav ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  transition: text-decoration 0.3s ease;
}
.footer-section .container .footer-nav ul li a:hover {
  text-decoration: underline;
}
.footer-section .container .social-link {
  display: flex;
  gap: 5px;
  justify-content: start;
  align-items: center;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .footer-section .container .social-link {
    justify-content: center;
  }
}
.footer-section .container .social-link a {
  display: inline-flex;
  padding: 0px;
  transition: all 0.3s ease;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.footer-section .container .social-link a:hover {
  transform: scale(1.1);
  background: #f5f4f2;
}
.footer-section .container .copyright-container {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-block: 16px;
}
.footer-section .container .copyright-container .copyright {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
@media (max-width: 576px) {
  .footer-section .container .copyright-container .copyright {
    text-align: left;
  }
}
.footer-section .container .copyright-container .copyright span {
  color: #000000;
  text-decoration: underline;
}
.footer-section .container .copyright-container .copyright a {
  color: black;
  text-decoration: none;
  text-decoration: underline;
}
.footer-section .nav-mobile-body {
  overflow-y: auto;
  display: block;
}
@media (min-width: 768px) {
  .footer-section .nav-mobile-body {
    display: none;
  }
}
.footer-section .nav-mobile-body .menu-item {
  padding-block: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-section .nav-mobile-body .submenu-mobile .menu-item:last-child {
  border-bottom: 1px solid transparent;
}
.footer-section .nav-mobile-body a {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  flex-grow: 1;
  text-decoration: none;
}
.footer-section .nav-mobile-body a:hover {
  text-decoration: underline;
}
.footer-section .nav-mobile-body .nav-mobile-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-section .nav-mobile-body .nav-mobile-item a {
  text-decoration: none;
}
.footer-section .nav-mobile-body .accordion-toggle {
  color: var(--text-secondary);
  padding: 0.2rem;
  transition: transform 0.3s ease;
  background: transparent;
  outline: 0;
  border: 0;
}
.footer-section .nav-mobile-body .accordion-toggle.is-open {
  transform: rotate(180deg);
}
.footer-section .nav-mobile-body .submenu-mobile {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding-inline: 8px;
  background: rgba(255, 255, 255, 0.2);
}
.footer-section .nav-mobile-body .submenu-mobile.level-2 {
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.board-members {
  max-width: 188rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 10rem;
  padding-top: 17rem;
}
.board-members__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10rem;
}
@media (max-width: 768px) {
  .board-members__container {
    gap: 6rem;
  }
}
.board-members__title {
  width: 100%;
  text-align: center;
  color: #000000;
}
.board-members__card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 4rem;
  background: #f5f4f2;
  max-width: 133.3rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.board-members__card:hover .board-members__image {
  transform: scale(1.05);
  opacity: 1;
}
@media (max-width: 1024px) {
  .board-members__card {
    flex-direction: column-reverse;
    gap: 0rem;
  }
}
.board-members__info {
  display: flex;
  margin-block: 5rem;
  padding-left: 4rem;
  flex-direction: column;
  max-width: 71.5rem;
  border-left: 0.4rem solid #f28b30;
}
@media (max-width: 1024px) {
  .board-members__info {
    margin-block: 6rem;
    padding: 0rem 4rem;
  }
}
@media (max-width: 360px) {
  .board-members__info {
    margin-block: 6rem;
    padding: 0rem 2rem;
  }
}
.board-members__quote-mark {
  margin-bottom: 2rem;
}
.board-members__quote {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  color: #000000;
  margin-bottom: 6rem;
}
.board-members__name {
  margin-bottom: 0.2rem;
  color: #000000;
}
.board-members__role {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.8);
}
.board-members__image-wrapper {
  width: 62.1rem;
  display: flex;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .board-members__image-wrapper {
    width: 100%;
    height: 50%;
  }
}
.board-members__image {
  width: 100%;
  object-fit: cover;
  display: flex;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.board-members-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(30rem, 1fr));
  gap: 3rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .board-members-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .board-members-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.board-members-grid__card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.board-members-grid__card:hover .board-members-grid__image {
  transform: scale(1.05);
  opacity: 1;
}
.board-members-grid__image-wrapper {
  width: 100%;
  aspect-ratio: 570/560;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.board-members-grid__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.board-members-grid__info {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-top: 0rem;
}
@media (max-width: 768px) {
  .board-members-grid__info {
    padding: 2rem 2rem;
  }
}
@media (max-width: 576px) {
  .board-members-grid__info {
    padding: 3rem 2rem;
  }
}
.board-members-grid__name {
  color: #000000;
}
.board-members-grid__role {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

body.modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.management-team {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 10rem;
}
@media (max-width: 1024px) {
  .management-team {
    padding-top: 0px;
  }
}
.management-team__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  width: 100%;
}
.management-team__title {
  width: 100%;
  text-align: left;
  color: #000000;
}
.management-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(25rem, 1fr));
  gap: 2.5rem;
  width: 100%;
  row-gap: 6rem;
}
@media (max-width: 1400px) {
  .management-team__grid {
    grid-template-columns: repeat(3, minmax(25rem, 1fr));
  }
}
@media (max-width: 768px) {
  .management-team__grid {
    grid-template-columns: repeat(2, minmax(25rem, 1fr));
  }
}
@media (max-width: 576px) {
  .management-team__grid {
    grid-template-columns: repeat(1, minmax(25rem, 1fr));
  }
}
.management-team__card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.management-team__card:hover .management-team__image {
  transform: scale(1.05);
  opacity: 1;
}
.management-team__image-wrapper {
  width: 100%;
  aspect-ratio: 400/400;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.management-team__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.management-team__info {
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-top: 0rem;
}
.management-team__name {
  color: #000000;
}
.management-team__role {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.7);
}

.team-section-wrapper {
  background: #e4d9c4;
}

.team-section {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 10rem;
}
.team-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.team-section__title {
  width: 100%;
  text-align: left;
  color: #000000;
  margin-bottom: 2.4rem;
}
.team-section__description {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  margin-bottom: 6rem;
}
@media (max-width: 1200px) {
  .team-section__description {
    flex-direction: column;
    gap: 2rem;
  }
}
.team-section__description p {
  color: rgba(0, 0, 0, 0.8);
}
.team-section__image-wrapper {
  width: 100%;
  aspect-ratio: 168/80;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .team-section__image-wrapper {
    aspect-ratio: 1/1;
  }
}
.team-section__image {
  width: 100%;
  object-fit: cover;
}

.team-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
.team-modal.is-active {
  display: flex;
}
.team-modal__content {
  background: #ffffff;
  max-width: 80vw;
  width: 60vw;
  height: 70vh;
  padding: 3rem;
  padding-top: 8rem;
  position: relative;
  text-align: center;
  animation: fadeInUp 0.3s ease;
  display: flex;
  flex-direction: row;
  gap: 6rem;
}
@media (max-width: 1600px) {
  .team-modal__content {
    width: 70vw;
    height: 70vh;
  }
}
@media (max-width: 1200px) {
  .team-modal__content {
    width: 90vw;
    height: 60vh;
  }
}
@media (max-width: 1024px) {
  .team-modal__content {
    flex-direction: column;
    height: 80vh;
    width: 80vw;
    max-width: 95vw;
    padding: 3rem;
    padding-top: 9rem;
    gap: 3rem;
  }
}
@media (max-width: 576px) {
  .team-modal__content {
    flex-direction: column;
    height: 80vh;
    width: 95vw;
    max-width: 95vw;
    padding: 1rem;
    padding-top: 9rem;
    gap: 3rem;
  }
}
.team-modal__content__text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-right: 10px;
  overflow-y: auto;
}
.team-modal__content h2 {
  color: #000000;
  margin-bottom: 2px;
}
.team-modal__content h4 {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.team-modal__content p {
  color: rgba(0, 0, 0, 0.8);
}
.team-modal__image-wrapper {
  width: 45%;
  height: 100%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .team-modal__image-wrapper {
    width: 100%;
    height: 50%;
  }
}
.team-modal__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-modal__close {
  position: absolute;
  top: 2rem;
  right: 3rem;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .team-modal__close {
    top: 1rem;
    right: 1rem;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.awards-achievements {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 10rem;
  padding-top: 17rem;
}
@media (max-width: 768px) {
  .awards-achievements {
    padding-top: 15rem;
  }
}
.awards-achievements__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
.awards-achievements__title {
  width: 100%;
  text-align: center;
  color: #000000;
}
.awards-achievements__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(280px, 1fr));
  gap: 4rem;
  width: 100%;
}
.awards-achievements__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  background: #f5f4f2;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.awards-achievements__card:hover .awards-achievements__image {
  transform: scale(1.05);
  opacity: 1;
}
@media (max-width: 1400px) {
  .awards-achievements__card {
    grid-template-columns: 1.5fr 2fr;
  }
}
@media (max-width: 768px) {
  .awards-achievements__card {
    display: flex;
    flex-direction: column;
  }
}
.awards-achievements__image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  aspect-ratio: 840/484;
}
.awards-achievements__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.awards-achievements__info {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 1.5rem;
  flex-direction: column;
  padding-inline: 6rem;
  padding-block: 4rem;
}
@media (max-width: 1024px) {
  .awards-achievements__info {
    padding-inline: 4rem;
    padding-block: 3rem;
  }
}
.awards-achievements__award-title {
  color: #000000;
}
.awards-achievements__award-description {
  color: rgba(0, 0, 0, 0.8);
}
.awards-achievements__load-more {
  margin-top: 2rem;
}
.awards-achievements__load-more__load-more-button {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.awards-achievements__load-more__load-more-button:hover {
  background-color: #0056b3;
}

.emls-creation {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 10rem;
  padding-top: 17rem;
}
@media (max-width: 768px) {
  .emls-creation {
    padding-top: 15rem;
  }
}
.emls-creation__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.emls-creation__title {
  width: 100%;
  text-align: center;
  color: #000000;
}
.emls-creation__filters {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem;
  border-radius: 15rem;
  background: #ffffff;
}
.emls-creation__filters__wrapper {
  overflow-x: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.emls-creation__filters__wrapper::-webkit-scrollbar {
  display: none;
}
.emls-creation .emls-creation__filter {
  cursor: pointer;
  padding: 1rem 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  background: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.emls-creation .emls-creation__filter span {
  border-right: 0.1rem solid rgba(0, 0, 0, 0.1019607843) !important;
  width: 100%;
  display: inline-block;
  padding: 0 2.4rem;
}
.emls-creation .emls-creation__filter:nth-child(1), .emls-creation .emls-creation__filter:nth-child(2) {
  border-top-left-radius: 15rem;
  border-bottom-left-radius: 15rem;
}
.emls-creation .emls-creation__filter:nth-last-child(1), .emls-creation .emls-creation__filter:nth-last-child(2) {
  border-top-right-radius: 15rem;
  border-bottom-right-radius: 15rem;
}
.emls-creation .emls-creation__filter:nth-last-child(1) span, .emls-creation .emls-creation__filter:nth-last-child(2) span {
  border-right: 0 !important;
}
.emls-creation .emls-creation__filter:hover, .emls-creation .emls-creation__filter:focus, .emls-creation .emls-creation__filter.active {
  background-color: #f28b30;
  color: #ffffff;
}
.emls-creation__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  width: 100%;
}
@media (max-width: 1200px) {
  .emls-creation__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 768px) {
  .emls-creation__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 576px) {
  .emls-creation__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
}
.emls-creation__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  flex-shrink: 0;
  flex-grow: 0;
  text-decoration: none;
}
.emls-creation__card:nth-child(8n+1), .emls-creation__card:nth-child(8n+3), .emls-creation__card:nth-child(8n+7), .emls-creation__card:nth-child(8n+8) {
  grid-row: span 1;
}
@media (max-width: 1200px) {
  .emls-creation__card:nth-child(8n+1), .emls-creation__card:nth-child(8n+3), .emls-creation__card:nth-child(8n+7), .emls-creation__card:nth-child(8n+8) {
    grid-row: span 1;
  }
}
@media (max-width: 768px) {
  .emls-creation__card:nth-child(8n+1), .emls-creation__card:nth-child(8n+3), .emls-creation__card:nth-child(8n+7), .emls-creation__card:nth-child(8n+8) {
    grid-row: span 1;
  }
}
.emls-creation__card:nth-child(8n+2), .emls-creation__card:nth-child(8n+4), .emls-creation__card:nth-child(8n+5), .emls-creation__card:nth-child(8n+6) {
  grid-row: span 1;
}
@media (max-width: 1200px) {
  .emls-creation__card:nth-child(8n+2), .emls-creation__card:nth-child(8n+4), .emls-creation__card:nth-child(8n+5), .emls-creation__card:nth-child(8n+6) {
    grid-row: span 1;
  }
}
@media (max-width: 768px) {
  .emls-creation__card:nth-child(8n+2), .emls-creation__card:nth-child(8n+4), .emls-creation__card:nth-child(8n+5), .emls-creation__card:nth-child(8n+6) {
    grid-row: span 1;
  }
}
.emls-creation__card:hover .emls-creation__image, .emls-creation__card:focus .emls-creation__image, .emls-creation__card:active .emls-creation__image {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.emls-creation__card:hover .emls-creation__arrow {
  padding-top: 0rem;
  border-bottom: 0.2rem solid #000000;
}
.emls-creation__image-wrapper {
  width: 100%;
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.emls-creation__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.emls-creation__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 2rem;
}
@media (max-width: 1200px) {
  .emls-creation__info {
    background: #ffffff;
    padding: 2rem;
  }
}
.emls-creation__project-title {
  color: #000000;
}
.emls-creation__arrow {
  flex-shrink: 0;
  padding: 1.5rem 0rem;
  transition: padding 0.3s ease;
  border-bottom: 0.2rem solid transparent;
}
.emls-creation__arrow--svg {
  width: 100%;
}
.emls-creation__load-more {
  margin-top: 6rem;
}

.apartment-interior {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 10rem;
  padding-top: 17rem;
}
@media (max-width: 768px) {
  .apartment-interior {
    padding-top: 15rem;
  }
}
.apartment-interior__container {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 3rem;
}
@media (max-width: 1200px) {
  .apartment-interior__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
}
.apartment-interior__main-image {
  width: 66%;
  flex-shrink: 0;
  aspect-ratio: 1110/700;
}
@media (max-width: 1400px) {
  .apartment-interior__main-image {
    aspect-ratio: 1110/800;
  }
}
@media (max-width: 1200px) {
  .apartment-interior__main-image {
    width: 100%;
    height: 100%;
  }
}
.apartment-interior__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apartment-interior__details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.apartment-interior__title {
  color: #000000;
  margin-bottom: 2.4rem;
  margin-top: auto;
}
@media (max-width: 1200px) {
  .apartment-interior__title {
    margin-top: 8rem;
  }
}
.apartment-interior__description {
  color: rgba(0, 0, 0, 0.8);
}
.apartment-interior__thumbnails {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15rem;
}
@media (max-width: 1600px) {
  .apartment-interior__thumbnails {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
  }
}
.apartment-interior__thumbnail {
  display: flex;
  width: 100%;
  aspect-ratio: 15/10;
  overflow: hidden;
  position: relative;
}
.apartment-interior__thumbnail.active img {
  transform: scale(1.01);
  opacity: 50%;
  filter: brightness(80%);
}
@media (max-width: 1600px) {
  .apartment-interior__thumbnail {
    width: 10rem;
  }
}
.apartment-interior__thumbnail img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}
.apartment-interior__thumbnail img:hover, .apartment-interior__thumbnail img:focus, .apartment-interior__thumbnail img:active {
  transform: scale(1.05);
}

.sustainability-innovation {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 10rem;
}
.sustainability-innovation__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10rem;
}
.sustainability-innovation__title {
  width: 100%;
  text-align: center;
  color: #000000;
}
.sustainability-innovation__image-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 10rem;
  width: 100%;
}
@media (max-width: 1200px) {
  .sustainability-innovation__image-content {
    gap: 3rem;
  }
}
@media (max-width: 1024px) {
  .sustainability-innovation__image-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}
.sustainability-innovation__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sustainability-innovation__image-wrapper .sustainability-innovation__image {
  width: 100%;
}
.sustainability-innovation__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 11rem;
  width: 100%;
}
@media (max-width: 1400px) {
  .sustainability-innovation__content {
    gap: 3rem;
  }
}
@media (max-width: 1200px) {
  .sustainability-innovation__content {
    gap: 2rem;
  }
}
.sustainability-innovation__subtitle {
  color: #000000;
}
@media (max-width: 1200px) {
  .sustainability-innovation__subtitle {
    text-align: left;
  }
}
.sustainability-innovation__description {
  color: rgba(0, 0, 0, 0.8);
}
.sustainability-innovation__description-cta {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 2.8rem 2.8rem 2.8rem 6rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-left: 11rem;
}
@media (max-width: 1200px) {
  .sustainability-innovation__description-cta {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
  }
}

.innovation-vision {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  max-width: 100%;
}
.innovation-vision__container {
  width: 100%;
}
.innovation-vision__video-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 192/96;
}
@media (max-width: 1024px) {
  .innovation-vision__video-wrapper {
    aspect-ratio: 192/140;
  }
}
.innovation-vision__video-wrapper video {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.core-initiatives {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 10rem;
}
.core-initiatives__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 6rem;
}
.core-initiatives__title {
  width: 100%;
  text-align: left;
  color: #000000;
}
.core-initiatives__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 1200px) {
  .core-initiatives__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .core-initiatives__grid {
    grid-template-columns: 1fr;
  }
}
.core-initiatives__card {
  background: #ffffff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
}
.core-initiatives__subtitle {
  color: #000000;
  margin-bottom: 3rem;
}
.core-initiatives__description {
  color: rgba(0, 0, 0, 0.8);
  flex-grow: 1;
  margin-bottom: 8rem;
}
@media (max-width: 1024px) {
  .core-initiatives__description {
    margin-bottom: 4rem;
  }
}
.core-initiatives__icon {
  width: 12.8rem;
  height: 12.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .core-initiatives__icon {
    width: 8rem;
    height: 8rem;
  }
}
.core-initiatives__icon svg {
  width: 100%;
  height: 100%;
}

.innovation-hero {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.innovation-hero__image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.innovation-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.insight-highlight {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 10rem;
  padding-top: 17rem;
}
@media (max-width: 768px) {
  .insight-highlight {
    padding-top: 15rem;
  }
}
.insight-highlight__container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}
@media (max-width: 1400px) {
  .insight-highlight__container {
    gap: 5rem;
  }
}
@media (max-width: 1024px) {
  .insight-highlight__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.insight-highlight__image-wrapper {
  width: 100%;
  aspect-ratio: 8/5;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .insight-highlight__image-wrapper {
    aspect-ratio: 8/7;
  }
}
@media (max-width: 1200px) {
  .insight-highlight__image-wrapper {
    aspect-ratio: 8/8;
  }
}
@media (max-width: 1024px) {
  .insight-highlight__image-wrapper {
    aspect-ratio: 8/4;
  }
}
@media (max-width: 768px) {
  .insight-highlight__image-wrapper {
    aspect-ratio: 8/5;
  }
}
.insight-highlight__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  transition: transform 0.4s ease;
}
.insight-highlight:hover .insight-highlight__image-wrapper img {
  transform: scale(1.05);
}
.insight-highlight__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.insight-highlight__date {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0.8rem;
}
.insight-highlight__title {
  color: #000000;
  margin-bottom: 3rem;
}
.insight-highlight__description {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: auto;
}
@media (max-width: 1024px) {
  .insight-highlight__description {
    margin-bottom: 4rem;
  }
}

.insight-grid {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10rem;
  padding-top: 8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .insight-grid {
    padding-top: 0rem;
    border-top: none;
  }
}
.insight-grid__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 6rem;
}
.insight-grid__title {
  color: #000000;
}
.insight-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  row-gap: 6rem;
}
@media (max-width: 1024px) {
  .insight-grid__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 6rem;
  }
}
@media (max-width: 576px) {
  .insight-grid__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 7rem;
  }
}
.insight-grid__button-wrapper {
  margin-top: 8rem;
}

.insight-card {
  display: flex;
  flex-direction: column;
}
.insight-card__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.insight-card__link:hover .insight-card__title {
  text-decoration: underline;
}
.insight-card__link:hover .insight-card__image-wrapper img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.insight-card__image-wrapper {
  width: 100%;
  aspect-ratio: 54/50;
  overflow: hidden;
}
.insight-card__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.insight-card__content {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.insight-card__date {
  color: rgba(0, 0, 0, 0.6);
}
.insight-card__title {
  color: #000000;
  transition: text-decoration 0.3s ease, color 0.3s ease;
}

.insight-grid--search {
  padding-top: 12rem;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  min-height: calc(100dvh - 25.2rem);
  justify-content: start;
}

.bg-blue-light {
  background-color: #e4d9c4;
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  .bg-blue-light {
    height: 440px;
  }
}
.bg-blue-light::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/7deda99a0592be30a50e.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
.bg-blue-light > * {
  position: relative;
  z-index: 1;
}

.join-team {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  transform: translateY(20rem);
}
@media (max-width: 1200px) {
  .join-team {
    transform: translateY(15rem);
  }
}
@media (max-width: 1024px) {
  .join-team {
    transform: translateY(12rem);
  }
}
@media (max-width: 768px) {
  .join-team {
    transform: translateY(110px);
    gap: 60px;
  }
}
.join-team__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 576px) {
  .join-team__content {
    gap: 40px;
  }
}
.join-team__title {
  color: #000000;
  text-align: center;
  max-width: 111rem;
}
.join-team__gallery {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  align-items: end;
}
@media (max-width: 768px) {
  .join-team__gallery {
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .join-team__gallery {
    gap: 2rem;
  }
}
.join-team__image {
  width: 100%;
  aspect-ratio: 396/550;
  display: flex;
  overflow: hidden;
}
.join-team__image:nth-child(odd) {
  aspect-ratio: 396/550;
}
@media (max-width: 576px) {
  .join-team__image:nth-child(odd) {
    aspect-ratio: 75/103;
  }
}
.join-team__image:nth-child(even) {
  aspect-ratio: 396/433;
}
@media (max-width: 576px) {
  .join-team__image:nth-child(even) {
    aspect-ratio: 75/81;
  }
}
.join-team__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-choose {
  background: #f5f4f2;
  padding-top: 34rem;
  padding-bottom: 14rem;
}
@media (max-width: 1024px) {
  .why-choose {
    padding-top: 24rem;
    padding-bottom: 14rem;
  }
}
@media (max-width: 768px) {
  .why-choose {
    padding-top: 24rem;
    padding-bottom: 14rem;
  }
}
@media (max-width: 576px) {
  .why-choose {
    padding-top: 140px;
  }
}
@media (max-width: 360px) {
  .why-choose {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.why-choose__container {
  max-width: 178rem;
  margin: 0 auto;
  padding-inline: 5rem;
}
@media (max-width: 1920px) {
  .why-choose__container {
    padding-inline: 5rem;
  }
}
@media (max-width: 1600px) {
  .why-choose__container {
    padding-inline: 4rem;
  }
}
@media (max-width: 1400px) {
  .why-choose__container {
    padding-inline: 3rem;
  }
}
@media (max-width: 1200px) {
  .why-choose__container {
    padding-inline: 2rem;
  }
}
.why-choose__header {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.why-choose__header-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.why-choose__header-left .why-choose__label {
  color: #000000;
}
.why-choose__header-left .why-choose__title {
  color: #000000;
}
.why-choose__header-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 576px) {
  .why-choose__header-right {
    display: none;
  }
}
.why-choose__header-right .why-choose__nav-btn {
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.why-choose__header-right .why-choose__nav-btn svg path {
  transition: fill 0.3s ease;
}
.why-choose__header-right .why-choose__nav-btn:hover, .why-choose__header-right .why-choose__nav-btn:focus, .why-choose__header-right .why-choose__nav-btn:active {
  background: #f28b30;
  border-color: #f28b30;
}
.why-choose__header-right .why-choose__nav-btn:hover svg path, .why-choose__header-right .why-choose__nav-btn:focus svg path, .why-choose__header-right .why-choose__nav-btn:active svg path {
  fill: #ffffff;
}
.why-choose__card {
  background: #ffffff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.why-choose__card-title {
  color: #000000;
  margin-bottom: 3rem;
}
.why-choose__card-text {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 8rem;
}
.why-choose__card-icon {
  width: 12.8rem;
  height: 12.8rem;
}
.why-choose__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.skyline-conatainer-with-white-bg {
  background: #f5f4f2;
  position: relative;
}
.skyline-conatainer-with-white-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 73%;
  height: 100%;
  background-image: url(images/86f88e80515e2cd6380e.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
.skyline-conatainer-with-white-bg > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .skyline-conatainer-with-white-bg {
    background: #ffffff;
  }
}

.skyline {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 13rem;
}
.skyline__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 1400px) {
  .skyline__container {
    gap: 10rem;
  }
}
@media (max-width: 1200px) {
  .skyline__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1024px) {
  .skyline__container {
    gap: 6rem;
  }
}
.skyline__content {
  display: flex;
  flex-direction: column;
  width: 70rem;
}
@media (max-width: 1400px) {
  .skyline__content {
    max-width: 100%;
    width: 100%;
  }
}
.skyline__subtitle {
  color: #000000;
  margin-bottom: 1rem;
}
.skyline__title {
  color: #000000;
  margin-bottom: 14rem;
}
@media (max-width: 1600px) {
  .skyline__title {
    margin-bottom: 10rem;
  }
}
@media (max-width: 1200px) {
  .skyline__title {
    margin-bottom: 6rem;
  }
}
@media (max-width: 1024px) {
  .skyline__title {
    margin-bottom: 4rem;
  }
}
.skyline__description {
  color: rgba(0, 0, 0, 0.8);
  max-width: 53rem;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .skyline__description {
    margin-left: 0;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .skyline__description {
    margin-left: auto;
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .skyline__description {
    margin-left: 0;
    max-width: 100%;
  }
}
.skyline__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 82.8/64;
}
@media (max-width: 1024px) {
  .skyline__image {
    aspect-ratio: 32.8/25.3;
  }
}
.skyline__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-openings {
  max-width: 134em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 10rem;
}
@media (max-width: 1200px) {
  .job-openings {
    padding-top: 0px;
  }
}
.job-openings__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
.job-openings__title {
  width: 100%;
  text-align: center;
  color: #000000;
}
.job-openings__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.job-openings__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 0rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  gap: 4rem;
}
@media (max-width: 576px) {
  .job-openings__item {
    flex-direction: column;
    align-items: start;
    padding-bottom: 27px;
  }
}
.job-openings__position {
  color: #000000;
}
.job-openings__meta {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  color: rgba(0, 0, 0, 0.8);
}
.job-openings__location, .job-openings__deadline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
.job-openings__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  .job-openings__info {
    gap: 2rem;
  }
}
.job-openings__action {
  flex-shrink: 0;
}
.job-openings__action a:hover {
  text-decoration: none;
}

.job-listing {
  background-color: #e4d9c4;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
.job-listing::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/7deda99a0592be30a50e.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
.job-listing > * {
  position: relative;
  z-index: 1;
}
.job-listing__content {
  text-align: center;
  justify-content: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 139rem;
  margin-inline: auto;
}
.job-listing__title {
  color: #000000;
  margin-bottom: 1rem;
}
.job-listing__details {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
  align-items: center;
  margin-bottom: 3rem;
}
.job-listing__details .location,
.job-listing__details .deadline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.job-listing__button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-section {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-section__container {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10rem;
  justify-content: space-between;
  align-items: center;
}
.contact-section__info {
  display: flex;
  flex-direction: column;
  max-width: 68rem;
}
.contact-section__title {
  color: #000000;
  margin-bottom: 2rem;
}
.contact-section__description {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 3.2rem;
}
.contact-section__address {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 2rem;
}
.contact-section__phone {
  color: #000000;
  margin-bottom: 2rem;
  text-decoration: none;
}
.contact-section__email {
  color: rgba(0, 0, 0, 0.8);
}
.contact-section__form-wrapper {
  background: #ffffff;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}
.contact-section__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-section__form-group {
  display: flex;
  gap: 2rem;
}
.contact-section__form-group.full {
  flex-direction: column;
}
.contact-section__form-group input,
.contact-section__form-group select,
.contact-section__form-group textarea {
  flex: 1;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  background: #f9f9f9;
  transition: border 0.3s;
}
.contact-section__form-group input:focus,
.contact-section__form-group select:focus,
.contact-section__form-group textarea:focus {
  border-color: #f28b30;
  outline: none;
}
.contact-section__form-group select {
  appearance: none;
}
.contact-section__form-group textarea {
  min-height: 12rem;
  resize: vertical;
  max-height: 10rem;
}
.contact-section__submit {
  background: #f28b30;
  color: #ffffff;
  border: none;
  padding: 1.5rem 4rem;
  font-size: 1.6rem;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.3s;
}
.contact-section__submit:hover {
  background: rgb(224.8772727273, 112.9818181818, 14.1227272727);
}

.get-in-touch {
  padding-top: 17rem;
  background: #e4d9c4;
}
@media (max-width: 768px) {
  .get-in-touch {
    padding-top: 5rem;
  }
}
.get-in-touch .gt-total {
  background: #e4d9c4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .get-in-touch .gt-total {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}

.gt-left {
  max-width: 680px;
  width: 100%;
}
@media (max-width: 1200px) {
  .gt-left {
    max-width: 100%;
  }
}
.gt-left .gt-title {
  width: 100%;
}

.left-subtitle {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 3.2rem;
}

.left-address {
  margin-top: 32px;
  color: rgba(0, 0, 0, 0.8);
}

.left-contact {
  margin-top: 20px;
  text-decoration: none;
  color: black;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

.left-email {
  margin-top: 20px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

.gt-form {
  background: #ffffff;
  padding: 40px;
  max-width: 776px;
  width: 100%;
}
@media (max-width: 1200px) {
  .gt-form {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .gt-form {
    padding: 20px;
  }
}
.gt-form .title {
  color: #000000;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .gt-form .title {
    margin-left: 0;
  }
}
.gt-form .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gt-form .message-label {
  grid-column: span 2;
  width: 100%;
}
@media (max-width: 1024px) {
  .gt-form .message-label {
    grid-column: span 1;
  }
}
.gt-form .message-label textarea {
  min-height: 50px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  max-height: 10rem;
}
.gt-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gt-form .form-group label {
  color: #000000;
  width: 100%;
}
.gt-form .form-group input {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
  padding: 10px 0;
  padding-bottom: 20px;
}
.gt-form .form-group input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gt-form .form-group textarea {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
  padding: 10px 0;
  resize: vertical;
  width: 100%;
  max-height: 10rem;
}
.gt-form .form-group select {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
  padding: 10px 0;
  padding-bottom: 20px;
  width: 100%;
  background: white;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gt-form .form-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: row;
  gap: 30px;
  row-gap: 16px;
}
@media (max-width: 1024px) {
  .gt-form .form-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .gt-form .form-container {
    grid-template-columns: 1fr;
  }
}
.gt-form .message {
  margin-top: 50px;
}

select {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
  padding: 10px 0;
}
select::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.map-right {
  height: 799px;
  width: 100%;
}
@media (max-width: 768px) {
  .map-right {
    width: 100%;
    height: 267px;
  }
}

.faq-total {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 1024px) {
  .faq-total {
    flex-direction: column;
  }
}
.faq-total .faq-left {
  max-width: 680px;
  width: 100%;
}
@media (max-width: 1024px) {
  .faq-total .faq-left {
    max-width: 100%;
  }
}
.faq-total .faq-right {
  max-width: 825px;
  width: 100%;
}
@media (max-width: 1024px) {
  .faq-total .faq-right {
    max-width: 100%;
  }
}
.faq-total .faq-header {
  display: inline-flex;
  margin-bottom: 10px;
}
.faq-total .faq-title {
  margin-bottom: 20px;
}
.faq-total .faq-subtitle {
  color: rgba(0, 0, 0, 0.8);
  margin-top: 20px;
}
@media (max-width: 576px) {
  .faq-total {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .faq-total {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 1024px) {
  .faq-total {
    flex-direction: column;
    gap: 50px;
  }
}

.accordion-container {
  margin: 0 auto;
  background: white;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

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

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  cursor: pointer;
  background: white;
  user-select: none;
}
@media (max-width: 1024px) {
  .accordion-header {
    padding-left: 0;
  }
}

.accordion-header:hover {
  background-color: #f8f9fa;
}

.accordion-question {
  color: #000000;
  flex: 1;
  margin-right: 16px;
}

.accordion-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.accordion-icon svg {
  width: 100%;
  height: 100%;
  stroke: #666;
  stroke-width: 2;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: white;
}

.accordion-content.active {
  max-height: 200px;
}

.accordion-answer {
  padding: 0 24px 20px 24px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .accordion-answer {
    padding-left: 0;
  }
}

.accordion-answer ul {
  margin: 8px 0;
  padding-left: 20px;
}

.accordion-answer li {
  margin-bottom: 4px;
}

.form-group--input {
  gap: 5px !important;
  border-bottom: 0px !important;
}
.form-group--input input {
  width: 100%;
}
.form-group--input .file-upload-text {
  color: rgba(0, 0, 0, 0.5);
}

.file-upload-input {
  display: none !important;
}

.custom-file-upload {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
}
.custom-file-upload svg {
  flex-shrink: 0;
}

.custom-file-upload svg {
  width: 20px;
  height: 20px;
}

.file-name-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.wpcf7-response-output {
  border: 0px !important;
  padding: 0px !important;
  color: red !important;
}

.project-header {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  padding-top: 17rem;
}
@media (max-width: 768px) {
  .project-header {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.project-header__container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project-header__wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 7rem;
}
@media (max-width: 1200px) {
  .project-header__wrapper {
    align-items: end;
  }
}
@media (max-width: 1024px) {
  .project-header__wrapper {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .project-header__wrapper {
    gap: 20px;
  }
}
.project-header__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .project-header__info {
    gap: 20px;
  }
}
.project-header__title {
  color: #000000;
}
.project-header__location {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 768px) {
  .project-header__location {
    gap: 8px;
  }
}
.project-header__share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
}
@media (max-width: 1024px) {
  .project-header__share {
    flex-direction: row;
    gap: 4px;
    align-items: center;
  }
}
.project-header__share-label {
  color: rgba(0, 0, 0, 0.8);
}
.project-header__social {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-inline-start: 0px;
  gap: 0.2rem;
  opacity: 0.6;
}
.project-header__social a {
  list-style: none;
  flex-shrink: 0;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  border-radius: 10%;
  cursor: pointer;
}
.project-header__social a:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(242, 139, 48, 0.2);
}

.property-gallery {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.property-gallery__thumbnails {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(3, 26.4rem);
  gap: 3rem;
  width: 100%;
}
.property-gallery__thumbnails--hidden {
  display: none;
}
@media (max-width: 1400px) {
  .property-gallery__thumbnails {
    grid-template-rows: repeat(3, 26.4rem);
  }
}
@media (max-width: 1200px) {
  .property-gallery__thumbnails {
    display: flex;
  }
}
.property-gallery__thumb-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  grid-column: span 2;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (max-width: 1400px) {
  .property-gallery__thumb-item {
    grid-column: span 3;
  }
}
@media (max-width: 1200px) {
  .property-gallery__thumb-item {
    display: none;
  }
}
.property-gallery__thumb-item:hover img {
  transform: scale(1.05);
}
.property-gallery__thumb-item--main {
  grid-column: span 6;
  grid-row: span 3;
}
@media (max-width: 1400px) {
  .property-gallery__thumb-item--main {
    grid-column: span 5;
  }
}
.property-gallery__thumb-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media (max-width: 1200px) {
  .property-gallery__thumb-item--with-button {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .property-gallery__thumb-item--with-button {
    aspect-ratio: 328/222;
  }
}
.property-gallery__thumb-item--with-button .property-gallery__button-wrapper {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}
.property-gallery__thumb-item--with-button .property-gallery__show-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 8px;
  border-radius: 4px;
  background-color: #f5f4f2;
  border: 0px;
  outline: 0px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.property-gallery__thumb-item--with-button .property-gallery__show-all:hover {
  background-color: rgb(233.9130434783, 231.8043478261, 227.5869565217);
}

.property-gallery--2.property-gallery {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.property-gallery--2 .property-gallery__thumbnails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 2rem;
  width: 100%;
}
.property-gallery--2 .property-gallery__thumbnails--hidden {
  display: none;
}
.property-gallery--2 .property-gallery__thumb-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 616/521;
  grid-column: span 1;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.property-gallery--2 .property-gallery__thumb-item:hover img {
  transform: scale(1.05);
}
.property-gallery--2 .property-gallery__thumb-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media (max-width: 1200px) {
  .property-gallery--2 .property-gallery__thumb-item--with-button {
    grid-column: span 2;
    aspect-ratio: 327/222;
  }
}
.property-gallery--2 .property-gallery__thumb-item--with-button .property-gallery__button-wrapper {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}
.property-gallery--2 .property-gallery__thumb-item--with-button .property-gallery__show-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 8px;
  border-radius: 4px;
  background-color: #f5f4f2;
  border: 0px;
  outline: 0px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.property-gallery--2 .property-gallery__thumb-item--with-button .property-gallery__show-all:hover {
  background-color: rgb(233.9130434783, 231.8043478261, 227.5869565217);
}

.fslightbox-container {
  background-color: #000000 !important;
  background-image: none !important;
}

.fslightbox-bg {
  background: #000000 !important;
}

.fslightbox-source {
  max-height: 80dvh !important;
  object-fit: cover;
  margin: 0 auto;
  width: 100% !important;
  height: 80dvh !important;
  max-width: 100% !important;
  max-height: 80dvh !important;
}

@media (max-width: 768px) {
  .fslightboxb.fslightbox-toolbar-button.fslightbox-flex-centered[title="Enter fullscreen"] {
    display: none !important;
  }
}

.project-details {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 23rem;
}
@media (max-width: 1024px) {
  .project-details {
    padding-bottom: 60px;
  }
}
.project-details__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media (max-width: 1600px) {
  .project-details__grid {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 1024px) {
  .project-details__grid {
    display: flex;
    flex-direction: column;
  }
}
.project-details__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  grid-column: span 3;
}
@media (max-width: 1600px) {
  .project-details__content {
    grid-column: span 5;
  }
}
.project-details__content .title {
  color: #000000;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .project-details__content .title {
    margin-bottom: 20px;
  }
}
.project-details__content .title-h2 {
  color: #000000;
  margin-bottom: 2rem;
}
.project-details__content .title-h3 {
  color: #000000;
  margin-bottom: 4rem;
}
.project-details__content .title-h4 {
  color: #000000;
  margin-bottom: 2rem;
}
.project-details__content .description {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .project-details__content .description {
    margin-bottom: 20px;
  }
}
.project-details__content .property-gallery--2 {
  margin-bottom: 6rem;
}
.project-details__content .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .project-details__content .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-details__content .services-grid .services-card {
  background: #ffffff;
  padding: 3rem;
}
.project-details__content .services-grid .services-card .services-card__heading {
  color: #000000;
  margin-bottom: 3rem;
}
.project-details__content .services-grid .services-card .services-card__paragraph {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 3rem;
}
.project-details__content .why-prefer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 6rem;
}
@media (max-width: 1600px) {
  .project-details__content .why-prefer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .project-details__content .why-prefer-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-details__content .why-prefer-grid .core-initiatives__subtitle--2 {
  margin-bottom: 3rem;
  color: #000000;
}
.project-details__content .project-details__overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #ffffff;
  padding: 3rem;
  gap: 4rem;
  margin-bottom: 6rem;
}
@media (max-width: 1400px) {
  .project-details__content .project-details__overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .project-details__content .project-details__overview-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
    padding: 20px;
    gap: 15px;
  }
}
.project-details__content .project-details__overview-grid__card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .project-details__content .project-details__overview-grid__card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
    padding-bottom: 15px;
  }
  .project-details__content .project-details__overview-grid__card:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
}
.project-details__content .project-details__overview-grid__card:nth-child(3n) {
  border-right: none;
}
@media (max-width: 1400px) {
  .project-details__content .project-details__overview-grid__card:nth-child(3n) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 768px) {
  .project-details__content .project-details__overview-grid__card:nth-child(3n) {
    border-right: 0;
  }
}
@media (max-width: 1400px) {
  .project-details__content .project-details__overview-grid__card:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .project-details__content .project-details__overview-grid__card:nth-child(2n) {
    border-right: 0;
  }
}
.project-details__content .project-details__overview-grid__label {
  color: #000000;
}
.project-details__content .project-details__overview-grid__status {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
.project-details__content .project-details__overview-grid__status svg {
  flex-shrink: 0;
}
.project-details__content .video,
.project-details__content .map {
  width: 100%;
  aspect-ratio: 1250/790;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .project-details__content .video,
  .project-details__content .map {
    aspect-ratio: 328/422;
    margin-bottom: 30px;
  }
}
.project-details__content .video iframe,
.project-details__content .map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .project-details__content .video {
    aspect-ratio: 328/185;
  }
}
.project-details__sidebar {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1600px) {
  .project-details__sidebar {
    grid-column: span 3;
  }
}
@media (max-width: 1024px) {
  .project-details__sidebar {
    flex-direction: row-reverse;
    align-items: start;
  }
}
@media (max-width: 768px) {
  .project-details__sidebar {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.project-details__sidebar .form {
  background: #ffffff;
  padding: 20px;
}
@media (max-width: 1024px) {
  .project-details__sidebar .form {
    flex-grow: 1;
  }
}
.project-details__sidebar .form form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.project-details__sidebar .form-heading {
  color: #000000;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .project-details__sidebar .form-heading {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.project-details__sidebar .form .form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.project-details__sidebar .form .form-group label {
  color: #000000;
}
.project-details__sidebar .form .form-group input {
  color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  padding: 10px 0;
}
.project-details__sidebar .form .form-group input::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.project-details__sidebar .form .form-group textarea {
  color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  height: 8rem;
  resize: vertical;
  width: 100%;
  max-height: 10rem;
}
.project-details__sidebar .contact-info {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .project-details__sidebar .contact-info {
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  .project-details__sidebar .contact-info {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .project-details__sidebar .contact-info {
    padding: 20px;
  }
}
.project-details__sidebar .contact-info__heading {
  color: #000000;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .project-details__sidebar .contact-info__heading {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.project-details__sidebar .contact-info__block {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 768px) {
  .project-details__sidebar .contact-info__block {
    margin-bottom: 15px;
  }
}
.project-details__sidebar .contact-info__label {
  color: #000000;
}
.project-details__sidebar .contact-info__details {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
@media (max-width: 768px) {
  .project-details__sidebar .contact-info__details {
    gap: 8px;
  }
}
.project-details__sidebar .contact-info__details svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .project-details__sidebar .contact-info__details svg {
    width: 28px;
    height: 28px;
  }
}
.project-details__sidebar .contact-info__details p {
  color: rgba(0, 0, 0, 0.8);
}
.project-details__sidebar .map-sidebar {
  width: 100%;
  aspect-ratio: 1250/1250;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-details__sidebar .map-sidebar iframe {
  width: 100%;
  height: 100%;
}
.project-details__sidebar--2 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1600px) {
  .project-details__sidebar--2 {
    grid-column: span 3;
  }
}
@media (max-width: 1024px) {
  .project-details__sidebar--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .project-details__sidebar--2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-details__sidebar--2 .contact-info {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .project-details__sidebar--2 .contact-info {
    height: 100%;
  }
}

.project-details__sidebar .form-heading {
  color: #000000 !important;
  font-weight: 600 !important;
}

.counter-section-services--2 .container {
  border-top: 0px !important;
}

.counter-section-services--2 .container {
  padding-inline: 0;
  padding-block: 40px;
  gap: 2rem;
}
@media (max-width: 1400px) {
  .counter-section-services--2 .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .counter-section-services--2 .container {
    gap: 0rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 1400px) {
  .counter-section-services--2 .counter-item .counter-value {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}

.reviews-section {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10rem;
}
.reviews-section__container {
  display: grid;
  grid-template-columns: 68rem 1fr;
  gap: 6rem;
  width: 100%;
}
@media (max-width: 1400px) {
  .reviews-section__container {
    grid-template-columns: 60rem 1fr;
  }
}
@media (max-width: 1024px) {
  .reviews-section__container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.reviews-section__summary {
  display: flex;
  flex-direction: column;
}
.reviews-section__summary .reviews-section__title {
  color: #000000;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .reviews-section__summary .reviews-section__title {
    margin-bottom: 20px;
  }
}
.reviews-section__summary .reviews-section__description {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 4rem;
}
.reviews-section__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.reviews-section__list .btn-primary {
  margin-top: 20px;
}

.reviews-summary__box {
  background: #fff;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .reviews-summary__box {
    padding: 20px;
  }
}
.reviews-summary__score {
  color: #000000;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .reviews-summary__score {
    margin-bottom: 40px;
  }
}
.reviews-summary__total {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .reviews-summary__total {
    margin-bottom: 40px;
  }
}
.reviews-summary__bars {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .reviews-summary__bars {
    gap: 8px;
  }
}
.reviews-summary__bar {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.8);
  gap: 2rem;
}
.reviews-summary__bar span {
  min-width: 2rem;
}
.reviews-summary__bar .reviews-summary__progress {
  flex: 1;
  height: 13px;
  background: #e4d9c4;
  border-radius: 10px;
  overflow: hidden;
}
.reviews-summary__bar .reviews-summary__progress .reviews-summary__fill {
  background: #f28b30;
  height: 100%;
  border-radius: 10px;
}

.review-card {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 768px) {
  .review-card {
    gap: 20px;
  }
}
.review-card__stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.6rem;
}
.review-card__user {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.review-card__avatar {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .review-card__avatar {
    width: 50px;
    height: 50px;
  }
}
.review-card__info {
  display: flex;
  flex-direction: column;
}
.review-card__info .review-card__name {
  color: #000000;
}
.review-card__info .review-card__date {
  color: rgba(0, 0, 0, 0.8);
}
.review-card__title {
  color: #000000;
  font-weight: 600;
}
.review-card__text {
  color: #000000;
}

.reviews-rating__box {
  background: #ffffff;
  width: 100%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.reviews-rating__box .form {
  width: 100%;
}
.reviews-rating__box .form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
@media (max-width: 1600px) {
  .reviews-rating__box .form form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reviews-rating__box .form .form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.reviews-rating__box .form .form-group--full-width {
  grid-column: span 2;
}
@media (max-width: 1600px) {
  .reviews-rating__box .form .form-group--full-width {
    grid-column: span 1;
  }
}
.reviews-rating__box .form .form-group--no-underline {
  border-bottom: 1px solid transparent;
}
.reviews-rating__box .form .form-group label {
  color: #000000;
}
.reviews-rating__box .form .form-group input,
.reviews-rating__box .form .form-group textarea {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
  padding: 10px 0;
}
.reviews-rating__box .form .form-group input::placeholder,
.reviews-rating__box .form .form-group textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.reviews-rating__box .form .form-group textarea {
  resize: vertical;
  max-height: 10rem;
}

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
  /* Fill on hover or checked */
}
.star-rating input {
  display: none;
}
.star-rating label {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.star-rating label:hover {
  transform: scale(1.1);
}
.star-rating svg path {
  fill: none;
  stroke: #ffc108;
  stroke-width: 2;
  transition: fill 0.2s ease;
}
.star-rating input:checked ~ label svg path,
.star-rating label:hover svg path,
.star-rating label:hover ~ label svg path {
  fill: #ffc108;
}

.no-posts-found {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.you-may-also-like {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ffffff;
}

.related-project__card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
  text-decoration: none;
}
.related-project__card[data-status=completed] .related-project__status {
  background: #e0f1ff;
}
.related-project__card[data-status=ongoing] .related-project__status {
  background: #8fffab;
}
.related-project__card[data-status=upcoming] .related-project__status {
  background: #ffbf87;
}
.related-project__card:hover {
  text-decoration: none;
}
.related-project__card .related-project__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 397/314;
  overflow: hidden;
}
.related-project__card .related-project__image-wrapper:hover img.related-project__image {
  transform: scale(1.1);
}
.related-project__card .related-project__image-wrapper img.related-project__image {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.related-project__card .related-project__image-wrapper .related-project__status {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000000;
}
.related-project__card .related-project__image-wrapper .related-project__status svg {
  flex-shrink: 0;
}
.related-project__card .related-project__info {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
}
.related-project__card .related-project__info:hover {
  text-decoration: none;
}
.related-project__card .related-project__info .related-project__title {
  color: #000000;
}
.related-project__card .related-project__info .related-project__location {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(0, 0, 0, 0.8);
}
.related-project__card .related-project__info .related-project__location svg {
  flex-shrink: 0;
}

.our-journey-hero {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
.our-journey-hero__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-journey-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-journey-hero__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.our-journey-hero {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.our-journey-hero__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-journey-hero__image-wrapper__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-journey-hero__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
}
.our-journey-hero__content {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 1rem;
  padding-block: 6rem;
}
@media (max-width: 768px) {
  .our-journey-hero__content {
    padding-block: 30px;
    gap: 10px;
  }
}
.our-journey-hero__tag {
  color: #ffffff;
}
.our-journey-hero__title {
  color: #ffffff;
}

.project-listing {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project-listing__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  width: 100%;
  align-items: start;
}
@media (max-width: 1600px) {
  .project-listing__wrapper {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 1024px) {
  .project-listing__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.project-listing__content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8rem;
  grid-column: span 3;
  padding-bottom: 10rem;
  min-height: 70rem;
}
@media (max-width: 1600px) {
  .project-listing__content-wrapper {
    grid-column: span 5;
    min-height: 60rem;
  }
}
@media (max-width: 1200px) {
  .project-listing__content-wrapper {
    min-height: 50rem;
  }
}
@media (max-width: 768px) {
  .project-listing__content-wrapper {
    min-height: 40rem;
  }
}
@media (max-width: 576px) {
  .project-listing__content-wrapper {
    min-height: 30rem;
  }
}
.project-listing__content-wrapper p {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding-block: 20px;
}
.project-listing__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 1600px) {
  .project-listing__content {
    grid-column: span 5;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
  }
}
@media (max-width: 1200px) {
  .project-listing__content {
    column-gap: 10px;
  }
}
@media (max-width: 576px) {
  .project-listing__content {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 5rem;
  }
}

.filter-sidebar {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 1.6rem 1.2rem;
}
@media (max-width: 1600px) {
  .filter-sidebar {
    grid-column: span 3;
  }
}
@media (max-width: 1400px) {
  .filter-sidebar {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .filter-sidebar {
    display: none;
  }
}
.filter-sidebar__heading {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 1.2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.8rem;
}

.filter-accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.filter-accordion__item {
  width: 100%;
  margin-bottom: 8px;
}
.filter-accordion__item:last-child .filter-accordion__collapse {
  border-bottom: 0px;
}
.filter-accordion__button {
  font-weight: 500;
  color: #000000;
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.filter-accordion__button svg {
  flex-shrink: 0;
}
.filter-accordion__collapse {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.6rem;
}
.filter-accordion__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-inline-start: 0;
  gap: 4px;
}
.filter-accordion__list li {
  width: 100%;
  padding: 1.2rem;
  display: flex;
  align-items: center;
  padding-top: 2rem;
}

.filter-checkbox {
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-checkbox input[type=checkbox],
.filter-checkbox input[type=radio] {
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: transparent;
  transition: all 0.2s ease;
  position: relative;
}
.filter-checkbox input[type=checkbox]:checked,
.filter-checkbox input[type=radio]:checked {
  background-color: #000000;
  border-color: #000000;
}
.filter-checkbox input[type=checkbox]:checked::after,
.filter-checkbox input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5 13l4 4L19 7\"/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

.filter-accordion__button--open svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.filter-accordion__button--collapsed svg {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.filter-accordion__collapse--open {
  height: auto !important;
}

.project-listing .related-project__card {
  background: transparent;
  text-decoration: none;
}
.project-listing .related-project__card:hover {
  text-decoration: none;
}

.project-listing__top-bar {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .project-listing__top-bar {
    flex-direction: column;
  }
}

.project-listing__header {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .project-listing__header {
    justify-content: space-between;
  }
}
.project-listing__header .project-listing__title {
  color: #000000;
  line-height: 1em;
}
.project-listing__header .project-listing__items-count {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1em;
}

.project-listing__search-sort {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
@media (max-width: 1024px) {
  .project-listing__search-sort {
    justify-content: start;
  }
}
@media (max-width: 768px) {
  .project-listing__search-sort {
    display: none;
  }
}

.project-listing__search-input {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  background: #ffffff;
  padding: 0.5rem 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.project-listing__search-input input {
  width: 41.5rem;
  height: 34px;
  color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
}
@media (max-width: 1200px) {
  .project-listing__search-input input {
    height: 36px;
  }
}
.project-listing__search-input input svg {
  flex-shrink: 0;
}

.project-listing__sort {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  background: #ffffff;
  padding: 0.3rem 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.project-listing__sort-label {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1em;
}
.project-listing__sort select {
  width: 14rem;
  height: 38px;
  color: black;
  border: none;
  outline: none;
  background: transparent;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 1200px) {
  .project-listing__sort select {
    height: 36px;
  }
}
.project-listing__sort select svg {
  flex-shrink: 0;
}

.filters-container {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  width: 100%;
}
@media (max-width: 768px) {
  .filters-container {
    display: grid;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .filters-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.filter-btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
  height: 48px;
  padding-inline: 15px;
}
.filter-btn svg {
  flex-shrink: 0;
}

.filtr-search-input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
  height: 48px;
  padding-inline: 15px;
}
.filtr-search-input input {
  flex-grow: 1;
  outline: 0px;
  border: 0px;
  background: transparent;
}
.filtr-search-input svg {
  flex-shrink: 0;
}

.filter-slider {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90dvh;
  background-color: rgb(0, 0, 0);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.filter-content {
  background-color: white;
  padding: 12px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-block: 20px;
}
.filter-content .filter-accordion {
  flex-grow: 1;
  padding-right: 10px;
  overflow-y: auto;
}
.filter-content .filter-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
  width: 100%;
}
.filter-content .filter-buttons button {
  padding-block: 12px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.filter-content .filter-buttons .filter-apply,
.filter-content .filter-buttons .filter-reset {
  background: #f28b30;
  color: #ffffff;
  border-color: #f28b30;
  text-align: center;
  padding-block: 12px;
  text-decoration: none;
}
.filter-content .filter-buttons .filter-reset {
  background: transparent;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding-block: 12px;
  text-decoration: none;
}

.filter-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1.2rem;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  color: #000000;
  font-weight: 600;
}
.filter-header button {
  padding: 0px;
  background: transparent;
  outline: 0;
  border: 0;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
}

.page-numbers {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  list-style-type: none;
  padding: 0px;
  text-decoration: none;
}

.next,
.prev {
  display: none;
}

.page-number {
  width: 4rem;
  height: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-radius: 100%;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}
.page-number a {
  text-decoration: none;
}

.page-number.active {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  fill: #ffffff;
  text-decoration: none;
}

.page-number:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  fill: #ffffff;
}

body.modal-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.our-projects-who-we-are {
  position: relative;
  background: #f5f4f2;
  padding-top: 17rem;
  padding-bottom: 3rem;
}
.our-projects-who-we-are::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(images/942ca7d7b49ed37c3bb1.svg);
  max-width: 30rem;
  width: 30rem;
  height: 42.5rem;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1024px) {
  .our-projects-who-we-are::before {
    background-image: none;
  }
}
.our-projects-who-we-are .project-slider-container {
  max-width: 1680px;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
}
.our-projects-who-we-are .project-slider-container .project-slide {
  display: flex;
  gap: 10rem;
  align-items: center;
}
@media (max-width: 1200px) {
  .our-projects-who-we-are .project-slider-container .project-slide {
    flex-direction: column;
    gap: 40px;
  }
}
.our-projects-who-we-are .project-slider-container .project-slide .image-content {
  max-width: 748px;
  width: 100%;
  max-height: 640px;
  height: 640px;
  flex-grow: 1;
  display: flex;
}
@media (max-width: 1400px) {
  .our-projects-who-we-are .project-slider-container .project-slide .image-content {
    max-width: 539px;
    flex-shrink: 0;
  }
}
@media (max-width: 1200px) {
  .our-projects-who-we-are .project-slider-container .project-slide .image-content {
    max-width: unset;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .our-projects-who-we-are .project-slider-container .project-slide .image-content {
    max-width: unset;
    height: 250px;
  }
}
.our-projects-who-we-are .project-slider-container .project-slide .image-content img {
  max-width: 100%;
  max-height: 100%;
  height: 640px;
  width: 100%;
  object-fit: cover;
  display: flex;
}
.our-projects-who-we-are .project-slider-container .project-slide .text-content {
  max-width: 724px;
  width: 100%;
}
@media (max-width: 1200px) {
  .our-projects-who-we-are .project-slider-container .project-slide .text-content {
    max-width: unset;
  }
}
.our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-label {
  color: #000000;
  margin-bottom: 10px;
}
.our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-title {
  color: #000000;
  margin-bottom: 11rem;
}
@media (max-width: 768px) {
  .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 6rem;
  }
}
.our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-description-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 11rem;
  padding-left: 6rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1400px) {
  .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-description-wrapper {
    margin-left: 7rem;
    padding-left: 3rem;
  }
}
@media (max-width: 1024px) {
  .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-description-wrapper {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
.our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-description {
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .our-projects-who-we-are .project-slider-container .project-slide .text-content .slider-description {
    max-width: 750px;
  }
}
.our-projects-who-we-are .project-slider-container .project-slide .text-content .btn-secondary {
  padding-left: 0px;
}
@media (max-width: 576px) {
  .our-projects-who-we-are .project-slider-container .project-slide .text-content .btn-secondary {
    padding-left: 30px;
  }
}
.our-projects-who-we-are .project-slider-pagination {
  margin-block: 40px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1400px) {
  .our-projects-who-we-are .project-slider-pagination {
    justify-content: center;
  }
}

.team-section-wrapper.team-section-who-we-are {
  background: #e4d9c4;
}
.team-section-wrapper.team-section-who-we-are .team-section {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 10rem;
}
.team-section-wrapper.team-section-who-we-are .team-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.team-section-wrapper.team-section-who-we-are .team-section__title {
  width: 100%;
  text-align: left;
  color: #000000;
  margin-bottom: 2.4rem;
}
.team-section-wrapper.team-section-who-we-are .team-section__description {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8rem;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .team-section-wrapper.team-section-who-we-are .team-section__description {
    flex-direction: column;
    gap: 6rem;
  }
}
.team-section-wrapper.team-section-who-we-are .team-section__description p {
  color: rgba(0, 0, 0, 0.8);
}

.project-highlight {
  max-width: 178rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 19rem;
}
@media (max-width: 1400px) {
  .project-highlight {
    padding-top: 15rem;
  }
}
@media (max-width: 768px) {
  .project-highlight {
    padding-top: 12rem;
  }
}
@media (max-width: 576px) {
  .project-highlight {
    padding-top: 10rem;
  }
}
.project-highlight__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8rem;
  align-items: center;
  margin-bottom: -36rem;
}
@media (max-width: 1200px) {
  .project-highlight__container {
    margin-bottom: -25rem;
  }
}
@media (max-width: 768px) {
  .project-highlight__container {
    margin-bottom: -15rem;
  }
}
@media (max-width: 576px) {
  .project-highlight__container {
    margin-bottom: -10rem;
    gap: 5rem;
  }
}
.project-highlight__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 139.4rem;
  align-items: center;
  text-align: center;
}
.project-highlight__title {
  color: #000000;
}
.project-highlight__date {
  color: rgba(0, 0, 0, 0.8);
}
.project-highlight__image-wrapper {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 168/80;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-highlight__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.rich-text-content {
  max-width: 121rem;
  margin: 0 auto;
  margin-top: 36rem;
  margin-bottom: 6rem;
}
@media (max-width: 1200px) {
  .rich-text-content {
    margin-top: 25rem;
  }
}
@media (max-width: 768px) {
  .rich-text-content {
    margin-top: 15rem;
  }
}
@media (max-width: 576px) {
  .rich-text-content {
    margin-top: 10rem;
  }
}

.rich-text-container--2 {
  margin-top: 0px !important;
}

.rich-text-content-wrapper {
  display: block;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.rich-text-content-wrapper > *:first-child {
  margin-top: 0;
}

.rich-text-content-wrapper > *:last-child {
  margin-bottom: 0;
}

.rich-text-content-wrapper p {
  color: rgba(0, 0, 0, 0.8);
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.rich-text-content-wrapper h1,
.rich-text-content-wrapper h4,
.rich-text-content-wrapper h5,
.rich-text-content-wrapper h6 {
  color: black;
  margin-bottom: 2.4rem;
  margin-top: 6rem;
}

.rich-text-content-wrapper h2 {
  color: black;
  margin-bottom: 2.4rem;
  margin-top: 6rem;
}

.rich-text-content-wrapper h3 {
  color: black;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.rich-text-content-wrapper ul {
  color: rgba(0, 0, 0, 0.8);
  list-style-type: disc;
  padding-left: 0;
  margin-left: 2rem;
  margin-bottom: 6rem;
  margin-top: 2.4rem;
}

.rich-text-content-wrapper ul li {
  color: rgba(0, 0, 0, 0.8);
  margin-block: 1rem;
}

.rich-text-content-wrapper blockquote {
  background-color: #f5f4f2;
  color: rgba(0, 0, 0, 0.8);
  padding: 3rem 3rem 3rem 0rem;
  margin-block: 6rem;
}

.rich-text-content-wrapper blockquote p {
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding-left: 4rem;
  border-left: 0.5rem solid #f28b30;
}

.rich-text-content-wrapper img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 111/62.4;
  object-fit: cover;
  margin-block: 6rem;
}

.rich-text-content-wrapper video,
.rich-text-content-wrapper iframe {
  display: flex;
  margin-block: 6rem;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.service-details {
  padding-top: 17rem !important;
  padding-bottom: 10rem !important;
}

.faq-accordion {
  /* Chevron icon styles */
}
.faq-accordion .faq-accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-accordion .faq-accordion-item:last-child {
  border-color: transparent;
}
.faq-accordion .faq-accordion-item:last-child .faq-accordion-header {
  border-color: transparent;
}
.faq-accordion .faq-accordion-header {
  padding: 2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  transition: background-color 0.2s ease;
}
@media (max-width: 768px) {
  .faq-accordion .faq-accordion-header {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.faq-accordion .faq-accordion-header .accordion-title {
  flex: 1;
  text-align: left;
}
.faq-accordion .faq-accordion-header .accordion-icon {
  flex-shrink: 0;
}
.faq-accordion .faq-accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}
.faq-accordion .faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-accordion .faq-accordion-content.active {
  max-height: 50rem;
}
.faq-accordion .faq-accordion-body {
  padding: 2rem;
}
@media (max-width: 768px) {
  .faq-accordion .faq-accordion-body {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.faq-accordion .faq-accordion-desc {
  color: rgba(0, 0, 0, 0.8);
}
.faq-accordion .chevron {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-accordion--sidebar {
  background: #ffffff;
  padding: 2rem;
  /* Chevron icon styles */
}
.faq-accordion--sidebar .faq-accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-accordion--sidebar .faq-accordion-item:last-child {
  border-color: transparent;
}
.faq-accordion--sidebar .faq-accordion-header {
  padding: 0px;
  padding-block: 2rem;
  padding-right: 0.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  transition: background-color 0.2s ease;
  color: rgba(0, 0, 0, 0.8);
}
.faq-accordion--sidebar .faq-accordion-header:hover, .faq-accordion--sidebar .faq-accordion-header:focus, .faq-accordion--sidebar .faq-accordion-header:active {
  background: #f5f4f2;
}
.faq-accordion--sidebar .faq-accordion-header a:hover {
  text-decoration: none;
}
.faq-accordion--sidebar .faq-accordion-header .accordion-icon {
  flex-shrink: 0;
}
.faq-accordion--sidebar .faq-accordion-item.active .accordion-icon {
  transform: rotate(-90deg);
}
.faq-accordion--sidebar .faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-accordion--sidebar .faq-accordion-content.active {
  max-height: 50rem;
}
.faq-accordion--sidebar .faq-accordion-body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.faq-accordion--sidebar .faq-accordion-body a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: rgba(0, 0, 0, 0.8);
  padding: 1.6rem;
  width: 100%;
  justify-content: space-between;
  text-decoration: none;
  background: rgba(245, 244, 242, 0.5);
  transition: background 0.3s ease;
}
.faq-accordion--sidebar .faq-accordion-body a:hover, .faq-accordion--sidebar .faq-accordion-body a:focus, .faq-accordion--sidebar .faq-accordion-body a:active {
  background: #f5f4f2;
}
.faq-accordion--sidebar .faq-accordion-desc {
  color: rgba(0, 0, 0, 0.8);
}
.faq-accordion--sidebar .chevron {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn-primary {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 13px;
  padding-right: 28px;
  padding-bottom: 13px;
  padding-left: 28px;
  max-width: fit-content;
  background: #f28b30;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #c36e24;
}

.btn-secondary {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  max-width: fit-content;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  border-bottom-color: #000000;
}

.body {
  position: relative;
}

.cta-floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cta-floating-button a {
  background: #ffffff;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  border: 0px;
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 768px) {
  .cta-floating-button a {
    width: 34px;
    height: 34px;
  }
}
.cta-floating-button a:hover, .cta-floating-button a:focus, .cta-floating-button a:active {
  background: #f5f4f2;
}
.cta-floating-button a svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media (max-width: 1200px) {
  .cta-floating-button a svg {
    width: 18px;
    height: 18px;
  }
}

.accordion {
  display: block;
  height: auto;
}
.accordion-collapse {
  border-width: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.accordion-body {
  padding: 15px 10px;
  background: #fff;
}

/**
 * >> Accordion Item
 * ---------------------------------------------------------- */
.accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
}

/**
 * >> Accordion Header
 * ---------------------------------------------------------- */
.accordion-header {
  margin-top: 0;
  margin-bottom: 0;
}

/** 
 * >> Button (with SVG cross-fade animation)
 * ---------------------------------------------------------  */
.accordion-button {
  display: flex;
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  outline: none;
  position: relative; /* Crucial for positioning the pseudo-elements */
  transition: all 0.4s ease;
  cursor: pointer;
  /* 
    This creates TWO pseudo-elements, layered on top of each other.
    ::before is the bottom layer, ::after is the top layer.
  */
  /* 
    The BOTTOM layer (::before) is the MINUS icon.
    It's always there, just waiting to be revealed.
  */
  /* 
    The TOP layer (::after) is the PLUS icon.
    We will animate the opacity of this layer.
  */
  /* When accordion is OPEN (not collapsed) */
}
.accordion-button::before, .accordion-button::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.accordion-button::before {
  background-image: url("data:image/svg+xml,<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.66602 16H25.3327\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 6.66675V25.3334\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.66602 16H25.3327\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  transition: opacity 0.4s ease; /* Animate the opacity property */
}
.accordion-button:not(.collapsed)::after {
  /* Make the top layer (the plus icon) completely transparent */
  opacity: 0;
}

/* HEADER STYLING */
.site-header.scrolled {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.692) 0%, rgba(0, 0, 0, 0.116) 100%);
  transition: background 0.3s ease;
}

.site-header {
  position: fixed; /* or sticky if you want */
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease;
  z-index: 100; /* Make sure it's above content */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 14px;
  padding-inline: clamp(20px, 0.0197044335 * (100vw - 425px) + 20px, 40px);
  width: 100%;
  margin-inline: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .site-header .container {
    padding-block: 4px;
  }
}

.logo img {
  width: 4.5rem;
  display: block;
}
@media (max-width: 768px) {
  .logo img {
    width: 25px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .logo img {
    width: 21px;
    height: auto;
  }
}

/* DESKTOP NAVIGATION */
@media (max-width: 1200px) {
  .nav-desktop {
    display: none;
  }
}
.nav-desktop ul {
  display: flex;
  gap: 10px;
}
.nav-desktop li {
  position: relative;
  list-style: none;
}
.nav-desktop a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 2px;
  padding-inline: 14px;
}
.nav-desktop a svg {
  transition: transform 0.3s ease;
}
.nav-desktop a:hover {
  text-decoration: underline;
}
.nav-desktop a:hover svg {
  transform: rotate(180deg);
}
.nav-desktop .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  min-width: 350px;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeIn 0.3s forwards;
  padding-top: 30px;
}
.nav-desktop .dropdown-menu.multi-level {
  gap: 1rem;
  min-width: 450px;
}
.nav-desktop .dropdown-menu ul {
  flex-direction: column;
  gap: 0;
  flex: 1;
  background-color: white;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
  padding-block: 12px;
}
.nav-desktop .dropdown-menu ul::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 56px;
  height: 2px;
  background-color: #f28b30;
}
.nav-desktop .dropdown-menu li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.nav-desktop .dropdown-menu li:last-child {
  border-bottom: none;
}
.nav-desktop .dropdown-menu li:last-child a {
  padding-bottom: 0px;
}
.nav-desktop .dropdown-menu li:first-child {
  padding-top: 0;
}
.nav-desktop .dropdown-menu li:first-child a {
  padding-top: 0px;
}
.nav-desktop .dropdown-menu a {
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block: 20px !important;
  padding-inline: 20px;
}
.nav-desktop .dropdown-menu a:hover {
  background: #f5f4f2;
}
.nav-desktop .dropdown-menu a:hover {
  text-decoration: none;
}
.nav-desktop .dropdown-menu a:hover svg {
  transform: none;
}
.nav-desktop li:hover > .dropdown-menu {
  display: block;
}
.nav-desktop li:hover > .dropdown-menu.multi-level {
  display: flex;
}
.nav-desktop .submenu {
  display: none;
  position: absolute;
  left: 100%;
  background-color: transparent;
  min-width: 350px;
  opacity: 0;
  transform: translateX(0px);
  animation: fadeIn 0.3s forwards;
  top: 0px;
}
.nav-desktop .submenu ul::before {
  display: none;
}
.nav-desktop .dropdown-menu li:hover > .submenu {
  display: block;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* HEADER ICONS & MOBILE TOGGLE */
.header-icons {
  display: flex;
  align-items: center;
}
.header-icons button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
}

.search-icon,
.mobile-menu-toggle {
  transition: color 0.2s ease;
  padding-right: 0px;
}
.search-icon:hover,
.mobile-menu-toggle:hover {
  color: var(--text-secondary);
}

.mobile-menu-toggle svg {
  fill: #ffffff;
}

/* MOBILE NAVIGATION (OFF-CANVAS) */
.nav-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(85vw, 945px);
  height: 100vh;
  background-color: #000000;
  z-index: 200;
  transition: right 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
}
.nav-mobile a {
  text-decoration: none;
}
.nav-mobile .desktop-mobile-nav {
  padding: 60px;
  height: 100%;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .nav-mobile .desktop-mobile-nav {
    display: none;
  }
}
.nav-mobile .desktop-mobile-nav .items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
}
.nav-mobile .desktop-mobile-nav .items .desktop-mobile-nav-item {
  list-style: none;
}
.nav-mobile .desktop-mobile-nav .items .desktop-mobile-nav-item a {
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: border 0.3s ease;
}
.nav-mobile .desktop-mobile-nav .items .desktop-mobile-nav-item a:hover {
  border-bottom: 1px solid #ffffff;
}
.nav-mobile .desktop-mobile-nav .contact-info {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.nav-mobile .desktop-mobile-nav .contact-info .text-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.nav-mobile .desktop-mobile-nav .contact-info .text-info p {
  color: rgba(255, 255, 255, 0.8);
}
.nav-mobile .desktop-mobile-nav .contact-info .text-info ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nav-mobile .desktop-mobile-nav .contact-info .text-info ul li {
  list-style: none;
}
.nav-mobile .desktop-mobile-nav .contact-info .text-info ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: text-decoration 0.3s ease;
}
.nav-mobile .desktop-mobile-nav .contact-info .text-info ul li a:hover {
  text-decoration: underline;
}
.nav-mobile .desktop-mobile-nav .contact-info .socials {
  display: flex;
  gap: 0;
}
.nav-mobile .desktop-mobile-nav .contact-info .socials a {
  opacity: 0.8;
  transition: all ease 0.3s;
}
.nav-mobile .desktop-mobile-nav .contact-info .socials a:hover {
  opacity: 1;
}
@media (max-width: 576px) {
  .nav-mobile {
    width: 100%;
  }
}
.nav-mobile button {
  background: none;
  border: none;
  cursor: pointer;
}
.nav-mobile.is-open {
  right: 0;
}
.nav-mobile .nav-mobile-header {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-shrink: 0;
  padding: 20px;
}
@media (max-width: 1200px) {
  .nav-mobile .nav-mobile-header {
    justify-content: space-between;
  }
}
.nav-mobile .nav-mobile-header .logo {
  display: none;
}
@media (max-width: 1200px) {
  .nav-mobile .nav-mobile-header .logo {
    display: flex;
  }
}
.nav-mobile .nav-mobile-close {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  background-color: #e4d9c4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-mobile .nav-mobile-body {
  overflow-y: auto;
  padding: 20px;
  display: none;
}
@media (max-width: 1200px) {
  .nav-mobile .nav-mobile-body {
    display: block;
  }
}
.nav-mobile .nav-mobile-body > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
}
.nav-mobile .nav-mobile-body > ul > li:last-child {
  border-bottom: none;
}
.nav-mobile .nav-mobile-body a {
  display: block;
  color: #ffffff;
  flex-grow: 1;
  text-decoration: none;
}
.nav-mobile .nav-mobile-body a:hover {
  text-decoration: underline;
}
.nav-mobile .nav-mobile-body .nav-mobile-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
}
.nav-mobile .nav-mobile-body .nav-mobile-item a {
  text-decoration: none;
}
.nav-mobile .nav-mobile-body .accordion-toggle {
  color: var(--text-secondary);
  padding: 0.5rem;
  transition: transform 0.3s ease;
}
.nav-mobile .nav-mobile-body .accordion-toggle.is-open {
  transform: rotate(180deg);
}
.nav-mobile .nav-mobile-body .submenu-mobile {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding-inline: 8px;
}
.nav-mobile .nav-mobile-body .submenu-mobile li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8px;
  padding-top: 8px;
}
.nav-mobile .nav-mobile-body .submenu-mobile li .nav-mobile-item {
  padding-top: 0 !important;
}
.nav-mobile .nav-mobile-body .submenu-mobile li:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}
.nav-mobile .nav-mobile-body .submenu-mobile a {
  padding-top: 12px;
}
.nav-mobile .nav-mobile-body .submenu-mobile.level-2 {
  background-color: rgba(255, 255, 255, 0.1019607843);
}

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.page-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.nav-mobile-body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.nav-mobile-body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.nav-mobile-body ul {
  padding-inline-start: 0;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: flex-start;
  z-index: 1000;
  box-sizing: border-box;
  overflow-y: auto;
}
.search-overlay.active {
  display: flex;
}
.search-overlay .search-popup {
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  padding: 50px 60px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .search-overlay .search-popup {
    padding: 20px;
  }
}
.search-overlay .search-popup .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  background-color: #e4d9c4;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  font-weight: 300;
  transition: background-color 0.3s;
}
.search-overlay .search-popup .close-btn:hover {
  background-color: #f5f4f2;
}
.search-overlay .search-popup h2 {
  margin: 0 0 40px 0;
  color: #000000;
}
.search-overlay .search-popup .search-popup-content {
  max-width: 1440px;
  margin-inline: auto;
}
.search-overlay .search-popup .search-input-container {
  display: flex;
  align-items: center;
  background-color: #f5f4f2;
  padding: 20px;
  margin-bottom: 24px;
}
.search-overlay .search-popup .search-input-container svg {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.search-overlay .search-popup .search-input-container input {
  flex-grow: 1;
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
}
.search-overlay .search-popup .popular-searches p {
  color: #000000;
  margin: 0 0 15px 0;
}
.search-overlay .search-popup .popular-searches .suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.search-overlay .search-popup .popular-searches .suggestions a {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  color: #333333;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.search-overlay .search-popup .popular-searches .suggestions a:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

#menu-sidebar-menu {
  padding-inline-start: 0px !important;
}

.site-header.has-bg {
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  backdrop-filter: blur(104px);
  background-image: none;
}
.site-header.has-bg .mobile-menu-toggle svg {
  fill: #000000;
}
.site-header.has-bg .open-search-btn-outter svg {
  stroke: #000000;
}
.site-header.has-bg a {
  color: #000000;
}

.nav-mobile-search-close-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 22px;
}

.open-search-btn-inner {
  fill: #e4d9c4;
}
@media (min-width: 576px) {
  .open-search-btn-inner {
    display: none;
  }
}

@media (max-width: 576px) {
  .open-search-btn-outter {
    display: none !important;
  }
}

.close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-btn svg {
  width: 16px;
  height: 16px;
}

.open-search-btn-outter svg {
  stroke: #ffffff;
}
