@charset "UTF-8";
/*======================================================================================
Theme Name: Archline
Author: Gramentheme
Author URI: https://themeforest.net/user/Gramentheme/portfolio
Description: Archline – Modern Architecture & Interior Design HTML Template
Service Html Template 
Version: 1.0.0
=======================================================================================*/
/*======================================================================================
  >> TABLE OF CONTENTS <<
========================================================================================
01. Mixins & Variables
02. Base
03. Components
04. Layouts
05. Sections
======================================================================================*/
/*---------------------------------------
01. Mixins & Variables
---------------------------------------*/
@import url("https://fonts.cdnfonts.com/css/satoshi");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --body: #f3f0ea;
  --black: #16191c;
  --white: #fffaf2;
  --theme: #71999c;
  --header: #222735;
  --text: #344245;
  --border: #d9d7ce;
  --bg: #2d3244;
  --brand-paper: #f3f0ea;
  --brand-teal: #71999c;
  --brand-teal-dark: #557d80;
  --brand-slate: #2d3244;
  --brand-wine: #21161d;
  --brand-earth: #463c2b;
  --box-shadow: 0px 18px 48px 0px rgba(32, 39, 48, 0.14);
}

/*---------------------------------------
02. Base
---------------------------------------*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--body);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Satoshi", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 158px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 111%;
  letter-spacing: -0.02em;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 112%;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

span {
  margin: 0px;
}

.theme-btn {
  gap: 6px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  padding: 0 28px;
  background-color: var(--theme);
  color: var(--white);
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  transition: background 0.3s ease;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  height: 58px;
  line-height: 58px;
}
.theme-btn .text {
  z-index: 1;
  position: relative;
  display: inline-flex;
  transition: all 0.2s;
}
.theme-btn .text span {
  opacity: 1;
  min-width: 4px;
  transition: none;
  font-weight: 500;
  display: inline-block;
  letter-spacing: -0.8px;
  transform: translateX(0) scale(1);
}
.theme-btn:hover .text span {
  opacity: 0;
  transition: none;
  transform: translateX(-10px) scale(1.2);
}
.theme-btn:hover .text span.animate {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.theme-btn-2 {
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.theme-btn-2 .icon-left {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--theme);
  color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-2 .icon-right {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--theme);
  color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn-2 .icon-left {
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 0;
  opacity: 0;
  margin-left: -8px;
}
.theme-btn-2 .btn-title {
  transform: translateX(0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-family: "Satoshi", sans-serif;
  font-style: italic;
  text-transform: capitalize;
}
.theme-btn-2:hover .icon-left {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 30px;
  opacity: 1;
  margin-left: 0;
}
.theme-btn-2:hover .btn-title {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.theme-btn-2:hover .icon-right {
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 0;
  opacity: 0;
}

@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideUp {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.text-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  color: var(--header);
  overflow: hidden;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-style: italic;
  text-decoration: underline;
}
.text-btn .text {
  position: relative;
  display: inline-block;
  height: 28px;
  overflow: hidden;
}
.text-btn .text-default,
.text-btn .text-hover {
  display: block;
  transition: transform 0.4s ease;
}
.text-btn .text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--theme);
  font-family: "Satoshi", sans-serif;
  color: var(--header);
  overflow: hidden;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-style: italic;
  text-decoration: underline;
}
.text-btn:hover .text-default {
  transform: translateY(-120%);
}
.text-btn:hover .text-hover {
  transform: translateY(-120%);
}
.text-btn i {
  transition: transform 0.4s ease;
}

.gt-theme-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 0;
  position: relative;
  transition: all 0.4s ease;
  text-transform: capitalize;
}
.gt-theme-btn-main:hover .gt-theme-btn-arrow-left {
  scale: 1;
}
.gt-theme-btn-main:hover .gt-theme-btn-arrow-right {
  scale: 0;
}
.gt-theme-btn-main:hover .gt-theme-btn {
  transform: translateX(56px);
}
.gt-theme-btn-main .gt-theme-btn-arrow-left,
.gt-theme-btn-main .gt-theme-btn-arrow-right {
  width: 53px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
  color: var(--white);
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
}
@media (max-width: 575px) {
  .gt-theme-btn-main .gt-theme-btn-arrow-left,
  .gt-theme-btn-main .gt-theme-btn-arrow-right {
    width: 48px;
    height: 48px;
  }
}
.gt-theme-btn-main .gt-theme-btn-arrow-left {
  scale: 0;
  position: absolute;
  left: 3px;
}
.gt-theme-btn-main .gt-theme-btn {
  background: var(--theme);
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  padding: 14px 28px;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  align-items: center;
  gap: 30px;
  border-radius: 40px;
  transition: 0.4s;
}
@media (max-width: 575px) {
  .gt-theme-btn-main .gt-theme-btn {
    font-size: 14px;
    padding: 10px 25px;
  }
}
.gt-theme-btn-main:hover .gt-theme-btn {
  background-color: var(--header);
}
.gt-theme-btn-main:hover .gt-theme-btn-arrow-left,
.gt-theme-btn-main:hover .gt-theme-btn-arrow-right {
  background-color: var(--header);
}
.gt-theme-btn-main.bg-white-style .gt-theme-btn-arrow-left,
.gt-theme-btn-main.bg-white-style .gt-theme-btn-arrow-right {
  background: white;
  color: var(--header);
}
.gt-theme-btn-main.bg-white-style .gt-theme-btn {
  background: white;
  color: var(--header);
}
.gt-theme-btn-main.bg-2 .gt-theme-btn-arrow-left,
.gt-theme-btn-main.bg-2 .gt-theme-btn-arrow-right {
  background: rgba(0, 0, 0, 0.1);
  color: var(--header);
}
.gt-theme-btn-main.bg-2 .gt-theme-btn {
  background: rgba(0, 0, 0, 0.1);
  color: var(--header);
}

/*---------------------------------------
03. Components
---------------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(193, 210, 206, 0.0705882353) !important;
  border: none;
  font-family: "Inter", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.back-to-top {
  background-color: var(--white);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--header);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--white);
  color: var(--header);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--header);
  background-color: var(--header);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--header);
  opacity: 1;
  transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
  color: var(--white);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--header);
  border: 1px solid #686363;
  opacity: 0;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../../assets/img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  transition: all 500ms ease;
  border-radius: 4px;
  padding-right: 80px;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 4px;
  font-size: 20px;
  color: var(--header);
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.search-popup__form .search-btn:hover {
  background-color: var(--header);
  color: var(--white);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 999999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.preloader {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 100000000;
  color: var(--header);
  user-select: none;
}

.preloader.is-loading .preloader-ball-inner,
.preloader.is-loading .preloader-ball-shadow {
  animation-play-state: running;
}

.preloader.is-loaded {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.preloader.is-loaded .preloader-overlay {
  animation: none;
  opacity: 0;
  visibility: hidden;
}

.preloader .preloader-overlay {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 99999999;
  opacity: 1;
  animation: fade-out 2s forwards;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.preloader .preloader-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .preloader-ball-wrap {
  gap: 10px;
  position: relative;
  display: flex;
  inset-inline-start: 0;
  align-items: center;
  justify-content: center;
  transform: translateX(16px);
}

@media only screen and (min-width: 1025px) {
  .preloader .preloader-ball-wrap {
    transform: none;
  }
}
.preloader .preloader-ball-inner-wrap {
  position: absolute;
  width: 10px;
  height: 100%;
  top: 50%;
  inset-inline-start: -16px;
  transform: translate(-100%, -50%);
  z-index: 10000;
}

@media only screen and (min-width: 1025px) {
  .preloader .preloader-ball-inner-wrap {
    inset-inline-start: -30px;
  }
}
.preloader .preloader-ball-shadow {
  position: absolute;
  width: 16px;
  height: 4px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  background-color: var(--theme);
  bottom: 0;
  border-radius: 50%;
  filter: blur(12px);
  box-shadow: 0 4px 20px 0 var(--theme);
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  animation-play-state: paused;
  animation: shadow-blur 1s linear infinite;
}

.preloader .preloader-ball-inner {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme);
  animation: bounce-anim 1s linear infinite;
  box-shadow: 0 0 12px 0 #000;
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  animation-play-state: paused;
}

.preloader.is-loaded .preloader-ball-shadow {
  display: none;
}

.preloader.is-loaded .preloader-ball-inner {
  animation: fadeLeftToRight 0.7s linear;
}

.preloader .preloader-ball {
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  background-color: rgba(29, 139, 138, 0.1);
  box-shadow: 0 0 20px 0 var(--theme);
  filter: blur(10px);
}

.preloader .preloader-text {
  font-size: 20px;
  position: relative;
  letter-spacing: 0;
  transform: translateY(-0.03em);
  transition: 0.3s;
  color: var(--header);
}

.preloader.is-loaded .preloader-text {
  opacity: 0;
  visibility: hidden;
  color: var(--header);
}

#weave-anim span {
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
  animation: tj-weave-anim 1.15s ease infinite;
  transform-origin: 100% 50%;
  transform-style: preserve-3d;
  color: var(--header);
}

#weave-anim span:nth-child(1) {
  animation-delay: 0s;
}

#weave-anim span:nth-child(2) {
  animation-delay: 0.05s;
}

#weave-anim span:nth-child(3) {
  animation-delay: 0.1s;
}

#weave-anim span:nth-child(4) {
  animation-delay: 0.15s;
}

#weave-anim span:nth-child(5) {
  animation-delay: 0.2s;
}

#weave-anim span:nth-child(6) {
  animation-delay: 0.25s;
}

#weave-anim span:nth-child(7) {
  animation-delay: 0.3s;
}

#weave-anim span:nth-child(8) {
  animation-delay: 0.35s;
}

#weave-anim span:nth-child(9) {
  animation-delay: 0.4s;
}

#weave-anim span:nth-child(10) {
  animation-delay: 0.45s;
}

#weave-anim span:nth-child(11) {
  animation-delay: 0.5s;
}

#weave-anim span:nth-child(12) {
  animation-delay: 0.55s;
}

#weave-anim span:nth-child(13) {
  animation-delay: 0.6s;
}

#weave-anim span:nth-child(14) {
  animation-delay: 0.65s;
}

#weave-anim span:nth-child(15) {
  animation-delay: 0.7s;
}

#weave-anim span:nth-child(16) {
  animation-delay: 0.75s;
}

#weave-anim span:nth-child(17) {
  animation-delay: 0.8s;
}

#weave-anim span:nth-child(18) {
  animation-delay: 0.85s;
}

#weave-anim span:nth-child(19) {
  animation-delay: 0.9s;
}

#weave-anim span:nth-child(20) {
  animation-delay: 0.95s;
}

#weave-anim span:nth-child(21) {
  animation-delay: 1s;
}

#weave-anim span:nth-child(22) {
  animation-delay: 1.05s;
}

#weave-anim span:nth-child(23) {
  animation-delay: 1.15s;
}

@keyframes shadow-blur {
  0% {
    filter: blur(12px);
    transform: translate(-50%) scale(0.6);
    opacity: 0.4;
  }
  30% {
    filter: blur(2px);
    transform: translate(-50%, -0.5rem) scale(1);
    opacity: 1;
  }
  to {
    filter: blur(12px);
    transform: translate(-50%) scale(0.6);
    opacity: 0.4;
  }
}
@keyframes fadeLeftToRight {
  0% {
    filter: blur(0);
    transform: translate(0) scale(1);
    opacity: 1;
  }
  30% {
    filter: blur(0);
    transform: translate(-3000%, 0) scale(1);
    opacity: 1;
  }
  40% {
    filter: blur(0);
    transform: translate(-2000%, 0) scale(1);
    opacity: 1;
  }
  60% {
    filter: blur(0);
    transform: translate(0%, 0) scale(1);
    opacity: 1;
  }
  to {
    filter: blur(12px);
    transform: translate(1000%, 0) scale(7);
    opacity: 0.4;
  }
}
@keyframes bounce-anim {
  0% {
    transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
  }
  3% {
    transform: translateY(calc(-50% - 0.95rem)) scale(1.1, 1.05);
  }
  5% {
    transform: translateY(calc(-50% - 0.9rem)) scale(1.2, 1.1);
  }
  8% {
    transform: translateY(calc(-50% - 0.8rem)) scale(0.98, 1.15);
  }
  12% {
    transform: translateY(calc(-50% - 0.7rem)) scale(0.95, 1.2);
  }
  16% {
    transform: translateY(calc(-50% - 0.5rem)) scale(0.92, 1.25);
  }
  20% {
    transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
  }
  24% {
    transform: translateY(calc(-50% + 0.4rem)) scale(0.9, 1.7);
  }
  26% {
    transform: translateY(calc(-50% + 0.8rem)) scale(0.9, 1.4);
  }
  28% {
    transform: translateY(calc(-50% + 0.95rem)) scale(1.2, 0.7);
  }
  30% {
    transform: translateY(calc(-50% + 1rem)) scale(1.5, 0.3);
  }
  32% {
    transform: translateY(calc(-50% + 0.8rem)) scale(1.4, 0.4);
  }
  36% {
    transform: translateY(calc(-50% + 0.5rem)) scale(1.2, 0.8);
  }
  42% {
    transform: translateY(calc(-50% + 0.2rem)) scaleY(1.2);
  }
  48% {
    transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
  }
  54% {
    transform: translateY(calc(-50% - 0.3rem)) scale(0.92, 1.3);
  }
  62% {
    transform: translateY(calc(-50% - 0.5rem)) scale(0.95, 1.2);
  }
  68% {
    transform: translateY(calc(-50% - 0.6rem)) scale(0.97, 1.15);
  }
  75% {
    transform: translateY(calc(-50% - 0.7rem)) scale(0.98, 1.1);
  }
  80% {
    transform: translateY(calc(-50% - 0.8rem)) scale(0.99, 1.08);
  }
  85% {
    transform: translateY(calc(-50% - 0.9rem)) scaleY(1.05);
  }
  90% {
    transform: translateY(calc(-50% - 0.95rem)) scale(1.2, 1.03);
  }
  95% {
    transform: translateY(calc(-50% - 0.98rem)) scale(1.1, 1.01);
  }
  to {
    transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
  }
}
@keyframes weave-anim {
  0% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
  }
  12% {
    transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
  }
  24% {
    transform: translate3D(0, 0, 0) scale(1) rotateY(0);
  }
  36% {
    transform: translate3D(0, 0, 0) scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splt-txt-bounce .whitespace {
  width: 20px;
}

@media (max-width: 991px) {
  .splt-txt-bounce .whitespace {
    width: 10px;
  }
}
.splt-txt-bounce.animated .char {
  -webkit-animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

/*---------------------------------------
04. Layouts
---------------------------------------*/
@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 45px;
}
.header-main .main-menu ul li.d-xl-block {
  display: inline-block !important;
}
@media (max-width: 1199px) {
  .header-main .main-menu ul li {
    margin-inline-end: 30px;
  }
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li a {
    font-size: 16px;
  }
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 260px;
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme);
  background-color: var(--white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.34px;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 800px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
  background-color: var(--white);
  border-radius: 8px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  width: 100%;
  padding: 0 12px;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    font-size: 14px;
    min-width: 140px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 18px 30px;
  justify-content: center;
  line-height: 1;
  color: var(--white) !important;
  position: relative;
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -11;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 100px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::after {
  display: none;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .header-main .header-right .header-btn .header-button {
    display: none;
  }
}
.header-main .header-right .header-btn .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--white);
}

.header-1 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
}
@media (max-width: 1399px) {
  .header-1 {
    top: 0;
    margin-top: 0;
  }
}
.header-1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .header-1 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-left .header-logo img {
    filter: brightness(0);
    width: 100px;
  }
}
.header-1 .header-main .header-left .header-logo-2 {
  display: none;
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-left .header-logo-2 img {
    width: 100px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-right .header-btn .header__hamburger .sidebar__toggle {
    color: var(--header);
  }
}
.header-1.header-2 .header-main .header-right .header-btn {
  gap: 100px;
  display: flex;
  align-items: center;
}
.header-1.header-2 .header-main .header-right .header-btn span {
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
}
@media (max-width: 1399px) {
  .header-1.header-2 .header-main .header-right .header-btn span {
    font-size: 16px;
    display: none;
  }
}
.header-1.header-2 .header-main .header-right .header-btn span a {
  color: rgb(0, 0, 0);
}
.header-1.header-2 .header-main .header-right .header-btn > span {
  display: none;
}
.header-1.header-2 .header-main .header-right .header-btn .header__hamburger .sidebar__toggle {
  color: var(--header);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 {
  margin-top: 0;
}
.sticky.header-1 .header-main .header-left .header-logo {
  display: none;
}
.sticky.header-1 .header-main .header-left .header-logo-2 {
  display: block;
}
.sticky.header-1 .header-main .main-menu ul li a {
  color: var(--header);
}
.sticky.header-1 .header-main .header-right .menu_search .search_btn {
  color: var(--header);
}
.sticky.header-1 .header-main .header-right .header-btn h6 {
  color: var(--header);
}
.sticky.header-1 .header-main .header-right .header-btn h6 a {
  color: var(--header);
}
.sticky.header-1 .header-main .header-right .header-btn .sidebar__toggle {
  color: var(--header);
}
.sticky.header-2 {
  margin-top: 0;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--black);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    display: none !important;
  }
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  margin-bottom: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 0;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 14px;
  }
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--black);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--header);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.style-offcanvas-2 .offcanvas__info {
  width: 500px;
  background-color: #fff;
}
@media (max-width: 1399px) {
  .style-offcanvas-2 .offcanvas__info {
    width: 350px;
  }
}
.style-offcanvas-2 .offcanvas__info .mean-nav ul li a {
  font-size: 50px !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .style-offcanvas-2 .offcanvas__info .mean-nav ul li a {
    font-size: 20px !important;
  }
}
.style-offcanvas-2 .offcanvas__info .mean-container .mean-nav ul li li a {
  padding: 10px 0 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1C1D20 !important;
}
@media (max-width: 1399px) {
  .style-offcanvas-2 .offcanvas__info .mean-container .mean-nav ul li li a {
    font-size: 17px !important;
  }
}
.style-offcanvas-2 .offcanvas__info .mean-container .mean-nav ul li li a:hover {
  color: var(--theme) !important;
}

.breadcrumb-wrapper .top-image {
  margin-top: 100px;
}
.breadcrumb-wrapper .top-image img {
  width: 100%;
  height: 100%;
}

/* Keep the About Us cover image compact so the page heading is visible sooner. */
.about-page .breadcrumb-wrapper .top-image {
  height: clamp(320px, 52vh, 480px);
  overflow: hidden;
}
.about-page .breadcrumb-wrapper .top-image img {
  display: block;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 575px) {
  .about-page .breadcrumb-wrapper .top-image {
    height: 320px;
  }
}

/* About Us hero: use one consistent grid for the image, title and intro copy. */
.about-page .breadcrumb-wrapper .top-image {
  height: clamp(280px, 48vh, 430px);
  margin-top: 0;
}
.about-page .breadcrumb-wrapper .page-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: 64px;
  padding: 58px 0 64px;
}
.about-page .breadcrumb-wrapper .page-heading .content h1 {
  margin: 0;
  font-size: clamp(48px, 4.5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.about-page .breadcrumb-wrapper .page-heading .content .breadcrumb-items {
  margin-bottom: 0;
}
.about-page .breadcrumb-wrapper .page-heading > p {
  margin: 0;
  max-width: 480px;
  padding-bottom: 2px;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.45;
}
@media (max-width: 767px) {
  .about-page .breadcrumb-wrapper .page-heading {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 0 48px;
  }
  .about-page .breadcrumb-wrapper .page-heading > p {
    max-width: 100%;
  }
}
.breadcrumb-wrapper .breadcrumb-thumb {
  margin-top: 100px;
}
.breadcrumb-wrapper .breadcrumb-thumb img {
  width: 100%;
  height: 100%;
}

/* Keep both service breadcrumb images aligned and equal-sized regardless of
   the replacement file formats, matching the original two-column design. */
.service-page .breadcrumb-wrapper .breadcrumb-thumb img {
  height: clamp(300px, 38.25vw, 610px);
  display: block;
  object-fit: cover;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .breadcrumb-thumb.style-2 {
    margin-top: 30px !important;
  }
}
.breadcrumb-wrapper .page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 60px;
  padding-top: 60px;
}
.breadcrumb-wrapper .page-heading.style-padding {
  padding-top: 150px;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .page-heading.style-padding {
    padding-top: 130px;
  }
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .page-heading {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.breadcrumb-wrapper .page-heading .content h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 111%;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .content h1 {
    font-size: 40px;
  }
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .content .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items li {
  color: var(--black);
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  font-family: "Satoshi", sans-serif;
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items li a {
  color: var(--black);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items li a i {
  color: var(--black);
  margin-right: 9px;
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items li a:hover {
  color: var(--theme);
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items li a i {
  color: var(--black);
  margin-right: 5px;
}
.breadcrumb-wrapper .page-heading .content .breadcrumb-items li i {
  color: var(--black);
}
.breadcrumb-wrapper .page-heading p {
  max-width: 452px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .page-heading p {
    font-size: 16px;
  }
}

.error-items {
  text-align: center;
  position: relative;
  margin-top: -40px;
}
@media (max-width: 1399px) {
  .error-items {
    margin-top: 0;
  }
}
.error-items .error-image {
  margin-bottom: 30px;
}
.error-items .error-image img {
  width: 100%;
  height: 100%;
}
.error-items h2 {
  font-size: 72px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .error-items h2 {
    font-size: 30px;
  }
}
.error-items p {
  max-width: 722px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .error-items p {
    margin-bottom: 30px;
  }
}

.footer-section {
  background-color: #0B0B0B;
  padding: 120px 0 0;
}
@media (max-width: 1199px) {
  .footer-section {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .footer-section {
    padding-top: 80px;
  }
}
.footer-section .footer-logo {
  margin-top: 100px;
  display: inline-block;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .footer-section .footer-logo {
    margin-bottom: 80px;
  }
}
.footer-section .footer-logo img {
  width: 100%;
  height: 100%;
}

.lets-talk-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .lets-talk-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.lets-talk-wrapper .title {
  letter-spacing: -0.02em;
  font-style: italic;
  font-weight: 400;
  font-size: 56px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .lets-talk-wrapper .title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .lets-talk-wrapper .title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .lets-talk-wrapper .title {
    font-size: 38px;
  }
}
.lets-talk-wrapper .theme-btn {
  background-color: var(--white);
  color: var(--header);
}

.footer-llist-items p {
  border-top: 1px solid #4D4D4D;
  border-bottom: 1px solid #4D4D4D;
  font-size: 16px;
  color: #676767;
  font-weight: 500;
  padding: 10px 0;
}
.footer-llist-items ul li {
  border-bottom: 1px solid #4D4D4D;
  padding: 14px 0;
  color: #9A9A9A;
  font-size: 22px;
  transition: all 0.4s ease-in-out;
}
.footer-llist-items ul li:hover {
  color: var(--white);
}
.footer-llist-items ul li a {
  font-family: "Satoshi", sans-serif;
  color: #9A9A9A;
  font-size: 22px;
  font-style: italic;
}
.footer-llist-items ul li a:hover {
  color: var(--white);
}

.footer-bottom {
  padding-bottom: 25px;
  margin-top: 80px;
}
.footer-bottom p {
  font-weight: 400;
  font-size: 16px;
  color: #B3B3B3;
  font-family: "Satoshi", sans-serif;
  text-transform: capitalize;
  text-align: center;
}

.footer-section-2 .footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-widget-wrapper-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 60px;
  padding-top: 25px;
  padding-bottom: 48px;
  position: relative;
}
.footer-widget-wrapper-2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 785px) {
  .footer-widget-wrapper-2::before {
    display: none;
  }
}
.footer-widget-wrapper-2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 65%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 785px) {
  .footer-widget-wrapper-2::after {
    display: none;
  }
}
.footer-widget-wrapper-2 .footer-widget-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-widget-wrapper-2 .footer-widget-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-widget-wrapper-2 .footer-widget-items {
  margin-top: 30px;
}
.footer-widget-wrapper-2 .footer-widget-items .widget-head {
  margin-bottom: 20px;
}
.footer-widget-wrapper-2 .footer-widget-items .widget-head span {
  display: inline-block;
  color: var(--header);
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.footer-widget-wrapper-2 .footer-widget-items ul li {
  font-style: italic;
  font-weight: 400;
}
.footer-widget-wrapper-2 .footer-widget-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper-2 .footer-widget-items ul li a {
  color: #9A9A9A;
  font-style: italic;
}
.footer-widget-wrapper-2 .footer-widget-items ul li a:hover {
  color: var(--header);
}
.footer-widget-wrapper-2 .footer-widget-items ul.style-2 li {
  color: var(--header);
}
.footer-widget-wrapper-2 .footer-widget-items ul.style-2 li a {
  color: var(--header);
}
.footer-widget-wrapper-2.wrapper-style-3 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-widget-wrapper-2.wrapper-style-3::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-widget-wrapper-2.wrapper-style-3::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-widget-wrapper-2.wrapper-style-3 .footer-widget-items .widget-head span {
  color: var(--white);
}
.footer-widget-wrapper-2.wrapper-style-3 .footer-widget-items ul li a {
  color: var(--white);
}
.footer-widget-wrapper-2.wrapper-style-3 .footer-widget-items ul.style-2 li a {
  color: var(--white);
}

.footer-bottom-2 {
  background-color: var(--header);
  padding: 28px 0;
}
.footer-bottom-2 p {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  text-transform: capitalize;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
  .section-title br {
    display: none;
  }
}
.section-title .sub-title {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  color: var(--header);
  line-height: 1;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1em;
  display: inline-block;
  letter-spacing: -1px;
  font-style: italic;
  padding-left: 65px;
}
.section-title .sub-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transform: translateY(-50%);
  background-color: var(--theme);
  width: 51px;
  height: 1px;
}
.section-title .sub-title i {
  margin-left: 10px;
}
.section-title h2 {
  color: var(--header);
  font-family: "Satoshi", sans-serif;
}
.section-title h2 span {
  font-family: "Satoshi", sans-serif;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
  .section-title-area br {
    display: none;
  }
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: #FBF3E6 !important;
}

.section-bg-3 {
  background-color: #F0F0F0 !important;
}

.theme-bg {
  background-color: var(--theme);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.section-padding-2 {
  padding: 60px 0;
}

.footer-bg-2 {
  background-color: #000000;
}

.bg-color-3 {
  background-color: #F0F0F0;
}

/*---------------------------------------
05. Sections
---------------------------------------*/
.hero-1 {
  background-color: var(--theme);
  padding-top: 100px;
}
@media (max-width: 1399px) {
  .hero-1 {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .hero-1 {
    background-color: transparent;
  }
}
.hero-1 .hero-title {
  text-transform: uppercase;
  line-height: 125%;
}
@media (max-width: 1399px) {
  .hero-1 .hero-title {
    font-size: 130px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-title {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-title {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-title {
    font-size: 48px;
  }
}
.hero-1 .hero-title span {
  font-weight: 400;
  text-align: right;
  display: block;
  position: relative;
  line-height: 1;
}
@media (max-width: 1399px) {
  .hero-1 .hero-title span {
    text-align: left;
  }
}
.hero-1 .hero-title span::before {
  position: absolute;
  bottom: 20px;
  left: 0;
  content: "";
  background-color: var(--theme);
  width: 290px;
  height: 7px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-title span::before {
    display: none;
  }
}
.hero-1 .hero-interaction .interaction-inner {
  overflow: hidden;
  position: relative;
  margin-top: 150px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-interaction .interaction-inner {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-interaction .interaction-inner {
    margin-top: 50px;
  }
}
.hero-1 .hero-interaction .interaction-inner img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .hero-1 .hero-interaction .interaction-inner img {
    height: 700px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-interaction .interaction-inner img {
    height: 500px;
  }
}
.hero-1 .hero-interaction .interaction-inner .interaction-content {
  left: 315px;
  bottom: 212px;
  padding: 50px;
  height: 460px;
  display: flex;
  position: absolute;
  flex-direction: column;
  background: transparent;
}
@media (max-width: 1199px) {
  .hero-1 .hero-interaction .interaction-inner .interaction-content {
    left: 100px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-interaction .interaction-inner .interaction-content {
    left: 20px;
    bottom: 20px;
    height: initial;
    padding: 30px;
  }
}
.hero-1 .hero-interaction .interaction-inner .interaction-content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
  letter-spacing: -1px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media (max-width: 767px) {
  .hero-1 .hero-interaction .interaction-inner .interaction-content .title {
    margin-bottom: 50px;
  }
}
.hero-1 .hero-interaction .interaction-inner .interaction-content .text {
  margin-top: auto;
  max-width: 285px;
}
.hero-1 .hero-inner {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 146px;
  position: relative;
  background: #fff;
  transform-origin: center 13%;
  transform: scale(0.2) rotate(0deg);
}
@media (max-width: 1199px) {
  .hero-1 .hero-inner {
    transform: initial;
    transform-origin: initial;
    background: transparent;
  }
}

.hero-2 {
  padding-top: 150px;
}
.hero-2 .hero-items-area {
  position: relative;
}
.hero-2 .hero-items-area .line-1 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 24px;
  left: 0;
}
@media (max-width: 1899px) {
  .hero-2 .hero-items-area .line-1 {
    display: none;
  }
}
.hero-2 .hero-items-area .line-2 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 29.4%;
  left: 0;
}
@media (max-width: 1899px) {
  .hero-2 .hero-items-area .line-2 {
    display: none;
  }
}
.hero-2 .hero-items-area .line-3 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 38.1%;
  left: 0;
}
@media (max-width: 1899px) {
  .hero-2 .hero-items-area .line-3 {
    display: none;
  }
}
.hero-2 .hero-items-area .line-4 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 63%;
  left: 0;
}
@media (max-width: 1899px) {
  .hero-2 .hero-items-area .line-4 {
    display: none;
  }
}
.hero-2 .hero-items-area .line-5 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media (max-width: 1899px) {
  .hero-2 .hero-items-area .line-5 {
    display: none;
  }
}
.hero-2 .hero-items-area .line-6 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 28%;
  left: 0;
}
@media (max-width: 1899px) {
  .hero-2 .hero-items-area .line-6 {
    display: none;
  }
}
.hero-2 .container {
  max-width: 1800px;
}
.hero-2 .hero-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .hero-2 .hero-items {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.hero-2 .hero-items .hero-title {
  max-width: 1070px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 155px;
  line-height: 101%;
}
@media (max-width: 1600px) {
  .hero-2 .hero-items .hero-title {
    font-size: 110px;
    max-width: 790px;
    line-height: 120%;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-items .hero-title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-items .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-items .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-items .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-items .hero-title {
    font-size: 30px;
  }
}
.hero-2 .hero-items .hero-title .hero-text {
  position: relative;
  display: block;
}
.hero-2 .hero-items .hero-title .hero-text .small-img {
  position: absolute;
  top: -19px;
  right: 30px;
}
@media (max-width: 1399px) {
  .hero-2 .hero-items .hero-title .hero-text .small-img {
    display: none;
  }
}
.hero-2 .hero-items .hero-title .hero-text-2 {
  position: relative;
  display: block;
  top: -1px;
}
.hero-2 .hero-items .hero-title .hero-text-2 .small-img2 {
  position: absolute;
  top: -20px;
  right: -140px;
}
@media (max-width: 1600px) {
  .hero-2 .hero-items .hero-title .hero-text-2 .small-img2 {
    top: 0;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-items .hero-title .hero-text-2 .small-img2 {
    display: none;
  }
}
.hero-2 .hero-items .hero-title .hero-text-3 {
  position: relative;
  display: inline-block;
}
.hero-2 .hero-items .hero-title .hero-text-3 .small-img3 {
  position: absolute;
  top: -18px;
  right: -190px;
}
@media (max-width: 1399px) {
  .hero-2 .hero-items .hero-title .hero-text-3 .small-img3 {
    display: none;
  }
}
.hero-2 .hero-items .content {
  max-width: 340px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .hero-2 .hero-items .content {
    margin: 30px auto 0;
  }
}
.hero-2 .hero-items .content .theme-btn-2 {
  margin-top: 25px;
}
.hero-2 .hero-items .content .theme-btn-2 .btn-title {
  font-size: 18px;
  font-weight: 500;
}
.hero-2 .hero-items .content .theme-btn-2 .icon-left {
  margin-left: -35px;
}
.hero-2 .hero-items .content .theme-btn-2 .icon-left, .hero-2 .hero-items .content .theme-btn-2 .icon-right {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.hero-2 .hero-items .content .theme-btn-2:hover .icon-left {
  margin-left: 0;
}
.hero-2 .hero-image {
  height: 530px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hero-2 .hero-image {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-image {
    height: 480px;
  }
}
.hero-2 .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-3 {
  padding-top: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.hero-3 .container {
  max-width: 1890px;
}
.hero-3 .hero-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.hero-3 .hero-wrapper .hero-card-items {
  background-color: var(--white);
  padding: 40px;
  position: relative;
  z-index: 9;
  transition: 0.5s;
  height: 100%;
}
@media (max-width: 1600px) {
  .hero-3 .hero-wrapper .hero-card-items {
    padding: 30px;
  }
}
.hero-3 .hero-wrapper .hero-card-items::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid var(--theme);
  border-left: 1px solid var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.hero-3 .hero-wrapper .hero-card-items::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--theme);
  border-right: 1px solid var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.hero-3 .hero-wrapper .hero-card-items .content {
  margin-top: 100px;
}
@media (max-width: 1899px) {
  .hero-3 .hero-wrapper .hero-card-items .content {
    margin-top: 50px;
  }
}
.hero-3 .hero-wrapper .hero-card-items .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.hero-3 .hero-wrapper .hero-card-items .content p {
  letter-spacing: -0.02em;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1600px) {
  .hero-3 .hero-wrapper .hero-card-items .content .title {
    font-size: 20px;
  }
}
.hero-3 .hero-wrapper .hero-card-items .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.hero-3 .hero-wrapper .hero-card-items .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.hero-3 .hero-wrapper .hero-card-items .content .gt-theme-btn-main {
  margin-top: 100px;
}
@media (max-width: 1899px) {
  .hero-3 .hero-wrapper .hero-card-items .content .gt-theme-btn-main {
    margin-top: 50px;
  }
}
.hero-3 .hero-wrapper .hero-card-items:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.hero-3 .hero-wrapper .hero-card-items:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.hero-3 .hero-wrapper .hero-card-items:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}
.hero-3 .hero-wrapper .hero-image img {
  width: 100%;
  height: 100%;
}

.about-section h2 {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 144%;
}
@media (max-width: 1199px) {
  .about-section h2 {
    font-size: 28px;
  }
  .about-section h2 br {
    display: none;
  }
}
@media (max-width: 470px) {
  .about-section h2 {
    font-size: 25px;
  }
}
.about-section .about-right-items {
  max-width: 670px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .about-section .about-right-items {
    margin-left: initial;
  }
}
.about-section .about-right-items .about-btn {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .about-section .about-right-items .about-btn {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about-section .about-right-items .about-btn {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .about-wrapper {
    margin-top: 40px;
  }
}
.about-wrapper .about-thumb-1 {
  max-width: 364px;
}
.about-wrapper .about-thumb-1 img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-thumb-2 img {
  width: 100%;
  height: 100%;
}

.award-wrapper .award-content {
  max-width: 485px;
}
.award-wrapper .award-content p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 25px;
}
@media (max-width: 1399px) {
  .award-wrapper .award-content p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .award-wrapper .award-content p {
    font-size: 16px;
  }
}
.award-wrapper .award-content .gt-theme-btn-main {
  margin-top: 115px;
}
@media (max-width: 767px) {
  .award-wrapper .award-content .gt-theme-btn-main {
    margin-top: 50px;
  }
}
.award-wrapper .award-right-items .award-list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 16px;
}
@media (max-width: 1199px) {
  .award-wrapper .award-right-items .award-list-items {
    padding: 25px 0;
  }
}
@media (max-width: 575px) {
  .award-wrapper .award-right-items .award-list-items {
    display: grid;
    gap: 20px;
  }
}
.award-wrapper .award-right-items .award-list-items .left-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.award-wrapper .award-right-items .award-list-items .left-text span {
  font-size: 18px;
  font-weight: 400;
  color: var(--header);
}
@media (max-width: 1199px) {
  .award-wrapper .award-right-items .award-list-items .left-text span {
    font-size: 16px;
  }
}
.award-wrapper .award-right-items .award-list-items .left-text p {
  font-weight: 300;
  color: var(--header);
  font-size: 14px;
}
.award-wrapper .award-right-items .award-list-items .text-2 {
  font-size: 18px;
  font-weight: 400;
  color: var(--header);
}
@media (max-width: 1199px) {
  .award-wrapper .award-right-items .award-list-items .text-2 {
    font-size: 16px;
  }
}
.award-wrapper .award-right-items .bb-top {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.award-wrapper .award-right-items .bb-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.about-wrapper-2 .about-image {
  margin-top: 46px;
  height: 510px;
}
.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-wrapper-2 .about-content {
  max-width: 455px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-content {
    margin-left: initial;
  }
}
.about-wrapper-2 .about-content .about-shape {
  text-align: right;
  top: -80px;
  position: relative;
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-content .about-shape {
    display: none;
  }
}
.about-wrapper-2 .about-content .text {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-content .text {
    margin-bottom: 40px;
  }
}

.about-wrapper-3 .about-content {
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content {
    margin-bottom: 0px;
  }
}
.about-wrapper-3 .about-content .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 40px;
  max-width: 465px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-content .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.about-wrapper-3 .about-text {
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-text {
    margin-bottom: 30px;
  }
}
.about-wrapper-3 .about-image {
  margin: 0 auto;
  text-align: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.about-wrapper-3 .about-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.about-section-3 .container-fluid {
  max-width: 1800px;
}

.about-wrapper-4 .about-image {
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .about-wrapper-4 .about-image {
    margin-top: 30px;
  }
}
.about-wrapper-4 .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-4 .about-content {
  margin-left: 60px;
  margin-top: 170px;
}
@media (max-width: 1399px) {
  .about-wrapper-4 .about-content {
    margin-left: 0;
    margin-top: 0;
  }
}
.about-wrapper-4 .about-content h2 {
  font-size: 100px;
  font-weight: 900;
}
@media (max-width: 1399px) {
  .about-wrapper-4 .about-content h2 {
    font-size: 75px;
  }
}
.about-wrapper-4 .about-content h3 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .about-wrapper-4 .about-content h3 {
    font-size: 16px;
  }
}
.about-wrapper-4 .about-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .about-wrapper-4 .about-content p {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.video-banner .video-thumb {
  position: relative;
}
@media (max-width: 1199px) {
  .video-banner .video-thumb {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .video-banner .video-thumb {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .video-banner .video-thumb {
    height: 400px;
  }
}
.video-banner .video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-banner .video-thumb .video-btn {
  display: inline-block;
  width: 236px;
  height: 236px;
  line-height: 236px;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
  font-size: 28px;
  font-weight: 500;
  box-shadow: 0px 4px 43px 11px rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .video-banner .video-thumb .video-btn {
    width: 190px;
    height: 190px;
    line-height: 190px;
    font-size: 22px;
  }
}
.video-banner .video-thumb .video-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .video-banner .video-thumb .video-btn {
    width: 160px;
    height: 160px;
    line-height: 160px;
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .video-banner .video-thumb .video-btn {
    font-size: 16px;
    width: 130px;
    height: 130px;
    line-height: 130px;
  }
}
.video-banner .video-thumb .video-btn:hover {
  background-color: var(--theme);
  color: var(--white);
  box-shadow: 0px 4px 43px 11px rgba(0, 0, 0, 0.95);
}

.mission-items {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .mission-items {
    margin-left: 0;
  }
}
.mission-items .accordion-box {
  position: relative;
  margin-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .mission-items .accordion-box {
    margin-top: 30px;
  }
}
.mission-items .accordion-box .block {
  position: relative;
  background-color: transparent;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 33px 0;
}
.mission-items .accordion-box .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: var(--header);
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .mission-items .accordion-box .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .mission-items .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
.mission-items .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
  font-size: 16px;
}
.mission-items .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
}
@media (max-width: 470px) {
  .mission-items .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}
.mission-items .accordion-box .block .acc-content .content {
  position: relative;
}
.mission-items .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  opacity: 0.7;
  max-width: 422px;
}
@media (max-width: 1199px) {
  .mission-items .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .mission-items .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}
.mission-items .accordion-box .block .acc-content.current {
  display: block;
}
.mission-items .accordion-box .block .acc-btn.active .icon:before {
  content: "\f00d";
  color: var(--header);
}
.mission-items .accordion-box .block .acc-btn.active {
  color: var(--header);
}
.mission-items .accordion-box .block:last-child {
  margin-bottom: 0;
}

.mission-section .mission-image {
  max-width: 364px;
  width: 100%;
  height: 520px;
  margin-top: 42px !important;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  overflow: hidden;
}
@media (max-width: 991px) {
  .mission-section .mission-image {
    margin-top: 40px !important;
    position: static;
  }
}
@media (max-width: 767px) {
  .mission-section .mission-image {
    height: 400px;
  }
}
.mission-section .mission-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 30px;
}
.marquee .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

.marquee-section {
  margin-top: 100px;
}
.marquee-section .text {
  font-size: 157.312px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  padding-left: 60px;
}
.marquee-section .text::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--theme);
}
@media (max-width: 1199px) {
  .marquee-section .text::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .marquee-section .text {
    letter-spacing: initial;
  }
}
@media (max-width: 1199px) {
  .marquee-section .text {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .marquee-section .text {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .marquee-section .text {
    font-size: 50px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.award-wrapper-2 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: -40%;
}
@media (max-width: 991px) {
  .award-wrapper-2 {
    margin-right: 0;
    display: grid;
  }
}
.award-wrapper-2 .thumb-1 {
  width: 410px;
  transition: all 0.4s ease-in-out;
  height: 508px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .award-wrapper-2 .thumb-1 {
    width: initial !important;
    margin-top: 0 !important;
  }
}
.award-wrapper-2 .thumb-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.award-wrapper-2 .thumb-1.active {
  width: 850px !important;
}
@media (max-width: 1600px) {
  .award-wrapper-2 .thumb-1.active {
    width: 680px !important;
  }
}
@media (max-width: 1399px) {
  .award-wrapper-2 .thumb-1.active {
    width: 580px !important;
  }
}
@media (max-width: 991px) {
  .award-wrapper-2 .thumb-1.active {
    width: initial !important;
  }
}

.work-process-wrapper-2 .work-process-items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 28px;
  margin-bottom: 28px;
  margin-right: 40px;
}
.work-process-wrapper-2 .work-process-items .content {
  opacity: 0.2;
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .work-process-wrapper-2 .work-process-items .content {
    opacity: 1;
  }
}
.work-process-wrapper-2 .work-process-items:first-child .content {
  opacity: 1;
}
.work-process-wrapper-2 .work-process-items .number {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 900;
  margin-bottom: 15px;
}
.work-process-wrapper-2 .work-process-items .title {
  font-size: 30px;
  font-weight: 500;
}
.work-process-wrapper-2 .work-process-items p {
  font-size: 16px;
  margin-top: 6px;
}
.work-process-wrapper-2 .process-image {
  position: relative;
  height: 870px;
}
@media (max-width: 991px) {
  .work-process-wrapper-2 .process-image {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .work-process-wrapper-2 .process-image {
    height: 530px;
  }
}
@media (max-width: 575px) {
  .work-process-wrapper-2 .process-image {
    height: 480px;
  }
}
.work-process-wrapper-2 .process-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-process-wrapper-2 .process-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
}
.work-process-wrapper-2 .process-img.active {
  opacity: 1;
}
.work-process-wrapper-2 .section-title {
  margin-bottom: 45px;
}

.logo-image-section {
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .logo-image-section {
    margin-top: 30px;
  }
}
.logo-image-section .top-logo img {
  width: 100%;
  height: 100%;
}
.logo-image-section .container {
  max-width: 1680px;
}

.counter-wrapper-3 {
  margin-top: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .counter-wrapper-3 {
    padding-bottom: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.counter-wrapper-3 .counter-item h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}
.counter-wrapper-3 .counter-item p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: #000000;
  text-transform: capitalize;
}
.counter-wrapper-3 .counter-item .counter-detail {
  display: block;
  max-width: 280px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.65);
}

.counter-bg-section-3 .container {
  max-width: 1800px;
}

.counter-bg-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 120px 195px;
}
@media (max-width: 1399px) {
  .counter-bg-wrapper {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .counter-bg-wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .counter-bg-wrapper {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .counter-bg-wrapper {
    padding: 30px;
  }
}
.counter-bg-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1399px) {
  .counter-bg-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.counter-bg-wrapper .counter-content-3 {
  position: relative;
  z-index: 9;
  min-width: 196px;
}
@media (max-width: 1399px) {
  .counter-bg-wrapper .counter-content-3 {
    min-width: initial;
  }
}
.counter-bg-wrapper .counter-content-3 h2 {
  font-size: 100px;
  font-weight: 900;
  line-height: 100%;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  background: transparent;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .counter-bg-wrapper .counter-content-3 h2 {
    font-size: 50px;
  }
}
.counter-bg-wrapper .counter-content-3 p {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  color: var(--white);
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}
.counter-bg-wrapper .counter-content-3 .counter-detail {
  display: block;
  max-width: 220px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.45;
}
@media (max-width: 1399px) {
  .counter-bg-wrapper .counter-content-3 p {
    font-size: 15px;
  }
}
.counter-bg-wrapper .counter-content-3:hover h2 {
  color: var(--white) !important;
  -webkit-text-stroke-color: var(--white);
}

.work-process-section-2 {
  background-color: #F0F0F0;
  position: relative;
  z-index: 9;
}
.work-process-section-2 .section-title-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.work-process-section-2 .section-title-area p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  max-width: 452px;
}
.work-process-section-2 .text {
  font-size: 310px;
  font-weight: 700;
  color: rgb(230, 230, 230);
  text-transform: capitalize;
  position: absolute;
  top: 600px;
  right: -27%;
  z-index: -1;
}
@media (max-width: 1899px) {
  .work-process-section-2 .text {
    font-size: 285px;
  }
}
@media (max-width: 1600px) {
  .work-process-section-2 .text {
    font-size: 250px;
  }
}
@media (max-width: 1399px) {
  .work-process-section-2 .text {
    display: none;
  }
}

.tp-funfact-panel-wrap {
  width: 300%;
  height: 100%;
  display: flex;
}
@media (max-width: 1399px) {
  .tp-funfact-panel-wrap {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .tp-funfact-panel-wrap {
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }
}

.work-process-box-items-2 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .work-process-box-items-2 {
    flex-wrap: wrap;
  }
}
.work-process-box-items-2 .work-process-content {
  display: flex;
  gap: 15px;
}
.work-process-box-items-2 .work-process-content .number {
  color: #6D6D6D;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Satoshi", sans-serif;
}
.work-process-box-items-2 .work-process-content h3 {
  font-size: 45px;
  font-weight: 500;
  color: #000000;
  line-height: 100%;
  margin-top: 180px;
}
@media (max-width: 1399px) {
  .work-process-box-items-2 .work-process-content h3 {
    font-size: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .work-process-box-items-2 .work-process-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .work-process-box-items-2 .work-process-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .work-process-box-items-2 .work-process-content h3 {
    font-size: 25px;
  }
}
.work-process-box-items-2 .work-process-content p {
  max-width: 400px;
  margin-top: 24px;
  color: #000000;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .work-process-box-items-2 .work-process-content p {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .work-process-box-items-2 .work-process-image img {
    width: 100%;
  }
}

.tp-funfact-panel {
  width: 100%;
  height: 100%;
  will-change: transform;
  opacity: 1 !important;
}

.feature-wrapper-4 .feature-image img {
  width: 100%;
  height: 100%;
}
.feature-wrapper-4 .feature-content {
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .feature-wrapper-4 .feature-content {
    margin-left: 0;
  }
}
.feature-wrapper-4 .feature-content p {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 25px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family: "Satoshi", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.feature-wrapper-4 .feature-content .feature-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 28px;
  margin-bottom: 30px;
}
.feature-wrapper-4 .feature-content .feature-item .content {
  min-width: 0;
}
.feature-wrapper-4 .feature-content .feature-item .content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.feature-wrapper-4 .feature-content .feature-item .content span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  color: var(--black);
}
@media (max-width: 1399px) {
  .feature-wrapper-4 .feature-content .feature-item .content span {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .feature-wrapper-4 .feature-content .feature-item {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }
}

.epic-gallery-item {
  margin-bottom: 30px;
}
.epic-gallery-item.gt-style-2 {
  margin-top: 30px;
}
.epic-gallery-item .gallery-iamge {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.epic-gallery-item .gallery-iamge img {
  width: 100%;
  height: 100%;
}
.epic-gallery-item .gallery-iamge .icon {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  z-index: 999;
  font-size: 40px;
}
.epic-gallery-item .gallery-iamge:before, .epic-gallery-item .gallery-iamge:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  transform: translateX(-100%) rotate(15deg);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.epic-gallery-item .gallery-iamge:after {
  left: auto;
  right: 0;
  transform: translateX(100%) rotate(-15deg);
}
.epic-gallery-item:hover .gallery-iamge .icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.epic-gallery-item:hover .gallery-iamge:before, .epic-gallery-item:hover .gallery-iamge:after {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.project-items-one {
  margin-top: 60px;
  background-color: #FDF8F6;
}
@media (max-width: 1399px) {
  .project-items-one {
    margin-top: 30px;
  }
}
.project-items-one .thumb {
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .project-items-one .thumb {
    height: 500px;
  }
}
.project-items-one .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-items-one .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-items-one .content-items {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .project-items-one .content-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.project-items-one .content-items .title-content p {
  font-size: 14px;
}
.project-items-one .content-items .title-content .title {
  font-size: 24px;
  font-weight: 400;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .project-items-one .content-items .title-content .title {
    font-size: 20px;
  }
}
.project-items-one .content-items .title-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-items-one .content-items .title-content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-items-one .content-items .location-text-items {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 991px) {
  .project-items-one .content-items .location-text-items {
    gap: 30px;
  }
}
.project-items-one:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-items-one:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-section-2 .section-title {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .project-section-2 .section-title {
    margin-bottom: 30px;
  }
}

.project-box-items-2 {
  padding: 40px 0;
  background-color: #F0F0F0;
}
.project-box-items-2.style-3 {
  background-color: var(--white);
}
.project-box-items-2.style-3.bb-top {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.project-box-items-2 .content-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.project-box-items-2 .content-box .title-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}
@media (max-width: 767px) {
  .project-box-items-2 .content-box .title-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-box-items-2 .content-box .title-box .title {
  display: flex;
  flex-direction: column;
}
.project-box-items-2 .content-box .title-box .title h3 {
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .project-box-items-2 .content-box .title-box .title h3 {
    font-size: 23px;
  }
}
.project-box-items-2 .content-box .title-box .title h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-box-items-2 .content-box .title-box .title h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-box-items-2 .content-box .title-box .title span {
  margin-top: auto;
  display: block;
}
.project-box-items-2 .project-right-items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 1899px) {
  .project-box-items-2 .project-right-items {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .project-box-items-2 .project-right-items {
    display: block;
  }
}
.project-box-items-2 .project-right-items .thumb {
  overflow: hidden;
  position: relative;
}
.project-box-items-2 .project-right-items .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-box-items-2 .project-right-items .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.project-box-items-2 .project-right-items .content {
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .project-box-items-2 .project-right-items .content {
    max-width: initial;
    margin-top: 30px;
  }
}
.project-box-items-2 .project-right-items .content p {
  font-size: 18px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 140%;
}
@media (max-width: 767px) {
  .project-box-items-2 .project-right-items .content p {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
.project-box-items-2 .project-right-items .content .text-btn {
  margin-top: auto;
}
.project-box-items-2.bb-top {
  border-top: 1px solid #000;
}
.project-box-items-2.bb-bottom {
  border-bottom: 1px solid #000;
}
.project-box-items-2:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-box-items-2:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-inner-items .project-image {
  overflow: hidden;
  position: relative;
}
.project-inner-items .project-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.project-inner-items .project-image .project-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.project-inner-items .project-image .project-content h2 {
  font-size: 24px;
  text-transform: capitalize;
}
.project-inner-items .project-image .project-content h2 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.project-inner-items .project-image .project-content h2 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.project-inner-items .project-image .project-content span {
  color: var(--white);
  text-transform: capitalize;
}
.project-inner-items .project-image img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.project-inner-items:hover .project-image:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-inner-items:hover .project-image img {
  transform: scale(1.2);
}

.project-details-wrapper .project-details-image {
  margin-bottom: 30px;
  overflow: hidden;
}
.project-details-wrapper .project-details-image img {
  width: 100%;
  height: 100%;
}
.project-details-wrapper .project-details-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-details-content h2 {
    font-size: 28px;
  }
}
.project-details-wrapper .project-details-content .thumb {
  overflow: hidden;
}
.project-details-wrapper .project-details-content .thumb img {
  width: 100%;
  height: 100%;
}
.project-details-wrapper .project-information {
  background-color: rgb(240, 240, 240);
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-information {
    padding: 22px;
  }
}
.project-details-wrapper .project-information .information-list {
  margin-top: 20px;
}
.project-details-wrapper .project-information .information-list li {
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-information .information-list li {
    gap: 14px;
  }
}
.project-details-wrapper .project-information .information-list li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(47, 47, 47, 0.2);
  padding-bottom: 15px;
}
.project-details-wrapper .project-information .information-list li span {
  color: var(--header);
  font-size: 18px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-information .information-list li span {
    font-size: 16px;
  }
}

.service-list-items {
  margin-top: 30px;
}
.service-list-items .service-title {
  background-color: var(--white);
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}
@media (max-width: 470px) {
  .service-list-items .service-title {
    display: grid;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }
}
.service-list-items .service-title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  left: auto;
  bottom: auto;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--theme);
}
.service-list-items .service-title .title {
  font-size: 28px;
}
@media (max-width: 1199px) {
  .service-list-items .service-title .title {
    font-size: 24px;
  }
}
.service-list-items .service-title .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--white);
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 470px) {
  .service-list-items .service-title .icon {
    margin: 0 auto;
  }
}
.service-list-items .service-title.active::after {
  left: 0;
  width: 100%;
}
.service-list-items .service-title.active .title a {
  color: var(--white);
}
.service-list-items .service-title.active .icon {
  background-color: var(--white);
  color: var(--theme);
}

.gt-service-one-image-outer {
  position: relative;
  height: 100%;
  margin-top: 30px;
}

.gt-service-one_images-outer {
  position: relative;
  height: 100%;
}

.gt-service-one-image {
  position: absolute;
  right: 15px;
  top: 0px;
  opacity: 0;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(-5deg) translateX(0px);
  transform: rotate(-5deg) translateX(0px);
}
@media (max-width: 991px) {
  .gt-service-one-image {
    display: none;
    position: static;
  }
}
.gt-service-one-image.active {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateX(0px);
  transform: rotate(0deg) translateX(0px);
}
@media (max-width: 991px) {
  .gt-service-one-image.active {
    display: block;
  }
}
.gt-service-one-image img {
  width: 100%;
  height: 100%;
}

.service-section-2 {
  margin: 0 15px;
}
.service-section-2 .section-title-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 50px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .service-section-2 .section-title-area {
    flex-direction: column;
    display: flex;
    flex-wrap: initial;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .service-section-2 .section-title-area .section-title {
    order: 1;
  }
}
@media (max-width: 991px) {
  .service-section-2 .section-title-area .content {
    order: 2;
  }
}
.service-section-2 .section-title-area .content p {
  margin-bottom: 30px;
}

.service-card-items-2 {
  background-color: var(--white);
  padding: 40px;
  position: relative;
  z-index: 9;
  transition: 0.5s;
  height: 100%;
}
@media (max-width: 1600px) {
  .service-card-items-2 {
    padding: 30px;
  }
}
.service-card-items-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid var(--theme);
  border-left: 1px solid var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.service-card-items-2::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--theme);
  border-right: 1px solid var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.service-card-items-2 .content {
  margin-top: 117px;
}
@media (max-width: 1899px) {
  .service-card-items-2 .content {
    margin-top: 50px;
  }
}
.service-card-items-2 .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.service-card-items-2 .content p {
  letter-spacing: -0.02em;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1600px) {
  .service-card-items-2 .content .title {
    font-size: 20px;
  }
}
.service-card-items-2 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-card-items-2 .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.service-card-items-2 .content .gt-theme-btn-main {
  margin-top: 117px;
}
@media (max-width: 1899px) {
  .service-card-items-2 .content .gt-theme-btn-main {
    margin-top: 50px;
  }
}
.service-card-items-2:hover {
  transform: translateY(-10px);
}
.service-card-items-2:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.service-card-items-2:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.service-card-items-2:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.service-card-image-2 {
  height: 100%;
}
.service-card-image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-details-wrapper .main-sideber .single-sideber-widget {
  margin-bottom: 40px;
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  line-height: 1;
  padding: 20px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .main-sideber .single-sideber-widget ul li {
    font-size: 14px;
  }
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li a {
  color: var(--header);
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li i {
  transition: all 0.4s ease-in-out;
  color: var(--theme);
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li:not(:last-child) {
  margin-bottom: 20px;
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li:hover {
  background-color: var(--theme);
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li:hover a {
  color: var(--white);
}
.service-details-wrapper .main-sideber .single-sideber-widget ul li:hover i {
  color: var(--white);
}
.service-details-wrapper .main-sideber .contact-bg {
  position: relative;
}
.service-details-wrapper .main-sideber .contact-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.service-details-wrapper .main-sideber .contact-bg .contact-item {
  padding: 35px;
  position: relative;
  text-align: center;
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .icon {
  color: var(--white);
  background-color: var(--white);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  margin: 0 auto;
  text-align: center;
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .icon img {
  filter: brightness(0) invert(0);
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .contact-content {
  margin-top: 80px;
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .contact-content h4 {
  color: var(--white);
  margin-bottom: 20px;
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .contact-content p {
  color: var(--white);
  margin-bottom: 30px;
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .contact-content .list li {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
}
.service-details-wrapper .main-sideber .contact-bg .contact-item .contact-content .list li a {
  color: var(--white);
}
.service-details-wrapper .service-details-post .details-image img {
  width: 100%;
  height: 100%;
}
.service-details-wrapper .service-details-post .details-content {
  margin-top: 40px;
}
.service-details-wrapper .service-details-post .details-content h3 {
  margin-bottom: 10px;
  font-size: 52px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-post .details-content h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .service-details-wrapper .service-details-post .details-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .service-details-post .details-content h3 {
    font-size: 25px;
  }
}
.service-details-wrapper .service-details-post .details-content .details-list {
  margin-top: 30px;
  margin-bottom: 50px;
}
.service-details-wrapper .service-details-post .details-content .details-list li {
  font-size: 18px;
  font-weight: 400;
  color: var(--header);
}
.service-details-wrapper .service-details-post .details-content .details-list li:not(:last-child) {
  margin-bottom: 10px;
}
.service-details-wrapper .service-details-post .details-content .details-list li i {
  margin-right: 8px;
}
.service-details-wrapper .service-details-post .details-content .accordion-box {
  position: relative;
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-post .details-content .accordion-box {
    margin-top: 30px;
  }
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block {
  position: relative;
  background-color: transparent;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 33px 0;
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: var(--header);
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-btn {
    font-size: 18px;
  }
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
  font-size: 16px;
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
}
@media (max-width: 470px) {
  .service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content .content {
  position: relative;
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  opacity: 0.7;
  max-width: 422px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-content.current {
  display: block;
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-btn.active .icon:before {
  content: "\f00d";
  color: var(--header);
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block .acc-btn.active {
  color: var(--header);
}
.service-details-wrapper .service-details-post .details-content .accordion-box .block:last-child {
  margin-bottom: 0;
}

.testimonial-box-items {
  background-color: var(--white);
  padding: 32px;
  margin-top: 30px;
}
.testimonial-section .row > [class*="col-"] {
  display: flex;
}
.testimonial-section .testimonial-box-items {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial-box-items .tetsi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(8, 37, 36, 0.2);
  border-bottom: 1px solid rgba(8, 37, 36, 0.2);
  padding: 16px 0;
}
.testimonial-box-items .tetsi-top .client-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-box-items .tetsi-top .client-info span {
  font-size: 20px;
  font-weight: 600;
  color: #0D1D18;
}
.testimonial-box-items .tetsi-top .star {
  font-weight: 700;
  color: var(--white);
  background-color: var(--theme);
  height: 33px;
  line-height: 33px;
  border-radius: 6px;
  padding: 0 11px;
  display: inline-block;
}
.testimonial-box-items .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 35px;
}
.testimonial-box-items .text {
  font-size: 18px;
  font-weight: 400;
  margin-top: 18px;
}
@media (max-width: 1399px) {
  .testimonial-box-items .text {
    font-size: 16px;
  }
}

.testimonial-wrapper-2 .testimonial-items-2 .testi-box-2 {
  margin-top: 70px;
}
.testimonial-wrapper-2 .testimonial-items-2 .testi-box-2 .quote-icon {
  margin-bottom: 30px;
}
.testimonial-wrapper-2 .testimonial-items-2 .testi-box-2 p {
  font-size: 28px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  color: #000000;
  font-style: italic;
  line-height: 150%;
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-items-2 .testi-box-2 p {
    font-size: 22px;
  }
}
.testimonial-wrapper-2 .testimonial-items-2 .array-button {
  gap: 15px;
  margin-top: 48px;
}
.testimonial-wrapper-2 .testimonial-items-2 .array-button .array-prev, .testimonial-wrapper-2 .testimonial-items-2 .array-button .array-next {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: none;
  background-color: var(--white);
}
.testimonial-wrapper-2 .testimonial-items-2 .array-button .array-prev:hover, .testimonial-wrapper-2 .testimonial-items-2 .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
}
.testimonial-wrapper-2 .testimonial-right-items {
  padding: 30px;
  position: relative;
}
.testimonial-wrapper-2 .testimonial-right-items .testimonial-client-slider {
  margin-right: -45%;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-right-items .testimonial-client-slider {
    margin-right: 0;
  }
}
@media (max-width: 470px) {
  .testimonial-wrapper-2 .testimonial-right-items .testimonial-client-slider {
    text-align: center;
  }
}
.testimonial-wrapper-2 .testimonial-right-items .testi-slider-box {
  opacity: 0.1;
}
.testimonial-wrapper-2 .testimonial-right-items::before {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  width: 1000%;
  z-index: -1;
}
.testimonial-wrapper-2 .testimonial-right-items .client-image {
  margin-top: 85px;
}
.testimonial-wrapper-2 .testimonial-right-items .info-content {
  margin-top: 30px;
}
.testimonial-wrapper-2 .testimonial-right-items .info-content .name {
  font-size: 24px;
  font-weight: 500;
}
.testimonial-wrapper-2 .testimonial-right-items .info-content p {
  text-transform: capitalize;
  font-size: 14px;
}
.testimonial-wrapper-2 .testimonial-right-items .number-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 105px;
}
@media (max-width: 470px) {
  .testimonial-wrapper-2 .testimonial-right-items .number-item {
    justify-content: center;
  }
}
.testimonial-wrapper-2 .testimonial-right-items .number-item p {
  font-size: 14px;
  color: #6D6D6D;
}
.testimonial-wrapper-2 .testimonial-right-items .number-item span {
  color: var(--header);
  font-size: 24px;
  font-weight: 700;
}
.testimonial-wrapper-2 .testimonial-right-items .number-item .line {
  height: 1px;
  width: 96px;
  background-color: var(--header);
  margin-left: 15px;
}
.testimonial-wrapper-2 .testimonial-right-items .swiper-slide.swiper-slide-active .testi-slider-box {
  opacity: 1;
}

.testimonial-box-items-6 {
  padding: 30px;
  border: 3px solid rgba(2, 21, 36, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .testimonial-box-items-6 {
    display: block;
    padding: 30px;
  }
}
@media (max-width: 470px) {
  .testimonial-box-items-6 {
    padding: 24px;
  }
}
.testimonial-box-items-6 .thumb {
  max-width: 335px;
  height: 486px;
  position: relative;
}
@media (max-width: 1399px) {
  .testimonial-box-items-6 .thumb {
    max-width: initial;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .testimonial-box-items-6 .thumb {
    height: initial;
  }
}
.testimonial-box-items-6 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.testimonial-box-items-6 .thumb .info-title {
  background-color: #F5F5F5;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.testimonial-box-items-6 .thumb .info-title h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--header);
}
.testimonial-box-items-6 .thumb .info-title span {
  color: #7E7E7E;
  text-transform: capitalize;
}
.testimonial-box-items-6 .content {
  max-width: 738px;
}
@media (max-width: 1399px) {
  .testimonial-box-items-6 .content {
    margin-top: 20px;
  }
}
@media (max-width: 470px) {
  .testimonial-box-items-6 .content {
    padding: 0px;
  }
}
.testimonial-box-items-6 .content p {
  font-size: 21px;
  font-weight: 500;
  color: #021524;
  text-transform: capitalize;
  line-height: 187%;
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .testimonial-box-items-6 .content p {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .testimonial-box-items-6 .content p {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .testimonial-box-items-6 .content p {
    font-size: 16px;
  }
}
.testimonial-box-items-6 .content .clutech-image {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 400px;
}
@media (max-width: 1399px) {
  .testimonial-box-items-6 .content .clutech-image {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.testimonial-box-items-6 .content .clutech-image .dot-number {
  display: flex;
  gap: 55px;
}
.testimonial-box-items-6 .content .clutech-image .dot-number .swiper-pagination-bullet {
  background: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  transition: all 0.4s ease-in-out;
  color: var(--white);
}
.testimonial-box-items-6 .content .clutech-image .dot-number .swiper-pagination-bullet-active .dot-num span {
  color: #021524 !important;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.testimonial-box-items-6 .content .clutech-image .dot-number .dot-num {
  transition: all 0.4s ease-in-out;
}
.testimonial-box-items-6 .content .clutech-image .dot-number .dot-num span {
  font-size: 15px;
  font-weight: 500;
  color: #021524 !important;
  transition: all 0.4s ease-in-out;
  opacity: 9 !important;
  display: inline-block;
}
.testimonial-box-items-6 .content .clutech-image .dot-number .dot-num span.style-2 {
  position: relative;
}
.testimonial-box-items-6 .content .clutech-image .dot-number .dot-num span.style-2::before {
  position: absolute;
  content: "";
  top: 14px;
  left: -49px;
  background: #021524;
  width: 43px;
  height: 1px;
}

.testimonial-section-3 {
  background-color: rgb(255, 246, 239);
}
.testimonial-section-3 .testimonial-slider-controls {
  justify-content: flex-end;
  margin-top: 28px;
  padding-right: 2px;
}
@media (max-width: 767px) {
  .testimonial-section-3 .testimonial-slider-controls {
    justify-content: center;
  }
}
.testimonial-section-3 .testi-slider {
  margin-right: -84%;
}
@media (max-width: 1399px) {
  .testimonial-section-3 .testi-slider {
    margin-right: 0;
  }
}
.testimonial-section-3 .marquee-2 {
  position: relative;
  --duration: 20s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0;
  margin-bottom: 60px;
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .testimonial-section-3 .marquee-2 {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.testimonial-section-3 .marquee-2.slide-right {
  transform: scaleX(-1);
}
.testimonial-section-3 .marquee-2.slide-right .text,
.testimonial-section-3 .marquee-2.slide-right .stroke-text {
  transform: scaleX(-1);
}
.testimonial-section-3 .marquee-2 .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  animation: scroll var(--duration) linear infinite;
  padding-right: 30px;
}
.testimonial-section-3 .marquee-2 .text {
  color: var(--white);
  font-weight: 700;
  font-size: 200px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 50px;
  line-height: 150px;
  color: #000000;
}
@media (max-width: 1199px) {
  .testimonial-section-3 .marquee-2 .text {
    gap: 30px;
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3 .marquee-2 .text {
    gap: 30px;
    font-size: 100px;
    line-height: 110px;
  }
}

@media (max-width: 575px) {
  .team-card-items-3 {
    margin-top: 20px;
  }
}
.team-card-items-3 .team-image {
  position: relative;
}
.team-card-items-3 .team-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-card-items-3 .team-image .team-content {
  position: absolute;
  left: 30px;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .team-card-items-3 .team-image .team-content {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 1399px) {
  .team-card-items-3 .team-image .team-content h3 {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .team-card-items-3 .team-image .team-content h3 {
    font-size: 20px;
  }
}
.team-card-items-3 .team-image .team-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
  text-transform: capitalize;
}
.team-card-items-3 .team-image .team-content h3 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.team-card-items-3 .team-image .team-content p {
  color: var(--white);
  text-transform: capitalize;
}
.team-card-items-3 .team-image img {
  width: 100%;
  height: 100%;
}
.team-card-items-3:hover .team-image .team-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.team-card-items-3:hover .team-image::before {
  opacity: 1;
  visibility: visible;
}

.team-details-wrapper .team-details-image {
  overflow: hidden;
}
.team-details-wrapper .team-details-image img {
  width: 100%;
  height: 100%;
}
.team-details-wrapper .team-details-content {
  margin-left: 30px;
  background-color: rgb(240, 240, 240);
  padding: 45px 40px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content {
    margin-left: 0;
  }
}
.team-details-wrapper .team-details-content .offer {
  background-color: var(--theme);
  color: var(--white);
  padding: 8px 10px;
}
.team-details-wrapper .team-details-content h2 {
  margin-top: 30px;
}
.team-details-wrapper .team-details-content .team-infrom {
  margin-top: 30px;
}
.team-details-wrapper .team-details-content .team-infrom li {
  display: flex;
  gap: 100px;
  align-items: center;
  color: var(--header);
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content .team-infrom li {
    display: grid;
    gap: 20px;
  }
}
.team-details-wrapper .team-details-content .team-infrom li span {
  color: var(--header);
  font-size: 16px;
  font-weight: 500;
  flex-basis: 28%;
}
.team-details-wrapper .team-details-content .team-infrom li:not(:last-child) {
  margin-bottom: 12px;
}
.team-details-wrapper .team-details-content h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 60px;
}
.team-details-wrapper .team-details-content .social-icon {
  display: flex;
  margin-top: 30px;
  gap: 15px;
}
.team-details-wrapper .team-details-content .social-icon a {
  color: var(--theme);
  background: var(--white);
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.team-details-wrapper .team-details-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-details-wrapper .team-middle-items .team-skill-area {
  margin-top: 60px;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content {
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-middle-items .team-skill-area .skill-content {
    margin-right: 0;
  }
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items {
  width: 100%;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .pro-head .title {
  color: var(--header);
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--header);
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .progress {
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  height: 6px;
  width: 100%;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 6px;
  width: 0;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.team-details-wrapper .team-middle-items .team-skill-area .skill-content .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 69%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 98%;
  }
}
.team-details-wrapper .team-middle-items .team-skill-area .career-content h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.team-details-wrapper .team-middle-items .team-skill-area .career-content ul li {
  display: flex;
  gap: 20px;
}
.team-details-wrapper .team-middle-items .team-skill-area .career-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.team-details-wrapper .team-bottom-items {
  margin-top: 120px;
  background: rgb(240, 240, 240);
  padding: 80px 60px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-bottom-items {
    margin-top: 100px;
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .team-details-wrapper .team-bottom-items {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .team-details-wrapper .team-bottom-items {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper .team-bottom-items {
    padding: 30px;
  }
}
.team-details-wrapper .team-bottom-items .team-left-items p {
  margin-top: 20px;
}
.team-details-wrapper .team-bottom-items .team-left-items .phone-icon {
  display: flex;
  gap: 10px;
  border-radius: 70px;
  border: 1px solid #3D4857;
  display: inline-flex;
  padding: 20px;
  font-weight: 600;
  line-height: 1;
  margin-top: 30px;
}
.team-details-wrapper .team-bottom-items .team-left-items .phone-icon .icon {
  color: var(--header);
}
.team-details-wrapper .team-bottom-items .team-right-items {
  margin-left: 80px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-bottom-items .team-right-items {
    margin-left: 0;
  }
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box {
  margin-top: 30px;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt input, .team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt textarea {
  outline: none;
  width: 100%;
  color: var(--header);
  padding-bottom: 20px;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(15, 23, 42, 0.2);
  text-transform: capitalize;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt input::placeholder, .team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt textarea::placeholder {
  color: var(--header);
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt textarea {
  padding-bottom: 120px;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select {
  border: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.2);
  background-color: transparent;
  width: 100%;
  height: initial;
  line-height: initial;
  text-transform: capitalize;
  color: var(--header);
  padding-bottom: 20px;
  border-radius: 0;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select .current {
  color: var(--header);
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select::after {
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
  width: 8px;
  height: 8px;
  right: 12px;
}
.team-details-wrapper .team-bottom-items .team-right-items .contact-form-box .form-clt .form .single-select .list {
  width: 100%;
}

.grt-news-box-items {
  margin-top: 30px;
  background-color: var(--white);
  padding: 8px;
}
.grt-news-box-items .grt-thumb {
  overflow: hidden;
  position: relative;
}
.grt-news-box-items .grt-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.grt-news-box-items .grt-thumb img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.grt-news-box-items .grt-content {
  padding: 25px 22px 18px;
}
.grt-news-box-items .grt-content .tag-items {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .grt-news-box-items .grt-content .tag-items {
    flex-wrap: wrap;
  }
}
.grt-news-box-items .grt-content .tag-items a {
  background: var(--body);
  display: inline-block;
  font-size: 14px;
  font-family: "Satoshi", sans-serif;
  height: 30px;
  line-height: 30px;
  color: var(--header);
  font-weight: 400;
  padding: 0 12px;
}
.grt-news-box-items .grt-content .tag-items .dotss {
  width: 3px;
  height: 3px;
  background-color: var(--header);
  display: inline-block;
}
.grt-news-box-items .grt-content .tag-items .date {
  display: inline-block;
  color: var(--header);
  font-weight: 400;
  font-size: 14px;
  font-family: "Satoshi", sans-serif;
}
.grt-news-box-items .grt-content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 134%;
}
@media (max-width: 1199px) {
  .grt-news-box-items .grt-content .title {
    font-size: 20px;
  }
}
.grt-news-box-items .grt-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.grt-news-box-items .grt-content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.grt-news-box-items .grt-content .news-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: var(--header);
  overflow: hidden;
  text-transform: capitalize;
  margin-top: 15px;
}
.grt-news-box-items .grt-content .news-btn .text {
  position: relative;
  display: inline-block;
  height: 22px;
  overflow: hidden;
}
.grt-news-box-items .grt-content .news-btn .text-default,
.grt-news-box-items .grt-content .news-btn .text-hover {
  display: block;
  transition: transform 0.4s ease;
  text-decoration: underline;
}
.grt-news-box-items .grt-content .news-btn .text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--theme);
}
.grt-news-box-items .grt-content .news-btn:hover .text-default {
  transform: translateY(-100%);
}
.grt-news-box-items .grt-content .news-btn:hover .text-hover {
  transform: translateY(-100%);
}
.grt-news-box-items .grt-content .news-btn i {
  transition: transform 0.4s ease;
}
.grt-news-box-items:hover .grt-thumb:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.grt-news-box-items:hover .grt-thumb img {
  transform: scale(1.2);
}
.grt-news-box-items:hover .grt-content .tag-items a {
  background-color: var(--theme);
  color: var(--white);
}

.news-wrapper-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 60px;
}
.news-wrapper-2 .news-box-2 {
  margin-top: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 60px;
}
@media (max-width: 1399px) {
  .news-wrapper-2 .news-box-2 {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.news-wrapper-2 .news-box-2 .content {
  max-width: 690px;
}
.news-wrapper-2 .news-box-2 .content.style-2 {
  margin-left: auto;
}
.news-wrapper-2 .news-box-2 .content ul {
  margin-bottom: 28px;
}
.news-wrapper-2 .news-box-2 .content ul li span {
  background: var(--white);
  padding: 7px 10px;
  line-height: 1;
  color: rgb(6, 6, 6);
  margin-right: 10px;
  line-height: 1;
}
.news-wrapper-2 .news-box-2 .content ul li span.color-2 {
  background: var(--theme);
  color: var(--white);
}
.news-wrapper-2 .news-box-2 .content .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .news-wrapper-2 .news-box-2 .content .title {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .news-wrapper-2 .news-box-2 .content .title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .news-wrapper-2 .news-box-2 .content .title {
    font-size: 22px;
  }
}
.news-wrapper-2 .news-box-2 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-wrapper-2 .news-box-2 .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-wrapper-2 .news-box-2 .content .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.news-wrapper-2 .news-box-2 .content .client-info .client-content .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}
.news-wrapper-2 .news-box-2 .content .client-info .client-content p {
  font-size: 14px;
  font-weight: 400;
}
.news-wrapper-2 .news-box-2 .news-image {
  max-width: 690px;
  overflow: hidden;
  position: relative;
  height: 225px;
}
.news-wrapper-2 .news-box-2 .news-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-wrapper-2 .news-box-2 .news-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-wrapper-2 .news-box-2:hover .news-image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-wrapper-2 .news-box-2:hover .news-image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-card-item-3 {
  margin-top: 30px;
}
.news-card-item-3 .news-image {
  position: relative;
  overflow: hidden;
}
.news-card-item-3 .news-image img {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: all 500ms ease;
}
.news-card-item-3 .news-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.news-card-item-3 .news-content {
  margin-top: 30px;
}
.news-card-item-3 .news-content .tag {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
.news-card-item-3 .news-content .tag span {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 2px 10px;
  background-color: var(--white);
}
.news-card-item-3 .news-content .tag span.style-2 {
  background-color: #000000;
  color: var(--white);
}
.news-card-item-3 .news-content h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 134%;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .news-card-item-3 .news-content h3 {
    font-size: 20px;
  }
}
.news-card-item-3 .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-card-item-3 .news-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-card-item-3 .news-content .icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.news-card-item-3 .news-content .icon-item .content h4 {
  font-size: 16px;
  font-weight: 600;
}
.news-card-item-3 .news-content .icon-item .content p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}
.news-card-item-3:hover .news-image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.news-card-item-3:hover .news-image img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.news-section-3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 120px;
}
@media (max-width: 1399px) {
  .news-section-3 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .news-section-3 {
    margin-bottom: 80px;
  }
}

.news-standard-wrapper .news-standard-items .news-card-items-4 {
  margin-bottom: 30px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-image {
  overflow: hidden;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .date-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .date-list li i {
  margin-right: 10px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content h2 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .news-standard-wrapper .news-standard-items .news-card-items-4 .news-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .news-standard-wrapper .news-standard-items .news-card-items-4 .news-content h2 {
    font-size: 25px;
  }
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content h2 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content h2 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-standard-wrapper .news-standard-items .news-card-items-4 .news-content .gt-theme-btn-main {
  margin-top: 24px;
}
.news-standard-wrapper .news-standard-items .news-card-items-4:hover .news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.main-sideber .single-sideber-widget {
  margin-bottom: 30px;
  background-color: rgb(240, 240, 240);
  padding: 30px;
}
@media (max-width: 1399px) {
  .main-sideber .single-sideber-widget {
    padding: 25px;
  }
}
.main-sideber .single-sideber-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sideber .single-sideber-widget .search-widget form input {
  background-color: var(--white);
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--text);
}
.main-sideber .single-sideber-widget .search-widget form button {
  position: absolute;
  right: -2px;
  top: 0;
  width: 58px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-sideber .single-sideber-widget .search-widget form button:hover {
  background-color: var(--header);
}
.main-sideber .single-sideber-widget .widget-title {
  margin-bottom: 20px;
}
.main-sideber .single-sideber-widget .widget-title h3 {
  font-weight: 600;
  font-size: 22px;
}
.main-sideber .single-sideber-widget .amenities-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.main-sideber .single-sideber-widget .amenities-list li:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sideber-widget .category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  background-color: var(--white);
  padding: 22px 25px;
  font-family: "Satoshi", sans-serif;
  line-height: 1;
  text-transform: capitalize;
}
.main-sideber .single-sideber-widget .category-list li a {
  color: var(--header);
}
.main-sideber .single-sideber-widget .category-list li i {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.main-sideber .single-sideber-widget .category-list li:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sideber-widget .category-list li span b {
  font-weight: 400;
  color: var(--theme);
}
.main-sideber .single-sideber-widget .category-list li:hover {
  background-color: var(--theme);
}
.main-sideber .single-sideber-widget .category-list li:hover a {
  color: var(--white);
}
.main-sideber .single-sideber-widget .category-list li:hover i, .main-sideber .single-sideber-widget .category-list li:hover span {
  color: var(--white);
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 0px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h4 {
  margin-bottom: 5px;
  line-height: 150%;
}
@media (max-width: 1399px) {
  .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h4 {
    font-size: 16px;
  }
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h4 a:hover {
  color: var(--theme);
}
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--text);
  font-weight: 400;
}
.main-sideber .single-sideber-widget .tagcloud a {
  display: inline-block;
  padding: 12px 18px;
  line-height: 1;
  font-weight: 400;
  background: var(--white);
  font-family: "Satoshi", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.main-sideber .single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sideber .single-sideber-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
  border-radius: 10px;
}
.news-details-area .blog-post-details .single-blog-post .post-featured-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.news-details-area .blog-post-details .single-blog-post .post-content {
  margin-top: 30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
  gap: 30px;
  margin-bottom: 10px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
  font-size: 14px;
  font-weight: 500;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-details-area .blog-post-details .single-blog-post .post-content h2 {
  margin-bottom: 20px;
  font-size: 42px;
}
@media (max-width: 1399px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h2 {
    font-size: 21px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content h2 a:hover {
  color: var(--theme);
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
  border-left: 4px solid var(--theme);
  padding: 40px;
  background-color: rgb(240, 240, 240);
  border-radius: 8px;
}
@media (max-width: 1399px) {
  .news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
    padding: 30px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
  max-width: 700px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text .icon {
  float: right;
  margin-top: -30px;
  color: var(--theme);
  font-size: 40px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.news-details-area .blog-post-details .tag-share-wrap {
  border-top: 1px solid rgba(2, 6, 10, 0.08);
  border-bottom: 1px solid rgba(2, 6, 10, 0.08);
  padding: 30px 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: rgb(240, 240, 240);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    padding: 12px 20px;
  }
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 18px;
  color: var(--header);
  font-weight: 600;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  font-size: 18px;
  color: var(--header);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme);
}
.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
  padding: 50px 40px;
  background-color: rgb(240, 240, 240);
}
@media (max-width: 1399px) {
  .news-details-area .blog-post-details .comments-area {
    padding: 50px 30px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 28px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid #e5e5e5;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment.bb-none {
  border: none;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h4 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .star i {
  color: var(--theme);
  font-size: 14px;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 400;
  background-color: var(--white);
  color: var(--theme);
}
.news-details-area .blog-post-details .comment-form-wrap {
  background-color: rgb(240, 240, 240);
  border-radius: 8px;
  padding: 50px 40px;
  margin-top: 40px;
}
.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--white);
  border: none;
  padding: 16px 20px;
  font-weight: 500;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

.brand-section-2 .brand-text {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Satoshi", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 60px;
}
.brand-section-2 .brand-image {
  text-align: center;
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
}
.brand-section-2 .brand-image:hover {
  opacity: 1;
}

.faq-wrapper-3 .accordion-box-3 {
  position: relative;
  border: none;
}
.faq-wrapper-3 .accordion-box-3 .block {
  position: relative;
  background-color: transparent;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 27px;
  margin-bottom: 20px;
}
.faq-wrapper-3 .accordion-box-3 .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: var(--header);
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .faq-wrapper-3 .accordion-box-3 .block .acc-btn {
    padding-right: 40px;
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .faq-wrapper-3 .accordion-box-3 .block .acc-btn {
    font-size: 18px;
  }
}
.faq-wrapper-3 .accordion-box-3 .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
  font-size: 16px;
}
.faq-wrapper-3 .accordion-box-3 .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
}
@media (max-width: 470px) {
  .faq-wrapper-3 .accordion-box-3 .block .acc-content {
    margin-top: 10px;
  }
}
.faq-wrapper-3 .accordion-box-3 .block .acc-content .content {
  position: relative;
}
.faq-wrapper-3 .accordion-box-3 .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  opacity: 0.7;
  max-width: 842px;
}
@media (max-width: 1199px) {
  .faq-wrapper-3 .accordion-box-3 .block .acc-content .content .text {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .faq-wrapper-3 .accordion-box-3 .block .acc-content .content .text {
    font-size: 13px;
  }
}
.faq-wrapper-3 .accordion-box-3 .block .acc-content.current {
  display: block;
}
.faq-wrapper-3 .accordion-box-3 .block .acc-btn.active .icon:before {
  content: "\f068";
  color: var(--header);
}
.faq-wrapper-3 .accordion-box-3 .block .acc-btn.active {
  color: var(--header);
}
.faq-wrapper-3 .accordion-box-3 .block:last-child {
  margin-bottom: 0;
}
.faq-wrapper-3 .faq-content {
  margin-left: 20px;
}
@media (max-width: 1399px) {
  .faq-wrapper-3 .faq-content {
    margin-left: 0;
  }
}
.faq-wrapper-3 .faq-content .faq-image {
  margin-left: 200px;
  margin-top: 130px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .faq-wrapper-3 .faq-content .faq-image {
    margin-left: 0;
    margin-top: 30px;
  }
}
.faq-wrapper-3 .faq-content .faq-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  top: -20px;
  left: -20px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .faq-wrapper-3 .faq-content .faq-image::before {
    display: none;
  }
}
.faq-wrapper-3 .faq-content .faq-image img {
  width: 100%;
  height: 100%;
}

.faq-section-3 .container {
  max-width: 1410px;
}

.cta-banner-box-items {
  background-color: var(--white);
  padding: 48px 48px;
}
@media (max-width: 767px) {
  .cta-banner-box-items {
    padding: 30px;
  }
}
.cta-banner-box-items P {
  margin-top: 18px;
}
.cta-banner-box-items ul {
  margin-top: 40px;
  margin-bottom: 50px;
}
.cta-banner-box-items ul li {
  font-size: 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cta-banner-box-items ul li {
    font-size: 20px;
  }
}
.cta-banner-box-items ul li span {
  font-size: 18px;
  margin-right: 16px;
}
.cta-banner-box-items ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .banner-section-2 {
    height: 500px;
  }
}
.banner-section-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-banner-section-3 {
  position: relative;
  z-index: 9;
}
.cta-banner-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.contact-information-box {
  background-color: rgb(240, 240, 240);
  padding: 60px;
}
@media (max-width: 1399px) {
  .contact-information-box {
    padding: 30px;
  }
}
.contact-information-box .information-box {
  background-color: #231F20;
  position: relative;
  z-index: 9;
  padding: 40px 40px 225px;
}
@media (max-width: 1399px) {
  .contact-information-box .information-box {
    padding: 30px 30px 180px;
  }
}
@media (max-width: 991px) {
  .contact-information-box .information-box {
    padding: 30px;
  }
}
.contact-information-box .information-box h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .contact-information-box .information-box h2 {
    font-size: 26px;
  }
}
.contact-information-box .information-box .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact-information-box .information-box .shape img {
  width: 100%;
  height: 100%;
}
.contact-information-box .information-box h2 {
  color: var(--white);
}
.contact-information-box .information-box p {
  color: rgb(255, 255, 255);
  max-width: 451px;
  margin-bottom: 30px;
  margin-top: 10px;
  text-transform: capitalize;
}
.contact-information-box .information-box .icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .contact-information-box .information-box .icon-item {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.contact-information-box .information-box .icon-item .icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--white);
}
.contact-information-box .information-box .icon-item span {
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
}
.contact-information-box .information-box .icon-item span a {
  color: rgb(255, 255, 255);
}
.contact-information-box .contact-form-box {
  background-color: rgb(255, 255, 255);
  padding: 40px;
}
@media (max-width: 1399px) {
  .contact-information-box .contact-form-box {
    padding: 30px;
  }
}
.contact-information-box .contact-form-box .form-clt span {
  font-weight: 600;
  color: rgb(10, 37, 64);
  display: inline-block;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.contact-information-box .contact-form-box .form-clt input, .contact-information-box .contact-form-box .form-clt textarea {
  outline: none;
  width: 100%;
  color: rgb(70, 90, 110);
  padding: 20px;
  background: #F6F6F6;
  border: 1px solid #E2E2E2;
  border-radius: 0px;
  text-transform: capitalize;
}
.contact-information-box .contact-form-box .form-clt input::placeholder, .contact-information-box .contact-form-box .form-clt textarea::placeholder {
  color: rgb(70, 90, 110);
}
.contact-information-box .contact-form-box .form-clt textarea {
  padding-bottom: 80px;
  resize: none;
}
.contact-information-box .contact-form-box .theme-btn {
  border-radius: 0;
}

.contact-map iframe {
  width: 100%;
  height: 746px;
  display: block;
  border: 0;
}
@media (max-width: 1399px) {
  .contact-map iframe {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .contact-map iframe {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .contact-map iframe {
    height: 400px;
  }
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #FBF3E6;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 0;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 999;
}
.array-button .array-prev, .array-button .array-next {
  border-radius: 100px;
  border: 1px solid #E6E8EB;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.array-button .array-prev:hover, .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

.p-relative {
  position: relative;
}

/* ================================
   Split Text Styles
================================ */
.split-title .word {
  display: inline-block;
  white-space: nowrap;
}

/* char animation */
.split-title .char {
  display: inline-block;
  transform-origin: left center;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}

.body-bg-2 {
  background-color: #FFFCF8;
}

.array-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.array-buttons .array-prev, .array-buttons .array-next {
  transition: all 0.4s ease-in-out;
}
.array-buttons .array-prev:hover, .array-buttons .array-next:hover {
  color: var(--theme);
}

.page-nav-wrap {
  margin-top: 50px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 0;
  background: var(--header);
  color: var(--white);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border-radius: 50%;
  font-family: "Satoshi", sans-serif;
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--white);
}

.text_invert > div {
  background-image: linear-gradient(to right, rgb(137, 137, 137) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.text_invert-2 > div {
  background-image: linear-gradient(to right, rgb(0, 0, 0) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.mt-85 {
  margin-top: 85px;
}
@media (max-width: 991px) {
  .mt-85 {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .mt-85 {
    margin-top: 40px;
  }
}

.go_full {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1399px) {
  .go_full {
    height: initial;
  }
}

.go_full img {
  object-fit: cover;
  height: 100%;
}

img[src$="yes-logo-white.png"],
img[src$="yes-logo-black.png"] {
  height: auto;
  object-fit: contain;
}

.header-logo img[src$="yes-logo-white.png"],
.header-logo-2 img[src$="yes-logo-black.png"],
.offcanvas__logo img[src$="yes-logo-black.png"] {
  width: 220px;
  max-width: 220px;
}

.logo-image-section .top-logo img[src$="yes-logo-black.png"] {
  width: min(100%, 720px);
  max-width: 720px;
  display: block;
  margin: 0 auto;
}

.footer-section-2 .footer-logo img[src$="yes-logo-white.png"] {
  width: min(100%, 420px);
  max-width: 420px;
  display: block;
  margin: 0 auto;
}

.home-strengths-section .award-wrapper .row {
  align-items: flex-start;
}

.home-strengths-section .award-wrapper .award-right-items .award-list-items {
  display: grid;
  grid-template-columns: minmax(170px, 260px) minmax(0, 1fr);
  align-items: center;
  justify-content: initial;
  column-gap: 28px;
  padding: 30px 18px;
}

.home-strengths-section .award-wrapper .award-right-items .award-list-items .left-text {
  display: contents;
}

.home-strengths-section .award-wrapper .award-right-items .award-list-items .left-text span {
  grid-column: 1;
  line-height: 1.3;
}

.home-strengths-section .award-wrapper .award-right-items .award-list-items .left-text p {
  grid-column: 2;
  justify-self: start;
  margin: 0;
  line-height: 1.3;
  white-space: nowrap;
}

.home-strengths-section .award-wrapper .award-right-items .award-list-items .text-2 {
  grid-column: 2;
  justify-self: start;
  max-width: 680px;
  line-height: 1.35;
}

.home-process-section .work-process-box-items-2 .work-process-content {
  flex: 0 0 320px;
  width: 320px;
  display: flex;
  align-items: stretch;
}

.home-process-section .work-process-box-items-2 .work-process-content .content {
  width: 100%;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-process-section .work-process-box-items-2 .work-process-content .number,
.home-process-section .work-process-box-items-2 .work-process-content h3,
.home-process-section .work-process-box-items-2 .work-process-content p {
  display: block;
  text-align: left;
}

.home-process-section .work-process-box-items-2 .work-process-content .number {
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.56);
  text-transform: uppercase;
  letter-spacing: 0;
}

.home-process-section .work-process-box-items-2 .work-process-content h3 {
  max-width: 320px;
  margin-top: 0;
  font-size: clamp(36px, 3vw, 48px);
  line-height: 1.08;
  text-transform: none;
}

.home-process-section .work-process-box-items-2 .work-process-content p {
  max-width: 300px;
  margin-top: 24px;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.74);
  text-transform: none;
}

.home-project-section .project-box-items-2 .content-box .title-box {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  column-gap: 40px;
  align-items: flex-start;
  justify-content: initial;
}

.home-project-section .project-box-items-2 .content-box .title-box .title {
  justify-content: flex-start;
}

.home-project-section .project-box-items-2 .content-box .title-box > p {
  margin: 0;
  line-height: 1.2;
}

.home-project-section .project-box-items-2 .content-box .title-box .title h3 {
  max-width: 390px;
  line-height: 1.12;
  text-transform: none;
}

.home-project-section .project-box-items-2 .content-box .title-box .title span {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.35;
}

.home-project-section .project-box-items-2 .project-right-items {
  align-items: flex-start;
}

.home-project-section .project-box-items-2 .project-right-items .content {
  justify-content: flex-start;
  min-height: 0;
}

.home-project-section .project-box-items-2 .project-right-items .content p {
  max-width: 330px;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.74);
  text-transform: none;
}

.home-project-section .project-box-items-2 .project-right-items .content .text-btn {
  margin-top: 42px;
}

@media (max-width: 1199px) {
  .home-strengths-section .award-wrapper .award-right-items .award-list-items {
    grid-template-columns: minmax(140px, 180px) 62px minmax(0, 1fr);
    column-gap: 18px;
    padding: 25px 0;
  }

  .home-project-section .project-box-items-2 .content-box .title-box {
    grid-template-columns: 70px minmax(0, 1fr);
    column-gap: 24px;
  }
}

@media (max-width: 767px) {
  .home-strengths-section .award-wrapper .award-right-items .award-list-items {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 8px;
    padding: 24px 0;
  }

  .home-strengths-section .award-wrapper .award-right-items .award-list-items .left-text {
    display: flex;
  }

  .home-strengths-section .award-wrapper .award-right-items .award-list-items .left-text span,
  .home-strengths-section .award-wrapper .award-right-items .award-list-items .left-text p,
  .home-strengths-section .award-wrapper .award-right-items .award-list-items .text-2 {
    grid-column: auto;
  }

  .home-project-section .project-box-items-2 .content-box .title-box {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .home-process-section .work-process-box-items-2 .work-process-content {
    flex: 0 0 100%;
    width: 100%;
  }

  .home-process-section .work-process-box-items-2 .work-process-content .content {
    min-height: initial;
    justify-content: flex-start;
  }
}

.design-evolution-section {
  position: relative;
  min-height: 100vh;
  background: #f7f3ee;
  overflow: clip;
  isolation: isolate;
}

.design-evolution-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background-image:
    radial-gradient(circle at 12% 24%, rgba(0, 0, 0, 0.055) 0, transparent 1px),
    radial-gradient(circle at 72% 38%, rgba(0, 0, 0, 0.035) 0, transparent 1px),
    linear-gradient(120deg, rgba(255, 255, 255, 0.36), rgba(247, 243, 238, 0) 34%, rgba(0, 0, 0, 0.025) 100%);
  background-size: 5px 5px, 7px 7px, 100% 100%;
  opacity: 0.32;
}

.design-evolution-stage {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 720px;
  background: #f7f3ee;
  overflow: hidden;
  transform: translateZ(0);
}

.design-evolution-canvas {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 243, 238, 0.82) 0%, rgba(247, 243, 238, 0.5) 60%, rgba(255, 255, 255, 0.82) 100%),
    #f7f3ee;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.design-evolution-canvas::before,
.design-evolution-canvas::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
}

.design-evolution-canvas::before {
  background:
    radial-gradient(circle at 18% 52%, rgba(255, 255, 255, 0.62), transparent 28%),
    radial-gradient(circle at 82% 28%, rgba(0, 0, 0, 0.045), transparent 31%),
    radial-gradient(circle at 55% 84%, rgba(255, 255, 255, 0.46), transparent 24%);
  opacity: 0.58;
}

.design-evolution-canvas::after {
  background: linear-gradient(180deg, rgba(247, 243, 238, 0) 78%, rgba(255, 255, 255, 0.95) 100%);
}

.design-sketch-field {
  position: absolute;
  inset: -18% -13% -18%;
  z-index: 1;
  pointer-events: none;
}

.design-sketch-fragment {
  position: absolute;
  margin: 0;
  overflow: hidden;
  opacity: 0.2;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse at center, #000000 42%, rgba(0, 0, 0, 0.78) 62%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(ellipse at center, #000000 42%, rgba(0, 0, 0, 0.78) 62%, rgba(0, 0, 0, 0) 100%);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform-origin: center center;
  user-select: none;
  will-change: transform, opacity;
}

.design-sketch-fragment img {
  position: absolute;
  max-width: none;
  width: 132%;
  height: 132%;
  object-fit: cover;
  opacity: 0.9;
  mix-blend-mode: multiply;
  filter: grayscale(1) saturate(0.1) contrast(1.42) brightness(1.08);
}

.design-fragment-01 {
  left: -5%;
  top: -8%;
  width: 78%;
  height: 67%;
  clip-path: polygon(1% 4%, 98% 0, 95% 94%, 5% 100%);
}

.design-fragment-01 img {
  left: -12%;
  top: -16%;
}

.design-fragment-02 {
  right: -7%;
  top: 3%;
  width: 46%;
  height: 38%;
  clip-path: polygon(7% 0, 100% 5%, 94% 100%, 0 91%);
}

.design-fragment-02 img {
  left: -18%;
  top: -14%;
  width: 145%;
}

.design-fragment-03 {
  right: -12%;
  top: 20%;
  width: 42%;
  height: 74%;
  clip-path: polygon(4% 0, 100% 2%, 96% 96%, 0 100%);
}

.design-fragment-03 img {
  left: -46%;
  top: -6%;
  width: 178%;
}

.design-fragment-04 {
  left: -8%;
  bottom: -7%;
  width: 44%;
  height: 38%;
  clip-path: polygon(0 7%, 94% 0, 100% 90%, 5% 100%);
}

.design-fragment-04 img {
  left: -5%;
  top: -24%;
  width: 142%;
}

.design-fragment-05 {
  left: 27%;
  top: 34%;
  width: 57%;
  height: 49%;
  clip-path: polygon(3% 2%, 100% 0, 96% 92%, 0 100%);
}

.design-fragment-05 img {
  left: -31%;
  top: -36%;
  width: 156%;
}

.design-fragment-06 {
  left: 13%;
  top: 10%;
  width: 31%;
  height: 27%;
  clip-path: polygon(0 0, 97% 8%, 100% 100%, 4% 91%);
}

.design-fragment-06 img {
  left: -24%;
  top: -8%;
  width: 154%;
}

.design-fragment-07 {
  right: 5%;
  bottom: -10%;
  width: 56%;
  height: 41%;
  clip-path: polygon(2% 0, 98% 5%, 100% 88%, 0 100%);
}

.design-fragment-07 img {
  left: -18%;
  top: -54%;
  width: 146%;
}

.design-fragment-08 {
  left: 38%;
  bottom: 3%;
  width: 30%;
  height: 22%;
  clip-path: polygon(5% 0, 100% 12%, 92% 96%, 0 88%);
}

.design-fragment-08 img {
  left: -12%;
  top: -32%;
  width: 142%;
}

.design-fragment-09 {
  left: 3%;
  top: 47%;
  width: 31%;
  height: 30%;
  clip-path: polygon(0 12%, 96% 0, 100% 86%, 9% 100%);
}

.design-fragment-09 img {
  left: -44%;
  top: -18%;
  width: 170%;
}

.design-fragment-10 {
  right: 16%;
  top: 58%;
  width: 38%;
  height: 29%;
  clip-path: polygon(6% 0, 100% 9%, 91% 100%, 0 88%);
}

.design-fragment-10 img {
  left: -8%;
  top: -36%;
  width: 136%;
}

.design-fragment-11 {
  left: 45%;
  top: -11%;
  width: 34%;
  height: 35%;
  clip-path: polygon(0 4%, 100% 0, 92% 100%, 8% 90%);
}

.design-fragment-11 img {
  left: -28%;
  top: -12%;
  width: 150%;
}

.design-fragment-12 {
  right: -2%;
  bottom: 18%;
  width: 30%;
  height: 24%;
  clip-path: polygon(4% 0, 100% 16%, 86% 100%, 0 78%);
}

.design-fragment-12 img {
  left: -26%;
  top: -8%;
  width: 158%;
}

.design-evolution-copy,
.design-evolution-headline,
.design-evolution-support,
.design-evolution-caption,
.design-evolution-tag,
.design-evolution-statement,
.design-evolution-index {
  position: absolute;
  z-index: 3;
  margin: 0;
  color: #000000;
  letter-spacing: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}

.design-copy-primary {
  left: 4%;
  top: 10%;
  max-width: 1020px;
}

.design-copy-primary span {
  display: block;
  margin-bottom: 20px;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.design-copy-primary h2 {
  margin: 0;
  font-family: "Satoshi", sans-serif;
  font-size: 128px;
  font-weight: 300;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: none;
}

.design-evolution-headline {
  left: 24%;
  top: 31%;
  max-width: 1080px;
  font-family: "Satoshi", sans-serif;
  font-size: 112px;
  font-weight: 300;
  line-height: 0.84;
  text-transform: none;
}

.design-evolution-support {
  right: 7%;
  bottom: 12%;
  max-width: 520px;
  font-family: "Satoshi", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.22;
  text-transform: none;
}

.design-evolution-caption {
  max-width: 250px;
  font-family: "Satoshi", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.15;
  text-transform: none;
}

.design-caption-01 {
  left: 8%;
  bottom: 18%;
}

.design-caption-02 {
  right: 31%;
  top: 20%;
}

.design-evolution-tag {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.design-tag-01 {
  left: 45%;
  top: 15%;
}

.design-tag-02 {
  right: 8%;
  top: 49%;
}

.design-tag-03 {
  left: 15%;
  bottom: 9%;
}

.design-evolution-statement {
  left: 6%;
  bottom: 13%;
  max-width: 860px;
  font-family: "Satoshi", sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 0.94;
  text-transform: none;
}

.design-evolution-index {
  right: 5%;
  bottom: 5%;
  font-family: "Satoshi", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1399px) {
  .design-copy-primary h2 {
    font-size: 104px;
  }

  .design-evolution-headline {
    font-size: 88px;
  }

  .design-evolution-statement {
    font-size: 48px;
  }

  .design-evolution-support {
    font-size: 19px;
  }
}

@media (max-width: 1199px) {
  .design-evolution-stage {
    min-height: 680px;
  }

  .design-copy-primary {
    max-width: 720px;
  }

  .design-copy-primary h2 {
    font-size: 74px;
  }

  .design-evolution-headline {
    left: 18%;
    max-width: 760px;
    font-size: 64px;
  }

  .design-evolution-support {
    max-width: 440px;
    font-size: 18px;
  }

  .design-evolution-statement {
    max-width: 700px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .design-evolution-stage {
    height: 100vh;
    min-height: 640px;
  }

  .design-sketch-field {
    inset: -10% -46% -8% -38%;
  }

  .design-fragment-01 {
    left: -10%;
    top: -2%;
    width: 118%;
    height: 48%;
  }

  .design-fragment-02 {
    right: -16%;
    top: 14%;
    width: 76%;
    height: 28%;
  }

  .design-fragment-03 {
    right: -7%;
    top: 36%;
    width: 84%;
    height: 46%;
  }

  .design-fragment-04 {
    left: -6%;
    bottom: 0;
    width: 72%;
    height: 31%;
  }

  .design-fragment-05 {
    left: 8%;
    top: 42%;
    width: 104%;
    height: 39%;
  }

  .design-fragment-06,
  .design-fragment-10,
  .design-fragment-11,
  .design-fragment-12,
  .design-fragment-08 {
    display: none;
  }

  .design-fragment-07 {
    right: -8%;
    bottom: -3%;
    width: 102%;
    height: 31%;
  }

  .design-copy-primary {
    left: 20px;
    top: 12%;
    max-width: 320px;
  }

  .design-copy-primary span {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .design-copy-primary h2 {
    font-size: 45px;
    line-height: 0.88;
  }

  .design-evolution-headline {
    left: 20px;
    right: 20px;
    top: 35%;
    max-width: none;
    font-size: 40px;
    line-height: 0.9;
  }

  .design-evolution-support {
    left: 20px;
    right: 20px;
    bottom: 16%;
    max-width: none;
    font-size: 19px;
  }

  .design-evolution-caption {
    font-size: 12px;
    max-width: 180px;
  }

  .design-caption-01 {
    left: 20px;
    bottom: 8%;
  }

  .design-caption-02 {
    right: 20px;
    top: 24%;
  }

  .design-evolution-statement {
    left: 20px;
    right: 20px;
    bottom: 10%;
    max-width: none;
    font-size: 30px;
    line-height: 0.96;
  }

  .design-tag-01 {
    left: 20px;
    top: 8%;
  }

  .design-tag-02 {
    right: 20px;
    top: 50%;
  }

  .design-tag-03,
  .design-evolution-index {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .design-evolution-section {
    min-height: 100vh;
  }

  .design-evolution-stage {
    min-height: 100vh;
  }

  .design-sketch-fragment,
  .design-motion-copy {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

.design-process-section {
  position: relative;
  height: 450vh;
  min-height: 3200px;
  background: #f7f3ee;
  overflow: clip;
  isolation: isolate;
}

.design-process-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  background: #f7f3ee;
  transform: translateZ(0);
}

.design-process-paper,
.design-process-guides,
.design-process-scene {
  position: absolute;
  inset: 0;
}

.design-process-paper {
  z-index: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 0, 0, 0.08) 0, transparent 1px),
    radial-gradient(circle at 82% 34%, rgba(0, 0, 0, 0.055) 0, transparent 1px),
    linear-gradient(115deg, rgba(255, 255, 255, 0.7), rgba(247, 243, 238, 0.18) 48%, rgba(0, 0, 0, 0.035));
  background-size: 5px 5px, 7px 7px, 100% 100%;
  opacity: 0;
  pointer-events: none;
}

.design-process-stage::after {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 16% 48%, rgba(255, 255, 255, 0.78), transparent 27%),
    radial-gradient(circle at 86% 18%, rgba(0, 0, 0, 0.045), transparent 28%),
    linear-gradient(180deg, rgba(247, 243, 238, 0) 76%, rgba(247, 243, 238, 0.92) 100%);
  mix-blend-mode: screen;
  opacity: 0.52;
}

.design-process-guides {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.guide-line,
.guide-mark {
  position: absolute;
  display: block;
  background: rgba(78, 78, 78, 0.18);
}

.guide-line-v {
  top: 8%;
  bottom: 9%;
  width: 1px;
}

.guide-line-h {
  left: 5%;
  right: 7%;
  height: 1px;
}

.guide-v-01 {
  left: 18%;
}

.guide-v-02 {
  right: 23%;
}

.guide-h-01 {
  top: 28%;
}

.guide-h-02 {
  bottom: 22%;
}

.guide-mark {
  width: 46px;
  height: 1px;
}

.guide-mark-01 {
  left: 11%;
  top: 63%;
}

.guide-mark-02 {
  right: 17%;
  top: 41%;
}

.design-process-scene {
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}

.process-scene-01 {
  opacity: 1;
  visibility: visible;
}

.process-sketch {
  position: absolute;
  z-index: 2;
  display: block;
  margin: 0;
  overflow: hidden;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-mask-image: radial-gradient(ellipse at center, #000000 42%, rgba(0, 0, 0, 0.78) 62%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(ellipse at center, #000000 42%, rgba(0, 0, 0, 0.78) 62%, rgba(0, 0, 0, 0) 100%);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform-origin: center center;
  user-select: none;
  will-change: transform, opacity;
}

.process-sketch img {
  position: absolute;
  max-width: none;
  width: 145%;
  height: 145%;
  object-fit: cover;
  opacity: 0.92;
  mix-blend-mode: multiply;
  filter: grayscale(1) saturate(0.1) contrast(1.38) brightness(1.07);
}

.process-eyebrow,
.process-title,
.process-statement,
.process-caption,
.process-annotation,
.process-coordinate {
  position: absolute;
  z-index: 5;
  margin: 0;
  color: #111111;
  letter-spacing: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
}

.process-eyebrow,
.process-caption,
.process-annotation,
.process-coordinate {
  font-family: "Satoshi", sans-serif;
}

.process-eyebrow {
  left: 6%;
  top: 16%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #6a6a6a;
}

.process-title,
.process-statement {
  font-family: "Satoshi", sans-serif;
  font-weight: 300;
  line-height: 0.86;
  text-transform: none;
}

.process-title-beginning {
  left: 6%;
  top: 34%;
  width: min(1120px, 82vw);
  font-size: clamp(72px, 10vw, 172px);
}

.process-statement-imperfect {
  right: 7%;
  bottom: 18%;
  width: min(720px, 58vw);
  font-size: clamp(56px, 7.2vw, 118px);
}

.process-title-philosophy {
  left: 7%;
  top: 24%;
  width: min(1200px, 86vw);
  font-size: clamp(76px, 9.5vw, 166px);
}

.process-title-final {
  left: 6%;
  bottom: 18%;
  width: min(1080px, 78vw);
  font-size: clamp(76px, 9vw, 158px);
}

.process-caption {
  max-width: 560px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  color: #6a6a6a;
}

.process-caption-detail {
  right: 8%;
  bottom: 11%;
  max-width: 360px;
  font-size: 14px;
}

.process-caption-final {
  right: 8%;
  bottom: 13%;
}

.process-annotation,
.process-coordinate {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: rgba(17, 17, 17, 0.72);
  text-transform: uppercase;
}

.annotation-01 {
  left: 17%;
  top: 20%;
}

.annotation-02 {
  right: 21%;
  top: 36%;
}

.annotation-03 {
  left: 47%;
  bottom: 18%;
}

.coordinate-01 {
  right: 9%;
  bottom: 29%;
  color: rgba(106, 106, 106, 0.72);
}

.process-sketch-corner {
  right: 7%;
  bottom: 8%;
  width: 19vw;
  height: 22vh;
}

.process-sketch-corner img {
  left: -46%;
  top: -30%;
  width: 170%;
  height: 170%;
}

.process-sketch-first-a {
  left: -6%;
  top: 12%;
  width: 48vw;
  height: 62vh;
}

.process-sketch-first-a img {
  left: -18%;
  top: -22%;
  width: 152%;
  height: 152%;
}

.process-sketch-first-b {
  right: -7%;
  bottom: 6%;
  width: 38vw;
  height: 38vh;
}

.process-sketch-first-b img {
  left: -24%;
  top: -11%;
  width: 160%;
  height: 160%;
}

.process-sketch-desk-a {
  left: -8%;
  top: -7%;
  width: 56vw;
  height: 54vh;
}

.process-sketch-desk-a img {
  left: -20%;
  top: -20%;
}

.process-sketch-desk-b {
  right: -3%;
  top: 4%;
  width: 43vw;
  height: 42vh;
}

.process-sketch-desk-b img {
  left: -31%;
  top: -19%;
  width: 172%;
  height: 172%;
}

.process-sketch-desk-c {
  left: 19%;
  bottom: -8%;
  width: 48vw;
  height: 48vh;
}

.process-sketch-desk-c img {
  left: -42%;
  top: -36%;
  width: 178%;
  height: 178%;
}

.process-sketch-desk-d {
  right: 16%;
  bottom: 8%;
  width: 26vw;
  height: 28vh;
}

.process-sketch-desk-d img {
  left: -16%;
  top: -28%;
}

.process-sketch-philosophy {
  right: 4%;
  top: 8%;
  width: 42vw;
  height: 62vh;
  opacity: 0.16;
}

.process-sketch-philosophy img {
  left: -38%;
  top: -12%;
  width: 165%;
  height: 165%;
}

.process-sketch-detail {
  left: -12%;
  top: -18%;
  width: 124vw;
  height: 106vh;
}

.process-sketch-detail img {
  left: -26%;
  top: -42%;
  width: 156%;
  height: 168%;
}

.process-sketch-final-a {
  left: -5%;
  top: -8%;
  width: 55vw;
  height: 58vh;
}

.process-sketch-final-a img {
  left: -26%;
  top: -23%;
  width: 158%;
  height: 158%;
}

.process-sketch-final-b {
  right: -8%;
  top: 10%;
  width: 44vw;
  height: 46vh;
}

.process-sketch-final-b img {
  left: -22%;
  top: -10%;
  width: 154%;
  height: 154%;
}

.process-sketch-final-c {
  left: 24%;
  bottom: -12%;
  width: 58vw;
  height: 45vh;
}

.process-sketch-final-c img {
  left: -38%;
  top: -52%;
  width: 176%;
  height: 176%;
}

@media (max-width: 1199px) {
  .design-process-stage {
    min-height: 680px;
  }

  .process-title-beginning,
  .process-title-philosophy,
  .process-title-final {
    width: 86vw;
    font-size: clamp(58px, 10vw, 108px);
  }

  .process-statement-imperfect {
    width: 66vw;
    font-size: clamp(48px, 8vw, 82px);
  }

  .process-sketch-first-a,
  .process-sketch-desk-a {
    width: 62vw;
  }

  .process-sketch-detail {
    width: 132vw;
  }
}

@media (max-width: 767px) {
  .design-process-section {
    height: 450vh;
    min-height: 2880px;
  }

  .design-process-stage {
    min-height: 640px;
  }

  .process-eyebrow {
    left: 20px;
    top: 14%;
    font-size: 12px;
  }

  .process-title-beginning {
    left: 20px;
    top: 31%;
    width: calc(100vw - 40px);
    font-size: clamp(45px, 15vw, 68px);
  }

  .process-statement-imperfect {
    left: 20px;
    right: 20px;
    bottom: 20%;
    width: auto;
    font-size: clamp(40px, 13vw, 58px);
  }

  .process-title-philosophy {
    left: 20px;
    top: 28%;
    width: calc(100vw - 40px);
    font-size: clamp(43px, 13vw, 62px);
  }

  .process-title-final {
    left: 20px;
    bottom: 20%;
    width: calc(100vw - 40px);
    font-size: clamp(45px, 14vw, 66px);
  }

  .process-caption {
    left: 20px;
    right: 20px;
    max-width: none;
    font-size: 14px;
  }

  .process-caption-detail,
  .process-caption-final {
    right: 20px;
    bottom: 10%;
  }

  .process-sketch-corner {
    right: -10%;
    bottom: 8%;
    width: 52vw;
    height: 24vh;
  }

  .process-sketch-first-a {
    left: -36%;
    top: 10%;
    width: 104vw;
    height: 52vh;
  }

  .process-sketch-first-b {
    right: -28%;
    bottom: 6%;
    width: 82vw;
    height: 34vh;
  }

  .process-sketch-desk-a,
  .process-sketch-desk-b,
  .process-sketch-desk-c {
    width: 92vw;
    height: 38vh;
  }

  .process-sketch-desk-a {
    left: -20%;
    top: 0;
  }

  .process-sketch-desk-b {
    right: -38%;
    top: 27%;
  }

  .process-sketch-desk-c {
    left: -4%;
    bottom: -3%;
  }

  .process-sketch-desk-d,
  .annotation-03,
  .coordinate-01 {
    display: none;
  }

  .process-sketch-philosophy {
    right: -42%;
    top: 7%;
    width: 112vw;
    height: 64vh;
  }

  .process-sketch-detail {
    left: -54%;
    top: -8%;
    width: 190vw;
    height: 104vh;
  }

  .process-sketch-final-a,
  .process-sketch-final-b,
  .process-sketch-final-c {
    width: 95vw;
    height: 38vh;
  }

  .process-sketch-final-a {
    left: -30%;
    top: 0;
  }

  .process-sketch-final-b {
    right: -34%;
    top: 24%;
  }

  .process-sketch-final-c {
    left: -8%;
    bottom: -4%;
  }

  .annotation-01 {
    left: 20px;
    top: 18%;
  }

  .annotation-02 {
    right: 20px;
    top: 43%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .design-process-section {
    height: auto;
    min-height: auto;
  }

  .design-process-stage {
    position: relative;
    height: auto;
    min-height: 100vh;
  }

  .design-process-scene {
    position: relative;
    min-height: 100vh;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .process-sketch,
  .process-title,
  .process-statement,
  .process-caption,
  .process-eyebrow,
  .process-annotation,
  .process-coordinate {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

@media (max-width: 1399px) {
  .header-1 .header-main .header-left .header-logo img[src$="yes-logo-white.png"],
  .header-1 .header-main .header-left .header-logo-2 img[src$="yes-logo-black.png"],
  .offcanvas__logo img[src$="yes-logo-black.png"] {
    width: 170px;
    max-width: 170px;
  }
}

@media (max-width: 575px) {
  .header-1 .header-main .header-left .header-logo img[src$="yes-logo-white.png"],
  .header-1 .header-main .header-left .header-logo-2 img[src$="yes-logo-black.png"],
  .offcanvas__logo img[src$="yes-logo-black.png"] {
    width: 145px;
    max-width: 145px;
  }
}

.project-showcase-section {
  background: var(--body);
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
}

.project-showcase-layout {
  display: grid;
  grid-template-columns: minmax(360px, 34%) minmax(0, 1fr);
  align-items: start;
  gap: 0;
}

.project-showcase-panel {
  min-height: calc(100vh - 110px);
  padding: 0 42px 0 48px;
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 42px;
  background: var(--body);
  z-index: 2;
}

.project-showcase-back {
  width: fit-content;
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 36px;
}

.project-showcase-back i {
  font-size: 14px;
}

.project-showcase-back:hover {
  background: var(--theme);
  color: var(--white);
}

.project-showcase-kicker {
  display: block;
  color: rgba(0, 0, 0, 0.58);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.project-showcase-panel h2 {
  color: var(--header);
  font-family: "Satoshi", sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.03;
  margin: 0;
}

.project-showcase-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0;
  margin: 24px 0 34px;
}

.project-showcase-meta li {
  list-style: none;
  color: rgba(0, 0, 0, 0.74);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.project-showcase-meta li::before {
  content: "[";
  margin-right: 8px;
}

.project-showcase-meta li::after {
  content: "]";
  margin-left: 8px;
}

.project-showcase-summary {
  max-width: 390px;
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 28px;
}

.project-showcase-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 420px;
}

.project-showcase-scope span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  color: rgba(0, 0, 0, 0.74);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-showcase-bottom {
  max-width: 430px;
}

.project-showcase-info {
  padding-top: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.project-showcase-info h3 {
  font-family: "Satoshi", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.project-showcase-info ul {
  padding: 0;
  margin: 0;
}

.project-showcase-info li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
  color: rgba(0, 0, 0, 0.72);
  font-size: 14px;
  line-height: 1.45;
  padding: 9px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.project-showcase-info li span {
  color: var(--header);
  font-weight: 700;
}

.project-showcase-progress {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.12);
  margin: 28px 0 20px;
  overflow: hidden;
}

.project-showcase-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--theme);
}

.project-showcase-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.project-showcase-actions button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: transparent;
  color: var(--text);
  transition: all 0.3s ease;
}

.project-showcase-actions button:hover {
  background: var(--theme);
  color: var(--white);
}

.project-showcase-actions span {
  min-width: 72px;
  color: rgba(0, 0, 0, 0.68);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.project-showcase-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
  padding: 0 28px 0 0;
}

.project-showcase-image {
  display: block;
  position: relative;
  height: 320px;
  min-height: 0;
  overflow: hidden;
  background: #f3f0eb;
  contain: paint;
}

.project-showcase-image::before {
  content: none;
}

.project-showcase-image.is-wide,
.project-showcase-image.is-large,
.project-showcase-image.is-pattern-large {
  grid-column: 1 / -1;
}

.project-showcase-image.is-large,
.project-showcase-image.is-pattern-large {
  height: clamp(460px, 58vh, 620px);
}

.project-showcase-image.is-tall,
.project-showcase-image.is-pattern-small {
  height: 420px;
}

.project-showcase-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  opacity: 1;
  filter: none;
  transform: translateZ(0) scale(1.03);
  transition: transform 0.7s ease;
  backface-visibility: hidden;
  will-change: transform;
}

.project-showcase-image:hover img {
  transform: translateZ(0) scale(1.06);
}

.project-showcase-caption {
  display: none;
}

@media (max-width: 1399px) {
  .project-showcase-panel h2 {
    font-size: 54px;
  }

  .project-showcase-panel {
    padding-left: 34px;
    padding-right: 34px;
  }
}

@media (max-width: 1199px) {
  .project-showcase-layout {
    grid-template-columns: minmax(320px, 38%) minmax(0, 1fr);
  }

  .project-showcase-panel h2 {
    font-size: 46px;
  }

  .project-showcase-image.is-large,
  .project-showcase-image.is-pattern-large {
    height: 480px;
  }

  .project-showcase-image.is-tall,
  .project-showcase-image.is-pattern-small {
    height: 360px;
  }
}

@media (max-width: 991px) {
  .project-showcase-section {
    padding-top: 60px;
  }

  .project-showcase-layout {
    grid-template-columns: 1fr;
  }

  .project-showcase-panel {
    min-height: initial;
    position: relative;
    top: auto;
    padding: 0 24px 42px;
  }

  .project-showcase-panel h2 {
    font-size: 40px;
  }

  .project-showcase-gallery {
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .project-showcase-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .project-showcase-image,
  .project-showcase-image.is-large,
  .project-showcase-image.is-tall,
  .project-showcase-image.is-pattern-large,
  .project-showcase-image.is-pattern-small {
    height: 340px;
  }

  .project-showcase-panel h2 {
    font-size: 34px;
  }

  .project-showcase-info li {
    display: block;
  }

  .project-showcase-info li span {
    display: block;
    margin-bottom: 3px;
  }
}

.project-showcase-section {
  padding: 0 0 80px;
}

.project-entry-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #f3f0eb;
  z-index: 1;
}

.project-entry-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: top left;
  will-change: transform;
  z-index: 1;
  backface-visibility: hidden;
  contain: paint;
}

.project-entry-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 1;
  filter: none;
  transform: translateZ(0) scale(1.04);
  backface-visibility: hidden;
  will-change: transform;
}

.project-entry-shade {
  display: none;
}

.project-entry-content {
  position: absolute;
  left: clamp(24px, 4.5vw, 72px);
  right: clamp(24px, 4vw, 64px);
  bottom: clamp(44px, 7vw, 90px);
  color: var(--white);
  z-index: 3;
  max-width: 780px;
}

.project-entry-back {
  width: fit-content;
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.project-entry-back:hover {
  background: var(--white);
  color: var(--theme);
}

.project-entry-kicker {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.project-entry-content h1 {
  color: var(--white);
  font-family: "Satoshi", sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
  margin: 0;
  max-width: 980px;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.55);
}

.project-entry-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding: 0;
  margin: 30px 0 0;
}

.project-entry-meta li {
  list-style: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.project-entry-meta li::before {
  content: "[";
  margin-right: 8px;
}

.project-entry-meta li::after {
  content: "]";
  margin-left: 8px;
}

.project-entry-scroll {
  position: absolute;
  right: clamp(24px, 3.5vw, 56px);
  bottom: 42px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.project-entry-scroll span {
  width: 42px;
  height: 1px;
  display: block;
  background: currentColor;
}

.project-showcase-layout {
  min-height: calc(100vh - 88px);
  padding-top: 0;
  background: var(--body);
  position: relative;
  z-index: 4;
}

.project-showcase-panel {
  padding-top: 64px;
  padding-bottom: 64px;
  top: 88px;
}

.project-showcase-gallery {
  padding-top: 0;
}

.project-showcase-image.is-main-grid {
  grid-column: 1 / -1;
  height: clamp(460px, 58vh, 620px);
  min-height: 0;
}

@media (min-width: 992px) {
  .project-showcase-section:not(.is-grid-settled) .project-showcase-image.is-main-grid {
    opacity: 0.001;
  }
}

@media (max-width: 1199px) {
  .project-entry-content h1 {
    font-size: 72px;
  }
}

@media (max-width: 991px) {
  .project-entry-hero {
    min-height: 100vh;
  }

  .project-entry-content h1 {
    font-size: 56px;
  }

  .project-entry-scroll {
    display: none;
  }

  .project-showcase-layout {
    min-height: initial;
  }
}

@media (max-width: 575px) {
  .project-entry-back {
    min-height: 42px;
    margin-bottom: 26px;
  }

  .project-entry-content {
    bottom: 34px;
  }

  .project-entry-content h1 {
    font-size: 42px;
  }

  .project-entry-meta {
    gap: 10px 16px;
  }
}

body.project-detail-page #header-sticky:not(.sticky) .header-main .main-menu ul li a,
body.project-detail-page #header-sticky:not(.sticky).header-1.header-2 .header-main .header-right .header-btn span a,
body.project-detail-page #header-sticky:not(.sticky).header-1.header-2 .header-main .header-right .header-btn .header__hamburger .sidebar__toggle {
  color: var(--white);
}

body.project-detail-page #header-sticky:not(.sticky) .header-main .header-left .header-logo img,
body.project-detail-page #header-sticky:not(.sticky) .header-main .header-left .header-logo-2 img {
  filter: brightness(0) invert(1);
}

body.project-lightbox-open {
  overflow: hidden;
}

body.project-detail-page.mfp-zoom-out-cur,
body.project-detail-page.mfp-zoom-out-cur .mfp-wrap {
  overflow: hidden;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-bg {
  z-index: 1000000;
  opacity: 0.86;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-wrap {
  z-index: 1000001;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 96px 70px;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-container::before {
  display: none;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-content {
  width: min(72vw, 980px);
  height: min(72vh, 720px);
  max-width: calc(100vw - 220px);
  max-height: calc(100vh - 170px);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-figure,
body.project-detail-page.mfp-zoom-out-cur .mfp-figure figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-figure::after {
  top: 0;
  bottom: 0;
  background: #111;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

body.project-detail-page.mfp-zoom-out-cur img.mfp-img {
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  display: block;
  padding: 0;
  object-fit: contain;
  background: #d6d6d6;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-bottom-bar {
  top: auto;
  bottom: -32px;
  margin-top: 0;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-title,
body.project-detail-page.mfp-zoom-out-cur .mfp-counter {
  color: var(--white);
  font-family: "Satoshi", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-counter {
  top: auto;
  right: 0;
  bottom: -32px;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-close {
  position: fixed;
  top: 24px;
  right: 28px;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--header) !important;
  font-size: 34px;
  line-height: 48px;
  text-align: center;
  opacity: 1;
  z-index: 1000002;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-close:hover,
body.project-detail-page.mfp-zoom-out-cur .mfp-close:focus {
  background: var(--theme);
  color: var(--white) !important;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-arrow {
  position: fixed;
  top: 50%;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  z-index: 1000002;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-arrow-left {
  left: 24px;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-arrow-right {
  right: 24px;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-arrow::before {
  display: none;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-arrow::after {
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  border-top-width: 11px;
  border-bottom-width: 11px;
}

body.project-detail-page.mfp-zoom-out-cur .mfp-arrow-left::after {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 0;
  border-right: 15px solid var(--header);
}

body.project-detail-page.mfp-zoom-out-cur .mfp-arrow-right::after {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 0;
  border-left: 15px solid var(--header);
}

body.project-lightbox-open .mfp-bg {
  z-index: 1000000;
  opacity: 0.86;
}

body.project-lightbox-open .project-detail-lightbox.mfp-wrap {
  z-index: 1000001;
}

body.project-lightbox-open .project-detail-lightbox .mfp-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 96px 70px;
}

body.project-lightbox-open .project-detail-lightbox .mfp-container::before {
  display: none;
}

body.project-lightbox-open .project-detail-lightbox .mfp-content {
  width: min(72vw, 980px);
  height: min(72vh, 720px);
  max-width: calc(100vw - 220px);
  max-height: calc(100vh - 170px);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

body.project-lightbox-open .project-detail-lightbox .mfp-figure,
body.project-lightbox-open .project-detail-lightbox .mfp-figure figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

body.project-lightbox-open .project-detail-lightbox .mfp-figure::after {
  top: 0;
  bottom: 0;
  background: #111;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

body.project-lightbox-open .project-detail-lightbox img.mfp-img {
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  display: block;
  padding: 0;
  object-fit: contain;
  background: #d6d6d6;
}

body.project-lightbox-open .project-detail-lightbox .mfp-bottom-bar {
  top: auto;
  bottom: -32px;
  margin-top: 0;
}

body.project-lightbox-open .project-detail-lightbox .mfp-title,
body.project-lightbox-open .project-detail-lightbox .mfp-counter {
  color: var(--white);
  font-family: "Satoshi", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

body.project-lightbox-open .project-detail-lightbox .mfp-counter {
  top: auto;
  right: 0;
  bottom: -32px;
}

body.project-lightbox-open .project-detail-lightbox .mfp-close {
  position: fixed;
  top: 24px;
  right: 28px;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--header) !important;
  font-size: 34px;
  line-height: 48px;
  text-align: center;
  opacity: 1;
  z-index: 1000002;
}

body.project-lightbox-open .project-detail-lightbox .mfp-close:hover,
body.project-lightbox-open .project-detail-lightbox .mfp-close:focus {
  background: var(--theme);
  color: var(--white) !important;
}

body.project-lightbox-open .project-detail-lightbox .mfp-arrow {
  position: fixed;
  top: 50%;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 1;
  z-index: 1000002;
}

body.project-lightbox-open .project-detail-lightbox .mfp-arrow-left {
  left: 24px;
}

body.project-lightbox-open .project-detail-lightbox .mfp-arrow-right {
  right: 24px;
}

body.project-lightbox-open .project-detail-lightbox .mfp-arrow::before {
  display: none;
}

body.project-lightbox-open .project-detail-lightbox .mfp-arrow::after {
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  border-top-width: 11px;
  border-bottom-width: 11px;
}

body.project-lightbox-open .project-detail-lightbox .mfp-arrow-left::after {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 0;
  border-right: 15px solid var(--header);
}

body.project-lightbox-open .project-detail-lightbox .mfp-arrow-right::after {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 0;
  border-left: 15px solid var(--header);
}

@media (max-width: 991px) {
  body.project-detail-page.mfp-zoom-out-cur .mfp-container {
    padding: 84px 24px 64px;
  }

  body.project-detail-page.mfp-zoom-out-cur .mfp-content {
    width: calc(100vw - 48px);
    height: min(68vh, 620px);
    max-width: none;
    max-height: calc(100vh - 160px);
  }

  body.project-detail-page.mfp-zoom-out-cur .mfp-close {
    top: 18px;
    right: 18px;
  }

  body.project-detail-page.mfp-zoom-out-cur .mfp-arrow {
    width: 46px;
    height: 46px;
    margin-top: -23px;
  }

  body.project-detail-page.mfp-zoom-out-cur .mfp-arrow-left {
    left: 10px;
  }

  body.project-detail-page.mfp-zoom-out-cur .mfp-arrow-right {
    right: 10px;
  }

  body.project-lightbox-open .project-detail-lightbox .mfp-container {
    padding: 84px 24px 64px;
  }

  body.project-lightbox-open .project-detail-lightbox .mfp-content {
    width: calc(100vw - 48px);
    height: min(68vh, 620px);
    max-width: none;
    max-height: calc(100vh - 160px);
  }

  body.project-lightbox-open .project-detail-lightbox .mfp-close {
    top: 18px;
    right: 18px;
  }

  body.project-lightbox-open .project-detail-lightbox .mfp-arrow {
    width: 46px;
    height: 46px;
    margin-top: -23px;
  }

  body.project-lightbox-open .project-detail-lightbox .mfp-arrow-left {
    left: 10px;
  }

  body.project-lightbox-open .project-detail-lightbox .mfp-arrow-right {
    right: 10px;
  }
}

.design-process-section {
  position: relative;
  min-height: auto;
  height: auto;
  padding: clamp(42px, 6vw, 92px) 0 clamp(110px, 10vw, 160px);
  background: linear-gradient(180deg, #ffffff 0%, #f8f4ee 18%, #f2ede6 100%);
  overflow: hidden;
  isolation: isolate;
}

.design-process-section::before,
.design-process-section::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.design-process-section::before {
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(17, 17, 17, 0.04) 1px, transparent 1px);
  background-size: 140px 140px;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 16%, rgba(0, 0, 0, 0.92) 82%, transparent 100%);
  opacity: 0.24;
}

.design-process-section::after {
  background:
    radial-gradient(circle at 14% 24%, rgba(255, 255, 255, 0.94), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(0, 0, 0, 0.045), transparent 24%),
    radial-gradient(circle at 72% 82%, rgba(255, 255, 255, 0.62), transparent 26%);
  mix-blend-mode: screen;
  opacity: 0.88;
}

.design-process-section .container {
  position: relative;
  z-index: 1;
}

.design-process-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 28px 56px;
  align-items: end;
  margin-bottom: clamp(34px, 4vw, 70px);
}

.design-process-intro-copy,
.design-process-lead,
.design-process-board,
.design-process-insights {
  will-change: transform, opacity;
}

.design-process-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #7a736b;
}

.design-process-heading {
  margin: 0;
  max-width: 13ch;
  font-family: "Satoshi", sans-serif;
  font-size: clamp(44px, 6.3vw, 94px);
  font-weight: 300;
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: #141414;
  text-transform: none;
}

.design-process-lead {
  margin: 0;
  max-width: 38ch;
  justify-self: end;
  font-family: "Satoshi", sans-serif;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 400;
  line-height: 1.55;
  color: #625b53;
  text-transform: none;
}

.design-process-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 28px;
  align-items: stretch;
  padding: clamp(18px, 2vw, 30px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 242, 234, 0.92)),
    linear-gradient(135deg, rgba(17, 17, 17, 0.03), transparent 48%);
  box-shadow: 0 28px 80px rgba(33, 24, 13, 0.08);
}

.design-process-board::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(17, 17, 17, 0.06);
  pointer-events: none;
}

.design-process-stack {
  display: grid;
  gap: 28px;
}

.design-process-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(20px, 2vw, 28px);
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 36px rgba(36, 28, 16, 0.06);
  backdrop-filter: blur(6px);
  will-change: transform, opacity;
}

.design-process-card-primary {
  min-height: 720px;
}

.design-process-card-secondary,
.design-process-card-tertiary {
  min-height: 342px;
}

.design-process-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.design-process-index,
.design-process-meta,
.design-process-card-note,
.design-process-insights-label,
.design-process-insight-number {
  font-family: "Satoshi", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.design-process-index {
  color: #27231e;
}

.design-process-meta {
  max-width: 19ch;
  text-align: right;
  line-height: 1.45;
  color: #7a736b;
}

.design-process-figure {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  margin: 0;
  padding: clamp(14px, 1.35vw, 22px);
  border: 1px solid rgba(17, 17, 17, 0.06);
  background: linear-gradient(180deg, #fdfbf8 0%, #f7f1ea 100%);
}

.design-process-card-primary .design-process-figure {
  min-height: 470px;
}

.design-process-card-secondary .design-process-figure,
.design-process-card-tertiary .design-process-figure {
  min-height: 230px;
}

.design-process-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: grayscale(1) saturate(0) contrast(1.12) brightness(1.02);
  transform-origin: center center;
  user-select: none;
  pointer-events: none;
}

.design-process-card-body {
  display: grid;
  gap: 12px;
  max-width: 34rem;
}

.design-process-card-title {
  margin: 0;
  font-family: "Satoshi", sans-serif;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 300;
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #151515;
  text-transform: none;
}

.design-process-card-copy {
  margin: 0;
  font-family: "Satoshi", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #5f584f;
  text-transform: none;
}

.design-process-card-note {
  display: inline-flex;
  margin-top: auto;
  color: rgba(20, 20, 20, 0.48);
}

.design-process-insights {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px 32px;
  align-items: start;
  margin-top: 32px;
}

.design-process-insights-label {
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  color: #7a736b;
}

.design-process-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.design-process-insight {
  min-height: 100%;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  will-change: transform, opacity;
}

.design-process-insight-number {
  display: block;
  margin-bottom: 14px;
  color: #7a736b;
}

.design-process-insight p {
  margin: 0;
  max-width: 28ch;
  font-family: "Satoshi", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4942;
  text-transform: none;
}

@media (max-width: 1199px) {
  .design-process-intro {
    grid-template-columns: 1fr;
  }

  .design-process-lead {
    justify-self: start;
  }

  .design-process-board {
    grid-template-columns: 1fr;
  }

  .design-process-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .design-process-insights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .design-process-section {
    padding: 56px 0 96px;
  }

  .design-process-heading {
    max-width: 11.8ch;
  }

  .design-process-card-primary,
  .design-process-card-secondary,
  .design-process-card-tertiary {
    min-height: auto;
  }

  .design-process-stack,
  .design-process-insights-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .design-process-section {
    padding: 46px 0 82px;
  }

  .design-process-intro {
    gap: 22px;
    margin-bottom: 28px;
  }

  .design-process-board {
    gap: 18px;
    padding: 14px;
  }

  .design-process-board::before {
    inset: 12px;
  }

  .design-process-card {
    gap: 14px;
    padding: 16px;
  }

  .design-process-card-top {
    flex-direction: column;
    gap: 8px;
  }

  .design-process-meta {
    max-width: none;
    text-align: left;
  }

  .design-process-card-primary .design-process-figure,
  .design-process-card-secondary .design-process-figure,
  .design-process-card-tertiary .design-process-figure {
    min-height: 190px;
    padding: 12px;
  }

  .design-process-card-title {
    font-size: clamp(26px, 8vw, 38px);
  }

  .design-process-card-copy,
  .design-process-insight p {
    font-size: 14px;
  }
}

/* Reference-style sketch process section */
.design-process-section {
  position: relative;
  min-height: 0;
  height: auto;
  padding: 96px 0 128px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f5f0 24%, #f1eee7 100%);
  overflow: hidden;
  isolation: isolate;
}

.design-process-section::before,
.design-process-section::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  mask-image: none;
}

.design-process-section::before {
  background:
    linear-gradient(90deg, rgba(21, 27, 31, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(21, 27, 31, 0.05) 1px, transparent 1px);
  background-size: 132px 132px;
  opacity: 0.24;
}

.design-process-section::after {
  background:
    radial-gradient(circle at 17% 22%, rgba(255, 255, 255, 0.94), transparent 26%),
    radial-gradient(circle at 78% 16%, rgba(66, 82, 72, 0.12), transparent 25%),
    linear-gradient(115deg, transparent 0 55%, rgba(255, 255, 255, 0.42) 55% 72%, transparent 72%);
  opacity: 0.9;
  mix-blend-mode: screen;
}

.design-process-section .container {
  position: relative;
  z-index: 1;
}

.sketch-reference-block {
  position: relative;
  padding: 104px 0 118px;
  border-top: 1px solid rgba(17, 17, 17, 0.13);
}

.sketch-reference-block:first-child {
  padding-top: 0;
  border-top: 0;
}

.sketch-reference-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(290px, 0.42fr);
  gap: 54px;
  align-items: end;
}

.sketch-reference-title-wrap,
.sketch-reference-lede,
.sketch-reference-subtitle,
.sketch-reference-copy-grid,
.sketch-reference-development-head,
.sketch-reference-image {
  will-change: transform, opacity;
}

.sketch-reference-kicker,
.sketch-reference-label,
.sketch-reference-tags span {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sketch-reference-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #6f746b;
}

.sketch-reference-title {
  margin: 0;
  max-width: 10.5ch;
  font-family: "Satoshi", sans-serif;
  font-size: 86px;
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: 0;
  color: #151515;
  text-transform: none;
}

.sketch-reference-title--small {
  max-width: 12.8ch;
  font-size: 70px;
}

.sketch-reference-lede,
.sketch-reference-subtitle,
.sketch-reference-copy-grid p {
  margin: 0;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  line-height: 1.58;
  color: #575a52;
  text-transform: none;
}

.sketch-reference-lede {
  max-width: 430px;
  justify-self: end;
  padding-bottom: 10px;
  font-size: 20px;
}

.sketch-reference-image {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: visible;
}

.sketch-reference-image::before {
  position: absolute;
  inset: -18px -24px;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.78), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.12));
  opacity: 0.85;
}

.sketch-reference-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1) saturate(0) contrast(1.18) brightness(1.02);
  mix-blend-mode: multiply;
  opacity: 0.9;
  user-select: none;
  pointer-events: none;
}

.sketch-reference-image--concept {
  width: min(62%, 720px);
  margin: 58px 7% 0 auto;
  transform: rotate(-0.35deg);
}

.sketch-reference-subtitle {
  max-width: 560px;
  margin-top: -22px;
  font-size: 31px;
  line-height: 1.12;
  color: #242424;
}

.sketch-reference-copy-grid {
  display: grid;
  grid-template-columns: 170px minmax(0, 510px) minmax(210px, 1fr);
  gap: 26px 36px;
  align-items: start;
  max-width: 1060px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(17, 17, 17, 0.18);
}

.sketch-reference-label {
  display: inline-flex;
  color: #6f746b;
}

.sketch-reference-copy-grid p {
  max-width: 560px;
  font-size: 17px;
}

.sketch-reference-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: flex-end;
}

.sketch-reference-tags span {
  color: rgba(21, 21, 21, 0.52);
}

.sketch-reference-block--development {
  padding-bottom: 16px;
}

.sketch-reference-development-head {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.sketch-reference-duo {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.62fr);
  gap: 72px;
  align-items: end;
  margin-top: 54px;
}

.sketch-reference-image--elevation {
  transform: rotate(0.25deg);
}

.sketch-reference-image--interior {
  aspect-ratio: 4 / 3;
  margin-bottom: -34px;
  transform: rotate(-0.7deg);
}

.sketch-reference-copy-grid--development {
  margin-left: auto;
}

@media (max-width: 1199px) {
  .design-process-section {
    padding: 84px 0 112px;
  }

  .sketch-reference-title {
    font-size: 68px;
  }

  .sketch-reference-title--small {
    font-size: 58px;
  }

  .sketch-reference-image--concept {
    width: min(70%, 660px);
    margin-right: 0;
  }

  .sketch-reference-copy-grid {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .sketch-reference-tags {
    grid-column: 2;
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .sketch-reference-heading-row,
  .sketch-reference-development-head,
  .sketch-reference-duo {
    grid-template-columns: 1fr;
  }

  .sketch-reference-lede {
    justify-self: start;
    padding-bottom: 0;
  }

  .sketch-reference-image--concept {
    width: min(100%, 620px);
    margin: 42px 0 0;
  }

  .sketch-reference-subtitle {
    margin-top: 34px;
    font-size: 28px;
  }

  .sketch-reference-duo {
    gap: 38px;
  }

  .sketch-reference-image--interior {
    width: min(86%, 520px);
    margin: 0 0 0 auto;
  }
}

@media (max-width: 767px) {
  .design-process-section {
    padding: 64px 0 86px;
  }

  .sketch-reference-block {
    padding: 78px 0 84px;
  }

  .sketch-reference-heading-row {
    gap: 24px;
  }

  .sketch-reference-title,
  .sketch-reference-title--small {
    max-width: 11.5ch;
    font-size: 42px;
    line-height: 0.98;
  }

  .sketch-reference-lede,
  .sketch-reference-copy-grid p {
    font-size: 15px;
  }

  .sketch-reference-image--concept {
    width: 100%;
    margin-top: 34px;
  }

  .sketch-reference-subtitle {
    font-size: 24px;
    line-height: 1.18;
  }

  .sketch-reference-copy-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 34px;
  }

  .sketch-reference-tags {
    grid-column: auto;
    justify-content: flex-start;
  }

  .sketch-reference-duo {
    margin-top: 34px;
  }

  .sketch-reference-image--interior {
    width: 100%;
  }
}

/* Systematic alignment pass for the sketch/process section */
.sketch-reference-section {
  --sketch-label-column: 170px;
  --sketch-content-column: minmax(0, 580px);
  --sketch-meta-column: minmax(240px, 1fr);
  --sketch-column-gap: 36px;
}

.sketch-reference-block {
  display: grid;
  grid-template-columns: var(--sketch-label-column) minmax(0, 1fr);
  column-gap: var(--sketch-column-gap);
}

.sketch-reference-heading-row,
.sketch-reference-development-head,
.sketch-reference-copy-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns:
    var(--sketch-label-column)
    var(--sketch-content-column)
    var(--sketch-meta-column);
  gap: 0 var(--sketch-column-gap);
  align-items: start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.sketch-reference-kicker,
.sketch-reference-label {
  grid-column: 1;
  align-self: start;
  min-height: 28px;
  line-height: 28px;
}

.sketch-reference-kicker {
  margin: 0;
}

.sketch-reference-title {
  grid-column: 2;
  max-width: 600px;
  font-size: 76px;
  line-height: 0.98;
}

.sketch-reference-title--small {
  grid-column: 2 / -1;
  max-width: 760px;
  font-size: 62px;
  line-height: 1;
}

.sketch-reference-lede {
  grid-column: 3;
  justify-self: start;
  max-width: 330px;
  padding-top: 2px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.56;
}

.sketch-reference-image--concept {
  grid-column: 2 / -1;
  justify-self: start;
  width: min(100%, 820px);
  margin: 54px 0 0;
}

.sketch-reference-subtitle {
  grid-column: 2;
  max-width: 640px;
  margin-top: 34px;
  font-size: 28px;
  line-height: 1.18;
}

.sketch-reference-copy-grid {
  margin-top: 44px;
  padding-top: 22px;
}

.sketch-reference-copy-grid p {
  grid-column: 2;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.62;
}

.sketch-reference-tags {
  grid-column: 3;
  justify-content: flex-start;
  padding-top: 1px;
}

.sketch-reference-duo {
  grid-column: 2 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.68fr);
  gap: 40px;
  margin-top: 52px;
}

.sketch-reference-copy-grid--development {
  margin-left: 0;
}

@media (max-width: 1199px) {
  .sketch-reference-section {
    --sketch-label-column: 150px;
    --sketch-content-column: minmax(0, 500px);
    --sketch-meta-column: minmax(220px, 1fr);
    --sketch-column-gap: 30px;
  }

  .sketch-reference-title {
    max-width: 520px;
    font-size: 62px;
  }

  .sketch-reference-title--small {
    max-width: 670px;
    font-size: 54px;
  }

  .sketch-reference-lede {
    max-width: 280px;
    font-size: 17px;
  }

  .sketch-reference-image--concept {
    width: min(100%, 760px);
  }
}

@media (max-width: 991px) {
  .sketch-reference-section {
    --sketch-label-column: 1fr;
    --sketch-content-column: 1fr;
    --sketch-meta-column: 1fr;
    --sketch-column-gap: 0;
  }

  .sketch-reference-block,
  .sketch-reference-heading-row,
  .sketch-reference-development-head,
  .sketch-reference-copy-grid,
  .sketch-reference-duo {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sketch-reference-kicker,
  .sketch-reference-label,
  .sketch-reference-title,
  .sketch-reference-title--small,
  .sketch-reference-lede,
  .sketch-reference-image--concept,
  .sketch-reference-subtitle,
  .sketch-reference-copy-grid p,
  .sketch-reference-tags,
  .sketch-reference-duo {
    grid-column: 1;
  }

  .sketch-reference-title,
  .sketch-reference-title--small {
    margin-top: 12px;
    max-width: 760px;
    font-size: 56px;
  }

  .sketch-reference-lede {
    max-width: 560px;
    margin-top: 22px;
    padding-top: 0;
  }

  .sketch-reference-image--concept {
    width: min(100%, 660px);
    margin-top: 42px;
  }

  .sketch-reference-subtitle {
    max-width: 620px;
  }

  .sketch-reference-copy-grid p,
  .sketch-reference-tags {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .sketch-reference-title,
  .sketch-reference-title--small {
    max-width: 100%;
    font-size: 40px;
    line-height: 1.04;
  }

  .sketch-reference-lede,
  .sketch-reference-copy-grid p {
    max-width: 100%;
    font-size: 15px;
  }

  .sketch-reference-subtitle {
    max-width: 100%;
    font-size: 23px;
  }

  .sketch-reference-tags {
    gap: 8px 14px;
  }
}

/* Brand palette and homepage hero refresh */
body {
  background-color: var(--brand-paper);
}

.bg-white {
  background-color: var(--brand-paper) !important;
}

.header-1 {
  background: rgba(255, 250, 242, 0.96);
  border-top: 4px solid var(--brand-slate);
  box-shadow: 0 12px 34px rgba(45, 50, 68, 0.08);
}

.header-1 .main-menu ul li a,
.header-1 .sidebar__toggle {
  color: var(--header);
}

.section-title .sub-title::before,
.theme-bg {
  background-color: var(--brand-teal);
}

.section-title .sub-title {
  color: var(--brand-teal-dark);
}

.hero-1.brand-hero {
  padding-top: 92px;
  background: var(--brand-paper);
}

.hero-1.brand-hero .brand-hero-inner {
  min-height: calc(100vh - 92px);
  margin: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  background: var(--brand-slate);
  transform: none !important;
  transform-origin: center center;
}

.brand-hero-slideshow,
.brand-hero-slide {
  position: absolute;
  inset: 0;
}

.brand-hero-slide {
  margin: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateZ(0);
  transition: opacity 1.2s ease;
  z-index: 1;
}

.brand-hero-slide.is-active {
  opacity: 1;
  z-index: 2;
}

.brand-hero-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 6.8s ease;
}

.brand-hero-slide.is-active img {
  transform: scale(1);
}

.brand-hero-tint {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(113, 153, 156, 0.26) 0%, rgba(45, 50, 68, 0.05) 48%, rgba(33, 22, 29, 0.26) 100%),
    linear-gradient(0deg, rgba(33, 22, 29, 0.24) 0%, rgba(33, 22, 29, 0.01) 58%, rgba(45, 50, 68, 0.08) 100%);
}

.brand-hero-content {
  min-height: calc(100vh - 92px);
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  padding-top: 54px;
  padding-bottom: clamp(42px, 6vw, 86px);
}

.brand-hero-copy {
  max-width: 520px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 18px 58px rgba(20, 20, 24, 0.5);
}

.brand-hero-kicker {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 250, 242, 0.84);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-hero-copy h1 {
  max-width: 500px;
  color: var(--white);
  font-size: clamp(38px, 4.6vw, 72px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.brand-hero-copy p {
  max-width: 470px;
  margin: 22px 0 0;
  color: rgba(255, 250, 242, 0.84);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.55;
}

.brand-hero-meta {
  min-width: 250px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-hero-progress {
  width: 100%;
  height: 2px;
  margin-top: 16px;
  overflow: hidden;
  background: rgba(255, 250, 242, 0.32);
}

.brand-hero-progress i {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: var(--brand-teal);
  animation: brandHeroProgress 5.2s linear infinite;
}

@keyframes brandHeroProgress {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

.home-project-section {
  background: var(--brand-paper) !important;
}

.home-project-section .section-title {
  margin-bottom: clamp(38px, 5vw, 76px);
}

.home-project-section .project-box-items-2 {
  padding: clamp(30px, 3.3vw, 48px) 0;
  background: transparent;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
}

.home-project-section .project-box-items-2.bb-top,
.home-project-section .project-box-items-2.style-3.bb-top {
  border-top-color: rgba(45, 50, 68, 0.18);
}

.home-project-section .project-box-items-2.bb-bottom {
  border-bottom-color: rgba(45, 50, 68, 0.18);
}

.home-project-section .project-box-items-2 .content-box .title-box {
  grid-template-columns: 88px minmax(0, 1fr);
  column-gap: clamp(24px, 3vw, 46px);
  align-items: start;
}

.home-project-section .project-box-items-2 .content-box .title-box > p {
  color: var(--brand-slate);
  font-size: 17px;
  font-weight: 500;
}

.home-project-section .project-box-items-2 .content-box .title-box .title h3 {
  max-width: 460px;
  color: var(--brand-wine);
  font-size: clamp(30px, 2.45vw, 42px);
  letter-spacing: -0.04em;
}

.home-project-section .project-box-items-2 .content-box .title-box .title span {
  margin-top: 16px;
  color: rgba(52, 66, 69, 0.78);
  font-size: 15px;
}

.home-project-section .project-box-items-2 .project-right-items {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(124px, 170px);
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
}

.home-project-section .project-box-items-2 .project-right-items .thumb {
  width: 100%;
  height: clamp(170px, 15vw, 240px);
  background: rgba(113, 153, 156, 0.18);
}

.home-project-section .project-box-items-2 .project-right-items .thumb img {
  object-position: center;
}

.home-project-section .project-box-items-2 .project-right-items .content {
  width: 100%;
  max-width: none;
  min-height: 100%;
  justify-content: center;
}

.home-project-section .project-box-items-2 .project-right-items .content.is-summary-empty {
  align-items: flex-start;
}

.home-project-section .project-box-items-2 .project-right-items .content p {
  max-width: 260px;
  font-size: 15px;
  line-height: 1.55;
}

.home-project-section .project-box-items-2 .project-right-items .content .text-btn {
  width: fit-content;
  margin-top: 0;
  color: var(--brand-slate);
  font-size: 17px;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.project-showcase-summary[hidden] {
  display: none;
}

@media (min-width: 1200px) {
  .home-project-section .project-box-items-2 > .row {
    display: grid;
    grid-template-columns: minmax(330px, 0.8fr) minmax(560px, 1.35fr);
    align-items: center;
    gap: clamp(46px, 6vw, 110px);
    margin-right: 0;
    margin-left: 0;
  }

  .home-project-section .project-box-items-2 > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .hero-1.brand-hero {
    padding-top: 82px;
  }

  .hero-1.brand-hero .brand-hero-inner,
  .brand-hero-content {
    min-height: calc(100vh - 82px);
  }

  .home-project-section .project-box-items-2 .project-right-items {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767px) {
  .hero-1.brand-hero {
    padding-top: 78px;
  }

  .hero-1.brand-hero .brand-hero-inner,
  .brand-hero-content {
    min-height: 620px;
  }

  .brand-hero-content {
    display: block;
    padding-top: 260px;
  }

  .brand-hero-copy {
    padding: 22px;
  }

  .brand-hero-copy h1 {
    font-size: 42px;
  }

  .brand-hero-meta {
    min-width: 0;
    margin-top: 24px;
  }

  .home-project-section .project-box-items-2 .content-box .title-box {
    grid-template-columns: 1fr;
  }

  .home-project-section .project-box-items-2 .project-right-items .thumb {
    height: 260px;
  }
}

/* Contact page: architectural blueprint language and brand-led surfaces. */
.contact-page {
  background: var(--brand-paper);
}

.contact-page .breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  background: var(--brand-paper);
}

.contact-page .breadcrumb-wrapper::before,
.contact-page .breadcrumb-wrapper::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(106, 144, 150, 0.22);
}

.contact-page .breadcrumb-wrapper::before {
  top: 112px;
  right: 9%;
  width: 180px;
  height: 180px;
  transform: rotate(45deg);
}

.contact-page .breadcrumb-wrapper::after {
  right: 14%;
  bottom: 42px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

.contact-blueprint {
  position: absolute;
  top: 14px;
  right: clamp(-60px, 4vw, 80px);
  width: min(58vw, 720px);
  height: auto;
  color: var(--yes-brand);
  opacity: 0.34;
  pointer-events: none;
}

.contact-page .breadcrumb-wrapper .container {
  position: relative;
  z-index: 2;
}

.contact-page .breadcrumb-wrapper .page-heading {
  min-height: 390px;
  align-items: center;
  padding-top: 86px;
  padding-bottom: 56px;
}

.contact-page .breadcrumb-wrapper .page-heading .content h1 {
  max-width: 600px;
  color: var(--brand-wine);
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.9;
  text-transform: none;
}

.contact-page .breadcrumb-wrapper .page-heading > p {
  max-width: 365px;
  margin-right: 4vw;
  color: var(--brand-slate);
  font-size: 18px;
  line-height: 1.45;
}

.contact-page .breadcrumb-items {
  margin-top: 28px;
}

.contact-page .breadcrumb-items li,
.contact-page .breadcrumb-items li a {
  color: var(--brand-slate);
}

.contact-page .contact-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  background: var(--brand-paper);
}

.contact-page .contact-information-box {
  position: relative;
  padding: 0;
  background: transparent;
}

.contact-page .contact-information-box::before {
  position: absolute;
  top: -34px;
  left: 12%;
  width: 76%;
  height: 1px;
  content: "";
  background: rgba(45, 50, 68, 0.2);
}

.contact-page .contact-information-box .information-box {
  min-height: 540px;
  padding: 54px 54px 44px;
  overflow: hidden;
  background: var(--yes-brand);
  box-shadow: 18px 18px 0 rgba(45, 50, 68, 0.1);
}

.contact-page .contact-information-box .information-box::after {
  position: absolute;
  right: -78px;
  bottom: -78px;
  width: 250px;
  height: 250px;
  content: "";
  border: 1px solid rgba(255, 250, 242, 0.5);
  border-radius: 50%;
}

.contact-page .contact-information-box .information-box .shape {
  opacity: 0.16;
}

.contact-page .contact-information-box .information-box h2 {
  max-width: 330px;
  font-size: clamp(34px, 3.5vw, 54px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-transform: none;
}

.contact-page .contact-information-box .information-box p {
  max-width: 360px;
  margin-top: 24px;
  color: rgba(255, 250, 242, 0.88);
  font-size: 16px;
  line-height: 1.55;
  text-transform: none;
}

.contact-page .contact-information-box .information-box .icon-item {
  position: relative;
  z-index: 2;
  align-items: flex-start;
  gap: 16px;
  margin-top: 27px;
  margin-bottom: 0;
}

.contact-page .contact-information-box .information-box .icon-item .icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: rgba(255, 250, 242, 0.14);
}

.contact-page .contact-information-box .information-box .icon-item .icon img {
  width: 18px;
  filter: brightness(0) invert(1);
}

.contact-page .contact-information-box .information-box .icon-item span,
.contact-page .contact-information-box .information-box .icon-item span a {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-transform: none;
}

.contact-page .contact-information-box .contact-form-box {
  min-height: 540px;
  padding: 54px;
  border: 1px solid rgba(45, 50, 68, 0.16);
  background: rgba(255, 250, 242, 0.72);
}
.contact-page .lead-form-heading {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(45, 50, 68, 0.16);
}
.contact-page .lead-form-heading > span {
  display: block;
  color: var(--brand-slate);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-page .lead-form-heading p {
  margin: 8px 0 0;
  color: var(--brand-slate);
  font-size: 15px;
  line-height: 1.5;
}
.contact-page .lead-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}
.contact-page .lead-form .form-clt label,
.contact-page .lead-form .lead-fieldset legend {
  display: block;
  margin-bottom: 9px;
  color: var(--brand-slate);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.contact-page .lead-form .form-clt input,
.contact-page .lead-form .form-clt select,
.contact-page .lead-form .form-clt textarea {
  box-sizing: border-box;
  padding: 13px 14px;
  border: 1px solid rgba(45, 50, 68, 0.2);
  background: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  text-transform: none;
}
.contact-page .lead-form .form-clt select {
  width: 100%;
  height: 51px;
}
.contact-page .lead-form .form-clt textarea {
  min-height: 110px;
  resize: vertical;
}
.contact-page .lead-form-full {
  grid-column: 1 / -1;
}
.contact-page .lead-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.contact-page .lead-fieldset legend {
  width: 100%;
}
.contact-page .lead-fieldset legend small,
.contact-page .lead-form label small {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.contact-page .lead-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}
.contact-page .lead-options-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-page .lead-options-timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.contact-page .lead-options label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: var(--brand-slate);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}
.contact-page .lead-options input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--yes-brand);
}
.contact-page .lead-form-note {
  min-height: 20px;
  margin: 22px 0 0;
  color: var(--yes-brand);
  font-size: 14px;
}
.contact-page .contact-information-box .contact-form-box.lead-form {
  padding: 46px 48px 42px;
  border-color: rgba(45, 50, 68, 0.12);
  background: #fbf9f4;
  box-shadow: 0 20px 55px rgba(45, 50, 68, 0.1);
}
.contact-page .lead-form-heading > span {
  color: var(--yes-brand);
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
}
.contact-page .lead-form-heading p {
  max-width: 430px;
  font-size: 16px;
  line-height: 1.55;
}
.contact-page .lead-form .form-clt label,
.contact-page .lead-form .lead-fieldset legend {
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-page .lead-form .form-clt input,
.contact-page .lead-form .form-clt select,
.contact-page .lead-form .form-clt textarea {
  border: 0;
  border-bottom: 1px solid rgba(45, 50, 68, 0.22);
  border-radius: 0;
  background: transparent;
  padding: 12px 0;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.contact-page .lead-form .form-clt input:focus,
.contact-page .lead-form .form-clt select:focus,
.contact-page .lead-form .form-clt textarea:focus {
  border-bottom-color: var(--yes-brand);
  background: rgba(113, 153, 156, 0.05);
}
.contact-page .lead-fieldset {
  padding: 22px 20px 20px;
  border: 1px solid rgba(45, 50, 68, 0.13);
  background: rgba(255, 255, 255, 0.38);
}
.contact-page .lead-options label {
  padding: 11px 12px;
  border: 1px solid rgba(45, 50, 68, 0.12);
  background: rgba(255, 255, 255, 0.52);
  transition: border-color 0.25s ease, background 0.25s ease;
}
.contact-page .lead-options label:hover {
  border-color: rgba(113, 153, 156, 0.65);
  background: rgba(113, 153, 156, 0.08);
}
.contact-page .lead-form .theme-btn {
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
  border-radius: 2px;
  background: var(--brand-slate);
  color: var(--white);
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.25s ease, transform 0.25s ease;
}
.contact-page .lead-form .theme-btn:hover {
  background: var(--yes-brand);
  transform: translateY(-2px);
}
@media (max-width: 1399px) {
  .contact-page .contact-information-box .contact-form-box.lead-form {
    padding: 34px 30px;
  }
}

.contact-page .contact-information-box .contact-form-box .form-clt span {
  margin-bottom: 10px;
  color: var(--brand-slate);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-page .contact-information-box .contact-form-box .form-clt input,
.contact-page .contact-information-box .contact-form-box .form-clt textarea {
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid rgba(45, 50, 68, 0.24);
  border-radius: 0;
  background: transparent;
  color: var(--brand-wine);
  font-size: 17px;
}

.contact-page .contact-information-box .contact-form-box .form-clt input:focus,
.contact-page .contact-information-box .contact-form-box .form-clt textarea:focus {
  border-bottom-color: var(--yes-brand);
}

.contact-page .contact-information-box .contact-form-box .form-clt textarea {
  min-height: 130px;
}

.contact-page .contact-information-box .contact-form-box .theme-btn {
  margin-top: 16px;
  border-radius: 0;
  background: var(--yes-brand);
  color: var(--white);
}

.contact-page .contact-map {
  padding-top: 0;
  border-top: 1px solid rgba(45, 50, 68, 0.16);
  background: var(--brand-paper);
}

.contact-page .contact-map iframe {
  height: 440px;
  opacity: 0.78;
  filter: grayscale(1) sepia(0.12);
}

/* About page team profile: editorial split layout with stacked portrait crops. */
.about-page .team-section-3 {
  display: none;
}

.about-page .breadcrumb-wrapper .top-image {
  margin-top: 0;
}

.team-editorial {
  background: var(--brand-paper);
}

/* The editorial roster replaces the older image-led team block on About. */
.about-page .team-section-3 {
  display: none;
}

.team-editorial-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
  color: var(--brand-slate);
}

.team-editorial-heading > span,
.team-editorial-index,
.team-editorial-secondary > span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.team-editorial-heading p {
  max-width: 350px;
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  text-align: right;
}

.team-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.team-member-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 690px;
  overflow: hidden;
  border: 1px solid rgba(45, 50, 68, 0.18);
  background: rgba(255, 250, 242, 0.88);
  box-shadow: 0 18px 42px rgba(45, 50, 68, 0.07);
}

.team-member-card--accent {
  margin-top: 0;
  background: var(--yes-brand);
}

.team-member-card-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px 18px;
  color: var(--yes-brand);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.team-member-card--accent .team-member-card-top {
  color: rgba(255, 250, 242, 0.78);
}

.team-member-image {
  height: 360px;
  margin: 0 18px;
  overflow: hidden;
  background: var(--brand-slate);
}

.team-member-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.03);
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.team-member-card:hover .team-member-image img {
  transform: scale(1.045);
}

.team-member-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 28px;
}

.team-member-copy h2 {
  color: var(--brand-wine);
  font-size: clamp(34px, 3.8vw, 60px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.9;
  text-transform: uppercase;
}

.team-member-copy p {
  max-width: 330px;
  margin: 20px 0 0;
  color: rgba(52, 66, 69, 0.78);
  font-size: 15px;
  line-height: 1.5;
}

.team-member-card--accent .team-member-copy h2,
.team-member-card--accent .team-member-copy p,
.team-member-card--accent .team-member-role {
  color: var(--white);
}

.team-member-card--accent .team-member-copy p {
  color: rgba(255, 250, 242, 0.82);
}

.team-member-role {
  color: var(--yes-brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.team-editorial-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  min-height: 660px;
  overflow: hidden;
  border: 1px solid rgba(45, 50, 68, 0.18);
  background: rgba(255, 250, 242, 0.82);
}

.team-editorial-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 5vw, 76px);
}

.team-editorial-index {
  color: var(--yes-brand);
}

.team-editorial-copy h2 {
  margin: auto 0 0;
  color: var(--brand-wine);
  font-size: clamp(52px, 7vw, 108px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.86;
  text-transform: uppercase;
}

.team-editorial-copy h3 {
  margin: 30px 0 0;
  color: var(--brand-slate);
  font-size: 18px;
  font-weight: 600;
}

.team-editorial-copy > p {
  max-width: 390px;
  margin: 12px 0 0;
  color: rgba(52, 66, 69, 0.8);
  font-size: 16px;
  line-height: 1.5;
}

.team-editorial-secondary {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: auto;
  padding-top: 48px;
  color: rgba(52, 66, 69, 0.38);
}

.team-editorial-secondary strong {
  font-size: clamp(22px, 2.4vw, 38px);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.team-editorial-visual {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
  padding: 30px;
  background: rgba(45, 50, 68, 0.04);
}

.team-editorial-image {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--brand-slate);
}

.team-editorial-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(45, 50, 68, 0.02), rgba(45, 50, 68, 0.28));
  pointer-events: none;
}

.team-editorial-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
}

.team-editorial-image--top img {
  object-position: center 24%;
}

.team-editorial-image--bottom img {
  object-position: center 30%;
}

.team-editorial-meta {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: calc(50% + 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--white);
  font-size: 13px;
  z-index: 2;
}

.team-editorial-meta a {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--white);
}

.team-editorial-meta a span {
  margin-left: 8px;
  color: var(--yes-brand);
  font-size: 18px;
}

@media (max-width: 991px) {
  .team-editorial-grid {
    gap: 18px;
  }

  .team-member-card {
    min-height: 610px;
  }

  .team-member-card--accent {
    margin-top: 0;
  }

  .team-member-image {
    height: 290px;
  }

  .team-editorial-card {
    grid-template-columns: 1fr;
  }

  .team-editorial-copy {
    min-height: 540px;
  }

  .team-editorial-visual {
    min-height: 620px;
  }

  .team-editorial-meta {
    top: 1120px;
    right: 30px;
    bottom: auto;
    left: 30px;
    color: var(--white);
  }
}

@media (max-width: 575px) {
  .team-editorial-grid {
    grid-template-columns: 1fr;
  }

  .team-member-card,
  .team-member-card--accent {
    min-height: 0;
    margin-top: 0;
  }

  .team-member-image {
    height: min(92vw, 390px);
  }

  .team-member-copy h2 {
    font-size: 48px;
  }

  .team-editorial-heading {
    display: block;
  }

  .team-editorial-heading p {
    margin-top: 18px;
    text-align: left;
  }

  .team-editorial-copy {
    min-height: 500px;
    padding: 28px 22px;
  }

  .team-editorial-copy h2 {
    font-size: 58px;
  }

  .team-editorial-visual {
    min-height: 480px;
    gap: 18px;
    padding: 18px;
  }

  .team-editorial-meta {
    top: 1010px;
    right: 22px;
    left: 22px;
    flex-wrap: wrap;
  }
}

/* Preserve the original colors of user-supplied design-process images. */
.sketch-reference-section .sketch-reference-image img {
  filter: none;
  mix-blend-mode: normal;
  opacity: 1;
}

@media (max-width: 991px) {
  .contact-blueprint {
    top: 42px;
    right: -130px;
    width: 620px;
  }

  .contact-page .breadcrumb-wrapper .page-heading {
    display: block;
    padding-top: 120px;
  }

  .contact-page .breadcrumb-wrapper .page-heading > p {
    margin-top: 34px;
    margin-right: 0;
  }

  .contact-page .contact-information-box .information-box,
  .contact-page .contact-information-box .contact-form-box {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .contact-page .breadcrumb-wrapper {
    min-height: 460px;
  }

  .contact-page .breadcrumb-wrapper .page-heading {
    min-height: 460px;
    padding-top: 130px;
  }

  .contact-page .breadcrumb-wrapper .page-heading .content h1 {
    font-size: 62px;
  }

  .contact-blueprint {
    top: 120px;
    right: -210px;
    width: 560px;
  }

  .contact-page .contact-section {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .contact-page .contact-information-box .information-box,
  .contact-page .contact-information-box .contact-form-box {
    padding: 34px 24px;
  }
}

/* Contact layout guardrails: prevent the information panel and form from escaping their grid cells. */
.contact-page .contact-information-box > .row {
  align-items: stretch;
}
.contact-page .contact-information-box > .row > [class*="col-"] {
  display: flex;
  min-width: 0;
}
.contact-page .contact-information-box .information-box,
.contact-page .contact-information-box .contact-form-box {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}
.contact-page .contact-information-box .information-box {
  position: relative;
  left: 0;
  transform: none;
  overflow: hidden;
}
.contact-page .contact-information-box .information-box h2,
.contact-page .contact-information-box .information-box p,
.contact-page .contact-information-box .information-box .icon-item {
  position: relative;
  left: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.contact-page .contact-information-box .lead-form-grid {
  min-width: 0;
}
@media (max-width: 991px) {
  .contact-page .contact-information-box > .row > [class*="col-"] {
    display: block;
  }
  .contact-page .contact-information-box .information-box,
  .contact-page .contact-information-box .contact-form-box {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */

/* Yes Architecture brand color application */
:root {
  --yes-brand: #6A9096;
}

/* Retire the unused location-name brand strip from every page. */
.brand-section-2 {
  display: none !important;
}

.header-main .main-menu ul li a,
.header-main .main-menu ul li .submenu,
.header-main .header-right .header-btn .sidebar__toggle,
.header-main .header-right .menu_search .search_btn,
.header-main .header-right .header-btn span a,
.sticky.header-1 .header-main .main-menu ul li a,
.sticky.header-1 .header-main .header-right .sidebar__toggle,
.sticky.header-1 .header-main .header-right .menu_search .search_btn {
  color: var(--yes-brand);
}

.header-main .main-menu ul li a:hover,
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--yes-brand);
}

.header-main .header-left .header-logo img,
.header-main .header-left .header-logo-2 img,
.offcanvas__logo img,
.logo-image-section .top-logo img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(11%) saturate(686%) hue-rotate(136deg) brightness(91%) contrast(86%) !important;
}

body.project-detail-page #header-sticky .header-main .main-menu ul li a,
body.project-detail-page #header-sticky .header-main .header-right .header-btn span a,
body.project-detail-page #header-sticky .header-main .header-right .header-btn .header__hamburger .sidebar__toggle {
  color: var(--yes-brand);
}

.footer-bg-2 {
  background-color: var(--yes-brand);
}

.footer-section-2 .footer-logo img[src$="yes-logo-white.png"] {
  filter: none !important;
}

/* Keep only the standalone brand mark in site headers. */
.header-main .header-left .header-logo,
.header-main .header-left .header-logo-2 {
  display: block;
  width: 56px;
  height: 44px;
  flex: 0 0 56px;
  overflow: hidden;
}

.header-main .header-left .header-logo img,
.header-main .header-left .header-logo-2 img {
  width: 258px !important;
  max-width: none !important;
  height: 44px;
  object-fit: fill;
}

/* Homepage hero direction: centered editorial content and a compact capsule nav. */
.header-hero-nav {
  top: 18px;
  display: flex;
  justify-content: center;
  padding: 0 18px;
  background: transparent;
  border-top: 0;
}

.header-hero-nav .container-fluid {
  width: min(100%, 960px);
  max-width: 960px;
  padding: 0;
}

.header-hero-nav .mega-menu-wrapper {
  padding: 0 22px;
  border: 1px solid rgba(255, 250, 242, 0.12);
  border-radius: 11px;
  background: rgba(16, 13, 12, 0.88);
  box-shadow: 0 16px 40px rgba(12, 9, 8, 0.22);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.header-hero-nav .header-main {
  min-height: 58px;
  padding: 6px 0;
}

.header-hero-nav .header-main .header-left {
  flex: 0 0 auto;
}

.header-hero-nav .header-main .header-left .header-logo {
  display: block;
}

.header-hero-nav .header-main .header-left .header-logo-2 {
  display: none;
}

.header-hero-nav .header-main .header-left .header-logo img {
  width: 154px;
  max-width: 154px;
}

/* Hide the global header while scrolling down and reveal it while scrolling up. */
#header-sticky {
  transition: transform 0.45s ease, opacity 0.35s ease;
}

#header-sticky.header-scroll-hidden {
  transform: translateY(calc(-100% - 24px));
  opacity: 0;
  pointer-events: none;
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  #header-sticky {
    transition: none;
  }
}

.header-hero-nav .header-main .main-menu ul li {
  margin-inline-end: 22px;
}

.header-hero-nav .header-main .main-menu ul li a {
  padding: 12px 0;
  color: rgba(255, 250, 242, 0.72) !important;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.header-hero-nav .header-main .main-menu ul li a:hover,
.header-hero-nav .header-main .main-menu ul li.active a {
  color: var(--white) !important;
}

.header-hero-nav .header-main .header-right {
  gap: 12px;
}

.header-hero-contact {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 17px;
  border: 1px solid rgba(255, 250, 242, 0.45);
  border-radius: 9px;
  color: var(--white) !important;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.header-hero-contact:hover {
  border-color: var(--white);
  background: rgba(255, 250, 242, 0.12);
}

.header-hero-nav .header-main .header-right .header-btn > span {
  display: none !important;
}

.header-hero-nav .header-main .header-right .header-btn > span a {
  color: var(--white) !important;
  font-size: 0;
  line-height: 1;
}

.header-hero-nav .header-main .header-right .header-btn > span a::after {
  content: "CONTACT";
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.header-hero-nav .header-main .header-right .header-btn > span:hover {
  border-color: var(--white);
  background: rgba(255, 250, 242, 0.12);
}

.header-hero-nav .header__hamburger {
  display: none !important;
}

.hero-1.brand-hero {
  min-height: 100svh;
  padding-top: 0;
  background: var(--brand-slate);
}

.hero-1.brand-hero .brand-hero-inner {
  min-height: 100svh;
}

.brand-hero-content {
  align-items: center;
  justify-content: center;
  min-height: 100svh;
  padding-top: 150px;
  padding-bottom: 90px;
  text-align: center;
}

.brand-hero-copy {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 1000px;
  text-shadow: 0 8px 32px rgba(20, 12, 10, 0.38);
}

.brand-hero-kicker {
  margin-bottom: 22px;
  color: rgba(255, 250, 242, 0.78);
  font-size: 14px;
  letter-spacing: 0.2em;
}

.brand-hero-copy h1 {
  max-width: 1120px;
  color: var(--white);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(40px, 4.8vw, 82px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-hero-copy p {
  max-width: 520px;
  margin: 34px auto 0;
  color: rgba(255, 250, 242, 0.9);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.45;
}

.brand-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  padding: 15px 20px;
  border: 1px solid rgba(255, 250, 242, 0.7);
  border-radius: 10px;
  outline: 4px solid rgba(255, 250, 242, 0.22);
  background: var(--white);
  color: #211817;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-hero-cta span {
  color: var(--yes-brand);
  font-size: 20px;
  line-height: 0.7;
}

.brand-hero-cta:hover {
  background: var(--yes-brand);
  color: var(--white);
}

.brand-hero-cta:hover span {
  color: var(--white);
}

.brand-hero-meta {
  position: absolute;
  right: clamp(24px, 5vw, 76px);
  bottom: 48px;
  min-width: 190px;
  text-align: left;
}

@media (max-width: 1199px) {
  .header-hero-nav .container-fluid {
    width: min(100%, 720px);
  }

  .header-hero-nav .header-main .main-menu ul li {
    margin-inline-end: 13px;
  }

  .header-hero-nav .header-main .main-menu ul li a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .contact-page .lead-form-grid,
  .contact-page .lead-options,
  .contact-page .lead-options-wide,
  .contact-page .lead-options-timeline {
    grid-template-columns: 1fr;
  }
  .contact-page .lead-form-full {
    grid-column: auto;
  }
}
  .header-hero-nav {
    top: 12px;
    padding: 0 12px;
  }

  .header-hero-nav .mega-menu-wrapper {
    padding: 0 14px;
  }

  .header-hero-nav .header-main .header-left .header-logo img,
  .header-hero-nav .header-main .header-left .header-logo-2 img {
    width: 222px !important;
    max-width: none;
    height: 38px;
  }

  .header-main .header-left .header-logo,
  .header-main .header-left .header-logo-2 {
    width: 48px;
    height: 38px;
    flex-basis: 48px;
  }

  .header-hero-nav .mean__menu-wrapper {
    display: none;
  }

  .header-hero-contact {
    min-height: 34px;
    padding: 0 11px;
    font-size: 11px;
  }

  .header-hero-nav .header-main .header-right .header-btn > span {
    min-height: 34px;
    padding: 0 11px;
  }

  .header-hero-nav .header-main .header-right .header-btn > span a::after {
    font-size: 11px;
  }

  .brand-hero-content {
    min-height: 100svh;
    padding: 130px 22px 82px;
  }

  .brand-hero-copy h1 {
    font-size: clamp(40px, 12vw, 68px);
    line-height: 0.96;
    white-space: normal;
  }

  .brand-hero-copy p {
    margin-top: 24px;
    font-size: 15px;
  }

  .brand-hero-meta {
    right: 22px;
    bottom: 30px;
    min-width: 140px;
    }
}

@media (max-width: 767px) {
  /* Use the actual navigation trigger in the compact mobile capsule. */
  .header-hero-nav .header-hero-contact {
    display: none !important;
  }

  .header-hero-nav .header__hamburger {
    display: block !important;
  }

  .header-hero-nav .header__hamburger .sidebar__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 34px;
    border: 1px solid rgba(255, 250, 242, 0.45);
    border-radius: 9px;
    color: var(--white) !important;
    font-size: 16px;
  }

  /* Bring the testimonial section closer to the end of the process story. */
  .sketch-reference-section {
    padding-bottom: 28px;
  }

  .testimonial-section-3 {
    padding-top: 42px !important;
  }

  /* Keep the mobile hero statement as one quiet, centered architectural line. */
  .brand-hero-copy h1 {
    width: calc(100vw - 28px);
    max-width: none;
    overflow: visible;
    margin-top: 10px;
    font-size: clamp(9px, 2.75vw, 13px);
    letter-spacing: -0.035em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  .brand-hero-copy h1 br {
    display: none;
  }

  .brand-hero-copy {
    transform: translateY(30px);
  }
}

/* Keep the full navigation visible on desktop; use the hamburger on compact screens. */
.header-hero-nav .header-hero-contact {
  display: none !important;
}

@media (min-width: 768px) {
  .header-hero-nav .mean__menu-wrapper {
    display: block !important;
  }

  .header-hero-nav .header__hamburger {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .header-hero-nav .mean__menu-wrapper {
    display: none !important;
  }

  .header-hero-nav .header__hamburger {
    display: block !important;
  }
}

.header-hero-nav .header__hamburger .sidebar__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 38px;
  border: 1px solid rgba(255, 250, 242, 0.45);
  border-radius: 9px;
  color: var(--white) !important;
  font-size: 18px;
}

/* The desktop header keeps its full navigation, so provide the same links
   inside the off-canvas panel when the hamburger is opened. */
.offcanvas-fallback-nav {
  margin: 12px 0 30px;
}

.offcanvas-fallback-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas-fallback-nav li + li {
  margin-top: 14px;
}

.offcanvas-fallback-nav a {
  color: #1c1d20;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}

.offcanvas-fallback-nav a:hover {
  color: var(--yes-brand);
}

@media (max-width: 1199px) {
  .offcanvas-fallback-nav {
    display: none;
  }

  /* Keep the generated mobile menu links stable while the off-canvas panel
     opens and during viewport changes. */
  .offcanvas__info .mobile-menu,
  .offcanvas__info .mobile-menu .mean-container,
  .offcanvas__info .mobile-menu .mean-nav,
  .offcanvas__info .mobile-menu .mean-nav ul,
  .offcanvas__info .mobile-menu .mean-nav ul li {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .offcanvas__info .mobile-menu .mean-nav ul li a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 575px) {
  .offcanvas__info {
    width: min(450px, 100vw);
  }

  .offcanvas__wrapper {
    padding: 24px 22px 30px;
  }

  .offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    display: block !important;
  }

  .offcanvas__wrapper .offcanvas__content .offcanvas__close,
  .offcanvas__wrapper .offcanvas__content .offcanvas__close button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
  }
}

.brand-hero-cta {
  gap: 0;
}

.brand-hero-cta span {
  display: none;
}

/* Editorial project index: text-led rows with a dominant architectural image. */
.project-inner-section:has(.project-editorial-list) {
  background: var(--brand-paper);
  padding-top: 0;
}

.project-editorial-list {
  display: block;
}

.project-editorial-item {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.48fr);
  min-height: 650px;
  padding: 54px 0 66px;
  border-top: 1px solid rgba(45, 50, 68, 0.2);
  gap: clamp(44px, 7vw, 110px);
}

.project-editorial-item:last-child {
  border-bottom: 1px solid rgba(45, 50, 68, 0.2);
}

.project-editorial-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 42px 0 0;
}

.project-editorial-index {
  color: var(--yes-brand);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.project-editorial-copy h2 {
  max-width: 520px;
  margin: 72px 0 0;
  color: var(--brand-wine);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(56px, 6vw, 96px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.project-editorial-copy h2 a {
  color: inherit;
}

.project-editorial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 38px;
  padding: 0;
  margin: 54px 0 0;
}

.project-editorial-meta li {
  list-style: none;
  color: var(--yes-brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-editorial-button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 50px;
  margin-top: auto;
  padding: 0 16px 0 30px;
  border: 1px solid var(--brand-wine);
  color: var(--brand-wine);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-editorial-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--brand-wine);
  color: var(--white);
  font-size: 16px;
}

.project-editorial-button:hover {
  background: var(--brand-wine);
  color: var(--white);
}

.project-editorial-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  align-items: end;
  gap: 24px;
  min-width: 0;
}

.project-editorial-main-image {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
}

.project-editorial-support {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 8px;
}

.project-editorial-support img {
  width: 100%;
  height: 180px;
  display: block;
  object-fit: cover;
}

.project-editorial-support span {
  color: var(--brand-slate);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

@media (max-width: 991px) {
  .project-editorial-item {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 32px;
  }

  .project-editorial-copy h2 {
    margin-top: 54px;
    font-size: clamp(48px, 7vw, 72px);
  }

  .project-editorial-visual {
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .project-editorial-main-image {
    min-height: 480px;
  }
}

@media (max-width: 767px) {
  .project-editorial-item {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 34px 0 44px;
    gap: 34px;
  }

  .project-editorial-copy {
    padding-top: 0;
  }

  .project-editorial-copy h2 {
    margin-top: 34px;
    font-size: clamp(48px, 15vw, 72px);
  }

  .project-editorial-meta {
    margin-top: 28px;
  }

  .project-editorial-button {
    margin-top: 34px;
  }

  .project-editorial-visual {
    grid-template-columns: minmax(0, 1fr) 76px;
    gap: 14px;
  }

  .project-editorial-main-image {
    min-height: 420px;
  }

  .project-editorial-support img {
    height: 120px;
  }
}

/* Keep the horizontal process panels inside the viewport at every breakpoint. */
.home-process-section > .container {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .home-process-section .tp-funfact-panel {
    width: 33.333333%;
    flex: 0 0 33.333333%;
    min-width: 0;
  }

  .home-process-section .work-process-box-items-2 {
    width: 100%;
    min-width: 0;
  }

  .home-process-section .work-process-image {
    flex: 0 0 auto;
    min-width: 0;
    overflow: hidden;
  }

  .home-process-section .work-process-image img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: initial;
  }
}

@media (max-width: 1199px) {
  .home-process-section .tp-funfact-panel {
    width: 100%;
    flex: 0 0 100%;
    min-width: 0;
  }

  .home-process-section .work-process-image {
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .home-process-section .work-process-image img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

/* Give every How We Work image the same frame, regardless of file dimensions. */
.home-process-section .work-process-image {
  width: min(508px, 100%);
  height: 594px;
  flex: 0 0 min(508px, 100%);
  overflow: hidden;
}

.home-process-section .work-process-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .home-process-section .work-process-image {
    width: 100%;
    height: auto;
    aspect-ratio: 508 / 594;
    flex-basis: 100%;
  }
}

/* Image-free studio roster: an editorial treatment built from type, grid and linework. */
.team-editorial {
  position: relative;
  overflow: hidden;
  background: #f4f1eb;
}

.team-editorial::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 1;
  background: radial-gradient(circle at 78% 18%, rgba(180, 94, 72, .07), transparent 22%), radial-gradient(circle at 12% 86%, rgba(108, 143, 147, .08), transparent 26%);
  pointer-events: none;
}

.team-editorial .container {
  position: relative;
  z-index: 1;
}

.team-editorial-heading {
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 52px;
}

.team-editorial-heading h2 {
  margin: 28px 0 0;
  color: var(--brand-wine);
  font-size: clamp(52px, 7vw, 104px);
  font-weight: 500;
  letter-spacing: -.09em;
  line-height: .82;
  text-transform: uppercase;
}

.team-editorial-heading h2 em {
  color: var(--yes-brand);
  font-family: inherit;
  font-style: normal;
}

.team-member-card {
  min-height: 700px;
  border: 1px solid rgba(45, 50, 68, .16);
  background: rgba(255, 250, 242, .72);
  box-shadow: 0 24px 60px rgba(45, 50, 68, .08);
  transition: transform .5s cubic-bezier(.2, .7, .2, 1), box-shadow .5s ease;
}

.team-member-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 70px rgba(45, 50, 68, .14);
}

.team-member-card--accent {
  background: var(--brand-slate);
}

.team-member-card-top {
  position: relative;
  z-index: 2;
  padding: 26px 28px 12px;
}

.team-member-visual {
  position: relative;
  display: flex;
  min-height: 360px;
  margin: 0 18px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(45, 50, 68, .16);
  background: #e8e1d7;
}

.team-member-visual::before,
.team-member-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(45, 50, 68, .18);
  transform: rotate(45deg);
}

.team-member-visual::before {
  width: 230px;
  height: 230px;
}

.team-member-visual::after {
  width: 150px;
  height: 150px;
  border-color: rgba(180, 94, 72, .52);
}

.team-member-card--accent .team-member-visual {
  border-color: rgba(255, 250, 242, .2);
  background: #657c80;
}

.team-member-card--accent .team-member-visual::before {
  border-color: rgba(255, 250, 242, .2);
}

.team-member-card--accent .team-member-visual::after {
  border-color: rgba(224, 163, 119, .8);
}

.team-member-visual-number,
.team-member-visual-caption {
  position: absolute;
  z-index: 1;
  color: var(--brand-slate);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.team-member-card--accent .team-member-visual-number,
.team-member-card--accent .team-member-visual-caption {
  color: var(--white);
}

.team-member-visual-number {
  top: 22px;
  left: 22px;
}

.team-member-visual-caption {
  right: 22px;
  bottom: 22px;
  font-size: 9px;
}

.team-member-visual-name {
  position: relative;
  z-index: 1;
  max-width: 86%;
  color: var(--brand-wine);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 500;
  letter-spacing: -.075em;
  line-height: .86;
  text-transform: uppercase;
}

.team-member-card--accent .team-member-visual-name {
  color: var(--white);
}

.team-member-visual i {
  position: absolute;
  right: 25%;
  bottom: 16%;
  left: 25%;
  z-index: 1;
  height: 1px;
  background: var(--yes-brand);
}

.team-member-copy {
  padding: 30px 28px 28px;
}

.team-member-copy h2 {
  font-size: clamp(35px, 4vw, 62px);
}

@media (max-width: 575px) {
  .team-editorial-heading h2 {
    margin-top: 22px;
    font-size: 58px;
  }

  .team-member-card {
    min-height: 0;
  }

  .team-member-visual {
    min-height: min(92vw, 390px);
  }
}
