--------------------------------------------------------------------*/

@font-face {
  font-family: 'Nexa Bold';
  src: url('../fonts/NexaBold.woff2') format('woff2'),
    url('../fonts/NexaBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-heading: 'Nexa Bold', sans-serif;
  --font-body: 'Nexa Bold', sans-serif;
  --color-primary: #173A28;
  --color-heading: #1b1b22;
  --color-default: #615a5a;
  --color-border: #DDDBDB;
  --color-dark: #181818;
  --color-white: #fff;
  --color-black: #000;
  --color-body: #fff;
  --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91);
}

.architecture {
  --font-heading: "topluxury";
  --color-heading: #0c1c24;
  --color-default: #4a4e51;
}

.factory_construction {
  --color-heading: #183a4f;
  --color-secondary: #c7e8ff;
  --color-default: #183a4f;
}

/* reset css start */
:root {
  scroll-behavior: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  position: relative;
  word-wrap: break-word;
  color: var(--color-default);
  font-family: var(--font-body);
  background-color: var(--color-body);
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0px;
  padding: 0px;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: inherit;
}

select {
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/icon/select-arrow.html);
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-color: transparent;
  border: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
form select,
textarea {
  width: 100%;
  height: 75px;
  border-radius: 0;
  background-color: #F3F4F5;
  padding: 10px 20px;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
  font-weight: 500;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888686;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
form select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888686;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
form select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888686;
  opacity: 1;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
form select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888686;
  opacity: 1;
}

textarea {
  height: 100px;
}

button {
  border: 0;
}

table {
  width: 100%;
}

p,
li,
span {
  margin-bottom: 0;
  text-align: justify;
}

/* reset css end */
/* global css start */
.nice-select {
  background-color: #2a2a2a !important;
  height: 60px;
  line-height: 59px;
  min-height: 60px;
  padding: 0 20px;
  width: 100%;
  padding: 0 46px;
  margin-bottom: 20px;
  background-color: #F3F4F5;
  border: 0;
  font-size: 16px;
}

.nice-select::after {
  border-bottom: 1.9px solid #4C6A6D;
  border-right: 1.9px solid #4C6A6D;
  height: 6px;
  right: 20px;
  width: 6px;
}

.nice-select .option {
  line-height: 38px;
  min-height: 38px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: rgba(11, 20, 34, 0.04);
}

.nice-select .list {
  width: 100%;
  margin-top: 0;
  padding: 12px 18px;
  border-radius: 0 0 5px 5px;
  -webkit-transform: scale(1) translateY(30px);
  -ms-transform: scale(1) translateY(30px);
  transform: scale(1) translateY(30px);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.nice-select .list li {
  margin-right: 0 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.nice-select .list li:hover {
  color: white;
  background-color: rgba(11, 20, 34, 0.04);
}

.nice-select .list .option {
  color: #8a8a8a;
  font-weight: 500;
}

.nice-select .list .option.selected {
  font-weight: 500;
}

.nice-select .list .option.selected,
.nice-select .list .option:hover {
  border: none !important;
}

body.body-overflow {
  overflow: hidden;
}

/* global css end */
.body_wrap {
  position: relative;
}

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.white-bg {
  background: var(--color-white);
}

.black-bg {
  background: var(--color-black);
}

.clr-white {
  color: var(--color-white) !important;
}

.clr-black {
  color: var(--color-black);
}

.pos-rel {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.f-right {
  float: right;
}

.border-effect a,
.border-effect-2 a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.border-effect a:hover,
.border-effect-2 a:hover {
  background-size: 100% 100%;
  color: inherit;
}

.border-effect-2 a {
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
}

.xb-close {
  background: rgba(0, 0, 0, 0.04);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.xb-close::before,
.xb-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}

.xb-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.xb-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.xb-close:hover::before,
.xb-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

/* order & unorder list reset - start */
.ul_li,
.ul_li_right,
.ul_li_center,
.ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ul_li>li,
.ul_li_right>li,
.ul_li_center>li,
.ul_li_between>li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul_li {
  justify-content: flex-start;
}

.ul_li_center {
  justify-content: center;
}

.ul_li_right {
  justify-content: flex-end;
}

.ul_li_between {
  justify-content: space-between;
}

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block;
}

.ul_li_block>li {
  display: block;
  list-style: none;
}

.flex-1 {
  flex: 1;
}

.xb-odm {
  overflow: hidden;
}

.xb-odm .xbo.xbo-auto-theme .xbo-digit .xbo-digit-inner,
.xb-odm .xbo.xbo-theme-default .xbo-digit .xbo-digit-inner {
  overflow: initial;
  overscroll-behavior-y: hidden;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-none-5 {
  margin-top: -5px;
}

.mt-none-10 {
  margin-top: -10px;
}

.mt-none-15 {
  margin-top: -15px;
}

.mt-none-20 {
  margin-top: -20px;
}

.mt-none-25 {
  margin-top: -25px;
}

.mt-none-30 {
  margin-top: -30px;
}

.mt-none-35 {
  margin-top: -35px;
}

.mt-none-40 {
  margin-top: -40px;
}

.mt-none-45 {
  margin-top: -45px;
}

.mt-none-50 {
  margin-top: -50px;
}

.mt-none-55 {
  margin-top: -55px;
}

.mt-none-60 {
  margin-top: -60px;
}

.mt-none-65 {
  margin-top: -65px;
}

.mt-none-70 {
  margin-top: -70px;
}

.mt-none-75 {
  margin-top: -75px;
}

.mt-none-80 {
  margin-top: -80px;
}

.mt-none-85 {
  margin-top: -85px;
}

.mt-none-90 {
  margin-top: -90px;
}

.mt-none-95 {
  margin-top: -95px;
}

.mt-none-100 {
  margin-top: -100px;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 55px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 30px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/* typography css start */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-heading);
  font-family: var(--font-heading);
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* typography css end */
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

.scale-upOne {
  animation: scale-upOne 5s linear infinite;
}

@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0.7;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}

@keyframes hvr-ripple-out {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
  }
}

@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0;
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, -20px) rotate(72deg);
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    -moz-transform: translate(141px, -20px) rotate(72deg);
    -ms-transform: translate(141px, -20px) rotate(72deg);
    -o-transform: translate(141px, -20px) rotate(72deg);
  }

  60% {
    transform: translate(83px, -60px) rotate(108deg);
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    -moz-transform: translate(83px, -60px) rotate(108deg);
    -ms-transform: translate(83px, -60px) rotate(108deg);
    -o-transform: translate(83px, -60px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px);
  }

  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px);
  }
}

@-webkit-keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px);
  }

  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px);
  }
}

@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg);
  }

  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg);
  }
}

@-webkit-keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg);
  }

  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg);
  }
}

@keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg);
  }

  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg);
  }

  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg);
  }

  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg);
  }

  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg);
  }

  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg);
  }
}

@-webkit-keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg);
  }

  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg);
  }

  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg);
  }

  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg);
  }

  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg);
  }

  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes zoominup {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

@-webkit-keyframes zoominup {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.zoominup {
  animation: zoominup 5s linear infinite;
}

@keyframes zoominup2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes zoominup2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.zoominup2 {
  animation: zoominup2 1.5s linear infinite;
}

@-webkit-keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }

  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
}

@keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }

  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
}

.updown {
  animation: updown 3s linear infinite;
}

@-webkit-keyframes updown-2 {
  0% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
  }

  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }

  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
  }
}

.updown-2 {
  animation: updown-2 5s linear infinite;
}

@-webkit-keyframes leftRight-animation {
  0% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  50% {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
  }

  100% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
}

.leftRight-animation {
  animation: leftRight-animation 4s linear infinite;
}

@keyframes ltr {
  0% {
    width: 0;
  }

  15% {
    width: 95%;
  }

  85% {
    opacity: 1;
  }

  90% {
    width: 95%;
    opacity: 0;
  }

  to {
    width: 0;
    opacity: 0;
  }
}

/*circleAnimation*/
@-webkit-keyframes circleAnimation {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

@-webkit-keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes icon-bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes lr-animation {
  0% {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes tb-animation {
  0% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes xb_up_down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.slide-up-down {
  animation: xb_up_down 1s ease infinite alternate;
}

@keyframes xb_ltr {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-20px);
  }
}

.slide-ltr {
  animation: xb_ltr 5s ease infinite alternate;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }

  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }

  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }

  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}

@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}

@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}

@keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-ms-keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes pulse-border-small {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-small {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@keyframes push-scale-one {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes push-scale-one {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes push-scale-two {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(2.4);
  }
}

@-webkit-keyframes push-scale-two {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg);
  }

  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    -ms-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg);
  }

  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    -ms-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.wow.skewIn.animated {
  -webkit-animation-name: xbSkewIn;
  animation-name: xbSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.skewInImg {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
}

.skewInImg img {
  transform-origin: 50% 50%;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  max-width: 100%;
  height: auto;
  transform: scale(1.5) translate(100px, 0px);
}

.skewInImg.animated {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.skewInImg.animated img {
  transform: scale(1) translate(0px, 0px);
}

[data-aos=fade-up] {
  transform: translateY(50px);
}

[data-aos=fade-down] {
  transform: translateY(-50px);
}

[data-aos=fade-right] {
  transform: translate(-50px);
}

[data-aos=fade-left] {
  transform: translate(50px);
}

[data-aos=fade-up-right] {
  transform: translate(-50px, 50px);
}

[data-aos=fade-up-left] {
  transform: translate(50px, 50px);
}

[data-aos=fade-down-right] {
  transform: translate(-50px, -50px);
}

[data-aos=fade-down-left] {
  transform: translate(50px, -50px);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: cubic-bezier(0.18, 0.57, 0.25, 0.97);
}

@-webkit-keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg);
  }

  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg);
  }

  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
  }

  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg);
  }

  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg);
  }
}

@keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg);
  }

  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg);
  }

  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
  }

  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg);
  }

  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg);
  }
}

@keyframes xbzoominzoomup {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(0.8);
  }
}

.xbzoominzoomup {
  animation: xbzoominzoomup 5s linear infinite;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: rotate(-180deg);
  }

  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}

@keyframes rotateme2 {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.rotateme2 {
  animation-name: rotateme2;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.marquee-first {
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}

.marquee-2 {
  -webkit-animation: marquee2 30s linear infinite;
  animation: marquee2 30s linear infinite;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.path {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dash 4s linear infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 100;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.path_2 {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dashTwo 4s linear infinite;
}

@keyframes dashTwo {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 100;
  }
}

@keyframes phoneRinging {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.phoneRinging {
  animation: phoneRinging 1.5s infinite linear;
}

@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(30deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(30deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes sliderShape {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

.xb-animetion-right {
  animation: xb-animetion-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes xb-animetion-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;
  }
}

.xb-animetion-left {
  animation: xb-animetion-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes xb-animetion-left {
  0% {
    transform: translateX(0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.xb-animetion-left-2 {
  animation: xb-animetion-left-2 2.8s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes xb-animetion-left-2 {
  0% {
    transform: translateX(0);
    clip-path: inset(0 100% 0 0);
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}

.xb-animetion-top {
  animation: xb-animetion-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes xb-animetion-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 xb-zoomout {
  0% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes xb-zoomout {
  0% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-moz-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@-ms-keyframes xbshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes xbshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}

.xbshake {
  transition: all 0.4s ease;
}

@keyframes swing {
  0% {
    transform: rotate(8deg);
  }

  50% {
    transform: rotate(-8deg);
  }

  100% {
    transform: rotate(8deg);
  }
}

/*----------------------------------------
Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: var(--color-white);
}

[data-overlay="dark"]::before {
  background-color: var(--color-black);
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.header-area .main-menu__wrap {
  position: static;
  margin-left: 122px;
}

@media only screen and (max-width: 1300px) {
  .header-area .main-menu__wrap {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .header-area.header-transparent {
    top: 30px;
  }
}

@media (max-width: 767px) {
  .header-area .xb-header-logo {
    max-width: 120px;
  }
}

.header-area .xb-header-logo .logo-one {
  display: block;
}

.header-area .xb-header-logo .logo-two {
  display: none;
}

.header-area .xb-header-area-sticky {
  top: 0;
  box-shadow: none;
}

@media (max-width: 991px) {
  .header-area .xb-header-area-sticky {
    padding: 15px 0;
  }
}

.header-area .xb-header-area-sticky .main-menu>ul>li>a {
  padding: 30px 10px;
  color: var(--color-heading);
}

.header-area .xb-header-area-sticky .main-menu>ul>li:hover>a,
.header-area .xb-header-area-sticky .main-menu>ul>li.active>a {
  color: var(--color-heading);
}

.header-area .xb-header-area-sticky .main-menu>ul>li .submenu {
  margin-top: 0;
}

.header-area .xb-header-area-sticky .header-contact-btn a {
  color: var(--color-heading);
}

.header-area .xb-header-area-sticky .xb-header-logo .logo-one {
  display: none;
}

.header-area .xb-header-area-sticky .xb-header-logo .logo-two {
  display: block;
}

.header-area .xb-header-area-sticky .xb-nav-mobile {
  color: var(--color-heading);
  border: 1px solid var(--color-heading);
}

.header-area .xb-header-area-sticky .xb-nav-mobile:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border: 1px solid var(--color-white);
}

.header-area .xb-header-area-sticky .main-menu ul li.menu-item-has-children .submenu {
  border-top: 1px solid #e3e3e3;
}

.header-area .xb-header-area-sticky .main-menu ul li.menu-item-has-children:hover>.submenu {
  transform: translateY(0px);
}

@media (max-width: 1199px) {
  .header-area--two .xb-header-logo {
    max-width: 170px;
  }
}

@media (max-width: 767px) {
  .header-area--two .xb-header-logo {
    max-width: 120px;
  }
}

.header-area--two .xb-nav-mobile {
  background: var(--color-primary);
  border: 1px solid var(--color-primary) !important;
}

.header-area--two .xb-nav-mobile:hover {
  background: var(--color-heading);
  border: 1px solid var(--color-heading) !important;
}

.header-area--two .xb-header-area-sticky {
  padding: 15px 0;
}

.header-area--two .xb-header-area-sticky .xb-nav-mobile {
  color: var(--color-white);
}

.header-area--two .xb-header-area-sticky .xb-header-logo {
  max-width: 150px;
}

@media (max-width: 767px) {
  .header-area--two .xb-header-area-sticky .xb-header-logo {
    max-width: 120px;
  }
}

.header-area--three .main-menu__wrap {
  margin-left: -260px;
}

@media only screen and (max-width: 1600px) {
  .header-area--three .main-menu__wrap {
    margin-left: -90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-area--three .main-menu__wrap {
    margin-left: -20px;
  }
}

@media only screen and (max-width: 1300px) {
  .header-area--three .main-menu__wrap {
    margin-left: 0px;
  }
}

.header-area--three.header-transparent {
  top: 30px;
}

.header-area--three .main-menu>ul>li:not(:last-child) {
  margin-right: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-area--three .main-menu>ul>li:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .header-area--three .main-menu>ul>li:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 1199px) {
  .header-area--three .main-menu>ul>li:not(:last-child) {
    margin-right: 30px;
  }
}

.header-area--three .main-menu>ul>li a {
  font-weight: 500;
  color: var(--color-heading);
  font-family: var(--font-heading);
}

.header-area--three .main-menu>ul>li:hover>a,
.header-area--three .main-menu>ul>li.active>a {
  color: var(--color-heading);
}

@media (max-width: 1199px) {
  .header-area--three .header-contact-info-btn {
    display: none;
  }
}

.header-area--three .xb-nav-mobile {
  color: var(--color-heading);
  border: 1px solid var(--color-heading);
}

.header-area--three .xb-nav-mobile:hover {
  border: 1px solid var(--color-primary);
}

.header-area--three .xb-header-area-sticky .main-menu__wrap {
  margin-left: 0;
}

.header-area--four .main-menu__wrap {
  margin-left: 155px;
}

@media only screen and (max-width: 1300px) {
  .header-area--four .main-menu__wrap {
    margin-left: 0;
  }
}

.header-area--four .main-menu>ul>li a {
  color: var(--color-dark);
}

.header-area--four .main-menu>ul>li:hover>a,
.header-area--four .main-menu>ul>li.active>a {
  color: var(--color-dark);
}

.header-area--four .main-menu ul li.menu-item-has-children .submenu {
  border-top: 1px solid #e3e3e3;
}

.header-area--four.header-transparent {
  top: 26px;
}

@media (max-width: 1199px) {
  .header-area--four .ie-header-btn {
    display: none;
  }
}

.header-area--four .xb-nav-mobile {
  color: var(--color-dark);
  border: 1px solid var(--color-dark);
}

.header-area--page {
  padding-top: 12px;
  background: var(--color-dark);
}

@media (max-width: 991px) {
  .header-area--page {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.header-area--page.header-transparent {
  top: 0;
}

.header-area--page .main-menu>ul>li a {
  padding: 45px 10px 50px;
}

.header-area--page .header-contact-btn a .icon {
  background: var(--color-white);
}

.header-area--page .header-contact-btn a .icon img {
  filter: brightness(0);
}

.header-area--page .xb-header-area-sticky .header-contact-btn a .icon {
  background: var(--color-black);
}

.header-area--page .xb-header-area-sticky .header-contact-btn a .icon img {
  filter: brightness(1);
}

.header-area--page .xb-nav-mobile:hover {
  border: 1px solid var(--color-primary);
}

.header-area--page .main-menu ul li.menu-item-has-children:hover>.submenu {
  transform: translateY(0px);
}

@media (max-width: 991px) {
  .header-contact-btn {
    display: none;
  }
}

.header-contact-btn a {
  gap: 15px;
  display: flex;
  align-items: center;
  text-align: right;
  transition: all 0.3s ease;
}

.header-contact-btn a .number {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #D09838;
  font-family: var(--font-heading);
}

.header-contact-btn a .number small {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #D09838;
  margin-bottom: 4px;
  opacity: 0.9;
}

.header-contact-btn a:hover .number {
  color: #D09838;
}

@media (max-width: 1199px) {
  .header-contact-btn a .number {
    display: none;
  }
}

.header-contact-btn a .icon {
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #D09838;
  color: var(--color-white);
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-contact-btn a:hover .icon {
  background: transparent;
  border-color: #D09838;
  transform: rotate(15deg) scale(1.1);
}

@media (max-width: 991px) {
  .ie-header-btn {
    display: none;
  }
}

.ie-header-btn a {
  padding: 5px 30px 5px 5px;
}

.ie-header-btn a::before {
  left: 5px;
  right: auto;
  width: 50px;
  height: 50px;
}

.ie-header-btn a .inner {
  gap: 15px;
}

.ie-header-btn a .text {
  font-size: 30px;
  letter-spacing: 0;
}

.ie-header-btn a .xb-icon {
  width: 50px;
  height: 50px;
}

.header-menu-bar {
  width: 91px;
  gap: 14.22px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .header-menu-bar {
    width: 40px;
    gap: 8.22px;
  }
}

.header-menu-bar span {
  height: 3px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-heading);
}

@media (max-width: 767px) {
  .header-menu-bar span {
    height: 2px;
  }
}

.header-menu-bar:hover span {
  background: var(--color-primary);
}

.header-menu-bar:hover span:nth-child(odd) {
  width: 80%;
}

@media (max-width: 991px) {
  .header-contact-button {
    display: none;
  }
}

.header-contact-button a {
  padding: 11px 30px 10px 10px;
}

.header-contact-button a .holder {
  gap: 10px;
}

.header-contact-button a .text {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-family: var(--font-heading);
}

@media (max-width: 1199px) {
  .header-contact-button a .text {
    font-size: 26px;
    line-height: 1.4;
  }
}

.header-contact-button a .xb-icon {
  height: 49px;
  width: 49px;
  background: var(--color-white);
}

.side-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.side-menu a span {
  position: absolute;
  left: 47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  padding-left: 8px;
}

.side-menu a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.side-menu a svg path {
  fill: var(--color-primary);
}

.header-transparent {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

/* #xb-header-area .xb-header-area-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
  -o-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
  transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
  visibility: hidden;
  background-color: #fff;
}

#xb-header-area .xb-header-area-sticky.xb-header-fixed {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
} */

.main-menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.main-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li:not(:last-child) {
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 1199px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 15px;
  }
}

.main-menu ul li .submenu li {
  margin-right: 0;
}

.main-menu ul li a {
  z-index: 3;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
  letter-spacing: 0;
  position: relative;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  color: var(--color-white);
}

.main-menu ul li.menu-item-has-children>a span::after {
  content: '\f107';
  font-weight: 600;
  font-size: 16px;
  margin-left: 8px;
  font-family: "Font Awesome 6 Pro";
}

.main-menu ul li.menu-item-has-children:hover>.submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
  color: var(--color-white);
}

.main-menu ul li .submenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  min-width: 240px;
  opacity: 0;
  left: 0;
  z-index: 3;
  top: 100%;
  padding: 30px;
  text-align: left;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: translateY(30px);
  background: var(--color-white);
  box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1);
}

.main-menu ul li .submenu li:not(:last-child) {
  margin-bottom: 13px;
}

.main-menu ul li .submenu li a {
  padding: 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: var(--color-heading);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}

.main-menu ul li .submenu li a::after {
  position: absolute;
  content: '';
  left: 0;
  top: 45%;
  height: 2px;
  width: 10px;
  opacity: 0;
  text-decoration: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-primary);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.main-menu ul li .submenu li ul {
  left: 100%;
  top: 0px;
}

.main-menu ul li .submenu li.menu-item-has-children>a span::after {
  position: absolute;
  top: 10%;
  right: 5px;
  z-index: 3;
  transform: rotate(-90deg);
}

.main-menu ul li .submenu li:hover>a,
.main-menu ul li .submenu li.active>a {
  padding-left: 20px;
  color: var(--color-primary);
}

.main-menu ul li .submenu li:hover>a span::after,
.main-menu ul li .submenu li.active>a span::after {
  color: var(--color-primary);
}

.main-menu ul li .submenu li:hover>a::after,
.main-menu ul li .submenu li.active>a::after {
  opacity: 1;
}

.main-menu ul li.has-mega-menu {
  position: static;
}

.main-menu ul li.has-mega-menu li {
  width: 100%;
}

.main-menu ul li .mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1620px;
  background: #EEEFE6;
  padding: 47px 50px 43px;
  box-shadow: -1px 71px 55px 0 rgba(0, 0, 0, 0.39);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-menu ul li .mega-menu {
    padding: 47px 15px 43px;
  }
}

@media (max-width: 1199px) {
  .main-menu ul li .mega-menu {
    padding: 47px 15px 43px;
  }
}

.main-menu ul li .mega-menu .mega-menu-content a {
  padding: 0;
}

.main-menu ul li .mega-menu .mega-menu-content .demo-pic {
  height: auto;
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 4px solid #fff;
}

.main-menu ul li .mega-menu .demo-item .title a {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0.03em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-heading);
  font-family: var(--font-body);
}

@media only screen and (max-width: 1023px) {
  .main-menu ul li .mega-menu .demo-item .title a {
    font-size: 16px;
  }
}

.main-menu ul li .mega-menu .demo-item:hover .demo-pic {
  border-color: var(--color-primary);
}

.main-menu ul li .mega-menu .demo-item:hover .title a {
  color: var(--color-primary);
}

.main-menu ul li.menu-last ul.submenu {
  right: 0;
  left: auto;
}

.main-menu ul li.menu-last ul.submenu ul {
  right: auto;
  left: -100%;
}

.main-menu__wrap {
  position: static;
}

/*----------------------------------------*/
/*  28. sec-title
/*----------------------------------------*/
.sec-title .title {
  font-size: 125px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color-heading);
  font-family: var(--font-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sec-title .title {
    font-size: 95px;
  }
}

@media (max-width: 1199px) {
  .sec-title .title {
    font-size: 68px;
  }
}

@media (max-width: 991px) {
  .sec-title .title {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .sec-title .title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec-title .title {
    font-size: 46px;
  }
}

.sec-title .sub-title {
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-heading);
}

.sec-title .sub-title::before,
.sec-title .sub-title::after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  height: 12px;
  width: 12px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transform: translateY(-50%);
  background: var(--color-primary);
}

.sec-title .sub-title::after {
  display: none;
  left: auto;
  right: -20px;
}

.sec-title .xb-holder {
  flex-grow: 1;
  flex-basis: 0;
  transform: translateY(-5px);
}

@media (max-width: 991px) {
  .sec-title .xb-holder {
    flex-grow: unset;
    flex-basis: unset;
    transform: translateY(0);
  }
}

.sec-title--page .title {
  font-size: 80px;
  line-height: 1.15;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sec-title--page .title {
    font-size: 64px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .sec-title--page .title {
    font-size: 58px;
  }
}

@media (max-width: 1199px) {
  .sec-title--page .title {
    font-size: 58px;
  }
}

@media (max-width: 991px) {
  .sec-title--page .title {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .sec-title--page .title {
    font-size: 38px;
  }
}

.sec-title--four .title {
  font-size: 164px;
  letter-spacing: -0.04em;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .sec-title--four .title {
    font-size: 148px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sec-title--four .title {
    font-size: 130px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .sec-title--four .title {
    font-size: 110px;
  }
}

@media (max-width: 1199px) {
  .sec-title--four .title {
    font-size: 78px;
  }
}

@media (max-width: 991px) {
  .sec-title--four .title {
    font-size: 66px;
  }
}

@media (max-width: 767px) {
  .sec-title--four .title {
    font-size: 46px;
    line-height: 1.1;
  }
}

.sec-title-two .sub-title {
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color-white);
}

.sec-title-two .title {
  font-weight: 400;
  font-size: 120px;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: var(--color-heading);
}

@media (max-width: 1199px) {
  .sec-title-two .title {
    font-size: 110px;
  }
}

@media (max-width: 991px) {
  .sec-title-two .title {
    font-size: 90px;
  }
}

@media (max-width: 767px) {
  .sec-title-two .title {
    font-size: 60px;
  }
}

.sec-title-three .title {
  font-size: 176px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-dark);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sec-title-three .title {
    font-size: 148px;
  }
}

@media only screen and (max-width: 1300px) {
  .sec-title-three .title {
    font-size: 120px;
  }
}

@media (max-width: 1199px) {
  .sec-title-three .title {
    font-size: 90px;
  }
}

@media (max-width: 991px) {
  .sec-title-three .title {
    font-size: 68px;
  }
}

@media (max-width: 767px) {
  .sec-title-three .title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec-title-three .title {
    font-size: 60px;
  }
}

.xb-about-top .xb-title {
  font-size: 80px;
  line-height: 1.1;
  display: inline;
  text-transform: uppercase;
}

@media only screen and (max-width: 1600px) {
  .xb-about-top .xb-title {
    font-size: 48px;
  }
}

@media (max-width: 1199px) {
  .xb-about-top .xb-title {
    font-size: 58px;
  }
}

@media (max-width: 991px) {
  .xb-about-top .xb-title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .xb-about-top .xb-title {
    font-size: 38px;
  }
}

.xb-about-top .xb-title span {
  color: #D09838;
}

.xb-about-top .xb-signager {
  gap: 26px;
  font-size: 16px;
  margin-left: 140px;
  display: inline-flex;
}

@media only screen and (max-width: 1600px) {
  .xb-about-top .xb-signager {
    margin-left: 130px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-about-top .xb-signager {
    margin-left: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-about-top .xb-signager {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .xb-about-top .xb-signager {
    margin-left: 50px;
  }
}

@media (max-width: 991px) {
  .xb-about-top .xb-signager {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .xb-about-top .xb-signager {
    gap: 15px;
  }
}

@media (max-width: 1199px) {
  .xb-about-top .xb-signager img {
    max-width: 265px;
  }
}

@media (max-width: 767px) {
  .xb-about-wrap {
    margin-top: 62px;
  }
}

.xb-about-content-item {
  gap: 20px;
  display: flex;
  align-items: start;
  flex-wrap: nowrap;
  position: relative;
}

@media (max-width: 991px) {
  .xb-about-content-item {
    flex-wrap: wrap;
  }
}

.xb-about-content-item .xb-item--year {
  display: inline-block;
  background: #D09838;
}

.xb-about-content-item .xb-item--year h2 {
  font-weight: 600;
  font-size: 380px;
  color: #f0ede5;
  line-height: 1;
  overflow: hidden;
  margin-top: -43px;
  white-space: nowrap;
  text-transform: uppercase;
}

.xb-about-content-item .xb-item--year h2 a {
  color: currentColor;
}

@media only screen and (max-width: 1600px) {
  .xb-about-content-item .xb-item--year h2 {
    font-size: 340px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-about-content-item .xb-item--year h2 {
    font-size: 296px;
    margin-top: -35px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-about-content-item .xb-item--year h2 {
    font-size: 250px;
    margin-top: -28px;
  }
}

@media (max-width: 1199px) {
  .xb-about-content-item .xb-item--year h2 {
    margin-top: -25px;
    font-size: 200px;
  }
}

@media (max-width: 991px) {
  .xb-about-content-item .xb-item--year h2 {
    font-size: 124px;
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  .xb-about-content-item .xb-item--year h2 {
    font-size: 90px;
  }
}

.xb-about-content-item .xb-item--box {
  gap: 20px;
  align-items: start;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .xb-about-content-item .xb-item--box {
    gap: 10px;
  }
}

.xb-about-content-item .xb-item--content {
  font-size: 16px;
  line-height: 24px;
  max-width: 277px;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .xb-about-content-item .xb-item--content {
    max-width: 234px;
  }
}

@media (max-width: 767px) {
  .xb-about-content-item .xb-item--content {
    display: none;
  }
}

@media (max-width: 991px) {
  .xb-about-content-item .xb-item--img {
    max-width: 234px;
  }
}

.xb-about-content-item .xb-item--history-text {
  line-height: 30px;
}

.xb-about-year-item {
  z-index: 1;
  width: 100%;
  max-width: 309px;
  padding: 0px 20px 8px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border: 3px solid #d3d3d2;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .xb-about-year-item {
    padding: 5px 20px;
  }
}

.xb-about-year-item::before {
  position: absolute;
  content: '';
  top: -4px;
  left: -3px;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 105%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-black);
}

@media (max-width: 767px) {
  .xb-about-year-item::before {
    height: 116%;
  }
}

.xb-about-year-item h2 {
  font-weight: 600;
  font-size: 125px;
  line-height: 30%;
  line-height: 1;
  color: #b7b7b7;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-about-year-item h2 {
    font-size: 100px;
  }
}

@media (max-width: 1199px) {
  .xb-about-year-item h2 {
    font-size: 62px;
  }
}

@media (max-width: 991px) {
  .xb-about-year-item h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .xb-about-year-item h2 {
    font-size: 26px;
  }
}

.xb-about-year-nav {
  padding-top: 150px;
}

@media (max-width: 767px) {
  .xb-about-year-nav {
    padding-top: 120px;
  }
}

.xb-about-year-nav .swiper-slide-thumb-active .xb-about-year-item {
  border: 3px solid transparent;
}

.xb-about-year-nav .swiper-slide-thumb-active .xb-about-year-item::before {
  opacity: 1;
  width: 102%;
}

@media (max-width: 767px) {
  .xb-about-year-nav .swiper-slide-thumb-active .xb-about-year-item::before {
    width: 104%;
  }
}

.xb-about-year-nav .swiper-slide-thumb-active .xb-about-year-item h2 {
  color: var(--color-white);
}

.about-slide-btn>div {
  height: 48px;
  width: 48px;
  left: auto;
  right: 0;
  bottom: auto;
  top: 100px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-white);
}

@media (max-width: 767px) {
  .about-slide-btn>div {
    top: 74px;
    width: 38px;
    height: 38px;
    padding: 12px;
  }
}

.about-slide-btn>div::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-heading);
}

.about-slide-btn>div:after {
  display: none;
}

.about-slide-btn>div img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.about-slide-btn>div:hover::before {
  opacity: 1;
  width: 100%;
}

.about-slide-btn>div:hover img {
  filter: brightness(100);
}

.about-slide-btn .swiper-button-prev {
  right: 58px;
}

@media (max-width: 767px) {
  .about-slide-btn .swiper-button-prev {
    right: 50px;
  }
}

.about-sec-title {
  max-width: 1100px;
}

@media (max-width: 991px) {
  .about-sec-title {
    max-width: 840px;
  }
}

@media (max-width: 767px) {
  .about-sec-title {
    max-width: 100%;
  }
}

.about-sec-title .sub-title {
  transform: translateY(-18px);
}

.about-sec-title .title {
  font-size: 80px;
  line-height: 1.1;
  display: inline;
  margin-left: 130px;
  color: var(--color-white);
}

@media (max-width: 991px) {
  .about-sec-title .title {
    font-size: 62px;
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .about-sec-title .title {
    font-size: 52px;
    margin-left: 0;
    display: block;
  }
}

.ar-about-content {
  gap: 179px;
  align-items: start;
}

@media (max-width: 991px) {
  .ar-about-content {
    gap: 110px;
    flex-wrap: nowrap;
    align-items: start;
  }
}

@media (max-width: 767px) {
  .ar-about-content {
    gap: 50px;
    flex-wrap: wrap;
  }
}

.ar-about-content .xb-img {
  overflow: hidden;
  max-width: 236px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.ar-about-content .xb-holder {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .ar-about-content .xb-holder {
    margin-top: 0;
  }
}

.ar-about-content .xb-content {
  max-width: 610px;
  color: var(--color-white);
}

@media (max-width: 991px) {
  .ar-about-content .xb-content {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .ar-about-content .xb-about-btn {
    margin-top: 60px;
  }
}

.horozontal-scroll-wrap {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  align-items: center;
  position: relative;
}

@media (max-width: 991px) {
  .horozontal-scroll-wrap {
    width: 100%;
    display: block;
  }
}

.horozontal-scroll {
  flex: 0 0 auto;
  height: auto;
}

.ar-about-wrap {
  background: #fbf4bb;
}

.ar-about-inner {
  display: block;
  width: fit-content;
  box-sizing: border-box;
  padding: 90px 140px 100px 60px;
}

@media (max-width: 991px) {
  .ar-about-inner {
    padding: 100px 12px;
  }
}

.ie-about-inner {
  position: relative;
}

.ie-about-inner .xb-item--top {
  display: inline-flex;
}

@media only screen and (max-width: 1300px) {
  .ie-about-inner .xb-item--top {
    align-items: start;
  }
}

@media (max-width: 767px) {
  .ie-about-inner .xb-item--top {
    flex-direction: column;
  }
}

.ie-about-inner .xb-item--img {
  height: auto;
  width: 378px;
  margin-top: 15px;
  margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-about-inner .xb-item--img {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1300px) {
  .ie-about-inner .xb-item--img {
    width: 315px;
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .ie-about-inner .xb-item--img {
    width: 250px;
  }
}

@media (max-width: 991px) {
  .ie-about-inner .xb-item--img {
    width: 195px;
  }
}

@media (max-width: 767px) {
  .ie-about-inner .xb-item--img {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-about-inner .xb-item--img {
    width: 300px;
  }
}

.ie-about-inner .xb-item--title {
  font-size: 176px;
  font-weight: 700;
  line-height: 1;
  width: fit-content;
  position: relative;
  letter-spacing: -0.03em;
  color: var(--color-dark);
}

@media only screen and (max-width: 1600px) {
  .ie-about-inner .xb-item--title {
    font-size: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-about-inner .xb-item--title {
    font-size: 130px;
  }
}

@media only screen and (max-width: 1300px) {
  .ie-about-inner .xb-item--title {
    font-size: 115px;
  }
}

@media (max-width: 1199px) {
  .ie-about-inner .xb-item--title {
    font-size: 98px;
  }
}

@media only screen and (max-width: 1023px) {
  .ie-about-inner .xb-item--title {
    font-size: 90px;
  }
}

@media (max-width: 991px) {
  .ie-about-inner .xb-item--title {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .ie-about-inner .xb-item--title {
    font-size: 36px;
    line-height: 1.4;
    display: inline-block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-about-inner .xb-item--title {
    font-size: 52px;
    line-height: 1.3;
  }
}

.ie-about-inner .xb-item--title.odd-title .xb-item--text_slide {
  max-width: 291px;
}

@media (max-width: 1199px) {
  .ie-about-inner .xb-item--title.odd-title .xb-item--text_slide {
    max-width: 246px;
  }
}

@media (max-width: 991px) {
  .ie-about-inner .xb-item--title.odd-title .xb-item--text_slide {
    font-size: 75px;
    max-width: 145px;
  }
}

.ie-about-inner .xb-item--content {
  position: absolute;
  right: 14px;
  top: 55px;
  max-width: 495px;
  color: var(---color-dark);
}

@media only screen and (max-width: 1300px) {
  .ie-about-inner .xb-item--content {
    max-width: 336px;
    top: 20px;
  }
}

@media (max-width: 1199px) {
  .ie-about-inner .xb-item--content {
    top: 10px;
  }
}

@media (max-width: 991px) {
  .ie-about-inner .xb-item--content {
    top: 0;
    right: 0;
    max-width: 340px;
    position: relative;
    display: inline-block;
  }
}

.ie-about-inner .xb-item--btn {
  position: absolute;
  right: 10px;
  bottom: 42%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-about-inner .xb-item--btn {
    text-align: center;
    position: relative;
    display: block;
    margin-top: 65px;
  }
}

@media (max-width: 1199px) {
  .ie-about-inner .xb-item--btn {
    text-align: center;
    position: relative;
    display: block;
    margin-top: 65px;
  }
}

@media (max-width: 991px) {
  .ie-about-inner .xb-item--btn {
    display: inline-block;
    margin-top: 0;
    right: 0;
  }
}

.ie-about-inner .xb-item--text_slide {
  padding: 7px 0;
  max-width: 417px;
  position: absolute;
  top: 54.5%;
  left: 50%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transform: translate(-50%, -50%);
  background: var(--color-primary);
}

@media (max-width: 1199px) {
  .ie-about-inner .xb-item--text_slide {
    max-width: 380px;
  }
}

@media (max-width: 991px) {
  .ie-about-inner .xb-item--text_slide {
    padding: 4px 0;
    max-width: 270px;
  }
}

@media (max-width: 767px) {
  .ie-about-inner .xb-item--text_slide {
    display: none;
  }
}

.ie-about-inner .xb-item--text_slide .item {
  gap: 15px;
  margin-right: 15px;
}

.ie-about-inner .xb-item--text_slide .text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--color-white);
  font-family: var(--font-body);
}

.ie-about-inner .xb-item--heading {
  gap: 38px;
}

@media (max-width: 991px) {
  .ie-about-inner .xb-item--heading {
    gap: 17px;
  }
}

@media (max-width: 767px) {
  .ie-about-inner .xb-item--heading {
    display: inline-block;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-about-inner .xb-item--holder {
    gap: 27px;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .ie-about-inner .xb-item--holder {
    gap: 17px;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .ie-about-inner .xb-item--holder {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .ie-about-inner .xb-item--bottom {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .ie-about-inner .xb-item--bottom {
    gap: 60px;
    margin-top: 15px;
  }
}

.ie-about-inner .xb-item--title:hover .xb-item--text_slide {
  opacity: 1;
}

.about-section {
  z-index: 1;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .about-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (max-width: 1199px) {
  .about-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ap-value-list {
    margin-left: -60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .ap-value-list {
    margin-left: -70px;
  }
}

@media (max-width: 1199px) {
  .ap-value-list {
    float: right;
  }
}

@media (max-width: 991px) {
  .ap-value-list {
    float: left;
  }
}

.ap-value-list li {
  gap: 11px;
  display: flex;
  font-weight: 500;
  line-height: 20px;
  align-items: center;
}

.ap-value-list li:not(:last-child) {
  margin-bottom: 23px;
}

.ap-value-item {
  display: inline-block;
}

.ap-value-item .xb-item--inner {
  min-height: 540px;
  display: inline-flex;
  flex-direction: column;
  background: var(--color-dark);
  justify-content: space-between;
}

@media (max-width: 991px) {
  .ap-value-item .xb-item--inner {
    min-height: 505px;
  }
}

@media (max-width: 767px) {
  .ap-value-item .xb-item--inner {
    min-height: 500px;
  }
}

.ap-value-item .xb-item--number {
  font-size: 70px;
  margin-bottom: 15px;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .ap-value-item .xb-item--number {
    font-size: 60px;
  }
}

.ap-value-item .xb-item--title {
  font-size: 25px;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .ap-value-item .xb-item--title {
    font-size: 22px;
  }
}

.ap-value-item .xb-item--content {
  max-width: 302px;
  color: var(--color-white);
}

.ap-value-item .xb-item--box {
  padding: 50px;
}

@media (max-width: 991px) {
  .ap-value-item .xb-item--box {
    padding: 40px;
  }
}

.ap-value-item .xb-item--box.box-2 {
  background: var(--color-primary);
}

.ap-value-item .xb-item--box.box-3 {
  background: #E6E8DA;
}

.ap-value-item .xb-item--box.box-3 h2,
.ap-value-item .xb-item--box.box-3 h3,
.ap-value-item .xb-item--box.box-3 p {
  color: var(--color-heading);
}

.ap-value-item .xb-item--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ap-value-slider {
  margin: 0 -265px;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .ap-value-slider {
    margin: 0 -420px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ap-value-slider {
    margin: 0 -350px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .ap-value-slider {
    margin: 0 -420px;
  }
}

@media (max-width: 1199px) {
  .ap-value-slider {
    margin: 0 -95px;
  }
}

@media only screen and (max-width: 1023px) {
  .ap-value-slider {
    margin: 0 -110px;
  }
}

@media (max-width: 991px) {
  .ap-value-slider {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .ap-value-slider {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-value-slider {
    margin: 0 -275px;
  }
}

.ap-work-top {
  gap: 30px;
}

.ap-work-content {
  max-width: 395px;
}

.ap-work-list {
  padding-top: 40px;
  padding-left: 85px;
  padding-bottom: 40px;
  border-top: 1px solid #DDDBDB;
  border-left: 1px solid #DDDBDB;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ap-work-list {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .ap-work-list {
    padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .ap-work-list {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .ap-work-list {
    padding-left: 85px;
  }
}

@media (max-width: 767px) {
  .ap-work-list {
    padding-left: 0;
    border-left: none;
  }
}

.ap-work-list li {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
  line-height: 14px;
  color: var(--color-heading);
}

@media (max-width: 1199px) {
  .ap-work-list li {
    line-height: 24px;
  }
}

.ap-work-list li:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .ap-work-list li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.ap-work-list li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  height: 12px;
  width: 6px;
  border-radius: 0 100px 100px 0;
  background: var(--color-primary);
}

@media (max-width: 1199px) {
  .ap-work-list li::before {
    top: 6px;
  }
}

.ap-work-col:first-child .ap-work-list {
  padding-left: 0;
  border-left: none;
}

@media (max-width: 991px) {
  .ap-work-col:nth-child(odd) .ap-work-list {
    padding-left: 0;
    border-left: none;
  }
}

@media (max-width: 991px) {

  .ap-work-col:nth-child(1) .ap-work-list,
  .ap-work-col:nth-child(2) .ap-work-list {
    padding-bottom: 40px;
  }
}

.ap-award-content {
  max-width: 482px;
}

.xb-about-sub_title {
  font-weight: 500;
  font-size: 18px;
  padding: 2px 10px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  background: var(--color-white);
}

.ap-about-year-nav {
  padding-top: 0;
  position: relative;
}

.ap-about-year-nav .about-slide-btn>div {
  left: 0;
  top: -45px;
}

@media (max-width: 991px) {
  .ap-about-year-nav .about-slide-btn>div {
    top: 30px;
  }
}

.ap-about-year-nav .about-slide-btn .swiper-button-next {
  left: 63px;
}

.xb-info-item {
  display: flex;
  padding: 43.3px 0;
  align-items: center;
  border-bottom: 1px solid #DDDBDB;
}

@media (max-width: 1199px) {
  .xb-info-item {
    padding: 34px 0;
  }
}

@media (max-width: 767px) {
  .xb-info-item {
    gap: 20px;
    padding: 30px 0;
    align-items: start;
    flex-direction: column;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-info-item {
    align-items: center;
    flex-direction: row;
  }
}

.xb-info-item:first-child {
  border-top: 1px solid #d9d9d9;
}

.xb-info-item li {
  gap: 12px;
  width: 46%;
  font-size: 18px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .xb-info-item li {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-info-item li {
    width: 90%;
  }
}

.xb-info-item li:nth-child(2) {
  width: 54%;
}

@media (max-width: 767px) {
  .xb-info-item li:nth-child(2) {
    width: 100%;
  }
}

.xb-info-item li.xb-info {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  color: var(--color-heading);
}

@media (max-width: 1199px) {
  .xb-info-item li.xb-info {
    font-size: 22px;
  }
}

.xb-company-info-img {
  margin-left: 80px;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .xb-company-info-img {
    margin-top: 0;
    margin-left: 0;
  }
}

.xb-about-badge {
  float: right;
}

@media (max-width: 767px) {
  .xb-about-badge {
    float: left;
  }
}

.xb-line-shape {
  bottom: 27px;
  z-index: -1;
  position: absolute;
}

@media (max-width: 991px) {
  .xb-line-shape {
    display: none;
  }
}

.xb-line-shape.shape-1 {
  left: 242px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-line-shape.shape-1 {
    left: 145px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-line-shape.shape-1 {
    left: 110px;
    bottom: 90px;
  }
}

@media (max-width: 1199px) {
  .xb-line-shape.shape-1 {
    left: 60px;
    bottom: 80px;
  }
}

.xb-line-shape.shape-2 {
  right: 277px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-line-shape.shape-2 {
    right: 177px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-line-shape.shape-2 {
    bottom: 50px;
    right: 100px;
  }
}

@media (max-width: 1199px) {
  .xb-line-shape.shape-2 {
    right: 60px;
  }
}

.xb-line-shape.shape-3 {
  left: 224px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-line-shape.shape-3 {
    left: 145px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-line-shape.shape-3 {
    bottom: 50px;
    left: 100px;
  }
}

@media (max-width: 1199px) {
  .xb-line-shape.shape-3 {
    bottom: 60px;
    left: 60px;
  }
}

.xb-line-shape.shape-4 {
  right: 151px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-line-shape.shape-4 {
    right: 100px;
  }
}

@media (max-width: 1199px) {
  .xb-line-shape.shape-4 {
    bottom: 60px;
    right: 60px;
  }
}

.fc-feature-item {
  gap: 40px;
}

@media (max-width: 767px) {
  .fc-feature-item {
    gap: 25px;
  }
}

.fc-feature-item:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .fc-feature-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.fc-feature-item:nth-child(even) {
  justify-content: end;
}

@media (max-width: 767px) {
  .fc-feature-item:nth-child(even) {
    align-items: start;
    justify-content: start;
    flex-direction: column-reverse;
  }
}

.fc-feature-item .title {
  font-size: 164px;
  font-weight: 700;
  line-height: 0.9;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .fc-feature-item .title {
    font-size: 148px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-feature-item .title {
    font-size: 112px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fc-feature-item .title {
    font-size: 95px;
  }
}

@media (max-width: 1199px) {
  .fc-feature-item .title {
    font-size: 78px;
  }
}

@media (max-width: 991px) {
  .fc-feature-item .title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .fc-feature-item .title {
    font-size: 46px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fc-feature-item .title {
    font-size: 60px;
  }
}

.fc-feature-item .title.small_title {
  font-size: 30px;
  transform: translateY(12px);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fc-feature-item .title.small_title {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .fc-feature-item .title.small_title {
    font-size: 22px;
    transform: translateY(0px);
  }
}

@media (max-width: 991px) {
  .fc-feature-item .title.small_title {
    font-size: 20px;
  }
}

.fc-about-top .xb-item--title {
  font-size: 154px;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--color-white);
  margin-top: -147px;
  text-shadow: 0 38px 36px rgba(5, 21, 30, 0.17);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-about-top .xb-item--title {
    margin-top: -130px;
  }
}

@media (max-width: 1199px) {
  .fc-about-top .xb-item--title {
    font-size: 130px;
    margin-top: -98px;
  }
}

@media (max-width: 767px) {
  .fc-about-top .xb-item--title {
    font-size: 42px;
    margin-top: -34px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fc-about-top .xb-item--title {
    font-size: 70px;
    margin-top: -50px;
  }
}

.fc-about-title {
  max-width: 628px;
}

@media (max-width: 991px) {
  .fc-about-title {
    margin-bottom: 27px;
  }
}

.fac-about-content {
  max-width: 723px;
}

.fac-about-content-wrap {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .fac-about-content-wrap {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .parallax-img .xb-item--img {
    height: 200px;
  }
}

.fc-about-bottom {
  margin-top: 85px;
}

@media (max-width: 767px) {
  .fc-about-bottom {
    margin-top: 55px;
  }
}

.xb-project-row {
  position: sticky;
  top: 0;
}

@media (max-width: 767px) {
  .xb-project-row {
    position: relative;
  }
}

.xb-project-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: var(--color-dark);
  padding: 100px 105px 100px 150px;
}

@media only screen and (max-width: 1600px) {
  .xb-project-content {
    padding: 70px 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-project-content {
    padding: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-project-content {
    padding: 50px 30px;
  }
}

@media (max-width: 1199px) {
  .xb-project-content {
    padding: 50px 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-project-content {
    padding: 50px 30px;
  }
}

@media (max-width: 991px) {
  .xb-project-content {
    padding: 80px 50px;
  }
}

@media (max-width: 767px) {
  .xb-project-content {
    padding: 50px 15px;
  }
}

.xb-project-content .xb-item--tag {
  gap: 10px;
}

.xb-project-content .xb-item--tag li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 1px 15px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-family: var(--font-heading);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.xb-project-content .xb-item--tag li a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.xb-project-content .xb-item--title {
  font-size: 80px;
  font-weight: 700;
  line-height: 112%;
  line-height: 1.1;
  margin: 35px 0 25px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-white);
}

.xb-project-content .xb-item--title a {
  color: currentColor;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-project-content .xb-item--title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-project-content .xb-item--title {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .xb-project-content .xb-item--title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-project-content .xb-item--title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .xb-project-content .xb-item--title {
    font-size: 32px;
  }
}

.xb-project-content .xb-item--content {
  font-size: 20px;
  color: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-project-content.right-content {
    padding: 70px 50px;
    justify-content: start;
  }
}

@media (max-width: 1199px) {
  .xb-project-content .xb-project-bottom-item {
    display: none;
  }
}

.xb-project-img {
  position: relative;
}

@media (max-width: 991px) {
  .xb-project-img .xb-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
}

.xb-project-bottom-item {
  bottom: 0;
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  background-color: var(--color-white);
  clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%, 0 23%);
}

@media only screen and (max-width: 1600px) {
  .xb-project-bottom-item {
    height: 150px;
  }
}

@media (max-width: 991px) {
  .xb-project-bottom-item {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .xb-project-bottom-item {
    height: 165px;
    width: 190px;
  }
}

@media only screen and (max-width: 1600px) {
  .xb-project-bottom-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.xb-project-bottom-item.xb-left {
  right: 0;
}

.xb-project-bottom-item.xb-right {
  left: 0;
  clip-path: polygon(79% 0, 100% 23%, 100% 100%, 0 100%, 0 0);
}

.xb-project-bottom-content {
  /* gap: 20px; edited */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

@media (max-width: 767px) {
  .xb-project-bottom-content {
    padding: 20px 10px 20px 20px;
  }
}

.xb-project-bottom-content .xb-number {
  font-weight: 500;
  font-size: 32px;
  color: var(--color-dark);
}

.xb-project-bottom-content .xb-content {
  font-weight: 500;
  font-size: 19px;
  text-transform: uppercase;
  color: var(--color-dark);
  font-family: var(--font-heading);
}

@media (max-width: 767px) {
  .xb-project-top {
    gap: 30px;
  }
}

.ar-project-top {
  gap: 20px;
}

.ar-project-top .xb-content {
  max-width: 510px;
}

.ar-project-img-item {
  overflow: hidden;
  min-height: 825px;
  position: relative;
}

@media (max-width: 1199px) {
  .ar-project-img-item {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .ar-project-img-item {
    min-height: 600px;
  }
}

.ar-project-img-item .xb-item--title {
  line-height: 1;
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 35px;
  letter-spacing: -0.04em;
  color: var(--color-white);
  text-transform: capitalize;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  transform: translateY(40px);
}

.ar-project-img-item .xb-item--title a {
  color: currentColor;
}

@media (max-width: 1199px) {
  .ar-project-img-item .xb-item--title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .ar-project-img-item .xb-item--title {
    font-size: 40px;
  }
}

.ar-project-img-item .xb-item--holder {
  position: absolute;
  bottom: 80px;
  left: 50px;
}

@media (max-width: 991px) {
  .ar-project-img-item .xb-item--holder {
    left: 20px;
    bottom: 50px;
  }
}

@media (max-width: 767px) {
  .ar-project-img-item .xb-item--holder {
    left: 10px;
  }
}

.ar-project-img-item .xb-item--btn {
  gap: 20px;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  transform: translateY(40px);
}

.ar-project-img-item .xb-item--btn a {
  font-size: 14px;
}

.ar-project-img-item .xb-item--btn a .xb-icon {
  height: 40px;
  width: 40px;
  padding: 8px;
}

.ar-project-img-item .xb-item--btn a.bg_white .text {
  color: var(--color-heading);
  text-shadow: 0 1.3em var(--color-heading);
}

.ar-project-img-item .xb-item--btn a.bg_white .xb-icon {
  background: var(--color-heading);
}

.ar-project-img-item .xb-item--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ar-project-img-item .xb-item--bg img {
  object-fit: cover;
}

.xb-project-img-slider .swiper-slide-active .ar-project-img-item .xb-item--title,
.xb-project-img-slider .swiper-slide-active .ar-project-img-item .xb-item--btn {
  opacity: 1;
  transition-delay: .1s;
  transform: translateY(0);
}

.xb-project-img-slider .swiper-slide-active .ar-project-img-item .xb-item--btn {
  transition-delay: .2s;
}

.xb-project-nav-item {
  cursor: pointer;
  padding-right: 25px;
  display: inline-block;
  white-space: nowrap;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
  .xb-project-nav-item {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .xb-project-nav-item {
    padding-right: 15px;
  }
}

.xb-project-nav-item .xb-title {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 991px) {
  .xb-project-nav-item .xb-title {
    font-size: 14px;
  }
}

.xb-project-nav-wrap {
  position: absolute;
  top: 80px;
  right: 60px;
  z-index: 2;
  gap: 30px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  padding: 13px 30px 13px 15px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  backdrop-filter: blur(77px);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 1199px) {
  .xb-project-nav-wrap {
    top: 40px;
    right: 30px;
  }
}

@media (max-width: 991px) {
  .xb-project-nav-wrap {
    right: 10px;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .xb-project-nav-wrap {
    right: auto;
    left: 10px;
    gap: 20px;
    max-width: 350px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-project-nav-wrap {
    gap: 30px;
    max-width: 550px;
  }
}

.xb-project-nav-wrap .xb-progress-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
  color: #fff;
  height: 32px;
  width: 32px;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .xb-project-nav-wrap .xb-progress-btn {
    width: 65px;
    height: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-project-nav-wrap .xb-progress-btn {
    width: 40px;
    height: 32px;
  }
}

.xb-project-nav-wrap .xb-progress-btn svg {
  position: absolute;
}

.xb-project-nav-wrap .xb-progress-btn svg:nth-child(1) {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: rotate(-90deg);
  stroke: #fff;
  fill: transparent;
}

.xb-project-nav-wrap .xb-progress-btn svg:nth-child(2) {
  color: #fff;
  height: 20px;
}

.xb-project-nav-wrap .xb-progress-btn svg circle {
  transition: stroke-dashoffset 0.2s linear;
}

.xb-project-nav-wrap .xb-progress-btn .play-icon {
  position: absolute;
  font-size: 16px;
  left: 11px;
  opacity: 0;
}

.xb-project-nav-wrap .xb-progress-btn[aria-label*="Play"] .play-icon {
  opacity: 1;
}

.xb-project-nav-wrap .xb-progress-btn[aria-label*="Play"] .pause-icon {
  opacity: 0;
}

.xb-project-nav-wrap .xb-progress-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}

.xb-project-nav-slider .swiper-slide {
  width: auto !important;
}

.xb-project-nav-slider .swiper-slide:last-child {
  margin-right: 0 !important;
}

.xb-project-nav-slider .swiper-slide:last-child .xb-project-nav-item {
  border-right: none;
  padding-right: 0;
}

.xb-project-nav-slider .swiper-slide.swiper-slide-thumb-active .xb-project-nav-item .xb-title {
  color: white;
}

.ie-project-img-slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.ie-project-img-slider .swiper-slide-active .ie-project-img-item {
  animation: xb-zoomout 12s linear infinite;
}

.ie-project-img-slider .ie-project-img-item {
  height: 100%;
}

.ie-project-img-slider .ie-project-img-item img {
  height: 100%;
  object-fit: cover;
}

.ie-project-item-slider {
  max-width: 505px;
  text-align: end;
}

@media (max-width: 1199px) {
  .ie-project-item-slider {
    max-width: 408px;
  }
}

@media (max-width: 991px) {
  .ie-project-item-slider {
    max-width: 340px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-project-item-slider {
    max-width: 400px;
  }
}

.ie-project-item .xb-item--inner {
  z-index: 1;
  overflow: hidden;
  text-align: start;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-white);
}

.ie-project-item .xb-item--title {
  font-size: 45px;
  font-weight: 500;
  max-width: 460px;
  line-height: 55px;
  margin-bottom: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-dark);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-project-item .xb-item--title {
    max-width: 450px;
  }
}

@media only screen and (max-width: 1300px) {
  .ie-project-item .xb-item--title {
    max-width: 415px;
    font-size: 38px;
    line-height: 46px;
  }
}

@media (max-width: 1199px) {
  .ie-project-item .xb-item--title {
    max-width: 360px;
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .ie-project-item .xb-item--title {
    max-width: 270px;
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-project-item .xb-item--title {
    max-width: 100%;
  }
}

.ie-project-item .xb-item--title a {
  color: currentColor;
}

.ie-project-item .xb-item--content {
  margin-top: 15px;
  color: var(--color-dark);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-project-item .xb-item--content {
    max-width: 450px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 1300px) {
  .ie-project-item .xb-item--content {
    max-width: 350px;
  }
}

@media (max-width: 1199px) {
  .ie-project-item .xb-item--content {
    max-width: 330px;
  }
}

@media (max-width: 991px) {
  .ie-project-item .xb-item--content {
    max-width: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-project-item .xb-item--content {
    max-width: 100%;
  }
}

.ie-project-item .xb-item--holder {
  padding: 0 20px 35px;
  margin-top: 18px;
}

.ie-project-item .xb-item--img {
  width: 505px;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .ie-project-item .xb-item--img {
    width: 400px;
  }
}

@media (max-width: 991px) {
  .ie-project-item .xb-item--img {
    width: 340px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-project-item .xb-item--img {
    width: 100%;
  }
}

.ie-project-item .xb-item--heading {
  transform: translateY(-13px);
}

@media (max-width: 991px) {
  .ie-project-item .xb-item--heading {
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .ie-project-item .xb-item--heading {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .ie-project-item .xb-item--heading .sec-title-three .title {
    color: var(--color-dark) !important;
  }
}

@media (max-width: 991px) {
  .ie-project-item .xb-item--heading .xb-btn {
    margin-top: 40px;
  }
}

.ie-project-item:hover .xb-item--inner {
  background: var(--color-primary);
}

.ie-project-item:hover .xb-item--img {
  padding: 20px 20px 0;
}

.ie-project-item:hover .xb-item--content,
.ie-project-item:hover .xb-item--title a {
  color: var(--color-white);
}

.ie-project-item-wrap {
  padding: 100px 0;
  overflow: hidden;
  min-height: 830px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .ie-project-item-wrap {
    min-height: 640px;
  }
}

.project-section {
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 991px) {
  .project-section {
    background: #fff4f0;
  }
}

.pp-project-row {
  position: relative;
}

.xb-project-menu {
  gap: 30px;
  display: inline-flex;
  margin-bottom: 100px;
  justify-content: center;
}

.xb-project-menu button {
  line-height: 1;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 24px 50px 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  color: var(--color-heading);
  background-color: transparent;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-family: var(--font-heading);
  border: 1px solid var(--color-border);
}

.xb-project-menu button.active,
.xb-project-menu button:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.fc-project-top {
  gap: 30px;
}

.fc-project-top .sec-title {
  width: 100%;
  max-width: 1155px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-project-top .sec-title {
    max-width: 870px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fc-project-top .sec-title {
    max-width: 730px;
  }
}

.fc-project-item {
  max-width: 650px;
}

@media (max-width: 1199px) {
  .fc-project-item {
    max-width: 550px;
  }
}

@media (max-width: 991px) {
  .fc-project-item {
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .fc-project-item {
    max-width: 350px;
  }
}

.fc-project-item .xb-item--content {
  max-width: 511px;
  margin-top: 25px;
  color: var(--color-secondary);
}

.fc-project-item .xb-item--title a {
  color: currentColor;
}

.fc-project-item .xb-item--img {
  z-index: 1;
  display: flex;
  min-height: 508px;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 991px) {
  .fc-project-item .xb-item--img {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .fc-project-item .xb-item--img {
    min-height: 270px;
  }
}

.fc-project-item .xb-item--img::before {
  position: absolute;
  content: '';
  inset: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  background: rgba(255, 60, 0, 0.8);
}

.fc-project-item .xb-item--img .thm-btn {
  opacity: 0;
  transform: scale(0.8);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  background: var(--color-heading);
}

.fc-project-item .xb-item--img .thm-btn .text {
  color: var(--color-secondary);
  text-shadow: 0 1.3em var(--color-secondary);
}

.fc-project-item .xb-item--img .thm-btn .xb-icon {
  background: var(--color-secondary);
}

.fc-project-item:hover .xb-item--img::before {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fc-project-item:hover .xb-item--img .thm-btn {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-delay: .2s;
}

.fc-project-inner {
  gap: 100px;
  margin-right: 100px;
}

@media (max-width: 991px) {
  .fc-project-inner {
    gap: 80px;
    margin-right: 80px;
  }
}

.fc-project-btn a {
  background: #c6e7fe;
}

.fc-project-btn a .text {
  color: var(--color-heading);
  text-shadow: 0 1.3em var(--color-heading);
}

.xb-service-item {
  padding: 0;
  width: 100%;
  position: relative;
}

.xb-service-item:not(:last-child) .xb-holder {
  border-bottom: 1px solid #f0ede5;
}

@media (max-width: 991px) {
  .xb-service-item:last-child .xb-holder {
    border-bottom: 1px solid #f0ede5;
  }
}

.xb-service-item.current .xb-icon,
.xb-service-item:hover .xb-icon {
  filter: brightness(100);
}

.xb-service-item.current .xb-icon img:nth-child(1),
.xb-service-item:hover .xb-icon img:nth-child(1) {
  transform: translateX(50px);
}

.xb-service-item.current .xb-icon img:nth-child(2),
.xb-service-item:hover .xb-icon img:nth-child(2) {
  left: 0;
}

.xb-service-item.current .xb-heading .xb-title:nth-child(2),
.xb-service-item:hover .xb-heading .xb-title:nth-child(2) {
  opacity: 1;
  transform: scaleY(1);
}

.xb-service-item .xb-holder {
  display: flex;
  align-items: center;
  padding: 30px 30px 32px 20px;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .xb-service-item .xb-holder {
    padding: 38px 30px 40px 0;
  }
}

@media (max-width: 991px) {
  .xb-service-item .xb-holder {
    padding: 30px 30px 32px 0;
  }
}

@media (max-width: 767px) {
  .xb-service-item .xb-holder {
    padding: 30px 0 32px;
  }
}

.xb-service-item .xb-icon {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .xb-service-item .xb-icon {
    width: 50px;
  }
}

.xb-service-item .xb-icon img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .xb-service-item .xb-icon img {
    max-width: 30px;
  }
}

.xb-service-item .xb-icon img:nth-child(2) {
  position: absolute;
  left: -60px;
  top: 0;
}

.xb-service-item .xb-heading {
  position: relative;
}

.xb-service-item .xb-heading .xb-title {
  font-weight: 500;
  font-size: 55px;
  line-height: 164%;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-service-item .xb-heading .xb-title {
    font-size: 44px;
  }
}

@media (max-width: 1199px) {
  .xb-service-item .xb-heading .xb-title {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .xb-service-item .xb-heading .xb-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .xb-service-item .xb-heading .xb-title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-service-item .xb-heading .xb-title {
    font-size: 34px;
  }
}

.xb-service-item .xb-heading .xb-title a {
  color: currentColor;
}

.xb-service-item .xb-heading .xb-title:nth-child(2) {
  position: absolute;
  color: #D09838;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  transform: scaleY(0);
}

.xb-service-wrap {
  border-top: 1px solid #f0ede5;
  border-bottom: 1px solid #f0ede5;
}

@media (max-width: 991px) {
  .xb-service-wrap {
    border-bottom: none;
  }
}

.xb-service-list {
  margin-right: 80px;
  border-right: 1px solid #f0ede5;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-service-list {
    margin-right: 100px;
  }
}

@media (max-width: 1199px) {
  .xb-service-list {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .xb-service-list {
    margin-right: 0;
    border-right: none;
  }
}

.xb-service-content .xb-item--list {
  margin-bottom: 133px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-service-content .xb-item--list {
    margin-bottom: 80px;
  }
}

@media (max-width: 1199px) {
  .xb-service-content .xb-item--list {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .xb-service-content .xb-item--list {
    margin-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .xb-service-content .xb-item--list {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-service-content .xb-item--list {
    margin-bottom: 75px;
  }
}

.xb-service-content .xb-item--list li {
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: var(--color-white);
}

@media (max-width: 991px) {
  .xb-service-content .xb-item--list li {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .xb-service-content .xb-item--list li {
    font-size: 18px;
  }
}

.xb-service-content .xb-item--list li:not(:last-child) {
  margin-bottom: 25px;
}

.xb-service-right {
  height: 493px;
  margin-left: -80px;
  padding: 35px 0 35px 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-service-right {
    height: 445px;
    margin-left: -100px;
  }
}

@media (max-width: 1199px) {
  .xb-service-right {
    height: 445px;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .xb-service-right {
    height: 470px;
    padding: 50px 0 0;
  }
}

@media (max-width: 767px) {
  .xb-service-right {
    height: 830px;
    padding: 50px 0 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-service-right {
    height: 415px;
  }
}

.xb-service-content_item {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .xb-service-content_item {
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .xb-service-content_item {
    gap: 50px;
    align-items: start;
  }
}

@media (max-width: 767px) {
  .xb-service-content_item {
    gap: 30px;
    align-items: start;
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-service-content_item {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-service-content_item .service-image {
    max-width: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-service-content_item .service-image {
    max-width: 150px;
  }
}

@media (max-width: 1199px) {
  .xb-service-content_item .service-image {
    max-width: 160px;
  }
}

@media (max-width: 991px) {
  .xb-service-content_item .service-image {
    max-width: 265px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-service-content_item .service-image {
    max-width: 230px;
  }
}

.default-btn {
  font-size: 22px;
  font-weight: 500;
  gap: 30px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--font-heading);
}

.default-btn .xb-text {
  line-height: 28px;
  position: relative;
  display: inline-block;
}

.default-btn .xb-text::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-primary);
}

.default-btn .xb-icon {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-primary);
}

.default-btn:hover {
  color: var(--color-primary);
}

.default-btn:hover .xb-text::before {
  width: 100%;
}

.service-content-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.service-content-image .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.service-content-image .item.active {
  opacity: 1;
}

.ar-service-top {
  gap: 30px;
}

.ar-service-list {
  z-index: 1;
  border-right: none;
  margin-right: -22px;
  position: relative;
}

@media (max-width: 767px) {
  .ar-service-list {
    margin-right: 0;
  }
}

.ar-service-list .active-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  transition: all 0.5s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-primary);
}

.ar-service-list .xb-service-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white);
}

.ar-service-list .xb-service-item:not(:last-child) {
  margin-bottom: 10px;
}

.ar-service-list .xb-service-item .xb-item--inner {
  z-index: 2;
  position: relative;
  padding: 40px 40px 32px;
}

@media (max-width: 767px) {
  .ar-service-list .xb-service-item .xb-item--inner {
    padding: 40px 30px 32px;
  }
}

.ar-service-list .xb-service-item .xb-item--holder {
  gap: 164px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1300px) {
  .ar-service-list .xb-service-item .xb-item--holder {
    gap: 90px;
  }
}

@media (max-width: 1199px) {
  .ar-service-list .xb-service-item .xb-item--holder {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .ar-service-list .xb-service-item .xb-item--holder {
    margin-bottom: 30px;
  }
}

.ar-service-list .xb-service-item .xb-item--icon {
  width: 47px;
  min-height: 47px;
}

.ar-service-list .xb-service-item .xb-item--title {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--color-heading);
  font-family: var(--font-body);
}

.ar-service-list .xb-service-item .xb-item--title a {
  color: currentColor;
}

@media (max-width: 1199px) {
  .ar-service-list .xb-service-item .xb-item--title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .ar-service-list .xb-service-item .xb-item--title {
    font-size: 30px;
  }
}

.ar-service-list .xb-service-item .xb-item--content {
  font-size: 16px;
  line-height: 26px;
  max-width: 425px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ar-service-list .xb-service-item .xb-item--arrow {
  transform: rotate(40deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ar-service-list .xb-service-item .xb-item--content_box {
  gap: 20px;
}

.ar-service-list .xb-service-item .xb-item--icon img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ar-service-list .xb-service-item.current .xb-item--arrow,
.ar-service-list .xb-service-item:hover .xb-item--arrow {
  transform: rotate(0);
  filter: brightness(100);
}

.ar-service-list .xb-service-item.current .xb-item--icon img,
.ar-service-list .xb-service-item:hover .xb-item--icon img {
  filter: brightness(100);
}

.ar-service-list .xb-service-item.current .xb-item--title,
.ar-service-list .xb-service-item.current .xb-item--content,
.ar-service-list .xb-service-item:hover .xb-item--title,
.ar-service-list .xb-service-item:hover .xb-item--content {
  color: var(--color-white);
}

.ar-service-right {
  padding-left: 26px;
}

@media (max-width: 991px) {
  .ar-service-right {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .ar-service-right {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ar-service-right {
    display: block;
  }
}

.ar-service-right .service-content-image {
  height: 915px;
  width: 100%;
}

@media (max-width: 991px) {
  .ar-service-right .service-content-image {
    height: 740px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ar-service-right .service-content-image {
    height: 440px;
  }
}

.ar-service-right .service-content-image .item {
  z-index: -1;
  transform: scale(0);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.8s ease-in-out;
}

.ar-service-right .service-content-image .item.active {
  opacity: 1;
  z-index: 2;
  transform: scale(1);
  position: relative;
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ie-service-wrap {
  overflow: hidden;
  min-height: 1113px;
}

@media only screen and (max-width: 1600px) {
  .ie-service-wrap {
    min-height: 1040px;
  }
}

@media only screen and (max-width: 1300px) {
  .ie-service-wrap {
    min-height: 880px;
  }
}

@media (max-width: 991px) {
  .ie-service-wrap {
    min-height: 820px;
  }
}

@media (max-width: 767px) {
  .ie-service-wrap {
    min-height: 870px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-service-wrap {
    min-height: 1012px;
  }
}

.ie-service-img-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .ie-service-img-slider .ie-service-img-item {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .ie-service-img-slider .ie-service-img-item img {
    height: 100%;
    object-fit: cover;
  }
}

.ie-service-img-slider .swiper-slide-active .ie-service-img-item {
  animation: xb-zoomout 12s linear infinite;
}

.ser-img-slide-btn>div {
  left: auto;
  right: 0;
  bottom: auto;
  top: 22px;
  width: 71px;
  height: 185px;
  z-index: 2;
  background: var(--color-dark);
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .ser-img-slide-btn>div {
    height: 185px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ser-img-slide-btn>div {
    height: 171px;
    width: 67px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .ser-img-slide-btn>div {
    height: 157px;
  }
}

@media (max-width: 1199px) {
  .ser-img-slide-btn>div {
    height: 150px;
    width: 67px;
  }
}

@media (max-width: 991px) {
  .ser-img-slide-btn>div {
    height: 139px;
    padding: 14px;
    width: 53px;
  }
}

@media (max-width: 767px) {
  .ser-img-slide-btn>div {
    height: 124px;
  }
}

.ser-img-slide-btn>div::after {
  display: none;
}

.ser-img-slide-btn .swiper-button-prev {
  top: 207px;
  border-top: 1px solid #3b3b3b;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ser-img-slide-btn .swiper-button-prev {
    top: 193px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .ser-img-slide-btn .swiper-button-prev {
    top: 179px;
  }
}

@media (max-width: 1199px) {
  .ser-img-slide-btn .swiper-button-prev {
    top: 172px;
  }
}

@media (max-width: 991px) {
  .ser-img-slide-btn .swiper-button-prev {
    top: 161px;
  }
}

@media (max-width: 767px) {
  .ser-img-slide-btn .swiper-button-prev {
    top: 146px;
  }
}

.ie-service-inner {
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}

.ie-service-item {
  border-right: 1px solid #dcdcdc;
}

.ie-service-item .xb-item--holder {
  background: var(--color-white);
}

.ie-service-item .xb-item--title {
  font-weight: 500;
  font-size: 45px;
  padding-left: 50px;
  margin-bottom: 41px;
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-service-item .xb-item--title {
    font-size: 38px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  .ie-service-item .xb-item--title {
    padding-left: 30px;
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .ie-service-item .xb-item--title {
    padding-left: 10px;
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .ie-service-item .xb-item--title {
    padding-left: 20px;
  }
}

.ie-service-item .xb-item--title a {
  color: currentColor;
}

.ie-service-item .xb-item--list li {
  font-weight: 500;
  padding: 14px 0 14px 50px;
  border-top: 1px solid #dcdcdc;
  color: var(--color-default);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-service-item .xb-item--list li {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  .ie-service-item .xb-item--list li {
    font-size: 17px;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .ie-service-item .xb-item--list li {
    font-size: 17px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .ie-service-item .xb-item--list li {
    font-size: 18px;
    padding-left: 20px;
  }
}

.ie-service-item .xb-item--list li a {
  color: currentColor;
}

.ie-service-item-slider {
  border-left: 1px solid #dcdcdc;
}

.ser-item-slide-btn>div {
  top: auto;
  bottom: 0;
  left: -70px;
  width: 70px;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: end;
  position: absolute;
  background: var(--color-white);
}

@media (max-width: 767px) {
  .ser-item-slide-btn>div {
    left: 0px;
    width: 50%;
    height: 50px;
    bottom: -50px;
    border-bottom: 1px solid #dcdcdc;
  }
}

.ser-item-slide-btn>div::after {
  display: none;
}

.ser-item-slide-btn>div .xb-arrow {
  height: 228px;
  width: 100%;
  padding: 20px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-white);
  border-top: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
  .ser-item-slide-btn>div .xb-arrow {
    width: 100%;
    height: 100%;
    padding: 10px;
  }
}

.ser-item-slide-btn>div .xb-arrow img {
  filter: brightness(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ser-item-slide-btn>div .xb-arrow:hover {
  background: var(--color-primary);
  border-top: 1px solid #173A28;
}

.ser-item-slide-btn>div .xb-arrow:hover img {
  filter: brightness(1);
}

.ser-item-slide-btn .xb-swiper-button-next {
  left: auto;
  right: -70px;
}

@media (max-width: 767px) {
  .ser-item-slide-btn .xb-swiper-button-next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .ser-item-slide-btn .xb-swiper-button-next .xb-arrow {
    border-left: 1px solid #dcdcdc;
  }
}

@media only screen and (max-width: 1600px) {
  .ie-ser-inner-item {
    margin: 0 50px;
  }
}

@media (max-width: 991px) {
  .ie-ser-inner-item {
    margin: 0 40px;
  }
}

@media (max-width: 767px) {
  .ie-ser-inner-item {
    margin: -12px;
  }
}

.sp-service-top {
  gap: 30px;
}

.sp-service-top .content {
  max-width: 390px;
}

.sp-service-item {
  z-index: 1;
  position: relative;
  border: 1px solid #DDDBDB;
  padding: 50px 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sp-service-item {
    padding: 50px 30px;
  }
}

@media (max-width: 1199px) {
  .sp-service-item {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .sp-service-item {
    padding: 50px 20px;
  }
}

.sp-service-item:not(:last-child) {
  margin-bottom: 50px;
}

.sp-service-item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background: #EEEFE6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sp-service-item:hover {
  border: 1px solid #EEEFE6;
}

.sp-service-item:hover:before {
  opacity: 1;
}

.sp-service-item:hover .xb-item--img img {
  transform: scale(1.05);
}

.sp-service-item .xb-item--right_content {
  gap: 144px;
  margin-left: -40px;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .sp-service-item .xb-item--right_content {
    gap: 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sp-service-item .xb-item--right_content {
    gap: 50px;
    margin-left: -70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .sp-service-item .xb-item--right_content {
    gap: 25px;
    margin-left: -120px;
  }
}

@media (max-width: 1199px) {
  .sp-service-item .xb-item--right_content {
    gap: 100px;
    margin-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .sp-service-item .xb-item--right_content {
    gap: 35px;
  }
}

@media (max-width: 767px) {
  .sp-service-item .xb-item--right_content {
    flex-wrap: wrap;
  }
}

.sp-service-item .xb-item--title {
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sp-service-item .xb-item--title {
    font-size: 49px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .sp-service-item .xb-item--title {
    max-width: 490px;
  }
}

@media (max-width: 991px) {
  .sp-service-item .xb-item--title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .sp-service-item .xb-item--title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sp-service-item .xb-item--title {
    font-size: 34px;
  }
}

.sp-service-item .xb-item--title a {
  color: currentColor;
}

.sp-service-item .xb-item--content {
  max-width: 419px;
}

.sp-service-item .xb-item--img {
  overflow: hidden;
  max-width: 340px;
}

.sp-service-item .xb-item--img img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.sp-service-item .xb-item--list li {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
  line-height: 14px;
  color: var(--color-default);
}

.sp-service-item .xb-item--list li:not(:last-child) {
  margin-bottom: 40px;
}

.sp-service-item .xb-item--list li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  height: 12px;
  width: 6px;
  transform: translateY(-50%);
  border-radius: 0 100px 100px 0;
  background: var(--color-primary);
}

.sp-ser-side-item {
  padding: 30px;
  border: 1px solid #DDDBDB;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .sp-ser-side-item {
    padding: 30px 15px;
  }
}

@media (max-width: 1199px) {
  .sp-ser-side-item {
    padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .sp-ser-side-item {
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  .sp-ser-side-item {
    width: 100%;
  }
}

.sp-ser-side-item.border-list {
  padding-bottom: 15px;
}

.sp-ser-side-item .google-map {
  height: 224px;
}

.service-sidebar-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.sp-ser-side-item:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .sp-ser-side-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.sp-ser-side-item .sp-content {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
}

.sp-service-list {
  margin-top: 33px;
}

.sp-service-list li {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
  line-height: 24px;
  color: var(--color-default);
}

.sp-service-list li:not(:last-child) {
  margin-bottom: 30px;
}

.sp-service-list li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 7px;
  width: 6px;
  height: 12px;
  background: #615A5A;
  border-radius: 0 100px 100px 0;
}

.sp-service-list--border {
  margin-top: 15px;
}

.sp-service-list--border li {
  padding: 18px 0 20px 12px;
  border-top: 1px solid #DDDBDB;
}

.sp-service-list--border li:not(:last-child) {
  margin-bottom: 0;
}

.sp-service-list--border li::before {
  top: 25px;
}

.sp-service-document {
  margin-top: 25px;
}

.sp-service-document li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  background: #EEEFE6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-heading);
}

.sp-service-document li a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sp-service-document li a:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

.sp-service-document li a:hover img {
  filter: brightness(100);
}

.sp-service-document li:not(:last-child) {
  margin-bottom: 25px;
}

.sp-service-right {
  margin-left: 35px;
}

@media (max-width: 991px) {
  .sp-service-right {
    margin-left: 0;
  }
}

.service-working-title {
  font-size: 22px;
  font-weight: 500;
}

.service-working-title span {
  color: rgba(27, 27, 34, 0.6);
}

.sp-planing_design_wrap {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .sp-planing_design_wrap {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .sp-planing_design_wrap {
    flex-wrap: wrap;
    justify-content: start;
  }
}

.sp-planing_design_item {
  display: inline-block;
  position: relative;
}

.sp-planing_design_item span {
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--color-white);
  font-family: var(--font-heading);
  background: var(--color-primary);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.sp-service-left {
  position: sticky;
  top: 20px;
}

@media (max-width: 991px) {
  .sp-service-left {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    justify-content: space-between;
  }
}

.fc-service-left {
  top: 30px;
  position: sticky;
  padding-right: 125px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-service-left {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .fc-service-left {
    padding-right: 0;
    margin-right: -55px;
  }
}

@media (max-width: 991px) {
  .fc-service-left {
    margin-right: 0;
    padding-right: 60px;
    position: relative;
    top: 0;
  }
}

@media (max-width: 767px) {
  .fc-service-left {
    padding-right: 0;
  }
}

.fc-service-right {
  margin-left: 135px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-service-right {
    margin-left: 100px;
  }
}

@media (max-width: 1199px) {
  .fc-service-right {
    margin-left: 100px;
  }
}

@media (max-width: 991px) {
  .fc-service-right {
    margin-left: 0;
  }
}

.fc-service-item .xb-item--title {
  font-size: 50px;
  font-weight: 500;
  max-width: 490px;
  line-height: 52px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-service-item .xb-item--title {
    font-size: 44px;
    max-width: 430px;
  }
}

@media only screen and (max-width: 1300px) {
  .fc-service-item .xb-item--title {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .fc-service-item .xb-item--title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .fc-service-item .xb-item--title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fc-service-item .xb-item--title {
    font-size: 30px;
  }
}

.fc-service-item .xb-item--title a {
  color: currentColor;
}

.fc-service-item .xb-item--content {
  max-width: 378px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-service-item .xb-item--content {
    max-width: 348px;
  }
}

.fc-service-item .xb-item--holder {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(24, 58, 79, 0.21);
}

@media only screen and (max-width: 1300px) {
  .fc-service-item .xb-item--holder {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .fc-service-item .xb-item--holder {
    gap: 10px;
  }
}

.fc-service-item .xb-item--img {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

@media (max-width: 991px) {
  .fc-service-item .xb-item--img {
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@media (max-width: 767px) {
  .fc-service-item .xb-item--img {
    height: 270px;
  }
}

.fc-service-item .xb-item--img .xb-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.fc-service-item.active .xb-item--holder,
.fc-service-item:hover .xb-item--holder {
  border-bottom: 1px solid transparent;
}

.fc-service-item.active .xb-item--img,
.fc-service-item:hover .xb-item--img {
  height: 508px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 991px) {

  .fc-service-item.active .xb-item--img,
  .fc-service-item:hover .xb-item--img {
    height: 350px;
  }
  .logo-mobile{
    margin-left: 90px;
  }
}

@media (max-width: 767px) {

  .fc-service-item.active .xb-item--img,
  .fc-service-item:hover .xb-item--img {
    height: 270px;
  }
}

.fc-service-item.active .xb-item--title,
.fc-service-item:hover .xb-item--title {
  color: var(--color-primary);
}

.fc-service-item:not(:last-child) {
  margin-bottom: 40px;
}

.fc-service-section {
  background: linear-gradient(359deg, #c7e8ff 0%, #fff 100%);
}

.xb-process-item {
  flex: 1;
  z-index: 1;
  overflow: hidden;
  height: 672px;
  position: relative;
  display: inline-block;
  padding: 37px 50px 50px;
  transition: all 0.6s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-process-item {
    padding: 37px 30px 50px;
  }
}

@media (max-width: 1199px) {
  .xb-process-item {
    padding: 37px 30px 50px;
  }
}

@media (max-width: 991px) {
  .xb-process-item {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .xb-process-item {
    height: 525px;
    flex: unset;
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-process-item {
    height: 460px;
  }
}

.xb-process-item .xb-item--title {
  opacity: 0;
  font-weight: 600;
  font-size: 38px;
  letter-spacing: -0.03em;
  color: var(--color-white);
  transform: translateY(40px);
  transition: 0.4s cubic-bezier(0.5, 0.5, 0, 1);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-process-item .xb-item--title {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .xb-process-item .xb-item--title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .xb-process-item .xb-item--title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .xb-process-item .xb-item--title {
    opacity: 1;
    font-size: 28px;
    transform: translateY(0);
  }
}

.xb-process-item .xb-item--content {
  opacity: 0;
  max-width: 492px;
  margin-top: 20px;
  color: var(--color-white);
  transform: translateY(40px);
  transition: 0.4s cubic-bezier(0.5, 0.5, 0, 1);
}

@media (max-width: 767px) {
  .xb-process-item .xb-item--content {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-process-item .xb-item--content {
    max-width: 400px;
  }
}

.xb-process-item .xb-item--number {
  line-height: 1;
  font-size: 125px;
  color: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-process-item .xb-item--number {
    font-size: 110px;
  }
}

@media (max-width: 1199px) {
  .xb-process-item .xb-item--number {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .xb-process-item .xb-item--number {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .xb-process-item .xb-item--number {
    opacity: 1;
    font-size: 48px;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-process-item .xb-item--number {
    font-size: 60px;
  }
}

.xb-process-item .xb-item--inner {
  width: 40rem;
  margin-top: 228px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .xb-process-item .xb-item--inner {
    width: 22rem;
  }
}

@media (max-width: 991px) {
  .xb-process-item .xb-item--inner {
    width: 17rem;
    margin-top: 154px;
  }
}

@media (max-width: 767px) {
  .xb-process-item .xb-item--inner {
    opacity: 1;
    margin-top: 25px;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-process-item .xb-item--inner {
    width: 26rem;
    margin-top: 80px;
  }
}

.xb-process-item .xb-item--btn {
  opacity: 0;
  display: inline-block;
  transform: translateY(40px);
  transition: 0.4s cubic-bezier(0.5, 0.5, 0, 1);
}

@media (max-width: 767px) {
  .xb-process-item .xb-item--btn {
    opacity: 1;
    transform: translateY(0);
  }
}

.xb-process-item .xb-item--btn a .xb-icon {
  background: var(--color-white);
}

.xb-process-item .xb-item--btn a .xb-text::before {
  background: var(--color-white);
}

.xb-process-item .xb-item--btn a:hover {
  color: var(--color-white);
}

.xb-process-item.active {
  flex: 3.7;
}

@media (max-width: 767px) {
  .xb-process-item.active {
    width: 100%;
    flex: unset;
  }
}

.xb-process-item.active .xb-item--title,
.xb-process-item.active .xb-item--content,
.xb-process-item.active .xb-item--btn {
  opacity: 1;
  transform: translateY(0);
}

.xb-process-item.active .xb-item--content {
  transition-delay: .1s;
}

.xb-process-item.active .xb-item--btn {
  transition-delay: .2s;
}

.xb-process-item:nth-child(2) {
  background: #FBF4BB;
  color: var(--color-black);
}

.xb-process-item:nth-child(2) .xb-item--number,
.xb-process-item:nth-child(2) .xb-item--title,
.xb-process-item:nth-child(2) .xb-item--content,
.xb-process-item:nth-child(2) .xb-item--btn a,
.xb-process-item:nth-child(2) .number {
  color: var(--color-black);
}

.xb-process-item:nth-child(2) .xb-item--btn a .xb-text::before {
  background: var(--color-black);
}

.xb-process-item:nth-child(2) .xb-item--btn a .xb-icon {
  background: var(--color-black);
}

.xb-process-item:nth-child(3) {
  background: #A56F29;
}

.xb-process-item:nth-child(4) {
  background: #0F1A13;
}

.xb-process-wrap {
  display: flex;
}

@media (max-width: 767px) {
  .xb-process-wrap {
    display: block;
  }
}

.fc-process-item {
  gap: 130px;
  display: flex;
  min-height: 413px;
  align-items: center;
  padding: 75px;
  position: sticky;
  top: 100px;
}

@media (max-width: 991px) {
  .fc-process-item {
    top: 0;
    gap: 70px;
    padding: 20px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .fc-process-item {
    gap: 40px;
    flex-wrap: wrap;
    padding: 50px 20px;
  }
}

.fc-process-item .xb-item--number {
  font-weight: 300;
  font-size: 208px;
  line-height: 0.8;
  margin-top: -20px;
  letter-spacing: -0.04em;
  color: var(--color-white);
}

@media (max-width: 991px) {
  .fc-process-item .xb-item--number {
    font-size: 170px;
  }
}

@media (max-width: 767px) {
  .fc-process-item .xb-item--number {
    margin-top: 0;
    font-size: 115px;
  }
}

.fc-process-item .xb-item--holder {
  max-width: 800px;
}

.fc-process-item .xb-item--title {
  max-width: 615px;
  margin-bottom: 15px;
}

.fc-process-item .xb-item--content {
  color: var(--color-heading);
}

.xb-feature-title {
  font-weight: 700;
  font-size: 230px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .xb-feature-title {
    font-size: 165px;
  }
}

@media (max-width: 767px) {
  .xb-feature-title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-feature-title {
    font-size: 90px;
  }
}

.xb-feature-item {
  z-index: 1;
  gap: 10px;
  min-height: 62px;
  padding: 10px 40px;
  display: inline-flex;
  position: relative;
  margin-right: 450px;
}

@media (max-width: 767px) {
  .xb-feature-item {
    min-height: 52px;
    max-width: 245px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-feature-item {
    max-width: 275px;
  }
}

.xb-feature-item .xb-item--title {
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.01em;
  color: #fff;
}

@media (max-width: 767px) {
  .xb-feature-item .xb-item--title {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-feature-item .xb-item--title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .xb-feature-item .xb-item--icon {
    max-width: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-feature-item .xb-item--icon {
    max-width: 52px;
  }
}

.xb-feature-item .xb-item--shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.xb-feature-item .xb-item--shape img {
  height: 100%;
}

.xb-feature-item-box {
  gap: 450px;
  display: inline-flex;
}

.item-box-bottom {
  gap: 250px;
  transform: translateY(-55px);
}

@media (max-width: 1199px) {
  .item-box-bottom {
    transform: translateY(-41px);
  }
}

@media (max-width: 767px) {
  .item-box-bottom {
    transform: translateY(-23px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .item-box-bottom {
    transform: translateY(-30px);
  }
}

.item-box-bottom .xb-feature-item {
  margin-right: 250px;
}

.xb-feature-text-item {
  transform: translateY(-38px);
}

@media (max-width: 1199px) {
  .xb-feature-text-item {
    transform: translateY(-29px);
  }
}

@media (max-width: 767px) {
  .xb-feature-text-item {
    transform: translateY(-16px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-feature-text-item {
    transform: translateY(-20px);
  }
}

.ar-feature-inner {
  gap: 76px;
  margin-right: 76px;
}

@media (max-width: 767px) {
  .ar-feature-inner {
    gap: 46px;
    margin-right: 46px;
  }
}

.ar-feature-item {
  gap: 20px;
  display: flex;
  align-items: center;
}

.ar-feature-item .xb-icon {
  height: 115px;
  width: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0c1c24;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

@media (max-width: 767px) {
  .ar-feature-item .xb-icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .ar-feature-item .xb-icon img {
    max-width: 34px;
  }
}

.ar-feature-item .xb-title {
  font-size: 165px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .ar-feature-item .xb-title {
    font-size: 130px;
  }
}

@media (max-width: 767px) {
  .ar-feature-item .xb-title {
    font-size: 60px;
  }
}

.ar-bg-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.ie-feature-top {
  display: inline-flex;
}

.ie-feature-top ul {
  gap: 50px;
  margin-right: 50px;
  display: inline-flex;
}

@media (max-width: 767px) {
  .ie-feature-top ul {
    gap: 30px;
    margin-right: 30px;
  }
}

.ie-feature-top ul li {
  font-size: 150px;
  font-weight: 700;
  color: #ede2df;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-family: var(--font-heading);
}

@media (max-width: 1199px) {
  .ie-feature-top ul li {
    font-size: 125px;
  }
}

@media (max-width: 991px) {
  .ie-feature-top ul li {
    font-size: 85px;
  }
}

@media (max-width: 767px) {
  .ie-feature-top ul li {
    font-size: 70px;
  }
}

.feature-hook-img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .feature-hook-img {
    max-width: 290px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feature-hook-img {
    max-width: 250px;
  }
}

.feature-hook-img img {
  transform-origin: top center;
  animation: swing 2.5s ease-in-out infinite;
}

.ie-feature-item {
  z-index: 1;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  padding: 122px 20px 30px;
}

@media only screen and (max-width: 1300px) {
  .ie-feature-item {
    padding: 122px 15px 30px;
  }
}

@media (max-width: 1199px) {
  .ie-feature-item {
    padding: 122px 48px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-feature-item {
    padding: 122px 85px 30px;
  }
}

.ie-feature-item .xb-item--inner {
  text-align: center;
}

.ie-feature-item .xb-item--holder {
  padding-bottom: 25px;
  background: var(--color-white);
  clip-path: polygon(50% 0%, 100% 77px, 100% 100%, 0 100%, 0 77px);
}

.ie-feature-item .xb-item--title {
  font-size: 26px;
  font-weight: 500;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .ie-feature-item .xb-item--title {
    font-size: 24px;
  }
}

.ie-feature-item .xb-item--content {
  padding: 20px 30px 25px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 0.8s cubic-bezier(0.5, 0.5, 0, 1);
}

@media (max-width: 767px) {
  .ie-feature-item .xb-item--content {
    padding: 20px 20px 25px;
  }
}

.ie-feature-item .xb-item--content p {
  line-height: 28px;
  color: var(--color-white);
}

.ie-feature-item .xb-item--icon {
  height: 110px;
  width: 139px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.ie-feature-item .xb-item--img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.ie-feature-item .xb-item--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ie-feature-item:hover .xb-item--content {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ie-feature-item:hover .xb-item--icon img {
  animation: xbshake 0.4s ease-in-out 1;
}

@media (max-width: 1199px) {
  .feature-indistries {
    padding-top: 180px;
  }
}

@media (max-width: 991px) {
  .feature-indistries {
    padding-top: 170px;
  }
}

@media (max-width: 767px) {
  .feature-indistries {
    padding-top: 160px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .section-group {
    padding-top: 130px;
  }
}

@media (max-width: 1199px) {
  .section-group {
    padding-top: 135px;
  }
}

@media (max-width: 991px) {
  .section-group {
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  .section-group {
    padding-top: 135px;
  }
}

.xb-brand-container {
  border: 1px solid #dddbdb;
  border-bottom: none;
}

@media (max-width: 767px) {
  .xb-brand-container {
    margin-bottom: 75px;
    border-bottom: 1px solid #dddbdb;
  }
}

@media (max-width: 767px) {
  .ap-brand-container {
    margin-bottom: 0;
  }
}

.xb-brand-inner {
  display: flex;
}

@media (max-width: 767px) {
  .xb-brand-inner {
    display: block;
  }
}

@media (max-width: 767px) {
  .xb-brand-inner:nth-child(2) .xb-brand-item:last-child {
    border-bottom: none;
  }
}

.xb-brand-item {
  flex: 1;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 252px;
  min-width: 270px;
  position: relative;
  border-bottom: 1px solid #dddbdb;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-brand-item {
    min-width: 220px;
  }
}

@media (max-width: 1199px) {
  .xb-brand-item {
    min-width: 195px;
    min-height: 195px;
  }
}

@media (max-width: 991px) {
  .xb-brand-item {
    min-width: 130px;
    min-height: 150px;
  }
}

.xb-brand-item:not(:last-child) {
  border-right: 1px solid #dddbdb;
}

@media (max-width: 767px) {
  .xb-brand-item:not(:last-child) {
    border-right: none;
  }
}

.xb-brand-item .xb-img {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .xb-brand-item .xb-img {
    max-width: 120px;
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .xb-brand-item .xb-img {
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .xb-brand-item .xb-img {
    padding: 10px 0;
    max-width: 130px;
  }
}

.xb-brand-item .xb-img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-brand-item .xb-img img:nth-child(2) {
  left: 0;
  top: 200%;
  position: absolute;
  transform: translateY(-50%);
}

.xb-brand-item .dot {
  height: 6px;
  width: 6px;
  opacity: 0;
  z-index: 2;
  position: absolute;
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-primary);
}

.xb-brand-item .dot--1 {
  top: -3px;
  left: -3px;
}

.xb-brand-item .dot--2 {
  right: -3px;
  top: -3px;
}

.xb-brand-item .dot--3 {
  bottom: -3px;
  left: -3px;
}

.xb-brand-item .dot--4 {
  bottom: -3px;
  right: -3px;
}

.xb-brand-item.big {
  flex: 2.18;
}

@media (max-width: 991px) {
  .xb-brand-item.big {
    flex: 1;
  }
}

.xb-brand-item:hover .xb-img img:nth-child(1) {
  transform: translateY(-200%);
}

.xb-brand-item:hover .xb-img img:nth-child(2) {
  top: 50%;
}

.xb-brand-item:hover .dot {
  opacity: 1;
  transform: scale(1);
}

.xb-brand-bottom {
  gap: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

@media (max-width: 767px) {
  .xb-brand-bottom {
    gap: 20px;
    text-align: center;
    flex-direction: column;
  }
}

.xb-brand-bottom a {
  gap: 20px;
  font-size: 18px;
  color: var(--color-heading);
}

.xb-brand-bottom a .xb-icon {
  height: 28px;
  width: 28px;
  padding: 5px;
}

.xb-brand-bottom .line-shape {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-brand-bottom .line-shape {
    left: -10%;
    width: 120%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-brand-bottom .line-shape {
    left: -17%;
    width: 135%;
  }
}

@media (max-width: 1199px) {
  .xb-brand-bottom .line-shape {
    width: 155%;
    left: -27.5%;
  }
}

@media (max-width: 991px) {
  .xb-brand-bottom .line-shape {
    display: none;
  }
}

.ar-brand-inner {
  padding-top: 70px;
  display: inline-flex;
}

.ar-brand-list {
  gap: 50px;
  margin-right: 50px;
}

.ar-brand-list .logo {
  opacity: 0.4;
  padding-right: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-right: 1px solid #3d4950;
}

@media (max-width: 767px) {
  .ar-brand-list .logo img {
    max-width: 130px;
  }
}

.ar-brand-list .logo:hover {
  opacity: 1;
}

.ar-sub-title {
  gap: 10px;
  padding-bottom: 45px;
  justify-content: center;
  color: var(--color-white);
  position: relative;
}

.ar-sub-title::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #0c1c24 0%, #0c1c24 22.35%, #3d4950 50%, #0c1c24 76.41%, #0c1c24 100%);
}

.ie-brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1600px) {
  .ie-brand-item {
    min-height: 99px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-brand-item {
    min-height: 85px;
  }
}

@media (max-width: 1199px) {
  .ie-brand-item {
    min-height: 94px;
  }
}

@media (max-width: 767px) {
  .ie-brand-item {
    min-height: 133px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-brand-item {
    min-height: 104px;
  }
}

.ie-brand-item .shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ie-brand-item .shape svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ie-brand-item .shape svg:nth-child(1) {
  opacity: 1;
}

.ie-brand-item .shape svg:nth-child(2) {
  opacity: 0;
  z-index: 2;
}

.ie-brand-item:hover .shape svg:nth-child(1) {
  opacity: 0;
}

.ie-brand-item:hover .shape svg:nth-child(2) {
  opacity: 1;
}

.ie-brand-title {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 70px;
  letter-spacing: -0.04em;
}

.fc-brand-title {
  max-width: 1083px;
}

.fc-brand-item .xb-item--title {
  font-size: 34px;
  line-height: 38px;
  max-width: 320px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--color-secondary);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-brand-item .xb-item--title {
    font-size: 26px;
    line-height: 34px;
    max-width: 282px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fc-brand-item .xb-item--title {
    font-size: 24px;
    line-height: 32px;
    max-width: 260px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .fc-brand-item .xb-item--title {
    font-size: 20px;
    line-height: 26px;
    max-width: 215px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .fc-brand-item .xb-item--title {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fc-brand-item .xb-item--title {
    max-width: 65%;
  }
}

.fc-brand-item .xb-item--title span {
  color: var(--color-primary);
}

.fc-brand-item .xb-item--list li {
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
  color: var(--color-secondary);
}

.fc-brand-item .xb-item--list li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  height: 5px;
  width: 5px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-secondary);
}

.fc-brand-item .xb-item--desig {
  font-size: 16px;
  color: var(--color-secondary);
}

.fc-brand-item .xb-item--container {
  gap: 617px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .fc-brand-item .xb-item--container {
    gap: 520px;
    bottom: -5px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-brand-item .xb-item--container {
    gap: 380px;
  }
}

@media only screen and (max-width: 1300px) {
  .fc-brand-item .xb-item--container {
    gap: 272px;
    padding-top: 30px;
    background: #183a4f;
  }
}

@media (max-width: 1199px) {
  .fc-brand-item .xb-item--container {
    gap: 189px;
  }
}

@media only screen and (max-width: 1023px) {
  .fc-brand-item .xb-item--container {
    gap: 170px;
  }
}

@media (max-width: 991px) {
  .fc-brand-item .xb-item--container {
    gap: 100px;
  }
}

@media (max-width: 767px) {
  .fc-brand-item .xb-item--container {
    gap: 40px;
    position: relative;
    justify-content: space-between;
  }
}

.xb-award-inner {
  padding: 0 30px;
  margin-left: -64px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white);
}

@media only screen and (max-width: 1600px) {
  .xb-award-inner {
    margin-left: 13px;
  }
}

@media (max-width: 991px) {
  .xb-award-inner {
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-award-inner {
    padding: 0 20px;
  }
}

.xb-award-inner .xb-item--item {
  position: relative;
  padding: 53px 0 54px;
}

.xb-award-inner .xb-item--item:not(:last-child) {
  border-bottom: 1px solid #ced2d3;
}

@media (max-width: 767px) {
  .xb-award-inner .xb-item--holder {
    gap: 30px;
  }
}

.xb-award-inner .xb-item--title {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--color-heading);
}

@media (max-width: 1199px) {
  .xb-award-inner .xb-item--title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .xb-award-inner .xb-item--title {
    font-size: 32px;
  }
}

.xb-award-inner .xb-item--title.year {
  font-size: 50px;
  font-weight: 700;
}

.xb-award-inner .xb-item--year {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}

.xb-award-img {
  height: 100%;
  margin-right: 64px;
  border-radius: 10px;
  max-width: 520px;
}

@media only screen and (max-width: 1600px) {
  .xb-award-img {
    margin-right: -13px;
  }
}

@media (max-width: 991px) {
  .xb-award-img {
    margin-right: 0;
    max-width: 100%;
  }
}

.xb-award-img img {
  height: 100%;
  object-fit: cover;
}

.ar-award-top {
  gap: 20px;
}

.ar-award-top .xb-content {
  max-width: 494px;
}

.xb-image-wrapper {
  width: 200px;
  height: 280px;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  border-radius: 30px;
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-image-wrapper {
    height: 200px;
    width: 140px;
  }
}

@media (max-width: 1199px) {
  .xb-image-wrapper {
    height: 200px;
    width: 140px;
  }
}

.xb-image-wrapper .xb-image-slider {
  display: flex;
  flex-direction: column;
}

.xb-image-wrapper img {
  width: 200px;
  height: 280px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-image-wrapper img {
    height: 200px;
    width: 140px;
  }
}

@media (max-width: 1199px) {
  .xb-image-wrapper img {
    height: 200px;
    width: 140px;
  }
}

.ap-award-img {
  max-width: 430px;
  border-radius: 0;
  margin-right: 0;
}

.ap-award-inner {
  margin-left: 0;
  border-radius: 0;
}

.ap-award-inner .xb-item--title {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-family: var(--font-heading);
}

.ap-award-inner .xb-item--title.year {
  font-size: 70px;
}

@media (max-width: 991px) {
  .ap-award-inner .xb-item--title.year {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .ap-award-inner .xb-item--title.year {
    font-size: 42px;
  }
}

.ap-award-inner .xb-item--item {
  padding: 33px 0 38px;
}

.fc-award-wrap {
  gap: 55px;
  float: right;
  padding: 87px 79px;
  flex-wrap: nowrap;
  background: var(--color-secondary);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-award-wrap {
    margin-left: 80px;
    padding: 87px 50px;
  }
}

@media (max-width: 1199px) {
  .fc-award-wrap {
    float: left;
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .fc-award-wrap {
    gap: 20px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .fc-award-wrap {
    gap: 10px;
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-award-content {
    margin-right: -60px;
  }
}

.fc-award-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fc-award-item:hover {
  transform: translateY(-5px);
}

.ie-industries-top {
  gap: 25px;
}

.ie-industries-top .xb-content {
  max-width: 540px;
}

.ie-industries-item {
  z-index: 1;
  padding: 20px 50px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #fff4f0;
  border: 1px solid #e1d0ca;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

@media (max-width: 767px) {
  .ie-industries-item {
    padding: 20px 30px;
  }
}

.ie-industries-item::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  z-index: -1;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.65);
}

.ie-industries-item h3 {
  font-size: 26px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-dark);
}

@media (max-width: 767px) {
  .ie-industries-item h3 {
    font-size: 20px;
  }
}

.ie-industries-item .img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.ie-industries-item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ie-industries-item:hover h3 {
  color: var(--color-white);
}

.ie-industries-item:hover .img {
  opacity: 1;
  transform: scale(1.1);
}

.ie-industries-item:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.ie-industries-inner {
  gap: 30px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .ie-industries-inner {
    gap: 10px;
    padding-right: 10px;
  }
}

.ie-industries-bottom {
  margin-top: 30px;
  display: inline-flex;
}

@media (max-width: 767px) {
  .ie-industries-bottom {
    margin-top: 10px;
  }
}

.ie-industries-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .xb-gallary-info {
    margin-bottom: 45px;
  }
}

.xb-gallary-info h2 {
  font-weight: 400;
  font-size: 60px;
  letter-spacing: -0.04em;
}

@media (max-width: 767px) {
  .xb-gallary-info h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-gallary-info h2 {
    font-size: 36px;
  }
}

.xb-gallary-img {
  padding: 3px;
  overflow: hidden;
  display: inline-flex;
  background: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.xb-gallary-img a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.xb-gallary-img a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  border-radius: inherit;
  transform: scale(0.6);
  border-radius: inherit;
  transition: all .3s ease-out;
  background: rgba(12, 28, 36, 0.5);
}

.xb-gallary-img a img {
  object-fit: cover;
  transform: scale(1);
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.xb-gallary-img a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.xb-gallary-img a:hover img {
  transform: scale(1.1);
}

.xb-gallary-img a:hover .xb-social-icon {
  opacity: 1;
  transition-delay: .1s;
  transform: translate(-50%, -50%) scale(1);
}

.xb-gallary-img .xb-social-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  width: 50px;
  height: 50px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all .3s ease-out;
  background: var(--color-primary);
  transform: translate(-50%, -50%) scale(0.8);
}

@media (max-width: 991px) {
  .xb-gallary-img .xb-social-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .xb-gallary-img .xb-social-icon img {
    max-width: 20px;
  }
}

.gallary-item-slide:nth-child(odd) .xb-gallary-img {
  transform: rotate(12deg);
}

.gallary-item-slide:nth-child(even) .xb-gallary-img {
  transform: rotate(-12deg);
}

@media (max-width: 767px) {
  .gallary {
    padding-bottom: 155px;
  }
}

.xb-funfact-item {
  width: 620px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 144px 50px;
  background: #0c1c24;
  border-left: 1px solid #3d4950;
}

@media (max-width: 991px) {
  .xb-funfact-item {
    padding: 50px 20px;
    border-left: none;
    border-top: 1px solid #3d4950;
  }
}

@media (max-width: 767px) {
  .xb-funfact-item {
    width: 100%;
    border-left: none;
    padding: 60px 30px;
  }
}

@media (max-width: 991px) {
  .xb-funfact-item:not(:last-child) {
    border-right: 1px solid #3d4950;
  }
}

@media (max-width: 767px) {
  .xb-funfact-item:not(:last-child) {
    border-right: none;
  }
}

.xb-funfact-item .xb-item--number {
  font-weight: 400;
  font-size: 140px;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  color: var(--color-white);
}

@media (max-width: 991px) {
  .xb-funfact-item .xb-item--number {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .xb-funfact-item .xb-item--number {
    font-size: 80px;
  }
}

.xb-funfact-item .xb-item--icon {
  max-width: 91px;
  max-height: 91px;
  display: inline-block;
}

.xb-funfact-item .xb-item--icon img {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

@media (max-width: 991px) {
  .xb-funfact-item .xb-item--icon {
    max-width: 40px;
  }
}

@media (max-width: 767px) {
  .xb-funfact-item .xb-item--icon {
    max-width: 61px;
  }
}

.xb-funfact-item .xb-item--holder {
  margin-top: 285px;
}

@media (max-width: 991px) {
  .xb-funfact-item .xb-item--holder {
    margin-top: 106px;
  }
}

@media (max-width: 767px) {
  .xb-funfact-item .xb-item--holder {
    margin-top: 140px;
  }
}

.xb-funfact-item .xb-item--content {
  color: var(--color-white);
}

@media (max-width: 991px) {
  .xb-funfact-item .xb-item--content {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .xb-funfact-item .xb-item--content {
    font-size: 16px;
  }
}

.xb-funfact-item .xb-item--img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  transform: scale(1.05);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 991px) {
  .xb-funfact-item .xb-item--img img {
    width: 100%;
    object-fit: cover;
  }
}

.xb-funfact-item:hover .xb-item--img {
  opacity: 1;
  transform: scale(1);
}

.xb-funfact-item:hover .xb-item--icon img {
  opacity: 1;
  transform: scale(1);
  animation: xbshake 0.4s ease-in-out 1;
}

.xb-funfact-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .xb-funfact-wrap {
    flex-wrap: wrap;
  }
}

.ie-funfact-top {
  gap: 30px;
  margin-bottom: 70px;
}

.ie-funfact-wrap {
  gap: 212px;
  display: flex;
  padding-top: 70px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
}

@media only screen and (max-width: 1600px) {
  .ie-funfact-wrap {
    gap: 100px;
  }
}

@media (max-width: 1199px) {
  .ie-funfact-wrap {
    gap: 50px;
  }
}

@media (max-width: 991px) {
  .ie-funfact-wrap {
    gap: 105px;
  }
}

@media (max-width: 767px) {
  .ie-funfact-wrap {
    gap: 70px;
    flex-wrap: wrap;
  }
}

.ie-funfact-item {
  padding-left: 43px;
  position: relative;
}

.ie-funfact-item .xb-item--text {
  font-family: var(--font-body);
}

.ie-funfact-item .xb-item--text.down-time {
  transform: translateY(-25px);
}

.ie-funfact-item .xb-item--text.reduced {
  padding-left: 14px;
}

.ie-funfact-item .xb-item--holder {
  gap: 8px;
  align-items: end;
}

@media only screen and (max-width: 1600px) {
  .ie-funfact-item .xb-item--holder {
    flex-wrap: nowrap;
  }
}

@media (max-width: 991px) {
  .ie-funfact-item .xb-item--holder {
    gap: 20px;
    flex-wrap: wrap;
  }
}

.ie-funfact-item .xb-item--number {
  font-size: 150px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1;
  padding-right: 5px;
  white-space: nowrap;
  align-items: center;
  display: inline-flex;
  letter-spacing: -0.03em;
  color: var(--color-primary);
}

@media only screen and (max-width: 1600px) {
  .ie-funfact-item .xb-item--number {
    font-size: 130px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-funfact-item .xb-item--number {
    font-size: 115px;
  }
}

@media only screen and (max-width: 1300px) {
  .ie-funfact-item .xb-item--number {
    font-size: 90px;
  }
}

@media (max-width: 1199px) {
  .ie-funfact-item .xb-item--number {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .ie-funfact-item .xb-item--number {
    font-size: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-funfact-item .xb-item--number {
    font-size: 76px;
  }
}

.ie-funfact-item .xb-item--line {
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 1199px) {
  .ie-funfact-item .xb-item--line {
    max-height: 110px;
    overflow: hidden;
  }
}

@media (max-width: 1199px) {
  .funfact-section {
    padding-bottom: 135px;
    padding-top: 135px;
  }
}

@media (max-width: 1199px) {
  .fc-funfact-left {
    margin-right: -55px;
  }
}

@media (max-width: 991px) {
  .fc-funfact-left {
    margin-right: 0;
  }
}

.fc-funfact-right {
  gap: 3px;
  display: flex;
  align-items: end;
  padding-left: 155px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-funfact-right {
    padding-left: 100px;
  }
}

@media (max-width: 1199px) {
  .fc-funfact-right {
    padding-left: 100px;
  }
}

@media (max-width: 991px) {
  .fc-funfact-right {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .fc-funfact-right {
    visibility: visible;
  }
}

.fc-funfact-right.animated .fc-funfact-item {
  transform: scaleY(1);
  transition-delay: .3s;
}

@media (max-width: 767px) {
  .fc-funfact-right.animated .fc-funfact-item {
    transition-delay: 0;
  }
}

.fc-funfact-item {
  flex: 1;
  transform: scaleY(0);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform-origin: bottom left;
}

@media (max-width: 767px) {
  .fc-funfact-item {
    transition: unset;
    transform: scaleY(1);
  }
}

.fc-funfact-item .xb-item--content {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .fc-funfact-item .xb-item--content {
    font-size: 16px;
    line-height: 22px;
  }
}

.fc-funfact-item .xb-item--parcent {
  padding: 25px;
  text-align: center;
  background: var(--color-primary);
}

@media (max-width: 767px) {
  .fc-funfact-item .xb-item--parcent {
    padding: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fc-funfact-item .xb-item--parcent {
    padding: 20px 10px;
  }
}

.fc-funfact-item .xb-item--number {
  font-size: 70px;
  color: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-funfact-item .xb-item--number {
    font-size: 56px;
  }
}

@media (max-width: 1199px) {
  .fc-funfact-item .xb-item--number {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .fc-funfact-item .xb-item--number {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fc-funfact-item .xb-item--number {
    font-size: 36px;
  }
}

.fc-funfact-item:nth-child(1) .xb-item--parcent {
  min-height: 151px;
}

@media (max-width: 767px) {
  .fc-funfact-item:nth-child(1) .xb-item--parcent {
    min-height: 100px;
  }
}

.fc-funfact-item:nth-child(2) .xb-item--parcent {
  min-height: 252px;
}

@media (max-width: 767px) {
  .fc-funfact-item:nth-child(2) .xb-item--parcent {
    min-height: 150px;
  }
}

.fc-funfact-item:nth-child(3) .xb-item--parcent {
  min-height: 445px;
}

@media (max-width: 767px) {
  .fc-funfact-item:nth-child(3) .xb-item--parcent {
    min-height: 300px;
  }
}

.fc-funfact-item:nth-child(4) .xb-item--parcent {
  min-height: 694px;
}

@media (max-width: 767px) {
  .fc-funfact-item:nth-child(4) .xb-item--parcent {
    min-height: 400px;
  }
}

.xb-team-top {
  position: relative;
}

@media (max-width: 767px) {
  .xb-team-top {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .xb-team-top .img {
    height: 100%;
  }
}

.xb-team-top .title {
  font-size: 55px;
  font-weight: 500;
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 2;
  color: var(--color-white);
}

@media (max-width: 991px) {
  .xb-team-top .title {
    left: 30px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .xb-team-top .title {
    left: 20px;
    font-size: 32px;
  }
}

.xb-team-top::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, #000 92.19%);
}

.xb-team-author_wrap {
  background: #EEEFE6;
}

.xb-author-comment {
  padding: 30px;
  background: #1B1B22;
}

@media (max-width: 767px) {
  .xb-author-comment {
    padding: 10px;
  }
}

.xb-author-comment .content {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  padding: 82px 20px;
  color: var(--color-white);
  border: 1px solid #DDDBDB;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-author-comment .content {
    padding: 82px 35px;
  }
}

@media (max-width: 1199px) {
  .xb-author-comment .content {
    padding: 82px 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-author-comment .content {
    padding: 82px 20px;
  }
}

@media (max-width: 991px) {
  .xb-author-comment .content {
    padding: 50px 20px 82px;
  }
}

@media (max-width: 767px) {
  .xb-author-comment .content {
    padding: 40px 20px;
  }
}

.xb-team-author {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px 46px 10px 76px;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-team-author {
    gap: 120px;
    padding: 10px 30px 10px 60px;
  }
}

@media (max-width: 1199px) {
  .xb-team-author {
    gap: 124px;
    padding: 10px 15px 10px 40px;
  }
}

@media (max-width: 991px) {
  .xb-team-author {
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .xb-team-author {
    gap: 20px;
    padding: 30px;
    justify-content: start;
  }
}

.xb-team-author .xb-item--name {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}

.xb-team-author .xb-item--desig {
  font-weight: 500;
}

@media (max-width: 1199px) {
  .xb-team-author .xb-item--quote {
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .xb-team-author .xb-item--quote {
    max-width: 55px;
  }
}

.xb-team-author .xb-item--avatar {
  position: absolute;
  bottom: 0;
  left: 25%;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-team-author .xb-item--avatar {
    left: 18%;
  }
}

@media (max-width: 1199px) {
  .xb-team-author .xb-item--avatar {
    left: 8%;
  }
}

@media (max-width: 991px) {
  .xb-team-author .xb-item--avatar {
    left: 26%;
    max-width: 290px;
  }
}

@media (max-width: 767px) {
  .xb-team-author .xb-item--avatar {
    display: none;
  }
}

@media (max-width: 1199px) {
  .xb-team-author.author-two {
    gap: 95px;
  }
}

@media (max-width: 767px) {
  .xb-team-author.author-two {
    gap: 10px;
  }
}

.xb-team-author.author-two .xb-item--avatar {
  left: 16%;
}

@media only screen and (max-width: 1600px) {
  .xb-team-author.author-two .xb-item--avatar {
    left: 14%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-team-author.author-two .xb-item--avatar {
    left: 14%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-team-author.author-two .xb-item--avatar {
    left: 7%;
  }
}

@media (max-width: 1199px) {
  .xb-team-author.author-two .xb-item--avatar {
    left: 0;
  }
}

@media (max-width: 991px) {
  .xb-team-author.author-two .xb-item--avatar {
    left: 24%;
    max-width: 270px;
  }
}

.xb-team-item {
  background: #EEEFE6;
}

.xb-team-item .xb-item--name {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-team-item .xb-item--name {
    font-size: 20px;
  }
}

.xb-team-item .xb-item--desig {
  font-size: 16px;
  font-weight: 500;
}

.xb-team-item .xb-item--holder {
  padding: 18px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-team-item .xb-item--holder {
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-team-item .xb-item--holder {
    flex-wrap: nowrap;
  }
}

.xb-team-item .xb-item--link {
  width: 62px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-heading);
  background: var(--color-white);
}

.xb-team-item .xb-item--link svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-team-item .xb-item--img {
  overflow: hidden;
}

.xb-team-item .xb-item--img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.xb-team-item:hover .xb-item--img img {
  transform: scale(1.1) rotate(3deg);
}

.xb-team-item:hover .xb-item--link {
  background: #1B1B22;
}

.xb-team-item:hover .xb-item--link svg path {
  fill: var(--color-white);
}

.xb-team-item:hover .xb-team-social_media {
  transform: scaleY(1);
}

.xb-team-item:hover .xb-team-social_media li {
  opacity: 1;
  transform: translateY(0);
}

.xb-team-social_media {
  gap: 30px;
  padding: 20px 16px;
  display: inline-flex;
  flex-direction: column;
  max-width: 66px;
  background: var(--color-primary);
  position: absolute;
  bottom: 65px;
  left: 0;
  z-index: -1;
  transform: scaleY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform-origin: bottom left;
}

.xb-team-social_media li {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transform: translateY(20px);
}

.xb-team-social_media li:nth-child(1) {
  transition-delay: .3s;
}

.xb-team-social_media li:nth-child(2) {
  transition-delay: .2s;
}

.xb-team-social_media li:nth-child(3) {
  transition-delay: .1s;
}

.xb-details-title {
  font-size: 55px;
  font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-details-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-details-title {
    font-size: 44px;
  }
}

@media (max-width: 1199px) {
  .xb-details-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-details-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .xb-details-title {
    font-size: 36px;
  }
}

.xb-details-content-title {
  font-size: 38px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .xb-details-content-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .xb-details-content-title {
    font-size: 32px;
  }
}

.details-content-title {
  font-size: 80px;
  font-weight: 700;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .details-content-title {
    font-size: 48px;
  }
}

@media (max-width: 1199px) {
  .details-content-title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .details-content-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .details-content-title {
    font-size: 26px;
    line-height: 1.3;
  }
}

.xb-det-content {
  line-height: 28px;
}

.single-item-image {
  overflow: hidden;
}

.blog-slide-item {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.blog-slide-item::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(25, 27, 33, 0.19) 16.87%, rgba(25, 27, 33, 0.49) 33.34%, rgba(25, 27, 33, 0.67) 43.85%, rgba(25, 27, 33, 0.94) 66.54%, #191b21 100%);
}

.blog-slide-item:hover .xb-item--img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-slide-item .xb-item--holder {
  max-width: 1395px;
  position: absolute;
  bottom: 70px;
  left: 80px;
  z-index: 2;
}

@media (max-width: 991px) {
  .blog-slide-item .xb-item--holder {
    bottom: 20px;
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .blog-slide-item .xb-item--holder {
    left: 30px;
    bottom: 30px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-slide-item .xb-item--holder {
    bottom: 45px;
    padding-right: 40px;
  }
}

.blog-slide-item .xb-item--img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .blog-slide-item .xb-item--img {
    height: 500px;
  }

  .blog-slide-item .xb-item--img img {
    height: 100%;
    object-fit: cover;
  }
}

.blog-slide-item .xb-item--tag {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: var(--color-heading);
  background: var(--color-white);
}

@media (max-width: 991px) {
  .blog-slide-item .xb-item--tag {
    font-size: 14px;
  }
}

.blog-slide-item .xb-item--title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.15;
  margin: 15px 0 10px;
  letter-spacing: -0.02em;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .blog-slide-item .xb-item--title {
    max-width: 700px;
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .blog-slide-item .xb-item--title {
    font-size: 34px;
    max-width: 530px;
  }
}

@media (max-width: 767px) {
  .blog-slide-item .xb-item--title {
    font-size: 26px;
  }
}

.blog-slide-item .xb-item--title a {
  color: currentColor;
}

.blog-slide-item .xb-item--content {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  max-width: 972px;
  color: var(--color-white);
}

@media (max-width: 991px) {
  .blog-slide-item .xb-item--content {
    max-width: 470px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-slide-item .xb-item--content {
    max-width: 355px;
  }
}

.blog-slider .swiper-pagination {
  position: absolute;
  left: auto;
  right: 50px;
  bottom: 50px;
  width: auto !important;
}

@media (max-width: 767px) {
  .blog-slider .swiper-pagination {
    right: 15px;
    bottom: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-slider .swiper-pagination {
    right: 50px;
    bottom: 50px;
  }
}

.blog-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #fff;
}

.blog-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
}

.blog-item_button .blog-swiper-btn {
  position: absolute;
  left: 0;
  top: 50%;
}

.blog-item_button .blog-swiper-btn::after {
  display: none;
}

.blog-item_button .blog-swiper-btn i {
  left: 0;
  top: 15px;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-heading);
}

.blog-item_button .blog-swiper-btn:hover i {
  color: var(--color-primary);
}

.blog-item_button .swiper-button-next {
  left: auto;
  right: -1px;
}

.blog-item_button .swiper-button-next i {
  left: 7px;
}

.blog_details_item {
  z-index: 1;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-white);
  border: 1px solid #DDDBDB;
}

.blog_details_item:not(:last-child) {
  margin-bottom: 40px;
}

.blog_details_item:hover {
  background: #EEEFE6;
  border: 1px solid #EEEFE6;
}

.blog_details_item:hover .xb-item--img img {
  transform: scale(1.1);
}

.blog_details_item .xb-item--img {
  margin-right: 50px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .blog_details_item .xb-item--img {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .blog_details_item .xb-item--img {
    margin-right: 0;
    width: 100%;
    height: 300px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog_details_item .xb-item--img {
    height: 400px;
  }
}

.blog_details_item .xb-item--img img {
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog_details_item .xb-item--holder {
  padding: 30px 55px 40px 0;
  width: calc(100% - 362px);
}

@media (max-width: 1199px) {
  .blog_details_item .xb-item--holder {
    width: calc(100% - 341px);
    padding: 30px 25px 40px 0;
  }
}

@media (max-width: 991px) {
  .blog_details_item .xb-item--holder {
    padding: 30px 19px 40px 0;
  }
}

@media (max-width: 767px) {
  .blog_details_item .xb-item--holder {
    width: 100%;
    padding: 30px 20px 40px;
  }
}

.blog_details_item .xb-item--tag {
  font-size: 16px;
  font-weight: 500;
  color: #615a5a;
  text-transform: uppercase;
}

.blog_details_item .xb-item--title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  margin: 4px 0 25px;
}

@media (max-width: 1199px) {
  .blog_details_item .xb-item--title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .blog_details_item .xb-item--title {
    font-size: 26px;
  }
}

.blog_details_item .xb-item--title a {
  color: currentColor;
}

.blog_details_item .xb-item--content {
  max-width: 665px;
  display: inline-block;
}

.blog_details_item .xb-item--button a {
  font-size: 18px;
  padding: 9px 10px 9px 30px;
}

.blog_details_item .xb-item--button a .xb-icon {
  width: 32px;
  height: 32px;
  padding: 5px;
  background: var(--color-white);
}

.blog_details_item .xb-item--button a .xb-icon img {
  filter: brightness(0);
}

.blog_details_item .xb-item--button a .inner {
  gap: 20px;
}

.blog_details_item .xb-item--button a:hover .holder {
  transform: translateX(42px);
}

.blog_details_item .xb-item--inner {
  padding: 35px 40px 45px;
}

@media (max-width: 767px) {
  .blog_details_item .xb-item--inner {
    padding: 35px 20px 45px;
  }
}

.blog_details_item:nth-child(even) .xb-item--content {
  max-width: 750px;
}

.blog_details_content {
  margin-right: 35px;
}

@media (max-width: 1199px) {
  .blog_details_content {
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  .blog_details_content {
    margin-right: 0;
  }
}

.post_meta {
  gap: 40px;
}

@media (max-width: 767px) {
  .post_meta {
    gap: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .post_meta {
    gap: 40px;
  }
}

.post_meta .meta_label1 {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  color: var(--color-default);
}

.post_meta .meta_label1::before {
  position: absolute;
  content: '';
  top: 50%;
  right: -20px;
  height: 13px;
  width: 2px;
  background: #DDDBDB;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .post_meta .meta_label1::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .post_meta .meta_label1::before {
    display: block;
  }
}

.post_meta .meta_label {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--color-default);
}

.post_meta .meta_icon img {
  margin-right: 5px;
  transform: translateY(-2px);
}

.post-meta-wrap {
  padding-bottom: 35px;
  border-bottom: 1px solid #DDDBDB;
}

.post_audio {
  margin-bottom: 30px;
}

.post_audio .audio_play_btn {
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  display: inline-flex;
  background: transparent;
  padding: 9px 22px 9px 10px;
  border: 1px solid #DDDBDB;
}

.post_audio .audio_play_btn::after {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.post_audio .audio_play_btn i {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: var(--color-white);
  background: #1B1B22;
}

.post_audio .audio_play_btn span {
  display: inline-block;
  color: var(--color-default);
}

.post_audio .audio_play_btn .time {
  margin: 0 20px 0 10px;
}

.item_details_info_heading {
  font-size: 25px;
  line-height: 33px;
  max-width: 934px;
  color: var(--color-heading);
  font-weight: 700;
}

@media (max-width: 767px) {
  .item_details_info_heading {
    font-size: 24px;
  }
}

.blog-details-video {
  width: 100%;
  overflow: hidden;
  margin-bottom: 52px;
  display: inline-flex;
}

@media (max-width: 1199px) {
  .blog-details-video iframe {
    height: 300px;
  }
}

.iconlist_block {
  gap: 25px;
  display: flex;
  flex-direction: column;
  margin-left: -50px;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .iconlist_block {
    margin-left: -30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .iconlist_block {
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .iconlist_block {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .iconlist_block {
    margin-left: 0;
  }
}

.iconlist_block li {
  gap: 15px;
  display: flex;
  align-items: center;
  line-height: 26px;
}

.iconlist_block .iconlist_text {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-secondary);
}

.numlist_block {
  gap: 5px;
  padding-left: 0;
  margin-top: 15px;
}

.postabmin_block {
  margin: 35px 0 80px;
  padding: 36px 40px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
}

@media (max-width: 767px) {
  .postabmin_block {
    justify-content: center;
  }
}

.postabmin_block .admin_image {
  width: 164px;
  height: 164px;
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 30px;
  display: inline-block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

@media (max-width: 767px) {
  .postabmin_block .admin_image {
    margin-right: 0;
  }
}

.postabmin_block .admin_content {
  width: calc(100% - 194px);
}

@media (max-width: 767px) {
  .postabmin_block .admin_content {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}

.postabmin_block .admin_name {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-heading);
}

.postabmin_block .admin_designation {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 25px;
  display: inline-block;
  text-transform: capitalize;
}

.postabmin_block .social_icons_blocks {
  gap: 20px;
}

@media (max-width: 767px) {
  .postabmin_block .social_icons_blocks {
    justify-content: center;
  }
}

.postabmin_block .social_icons_blocks li a i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-default);
}

.postabmin_block .social_icons_blocks li a:hover i {
  color: var(--color-heading);
}

.postabmin_block p {
  font-size: 16px;
  font-weight: 500;
  max-width: 624px;
  line-height: 26px;
  margin-bottom: 30px;
}

.blog-social-methor {
  gap: 30px;
  padding-bottom: 80px;
}

.social_icons_block {
  gap: 10px;
}

.social_icons_block li a {
  height: 32px;
  width: 32px;
  font-weight: 400;
  font-size: 13px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-heading);
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.social_icons_block li a::after {
  z-index: 1;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.social_icons_block li a svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.social_icons_block li a:hover {
  background: #1b1b22;
  color: var(--color-white);
  border: 1px solid #1b1b22;
}

.social_icons_block li a:hover svg {
  filter: brightness(0);
}

.post-nav-item {
  gap: 48px;
  display: flex;
  align-items: center;
  padding: 25px 30px 20px;
  border: 1px solid #d1d1d3;
  justify-content: space-between;
  background: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .post-nav-item {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .post-nav-item {
    gap: 15px;
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .post-nav-item {
    gap: 25px;
  }
}

.post-nav-item:nth-child(1) .xb-item--holder {
  text-align: end;
}

.post-nav-item:nth-child(3) .xb-item--arrow svg {
  left: -10px;
}

.post-nav-item:nth-child(3) .xb-item--arrow span {
  left: auto;
  right: 0;
}

.post-nav-item:hover .xb-item--arrow svg {
  transform: translateX(-5px);
}

.post-nav-item:hover .xb-item--arrow svg path {
  fill: var(--color-primary);
}

.post-nav-item:hover:nth-child(3) .xb-item--arrow svg {
  transform: translateX(5px);
}

.post-nav-item .xb-item--title {
  line-height: 26px;
  margin-bottom: 10px;
  max-width: 240px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 20px;
}

.post-nav-item .xb-item--text {
  gap: 9px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-default);
}

.post-nav-item .xb-item--arrow svg {
  z-index: 2;
  top: -2px;
  left: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.post-nav-item .xb-item--arrow svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.post-nav-item .xb-item--arrow span {
  height: 30px;
  width: 30px;
  top: -1px;
  left: 0;
  position: absolute;
  background: #d7e5f3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.post-nav-item .xb-item--arrow span::after {
  z-index: 1;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.other_post_nav {
  gap: 40px;
  flex-wrap: nowrap;
  margin: 70px 0 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .other_post_nav {
    flex-wrap: nowrap;
  }
}

@media (max-width: 1199px) {
  .other_post_nav {
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .other_post_nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .other_post_nav {
    justify-content: start;
  }
}

.item_details-newslatter {
  overflow: hidden;
  padding: 45px 60px 50px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

@media (max-width: 767px) {
  .item_details-newslatter {
    padding: 30px;
  }

  .item_details-newslatter .xb-item--holder {
    margin-bottom: 30px;
  }
}

.item_details-newslatter .item_details_info_heading {
  margin-bottom: 18px;
}

.item_details-newslatter p {
  font-size: 16px;
  margin-bottom: 30px;
}

.item_details-newslatter .xb-item--bell-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f5ff;
  border: 1px solid var(--color-border);
  transform: translateY(7px);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.item_details-newslatter .xb-item--bell-icon::after {
  z-index: 1;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.item_details-newslatter .xb-item--bell-icon img {
  transform-origin: top;
  animation: ring 1.8s ease-out infinite;
}

.item_details-newslatter .xb-item--item-input_field input {
  height: 70px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 165px 0 30px;
  color: var(--color-heading);
  background: transparent;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid var(--color-border);
}

.item_details-newslatter .xb-item--item-input_field input::placeholder {
  font-size: 16px;
  color: rgba(97, 90, 90, 0.66);
}

.item_details-newslatter .xb-item--item-input_field input:focus {
  border-color: #1b1b22;
}

.item_details-newslatter .xb-item--item-input_field button {
  font-size: 18px;
  font-weight: 700;
  padding: 11px 15px;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: translateY(-50%);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: var(--color-white);
  background: #1b1b22;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.item_details-newslatter .xb-item--item-input_field button:hover {
  background: var(--color-primary);
}

.related-blog-title {
  font-size: 26px;
  margin-bottom: 63px;
  text-transform: capitalize;
  letter-spacing: -0.04em;
}

@media (max-width: 767px) {
  .related-blog-title {
    font-size: 24px;
  }
}

.blog-details_item .xb-item--img {
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.blog-details_item .xb-item--img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-details_item .xb-item--title {
  font-size: 18px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 20px;
  color: var(--color-heading);
}

.blog-details_item .xb-item--title a {
  color: currentColor;
}

.blog-details_item .xb-item--meta {
  gap: 40px;
  margin: 15px 0 10px;
}

.blog-details_item .xb-item--meta_label1 {
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  color: var(--color-default);
}

.blog-details_item .xb-item--meta_label1::before {
  position: absolute;
  content: '';
  top: 50%;
  right: -20px;
  height: 13px;
  width: 2px;
  background: #131053;
  transform: translateY(-50%);
}

.blog-details_item .xb-item--det-btn {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 12px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: var(--color-default);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-details_item .xb-item--det-btn i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-details_item .xb-item--det-btn::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-default);
}

.blog-details_item .xb-item--det-btn:hover {
  color: var(--color-secondary);
}

.blog-details_item .xb-item--det-btn:hover i {
  transform: translateX(5px);
}

.blog-details_item .xb-item--det-btn:hover::before {
  background: var(--color-secondary);
}

.blog-details_item .item_details_info_heading {
  margin-bottom: 15px;
}

.blog-details_item .item_details_info_heading a {
  color: currentColor;
}

.blog-details_item:hover .xb-item--img img {
  transform: scale(1.05);
}

.xb-comment-form {
  margin-left: 0 !important;
  border-radius: 0 !important;
  padding: 35px 40px 40px !important;
  background: var(--color-white) !important;
  border: 1px solid var(--color-border) !important;
}

@media (max-width: 767px) {
  .xb-comment-form {
    padding: 35px 10px 40px !important;
  }
}

.xb-comment-form .title {
  font-size: 25px !important;
  margin-bottom: 12px !important;
  color: var(--color-heading) !important;
}

.xb-comment-form .sub-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: unset !important;
  color: var(--color-default) !important;
}

.xb-comment-form .xb-input-field input,
.xb-comment-form .xb-input-field textarea {
  padding: 10px 20px !important;
  background: transparent !important;
  border: 1px solid var(--color-border) !important;
}

.xb-comment-form .xb-input-field input:focus,
.xb-comment-form .xb-input-field textarea:focus {
  border-color: #1b1b22 !important;
}

.xb-comment-form .xb-input-field textarea {
  height: 161px !important;
}

.xb-comment-form label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--color-heading);
}

.details-contact-input-form .form-submit-button button .xb-icon {
  background: var(--color-white);
}

.details-contact-input-form .form-submit-button button .xb-icon img {
  filter: brightness(0);
}

.form-check {
  margin: 20px 0 32px;
}

.form-check .form-check-input {
  width: 14px;
  height: 14px;
  box-shadow: none;
  overflow: hidden;
  background-color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #615A5A;
}

.form-check .form-check-input:checked {
  border-color: #1b1b22;
  background-color: #1b1b22;
}

.form-check label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 24px;
  color: var(--color-default);
  transform: translate(-3px, -4px);
}

.form-check label a {
  color: currentColor;
}

.item_details_box {
  margin-right: 294px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .item_details_box {
    margin-right: 200px;
  }
}

@media (max-width: 1199px) {
  .item_details_box {
    margin-right: 0;
  }
}

.comment_area {
  padding-top: 60px;
  border-top: 1px solid var(--color-border);
}

.comments_list {
  gap: 52px;
}

.comments_list>li .comments_list {
  gap: 30px;
  padding: 54px 0 0 110px;
}

@media (max-width: 767px) {
  .comments_list>li .comments_list {
    padding: 54px 0 0 40px;
  }
}

.unordered_list_block {
  display: flex;
  flex-direction: column;
}

.comment_item {
  gap: 30px;
  display: flex;
}

@media (max-width: 767px) {
  .comment_item {
    flex-wrap: wrap;
  }
}

.comment_item .comment_author_thumbnail {
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 100%;
}

.comment_item .comment_author_content {
  position: relative;
}

.comment_item .comment_author_content p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
  padding-right: 30px;
  line-height: 30px;
}

.comment_item .comment_author_name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 13px;
  text-transform: capitalize;
  font-family: var(--font-body);
}

.comment_item .comment_time {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.comment_item .comment_reply_btn {
  top: 0;
  right: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  padding: 7px 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-default);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.comment_item .comment_reply_btn:after {
  z-index: 1;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.comment_item .comment_reply_btn:hover {
  color: var(--color-white);
  border: 1px solid #1b1b22;
  background-color: #1b1b22;
}

.xb-video .btn-video {
  position: absolute;
  height: 150px;
  width: 150px;
  top: 50%;
  left: 50%;
  padding: 55px;
  transform: translate(-50%, -50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-white);
}

.xb-video .btn-video svg path {
  fill: var(--color-primary);
}

.xb-video .btn-video::before,
.xb-video .btn-video::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  z-index: -2;
  border-radius: inherit;
  background: var(--color-white);
}

.xb-video .btn-video::before {
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 767px) {
  .xb-video .btn-video::before {
    animation: pulse-border-small 1500ms ease-out infinite;
  }
}

.xb-video .btn-video::after {
  animation: pulse-border-big 1500ms ease-out infinite;
}

@media (max-width: 767px) {
  .xb-video .btn-video::after {
    animation: pulse-border 1500ms ease-out infinite;
  }
}

.cta-section {
  z-index: 1;
  padding: 230px 0 215px;
}

@media (max-width: 767px) {
  .cta-section {
    padding: 120px 0;
  }
}

.cta-section::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(4px);
  background: rgba(24, 24, 24, 0.7);
}

@media (max-width: 767px) {
  .xb-cta-wrap .xb-img img {
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .xb-cta-wrap .sec-title .title {
    font-size: 36px;
    line-height: 1.2;
  }
}

.xb-career-item {
  width: 100%;
  overflow: hidden;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 45px 55px 48px;
  justify-content: space-between;
  background: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .xb-career-item {
    padding: 45px 20px 48px;
  }
}

.xb-career-item:not(:last-child) {
  margin-bottom: 20px;
}

.xb-career-item:hover {
  background: #EEEFE6;
}

.xb-career-item .xb-item--title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 23px;
}

@media only screen and (max-width: 1023px) {
  .xb-career-item .xb-item--title {
    max-width: 600px;
  }
}

@media (max-width: 991px) {
  .xb-career-item .xb-item--title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .xb-career-item .xb-item--title {
    font-size: 22px;
  }
}

.xb-career-item .xb-item--title a {
  color: currentColor;
}

.xb-career-item .xb-item--holder {
  gap: 83px;
}

@media (max-width: 767px) {
  .xb-career-item .xb-item--holder {
    gap: 20px;
  }
}

.xb-career-item .xb-item--holder li {
  gap: 9px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--color-secondary);
}

@media (max-width: 767px) {
  .xb-career-item .xb-item--holder li {
    font-size: 16px;
  }
}

.xb-career-item .career-btn a {
  background: #1B1B22;
  padding: 11px 10px 11px 25px;
}

.xb-career-item .career-btn a .xb-icon {
  background: var(--color-white);
}

.xb-career-item .career-btn a .xb-icon img {
  filter: brightness(0);
}

.xb-career-item .career-btn a .inner {
  gap: 32px;
}

.xb-career-item .career-btn a:hover {
  background: var(--color-primary);
}

.xb-career-menu {
  gap: 50px;
  justify-content: center;
  position: relative;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .xb-career-menu {
    gap: 20px 30px;
  }
}

.xb-career-menu::before,
.xb-career-menu::after {
  position: absolute;
  content: '';
  left: 0;
  width: 9px;
  height: 9px;
  bottom: -4.5px;
  background: var(--color-primary);
}

.xb-career-menu::after {
  left: auto;
  right: 0;
}

.xb-career-menu button {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 22px;
  background: transparent;
  color: var(--color-white);
  position: relative;
}

.xb-career-menu button::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-primary);
}

.xb-career-menu button.active::before,
.xb-career-menu button:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.cp-feature-item {
  display: flex;
  position: relative;
  padding: 30px 20px 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

@media (max-width: 1199px) {
  .cp-feature-item {
    gap: 20px;
    padding: 30px 20px 25px;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .cp-feature-item {
    padding: 30px 60px 25px 20px;
  }
}

@media (max-width: 767px) {
  .cp-feature-item {
    padding: 30px 20px 25px;
  }
}

.cp-feature-item .xb-item--hover-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 10;
}

.cp-feature-item:hover .xb-item--hover-img {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.cp-feature-item .xb-item--hover-img img {
  max-width: 120px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.cp-feature-item .xb-item--holder {
  padding-top: 10px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1199px) {
  .cp-feature-item .xb-item--holder {
    width: 100%;
    padding-top: 0;
  }
}

.cp-feature-item .xb-item--title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 0em;
}

.cp-feature-item .xb-item--content {
  font-size: 18px;
}

.cp-feature-item:hover {
  background: #EEEFE6;
  border: 1px solid #EEEFE6;
}

.xb-career-marquee-wrap {
  display: inline-block;
}

.xb-career-marquee-inner {
  gap: 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .xb-career-marquee-item {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .xb-career-marquee-item img {
    object-fit: cover;
  }
}

.xb-career-top {
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}

.xb-career-details-title {
  margin-bottom: 27px;
}

.xb-career-heading {
  height: 100%;
  padding: 45px 0 55px;
  border-right: 1px solid var(--color-border);
}

.xb-career-meta {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.xb-career-meta li {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  align-items: center;
  color: rgba(27, 27, 34, 0.5);
}

.xb-career-meta li span {
  color: var(--color-heading);
}

.xb-career-content-title {
  font-size: 25px;
  font-weight: 600;
}

.xb-career-list-item {
  padding: 45px 0 30px 60px;
}

@media (max-width: 1199px) {
  .xb-career-list-item {
    padding: 45px 0 30px 15px;
  }
}

.xb-career-details-left-inner {
  padding: 52px 40px 74px 0;
  border-right: 1px solid var(--color-border);
}

.xb-career-list .text {
  font-weight: 600;
  margin-bottom: 13px;
  color: var(--color-heading);
}

.xb-career-list ul {
  padding-left: 25px;
}

.xb-career-list ul li {
  line-height: 28px;
}

.xb-career-list ul li:not(:last-child) {
  margin-bottom: 5px;
}

.xb-career-list ul li strong {
  font-weight: 500;
  color: var(--color-heading);
}

.xb-value-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.xb-career-details-right {
  padding: 52px 0 0 60px;
  position: sticky;
  top: 20px;
}

@media (max-width: 1199px) {
  .xb-career-details-right {
    padding: 52px 0 0 15px;
  }
}

.xb-career-item-wrap .xb-career-item {
  padding: 25px 30px 30px;
  border: 1px solid var(--color-border);
}

.xb-career-item-wrap .xb-career-item:not(:last-child) {
  margin-bottom: 30px;
}

.xb-career-item-wrap .xb-career-item .xb-item--title {
  font-size: 22px;
  font-weight: 600;
}

.xb-career-item-wrap .xb-career-item .xb-item--btn {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1B1B22;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.xb-career-item-wrap .xb-career-item .xb-item--holder {
  gap: 39px;
}

.xb-career-item-wrap .xb-career-item:hover {
  border: 1px solid #EEEFE6;
}

.xb-career-item-wrap .xb-career-item:hover .xb-item--btn {
  background: var(--color-primary);
}

.xb-career-location {
  padding: 25px 30px 30px;
  border: 1px solid var(--color-border);
}

.xb-career-location .google-map {
  height: 222px;
}

.xb-shop-item {
  background: var(--color-white);
}

.xb-shop-item .xb-item--img {
  min-height: 320px;
  align-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  background: #EEEFE6;
}

.xb-shop-item .xb-item--img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-shop-item .xb-item--holder {
  position: relative;
  padding: 20px 20px 25px;
  border: 1px solid var(--color-border);
  border-top: none;
}

.xb-shop-item .xb-item--star {
  gap: 6.5px;
  display: inline-flex;
}

.xb-shop-item .xb-item--star li i {
  color: #febf00;
}

.xb-shop-item .xb-item--star li.rating {
  font-size: 14px;
  margin-left: 3px;
}

.xb-shop-item .xb-item--title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.xb-shop-item .xb-item--title a {
  color: var(--color-heading);
}

.xb-shop-item .xb-item--price_box {
  margin-top: 20px;
  padding: 0 5px;
}

.xb-shop-item .xb-item--price {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-heading);
  font-family: var(--font-heading);
}

.xb-shop-item .xb-item--cart {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1B1B22;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.xb-shop-item .xb-item--cart_btn {
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  letter-spacing: -0.03em;
  color: var(--color-white);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: #1B1B22;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transform-origin: right top;
  background: var(--color-primary);
}

.xb-shop-item .xb-item--tag {
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 24px;
  color: var(--color-white);
  background: var(--color-primary);
}

.xb-shop-item:hover .xb-item--cart_btn {
  opacity: 1;
  width: 100%;
}

.xb-shop-item:hover .xb-item--price {
  opacity: 0;
  transform: translateX(20px);
}

.xb-shop-item:hover .xb-item--cart {
  opacity: 0;
}

.xb-shop-item:hover .xb-item--img img {
  transform: scale(1.04);
}

.xb-shop-product-wrap {
  padding: 25px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.product-filter {
  gap: 10px;
  padding: 10px 20px 10px 25px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-bottom: none;
}

.product-filter span {
  font-size: 16px;
}

.product-filter .nice-select {
  margin-bottom: 0;
  background: none;
  min-height: 28px;
  height: 28px;
  line-height: 30px;
  padding-right: 115px;
  padding-left: 5px;
}

.product-filter .nice-select.open .list {
  transform: scale(1) translateY(11px);
}

.xb-producet-container {
  padding-right: 5px;
}

.shop-post-item:not(:last-child) {
  margin-bottom: 20px !important;
}

.shop-post-item .xb-item--img {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEEFE6;
  margin-right: 20px !important;
}

.shop-post-item .xb-item--holder {
  width: calc(100% - 90px) !important;
}

.product-single-wrap {
  gap: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .product-single-wrap {
    flex-direction: column;
  }
}

.product_details_img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #EEEFE6;
}

@media (max-width: 1199px) {
  .product_details_img {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .product_details_img {
    padding: 40px;
  }
}

.product_details_img .pl_thumb img {
  width: 100%;
}

.shop_thumb_tab ul {
  gap: 9px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .shop_thumb_tab ul {
    flex-direction: row;
    justify-content: space-between;
  }
}

.shop_thumb_tab ul li .nav-link {
  width: 200px;
  height: 190px;
  padding: 0;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #EEEFE6;
  border: 1px solid #EEEFE6;
}

@media (max-width: 1199px) {
  .shop_thumb_tab ul li .nav-link {
    height: 160px;
    width: 170px;
  }
}

@media (max-width: 991px) {
  .shop_thumb_tab ul li .nav-link {
    width: 200px;
    height: 190px;
  }
}

@media (max-width: 767px) {
  .shop_thumb_tab ul li .nav-link {
    height: 105px;
    width: 105px;
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop_thumb_tab ul li .nav-link {
    width: 160px;
    height: 160px;
  }
}

.shop_thumb_tab ul li .nav-link.active {
  border: 1px solid var(--color-primary);
}

.product-details {
  padding: 34px 60px 42px 55px;
  border: 1px solid var(--color-border);
}

@media (max-width: 1199px) {
  .product-details {
    padding: 34px 30px 42px;
  }
}

@media (max-width: 767px) {
  .product-details {
    padding: 34px 20px 42px;
  }
}

.product-details .xb-item--title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--color-primary);
}

@media (max-width: 991px) {
  .product-details .xb-item--title {
    font-size: 32px;
  }
}

.product-details .xb-item--content {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.product-details .xb-item--rating {
  gap: 5px;
  margin: 15px 0 18px;
}

.product-details .xb-item--rating li {
  font-size: 14px;
  font-weight: 600;
}

.product-details .xb-item--rating li i {
  color: #febf00;
}

.product-details .xb-item--rating li:last-child {
  margin-left: 4px;
}

.product-details .xb-item--price {
  gap: 30px;
}

.product-details .xb-item--price .current {
  font-size: 34px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .product-details .xb-item--price .current {
    font-size: 28px;
  }
}

.product-details .xb-item--price .old {
  font-size: 25px;
  margin-left: 5px;
  text-decoration: line-through;
  color: var(--color-default);
}

.product-details .xb-item--price .less {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 3px 10.4px 5px;
  line-height: 14px;
  color: var(--color-white);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background: var(--color-primary);
}

.product-option {
  margin-top: 42px;
}

.product-option .quantity {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
}

.product-option .product-row {
  gap: 30px;
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 767px) {
  .product-option .product-row {
    flex-wrap: wrap;
  }
}

.product-option .product-row>div:first-child {
  height: 50px;
  max-width: 151px;
}

.product-option .product-row .input-group {
  overflow: hidden;
  background: transparent;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid var(--color-border);
}

.product-option .product-row .input-group .input-group-btn .btn-link {
  height: 48px;
  width: 50px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #2d2e32;
  line-height: 0;
  padding: 0 15px;
}

.product-option .product-row .input-group .input-group-btn .bootstrap-touchspin-down {
  border-radius: 0;
  border-right: 1px solid var(--color-border);
}

.product-option .product-row .input-group .input-group-btn .bootstrap-touchspin-up {
  border-radius: 0;
  border-left: 1px solid var(--color-border);
}

.product-option .product-row .input-group .product-count {
  padding: 0;
  height: 48px;
  font-weight: 700;
  font-size: 14px;
  color: #56575c;
  text-align: center;
  background: transparent;
  text-transform: uppercase;
}

.product-option .product-row .input-group .product-count:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: none;
}

.product-option .product-row .add-to-cart-btn .cart-btn {
  font-weight: 700;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
  min-width: 331px;
  width: 100%;
  margin-left: 20px;
  background: #f7f5f4;
  text-transform: uppercase;
  color: var(--color-heading);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #d8dce9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .product-option .product-row .add-to-cart-btn .cart-btn {
    min-width: 184px;
  }
}

.product-option .product-row .add-to-cart-btn .cart-btn:hover {
  color: var(--color-white);
  border: 1px solid #0c2545;
  background: var(--color-heading);
}

.product-option .meta {
  gap: 23px;
  margin: 45px 0 20px;
}

.product-option .meta li a {
  font-weight: 700;
  font-size: 14px;
  color: var(--color-default);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}

.product-option .meta li a i {
  margin-right: 8px;
  color: var(--color-primary);
}

.product-option .meta li a:hover {
  text-decoration: underline;
}

.buy-now-btn {
  width: 100%;
}

.buy-now-btn .buy-btn {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  padding: 12px 20px;
  display: inline-flex;
  justify-content: center;
  color: var(--color-white);
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-primary);
}

.buy-now-btn .buy-btn i {
  margin-right: 13px;
}

.product-meta-after {
  padding-top: 25px;
  border-top: 1px solid var(--color-border);
}

.product-meta-after .xb-item--text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}

.product-meta-after .xb-item--text span {
  color: var(--color-default);
}

.product-meta-after .xb-item--shipping {
  font-weight: 400;
  font-size: 16px;
  color: var(--color-default);
  margin-top: 10px;
}

.product-meta-after .xb-item--shipping span {
  margin-right: 8px;
}

.description_thumb_tab {
  border-bottom: 2px solid var(--color-border);
}

.description_thumb_tab .nav-item:not(:last-child) {
  margin-right: 60px;
}

@media (max-width: 991px) {
  .description_thumb_tab .nav-item:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .description_thumb_tab .nav-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.description_thumb_tab .nav-item .nav-link {
  position: relative;
  font-weight: 700;
  font-size: 25px;
  opacity: 0.6;
  padding-left: 0;
  padding-right: 6.5px;
  padding-bottom: 16px;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  color: var(--color-heading);
  font-family: var(--font-heading);
}

.description_thumb_tab .nav-item .nav-link::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-heading);
}

.description_thumb_tab .nav-item .nav-link.active {
  opacity: 1;
}

.description_thumb_tab .nav-item .nav-link.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.description_details {
  max-width: 100%;
  margin-top: 40px;
}

.description_details .xb-item--category {
  margin: 50px 0 25px;
}

.description_details .xb-item--category li {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: var(--color-heading);
}

.description_details .xb-item--category li span {
  font-weight: 500;
  color: var(--color-default);
}

.description_details .xb-item--des_list {
  margin-left: 20px;
  margin-top: 28px;
}

.description_details .xb-item--des_list li {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-default);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .shop-sidebar {
    margin-left: 0 !important;
  }
}

@media (max-width: 1199px) {
  .shop-sidebar {
    margin-left: 0 !important;
  }
}

.realted-product-wrap {
  gap: 64px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 1600px) {
  .realted-product-wrap {
    gap: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .realted-product-wrap {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1199px) {
  .realted-product-wrap {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .realted-product-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .realted-product-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .realted-product-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.xb-cart-table {
  background: var(--color-white);
}

.xb-cart-table thead tr th,
.xb-cart-table tbody tr td {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-heading);
}

.xb-cart-table thead tr th:not(:last-child),
.xb-cart-table tbody tr td:not(:last-child) {
  border-right: 1px solid var(--color-border);
}

@media (max-width: 767px) {

  .xb-cart-table thead tr th:not(:last-child),
  .xb-cart-table tbody tr td:not(:last-child) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .xb-cart-table thead {
    display: none;
  }
}

.xb-cart-table thead tr {
  background: #1B1B22;
}

.xb-cart-table thead tr th {
  font-size: 18px;
  font-weight: 700;
  padding: 17px 19px;
  text-align: center;
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--font-heading);
}

.xb-cart-table thead tr th:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.49);
}

.xb-cart-table tbody {
  background: #EEEFE6;
}

.xb-cart-table tbody tr {
  position: relative;
}

@media (max-width: 767px) {
  .xb-cart-table tbody tr {
    display: block;
    padding: 15px 0;
  }
}

.xb-cart-table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}

@media (max-width: 767px) {
  .xb-cart-table tbody tr:not(:last-child) {
    border-right: none;
  }
}

.xb-cart-table tbody tr td {
  padding: 27px 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .xb-cart-table tbody tr td {
    padding: 27px 25px;
  }
}

@media (max-width: 767px) {
  .xb-cart-table tbody tr td {
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    padding: 10px 25px;
  }
}

.xb-cart-table tbody tr td.xb-product-remove a {
  color: var(--color-secondary);
}

@media (max-width: 767px) {
  .xb-cart-table tbody tr td.xb-product-remove a {
    position: absolute;
    right: 25px;
    top: 25px;
    width: unset;
    padding: 0;
  }
}

.xb-cart-table tbody tr td.xb-product-remove a:hover {
  color: var(--color-primary);
}

.xb-cart-table tbody tr td.xb-action-btns {
  text-align: left !important;
  padding: 40px 30px !important;
}

@media (max-width: 767px) {
  .xb-cart-table tbody tr td.xb-action-btns {
    display: inline-block;
  }
}

.xb-cart-table tbody tr td.xb-action-btns .coupon-item {
  display: inline;
  text-align: left;
}

@media (max-width: 767px) {
  .xb-cart-table tbody tr td.xb-action-btns .coupon-item {
    gap: 29px;
    display: flex;
    flex-wrap: wrap;
  }
}

.xb-cart-table tbody tr td.xb-action-btns .coupon-item input {
  font-size: 16px;
  font-weight: 400;
  max-width: 295px;
  height: 60px;
  margin-right: 15px;
  padding: 10px 20px;
  border: 1px solid #fff;
  background: var(--color-white);
}

.xb-cart-table tbody tr td.xb-action-btns .coupon-item input:focus {
  border: 1px solid var(--color-primary);
}

.xb-cart-table tbody tr td.xb-action-btns .cupon-btn-right {
  float: right;
}

@media (max-width: 991px) {
  .xb-cart-table tbody tr td.xb-action-btns .cupon-btn-right {
    float: left;
    margin-top: 30px;
  }
}

.xb-product-thumbnail .xb-item--product_img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  display: inline-flex;
  background: #f8f5ff;
}

@media (max-width: 767px) {
  .xb-product-thumbnail .xb-item--product_img {
    margin-right: 0;
  }
}

.xb-product-thumbnail .xb-item--product_detils {
  text-align: left;
  flex-basis: 0;
  flex-grow: 1;
  gap: 3px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .xb-product-thumbnail .xb-item--product_detils {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .xb-product-thumbnail .xb-item--product_detils {
    text-align: center;
  }
}

.xb-product-thumbnail .xb-item--product_detils span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: var(--color-default);
}

.xb-product-thumbnail .xb-item--product_name {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-heading);
}

.xb-product-thumbnail .xb-item--product_name a {
  color: currentColor;
}

@media (max-width: 991px) {
  .xb-product-thumbnail .xb-item--product_name {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-product-thumbnail .xb-item--product_name {
    font-size: 20px;
  }
}

.xb-product-quantity .input-group {
  width: 117px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.xb-product-quantity .input-group .input-group-btn .btn-link {
  height: 35px;
  width: 50px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 0;
  padding: 0 15px;
  color: var(--color-default);
  transform: translateY(-2px);
}

.xb-product-quantity .input-group .input-group-btn .bootstrap-touchspin-down {
  border-radius: 0;
}

.xb-product-quantity .input-group .input-group-btn .bootstrap-touchspin-up {
  border-radius: 0;
}

.xb-product-quantity .input-group .product-count {
  padding: 0;
  height: 35px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: transparent;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.xb-product-quantity .input-group .product-count:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: none;
}

.xb-cart-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.cart-total-table {
  border: 1px solid var(--color-border);
}

.cart-total-table tr:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}

.cart-total-table tr th {
  font-size: 16px;
  font-weight: 600;
  padding: 16px 15px 14px;
  color: var(--color-heading);
  text-transform: uppercase;
}

.cart-total-table tr td {
  font-weight: 500;
  padding: 16px 15px 14px;
}

.cart-total-table tr td p a {
  margin-top: 6px;
  display: block;
  font-weight: 600;
  color: var(--color-heading);
}

.xb-process-button {
  text-align: end;
}

@media (max-width: 767px) {
  .xb-process-button {
    text-align: start;
  }
}

.xb-checkout-wrapper {
  padding: 145px 165px 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .xb-checkout-wrapper {
    padding: 145px 50px 150px;
  }
}

@media (max-width: 1199px) {
  .xb-checkout-wrapper {
    padding: 145px 50px 150px;
  }
}

@media (max-width: 767px) {
  .xb-checkout-wrapper {
    padding: 100px 20px 100px;
  }
}

.xb-checkout-form .xb-input-field:not(:last-child) {
  margin-bottom: 22px;
}

.xb-checkout-form .xb-input-field label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: capitalize;
  color: var(--color-heading);
}

.xb-checkout-form .xb-input-field input,
.xb-checkout-form .xb-input-field .nice-select {
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.xb-checkout-form .xb-input-field input:focus,
.xb-checkout-form .xb-input-field .nice-select:focus {
  border-color: var(--color-heading);
}

.xb-checkout-form .xb-input-field .nice-select {
  margin-bottom: 22px;
  padding: 0 46px 0 20px;
}

.xb-order-comment label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.xb-order-comment textarea {
  height: 177px;
  padding: 20px 20px 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.xb-order-comment textarea:focus {
  border-color: var(--color-heading);
}

.xb-order-review-area {
  padding-left: 55px;
}

@media (max-width: 1199px) {
  .xb-order-review-area {
    padding-left: 35px;
  }
}

@media (max-width: 991px) {
  .xb-order-review-area {
    padding-left: 0;
  }
}

.xb-order-table {
  margin-top: 75px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
}

@media (max-width: 991px) {
  .xb-order-table {
    margin-top: 60px;
  }
}

.xb-order-table thead tr th,
.xb-order-table tbody tr td {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  padding: 16px 30px 16px 20px;
}

.xb-order-table thead tr th:not(:last-child),
.xb-order-table tbody tr td:not(:last-child) {
  border-right: 1px solid var(--color-border);
}

.xb-order-table thead tr {
  background: #1B1B22;
}

.xb-order-table thead tr th {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--font-heading);
}

.xb-order-table thead tr th:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.49);
}

.xb-order-table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}

.xb-order-table tbody tr td {
  color: var(--color-default);
}

.xb-order-table tbody tr.order-total td {
  font-weight: 600;
  color: var(--color-heading);
}

.xb-cupon-info .form-check {
  margin: 0 0 25px;
}

.xb-cupon-info .form-check label {
  font-size: 18px;
  font-weight: 400;
  word-wrap: break-word;
  color: var(--color-default);
  transform: translate(2px, -3px);
}

.xb-cupon-info .form-check input {
  height: 16px;
  width: 16px;
}

.xb-checkout-coupon {
  text-align: left;
  padding: 30px 30px 40px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
}

@media (max-width: 767px) {
  .xb-checkout-coupon {
    padding: 30px 25px 40px;
  }
}

.xb-checkout-coupon .xb-cupon-field {
  width: 80%;
}

@media (max-width: 767px) {
  .xb-checkout-coupon .xb-cupon-field {
    width: 100%;
  }
}

.xb-checkout-coupon .xb-cupon-field label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.xb-checkout-coupon .xb-cupon-field input {
  height: 60px;
  background: #EEEFE6;
  border: 1px solid #EEEFE6;
}

.xb-checkout-coupon .xb-cupon-field input:focus {
  border-color: #1B1B22;
}

.xb-checkout-coupon .xb-coupon-inner {
  gap: 20px;
}

.xb-checkout-payment-method {
  padding: 25px 20px 35px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

.xb-payment-check input {
  margin-right: 10px;
}

.xb-payment-check label {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--color-heading);
  font-family: var(--font-heading);
}

.xb-payment-check img {
  max-width: 200px;
  margin: -10px 10px 0 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-payment-check img {
    max-width: 160px;
  }
}

@media (max-width: 1199px) {
  .xb-payment-check img {
    max-width: 120px;
  }
}

.xb-payment-check a {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-default);
  font-family: var(--font-body);
}

.xb-payment-requirement {
  position: relative;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  background-color: #EEEFE6;
  color: var(--color-default);
}

.xb-payment-requirement::before {
  position: absolute;
  content: "";
  display: block;
  border: 1em solid #EEEFE6;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.xb-checkout-form-area {
  margin-right: -10px;
}

@media (max-width: 991px) {
  .xb-checkout-form-area {
    margin-right: 0;
  }
}

.shop-black-btn {
  padding: 12.5px 39px !important;
  background: #1B1B22 !important;
}

.shop-black-btn:hover {
  background: var(--color-primary) !important;
}

.shop-black-btn--white {
  background: var(--color-white) !important;
}

.shop-black-btn--white .text {
  color: var(--color-heading) !important;
  text-shadow: 0 1.3em #1b1b22 !important;
}

.shop-black-btn--white:hover {
  background: var(--color-white) !important;
}

.xb-testimonial-review {
  gap: 13px;
  align-items: start;
}

.xb-testimonial-review .xb-review ul {
  gap: 7px;
  margin-bottom: 10px;
}

.xb-testimonial-review .xb-review ul li i {
  color: #fdbb19;
}

.xb-testimonial-review .xb-review .text {
  font-size: 15px;
  font-weight: 700;
}

.xb-testimonial-review .xb-rating .text {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.xb-testimonial-item {
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 30px 30px 130px;
  background-color: gray;
}

@media (max-width: 767px) {
  .xb-testimonial-item {
    padding: 30px 30px 70px;
  }
}

.xb-testimonial-item .xb-item--inner {
  padding: 25px 40px 20px;
  background: var(--color-white);
}

@media (max-width: 767px) {
  .xb-testimonial-item .xb-item--inner {
    padding: 25px 18px 20px;
  }
}

.xb-testimonial-item .xb-item--content {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4;
  max-width: 655px;
}

@media (max-width: 991px) {
  .xb-testimonial-item .xb-item--content {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .xb-testimonial-item .xb-item--content {
    font-size: 25px;
  }
}

.xb-testimonial-item .xb-item--content span {
  color: var(--color-primary);
}

.xb-testimonial-item .xb-item--author {
  margin: 46px 0 37px;
}

.xb-testimonial-item .xb-item--name {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 3px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}

.xb-testimonial-item .xb-item--desig {
  font-size: 14px;
  font-weight: 500;
}

.xb-testimonial-item .xb-item--bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.xb-testimonial-item .xb-item--bg img {
  height: 100%;
}

.xb-testimonial-item .xb-item--img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .xb-testimonial-item .xb-item--img {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .xb-testimonial-item .xb-item--img {
    max-width: 390px;
  }
}

@media (max-width: 767px) {
  .xb-testimonial-item .xb-item--img {
    max-width: 250px;
  }
}

.xb-testimonial-slider {
  margin-left: -670px;
  margin-right: -670px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-testimonial-slider {
    margin-left: -500px;
    margin-right: -500px;
  }
}

@media (max-width: 1199px) {
  .xb-testimonial-slider {
    margin-left: -500px;
    margin-right: -500px;
  }
}

@media (max-width: 767px) {
  .xb-testimonial-slider {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.xb-testimonial-top {
  gap: 30px;
}

.xb-quote-wrap {
  padding: 249px 0 285px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-quote-wrap {
    padding: 165px 0 165px;
  }
}

@media only screen and (max-width: 1300px) {
  .xb-quote-wrap {
    padding: 135px 0;
  }
}

@media (max-width: 1199px) {
  .xb-quote-wrap {
    padding: 130px 0 125px;
  }
}

.xb-quote-wrap .xb-item--inner {
  margin: 0 auto;
  max-width: 1170px;
  text-align: center;
}

.xb-quote-wrap .xb-item--content {
  font-size: 60px;
  line-height: 1.3;
  text-align: center;
  margin: 45px 0 26px;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: var(--color-white);
}

@media (max-width: 991px) {
  .xb-quote-wrap .xb-item--content {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .xb-quote-wrap .xb-item--content {
    font-size: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-quote-wrap .xb-item--content {
    font-size: 36px;
  }
}

.xb-quote-wrap .xb-item--desig {
  font-size: 26px;
  margin-top: 23px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: var(--color-white);
}

@media (max-width: 991px) {
  .xb-quote-wrap .xb-item--desig {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .xb-quote-wrap .xb-item--desig {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-quote-wrap .xb-item--desig {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .xb-quote-wrap .xb-item--quote img {
    max-width: 60px;
  }
}

@media (max-width: 991px) {
  .xb-quote-wrap .xb-item--img img {
    max-width: 130px;
  }
}

@media (max-width: 767px) {
  .xb-quote-wrap .xb-item--img img {
    max-width: 100px;
  }
}

.xb-quote-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1199px) {
  .xb-quote-bg {
    left: -24%;
    top: 2%;
    width: 140%;
  }
}

@media (max-width: 767px) {
  .xb-quote-bg {
    display: none;
  }
}

@media (max-width: 767px) {
  .quote-section {
    background: var(--color-primary);
  }
}

.ar-testimonial-content {
  position: relative;
  margin-right: -100px;
  padding: 70px 90px 44px 80px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-primary);
}

@media only screen and (max-width: 1600px) {
  .ar-testimonial-content {
    margin-right: -60px;
    padding: 70px 50px 44px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ar-testimonial-content {
    padding: 70px 55px 44px;
  }
}

@media (max-width: 1199px) {
  .ar-testimonial-content {
    padding: 70px 30px 44px;
  }
}

@media (max-width: 991px) {
  .ar-testimonial-content {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .ar-testimonial-content {
    padding: 40px 20px;
  }
}

.ar-testimonial-content .xb-item--content {
  opacity: 0;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--color-white);
  transform: translateY(40px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  transition-delay: .1s;
}

@media (max-width: 1199px) {
  .ar-testimonial-content .xb-item--content {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .ar-testimonial-content .xb-item--content {
    font-size: 26px;
  }
}

.ar-testimonial-content .xb-item--author {
  gap: 20px;
  margin-top: 200px;
  padding-left: 361px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ar-testimonial-content .xb-item--author {
    margin-top: 150px;
    padding-left: 310px;
  }
}

@media (max-width: 1199px) {
  .ar-testimonial-content .xb-item--author {
    gap: 15px;
    margin-top: 115px;
    padding-left: 295px;
  }
}

@media (max-width: 767px) {
  .ar-testimonial-content .xb-item--author {
    margin-top: 80px;
    padding-left: 0;
    margin-bottom: 100px;
  }
}

.ar-testimonial-content .xb-item--quote {
  position: absolute;
  bottom: 46px;
  right: 45px;
  transform: rotateY(-180deg);
}

@media (max-width: 1199px) {
  .ar-testimonial-content .xb-item--quote {
    right: 30px;
    max-width: 60px;
  }
}

@media (max-width: 767px) {
  .ar-testimonial-content .xb-item--quote {
    right: 20px;
    bottom: 160px;
    max-width: 45px;
  }
}

.ar-testimonial-content .xb-item--name {
  opacity: 0;
  font-size: 30px;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: var(--color-white);
  transform: translateY(30px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  transition-delay: .2s;
}

@media (max-width: 1199px) {
  .ar-testimonial-content .xb-item--name {
    margin-bottom: 0;
    font-size: 24px;
  }
}

.ar-testimonial-content .xb-item--desig {
  opacity: 0;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--color-white);
  transform: translateY(30px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  transition-delay: .3s;
}

.ar-testimonial-img {
  margin-left: 103px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media only screen and (max-width: 1600px) {
  .ar-testimonial-img {
    margin-left: 60px;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .ar-testimonial-img {
    display: none;
  }
}

.ar-testimonial-img img {
  transform: scale(1.2);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@media only screen and (max-width: 1600px) {
  .ar-testimonial-img img {
    height: 100%;
  }
}

.ar-testimonial-shape {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}

@media only screen and (max-width: 1600px) {
  .ar-testimonial-shape {
    bottom: -7px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ar-testimonial-shape {
    bottom: -16px;
  }
}

@media (max-width: 1199px) {
  .ar-testimonial-shape {
    bottom: -24px;
  }
}

@media (max-width: 767px) {
  .ar-testimonial-shape {
    bottom: -31px;
  }
}

@media only screen and (max-width: 1600px) {
  .ar-testimonial-shape svg {
    max-width: 380px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ar-testimonial-shape svg {
    max-width: 340px;
  }
}

@media (max-width: 1199px) {
  .ar-testimonial-shape svg {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .ar-testimonial-shape svg {
    max-width: 270px;
  }
}

.ar-tes-slide-btn>div {
  left: 98px;
  top: auto;
  bottom: 56px;
  height: 66px;
  width: 74px;
}

@media only screen and (max-width: 1600px) {
  .ar-tes-slide-btn>div {
    bottom: 45px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ar-tes-slide-btn>div {
    left: 55px;
    bottom: 35px;
  }
}

@media (max-width: 1199px) {
  .ar-tes-slide-btn>div {
    left: 70px;
    width: 52px;
    bottom: 25px;
  }
}

@media (max-width: 767px) {
  .ar-tes-slide-btn>div {
    left: 65px;
    width: 46px;
    bottom: 16px;
  }
}

.ar-tes-slide-btn>div::after {
  display: none;
}

.ar-tes-slide-btn>div img {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ar-tes-slide-btn>div:hover img {
  opacity: 1;
}

.ar-tes-slide-btn .swiper-button-next {
  left: 226px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ar-tes-slide-btn .swiper-button-next {
    left: 170px;
  }
}

@media (max-width: 1199px) {
  .ar-tes-slide-btn .swiper-button-next {
    left: 170px;
  }
}

@media (max-width: 767px) {
  .ar-tes-slide-btn .swiper-button-next {
    left: 145px;
  }
}

.ar-testimonial-item {
  overflow: hidden;
}

.ar-testimonial-slider .swiper-slide-active .ar-testimonial-content .xb-item--content,
.ar-testimonial-slider .swiper-slide-active .ar-testimonial-content .xb-item--name,
.ar-testimonial-slider .swiper-slide-active .ar-testimonial-content .xb-item--desig {
  opacity: 1;
  transform: translateY(0);
}

.ar-testimonial-slider .swiper-slide-active .ar-testimonial-img img {
  transform: scale(1);
}

.ie-testimonial-wrapper {
  overflow: clip;
  z-index: 1;
  margin-left: 110px;
  margin-top: 25px;
  position: relative;
  margin-bottom: 150px;
  padding-bottom: 180px;
  background: black;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .ie-testimonial-wrapper {
    margin-left: 50px;
  }
}

@media (max-width: 1199px) {
  .ie-testimonial-wrapper {
    margin-left: 0;
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .ie-testimonial-wrapper {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .ie-testimonial-wrapper {
    padding-bottom: 0;
  }
}

.ie-testimonial-wrapper::before,
.ie-testimonial-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  z-index: -1;
  bottom: 60px;
  height: 100%;
  width: 100%;
  background: #1c1c1c;
}

@media (max-width: 1199px) {

  .ie-testimonial-wrapper::before,
  .ie-testimonial-wrapper::after {
    bottom: 40px;
  }
}

@media (max-width: 767px) {

  .ie-testimonial-wrapper::before,
  .ie-testimonial-wrapper::after {
    display: none;
  }
}

.ie-testimonial-wrapper::after {
  z-index: -1;
  bottom: 120px;
  background: #252525;
}

@media (max-width: 1199px) {
  .ie-testimonial-wrapper::after {
    bottom: 80px;
  }
}

.ie-testimonial-item {
  position: sticky;
  top: 50px;
  background: #121212;
  padding: 124px 70px 70px;
}

@media only screen and (max-width: 1600px) {
  .ie-testimonial-item {
    padding: 124px 50px 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-testimonial-item {
    padding: 124px 40px 70px;
  }
}

@media (max-width: 1199px) {
  .ie-testimonial-item {
    padding: 124px 30px 70px;
  }
}

@media only screen and (max-width: 1023px) {
  .ie-testimonial-item {
    padding: 124px 24px 70px;
  }
}

@media (max-width: 767px) {
  .ie-testimonial-item {
    padding: 100px 20px 70px;
    position: relative;
    top: 30px;
  }
}

.ie-testimonial-item .xb-item--inner {
  width: 100%;
  display: inline-flex;
  align-items: start;
}

@media (max-width: 767px) {
  .ie-testimonial-item .xb-item--inner {
    gap: 50px;
    flex-wrap: wrap;
    text-align: center;
  }
}

.ie-testimonial-item .xb-item--content {
  max-width: 451px;
  font-weight: 400;
  font-size: 36px;
  line-height: 50px;
  text-transform: uppercase;
  color: var(--color-white);
  transform: translateY(-12px);
  font-family: var(--font-heading);
}

@media only screen and (max-width: 1600px) {
  .ie-testimonial-item .xb-item--content {
    max-width: 580px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-testimonial-item .xb-item--content {
    font-size: 30px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 1300px) {
  .ie-testimonial-item .xb-item--content {
    font-size: 28px;
    line-height: 42px;
  }
}

@media (max-width: 1199px) {
  .ie-testimonial-item .xb-item--content {
    font-size: 24px;
    line-height: 38px;
  }
}

@media (max-width: 991px) {
  .ie-testimonial-item .xb-item--content {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .ie-testimonial-item .xb-item--content {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-testimonial-item .xb-item--content {
    font-size: 24px;
    line-height: 36px;
  }
}

.ie-testimonial-item .xb-item--content span {
  color: var(--color-primary);
}

.ie-testimonial-item .xb-item--holder {
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .ie-testimonial-item .xb-item--holder {
    margin-top: 25px;
  }
}

.ie-testimonial-item .xb-item--name {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .ie-testimonial-item .xb-item--name {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-testimonial-item .xb-item--name {
    font-size: 20px;
  }
}

.ie-testimonial-item .xb-item--desig {
  font-size: 16px;
  letter-spacing: 0.01em;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .ie-testimonial-item .xb-item--desig {
    line-height: 20px;
    margin-top: 8px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-testimonial-item .xb-item--desig {
    font-size: 16px;
  }
}

.ie-testimonial-item .xb-item--quote {
  position: absolute;
  top: 50px;
  right: 70px;
}

@media (max-width: 767px) {
  .ie-testimonial-item .xb-item--quote {
    top: 40px;
    right: 20px;
    max-width: 36px;
  }
}

.ie-testimonial-item .xb-item--img {
  min-height: 53px;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .ie-testimonial-item .xb-item--img {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .ie-testimonial-item .xb-item--img img {
    margin: 0 auto;
    max-width: 140px;
  }
}

.ie-testimonial-item .xb-item--left {
  margin-right: 93px;
}

@media only screen and (max-width: 1600px) {
  .ie-testimonial-item .xb-item--left {
    margin-right: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-testimonial-item .xb-item--left {
    margin-right: 60px;
  }
}

@media (max-width: 1199px) {
  .ie-testimonial-item .xb-item--left {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .ie-testimonial-item .xb-item--left {
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .ie-testimonial-item .xb-item--left {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .ie-testimonial-item .xb-item--avatar {
    max-width: 150px;
    margin: 0 auto;
  }
}

.ie-testimonial-item .xb-item--number {
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  left: 70px;
  top: 60px;
  color: var(--color-white);
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .ie-testimonial-item .xb-item--number {
    left: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-testimonial-item .xb-item--number {
    left: 40px;
  }
}

@media (max-width: 1199px) {
  .ie-testimonial-item .xb-item--number {
    left: 30px;
  }
}

.ie-testimonial-item:nth-child(2) {
  background: #1c1c1c;
}

.ie-testimonial-item:nth-child(3) {
  background: #252525;
}

.ie-testimonial-item:nth-child(4) {
  background: #2e2e2e;
}

.ie-tes-img {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .ie-tes-img {
    max-width: 385px;
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .ie-tes-img {
    display: none;
  }
}

.ie-testimonial-left {
  position: sticky;
  top: 50px;
}

@media (max-width: 991px) {
  .ie-testimonial-left {
    gap: 30px;
    display: flex;
    margin-bottom: 70px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.ie-testimonial-left .xb-btn {
  position: absolute;
  bottom: 19.5%;
  left: 70px;
}

@media (max-width: 1199px) {
  .ie-testimonial-left .xb-btn {
    left: 30px;
    bottom: 17.5%;
  }
}

@media (max-width: 991px) {
  .ie-testimonial-left .xb-btn {
    left: 0;
    bottom: 0;
    position: relative;
  }
}

@media (max-width: 991px) {
  .ie-testimonial-left .xb-btn a {
    background: var(--color-white);
  }
}

@media (max-width: 991px) {
  .ie-testimonial-left .xb-btn a .text {
    color: var(--color-dark);
  }
}

@media (max-width: 991px) {
  .ie-testimonial-left .xb-btn a:hover .text {
    color: var(--color-white);
  }
}

.xb-blog-top {
  gap: 30px;
}

.xb-blog-item {
  overflow: hidden;
  border-top: 1px solid #ced1be;
}

@media (max-width: 991px) {
  .xb-blog-item {
    border-top: 0;
  }
}

.xb-blog-item:not(:last-child) {
  margin-bottom: 40px;
}

.xb-blog-item:hover .xb-blog-img-box .xb-item--img a {
  transform: scale(1.1);
}

.xb-blog-img-box {
  display: flex;
  align-items: end;
}

.xb-blog-img-box .xb-item--img {
  max-width: 641px;
  overflow: hidden;
}

.xb-blog-img-box .xb-item--img a {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.xb-blog-img-box .xb-item--date {
  gap: 10px;
  width: 100%;
  max-width: 240px;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 52px 0;
  margin-left: -86px;
  background: var(--color-white);
  border-right: 1px solid #ced1be;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 50% 100%, 0 102%, 0 22%);
}

@media (max-width: 1199px) {
  .xb-blog-img-box .xb-item--date {
    padding: 32px 0;
    max-width: 152px;
  }
}

@media (max-width: 991px) {
  .xb-blog-img-box .xb-item--date {
    margin-left: -50px;
  }
}

@media (max-width: 767px) {
  .xb-blog-img-box .xb-item--date {
    padding: 20px 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-blog-img-box .xb-item--date {
    padding: 45px 10px;
  }
}

.xb-blog-img-box .xb-item--date h2 {
  font-weight: 700;
  font-size: 65px;
  line-height: 1;
}

@media (max-width: 1199px) {
  .xb-blog-img-box .xb-item--date h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .xb-blog-img-box .xb-item--date h2 {
    font-size: 28px;
  }
}

.xb-blog-img-box .xb-item--date h3 {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .xb-blog-img-box .xb-item--date h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .xb-blog-img-box .xb-item--date h3 {
    font-size: 14px;
  }
}

.xb-blog-content {
  padding-left: 88px;
  padding-top: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-blog-content {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-blog-content {
    gap: 30px;
  }
}

@media (max-width: 1199px) {
  .xb-blog-content {
    gap: 30px;
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  .xb-blog-content {
    padding-left: 0;
    padding-top: 30px;
  }
}

.xb-blog-content .xb-item--holder {
  max-width: 540px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-blog-content .xb-item--holder {
    max-width: 420px;
  }
}

.xb-blog-content .xb-item--tag {
  gap: 10px;
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}

.xb-blog-content .xb-item--tag li a {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
  display: inline-flex;
  text-transform: uppercase;
  border: 1px solid #ced1be;
  color: var(--color-default);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-family: var(--font-heading);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .xb-blog-content .xb-item--tag li a {
    font-size: 14px;
    padding: 2px 15px;
  }
}

.xb-blog-content .xb-item--tag li a:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.xb-blog-content .xb-item--title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.16;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

@media (max-width: 1199px) {
  .xb-blog-content .xb-item--title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .xb-blog-content .xb-item--title {
    font-size: 26px;
  }
}

.xb-blog-content .xb-item--title a {
  color: currentColor;
}

.xb-blog-content .xb-item--arrow {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-heading);
}

.xb-blog-content .xb-item--arrow:hover {
  background: var(--color-primary);
}

.ie-blog-item .xb-item--meta {
  gap: 40px;
  margin-top: 25px;
  padding-left: 21px;
  position: relative;
}

@media (max-width: 767px) {
  .ie-blog-item .xb-item--meta {
    gap: 15px;
  }
}

.ie-blog-item .xb-item--meta li {
  gap: 8px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.ie-blog-item .xb-item--dot_line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ie-blog-item .xb-item--title {
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  max-width: 700px;
  margin: 10px 0 23px;
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .ie-blog-item .xb-item--title {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .ie-blog-item .xb-item--title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .ie-blog-item .xb-item--title {
    font-size: 30px;
    line-height: 40px;
  }
}

.ie-blog-item .xb-item--title a {
  color: currentColor;
}

.ie-blog-item .xb-item--holder {
  padding-left: 21px;
}

@media (max-width: 991px) {
  .ie-blog-item .xb-item--holder {
    padding-left: 0;
  }
}

.ie-blog-item .xb-item--btn a {
  gap: 20px;
  font-weight: 700;
  font-size: 18px;
  padding: 0;
}

.ie-blog-item .xb-item--btn a::before {
  display: none;
}

.ie-blog-item .xb-item--btn a .text {
  position: relative;
}

.ie-blog-item .xb-item--btn a .text::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-primary);
}

.ie-blog-item .xb-item--btn a .arrow {
  height: 28px;
  width: 28px;
  padding: 5px;
}

.ie-blog-item .xb-item--btn a:hover .text {
  color: var(--color-primary);
}

.ie-blog-item .xb-item--btn a:hover .text::after {
  width: 100%;
  right: auto;
  left: 0;
}

.ie-blog-item .xb-item--img {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .ie-blog-item .xb-item--img {
    height: 460px;
  }
}

@media (max-width: 991px) {
  .ie-blog-item .xb-item--img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .ie-blog-item .xb-item--img {
    height: auto;
  }
}

@media (max-width: 1199px) {
  .ie-blog-item .xb-item--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.ie-blog-item .xb-item--img a {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.ie-blog-item.small .xb-item--title {
  font-size: 30px;
  line-height: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .ie-blog-item.small .xb-item--title {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .ie-blog-item.small .xb-item--title {
    font-size: 38px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .ie-blog-item.small .xb-item--title {
    font-size: 30px;
    line-height: 40px;
  }
}

.ie-blog-item:hover .xb-item--img a {
  transform: scale(1.1);
}

.ie-blog-left {
  top: 20px;
  position: sticky;
}

.details-blog-item .xb-item--meta {
  gap: 20px;
  margin: 15px 0;
}

.details-blog-item .xb-item--meta li {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
  text-transform: capitalize;
}

.details-blog-item .xb-item--meta li:last-child {
  padding-right: 0;
}

.details-blog-item .xb-item--meta li:last-child::before {
  display: none;
}

.details-blog-item .xb-item--meta li::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 2px;
  height: 13px;
  transform: translateY(-50%);
  border-right: 2px solid #615A5A;
}

.details-blog-item .xb-item--meta li.tag {
  text-transform: uppercase;
}

.details-blog-item .xb-item--title {
  font-size: 20px;
  font-weight: 700;
  max-width: 400px;
  color: var(--color-heading);
}

.details-blog-item .xb-item--title a {
  color: currentColor;
}

.details-blog-item .xb-item--img {
  overflow: hidden;
}

.details-blog-item .xb-item--img a {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.details-blog-item .xb-item--btn {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  gap: 11px;
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  text-transform: capitalize;
  color: var(--color-heading);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 2px solid #1B1B22;
}

.details-blog-item .xb-item--btn i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.details-blog-item .xb-item--btn::before {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  content: '';
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform-origin: left top;
  background: var(--color-primary);
}

.details-blog-item .xb-item--btn:hover {
  color: var(--color-primary);
}

.details-blog-item .xb-item--btn:hover i {
  transform: translateX(3px);
}

.details-blog-item .xb-item--btn:hover::before {
  transform: scaleX(1);
}

.details-blog-item:hover .xb-item--img a {
  transform: scale(1.1);
}

.iconlist_image {
  max-width: 410px;
}

.service__blockchain .accordion_box .block {
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  border-top: 5px solid #8348ff;
  background: rgba(20, 21, 25, 0.6);
}

.service__blockchain .accordion_box .block .acc-btn {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 42px 30px;
}

@media (max-width: 1199px) {
  .service__blockchain .accordion_box .block .acc-btn {
    padding: 42px 120px 42px 30px;
  }
}

@media (max-width: 767px) {
  .service__blockchain .accordion_box .block .acc-btn {
    padding: 42px 20px;
  }
}

.service__blockchain .accordion_box .block .acc-btn .title {
  font-size: 34px;
  color: var(--color-white);
}

@media (max-width: 767px) {
  .service__blockchain .accordion_box .block .acc-btn .title {
    font-size: 28px;
  }
}

.service__blockchain .accordion_box .block .acc-btn .title a {
  color: currentColor;
}

.service__blockchain .accordion_box .block .acc-btn .holder {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.service__blockchain .accordion_box .block .acc-btn .keyword a {
  padding: 6.5px 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
}

.service__blockchain .accordion_box .block .acc-btn .keyword a:hover {
  background: var(--color-primary);
}

.service__blockchain .accordion_box .block .acc_body {
  display: none;
  position: relative;
}

.service__blockchain .accordion_box .block .acc_body::before {
  position: absolute;
  content: '';
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.08);
}

.service__blockchain .accordion_box .block .acc_body.current {
  display: block;
}

.service__blockchain .accordion_box .block .acc_body .arrow {
  height: 214px;
  width: 214px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transform: translate(-50%, -50%) scale(0.5);
  background: linear-gradient(259deg, #8348ff 0%, #402c71 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .service__blockchain .accordion_box .block .acc_body .arrow {
    height: 170px;
    width: 170px;
    padding: 55px;
  }
}

@media (max-width: 1199px) {
  .service__blockchain .accordion_box .block .acc_body .arrow {
    height: 150px;
    width: 150px;
    padding: 55px;
  }
}

@media (max-width: 991px) {
  .service__blockchain .accordion_box .block .acc_body .arrow {
    height: 130px;
    width: 130px;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .service__blockchain .accordion_box .block .acc_body .arrow {
    height: 80px;
    width: 80px;
    padding: 25px;
  }
}

.service__blockchain .accordion_box .block .acc_body:hover::before {
  opacity: 1;
}

.service__blockchain .accordion_box .block .acc_body:hover .arrow {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.career-faq {
  border: 1px solid #D1D1D3;
}

.career-faq .accordion_box .block .acc-btn {
  font-size: 22px;
  font-weight: 600;
  padding: 26px 30px;
  position: relative;
  cursor: pointer;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--color-heading);
  background: var(--color-white);
  font-family: var(--font-heading);
  border-bottom: 1px solid var(--color-border);
}

@media (max-width: 767px) {
  .career-faq .accordion_box .block .acc-btn {
    font-size: 20px;
    padding: 26px 20px;
  }
}

.career-faq .accordion_box .block .acc-btn .number {
  color: rgba(27, 27, 34, 0.6);
}

.career-faq .accordion_box .block .acc-btn .arrow {
  position: absolute;
  top: 22px;
  right: 30px;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--color-border);
}

@media (max-width: 767px) {
  .career-faq .accordion_box .block .acc-btn .arrow {
    right: 20px;
  }
}

.career-faq .accordion_box .block .acc-btn .arrow::before {
  top: 4px;
  left: 9px;
  font-size: 18px;
  content: "\f067";
  font-weight: 400;
  position: absolute;
  color: var(--color-secondary);
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.career-faq .accordion_box .block .acc_body {
  display: none;
}

.career-faq .accordion_box .block .acc_body.current {
  display: block;
}

.career-faq .accordion_box .block .content {
  background: #EEEFE6;
  padding: 20px 40px 30px 30px;
  border-bottom: 1px solid var(--color-border);
}

@media (max-width: 767px) {
  .career-faq .accordion_box .block .content {
    padding: 20px 30px 30px 30px;
  }
}

.career-faq .accordion_box .block .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  max-width: 631px;
  letter-spacing: 0em;
  color: var(--color-default);
}

.career-faq .accordion_box .block .list {
  margin-top: 15px;
}

.career-faq .accordion_box .block .list li {
  gap: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.career-faq .accordion_box .block .list li i {
  color: var(--color-primary);
}

.career-faq .accordion_box .block .list li:not(:last-child) {
  margin-bottom: 5px;
}

.career-faq .accordion_box .block.active-block .acc-btn .number {
  color: var(--color-heading);
}

.career-faq .accordion_box .block.active-block .acc-btn .arrow {
  background: #1b1b22;
  border: 1px solid #1b1b22;
}

.career-faq .accordion_box .block.active-block .acc-btn .arrow::before {
  content: "\f068";
  color: var(--color-white);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.career-faq .accordion_box .block:last-child .acc-btn {
  border-bottom: none;
}

.xb-faq-wrap {
  margin-right: 118px;
}

@media (max-width: 1199px) {
  .xb-faq-wrap {
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  .xb-faq-wrap {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .xb-faq-wrap .sec-title-wrap {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-faq-wrap .sec-title-wrap .sec-title {
    gap: 15px;
  }
}

@media (max-width: 1199px) {
  .xb-faq-wrap .sec-title-wrap .sec-title {
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .xb-faq-wrap .sec-title-wrap .sec-title {
    gap: 15px 180px;
  }
}

@media (max-width: 767px) {
  .xb-faq-wrap .sec-title-wrap .sec-title {
    gap: 15px 0;
  }
}

@media (max-width: 767px) {
  .xb-faq-wrap .sec-title-wrap .sec-title {
    gap: 15px 70px;
  }
}

.xb-contact-video {
  overflow: hidden;
  margin-top: 264px;
  max-width: 390px;
  max-height: 229px;
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media only screen and (max-width: 1300px) {
  .xb-contact-video {
    margin-top: 144px;
  }
}

@media (max-width: 1199px) {
  .xb-contact-video {
    margin-top: 164px;
  }
}

@media (max-width: 991px) {
  .xb-contact-video {
    margin-top: 0;
  }
}

.xb-contact-video video {
  height: 100%;
  max-width: 395px;
}

.contact-overlay {
  z-index: 1;
  position: relative;
  padding-top: 150px;
  padding-bottom: 133px;
}

@media (max-width: 991px) {
  .contact-overlay {
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .contact-overlay {
    padding-top: 145px;
  }
}

.contact-overlay::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: rgba(12, 28, 36, 0.7);
}

.xb-contact-form {
  z-index: 1;
  position: relative;
  margin-left: -76px;
  padding: 40px 50px 60px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white);
}

@media (max-width: 1199px) {
  .xb-contact-form {
    margin-left: -120px;
  }
}

@media (max-width: 991px) {
  .xb-contact-form {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .xb-contact-form {
    padding: 50px 20px;
  }
}

.xb-contact-form .xb-input-field {
  position: relative;
  display: block;
}

.xb-contact-form .xb-input-field input,
.xb-contact-form .xb-input-field textarea {
  height: 60px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  color: var(--color-white);
  transition: all 0.3s ease;
  background: transparent;
  color: var(--color-heading);
  padding: 10px 20px 10px 27px;
  border-bottom: 1px solid #ced2d3;
}

.xb-contact-form .xb-input-field input:focus,
.xb-contact-form .xb-input-field textarea:focus {
  border-bottom: 1px solid var(--color-primary);
}

.xb-contact-form .xb-input-field label {
  position: absolute;
  left: 27px;
  top: 50%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  white-space: nowrap;
  pointer-events: none;
  display: inline-block;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  text-transform: capitalize;
  color: var(--color-heading);
}

.xb-contact-form .xb-input-field input:focus+label,
.xb-contact-form .xb-input-field input:valid+label,
.xb-contact-form .xb-input-field textarea:focus+label,
.xb-contact-form .xb-input-field textarea:valid+label {
  transform: translate(15px, -50%);
  opacity: 0;
}

.xb-contact-form .xb-input-field img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.xb-contact-form .xb-select-field {
  z-index: 1;
  position: relative;
}

.xb-contact-form .xb-select-field .nice-select {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  height: 60px;
  min-height: 60px;
  line-height: 38px;
  padding: 10px 27px;
  letter-spacing: 0em;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: var(--color-heading);
  border-bottom: 1px solid #ced2d3;
}

.xb-contact-form .xb-select-field .nice-select:focus {
  border-bottom: 1px solid var(--color-primary);
}

.xb-contact-form .xb-select-field img {
  top: 30px;
}

.xb-contact-form .xb-massage-field textarea {
  height: 190px;
  padding: 14px 20px 14px 27px;
}

.xb-contact-form .xb-massage-field label {
  top: 30px;
}

.xb-contact-form .xb-massage-field img {
  top: 30px;
}

.form-submit-btn button {
  padding: 5px 30px 5px 5px;
}

.form-submit-btn button .xb-icon {
  height: 50px;
  width: 50px;
  background: var(--color-white);
}

.form-submit-btn button .inner {
  gap: 30px;
}

.xb-contact-shape {
  position: absolute;
  bottom: 56px;
  right: 44px;
  height: 81px;
  width: 81px;
}

@media (max-width: 767px) {
  .xb-contact-shape {
    right: 15px;
    bottom: 40px;
    width: 60px;
  }
}

.xb-contact-left {
  transform: translateY(-10px);
}

@media (max-width: 991px) {
  .xb-contact-left {
    display: flex;
    align-items: start;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .xb-contact-left {
    gap: 40px;
    flex-wrap: wrap;
  }
}

.xb-contact-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
}

.google-map {
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .google-map {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .google-map {
    min-height: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .google-map {
    min-height: 400px;
  }
}

.google-map iframe {
  width: 100%;
  height: 100%;
}

.xb-main-contact {
  margin-left: 0;
  background: #1B1B22;
  padding: 75px 80px 80px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

@media (max-width: 767px) {
  .xb-main-contact {
    padding: 75px 30px 80px;
  }
}

.xb-main-contact .form-heading {
  font-size: 25px;
  font-weight: 600;
  color: var(--color-white);
}

.xb-main-contact .xb-input-field .nice-select,
.xb-main-contact .xb-input-field input,
.xb-main-contact .xb-input-field textarea {
  border: none;
  padding: 10px 20px 10px 46px;
  background: var(--color-white);
}

.xb-main-contact .xb-input-field .nice-select:focus,
.xb-main-contact .xb-input-field input:focus,
.xb-main-contact .xb-input-field textarea:focus {
  border-bottom: none;
}

.xb-main-contact .xb-input-field .nice-select:focus~img,
.xb-main-contact .xb-input-field input:focus~img,
.xb-main-contact .xb-input-field textarea:focus~img {
  opacity: 1;
}

.xb-main-contact .xb-input-field textarea {
  height: 169px;
}

.xb-main-contact .xb-input-field label {
  left: 46px;
  color: var(--color-default);
}

.xb-main-contact .xb-input-field img {
  left: 20px;
  opacity: 0.7;
}

.xb-main-contact .xb-input-field .nice-select {
  color: var(--color-default);
}

.xb-main-contact .xb-input-field .nice-select::after {
  width: 10px;
  height: 10px;
  border-bottom: 1.9px solid #615A5A;
  border-right: 1.9px solid #615A5A;
}

.xb-main-contact .xb-upload-file {
  gap: 10px;
  height: 60px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-white);
}

.xb-main-contact .xb-upload-file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100% !important;
  width: 100% !important;
}

.xb-main-contact .xb-upload-file .xb-input-file {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  cursor: pointer;
  background: #f8f5ff;
  border: 1px solid #d1d1d3;
}

.xb-main-contact .xb-upload-file .xb-input-file p {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-default);
}

.xb-main-contact .xb-upload-file img {
  top: 0;
  left: 0;
  position: relative;
  transform: translateY(0);
}

.xb-main-contact .form-submit-button button {
  justify-content: space-between;
}

.xb-main-contact .form-submit-button button .xb-icon {
  background: var(--color-white);
}

.xb-main-contact .form-submit-button button .xb-icon img {
  filter: brightness(0);
}

.xb-contact-top {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 188px 0 192px;
}

@media (max-width: 767px) {
  .xb-contact-top {
    padding: 115px 0 110px;
  }
}

.xb-contact-top .xb-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

@media (max-width: 767px) {
  .xb-contact-top .xb-title {
    font-size: 30px;
    line-height: 48px;
  }
}

.xb-contact-top .xb-title span {
  color: var(--color-primary);
}

.xb-contact-top .xb-shape {
  position: absolute;
  left: 21%;
  top: 0;
}

@media (max-width: 1199px) {
  .xb-contact-top .xb-shape {
    left: 0%;
    top: 65px;
  }
}

@media (max-width: 991px) {
  .xb-contact-top .xb-shape {
    left: -30%;
    top: 60px;
    width: 200%;
  }
}

@media (max-width: 767px) {
  .xb-contact-top .xb-shape {
    display: none;
  }
}

.xb-contact-items {
  text-align: center;
  padding: 20px 20px 40px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: var(--color-white);
  border: 1px solid var(--color-border);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-contact-items .xb-item--holder {
    padding: 0 100px;
  }
}

.xb-contact-items .xb-item--location {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 33px 0 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-contact-items .xb-item--contact_info {
  font-size: 22px;
  font-weight: 700;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-heading);
}

.xb-contact-items .xb-item--contact_info:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .xb-contact-items .xb-item--contact_info {
    font-size: 19px;
  }
}

@media (max-width: 991px) {
  .xb-contact-items .xb-item--contact_info {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-contact-items .xb-item--contact_info {
    font-size: 20px;
  }
}

.xb-contact-items .construction-btn--black {
  font-size: 18px;
  padding: 9px 10px 9px 35px;
}

@media (max-width: 1199px) {
  .xb-contact-items .construction-btn--black {
    padding: 7px 20px;
  }
}

.xb-contact-items .construction-btn--black .text {
  text-shadow: none;
}

.xb-contact-items .construction-btn--black .xb-icon {
  height: 32px;
  width: 32px;
  padding: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-white);
}

.xb-contact-items .construction-btn--black .xb-icon img {
  filter: brightness(0);
  -webkit-transform: 0.3s;
  -ms-transform: 0.3s;
  transform: 0.3s;
}

.xb-contact-items:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.xb-contact-items:hover .xb-item--location,
.xb-contact-items:hover .xb-item--contact_info {
  color: var(--color-white);
}

.xb-contact-items:hover .construction-btn--black {
  background: var(--color-white);
}

.xb-contact-items:hover .construction-btn--black .text {
  color: var(--color-heading);
}

.xb-contact-items:hover .construction-btn--black .xb-icon {
  background: var(--color-heading);
}

.xb-contact-items:hover .construction-btn--black .xb-icon img {
  filter: brightness(100);
}

.career-contact-form {
  padding: 55px 60px 60px;
}

.career-contact-form .sub-title {
  font-size: 16px;
  margin-top: 10px;
  color: var(--color-white);
}

.career-contact-form .xb-contact-input-form {
  margin-top: 27px;
}

.career-contact-form label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-white);
}

.career-contact-form .xb-input-field input {
  height: 50px;
  padding: 10px 20px;
}

.career-contact-form .xb-upload-file {
  gap: 30px;
  height: 120px;
  justify-content: center;
}

@media (max-width: 1199px) {
  .career-contact-form .xb-upload-file {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .career-contact-form .xb-upload-file {
    gap: 5px;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 140px;
  }
}

.career-contact-form .xb-upload-file p {
  font-size: 16px;
}

.career-contact-form .xb-upload-file .xb-input-file {
  padding: 10px 20px;
  background: transparent;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border: 2px solid var(--color-border);
}

.career-contact-form .xb-upload-file .xb-input-file p {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sidebar {
    margin-left: -30px;
  }
}

@media (max-width: 1199px) {
  .sidebar {
    margin-left: -50px;
  }
}

@media (max-width: 991px) {
  .sidebar {
    margin-left: 0;
  }
}

.sidebar .sidebar_widget {
  margin-top: 40px;
  padding: 33px 30px 40px;
  border: 1px solid #DDDBDB;
}

@media (max-width: 1199px) {
  .sidebar .sidebar_widget {
    padding: 33px 20px 40px;
  }
}

@media (max-width: 991px) {
  .sidebar .sidebar_widget {
    padding: 33px 30px 40px;
  }
}

.sidebar-col {
  position: sticky;
  top: 20px;
}

.sidebar_widget_title {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 27px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-heading);
}

.form-group {
  position: relative;
}

.form-group .form-control {
  height: 70px;
  font-weight: 500;
  border-radius: 0;
  padding-right: 70px;
  padding-left: 30px;
  background: #1B1B22;
  color: var(--color-white);
}

.form-group .form-control::placeholder {
  color: #d8d8d8;
}

.form-group .form-control:focus {
  box-shadow: none;
}

.form-group .search_icon {
  position: absolute;
  top: 9px;
  right: 11px;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
}


.recent_post_block .recent_post_item {
  background: transparent;
}

.recent_post_block .recent_post_item:not(:last-child) {
  margin-bottom: 50px;
}

.recent_post_block .recent_post_item .post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
  color: var(--color-heading);
}

.recent_post_block .recent_post_item .post-title a {
  color: currentColor;
}

.recent_post_block .recent_post_item .xb-item--img {
  margin-right: 16px;
  overflow: hidden;
}

.recent_post_block .recent_post_item .xb-item--img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.recent_post_block .recent_post_item .xb-item--holder {
  margin-top: -8px;
  width: calc(100% - 112px);
}

.recent_post_block .recent_post_item .xb-item--date {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.recent_post_block .recent_post_item:hover .xb-item--img img {
  transform: scale(1.1);
}

.category_list_block li {
  border-top: 1px solid #e7e8ec;
}

.category_list_block li:last-child a {
  padding-bottom: 0;
}

.category_list_block a {
  display: flex;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
}

.category_list_block a span {
  gap: 6px;
  font-weight: 500;
  align-items: center;
  display: inline-flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-default);
}

.category_list_block a span span {
  height: 12px;
  width: 6px;
  background: #615A5A;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 100px 100px 0;
}

.category_list_block a:hover span {
  color: var(--color-primary);
}

.category_list_block a:hover span span {
  background: var(--color-primary);
}

.tags_block {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 25px 15px;
}

.tags_block li a {
  font-size: 16px;
  font-weight: 500;
  padding: 7.5px 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  color: var(--color-default);
  border: 1px solid #DDDBDB;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.tags_block li:hover a {
  color: var(--color-white);
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.sidebar .widget_price_filter {
  margin-bottom: 42px !important;
}

.sidebar .widget_price_filter .filter-price {
  position: relative;
}

.sidebar .widget_price_filter .filter-price p {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: var(--color-default);
}

.sidebar .widget_price_filter .filter-price input {
  border: 0;
  padding: 0;
  width: auto;
  position: absolute;
  display: inline-block;
}

.sidebar .widget_price_filter .filter-price input:focus {
  border: 0;
  outline: none;
}

.sidebar .widget_price_filter .filter-price #amount {
  width: 100px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  margin: 0;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  padding-left: 5px;
  color: var(--color-default);
}

.sidebar .widget_price_filter .filter-price #slider-range {
  height: 3px;
  border: 0;
  margin: 30px 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: rgba(210, 41, 47, 0.2);
}

.sidebar .widget_price_filter .filter-price button {
  font-size: 12px;
  font-weight: 400;
  padding: 2px 17px;
  margin-left: 109px;
  color: var(--color-white);
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: var(--color-primary);
  font-family: var(--font-heading);
}

.sidebar .widget_price_filter .ui-state-default,
.sidebar .widget_price_filter .ui-widget-content .ui-state-default,
.sidebar .widget_price_filter .ui-widget-header .ui-state-default {
  width: 15px;
  height: 15px;
  margin: 0;
  top: -6px;
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-primary);
}

.sidebar .widget_price_filter .ui-state-default:focus,
.sidebar .widget_price_filter .ui-widget-content .ui-state-default:focus,
.sidebar .widget_price_filter .ui-widget-header .ui-state-default:focus {
  outline: none;
}

.sidebar .widget_price_filter #slider-range .ui-slider-range {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: var(--color-primary);
}

/*----------------------------------------*/
/*  32. sidebar start
/*----------------------------------------*/
.offcanvas-sidebar.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.offcanvas-sidebar.active .sidebar-menu-close {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.sidebar-menu-close {
  position: absolute;
  top: 12px;
  right: 77px;
  z-index: 2;
  text-align: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  opacity: 0;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
}

@media (max-width: 1199px) {
  .sidebar-menu-close {
    right: 15px;
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 767px) {
  .sidebar-menu-close {
    z-index: 1011;
  }
}

.sidebar-menu-close .xb-close {
  width: 40px;
  height: 40px;
  background: transparent;
}

.offcanvas-sidebar .xb-close::before,
.offcanvas-sidebar .xb-close::after {
  background-color: var(--color-white);
}

.offcanvas-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  z-index: 1020;
  background: #0c1c24;
  transition: 0.8s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.sidebar-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 122%;
  max-width: 600px;
  letter-spacing: -0.03em;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .sidebar-title {
    font-size: 26px;
  }
}

.sidebar-info-list li {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  color: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sidebar-info-list li {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .sidebar-info-list li {
    font-size: 19px;
  }
}

.sidebar-info-list li span {
  font-size: 14px;
  font-weight: 400;
  color: #c2c0c0;
  display: block;
  text-transform: uppercase;
}

.sidebar-info-list li:not(:last-child) {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .sidebar-info-list li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.sidebar-info-list li:first-child span {
  margin-bottom: 55px;
}

.sidebar-info-list li a {
  display: block;
  color: currentColor;
}

.sidebar-newsletter {
  margin: 40px 0 88px;
}

.sidebar-newsletter .title {
  font-size: 14px;
  font-weight: 400;
  color: #c2c0c0;
  margin-bottom: 12px;
  display: inline-block;
}

.sidebar-newsletter-from {
  overflow: hidden;
  max-width: 409px;
  border-radius: 5px;
  position: relative;
}

.sidebar-newsletter-from input {
  height: 60px;
  font-size: 14px;
  color: var(--color-black);
  padding: 18px 65px 18px 18px;
  background-color: var(--color-white);
}

.sidebar-newsletter-from input::placeholder {
  color: #665F5F;
}

.sidebar-newsletter-from button {
  top: 3px;
  right: 3px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: absolute;
  color: var(--color-white);
  background: var(--color-primary);
}

.sidebar-architecture-video {
  max-width: 409px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media (max-width: 1199px) {
  .sidebar-architecture-video {
    max-width: 300px;
  }
}

.sidebar-bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 1600px) {
  .sidebar-bg-shape {
    max-width: 702px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sidebar-bg-shape {
    max-width: 606px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .sidebar-bg-shape {
    max-width: 535px;
  }
}

@media (max-width: 1199px) {
  .sidebar-bg-shape {
    max-width: 462px;
  }
}

@media only screen and (max-width: 1023px) {
  .sidebar-bg-shape {
    max-width: 445px;
  }
}

@media (max-width: 991px) {
  .sidebar-bg-shape {
    max-width: 354px;
  }
}

.sidebar-item-left {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .sidebar-item-left {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .sidebar-item-left {
    margin-right: 0;
  }
}

.sidebar-item-left .xb-header-menu {
  width: 100%;
  position: relative;
  background: transparent;
  transform: translateX(0%);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .sidebar-item-left .xb-header-menu {
    height: 100%;
    border-right: none;
  }
}

.sidebar-item-left .xb-header-menu-scroll {
  padding: 85px 180px 80px 0;
}

@media only screen and (max-width: 1600px) {
  .sidebar-item-left .xb-header-menu-scroll {
    padding: 85px 100px 80px 0;
  }
}

@media (max-width: 1199px) {
  .sidebar-item-left .xb-header-menu-scroll {
    padding: 85px 50px 80px 0;
  }
}

@media (max-width: 767px) {
  .sidebar-item-left .xb-header-menu-scroll {
    padding: 85px 18px 80px 0;
  }
}

.sidebar-item-left .xb-menu-primary li a {
  line-height: 1;
  font-size: 100px;
  font-weight: 400;
  border-bottom: none;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-family: var(--font-heading);
  color: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sidebar-item-left .xb-menu-primary li a {
    font-size: 90px;
  }
}

@media (max-width: 1199px) {
  .sidebar-item-left .xb-menu-primary li a {
    font-size: 72px;
  }
}

@media only screen and (max-width: 1023px) {
  .sidebar-item-left .xb-menu-primary li a {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .sidebar-item-left .xb-menu-primary li a {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .sidebar-item-left .xb-menu-primary li a {
    font-size: 45px;
  }
}

.sidebar-item-left .xb-menu-primary li a:hover {
  color: #fff;
}

.sidebar-item-left .xb-menu-primary li.is-active a {
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-item-left .xb-menu-primary li.is-active .xb-menu-toggle {
  color: var(--color-white);
}

.sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu {
  margin-top: 15px;
}

.sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li a {
  font-size: 65px;
  line-height: 1;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li a {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1300px) {
  .sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li a {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li a {
    font-size: 40px;
  }
}

.sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li .xb-menu-toggle {
  font-size: 30px;
}

@media (max-width: 1199px) {
  .sidebar-item-left .xb-menu-primary li.menu-item-has-children .sub-menu li .xb-menu-toggle {
    top: 10px;
    font-size: 25px;
  }
}

.sidebar-item-left .xb-header-menu-scroll .xb-menu-primary>li:not(:last-child) {
  margin-bottom: 63px;
}

@media (max-width: 1199px) {
  .sidebar-item-left .xb-header-menu-scroll .xb-menu-primary>li:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .sidebar-item-left .xb-header-menu-scroll .xb-menu-primary>li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.sidebar-item-left .xb-menu-toggle {
  top: 30px;
  right: 0;
  width: auto;
  height: auto;
  font-size: 40px;
  transform: rotate(0deg);
  color: rgba(255, 255, 255, 0.2);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 1199px) {
  .sidebar-item-left .xb-menu-toggle {
    top: 18px;
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .sidebar-item-left .xb-menu-toggle {
    top: 8px;
  }
}

.sidebar-item-left .xb-menu-toggle::before {
  content: '\2b';
}

.sidebar-item-left .xb-menu-toggle.active {
  transform: rotate(45deg);
}

.sidebar-item-left .xb-menu-toggle.active::before {
  content: '\2b';
}

.offcanvas-sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar-item-right {
  height: 100vh;
  padding: 25px 0 90px 90px;
}

@media only screen and (max-width: 1300px) {
  .sidebar-item-right {
    padding: 25px 0 90px 50px;
  }
}

@media (max-width: 1199px) {
  .sidebar-item-right {
    padding: 25px 0 90px 30px;
  }
}

@media (max-width: 767px) {
  .sidebar-item-right {
    padding: 0px 0 90px 0;
  }
}

.sidebar-container {
  display: flex;
  pointer-events: auto;
}

/*----------------------------------------*/
/*  03. globel
/*----------------------------------------*/
@media (min-width: 1024px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .container.px-60 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.g-10 {
  padding: 0 5px;
}

.g-10>* {
  padding-left: 5px;
  padding-right: 5px;
}

.construction h1,
.construction h2,
.construction h3,
.construction h4,
.construction h5,
.construction h6 {
  text-transform: uppercase;
}

.industrial {
  line-height: 28px;
}

.industrial h1,
.industrial h2,
.industrial h3,
.industrial h4,
.industrial h5,
.industrial h6 {
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.factory_construction h1,
.factory_construction h2,
.factory_construction h3,
.factory_construction h4,
.factory_construction h5,
.factory_construction h6 {
  font-weight: 700;
  text-transform: uppercase;
}

.architecture {
  font-size: 20px;
  line-height: 30px;
}

.o-hidden {
  overflow: hidden;
}

.o-clip {
  overflow: clip;
}

.mxw-1650 {
  max-width: 1650px;
}

.mxw-1830 {
  max-width: 1830px;
}

.mxw-1810 {
  max-width: 1810px;
}

.mxw-1830 {
  max-width: 1830px;
}

.mxw-1790 {
  max-width: 1790px;
}

.bg_white {
  background: var(--color-white) !important;
}

.bg_black {
  background: var(--color-black);
}

.bg_dark {
  background: #0C1C24 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .pt-lp-150 {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .pt-lp-130 {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .pt-lp-120 {
    padding-top: 120px;
  }
}

@media (max-width: 1199px) {
  .pt-lg-140 {
    padding-top: 140px;
  }
}

@media (max-width: 1199px) {
  .pt-lg-135 {
    padding-top: 135px;
  }
}

@media (max-width: 1199px) {
  .pt-lg-130 {
    padding-top: 130px;
  }
}

@media (max-width: 1199px) {
  .pt-lg-125 {
    padding-top: 125px;
  }
}

@media (max-width: 1199px) {
  .pb-lg-150 {
    padding-bottom: 150px;
  }
}

@media (max-width: 991px) {
  .pt-md-140 {
    padding-top: 140px;
  }
}

@media (max-width: 991px) {
  .pt-md-150 {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .pt-xs-140 {
    padding-top: 140px;
  }
}

@media (max-width: 767px) {
  .pb-xs-140 {
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  .pt-xs-145 {
    padding-top: 145px;
  }
}

@media (max-width: 767px) {
  .pb-xs-105 {
    padding-bottom: 105px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-sm-150 {
    padding-top: 150px;
  }
}

@media (max-width: 1199px) {
  .mb-lg-45 {
    margin-bottom: 45px;
  }
}

@media (max-width: 991px) {
  .mb-md-50 {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .mb-md-60 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .mb-xs-35 {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mb-md-55 {
    margin-bottom: 55px;
  }
}

.w-100 {
  width: 100%;
}

.clr-fresh {
  color: #c7e8ff !important;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xb-blur-effect-bottom {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 100px;
  left: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  -webkit-mask: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%) add;
  mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
  overflow: visible;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 999;
}

.xb-clip-animation>* {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.xb-clip-animation {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}

.xb-clip-animation .xb-animation-img {
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: 0.9s ease-in-out;
}

.xb-text-scale-anim {
  white-space: pre-wrap;
  transform-origin: top left;
}

.xb-letter {
  display: inline-block;
}

.xb-word {
  display: inline-block;
}

.xb-bg-video {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  z-index: -1;
}

.xb-bg-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fs-20 {
  font-size: 20px;
}

.xb_text_invert>div {
  background-image: linear-gradient(to right, #fff 50%, #999 50%);
  background-size: 200% 100%;
  background-position: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.xb_text_invert.invert-black-clr>div {
  background-image: linear-gradient(to right, #fff 50%, #343436 50%);
}

.xb_text_invert.invert-dark-clr>div {
  background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0.5) 50%);
}

.xb_text_invert.invert-white-clr>div {
  background-image: linear-gradient(to right, linear-gradient(to right, #acacac 50%, rgb(255 255 255 / 50%) 50%));
}

.xb_text_invert.invert-blue-clr>div {
  background-image: linear-gradient(to right, #183a4f 50%, rgba(24, 58, 79, 0.7) 50%);
}

.xb_text_invert.invert-sky-clr>div {
  background-image: linear-gradient(to right, #c7e8ff 50%, rgba(199, 232, 255, 0.5) 50%);
}

.xb_uncover {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.xb_uncover .xb_uncover_slice {
  height: 100%;
  flex-grow: 1;
  background: var(--color-black);
}

.hover-effect-img {
  position: relative;
  overflow: hidden;
}

.hover-effect-img .img {
  -webkit-transition: all .5s ease;
  -khtml-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  transform: scale(1);
}

.hover-effect-img:hover .img {
  -webkit-transform: scale(1.07, 1.07) translatex(-11px);
  transform: scale(1.07, 1.07) translatex(-11px);
}

.arrow_hover_effect .xb-arrow {
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.arrow_hover_effect .xb-arrow img {
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.arrow_hover_effect .xb-arrow img:nth-child(1) {
  transform: translate(0);
}

.arrow_hover_effect .xb-arrow img:nth-child(2) {
  transform: translate(-30px, 30px);
}

.arrow_hover_effect:hover .xb-arrow img:nth-child(1) {
  transform: translate(30px, -30px);
}

.arrow_hover_effect:hover .xb-arrow img:nth-child(2) {
  transition-delay: .1s;
  transform: translate(0, 0);
}

.xb-pagination-inner {
  gap: 15px;
  align-items: center;
  display: inline-flex;
}

.xb-pagination-inner li a {
  height: 50px;
  width: 50px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDDBDB;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-family: var(--font-heading);
  background: var(--color-white);
  color: var(--color-heading);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-pagination-inner li a.active,
.xb-pagination-inner li a:hover {
  background: #1B1B22;
  color: var(--color-white);
  border: 1px solid #1B1B22;
}

.tagcloud,
.tags-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px;
}

.tagcloud a,
.tags-links a {
  display: block;
  color: #5D6A83;
  border: 1px solid #EEE5E5;
  background-color: var(--color-white);
  min-height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  padding: 4px 17px;
  margin: 7px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.tagcloud a:hover,
.tags-links a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.body-overlay {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.tags-links a {
  min-height: 32px;
  padding: 2px 17px;
}

.body-overlay.active {
  opacity: .5;
  visibility: visible;
}

.post-tags li {
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
}

.post-tags li:not(:first-child, :last-child) {
  margin-right: 11px;
  padding-right: 15px;
}

.post-tags li:not(:first-child, :last-child)::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: var(--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
}

.post-tags li span {
  display: inline-block;
  background-color: var(--color-primary);
  padding: 0px 10px;
  line-height: 25px;
  color: var(--color-white);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-right: 12px;
}

.post-tags li a {
  color: var(--color-black);
}

.post-tags li a:hover {
  color: var(--color-black);
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: var(--color-white);
  cursor: pointer;
  opacity: 1;
  font-size: 0;
  border: 9px solid transparent;
  position: absolute;
}

body .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  top: 4px;
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before,
body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #222;
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before,
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before,
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.mfp-iframe-holder .mfp-content {
  max-width: 1170px;
}

.xb-carousel-inner {
  margin: -30px;
}

.xb-swiper-sliders {
  position: relative;
}

.xb-swiper-container {
  overflow: hidden;
  padding: 30px;
}

.xb-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.xb-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
}

.xb-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.xb-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.xb-overlay-link {
  z-index: 1;
}

.br-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.z-1 {
  z-index: 1;
}

.z-3 {
  position: relative;
  z-index: 3;
}

.ml-auto {
  margin-left: auto;
}

.align-end {
  align-items: flex-end;
}

.xb-hover-zoom:hover .xb-item--img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.xb-hover-zoom .xb-item--img {
  overflow: hidden;
}

.xb-hover-zoom .xb-item--img img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.hero-area {
  padding-top: 110px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .hero-area {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .hero-area {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero-area {
    min-height: 960px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .hero-area {
    min-height: 900px;
  }
}

@media (max-width: 1199px) {
  .hero-area {
    min-height: 800px;
  }
}

@media (max-width: 991px) {
  .hero-area {
    min-height: 710px;
  }
}

@media (max-width: 767px) {
  .hero-area {
    min-height: 500px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area {
    min-height: 640px;
  }
}

.xb-hero-heading {
  overflow: hidden;
  position: relative;
}

.xb-hero-heading .title {
  font-weight: 700;
  font-size: 200px;
  line-height: 0.8;
  color: #e6e8da;
  margin-left: -5px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1600px) {
  .xb-hero-heading .title {
    font-size: 180px;
    margin-left: -10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-hero-heading .title {
    font-size: 160px;
    margin-left: -8px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-hero-heading .title {
    font-size: 140px;
  }
}

@media (max-width: 1199px) {
  .xb-hero-heading .title {
    margin-left: -5px;
    font-size: 120px;
  }
}

@media only screen and (max-width: 1023px) {
  .xb-hero-heading .title {
    font-size: 110px;
    margin-left: -2px;
  }
}

@media (max-width: 991px) {
  .xb-hero-heading .title {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .xb-hero-heading .title {
    font-size: 60px;
  }
}

    @media (max-width: 480px) {
      .xb-hero-heading .title {
        font-size: 52px;
        line-height: 1.1; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero-heading .title {
    font-size: 158px;
  }
}

.xb-hero-heading .xb-signager-img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 991px) {
  .xb-hero-heading .xb-signager-img {
    top: 70px;
    left: 10px;
  }
}

@media (max-width: 991px) {
  .xb-hero-heading .xb-signager-img {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .xb-hero-heading .xb-signager-img {
    left: 20px;
    max-width: 200px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-hero-heading .xb-signager-img {
    max-width: 275px;
  }
}

.xb-hero-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.xb-hero-img img {
  width: 100%;
}

.xb-hero-item {
  z-index: 2;
  max-width: 500px;
  text-align: left;
  position: relative;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .xb-hero-item {
    text-align: left;
    margin-top: 20px;
  }
}

.xb-hero-item .title {
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--color-white);
}

.xb-hero-item .title span {
  color: #D09838;
}

@media (max-width: 991px) {
  .xb-hero-item .title {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .xb-hero-item .title {
    font-size: 32px;
  }
}

.xb-hero-item .content {
  color: var(--color-white);
}

.xb-hero-inner {
  margin-top: 55px;
}

@media (max-width: 767px) {
  .xb-hero-inner {
    margin-top: 30px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}

.xb-badge {
  z-index: 1;
  height: 216px;
  width: 216px;
  border-radius: 100%;
  position: relative;
  backdrop-filter: blur(20px);
  transform: translateY(50px);
  background: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-badge {
    width: 190px;
    height: 190px;
  }
}

@media (max-width: 1199px) {
  .xb-badge {
    height: 200px;
    width: 200px;
    transform: translateY(20px);
  }
}

@media (max-width: 991px) {
  .xb-badge {
    height: 170px;
    width: 170px;
    transform: translateY(35px);
  }
}

@media (max-width: 767px) {
  .xb-badge {
    height: 130px;
    width: 130px;
  }
}

.xb-badge .img {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .xb-badge .img {
    top: 14px;
    left: 14px;
    max-width: 160px;
  }
}

@media (max-width: 1199px) {
  .xb-badge .img {
    top: 17px;
    left: 17px;
    max-width: 165px;
  }
}

@media (max-width: 991px) {
  .xb-badge .img {
    top: 12px;
    left: 12px;
    max-width: 145px;
  }
}

@media (max-width: 767px) {
  .xb-badge .img {
    top: 10px;
    left: 10px;
    max-width: 110px;
  }
}

.xb-badge .img img {
  animation: spin 50s linear infinite;
}

.xb-badge .badge-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .xb-badge .badge-logo {
    max-width: 55px;
  }
}

@media (max-width: 767px) {
  .xb-badge .badge-logo {
    max-width: 28px;
  }
}

.xb-hero_content {
  padding-top: 155px;
}

@media (max-width: 767px) {
  .xb-hero_content {
    padding-top: 135px;
  }
}

.hero-area-two {
  min-height: 1266px;
  padding-top: 354px;
}

@media only screen and (max-width: 1600px) {
  .hero-area-two {
    min-height: 1220px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero-area-two {
    min-height: 1105px;
  }
}

@media only screen and (max-width: 1300px) {
  .hero-area-two {
    min-height: 1080px;
  }
}

@media (max-width: 1199px) {
  .hero-area-two {
    padding-top: 315px;
    min-height: 980px;
  }
}

@media (max-width: 991px) {
  .hero-area-two {
    min-height: 840px;
    padding-top: 230px;
  }
}

@media (max-width: 767px) {
  .hero-area-two {
    min-height: 900px;
    padding-top: 170px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area-two {
    min-height: 820px;
    padding-top: 210px;
  }
}

.hero-area-two:before {
  position: absolute;
  content: '';
  left: -10%;
  bottom: -80px;
  width: 120%;
  height: 710px;
  background: #fff;
  filter: blur(131.3999938965px);
}

@media only screen and (max-width: 1600px) {
  .hero-area-two:before {
    filter: blur(40.4px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .hero-area-two:before {
    filter: blur(30.4px);
  }
}

@media (max-width: 991px) {
  .hero-area-two:before {
    bottom: -150px;
  }
}

@media (max-width: 767px) {
  .hero-area-two:before {
    bottom: 0;
    left: 0;
    height: 100%;
    filter: blur(0);
    background: linear-gradient(180deg, rgba(194, 213, 223, 0.85) 0%, #fff 100%);
  }
}

.xb-hero-img-slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.xb-hero-img-slider .swiper-slide-active .xb-slider-img-item {
  animation: xb-zoomout 12s linear infinite;
}

.xb-slider-img-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.8s cubic-bezier(0.37, 0.23, 0, 0.96);
}

@media (max-width: 991px) {
  .xb-slider-img-item img {
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-slider-img-item img {
    height: 70%;
    font-size: 90px;
  }
}

.xb-swiper-pagination {
  left: 60px;
  bottom: 50%;
  text-align: start;
  position: absolute;
}

@media only screen and (max-width: 1600px) {
  .xb-swiper-pagination {
    left: 15px;
  }
}

@media only screen and (max-width: 1300px) {
  .xb-swiper-pagination {
    bottom: 47%;
  }
}

@media (max-width: 1199px) {
  .xb-swiper-pagination {
    bottom: 45%;
  }
}

@media (max-width: 991px) {
  .xb-swiper-pagination {
    bottom: 47%;
  }
}

@media (max-width: 767px) {
  .xb-swiper-pagination {
    bottom: 42%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-swiper-pagination {
    bottom: 47%;
  }
}

.xb-swiper-pagination>span {
  width: 35px;
  height: 8px;
  margin-right: 6px;
  border-radius: 20px;
  background: #0c1c24;
  opacity: 0.5;
}

.xb-swiper-pagination>span.swiper-pagination-bullet-active {
  opacity: 1;
}

.ar-hero-btn {
  z-index: 1;
  height: 154px;
  width: 154px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: inline-block;
  letter-spacing: 0.02em;
  padding: 30px 10px 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  color: var(--color-heading);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-white);
}

.ar-hero-btn img {
  margin-top: 35px;
}

.ar-hero-btn::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -79px;
  z-index: -1;
  height: 100%;
  width: 100%;
  transform: scale(0.65);
  border-radius: inherit;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: var(--color-primary);
}

.ar-hero-btn:hover {
  color: var(--color-white);
}

.ar-hero-btn:hover::before {
  transform: scale(3);
}

.ar-hero-content {
  z-index: 1;
  position: relative;
  align-items: end;
}

@media only screen and (max-width: 1600px) {
  .ar-hero-content {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .ar-hero-content {
    gap: 30px;
  }
}

.ar-hero-content .content p {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-heading);
}

.ar-hero-content .content p:last-child {
  font-weight: 400;
  color: #4a4e51;
}

.ar-hero-bottom {
  z-index: 1;
  position: relative;
  margin-top: 175px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ar-hero-bottom {
    margin-top: 120px;
  }
}

@media (max-width: 1199px) {
  .ar-hero-bottom {
    margin-top: 110px;
  }
}

.ar-hero-bottom .xb-item--title {
  font-weight: 400;
  font-size: 296px;
  line-height: 0.8;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  color: var(--color-heading);
}

@media only screen and (max-width: 1600px) {
  .ar-hero-bottom .xb-item--title {
    font-size: 258px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ar-hero-bottom .xb-item--title {
    font-size: 220px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .ar-hero-bottom .xb-item--title {
    font-size: 190px;
  }
}

@media (max-width: 1199px) {
  .ar-hero-bottom .xb-item--title {
    font-size: 160px;
  }
}

@media (max-width: 991px) {
  .ar-hero-bottom .xb-item--title {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .ar-hero-bottom .xb-item--title {
    font-size: 58px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ar-hero-bottom .xb-item--title {
    font-size: 90px;
  }
}

.ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform: translateY(60px) scaleY(1.5);
}

@media only screen and (max-width: 1600px) {
  .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
    transform: translateY(52px) scaleY(1.5);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
    transform: translateY(45px) scaleY(1.5);
  }
}

@media only screen and (max-width: 1200px) and (max-width: 1300px) {
  .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
    transform: translateY(38px) scaleY(1.5);
  }
}

@media (max-width: 1199px) {
  .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
    transform: translateY(32px) scaleY(1.5);
  }
}

@media (max-width: 991px) {
  .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
    transform: translateY(25px) scaleY(1.5);
  }
}

@media (max-width: 767px) {
  .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
    transform: translateY(13px) scaleY(1.5);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter {
    transform: translateY(17px) scaleY(1.5);
  }
}

.ar-hero-bottom .xb-item--title .xb-text-scale-anim .xb-word .xb-letter:hover {
  transform: translateY(0px) scaleY(1);
}

.ar-hero-bottom .xb-item--holder {
  margin-bottom: 65px;
}

@media (max-width: 1199px) {
  .ar-hero-bottom .xb-item--holder {
    align-items: start;
  }
}

@media (max-width: 991px) {
  .ar-hero-bottom .xb-item--holder {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .ar-hero-bottom .xb-item--holder {
    gap: 30px;
  }
}

.ar-hero-bottom .xb-item--content {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  max-width: 360px;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 1300px) {
  .ar-hero-bottom .xb-item--content {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .ar-hero-bottom .xb-item--content {
    max-width: 340px;
  }
}

@media (max-width: 767px) {
  .ar-hero-bottom .xb-item--content {
    max-width: 100%;
    font-size: 20px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ar-hero-bottom .xb-item--content {
    max-width: 46%;
  }
}

.ar-hero-bottom .xb-item--text {
  gap: 10px;
}

.ar-hero-bottom .xb-item--text span {
  font-size: 20px;
  line-height: 28px;
  max-width: 245px;
}

@media (max-width: 991px) {
  .ar-hero-bottom .xb-item--text span {
    max-width: 191px;
  }
}

.hero-area-three {
  min-height: 877px;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .hero-area-three {
    min-height: 805px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero-area-three {
    min-height: 712px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .hero-area-three {
    min-height: 630px;
  }
}

@media (max-width: 1199px) {
  .hero-area-three {
    min-height: 681px;
  }
}

@media (max-width: 991px) {
  .hero-area-three {
    min-height: 657px;
  }
}

@media (max-width: 767px) {
  .hero-area-three {
    min-height: 535px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area-three {
    min-height: 570px;
  }
}

.fc-hero_content {
  z-index: 1;
  position: relative;
  margin-top: 180px;
  padding: 35px 188px 115px 58px;
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  .fc-hero_content {
    padding: 35px 188px 39px 58px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-hero_content {
    padding: 35px 188px 35px 20px;
  }
}

@media (max-width: 1199px) {
  .fc-hero_content {
    padding: 35px 110px 50px 20px;
  }
}

@media (max-width: 991px) {
  .fc-hero_content {
    margin-top: 155px;
  }
}

@media (max-width: 767px) {
  .fc-hero_content {
    margin-top: 130px;
    padding: 26px 20px 55px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fc-hero_content {
    padding: 30px 20px 41px 20px;
  }
}

.fc-hero_content .xb-item--holder {
  max-width: 371px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-hero_content .xb-item--holder {
    max-width: 460px;
  }
}

@media (max-width: 1199px) {
  .fc-hero_content .xb-item--holder {
    max-width: 460px;
  }
}

.fc-hero_content .xb-item--title {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .fc-hero_content .xb-item--title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fc-hero_content .xb-item--title {
    font-size: 32px;
  }
}

.fc-hero_content .xb-item--content {
  max-width: 252px;
  line-height: 24px;
}

.fc-hero_content .xb-item--inner {
  display: flex;
  margin-top: 85px;
  justify-content: end;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-hero_content .xb-item--inner {
    margin-top: 89px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fc-hero_content .xb-item--inner {
    margin-top: 44px;
  }
}

@media (max-width: 1199px) {
  .fc-hero_content .xb-item--inner {
    margin-top: 54px;
  }
}

.fc-hero_content .xb-item--inner .xb-badge {
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .fc-hero_content .xb-item--inner .xb-badge {
    width: 170px;
    height: 170px;
  }
}

@media (max-width: 767px) {
  .fc-hero_content .xb-item--inner .xb-badge {
    width: 130px;
    height: 130px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fc-hero_content .xb-item--inner .xb-badge {
    height: 150px;
    width: 150px;
  }
}

@media (max-width: 1199px) {
  .fc-hero_content .xb-item--inner .xb-badge .img {
    top: 15px;
    left: 15px;
    max-width: 141px;
  }
}

@media (max-width: 767px) {
  .fc-hero_content .xb-item--inner .xb-badge .img {
    top: 10px;
    left: 10px;
    max-width: 108px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fc-hero_content .xb-item--inner .xb-badge .img {
    top: 12px;
    left: 12px;
    max-width: 125px;
  }
}

@media (max-width: 1199px) {
  .fc-hero_content .xb-item--inner .xb-badge .badge-logo {
    max-width: 40px;
  }
}

.fc-hero_content .xb-item--img .img {
  position: absolute;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .fc-hero_content .xb-item--img .img--1,
  .fc-hero_content .xb-item--img .img--2 {
    height: 285px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {

  .fc-hero_content .xb-item--img .img--1,
  .fc-hero_content .xb-item--img .img--2 {
    height: 249px;
  }
}

@media (max-width: 1199px) {

  .fc-hero_content .xb-item--img .img--1,
  .fc-hero_content .xb-item--img .img--2 {
    height: 250px;
  }
}

@media (max-width: 767px) {

  .fc-hero_content .xb-item--img .img--1,
  .fc-hero_content .xb-item--img .img--2 {
    height: 210px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .fc-hero_content .xb-item--img .img--1,
  .fc-hero_content .xb-item--img .img--2 {
    height: 219px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {

  .fc-hero_content .xb-item--img .img--1 img,
  .fc-hero_content .xb-item--img .img--2 img {
    height: 100%;
  }
}

@media (max-width: 1199px) {

  .fc-hero_content .xb-item--img .img--1 img,
  .fc-hero_content .xb-item--img .img--2 img {
    height: 100%;
  }
}

.fc-hero_content .xb-item--img .img--1 {
  top: 4px;
  z-index: -3;
}

.fc-hero_content .xb-item--img .img--2 {
  bottom: -2px;
}

.fc-hero_content .xb-item--img .img--3 {
  bottom: 0;
  z-index: -2;
}

@media (max-width: 1199px) {
  .fc-hero_content .xb-item--img .img--3 {
    width: 115%;
    left: -50px;
  }
}

@media (max-width: 991px) {
  .fc-hero_content .xb-item--img .img--3 {
    left: -50px;
  }
}

@media (max-width: 767px) {
  .fc-hero_content .xb-item--img .img--3 {
    width: 155%;
    left: -110px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fc-hero_content .xb-item--img .img--3 {
    width: 135%;
  }
}

.fc-hero_content .xb-item--scroll_bar {
  position: absolute;
  right: 40px;
  top: 40px;
  gap: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-hero_content .xb-item--scroll_bar {
    right: 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fc-hero_content .xb-item--scroll_bar {
    right: 20px;
  }
}

@media (max-width: 1199px) {
  .fc-hero_content .xb-item--scroll_bar {
    right: 15px;
  }
}

@media (max-width: 991px) {
  .fc-hero_content .xb-item--scroll_bar {
    right: 5px;
  }
}

@media (max-width: 767px) {
  .fc-hero_content .xb-item--scroll_bar {
    display: none;
  }
}

.fc-hero_content .xb-item--scroll_bar p {
  margin: 0;
  font-size: 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  color: var(--color-heading);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fc-hero_content .xb-item--scroll_bar span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-heading);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-secondary);
  animation: scrollPulse 2s infinite;
}

.fc-hero_content .xb-item--scroll_bar span i {
  font-size: 22px;
  color: #0b2a3a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fc-hero_content .xb-item--scroll_bar:hover p,
.fc-hero_content .xb-item--scroll_bar:hover span i {
  color: var(--color-primary);
}

.hero-area-four {
  z-index: 1;
  min-height: auto;
}

.hero-area-four::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(270deg, rgba(24, 24, 24, 0.04) 52.86%, rgba(24, 24, 24, 0.74) 85.61%, rgba(24, 24, 24, 0) 100%);
}

.ie-hero_content_wrap {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: space-between;
  min-height: 1051px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-hero_content_wrap {
    min-height: 900px;
  }
}

@media (max-width: 1199px) {
  .ie-hero_content_wrap {
    min-height: 860px;
  }
}

@media (max-width: 991px) {
  .ie-hero_content_wrap {
    min-height: 800px;
  }
}

@media (max-width: 767px) {
  .ie-hero_content_wrap {
    min-height: 700px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-hero_content_wrap {
    min-height: 800px;
  }
}

.ie-hero_content_top {
  position: relative;
}

.ie-hero_content_top .hero-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 189px 70px 40px;
  background-color: #fff;
  mix-blend-mode: screen;
}

@media only screen and (max-width: 1600px) {
  .ie-hero_content_top .hero-title-wrap {
    padding: 210px 15px 40px;
  }
}

@media (max-width: 1199px) {
  .ie-hero_content_top .hero-title-wrap {
    padding: 179px 15px 40px;
  }
}

@media (max-width: 991px) {
  .ie-hero_content_top .hero-title-wrap {
    padding: 179px 15px 40px;
  }
}

@media (max-width: 767px) {
  .ie-hero_content_top .hero-title-wrap {
    padding: 150px 15px 40px;
  }
}

.ie-hero_content_top .hero-title-wrap::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-image: url(../img/hero/overly_bg.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ie-hero_content_top .hero-title {
  color: #fff;
  font-size: 182px;
  font-weight: 700;
  line-height: 0.9;
  position: relative;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  mix-blend-mode: difference;
}

@media only screen and (max-width: 1600px) {
  .ie-hero_content_top .hero-title {
    font-size: 157px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-hero_content_top .hero-title {
    font-size: 132px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .ie-hero_content_top .hero-title {
    font-size: 118px;
  }
}

@media (max-width: 1199px) {
  .ie-hero_content_top .hero-title {
    font-size: 98px;
  }
}

@media only screen and (max-width: 1023px) {
  .ie-hero_content_top .hero-title {
    font-size: 95px;
  }
}

@media (max-width: 991px) {
  .ie-hero_content_top .hero-title {
    font-size: 150px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .ie-hero_content_top .hero-title {
    font-size: 70px;
    line-height: 1;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-hero_content_top .hero-title {
    font-size: 90px;
    line-height: 1.1;
  }
}

.ie-hero_content_bottom {
  padding: 70px 70px 201px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-hero_content_bottom {
    padding: 70px 39px 150px;
  }
}

@media (max-width: 1199px) {
  .ie-hero_content_bottom {
    padding: 70px 39px 150px;
  }
}

@media (max-width: 991px) {
  .ie-hero_content_bottom {
    padding: 70px 39px 100px;
  }
}

@media (max-width: 767px) {
  .ie-hero_content_bottom {
    padding: 70px 10px 70px;
  }
}

.ie-hero_content_bottom .content {
  max-width: 438px;
  margin-bottom: 35px;
  color: var(--color-white);
}

.xb-hero-bg-videro {
  position: fixed;
}

/* animation */
@keyframes scrollPulse {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.ie-hero-image {
  position: absolute;
  left: 0;
  bottom: 0;
}

.sec-content-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  letter-spacing: -0.01em;
}

@media (max-width: 1199px) {
  .sec-content-title {
    font-size: 42px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .sec-content-title {
    font-size: 34px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .sec-content-title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec-content-title {
    font-size: 32px;
    line-height: 38px;
  }
}

/*----------------------------------------*/
/*  25. breadcrumb
/*----------------------------------------*/
.breadcrumb {
  margin: 0;
  z-index: 1;
  display: flex;
  min-height: 623px;
  align-items: center;
  padding: 165px 0 100px;
}

@media (max-width: 991px) {
  .breadcrumb {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    min-height: 480px;
  }
}

.breadcrumb__list {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
}

.breadcrumb .breadcrumb-item a {
  color: currentColor;
}

.breadcrumb__title {
  font-weight: 700;
  font-size: 80px;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color-white);
  font-family: var(--font-heading);
}

@media (max-width: 1199px) {
  .breadcrumb__title {
    font-size: 68px;
  }
}

@media (max-width: 991px) {
  .breadcrumb__title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .breadcrumb__title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 42px;
  }
}

.breadcrumb__list_wrap {
  gap: 20px;
  border-radius: 10px;
  padding: 16px 25px 18px;
  backdrop-filter: blur(47.9000015259px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.17);
}

@media (max-width: 767px) {
  .breadcrumb__list_wrap {
    padding: 16px 15px 18px;
  }
}

.breadcrumb__text {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-white);
}

@media (max-width: 767px) {
  .breadcrumb__text {
    font-size: 16px;
  }
}

.breadcrumb .breadcrumb_img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.75);
  content: var(--bs-breadcrumb-divider, "https://html.xpressbuddy.com/");
}

.thm-btn {
  line-height: 1;
  padding: 10px;
  font-size: 18px;
  overflow: hidden;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}

.construction-btn {
  z-index: 1;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--color-white);
  padding: 11px 11px 11px 35px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  background: var(--color-primary);
  font-family: var(--font-heading);
}

@media (max-width: 767px) {
  .construction-btn {
    padding: 11px 11px 11px 20px;
  }
}

.construction-btn .inner {
  gap: 35px;
  display: flex;
  align-items: center;
  transition: transform 0.4s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}

.construction-btn .xb-icon {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-heading);
}

.construction-btn .text {
  line-height: 1.6;
  color: var(--color-white);
  text-shadow: 0 1.3em #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.construction-btn.border-btn {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 11px 10px 35px;
}

.construction-btn.border-btn .xb-icon {
  background: var(--color-white);
}

.construction-btn--black {
  width: 100%;
  background: #1B1B22;
  justify-content: space-between;
}

.construction-btn--black .inner {
  width: 100%;
  justify-content: space-between;
}

.architecture-btn {
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 5px 20px 5px 5px;
  font-family: var(--font-body);
}

.architecture-btn .inner {
  gap: 20px;
}

.architecture-btn .xb-icon {
  width: 60px;
  height: 60px;
  background: var(--color-white);
}

.black-btn {
  background: #0c1c24;
  color: var(--color-white);
}

.black-btn .arrow {
  background: var(--color-white);
}

.black-btn:hover {
  color: var(--color-white);
}

.industrial-btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 5px 5px 5px 30px;
  background: var(--color-white);
}

.industrial-btn::before {
  position: absolute;
  content: '';
  right: 5px;
  top: 5px;
  height: 60px;
  width: 60px;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-primary);
}

.industrial-btn .inner {
  gap: 30px;
}

.industrial-btn .text {
  text-shadow: none;
  color: var(--color-dark);
}

.industrial-btn .xb-icon {
  height: 60px;
  width: 60px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: var(--color-primary);
}

.industrial-btn .xb-icon img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.industrial-btn:hover::before {
  width: calc(100% - 10px);
}

.industrial-btn:hover .xb-icon img {
  transform: rotate(40deg);
}

.industrial-btn:hover .text {
  color: var(--color-white);
}

.industrial-btn--dark {
  background: var(--color-dark);
}

.industrial-btn--dark .text {
  color: var(--color-white);
}

.industrial-btn--dark:hover {
  color: var(--color-white);
}

.industrial-btn--border {
  background: transparent;
  padding: 4px 5px 4px 30px;
  border: 1px solid #d9d9d9;
}

.industrial-btn--border::before {
  top: 4px;
}

.industrial-btn--border:hover {
  color: var(--color-white);
}

.common-btn {
  display: flex;
  gap: 20px;
  padding: 20px;
  justify-content: center;
}

/*----------------------------------------*/
/*  27. backtotop
/*----------------------------------------*/
.xb-backtotop {
  right: 30px;
  z-index: 999;
  bottom: 20px;
  position: fixed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.xb-backtotop.active {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

.xb-backtotop .scroll {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: var(--color-primary);
}

.xb-backtotop .scroll:hover {
  margin-bottom: 4px;
}

/*----------------------------------------*/
/*  19. mobile-menu
/*----------------------------------------*/
.xb-hamburger-menu {
  display: none;
}

@media (max-width: 991px) {
  .xb-hamburger-menu {
    display: block;
  }
}

.xb-nav-mobile-button {
  position: relative;
  cursor: pointer;
  font-size: 23px;
  color: var(--color-dark);
}

.xb-header-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
}

.xb-header-menu {
  position: fixed;
  height: 100vh;
  width: 300px;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 1010;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  background-color: #fff;
  overflow-y: scroll;
}

.xb-header-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.xb-header-menu.active+.xb-header-menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.xb-header-menu-scroll {
  padding: 50px 25px 40px;
}

.xb-header-menu-scroll .xb-close {
  position: absolute;
  top: 0;
  right: 0;
}

.xb-header-menu-scroll .xb-menu-primary>li {
  padding-left: 0;
  padding-right: 0;
}

.xb-header-menu-scroll .xb-menu-primary>li>a .left-icon {
  margin-right: 4px;
}

.xb-header-menu-scroll .xb-menu-primary>li .elementor-section {
  max-width: 100%;
}

.xb-header-menu-scroll .xb-menu-primary>li .elementor-container {
  margin: 10px 0 !important;
}

.xb-header-menu-scroll .xb-menu-primary>li .sub-menu,
.xb-header-menu-scroll .xb-menu-primary>li .children {
  padding-left: 15px;
}

.xb-header-menu-scroll .xb-menu-primary>li .sub-menu a,
.xb-header-menu-scroll .xb-menu-primary>li .children a {
  padding-left: 0;
}

.xb-header-menu-scroll .xb-menu-primary>li .sub-menu.xb-mega-menu,
.xb-header-menu-scroll .xb-menu-primary>li .children.xb-mega-menu {
  padding-left: 0;
}

.xb-menu-toggle {
  position: absolute;
  top: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 0;
  width: 28px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #1b1b1b;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block;
}

.xb-menu-toggle:before {
  content: "\f107";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}

.xb-menu-toggle.active:before {
  content: "\f106";
}

.xb-menu-primary {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xb-menu-primary li {
  position: relative;
}

.xb-menu-primary li a {
  display: block;
  line-height: 46px;
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.xb-menu-primary li>a:hover,
.xb-menu-primary li>a.current,
.xb-menu-primary li.current_page_item>a,
.xb-menu-primary li.current-menu-item>a,
.xb-menu-primary li.current_page_ancestor>a,
.xb-menu-primary li.current-menu-ancestor>a {
  color: var(--color-primary);
}

.xb-menu-primary .sub-menu,
.xb-menu-primary .children {
  position: relative;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.xb-menu-primary .sub-menu li a,
.xb-menu-primary .children li a {
  font-weight: 500;
  padding-left: 14px;
}

.xb-menu-primary>li>.sub-menu>li>.sub-menu>li a {
  padding-left: 0px;
}

.xb-menu-primary .xb-megamenu .elementor-container>.elementor-column {
  width: 100%;
}

.xb-menu-primary .xb-megamenu .elementor-container .elementor-widget-wrap {
  padding: 0 !important;
}

.xb-menu-primary .xb-megamenu .xb-link li {
  margin: 0;
}

.xb-menu-primary .xb-megamenu .xb-heading {
  padding-left: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 12px;
  padding-bottom: 12px;
}

.xb-menu-primary .xb-megamenu .xb-heading .xb-item--title {
  margin-bottom: 0 !important;
  font-size: 15px !important;
  border-bottom: none !important;
}

.xb-menu-primary .xb-megamenu .elementor-widget-heading>.elementor-widget-container {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.xb-menu-primary .xb-megamenu .elementor-section .elementor-container {
  flex-wrap: wrap;
}

.xb-menu-primary .xb-menu-toggle:hover {
  color: var(--color-primary);
}

.xb-logo-mobile {
  margin-bottom: 40px;
}

.xb-logo-mobile img {
  height: 40px;
}

.xb-header-mobile-search {
  margin-bottom: 20px;
}

.xb-header-mobile-search form {
  position: relative;
}

.xb-header-mobile-search .search-field {
  height: 50px;
  border: none;
  padding: 0 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #000;
  border: 2px solid rgba(150, 144, 162, 0.09);
  padding: 12px 15px 13px;
  background-color: transparent;
}

.xb-header-mobile-search .search-field:focus {
  color: #000;
  border-color: var(--color-primary);
}

.xb-header-mobile-search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: var(--color-heading);
}

.xb-menu-close {
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.xb-nav-mobile {
  color: var(--color-white);
  /* height: 80px !important;
  width: 40px !important; */
  padding: 10px;
  border-radius: 6px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--color-white);
}

@media (max-width: 767px) {
  .xb-nav-mobile {
    height: 35px;
    width: 35px;
  }
}

.xb-nav-mobile:hover {
  color: var(--color-white);
  background: var(--color-primary);
  border: 1px solid var(--color-white);
}

/*----------------------------------------*/
/*  32. preloader
/*----------------------------------------*/
#preloader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid #ebebec;
  border-radius: 50%;
}

.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 3px solid #173A28;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite linear;
  -webkit-animation: loaderspin 1.8s infinite linear;
}

.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  text-align: center;
  transform: translate(-50%, -50%);
}

#preloader.preloader-two {
  background-color: #0c1c24;
}

#preloader.preloader-two .loader .loader-container {
  border: 3px solid #22333c;
}

#preloader.preloader-two .loader .loader-container::before {
  border-top: 3px solid #fff;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.xb-widget-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
  color: var(--color-white);
}

.xb-footer_widget .xb-list li {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-white);
}

.xb-footer_widget .xb-list li a {
  color: currentColor;
}

@media (max-width: 991px) {
  .xb-footer-contact_info {
    text-align: start;
  }
}

@media (max-width: 991px) {
  .xb-footer-nav {
    text-align: start;
  }
}

.xb-footer-nav .xb-list {
  gap: 10px;
  max-width: 294px;
  margin: 0 0 0 auto;
  justify-content: end;
}

.xb-footer-nav .xb-list li {
  position: relative;
}

.xb-footer-nav .xb-list li:last-child,
.xb-footer-nav .xb-list li:nth-child(even) {
  padding-left: 14px;
}

.xb-footer-nav .xb-list li:last-child::before,
.xb-footer-nav .xb-list li:nth-child(even)::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-primary);
}

@media (max-width: 767px) {

  .xb-footer-nav .xb-list li:last-child::before,
  .xb-footer-nav .xb-list li:nth-child(even)::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .xb-footer-nav .xb-list li:last-child::before,
  .xb-footer-nav .xb-list li:nth-child(even)::before {
    display: block;
  }
}

.xb-footer-nav .xb-list li a {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-footer-nav .xb-list li a::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-primary);
}

.xb-footer-nav .xb-list li a:hover {
  color: var(--color-primary);
}

.xb-footer-nav .xb-list li a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.xb-footer-inner {
  gap: 60px 30px;
  display: grid;
  padding-left: 50px;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1199px) {
  .xb-footer-inner {
    padding-left: 0;
  }
}

.xb-social-media .xb-widget-title {
  margin-bottom: 14px;
}

.xb-social-media .xb-list {
  gap: 5px 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 225px;
  justify-content: space-between;
}

.xb-social-media .xb-list li {
  position: relative;
}

.xb-social-media .xb-list li:nth-child(even) {
  padding-left: 19px;
}

@media (max-width: 767px) {
  .xb-social-media .xb-list li:nth-child(even) {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-social-media .xb-list li:nth-child(even) {
    padding-left: 19px;
  }
}

.xb-social-media .xb-list li:nth-child(even)::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  height: 4px;
  width: 4px;
  transform: translateY(-50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-primary);
}

@media (max-width: 767px) {
  .xb-social-media .xb-list li:nth-child(even)::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-social-media .xb-list li:nth-child(even)::before {
    display: block;
  }
}

.xb-social-media .xb-list li a {
  gap: 9px;
  display: flex;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-social-media .xb-list li a span {
  position: relative;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-social-media .xb-list li a span::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: var(--color-primary);
}

.xb-social-media .xb-list li a i {
  color: var(--color-primary);
}

.xb-social-media .xb-list li a:hover span {
  color: var(--color-primary);
}

.xb-social-media .xb-list li a:hover span::before {
  width: 100%;
  right: auto;
  left: 0;
}

.xb-social-media .xb-list li a:hover i {
  text-decoration: none;
}

.xb-footer_bottom {
  gap: 20px;
  padding: 30px 0 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.xb-footer_bottom p {
  letter-spacing: -0.01em;
  color: var(--color-white);
}

.xb-footer_bottom p a {
  color: currentColor;
}

.xb-footer_bottom p a:hover {
  text-decoration: underline;
}

.xb-footer-left {
  transform: translateY(-15px);
}

@media (max-width: 991px) {
  .xb-footer-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .xb-footer-left {
    gap: 30px;
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .xb-footer-left {
    transform: translateY(-5px);
  }
}

@media (max-width: 991px) {
  .xb-footer-left .xb-footer-btn {
    margin-top: 0;
  }
}

.xb-footer-wrap {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .ar-footer-left {
    margin-bottom: 60px;
  }
}

.ar-footer-left .xb-content {
  font-size: 16px;
  max-width: 407px;
  color: #c2c0c0;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .ar-footer-left .xb-content {
    max-width: 270px;
  }
}

@media (max-width: 991px) {
  .ar-footer-left .xb-content {
    max-width: 407px;
  }
}

.ar-footer-nav {
  margin: 0 -20px;
  position: relative;
}

@media (max-width: 991px) {
  .ar-footer-nav {
    margin: 0;
  }
}

.ar-footer-nav::before,
.ar-footer-nav::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(180deg, #3d4950 78.94%, #0c1c24 100%);
}

.ar-footer-nav::after {
  left: auto;
  right: 0;
}

.ar-footer-nav li:not(:last-child) {
  border-bottom: 1px solid #3d4950;
}

.ar-footer-nav li a {
  gap: 20px;
  z-index: 1;
  display: flex;
  padding: 30px 33px;
  align-items: center;
  font-weight: 500;
  color: var(--color-white);
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.ar-footer-nav li a span {
  min-width: 170px;
  letter-spacing: -0.01em;
}

.ar-footer-nav li a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ar-footer-nav li a::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  height: 0%;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: var(--color-primary);
}

.ar-footer-nav li a:hover::before {
  opacity: 1;
  top: auto;
  bottom: 0;
  height: 100%;
}

.ar-footer-nav li a:hover img {
  transform: rotate(40deg);
}

.ar-footer-info {
  margin-top: 50px;
  padding-left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ar-footer-info {
    padding-left: 70px;
  }
}

@media (max-width: 1199px) {
  .ar-footer-info {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  .ar-footer-info {
    margin-top: 0;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .ar-footer-info {
    padding-left: 0;
    padding-top: 60px;
  }
}

.ar-footer-info .title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 66px;
  letter-spacing: -0.03em;
  color: var(--color-white);
}

@media (max-width: 1199px) {
  .ar-footer-info .title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .ar-footer-info .title {
    font-size: 32px;
  }
}

.ar-footer-info .info:not(:last-child) {
  margin-bottom: 30px;
}

.ar-footer-info .info li {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var(--color-white);
}

.ar-footer-info .info li a {
  color: currentColor;
}

.ar-footer-info .info li:first-child {
  font-size: 14px;
  color: #c2c0c0;
  margin-bottom: 3px;
}

.ar-footer_bottom {
  padding: 0;
  border-top: none;
  margin-top: -30px;
}

@media (max-width: 991px) {
  .ar-footer_bottom {
    margin-top: 50px;
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ar-footer_bottom {
    text-align: start;
  }
}

.ar-footer_bottom p {
  font-size: 16px;
  color: var(--color-white);
}

.xb-footer-title-wrap {
  margin-top: 50px;
  transform: translate(-11px, 41px);
}

@media only screen and (max-width: 1300px) {
  .xb-footer-title-wrap {
    margin-top: 60px;
    transform: translate(-11px, 31px);
  }
}

@media (max-width: 767px) {
  .xb-footer-title-wrap {
    transform: translate(-4px, 10px);
  }
}

.xb-footer-bigtitle {
  line-height: 0.8;
}

.xb-footer-bigtitle a {
  font-weight: 400;
  font-size: 410px;
  color: #9a9a9a;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  background-image: url("../img/footer/text_bg.html");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media only screen and (max-width: 1600px) {
  .xb-footer-bigtitle a {
    font-size: 355px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-footer-bigtitle a {
    font-size: 300px;
  }
}

@media only screen and (max-width: 1300px) {
  .xb-footer-bigtitle a {
    font-size: 260px;
  }
}

@media (max-width: 1199px) {
  .xb-footer-bigtitle a {
    font-size: 218px;
  }
}

@media (max-width: 991px) {
  .xb-footer-bigtitle a {
    font-size: 165px;
  }
}

@media (max-width: 767px) {
  .xb-footer-bigtitle a {
    font-size: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .xb-footer-bigtitle a {
    font-size: 125px;
  }
}

.xb-footer-bigtitle a .xb-word .xb-letter {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.xb-footer-bigtitle a .xb-word .xb-letter:hover {
  color: var(--color-primary);
  transform: rotateY(180deg);
}

.ie-footer-top {
  gap: 50px;
  display: flex;
  padding: 52px 0 67px;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .ie-footer-top {
    flex-wrap: wrap;
  }
}

.ie-footer-top .footer-title {
  font-weight: 700;
  font-size: 176px;
  line-height: 0.8;
  letter-spacing: -0.03em;
  color: var(--color-white);
}

@media only screen and (max-width: 1600px) {
  .ie-footer-top .footer-title {
    font-size: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-footer-top .footer-title {
    font-size: 120px;
  }
}

@media only screen and (max-width: 1300px) {
  .ie-footer-top .footer-title {
    font-size: 100px;
  }
}

@media (max-width: 1199px) {
  .ie-footer-top .footer-title {
    font-size: 92px;
  }
}

@media only screen and (max-width: 1023px) {
  .ie-footer-top .footer-title {
    font-size: 85px;
  }
}

@media (max-width: 991px) {
  .ie-footer-top .footer-title {
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .ie-footer-top .footer-title {
    font-size: 45px;
    line-height: 1.1;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-footer-top .footer-title {
    font-size: 48px;
  }
}

.ie-footer-top .xb-icon {
  height: 142px;
  width: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(7px);
  background: var(--color-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-footer-top .xb-icon {
    height: 122px;
  }
}

@media (max-width: 1199px) {
  .ie-footer-top .xb-icon {
    height: 122px;
  }
}

@media (max-width: 991px) {
  .ie-footer-top .xb-icon {
    height: 100px;
    width: 100px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .ie-footer-top .xb-icon {
    height: 70px;
    width: 70px;
    padding: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ie-footer-top .xb-icon {
    transform: translateY(2px);
  }
}

.ie-footer-top .xb-arrow {
  width: 70px;
  height: 62px;
}

.ie-footer-top .xb-arrow img:nth-child(2) {
  transform: translate(-60px, 60px);
}

.ie-footer-top.arrow_hover_effect:hover .xb-arrow img:nth-child(1) {
  transform: translate(60px, -60px);
}

.ie-scale-shape {
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
}

@media (max-width: 1199px) {
  .ie-scale-shape {
    top: -10px;
  }
}

@media (max-width: 991px) {
  .ie-scale-shape {
    width: 350%;
  }
}

.ie-footer-nav {
  margin: 0;
  margin-left: 67px;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
}

@media only screen and (max-width: 1300px) {
  .ie-footer-nav {
    margin-left: 48px;
  }
}

@media (max-width: 1199px) {
  .ie-footer-nav {
    margin-left: 35px;
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .ie-footer-nav {
    margin-left: 0;
  }
}

.ie-footer-nav::after,
.ie-footer-nav::before {
  display: none;
}

.ie-footer-nav li a {
  font-weight: 700;
  padding: 36px 33px;
}

.ie-footer-nav li a:hover {
  color: var(--color-white);
}

.ie-footer-nav li a:hover img {
  filter: brightness(1);
}

.ie-footer-nav li:not(:last-child) {
  border-bottom: 1px solid #323232;
}

.ie-footer-nav li:first-child a {
  padding-top: 81px;
}

@media (max-width: 991px) {
  .ie-footer-nav li:first-child a {
    padding-top: 55px;
  }
}

.ie-footer-left_top {
  padding: 136px 0 119px;
}

@media (max-width: 991px) {
  .ie-footer-left_top {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .ie-footer-left_top {
    gap: 40px;
    padding: 60px 0 41px;
  }
}

.ie-footer-left_top .xb-badge {
  transform: translateY(0);
  backdrop-filter: blur(8px);
  border: 1px solid #484848;
  background: rgba(0, 0, 0, 0.02);
}

@media (max-width: 1199px) {
  .ie-footer-left_top .xb-badge {
    height: 180px;
    width: 180px;
  }
}

@media (max-width: 1199px) {
  .ie-footer-left_top .xb-badge .img {
    top: 12px;
    left: 12px;
    max-width: 155px;
  }
}

@media (max-width: 1199px) {
  .ie-footer-left_top .xb-badge .badge-logo {
    max-width: 40px;
  }
}

.ie-footer-inner {
  margin-right: -20px;
}

@media (max-width: 991px) {
  .ie-footer-inner {
    margin-right: 0;
    padding-bottom: 45px;
  }
}

.ie-footer_widget .xb-list li {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--font-heading);
}

@media (max-width: 1199px) {
  .ie-footer_widget .xb-list li {
    font-size: 20px;
  }
}

.ie-footer_widget .xb-list li a {
  color: currentColor;
}

.ie-footer_widget .xb-list.info-list li:not(:last-child) {
  margin-bottom: 5px;
}

.ie-widget-title {
  font-weight: 500;
  font-size: 14px;
  color: #767676;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: var(--font-body);
}

.ie-footer-left_bottom {
  gap: 53px;
}

@media (max-width: 1199px) {
  .ie-footer-left_bottom {
    gap: 30px;
  }
}

.ie-footer-left_bottom .xb-footer_bottom {
  padding: 0;
  border-top: none;
}

@media (max-width: 1199px) {
  .ie-footer-left_bottom .xb-footer_bottom {
    max-width: 240px;
  }
}

.ie-footer-left_bottom .xb-footer_bottom p {
  color: #767676;
}

.ie-footer-left_bottom .xb-footer_bottom p a {
  color: var(--color-white);
}

.ie-footer-left_bottom .line {
  height: 1px;
  width: 38%;
  background: #323232;
}

@media only screen and (max-width: 1600px) {
  .ie-footer-left_bottom .line {
    width: 29%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .ie-footer-left_bottom .line {
    width: 18%;
  }
}

@media only screen and (max-width: 1300px) {
  .ie-footer-left_bottom .line {
    width: 8%;
  }
}

@media (max-width: 1199px) {
  .ie-footer-left_bottom .line {
    width: 18%;
  }
}

@media (max-width: 767px) {
  .ie-footer-left_bottom .line {
    display: none;
  }
}

.ie-social-media {
  gap: 10px;
  margin-left: 7px;
}

.ie-social-media li a {
  width: 50px;
  height: 50px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  color: var(--color-white);
  border: 1px solid #323232;
  background: var(--color-dark);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.ie-social-media li a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transform: scale(0.6);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: var(--color-primary);
}

.ie-social-media li a:hover {
  border: 1px solid var(--color-primary);
}

.ie-social-media li a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.xb-split-up .split-line div {
  transform-origin: 85% 75%;
}

.ie-footer-wrap {
  overflow: hidden;
}

.fc-footer-content {
  padding-top: 137px;
}

@media only screen and (max-width: 1600px) {
  .fc-footer-content {
    margin-right: -30px;
  }
}

@media (max-width: 1199px) {
  .fc-footer-content {
    padding-top: 70px;
    margin-right: -20px;
  }
}

@media (max-width: 991px) {
  .fc-footer-content {
    margin-right: 0;
    padding-top: 0;
  }
}

.fc-footer-content .xb-item--title {
  margin: 110px 0 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-footer-content .xb-item--title {
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  .fc-footer-content .xb-item--title {
    font-size: 38px;
    margin: 100px 0;
  }
}

@media (max-width: 991px) {
  .fc-footer-content .xb-item--title {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .fc-footer-content .xb-item--title {
    font-size: 24px;
    margin: 50px 0 45px;
  }
}

.fc-footer-content .xb-item--content {
  font-size: 16px;
  color: var(--color-secondary);
}

.fc-footer-content .xb-item--list {
  gap: 28px;
  margin-top: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-footer-content .xb-item--list {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .fc-footer-content .xb-item--list {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .fc-footer-content .xb-item--list {
    gap: 15px 28px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-footer-content .xb-item--list li {
    max-width: 135px;
  }
}

@media (max-width: 1199px) {
  .fc-footer-content .xb-item--list li {
    max-width: 140px;
  }
}

.fc-footer-content .xb-item--shape {
  position: absolute;
  top: 55%;
  right: -39%;
  z-index: 2;
}

@media only screen and (max-width: 1600px) {
  .fc-footer-content .xb-item--shape {
    top: 55%;
    right: -32%;
  }
}

@media only screen and (max-width: 1300px) {
  .fc-footer-content .xb-item--shape {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-footer-content .xb-item--logo {
    max-width: 370px;
  }
}

@media (max-width: 1199px) {
  .fc-footer-content .xb-item--logo {
    max-width: 290px;
  }
}

@media (max-width: 991px) {
  .fc-footer-content .xb-item--logo {
    max-width: 200px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fc-footer-content .xb-item--logo {
    max-width: 250px;
  }
}

.fc-footer-image {
  z-index: 1;
  text-align: end;
  position: relative;
  min-height: 987px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 154px;
}

@media only screen and (max-width: 1600px) {
  .fc-footer-image {
    margin: 0 0 0 154px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-footer-image {
    margin: 0 -50px 0 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fc-footer-image {
    min-height: 950px;
    margin: 0 -30px 0 60px;
  }
}

@media (max-width: 1199px) {
  .fc-footer-image {
    min-height: 900px;
    margin: 0 0 0 25px;
  }
}

@media (max-width: 991px) {
  .fc-footer-image {
    height: 465px;
    min-height: 465px;
    margin: 70px 0 0 0;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .fc-footer-image {
    margin: 65px 0 0 0;
  }
}

.fc-footer-image::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  inset: 0;
  background: rgba(24, 58, 79, 0.4);
}

.fc-footer-image .xb-bg-video {
  right: 0;
  left: auto;
  max-width: 545px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fc-footer-image .xb-bg-video {
    max-width: 100%;
  }
}

.fc-footer-nav {
  margin-bottom: 230px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .fc-footer-nav {
    margin-bottom: 187px;
  }
}

@media (max-width: 1199px) {
  .fc-footer-nav {
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .fc-footer-nav {
    margin-bottom: 135px;
  }
}

@media (max-width: 767px) {
  .fc-footer-nav {
    margin-bottom: 70px;
  }
}

.fc-footer-nav li a {
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: rgba(199, 232, 255, 0.5);
}

.fc-footer-nav li a:hover {
  font-weight: 700;
  color: #c7e8ff;
}

.fc-footer-nav li:not(:last-child) {
  margin-bottom: 20px;
}

.fc-social-media {
  gap: 13px;
}

.fc-social-media li a {
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
}

.fc-social-media li a:hover {
  color: var(--color-primary);
}

.fc-social-media li:not(:last-child) {
  padding-right: 13px;
  border-right: 1px solid rgba(199, 232, 255, 0.2);
}

.fc-footer-nav_wrap {
  padding-left: 130px;
  padding-top: 170px;
}

@media only screen and (max-width: 1600px) {
  .fc-footer-nav_wrap {
    padding-left: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fc-footer-nav_wrap {
    padding-left: 48px;
  }
}

@media (max-width: 1199px) {
  .fc-footer-nav_wrap {
    padding-left: 5px;
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .fc-footer-nav_wrap {
    padding-left: 0;
    padding-top: 70px;
  }
}

.fc-footer-bottom {
  background: #c7e8ff;
  padding: 16px 80px;
  position: absolute;
  left: 0;
  bottom: 88px;
  width: 100%;
  z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .fc-footer-bottom {
    bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .fc-footer-bottom {
    bottom: 50px;
    padding: 16px 20px;
  }
}

@media (max-width: 991px) {
  .fc-footer-bottom {
    bottom: 0;
    margin-top: 70px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .fc-footer-bottom {
    gap: 10px;
    text-align: center;
    justify-content: center;
  }
}

.fc-footer-bottom p {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-heading);
}

@media (max-width: 991px) {
  .fc-footer-wrap {
    padding: 140px 0 60px;
  }
}

@media (max-width: 767px) {
  .fc-footer-wrap {
    padding: 140px 0 50px;
  }
}

/*# sourceMappingURL=main.css.map */




.orbit-container {
  position: relative;
  width: 600px;
  height: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.orbit-container::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 80%;
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(-8deg);
  /* Match the JS rotation */
}

.orbit-image {
  position: absolute;
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background: #fff;
  left: 0;
  top: 0;
  transition: box-shadow 0.2s;
}

@media (max-width: 991px) {
  .orbit-container {
    width: 320px;
    height: 300px;
  }

  .orbit-image {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 480px) {
  .orbit-container {
    width: 280px;
    height: 260px;
  }

  .orbit-image {
    width: 50px;
    height: 50px;
  }
}


/* =========================
   Construction About Section
========================= */

.construction-about {
    background: #f3f1ef;
    padding: 120px 0;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1320px;
    margin: auto;
    padding: 0 15px;
}

/* Grid */
.about-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 30px;
    align-items: stretch;
}

/* =========================
   LEFT CARD
========================= */

.about-main-card {
    position: relative;
    overflow: hidden;
    border-radius: 35px;
    padding: 70px 60px;
    min-height: 720px;
    background: linear-gradient(135deg, #111111, #1b1b1b, #0d0d0d);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.card-glow {
    position: absolute;
    top: -120px;
    left: -120px;
    width: 350px;
    height: 350px;
    background: rgba(255,140,0,0.12);
    filter: blur(100px);
    border-radius: 50%;
}

.about-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.03);
    color: #d7d7d7;
    font-size: 15px;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.about-badge .dot {
    width: 10px;
    height: 10px;
    background: #ff6b35;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 12px #ff6b35;
}

.about-content {
    position: relative;
    z-index: 2;
    margin-top: 50px;
}

.about-content h2 {
    font-size: 68px;
    line-height: 1.15;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-content h2 span {
    color: #ff6b35;
}

.about-content p {
    color: #bfbfbf;
    font-size: 19px;
    line-height: 34px;
    max-width: 620px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 45px;
    padding: 18px 34px;
    border-radius: 60px;
    background: #fff;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.about-btn:hover {
    transform: translateY(-3px);
}

.main-image {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
}

.main-image img {
    width: 100%;
    opacity: 0.75;
    border-radius: 0 0 35px 35px;
    object-fit: cover;
    mix-blend-mode: screen;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #111 15%, transparent 70%);
}

/* =========================
   RIGHT SIDE
========================= */

.right-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Top Stats Card */

.stats-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 30px;
    padding: 45px 40px;
    min-height: 330px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.stats-card h4 {
    color: #111;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    max-width: 420px;
}

.stats-wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.stat-box h2 {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    color: #ff6b35;
}

.stat-box h3 {
    font-size: 55px;
    line-height: 1;
    font-weight: 700;
    color: #111;
}

.stat-box p {
    margin-top: 10px;
    color: #666;
    font-size: 18px;
}

.bg-number {
    position: absolute;
    right: 20px;
    bottom: -20px;
    font-size: 150px;
    line-height: 1;
    font-weight: 800;
    color: #f4f4f4;
}

/* Bottom Testimonial Card */

.testimonial-card {
    background: #fff;
    border-radius: 30px;
    padding: 35px;
    display: flex;
    gap: 30px;
    align-items: center;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.testimonial-image img {
    width: 220px;
    height: 260px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.quote {
    font-size: 70px;
    line-height: 1;
    color: #ececec;
}

.testimonial-content h4 {
    font-size: 30px;
    line-height: 1.5;
    color: #111;
    margin-bottom: 25px;
    font-weight: 600;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.author-info span:first-child {
    color: #111;
    font-weight: 600;
}

.author-info span:last-child {
    color: #777;
}

/* =========================
   Responsive
========================= */

@media (max-width: 991px) {

    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-content h2 {
        font-size: 48px;
    }

    .stats-card h4,
    .testimonial-content h4 {
        font-size: 24px;
    }

    .testimonial-card {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-image img {
        width: 100%;
        height: auto;
    }

}

@media (max-width: 767px) {

    .construction-about {
        padding: 80px 0;
    }

    .about-main-card {
        padding: 50px 30px;
        min-height: 650px;
    }

    .about-content h2 {
        font-size: 38px;
    }

    .about-content p {
        font-size: 16px;
        line-height: 30px;
    }

    .stats-wrap {
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
    }

}

.img-height{
  height: 100px;
}




/* ===========================
   Reset
=========================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ===========================
   Section Wrapper
=========================== */
.ca-section {
    font-family: 'Inter', sans-serif;
    background: #f5f2ee;
    width: 100%;
    overflow: hidden;
}

/* ===========================
   HERO — two-column split
=========================== */
.ca-hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 620px;
}

/* Left — dark */
.ca-hero-left {
    background: rgb(13, 38, 25);
    padding: 80px 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

/* Ghost year watermark */
/* .ca-hero-left::before {
    content: '1998';
    position: absolute;
    right: -10px;
    bottom: -40px;
    font-family: 'Playfair Display', serif;
    font-size: 220px;
    font-weight: 900;
    color: rgba(255,255,255,0.03);
    line-height: 1;
    pointer-events: none;
    user-select: none;
} */

/* Badge */
.ca-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 10px 20px;
    width: fit-content;
    margin-bottom: 44px;
}

.ca-badge-dot {
    width: 8px;
    height: 8px;
    background: #D09838;
    border-radius: 50%;
    flex-shrink: 0;
}

.ca-badge-text {
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #aaa;
    font-weight: 500;
}

/* Headline */
.ca-hero-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: 70px;
    font-weight: 900;
    line-height: 1.02;
    color: #fff;
    margin-bottom: 30px;
}

.ca-hero-left h2 em {
    color: #D09838;
    font-style: normal;
    display: block;
}

/* Body */
.ca-hero-left p {
    color: #fff;
    font-size: 16px;
    line-height: 1.9;
    max-width: 440px;
}

/* CTA */
.ca-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 48px;
    padding: 17px 32px;
    background: #D09838;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s;
    width: fit-content;
}

.ca-btn:hover {
    background: #b5672b;
}

/* Right — warm off-white */
.ca-hero-right {
    background: #f5f2ee;
    padding: 70px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 44px;
}

.ca-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #D09838;
    font-weight: 600;
    margin-bottom: 16px;
}

.ca-hero-right .mission-text {
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    line-height: 1.7;
    color: #1c1c1c;
    font-weight: 700;
}

.ca-divider {
    width: 50px;
    height: 2px;
    background: #D09838;
}

/* Stat pair */
.ca-stats-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ca-stat {
    background: #fff;
    padding: 26px 30px;
    border-left: 3px solid #D09838;
}

.ca-stat-n {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 900;
    color: #1c1c1c;
    line-height: 1;
}

.ca-stat-n sup {
    font-size: 28px;
    color: #D09838;
    vertical-align: top;
    margin-top: 8px;
    display: inline-block;
}

.ca-stat-l {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 8px;
    font-weight: 500;
}

/* ===========================
   STATS STRIP
=========================== */
.ca-strip {
    background: #1c1c1c;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ca-strip-item {
    padding: 32px 36px;
    border-right: 1px solid #272727;
    display: flex;
    align-items: center;
    gap: 18px;
}

.ca-strip-item:last-child {
    border-right: none;
}

.ca-strip-icon {
    font-size: 24px;
    color: #D09838;
    flex-shrink: 0;
}

.ca-strip-n {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.ca-strip-l {
    font-size: 11px;
    color: #666;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 500;
}

/* ===========================
   QUOTE + PRINCIPLES BAND
=========================== */
.ca-band {
    background: #fff;
    border-top: 1px solid #e8e4de;
    padding: 70px 65px;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 65px;
    align-items: start;
}

.ca-band-divider {
    background: #e8e4de;
    align-self: stretch;
}

/* Quote side */
.ca-quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 90px;
    color: #ede9e3;
    line-height: 0.8;
    margin-bottom: 18px;
}

.ca-quote-body {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1.75;
    color: #1c1c1c;
    font-weight: 700;
}

.ca-quote-body em {
    color: #D09838;
    font-style: normal;
}

.ca-quote-rule {
    width: 48px;
    height: 2px;
    background: #D09838;
    margin: 28px 0;
}

.ca-quote-source {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ca-avatar {
    width: 50px;
    height: 50px;
    background: #1c1c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.ca-author-name {
    font-size: 15px;
    font-weight: 600;
    color: #1c1c1c;
}

.ca-author-role {
    font-size: 12px;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 3px;
}

/* Principles side */
.ca-principles-label {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #D09838;
    font-weight: 600;
    margin-bottom: 32px;
}

.ca-principle {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #f0ece6;
}

.ca-principle:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ca-p-icon {
    width: 38px;
    height: 38px;
    background: #1c1c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #D09838;
    font-size: 17px;
}

.ca-p-heading {
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
}

.ca-p-text {
    font-size: 13px;
    color: #888;
    line-height: 1.7;
    margin-top: 4px;
}

/* ===========================
   Responsive
=========================== */
@media (max-width: 1024px) {
    .ca-hero {
        grid-template-columns: 1fr;
    }
    .ca-hero-left h2 {
        font-size: 54px;
    }
    .ca-band {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .ca-band-divider {
        height: 1px;
        width: 100%;
    }
    .ca-strip {
        grid-template-columns: 1fr 1fr;
    }
    .ca-strip-item:nth-child(2) {
        border-right: none;
    }
    .ca-strip-item:nth-child(3) {
        border-top: 1px solid #272727;
    }
    .ca-strip-item:nth-child(4) {
        border-top: 1px solid #272727;
        border-right: none;
    }
}

@media (max-width: 640px) {
    .ca-hero-left {
        padding: 60px 30px;
    }
    .ca-hero-left h2 {
        font-size: 34px;
    }
    .ca-hero-right {
        padding: 50px 30px;
    }
    .ca-stats-pair {
        grid-template-columns: 1fr;
    }
    .ca-band {
        padding: 50px 30px;
    }
    .ca-strip {
        grid-template-columns: 1fr 1fr;
    }
}





/* services */


 /* Premium Services Section & Cards */
            .premium-services-section {
                position: relative;
                z-index: 2;
            }

            .premium-service-card {
                position: relative;
                background: linear-gradient(145deg, #0b2216, #071910);
                border: 1px solid rgba(219, 173, 84, 0.15);
                border-radius: 20px;
                padding: 35px 28px;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                overflow: hidden;
                box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
                transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
                min-height: 520px;
            }

            .premium-service-card::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 4px;
                background: linear-gradient(90deg, transparent, #dbad54, transparent);
                opacity: 0;
                transition: opacity 0.4s ease;
            }

            .premium-service-card:hover {
                transform: translateY(-10px);
                border-color: rgba(219, 173, 84, 0.5);
                box-shadow: 0 20px 45px rgba(219, 173, 84, 0.15), 0 15px 35px rgba(0, 0, 0, 0.5);
            }

            .premium-service-card:hover::before {
                opacity: 1;
            }

            .premium-service-card .card-number {
                font-size: 2.5rem;
                font-weight: 800;
                color: #dbad54;
                opacity: 0.15;
                line-height: 1;
                transition: all 0.4s ease;
                font-family: 'Outfit', sans-serif;
            }

            .premium-service-card:hover .card-number {
                opacity: 0.6;
                transform: scale(1.1);
            }

            .premium-service-icon-wrap {
                width: 56px;
                height: 56px;
                border-radius: 50%;
                border: 1.5px solid rgba(219, 173, 84, 0.35);
                background: rgba(219, 173, 84, 0.06);
                color: #dbad54;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.4s ease;
            }

            .premium-service-icon-wrap svg {
                width: 26px;
                height: 26px;
                stroke-width: 1.8px;
            }

            .premium-service-card:hover .premium-service-icon-wrap {
                background: #dbad54;
                color: #0D2619;
                border-color: #dbad54;
                box-shadow: 0 0 20px rgba(219, 173, 84, 0.4);
            }

            .premium-service-title {
                font-size: 1.4rem;
                font-weight: 700;
                color: #ffffff;
                margin-top: 25px;
                margin-bottom: 20px;
                line-height: 1.35;
                transition: color 0.3s ease;
                font-family: 'Outfit', sans-serif;
            }

            .premium-service-card:hover .premium-service-title {
                color: #dbad54;
            }

            .premium-sub-services {
                list-style: none;
                padding-left: 0;
                margin-bottom: 30px;
                flex-grow: 1;
            }

            .premium-sub-services li {
                font-size: 0.95rem;
                color: #b3c5be;
                margin-bottom: 12px;
                display: flex;
                align-items: center;
                gap: 12px;
                transition: all 0.3s ease;
            }

            .premium-sub-services li::before {
                content: '';
                display: inline-block;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: #dbad54;
                box-shadow: 0 0 6px rgba(219, 173, 84, 0.8);
                transition: all 0.3s ease;
            }

            .premium-service-card:hover .premium-sub-services li {
                color: #ffffff;
                transform: translateX(6px);
            }

            .premium-service-card:hover .premium-sub-services li::before {
                transform: scale(1.3);
                box-shadow: 0 0 10px rgba(219, 173, 84, 1);
            }

            .premium-service-img-box {
                position: relative;
                height: 160px;
                border-radius: 14px;
                overflow: hidden;
                margin-top: auto;
                border: 1px solid rgba(219, 173, 84, 0.15);
                box-shadow: inset 0 0 20px rgba(0,0,0,0.6);
            }

            .premium-service-img-box img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                filter: grayscale(35%) contrast(1.05);
                transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
            }

            .premium-service-img-overlay {
                position: absolute;
                inset: 0;
                background: linear-gradient(to top, rgba(10, 32, 21, 0.9) 25%, rgba(10, 32, 21, 0.1) 100%);
                transition: all 0.4s ease;
            }

            .premium-service-card:hover .premium-service-img-box img {
                transform: scale(1.15) rotate(1deg);
                filter: grayscale(0%) contrast(1.0);
            }

            .premium-service-card:hover .premium-service-img-overlay {
                background: linear-gradient(to top, rgba(10, 32, 21, 0.7) 25%, rgba(10, 32, 21, 0.05) 100%);
            }

            .premium-readmore-btn {
                position: absolute;
                bottom: 15px;
                left: 15px;
                right: 15px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                color: #ffffff;
                font-size: 0.82rem;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 2px;
                z-index: 5;
                pointer-events: none;
                transition: all 0.3s ease;
            }

            .premium-readmore-arrow {
                width: 32px;
                height: 32px;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.08);
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all 0.3s ease;
                border: 1px solid rgba(255, 255, 255, 0.15);
                color: #ffffff;
            }

            .premium-service-card:hover .premium-readmore-btn {
                color: #dbad54;
            }

            .premium-service-card:hover .premium-readmore-arrow {
                background: #dbad54;
                border-color: #dbad54;
                color: #0D2619;
                transform: translateX(4px);
                box-shadow: 0 0 10px rgba(219, 173, 84, 0.3);
            }

            .premium-glow-effect {
                position: absolute;
                width: 180px;
                height: 180px;
                border-radius: 50%;
                background: radial-gradient(circle, rgba(219, 173, 84, 0.07) 0%, transparent 70%);
                top: -60px;
                right: -60px;
                pointer-events: none;
                transition: all 0.5s ease;
            }

            .premium-service-card:hover .premium-glow-effect {
                background: radial-gradient(circle, rgba(219, 173, 84, 0.18) 0%, transparent 70%);
                transform: scale(1.4);
            }

            /* Custom Swiper Styles for Services */
            .premium-services-section .xb-service-wrap {
                border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
                border-bottom: none !important;
                padding-top: 60px; /* Lift the white line up / add spacing from the cards */
                margin-top: 40px; /* Add spacing from section title */
            }

            .premium-service-swiper {
                position: relative;
                padding: 10px 4px 60px 4px !important;
                overflow: hidden;
                cursor: grab;
            }

            .premium-service-swiper:active {
                cursor: grabbing;
            }

            .premium-service-swiper .swiper-slide {
                height: auto;
                display: flex;
            }

            /* Custom Swiper Pagination */
            .premium-swiper-pagination {
                display: flex;
                align-items: center;
                gap: 8px;
            }

            .premium-swiper-pagination .swiper-pagination-bullet {
                width: 8px;
                height: 8px;
                background: rgba(255, 255, 255, 0.2);
                opacity: 1;
                border-radius: 50%;
                transition: all 0.3s ease;
                cursor: pointer;
                border: none;
                margin: 0 !important;
            }

            .premium-swiper-pagination .swiper-pagination-bullet-active {
                background: #dbad54;
                width: 24px;
                border-radius: 4px;
                box-shadow: 0 0 8px rgba(219, 173, 84, 0.6);
            }

            /* Custom Swiper Navigation Wrap */
            .premium-swiper-nav-wrap {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 25px;
                margin-top: 30px;
            }

            .premium-swiper-button-prev,
            .premium-swiper-button-next {
                width: 46px;
                height: 46px;
                border-radius: 50%;
                border: 1px solid rgba(219, 173, 84, 0.3);
                background: rgba(219, 173, 84, 0.05);
                color: #dbad54;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                transition: all 0.3s ease;
                z-index: 10;
            }

            .premium-swiper-button-prev:hover,
            .premium-swiper-button-next:hover {
                background: #dbad54;
                color: #0D2619;
                border-color: #dbad54;
                box-shadow: 0 0 15px rgba(219, 173, 84, 0.4);
                transform: scale(1.05);
            }

            .premium-swiper-button-prev svg,
            .premium-swiper-button-next svg {
                width: 18px;
                height: 18px;
            }












            /* ── Feature Section ── */
  .feature-section {
    background: #173A28;
    padding: 70px 0;
    overflow: hidden;
    font-family: 'Barlow Condensed', sans-serif;
  }

  /* ── Marquee Track ── */
  .marquee-track {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin: 14px 0;
  }
  .marquee-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
  }

  /* ── Direction Variants ── */
  .scroll-right .marquee-content {
    animation: scrollRight 22s linear infinite;
  }
  .scroll-left .marquee-content {
    animation: scrollLeft 22s linear infinite;
  }
  .scroll-title .marquee-content {
    animation: scrollLeft 30s linear infinite;
  }

  /* ── Pause on Hover ── */
  .marquee-track:hover .marquee-content {
    animation-play-state: paused;
  }

  @keyframes scrollRight {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0%); }
  }
  @keyframes scrollLeft {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
  }

  /* ── Feature Item (pill badge) ── */
  .xb-feature-item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 30px 10px 20px;
    background: rgba(255, 255, 255, 0.07);
    clip-path: polygon(16px 0%, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
    margin-right: 12px;
    flex-shrink: 0;
    cursor: default;
    transition: background 0.3s ease;
  }
  .xb-feature-item:hover {
    background: rgba(255, 255, 255, 0.13);
  }

  /* ── Icon Box ── */
  .xb-item--icon {
    width: 38px;
    height: 38px;
    background: #D09838;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .xb-item--icon i {
    font-size: 20px;
    color: #fff;
  }
  /* If using your original SVG icons instead of Tabler icons: */
  .xb-item--icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

  /* ── Feature Title ── */
  .xb-item--title {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
  }

  /* ── Big Scrolling Title ── */
  .xb-big-title-item {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    padding: 0 40px;
    flex-shrink: 0;
  }
  .xb-big-title-item h2 {
    font-size: clamp(52px, 8vw, 88px);
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.12);
  }
  .xb-big-title-item .title-sep {
    width: 14px;
    height: 14px;
    background: #e6e628;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    flex-shrink: 0;
  }






  
*{box-sizing:border-box;margin:0;padding:0;}
.bx-root{font-family:'DM Sans',sans-serif;background:#0e2a1a;padding:3rem 1.5rem 2.5rem;position:relative;overflow:hidden;}

.bx-root::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(184,115,51,0.12) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(255,255,255,0.03) 0%,transparent 50%);pointer-events:none;}

.bx-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem;}

.bx-heading{font-family:'Bebas Neue',sans-serif;font-size:clamp(42px,8vw,72px);color:#f5f0e8;line-height:0.95;letter-spacing:1px;}
.bx-heading span{color:#B87333;display:block;}

.bx-google{text-align:right;}
.bx-reviewed{font-size:11px;color:rgba(255,255,255,0.45);letter-spacing:2px;text-transform:uppercase;margin-bottom:6px;}
.bx-glogo{font-size:22px;font-weight:700;letter-spacing:-0.5px;margin-bottom:4px;}
.bx-glogo .g-b{color:#4285F4;}.bx-glogo .g-r{color:#EA4335;}.bx-glogo .g-y{color:#FBBC05;}.bx-glogo .g-g{color:#34A853;}
.bx-gstars{color:#B87333;font-size:13px;letter-spacing:1px;}
.bx-grating{font-size:12px;color:rgba(255,255,255,0.5);margin-top:2px;}

.carousel-viewport{position:relative;overflow:hidden;border-radius:4px;}
.carousel-track{display:flex;transition:transform 0.55s cubic-bezier(0.4,0,0.2,1);}

.slide{min-width:100%;padding:0 2px;}

.card-inner{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:8px;overflow:hidden;min-height:320px;}

.card-img{position:relative;overflow:hidden;}
.card-img img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(0.7) saturate(1.1);}
.card-img-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(14,42,26,0.55) 0%,rgba(184,115,51,0.25) 100%);}
.card-img-label{position:absolute;bottom:16px;left:16px;background:rgba(14,42,26,0.85);border:1px solid rgba(184,115,51,0.4);border-radius:4px;padding:5px 12px;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#B87333;font-weight:500;}

.card-text{background:#f5f0e8;padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;}
.card-text::before{content:'\201C';font-family:'Playfair Display',serif;font-size:120px;color:#B87333;opacity:0.12;position:absolute;bottom:-20px;right:16px;line-height:1;}

.ct-tag{display:inline-flex;align-items:center;gap:6px;background:#0e2a1a;color:#B87333;font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;padding:4px 12px;border-radius:2px;margin-bottom:1.2rem;width:fit-content;}

.ct-stars{color:#B87333;font-size:14px;letter-spacing:2px;margin-bottom:1rem;}

.ct-quote{font-family:'Playfair Display',serif;font-size:clamp(14px,2.2vw,17px);font-style:italic;color:#1a3a2a;line-height:1.7;margin-bottom:1.5rem;flex-grow:1;
    font-weight: 700;}

.ct-client{display:flex;align-items:center;gap:12px;border-top:1px solid rgba(14,42,26,0.1);padding-top:1.2rem;}
.ct-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:#fff;flex-shrink:0;border:2px solid #B87333;}
.ct-name{font-weight:700;font-size:18px;color:#0e2a1a;}
.ct-role{font-size:17px;color:#000; font-weight:600;}
.ct-verified{margin-left:auto;display:flex;align-items:center;gap:4px;font-size:11px;color:#059669;font-weight:500;}

.bx-footer{display:flex;align-items:center;justify-content:space-between;margin-top:1.8rem;flex-wrap:wrap;gap:1rem;}

.bx-dots{display:flex;gap:8px;align-items:center;}
.bx-dot{width:32px;height:3px;border-radius:2px;background:rgba(255,255,255,0.2);border:none;cursor:pointer;transition:background 0.3s,width 0.3s;padding:0;}
.bx-dot.active{background:#B87333;width:52px;}

.bx-btns{display:flex;gap:10px;}
.bx-btn{width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(184,115,51,0.5);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s;}
.bx-btn:hover{background:#B87333;border-color:#B87333;}
.bx-btn:hover svg{stroke:#fff;}
.bx-btn svg{stroke:rgba(255,255,255,0.7);transition:stroke 0.2s;}
.bx-btn:active{transform:scale(0.93);}

.bx-counter{font-size:12px;color:rgba(255,255,255,0.35);font-family:'DM Sans',sans-serif;letter-spacing:1px;}

@media(max-width:560px){
  .card-inner{grid-template-columns:1fr;}
  .card-img{height:200px;}
  .bx-heading{font-size:36px;}
}










*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

body{
  background:#f0ebe3;
}

.gal-root{
  background:#f0ebe3;
  padding:4rem 0 5rem;
  overflow:hidden;
  font-family:'Inter',sans-serif;
}

/* ── Header ── */
.gal-header{
  text-align:center;
  margin-bottom:3.5rem;
  padding:0 2rem;
}

.gal-label{
  font-size:11px;
  letter-spacing:4px;
  text-transform:uppercase;
  color:#B87333;
  font-weight:500;
  margin-bottom:12px;
}

.gal-email{
  font-family:'Bebas Neue',sans-serif;
  font-size:clamp(48px,8vw,90px);
  color:#1a1a1a;
  letter-spacing:3px;
  line-height:1;
}

.gal-sub{
  font-size:14px;
  color:#777;
  margin-top:14px;
  letter-spacing:1px;
}

/* ── Scroll rows ── */
.row-wrap{
  overflow:hidden;
  margin-bottom:28px;
}

.row-wrap:last-of-type{
  margin-bottom:0;
}

.scroll-row{
  display:flex;
  gap:24px;
  width:max-content;
  will-change:transform;
}

/* Row Animations */
.scroll-row.left{
  animation:scrollLeft 32s linear infinite;
}

.scroll-row.right{
  animation:scrollRight 32s linear infinite;
}

@keyframes scrollLeft{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}

@keyframes scrollRight{
  0%{
    transform:translateX(-50%);
  }
  100%{
    transform:translateX(0);
  }
}

/* Pause on hover */
.row-wrap:hover .scroll-row{
  animation-play-state:paused;
}

/* ── Image cards ── */
.img-card{
  flex-shrink:0;
  width:460px;
  height:320px;
  border-radius:18px;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  transition:
    transform 0.45s cubic-bezier(0.4,0,0.2,1),
    box-shadow 0.45s;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* Random tilt */
.img-card:nth-child(4n+1){
  transform:rotate(-2.5deg);
}

.img-card:nth-child(4n+2){
  transform:rotate(1.8deg);
}

.img-card:nth-child(4n+3){
  transform:rotate(-1.2deg);
}

.img-card:nth-child(4n+4){
  transform:rotate(2.3deg);
}

/* Hover */
.img-card:hover{
  transform:rotate(0deg) scale(1.05) !important;
  box-shadow:0 25px 60px rgba(0,0,0,0.22);
  z-index:10;
}

.img-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform 0.6s ease;
}

.img-card:hover img{
  transform:scale(1.08);
}

/* Overlay */
.img-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,0.6) 0%,
    transparent 65%
  );
  opacity:0;
  transition:opacity 0.3s;
}

.img-card:hover .img-overlay{
  opacity:1;
}

.img-overlay-label{
  position:absolute;
  bottom:18px;
  left:18px;
  right:18px;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#fff;
  font-weight:500;
  opacity:0;
  transition:opacity 0.3s 0.05s;
}

.img-card:hover .img-overlay-label{
  opacity:1;
}

/* ── Footer CTA ── */
.gal-footer{
  text-align:center;
  margin-top:3rem;
  padding:0 2rem;
}

.gal-cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#1a3a2a;
  color:#f5f0e8;
  font-size:12px;
  font-weight:500;
  letter-spacing:2px;
  text-transform:uppercase;
  padding:16px 36px;
  border-radius:6px;
  border:none;
  cursor:pointer;
  transition:background 0.3s,transform 0.2s;
  text-decoration:none;
  font-family:'Inter',sans-serif;
}

.gal-cta:hover{
  background:#B87333;
  transform:translateY(-2px);
}

.gal-cta svg{
  transition:transform 0.3s;
}

.gal-cta:hover svg{
  transform:translateX(4px);
}

/* ── Responsive ── */
@media(max-width:768px){

  .gal-root{
    padding:3rem 0 4rem;
  }

  .gal-header{
    margin-bottom:2.5rem;
  }

  .scroll-row{
    gap:16px;
  }

  .img-card{
    width:280px;
    height:200px;
    border-radius:14px;
  }

  .gal-email{
    font-size:44px;
  }

}






/* header */

/* =========================
   PREMIUM NAVBAR
========================= */

.header-transparent{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:transparent;
}

.custom-navbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:110px;
}

/* Logo */

.main-logo{
    width:180px;
    height:auto;
}

/* Menu */

.desktop-menu{
    flex:1;
    display:flex;
    justify-content:center;
}

.desktop-menu ul{
    display:flex;
    align-items:center;
    gap:45px;
    list-style:none;
    margin:0;
    padding:0;
}

.desktop-menu ul li{
    position:relative;
}

.desktop-menu ul li a{
    color:#fff;
    font-size:17px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.desktop-menu ul li a:hover{
    color:#ff7a00;
}

/* Dropdown */

/* Dropdown Menu */
.submenu{
    position:absolute;
    top:120%;
    left:50%;
    transform:translateX(-50%);
    min-width:250px;
    background:#fff;
    padding:10px 0;
    opacity:0;
    visibility:hidden;
    border-radius:12px;
    transition:all .3s ease;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
    z-index:9999;

    /* Important */
    display:block;
}

.submenu li{
    display:block;
    width:100%;
}

.submenu li a{
    display:block;
    width:100%;
    padding:12px 20px;
    color:#222 !important;
    font-size:15px;
    font-weight:500;
    text-decoration:none;
}

.submenu li a:hover{
    background:#f5f5f5;
    color:#ff7a00 !important;
}

.has-dropdown:hover .submenu{
    opacity:1;
    visibility:visible;
    top:100%;
}

/* Force dropdown items to stack vertically */
.submenu{
    display:block !important;
}

.submenu li{
    display:block !important;
    width:100%;
}

.submenu ul{
    display:block !important;
}
/* Contact Button */

.header-contact-btn a{
    display:flex;
    align-items:center;
    gap:15px;
    padding:12px 25px;
    border-radius:50px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.2);
    backdrop-filter:blur(10px);
    text-decoration:none;
}

.header-contact-btn .number{
    color:#fff;
    font-weight:600;
}

.header-contact-btn small{
    display:block;
    font-size:11px;
    color:#ddd;
}

.header-contact-btn .icon{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#ff7a00;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Mobile */

.mobile-menu-btn{
    display:none;
    color:#fff;
    font-size:28px;
    cursor:pointer;
}

@media(max-width:991px){

    .desktop-menu{
        display:none;
    }

    .header-contact-btn{
        display:none;
    }

    .mobile-menu-btn{
        display:block;
    }

    .main-logo{
        width:130px;
    }
}




/* COntact us */


/* ════════════════════════════════════════════════
   ROOT VARIABLES (SHAMBHALA LUXURY COLORWAYS)
   ════════════════════════════════════════════════ */
:root {
  --forest:      #173A28; /* Forest Green from logo */
  --forest-deep: #0F1A13; /* Deepest black-green background */
  --forest-mid:  #0D2619; /* Lighter container dark green */
  --gold:        #D09838; /* Gold from logo guidelines */
  --gold-light:  #DBAD54; /* Light gold */
  --gold-pale:   #FBF4BB; /* Warm cream/light beige */
  --gold-bronze: #A56F29; /* Mid-gold / bronze */
  --white:       #ffffff;
  --ink:         #FBF4BB; /* Warm cream text for readability */
  --ink-mid:     rgba(255,255,255,0.85);
  --ink-light:   rgba(255,255,255,0.55);
  --rule:        rgba(219,173,84,0.18); /* Thin gold rules */
  --ease:        cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  background: var(--forest-deep);
  color: var(--ink-mid);
  overflow-x: hidden;
  cursor: none;
}

/* ════════════════════════════════════════════════
   HEADER & GLOBAL NAVIGATION OVERRIDES
   ════════════════════════════════════════════════ */
#xb-header-area .xb-menu-primary > li > a {
  color: var(--gold-pale) !important;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#xb-header-area .xb-menu-primary > li > a:hover {
  color: var(--gold-light) !important;
}
#xb-header-area.stricky-fixed {
  background: rgba(15, 26, 19, 0.95) !important;
  border-bottom: 1px solid rgba(219, 173, 84, 0.2) !important;
  backdrop-filter: blur(10px);
}
#xb-header-area.stricky-fixed .xb-menu-primary > li > a {
  color: var(--gold-pale) !important;
}
.header-contact-btn {
  display: none !important;
}

/* ════════════════════════════════════════════════
   DECORATIVE BACKGROUND ELEMENTS
   ════════════════════════════════════════════════ */
.geo-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(219,173,84,0.02) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(219,173,84,0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  z-index: 0;
}
.ambient-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,58,40,0.18) 0%, rgba(15,26,19,0) 70%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 1;
  animation: glowDrift 24s infinite alternate ease-in-out;
}
.ambient-glow-1 { top: 10%; left: -15%; }
.ambient-glow-2 { top: 40%; right: -15%; animation-duration: 30s; }
.ambient-glow-3 { top: 75%; left: 10%; animation-duration: 26s; }

@keyframes glowDrift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(120px, 80px) scale(1.2); }
}

/* ════════════════════════════════════════════════
   CUSTOM CURSOR
   ════════════════════════════════════════════════ */
.cursor-dot {
  position: fixed; z-index: 9999;
  width: 6px; height: 6px;
  background: var(--gold-light); border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%,-50%);
  transition: transform 0.1s ease;
}
.cursor-ring {
  position: fixed; z-index: 9998;
  width: 38px; height: 38px;
  border: 1px solid rgba(219, 173, 84, 0.4);
  border-radius: 50%; pointer-events: none;
  transform: translate(-50%,-50%);
  transition: width 0.4s var(--ease), height 0.4s var(--ease), border-color 0.3s, background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor-ring::after {
  content: attr(data-text);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--forest-deep);
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: 600;
}
.cursor-ring.hover {
  width: 76px; height: 76px;
  border-color: var(--gold-light);
  background: rgba(15, 26, 19, 0.85);
  backdrop-filter: blur(4px);
}
.cursor-ring.hover::after {
  color: var(--gold-pale) !important;
  opacity: 1;
}

/* ════════════════════════════════════════════════
   REVEAL ANIMATIONS
   ════════════════════════════════════════════════ */
.reveal       { opacity: 0; transform: translateY(40px);  transition: opacity 1.2s var(--ease), transform 1.2s var(--ease); }
.reveal-left  { opacity: 0; transform: translateX(-40px); transition: opacity 1.2s var(--ease), transform 1.2s var(--ease); }
.reveal-right { opacity: 0; transform: translateX(40px);  transition: opacity 1.2s var(--ease), transform 1.2s var(--ease); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none; }

/* Wipe Wipe animation */
.reveal-wipe-wrap {
  position: relative;
  overflow: hidden;
}
.reveal-wipe-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--forest-deep));
  transform: translateX(-100%);
  z-index: 3;
}
.reveal-wipe-wrap.visible::after {
  animation: wipeOut 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes wipeOut {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

/* Image zoom wrap */
.img-wrap {
  position: relative; overflow: hidden;
  background: var(--forest-mid);
  border: 1px solid rgba(219,173,84,0.15);
  border-radius: 8px; box-shadow: 0 25px 50px rgba(0,0,0,0.55);
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.img-wrap.tall   { aspect-ratio: 4/5; }
.img-wrap.wide   { aspect-ratio: 16/10; }
.img-wrap.square { aspect-ratio: 1; }

.img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; transition: transform 1.0s var(--ease), filter 1.0s var(--ease);
  filter: saturate(0.85) contrast(1.05);
}
.img-wrap:hover img { transform: scale(1.05); filter: saturate(1) contrast(1.1); }
.img-wrap:hover {
  border-color: rgba(251, 244, 187, 0.4);
  box-shadow: 0 25px 60px rgba(219,173,84,0.15);
}

/* ════════════════════════════════════════════════
   UNIQUE FRAMED PANORAMIC HERO
   ════════════════════════════════════════════════ */
.hero-about {
  position: relative;
  height: 75vh;
  min-height: 520px;
  margin: 110px 4vw 4vw 4vw; /* Clears header completely, creates premium framed border */
  border-radius: 16px;
  border: 1px solid rgba(219,173,84,0.25);
  background: var(--forest-mid);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 30px 60px rgba(0,0,0,0.55);
}
.hero-about-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url('https://images.unsplash.com/photo-1600585154526-990dced4db0d?w=1800&q=85') center/cover no-repeat;
  filter: brightness(0.4);
  transform: scale(1.05);
  transition: transform 1.8s var(--ease), filter 1.0s var(--ease);
}
.hero-about:hover .hero-about-bg {
  transform: scale(1.0);
  filter: brightness(0.45);
}
.hero-about-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(circle, rgba(15,26,19,0.3) 0%, rgba(15,26,19,0.75) 100%);
}

/* Inner Dotted Blueprint Border Frame */
.hero-about-inner-frame {
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(219,173,84,0.22);
  border-radius: 10px;
  pointer-events: none;
  z-index: 2;
}

/* Technical blueprint corner ticks */
.hero-about-tick {
  position: absolute;
  width: 14px;
  height: 14px;
  pointer-events: none;
  z-index: 3;
}
.hero-about-tick::before {
  content: ''; position: absolute;
  left: 0; right: 0; top: 6px; height: 1px;
  background: rgba(219,173,84,0.45);
}
.hero-about-tick::after {
  content: ''; position: absolute;
  top: 0; bottom: 0; left: 6px; width: 1px;
  background: rgba(219,173,84,0.45);
}
.tick-tl { top: 35px; left: 35px; }
.tick-tr { top: 35px; right: 35px; }
.tick-bl { bottom: 35px; left: 35px; }
.tick-br { bottom: 35px; right: 35px; }

/* Coordinates & Compass Tags inside the frame margins */
.hero-about-coordinates {
  position: absolute;
  z-index: 3;
  left: 45px;
  bottom: 40px;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(219,173,84,0.4);
  font-family: 'Jost', sans-serif;
  pointer-events: none;
}
.hero-about-spec {
  position: absolute;
  z-index: 3;
  right: 45px;
  bottom: 40px;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(219,173,84,0.4);
  font-family: 'Jost', sans-serif;
  pointer-events: none;
}

.hero-about-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 880px;
  padding: 0 2rem;
}
.hero-about-tag-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
  opacity: 0;
  transform: translateY(20px);
  animation: elementUp 1.0s var(--ease) 0.2s forwards;
}
.hero-about-tag-num {
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  font-style: italic;
  color: var(--gold-light);
}
.hero-about-tag {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-pale);
}
.hero-about-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5.8vw, 5.2rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--white);
  letter-spacing: -0.01em;
  margin-bottom: 1.8rem;
  opacity: 0;
  transform: translateY(30px);
  animation: elementUp 1.2s var(--ease) 0.4s forwards;
}
.hero-about-title em {
  display: inline-block;
  font-style: italic;
  font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(251, 244, 187, 0.7);
}
.hero-about-body {
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  line-height: 1.95;
  color: rgba(255,255,255,0.7);
  max-width: 620px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  animation: elementUp 1.0s var(--ease) 0.6s forwards;
}

@keyframes elementUp {
  to { transform: none; opacity: 1; }
}

/* Concentric Blueprint Compass Watermark */
.hero-about-compass-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(380px, 46vw, 620px);
  height: clamp(380px, 46vw, 620px);
  pointer-events: none;
  z-index: 1;
  color: var(--gold-light);
  opacity: 0.05;
  mix-blend-mode: screen;
  animation: spinSlow 50s linear infinite;
}
@keyframes spinSlow {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Vertical Scroll Indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  pointer-events: none;
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold-light), transparent);
}
.scroll-dot {
  position: absolute;
  top: 0;
  width: 3px;
  height: 3px;
  background: var(--gold-pale);
  border-radius: 50%;
  animation: scrollDot 2.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  box-shadow: 0 0 6px var(--gold-pale);
}
@keyframes scrollDot {
  0% { transform: translateY(0); opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 0.8; }
  100% { transform: translateY(30px); opacity: 0; }
}

/* ════════════════════════════════════════════════
   ORNAMENT DIVIDER
   ════════════════════════════════════════════════ */
.ornament {
  display: flex; align-items: center; gap: 2rem;
  padding: 4rem 8vw; position: relative; z-index: 2;
}
.ornament-line { flex: 1; height: 1px; background: var(--rule); }
.ornament-icon {
  color: var(--gold-light); font-size: 0.9rem;
  letter-spacing: 0.3em; opacity: 0.8; user-select: none;
}

/* ════════════════════════════════════════════════
   PHILOSOPHY EDITORIAL SECTION (ARCH PORTAL & EDITORIAL GRID)
   ════════════════════════════════════════════════ */
.about-section {
  padding: 8rem 8vw;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: linear-gradient(180deg, #112218 0%, var(--forest-deep) 100%);
}
.philosophy-editorial-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 6rem;
  align-items: center;
}

/* Left side: Overlapping Architectural Arch Stack */
.philosophy-stack {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.philosophy-blueprint-backdrop {
  position: absolute;
  top: 0; left: 0;
  width: 85%;
  height: 85%;
  border: 1px dashed rgba(219,173,84,0.22);
  border-radius: 12px;
  background: rgba(13, 38, 25, 0.25);
  pointer-events: none;
  z-index: -1;
  transform: rotate(-3deg);
  transition: transform 0.6s var(--ease);
}
.philosophy-stack:hover .philosophy-blueprint-backdrop {
  transform: rotate(0deg) scale(1.02);
}
.img-wrap.arch-cut {
  width: 100%;
  max-width: 440px;
  aspect-ratio: 0.78;
  border-radius: 220px 220px 8px 8px; /* Elegant architectural arch shape! */
  border: 1px solid rgba(219,173,84,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.65);
}
.floating-spec-tag {
  position: absolute;
  bottom: 0px;
  right: 15px;
  background: rgba(15, 26, 19, 0.95);
  border: 1px solid var(--gold);
  border-radius: 4px;
  padding: 1rem 1.5rem;
  box-shadow: 0 15px 30px rgba(0,0,0,0.4);
  z-index: 3;
  transform: translateY(20px);
  transition: transform 0.5s var(--ease);
}
.philosophy-stack:hover .floating-spec-tag {
  transform: translateY(10px);
}
.floating-spec-tag span {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.2rem;
}
.floating-spec-tag strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--gold-pale);
  font-weight: 400;
}

/* Right side: Editorial text styling */
.editorial-lockup {
  display: flex;
  flex-direction: column;
}
.philosophy-tag-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}
.philosophy-tag-dot {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}
.philosophy-tag {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
}
.philosophy-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 300;
  color: var(--gold-pale);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 2.2rem;
}
.philosophy-h2 em {
  font-style: italic;
  font-weight: 400;
  color: var(--white);
}
.editorial-body {
  position: relative;
}
/* Premium dropcap styling */
.editorial-dropcap {
  float: left;
  font-family: 'Playfair Display', serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 0.85;
  padding-right: 0.8rem;
  padding-top: 0.2rem;
  color: var(--gold-light);
  text-shadow: 0 0 15px rgba(219,173,84,0.15);
}
.about-desc-editorial {
  font-size: 0.98rem;
  line-height: 2.0;
  color: rgba(255,255,255,0.72);
  margin-bottom: 2rem;
}
.about-desc-secondary {
  font-size: 0.95rem;
  line-height: 1.95;
  color: rgba(255,255,255,0.55);
  margin-bottom: 2.8rem;
}

/* Luxury circular seal/stamp style for signature */
.editorial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--rule);
  padding-top: 2rem;
  gap: 2rem;
}
.editorial-sig-info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.editorial-sig-info strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.editorial-sig-info span {
  font-size: 0.68rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.luxury-stamp-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stamp-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: spinSlow 30s linear infinite;
  pointer-events: none;
}
.stamp-icon {
  color: var(--gold-light);
  font-size: 1rem;
  z-index: 2;
  opacity: 0.85;
}

/* ════════════════════════════════════════════════
   INTERACTIVE BLUEPRINT GRAPHIC
   ════════════════════════════════════════════════ */
/* ════════════════════════════════════════════════
   INTERACTIVE BLUEPRINT GRAPHIC (PANORAMIC WIDESCREEN)
   ════════════════════════════════════════════════ */
.blueprint-section {
  padding: 8rem 8vw;
  background: #09120D !important; /* Elite darker forest-black contrast */
  border-top: 1px solid rgba(219,173,84,0.15);
  border-bottom: 1px solid rgba(219,173,84,0.15);
  position: relative; z-index: 2;
  overflow: hidden; /* Keeps atmospheric watermarks inside */
}
/* Drifting Ambient Glows inside Section Background */
.bp-ambient-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(208,152,56,0.06) 0%, rgba(23,58,40,0.05) 50%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}
.bp-ambient-glow-1 {
  top: -10%;
  left: 30%;
  animation: bpGlowDrift1 20s infinite alternate ease-in-out;
}
.bp-ambient-glow-2 {
  bottom: -10%;
  right: 20%;
  animation: bpGlowDrift2 24s infinite alternate ease-in-out;
}

@keyframes bpGlowDrift1 {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-40px, 30px) scale(1.15); }
}
@keyframes bpGlowDrift2 {
  0% { transform: translate(0, 0) scale(1.05); }
  100% { transform: translate(40px, -30px) scale(0.9); }
}

/* Explicit high-contrast Heading Overrides for Dark Theme */
.section-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-light) !important;
  margin-bottom: 0.8rem;
  display: block;
}
.section-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.0rem, 3.8vw, 3.2rem);
  font-weight: 300;
  color: var(--gold-pale) !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 3.5rem;
}
.section-h2 em {
  font-style: italic;
  font-weight: 400;
  color: var(--white) !important;
  -webkit-text-stroke: none !important;
}

/* Specific large margin for Blueprint section heading to accommodate tooltips */
.blueprint-section .section-h2 {
  margin-bottom: 5.5rem !important;
}

/* Looping Background Crosshair Indicators */
.bp-grid-crosshair {
  position: absolute;
  color: var(--gold-light);
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 1;
  opacity: 0.25;
  animation: bpPulseCrosshair 4s infinite alternate ease-in-out;
}
.bp-grid-crosshair:nth-child(2) { animation-delay: 1s; }
.bp-grid-crosshair:nth-child(3) { animation-delay: 2s; }
.bp-grid-crosshair:nth-child(4) { animation-delay: 3s; }

@keyframes bpPulseCrosshair {
  0% { opacity: 0.12; transform: scale(0.95); }
  100% { opacity: 0.35; transform: scale(1.05); }
}

/* Looping Floating Isometric Bricks outside the visual card */
.bp-floating-brick {
  position: absolute;
  width: 32px;
  height: 32px;
  color: var(--gold-light);
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}
.bp-brick-1 { top: 22%; left: 8%; animation: bpFloat1 16s infinite ease-in-out; }
.bp-brick-2 { top: 70%; left: 5%; animation: bpFloat2 20s infinite ease-in-out; }
.bp-brick-3 { top: 15%; right: 7%; animation: bpFloat3 18s infinite ease-in-out; }
.bp-brick-4 { top: 75%; right: 6%; animation: bpFloat4 22s infinite ease-in-out; }
.bp-brick-5 { top: 48%; left: 12%; animation: bpFloat5 25s infinite ease-in-out; }

@keyframes bpFloat1 {
  0% { transform: translate(0, 0) rotate(0deg) scale(0.9); opacity: 0.08; }
  50% { transform: translate(15px, -20px) rotate(45deg) scale(1.1); opacity: 0.22; }
  100% { transform: translate(0, 0) rotate(90deg) scale(0.9); opacity: 0.08; }
}
@keyframes bpFloat2 {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 0.05; }
  50% { transform: translate(-10px, 25px) rotate(-30deg) scale(0.85); opacity: 0.15; }
  100% { transform: translate(0, 0) rotate(-60deg) scale(1); opacity: 0.05; }
}
@keyframes bpFloat3 {
  0% { transform: translate(0, 0) rotate(0deg) scale(0.85); opacity: 0.06; }
  50% { transform: translate(20px, 15px) rotate(60deg) scale(1.05); opacity: 0.2; }
  100% { transform: translate(0, 0) rotate(120deg) scale(0.85); opacity: 0.06; }
}
@keyframes bpFloat4 {
  0% { transform: translate(0, 0) rotate(0deg) scale(1.1); opacity: 0.08; }
  50% { transform: translate(-15px, -15px) rotate(-45deg) scale(0.95); opacity: 0.18; }
  100% { transform: translate(0, 0) rotate(-90deg) scale(1.1); opacity: 0.08; }
}
@keyframes bpFloat5 {
  0% { transform: translate(0, 0) rotate(0deg) scale(0.95); opacity: 0.05; }
  50% { transform: translate(12px, 18px) rotate(90deg) scale(1.15); opacity: 0.12; }
  100% { transform: translate(0, 0) rotate(180deg) scale(0.95); opacity: 0.05; }
}

/* Downward Tooltip Variant to prevent top-level overlap */
.bp-tooltip-down {
  bottom: auto !important;
  top: 140% !important;
  transform: translateX(-50%) translateY(-15px) !important;
}
.bp-tooltip-down::after {
  top: auto !important;
  bottom: 100% !important;
  border-color: transparent transparent rgba(15, 26, 19, 0.92) transparent !important;
}
.hotspot:hover .bp-tooltip-down,
.hotspot.is-active .bp-tooltip-down {
  transform: translateX(-50%) translateY(0) !important;
}

.bp-bg-watermark {
  position: absolute;
  width: 420px;
  height: 420px;
  pointer-events: none;
  z-index: 0;
  color: var(--gold-light);
  opacity: 0.038; /* Faint premium watermark */
  mix-blend-mode: screen;
}
.bp-bg-watermark svg path,
.bp-bg-watermark svg rect,
.bp-bg-watermark svg circle,
.bp-bg-watermark svg line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: bpDrawWatermark 40s linear infinite alternate;
}
@keyframes bpDrawWatermark {
  0% { stroke-dashoffset: 1000; }
  100% { stroke-dashoffset: 0; }
}

.bp-bg-watermark-left {
  top: 10%;
  left: -5%;
  animation: bpBgDriftLeft 24s infinite alternate ease-in-out;
}
.bp-bg-watermark-right {
  bottom: 5%;
  right: -5%;
  animation: bpBgDriftRight 28s infinite alternate ease-in-out;
}


.mobile-menu-panel{
    position:fixed;
    top:0;
    left:-320px;
    width:300px;
    height:100%;
    background:#111;
    z-index:99999;
    transition:.4s;
    overflow-y:auto;
}

.mobile-menu-panel.active{
    left:0;
}

.mobile-menu-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px;
}

.mobile-menu-top img{
    width:120px;
}

.mobile-close{
    color:#fff;
    font-size:28px;
    cursor:pointer;
}

.mobile-menu-panel ul{
    list-style:none;
    margin:0;
    padding:0;
}

.mobile-menu-panel ul li a{
    display:block;
    color:#fff;
    padding:15px 20px;
    text-decoration:none;
}

.mobile-submenu{
    display:none;
    background:#1a1a1a;
}

.mobile-submenu.show{
    display:block;
}

.body-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9999;
}

.body-overlay.active{
    opacity:1;
    visibility:visible;
}

/*@media(max-width:991px){*/
/*    .desktop-menu,*/
/*    .header-contact-btn{*/
/*        display:none !important;*/
/*    }*/
/*}*/




/*edited*/

@media(max-width:991px){
    .desktop-menu,
    .header-contact-btn{
        display:none !important;
    }

    .custom-navbar{
        position:relative;
        --mobile-logo-width: 120px; /* adjust mobile logo size here */
    }

    .custom-navbar .desktop-menu{
        display:flex !important;
        position:absolute;
        left:50%;
        right:auto;
        top:50%;
        transform:translate(-50%, -50%);
        flex:none;
        width:auto;
        z-index:1;
    }

    .custom-navbar .desktop-menu ul{
        display:block !important;
        margin:0;
        padding:0;
        list-style:none;
    }

    .custom-navbar .desktop-menu ul > li{
        display:none !important;
    }

    .custom-navbar .desktop-menu .xb-header-logo{
        display:block !important;
        max-width:var(--mobile-logo-width) !important;
    }

    .custom-navbar .desktop-menu .main-logo{
        width:var(--mobile-logo-width);
        max-width:var(--mobile-logo-width);
        height:auto;
    }

    .header-bar-mobile{
        position:relative;
        z-index:2;
    }
}



html,
body{
    overflow-x: hidden;
    width: 100%;
}



.current{
    color:#8a8a8a !important;
}



/* services */


/* ════════════════════════════════════════════════
   ROOT VARIABLES (SHAMBHALA LUXURY COLORWAYS)
   ════════════════════════════════════════════════ */
:root {
  --forest:      #173A28; /* Forest Green from logo */
  --forest-deep: #0F1A13; /* Deepest black-green background */
  --forest-mid:  #0D2619; /* Lighter container dark green */
  --gold:        #D09838; /* Gold from logo guidelines */
  --gold-light:  #DBAD54; /* Light gold */
  --gold-pale:   #FBF4BB; /* Warm cream/light beige */
  --gold-bronze: #A56F29; /* Mid-gold / bronze */
  --white:       #ffffff;
  --ink:         #FBF4BB; /* Warm cream text for readability */
  --ink-mid:     rgba(255,255,255,0.85);
  --ink-light:   rgba(255,255,255,0.55);
  --rule:        rgba(219,173,84,0.18); /* Thin gold rules */
  --ease:        cubic-bezier(0.22, 1, 0.36, 1);
  --slider-dur:  6; /* seconds per slide */
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  background: var(--forest-deep);
  color: var(--ink-mid);
  overflow-x: hidden;
  cursor: none;
}

/* ════════════════════════════════════════════════
   HEADER & GLOBAL NAVIGATION OVERRIDES
   ════════════════════════════════════════════════ */
#xb-header-area .xb-menu-primary > li > a {
  color: var(--gold-pale) !important;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#xb-header-area .xb-menu-primary > li > a:hover {
  color: var(--gold-light) !important;
}
#xb-header-area.stricky-fixed {
  background: rgba(15, 26, 19, 0.95) !important;
  border-bottom: 1px solid rgba(219, 173, 84, 0.2) !important;
  backdrop-filter: blur(10px);
}
#xb-header-area.stricky-fixed .xb-menu-primary > li > a {
  color: var(--gold-pale) !important;
}
.header-contact-btn {
  display: none !important;
}

/* ════════════════════════════════════════════════
   DECORATIVE BACKGROUND ELEMENTS
   ════════════════════════════════════════════════ */
.geo-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(219,173,84,0.02) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(219,173,84,0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  z-index: 0;
}
.ambient-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,58,40,0.18) 0%, rgba(15,26,19,0) 70%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 1;
  animation: glowDrift 24s infinite alternate ease-in-out;
}
.ambient-glow-1 { top: 12%; left: -10%; }
.ambient-glow-2 { top: 55%; right: -10%; animation-duration: 30s; }

@keyframes glowDrift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(100px, 60px) scale(1.2); }
}

/* ════════════════════════════════════════════════
   CUSTOM CURSOR
   ════════════════════════════════════════════════ */
.cursor-dot {
  position: fixed; z-index: 9999;
  width: 6px; height: 6px;
  background: var(--gold-light); border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%,-50%);
  transition: transform 0.1s ease;
}
.cursor-ring {
  position: fixed; z-index: 9998;
  width: 38px; height: 38px;
  border: 1px solid rgba(219, 173, 84, 0.4);
  border-radius: 50%; pointer-events: none;
  transform: translate(-50%,-50%);
  transition: width 0.4s var(--ease), height 0.4s var(--ease), border-color 0.3s, background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor-ring::after {
  content: attr(data-text);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--forest-deep);
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: 600;
}
.cursor-ring.hover {
  width: 76px; height: 76px;
  border-color: var(--gold-light);
  background: rgba(15, 26, 19, 0.85);
  backdrop-filter: blur(4px);
}
.cursor-ring.hover::after {
  color: var(--gold-pale) !important;
  opacity: 1;
}

/* ════════════════════════════════════════════════
   HERO SLIDER
   ════════════════════════════════════════════════ */
.hero-slider {
  position: relative;
  height: 100vh; min-height: 650px;
  overflow: hidden;
  color: pointer;
  background: var(--forest-deep);
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  transition: background-image 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: background-image;
}
.hero-bg.bg-0 { background-image: url('../img/shambhala-constructions/contact-banner.png'); }
/* .hero-bg.bg-1 { background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1800&q=85'); }
.hero-bg.bg-2 { background-image: url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?w=1800&q=85'); }
.hero-bg.bg-3 { background-image: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=1800&q=85'); } */

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(15,26,19,0.85) 0%,
    rgba(15,26,19,0.6) 50%,
    rgba(15,26,19,0.4) 100%
  );
}
.hero-v-rule {
  position: absolute; z-index: 2;
  top: 0; left: 5vw; bottom: 0; width: 1px;
  background: linear-gradient(to bottom,
    transparent 0%,
    rgba(219,173,84,0.3) 30%,
    rgba(219,173,84,0.3) 70%,
    transparent 100%);
  pointer-events: none;
}
.hero-cross {
  position: absolute; z-index: 2;
  top: 8rem; right: 4rem;
  width: 26px; height: 26px; pointer-events: none;
}
.hero-cross::before {
  content: ''; position: absolute;
  left: 0; right: 0; top: 12px; height: 1px;
  background: rgba(219,173,84,0.35);
  box-shadow: 0 10px 0 rgba(219,173,84,0.35);
}
.hero-cross::after {
  content: ''; position: absolute;
  top: 0; bottom: 0; left: 12px; width: 1px;
  background: rgba(219,173,84,0.35);
  box-shadow: 10px 0 0 rgba(219,173,84,0.35);
}
.hero-brand-label {
  position: absolute; z-index: 2;
  right: 2vw; top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  font-size: 0.65rem; letter-spacing: 0.4em; text-transform: uppercase;
  color: rgba(219,173,84,0.3);
  pointer-events: none;
  font-family: 'Jost', sans-serif;
}

.hero-slide {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 0 8vw 15vh 8vw;
  opacity: 0; pointer-events: none;
  transition: opacity 0.8s ease;
}
.hero-slide.is-active  { opacity: 1; pointer-events: auto; }

.hero-slide .s-tag-wrap,
.hero-slide .s-h1,
.hero-slide .s-body {
  opacity: 0;
}
.hero-slide.is-active .s-tag-wrap { animation: hsUp 1.0s var(--ease) 0.1s forwards; }
.hero-slide.is-active .s-h1       { animation: hsUp 1.1s var(--ease) 0.25s forwards; }
.hero-slide.is-active .s-body     { animation: hsUp 1.0s var(--ease) 0.4s forwards; }

.hero-slide.is-out .s-tag-wrap,
.hero-slide.is-out .s-h1,
.hero-slide.is-out .s-body        { animation: hsDown 0.6s var(--ease) forwards; }

@keyframes hsUp   { from { transform: translateY(60px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes hsDown { from { transform: none; opacity: 1; } to { transform: translateY(-40px); opacity: 0; } }

.s-tag-wrap {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.5rem;
}
.s-tag-num {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem; font-style: italic; color: var(--gold-light);
}
.s-tag {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold-pale);
}
.s-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  font-weight: 700; line-height: 0.95;
  color: var(--white); letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.s-h1 em {
  display: block; font-style: italic; font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(251, 244, 187, 0.6);
}
.s-body p {
  font-size: clamp(0.85rem, 1.1vw, 1.05rem);
  line-height: 1.9; color: rgba(255,255,255,0.7);
  max-width: 520px;
}

/* Hero Controls */
.hero-nav {
  position: absolute; z-index: 4;
  bottom: 8vh; left: 8vw; right: 8vw;
  display: flex; align-items: center; justify-content: space-between;
}
.hero-count {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
}
.hero-count strong { font-style: normal; color: var(--gold-pale); font-weight: 600; }

.hero-bars { display: flex; gap: 0.8rem; align-items: center; }
.h-bar {
  position: relative; height: 3px; width: 45px;
  background: rgba(255,255,255,0.15);
  cursor: none; overflow: hidden;
  transition: width 0.3s;
}
.h-bar-fill {
  position: absolute; inset: 0;
  background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  will-change: transform;
}
.h-bar.is-active { width: 65px; }
.h-bar.is-active .h-bar-fill {
  animation: barFill calc(var(--slider-dur) * 1s) linear forwards;
}
.h-bar.is-done .h-bar-fill { transform: scaleX(1); }
@keyframes barFill { from { transform: scaleX(0); } to { transform: scaleX(1); } }


/* ════════════════════════════════════════════════
   INTRO BLOCK
   ════════════════════════════════════════════════ */
.intro-container {
  padding: 8rem 8vw 4rem;
  background: var(--forest-deep);
  position: relative; z-index: 2;
}
.intro-block {
  padding: 7rem 5rem;
  display: grid; grid-template-columns: 1.2fr 2fr; gap: 5rem;
  align-items: center;
  background: linear-gradient(135deg, rgba(13,38,25,0.7) 0%, rgba(15,26,19,0.9) 100%);
  border: 1px solid rgba(219,173,84,0.12);
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.intro-block::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--gold-bronze) 0%, var(--gold-light) 50%, transparent 100%);
}
.intro-label {
  font-size: 0.95rem; font-weight: 600;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold-light);
}
.intro-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 300;
  line-height: 1.15; color: var(--gold-pale);
  margin-bottom: 1.5rem; letter-spacing: -0.01em;
}
.intro-text h2 em { font-style: italic; font-weight: 400; color: var(--white); }
.intro-text p {
  font-size: 1rem; line-height: 1.95;
  color: rgba(255,255,255,0.75); max-width: 680px;
}

/* ════════════════════════════════════════════════
   ORNAMENT DIVIDER
   ════════════════════════════════════════════════ */
.ornament {
  display: flex; align-items: center; gap: 2rem;
  padding: 2rem 8vw; position: relative; z-index: 2;
}
.ornament-line { flex: 1; height: 1px; background: var(--rule); }
.ornament-icon {
  color: var(--gold-light); font-size: 0.9rem;
  letter-spacing: 0.3em; opacity: 0.8; user-select: none;
}

/* ════════════════════════════════════════════════
   SERVICE SECTIONS
   ════════════════════════════════════════════════ */
.service-section {
  padding: 7rem 8vw;
  position: relative; z-index: 2;
  border-top: 1px solid rgba(219,173,84,0.1);
  overflow: hidden;
}
.service-section:nth-of-type(even) {
  background: linear-gradient(180deg, var(--forest-deep) 0%, rgba(13,38,25,0.4) 100%);
}

.service-header {
  display: flex; align-items: baseline;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
.service-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5.5rem; font-weight: 200;
  color: rgba(219,173,84,0.15); line-height: 1;
  letter-spacing: -0.02em; user-select: none;
}
.service-title-block { flex: 1; padding: 0 2.5rem; }
.service-tag {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.6rem;
}
.service-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem); font-weight: 300;
  color: var(--gold-pale); line-height: 1.15; letter-spacing: -0.01em;
}
.service-h2 em { font-style: italic; font-weight: 400; color: var(--white); }
.service-header-rule {
  width: 75px; height: 1px;
  background: var(--gold-light);
  margin-top: auto; margin-bottom: 0.5rem;
}

/* layouts */
.layout-a { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4.5rem; align-items: center; }
.layout-b { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4.5rem; align-items: center; }
.layout-d { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2.5rem; align-items: start; }

/* image wrappers with gold animated crop frame */
.img-wrap {
  position: relative; overflow: hidden;
  background: var(--forest-mid);
  border: 1px solid rgba(219,173,84,0.15);
  border-radius: 8px; box-shadow: 0 25px 50px rgba(0,0,0,0.55);
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.img-wrap.tall   { aspect-ratio: 4/5; }
.img-wrap.wide   { aspect-ratio: 16/10; }
.img-wrap.square { aspect-ratio: 1; }

.img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; transition: transform 0.8s var(--ease), filter 0.8s var(--ease);
  filter: saturate(0.85) contrast(1.05);
}
.img-wrap:hover img { transform: scale(1.05); filter: saturate(1) contrast(1.1); }

.img-wrap:hover {
  border-color: rgba(251, 244, 187, 0.4);
  box-shadow: 0 25px 60px rgba(219,173,84,0.15);
}

.img-offset { margin-top: 2.2rem; }

/* reveal animations wipe effect */
.reveal-wipe-wrap {
  position: relative;
  overflow: hidden;
}
.reveal-wipe-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--forest-deep));
  transform: translateX(-100%);
  z-index: 3;
}
.reveal-wipe-wrap.visible::after {
  animation: wipeOut 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes wipeOut {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

/* service body text */
.service-body { padding-top: 0.5rem; }
.service-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 300; font-style: italic;
  color: var(--gold-pale); line-height: 1.6;
  margin-bottom: 1.8rem;
  border-left: 2px solid var(--gold); padding-left: 1.5rem;
}
.service-desc {
  font-size: 0.98rem; line-height: 1.95;
  color: rgba(255,255,255,0.7); margin-bottom: 2.5rem;
}
.feature-list { list-style: none; margin-bottom: 2.5rem; }
.feature-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid rgba(219,173,84,0.08);
  transition: all 0.35s var(--ease);
  border-radius: 6px;
}
.feature-list li:hover {
  background: rgba(23,58,40,0.3);
  border-bottom-color: rgba(219,173,84,0.25);
  padding-left: 1.8rem;
}
.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  transition: transform 0.3s var(--ease);
}
.feature-list li:hover::before {
  transform: translateY(-50%) scale(1);
}
.f-label {
  color: var(--gold-pale);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  min-width: 140px; flex-shrink: 0;
}
.f-val {
  color: rgba(255,255,255,0.65);
  transition: color 0.3s;
  font-size: 0.92rem;
}
.feature-list li:hover .f-val { color: rgba(255,255,255,0.95); }
.feature-list li:hover .f-label { color: var(--gold-light); }

.service-link {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold-light); text-decoration: none;
  border-bottom: 1px solid rgba(219,173,84,0.3); padding-bottom: 0.3rem;
  transition: all 0.35s var(--ease);
  position: relative;
}
.service-link::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; width: 100%; height: 1px;
  background: var(--gold-light);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.35s var(--ease);
}
.service-link:hover { color: var(--white); gap: 1.3rem; }
.service-link:hover::after { transform: scaleX(1); transform-origin: left; }
.service-link svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }

/* ════════════════════════════════════════════════
   STATS BAR
   ════════════════════════════════════════════════ */
.stats-bar {
  background: linear-gradient(180deg, var(--forest-deep) 0%, #08100C 100%);
  padding: 6.5rem 8vw;
  display: grid; grid-template-columns: repeat(3,1fr);
  border-top: 1px solid rgba(219,173,84,0.15);
  border-bottom: 1px solid rgba(219,173,84,0.15);
  position: relative; z-index: 2;
}
.stat-item {
  padding: 2rem 3rem;
  border-right: 1px solid rgba(219,173,84,0.08);
  text-align: center;
  transition: all 0.4s var(--ease);
  border-radius: 8px;
}
.stat-item:last-child { border-right: none; }
.stat-item:hover {
  transform: translateY(-8px);
  background: rgba(23,58,40,0.15);
}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 5rem; font-weight: 600; line-height: 1;
  color: var(--gold-light);
  text-shadow: 0 0 30px rgba(219,173,84,0.12);
  margin-bottom: 0.8rem;
}
.stat-label {
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold-pale);
}
.stat-desc {
  font-size: 0.86rem; color: rgba(255,255,255,0.6);
  margin-top: 0.6rem; line-height: 1.6;
  max-width: 280px; margin-left: auto; margin-right: auto;
}

/* ════════════════════════════════════════════════
   QUOTE
   ════════════════════════════════════════════════ */
.quote-section {
  padding: 8rem 8vw;
  background: var(--forest-deep);
  text-align: center;
  position: relative; z-index: 2;
  overflow: hidden;
}
.quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 8rem; font-weight: 700;
  color: var(--gold); opacity: 0.15; line-height: 0.3;
  margin-bottom: 1rem; display: block;
}
.quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem); font-weight: 300;
  font-style: italic; line-height: 1.6;
  color: var(--gold-pale); max-width: 960px; margin: 0 auto 2rem;
}
.quote-text em { color: var(--white); font-style: italic; font-weight: 400; }
.quote-attr {
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.quote-attr span { color: var(--gold-light); }
/* ════════════════════════════════════════════════
   SERVICE SECTIONS
   ════════════════════════════════════════════════ */
.service-section {
  padding: 7rem 8vw;
  position: relative; z-index: 2;
  border-top: 1px solid rgba(219,173,84,0.1);
  overflow: hidden;
}
.service-section:nth-of-type(even) {
  background: linear-gradient(180deg, var(--forest-deep) 0%, rgba(13,38,25,0.4) 100%);
}

.service-header {
  display: flex; align-items: baseline;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
.service-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5.5rem; font-weight: 200;
  color: rgba(219,173,84,0.15); line-height: 1;
  letter-spacing: -0.02em; user-select: none;
}
.service-title-block { flex: 1; padding: 0 2.5rem; }
.service-tag {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.6rem;
}
.service-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem); font-weight: 300;
  color: var(--gold-pale); line-height: 1.15; letter-spacing: -0.01em;
}
.service-h2 em { font-style: italic; font-weight: 400; color: var(--white); }
.service-header-rule {
  width: 75px; height: 1px;
  background: var(--gold-light);
  margin-top: auto; margin-bottom: 0.5rem;
}

/* layouts */
.layout-a { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4.5rem; align-items: center; }
.layout-b { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4.5rem; align-items: center; }
.layout-d { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2.5rem; align-items: start; }

/* image wrappers with gold animated crop frame */
.img-wrap {
  position: relative; overflow: hidden;
  background: var(--forest-mid);
  border: 1px solid rgba(219,173,84,0.15);
  border-radius: 8px; box-shadow: 0 25px 50px rgba(0,0,0,0.55);
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.img-wrap.tall   { aspect-ratio: 4/5; }
.img-wrap.wide   { aspect-ratio: 16/10; }
.img-wrap.square { aspect-ratio: 1; }

.img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; transition: transform 0.8s var(--ease), filter 0.8s var(--ease);
  filter: saturate(0.85) contrast(1.05);
}
.img-wrap:hover img { transform: scale(1.05); filter: saturate(1) contrast(1.1); }

.img-wrap:hover {
  border-color: rgba(251, 244, 187, 0.4);
  box-shadow: 0 25px 60px rgba(219,173,84,0.15);
}

.img-offset { margin-top: 2.2rem; }

/* reveal animations wipe effect */
.reveal-wipe-wrap {
  position: relative;
  overflow: hidden;
}
.reveal-wipe-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--forest-deep));
  transform: translateX(-100%);
  z-index: 3;
}
.reveal-wipe-wrap.visible::after {
  animation: wipeOut 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes wipeOut {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

/* service body text */
.service-body { padding-top: 0.5rem; }
.service-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 300; font-style: italic;
  color: var(--gold-pale); line-height: 1.6;
  margin-bottom: 1.8rem;
  border-left: 2px solid var(--gold); padding-left: 1.5rem;
}
.service-desc {
  font-size: 0.98rem; line-height: 1.95;
  color: rgba(255,255,255,0.7); margin-bottom: 2.5rem;
}
.feature-list { list-style: none; margin-bottom: 2.5rem; }
.feature-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid rgba(219,173,84,0.08);
  transition: all 0.35s var(--ease);
  border-radius: 6px;
}
.feature-list li:hover {
  background: rgba(23,58,40,0.3);
  border-bottom-color: rgba(219,173,84,0.25);
  padding-left: 1.8rem;
}
.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  transition: transform 0.3s var(--ease);
}
.feature-list li:hover::before {
  transform: translateY(-50%) scale(1);
}
.f-label {
  color: var(--gold-pale);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  min-width: 140px; flex-shrink: 0;
}
.f-val {
  color: rgba(255,255,255,0.65);
  transition: color 0.3s;
  font-size: 0.92rem;
}
.feature-list li:hover .f-val { color: rgba(255,255,255,0.95); }
.feature-list li:hover .f-label { color: var(--gold-light); }

.service-link {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold-light); text-decoration: none;
  border-bottom: 1px solid rgba(219,173,84,0.3); padding-bottom: 0.3rem;
  transition: all 0.35s var(--ease);
  position: relative;
}
.service-link::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; width: 100%; height: 1px;
  background: var(--gold-light);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.35s var(--ease);
}
.service-link:hover { color: var(--white); gap: 1.3rem; }
.service-link:hover::after { transform: scaleX(1); transform-origin: left; }
.service-link svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }


/* ════════════════════════════════════════════════
   NEXT PROJECT CTA BANNER
   ════════════════════════════════════════════════ */
.next-project {
  position: relative; height: 72vh; min-height: 480px;
  overflow: hidden;
  border-top: 1px solid rgba(219,173,84,0.15);
}
.next-project-img {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1800&q=85') center/cover no-repeat;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.next-project:hover .next-project-img { transform: scale(1.05); }
.next-project-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(15,26,19,0.92) 0%, rgba(15,26,19,0.55) 100%);
}
.next-project-body {
  position: relative; z-index: 2;
  height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1.8rem;
}
.next-project-body span {
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold-light);
}
.next-project-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 6.5vw, 5.5rem); font-weight: 300;
  font-style: italic; color: var(--gold-pale); letter-spacing: -0.01em;
}
.next-circle {
  width: 76px; height: 76px;
  border: 1px solid rgba(219,173,84,0.4); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.45s var(--ease);
  background: rgba(15,26,19,0.4);
}
.next-project:hover .next-circle {
  width: 95px; height: 95px;
  border-color: var(--gold-pale);
  background: var(--gold-pale);
}
.next-circle svg { width: 22px; height: 22px; fill: none; stroke: var(--white); stroke-width: 1.5; transition: stroke 0.3s; }
.next-project:hover .next-circle svg { stroke: var(--forest-deep); }

/* Responsive tweaks */
.service-desc, .service-lead, .intro-text p, .stat-desc, .slat-desc {
  text-align: left;
}

@media (max-width: 1024px) {
  .layout-a, .layout-b { grid-template-columns: 1fr; gap: 3rem; }
  .layout-d { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .layout-d .service-body { grid-column: span 2; }
  .intro-block { grid-template-columns: 1fr; gap: 2.5rem; padding: 4.5rem 3.5rem; }
  .stats-bar { grid-template-columns: 1fr; gap: 2rem; padding: 4.5rem 8vw; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(219,173,84,0.08); padding: 1.5rem 0; }
  .stat-item:last-child { border-bottom: none; }
}

@media (max-width: 768px) {
  .service-section { padding: 5rem 6vw !important; }
  .intro-container { padding: 5rem 6vw 2.5rem !important; }
  .stats-bar { padding: 5rem 6vw !important; }
  .quote-section { padding: 0rem 0vw !important; }
  .feature-list li {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.4rem !important;
    padding: 1rem 1.2rem !important;
  }
  .f-label {
    min-width: unset !important;
    width: 100% !important;
    margin-bottom: 0.2rem !important;
  }
  .f-val {
    font-size: 0.88rem !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 600px) {
  .hero-slide { padding: 0 6vw 15vh 6vw !important; justify-content: center !important; }
  .s-h1 { font-size: clamp(2.4rem, 7vw, 3.2rem) !important; margin-bottom: 1rem !important; }
  .s-body p { font-size: 0.86rem !important; }
  .hero-nav { bottom: 6vh !important; left: 6vw !important; right: 6vw !important; }
  .h-bar { width: 35px !important; }
  .h-bar.is-active { width: 50px !important; }
  .layout-d { grid-template-columns: 1fr; gap: 2rem; }
  .layout-d .service-body { grid-column: span 1; }
  .intro-block { padding: 3rem 1.8rem; }
  .service-header { flex-direction: column; align-items: flex-start; gap: 0.8rem; margin-bottom: 3rem; }
  .service-title-block { padding: 0; }
  .service-number { font-size: 4rem; }
}

/* ════════════════════════════════════════════════
   ACCORDION CAROUSEL SHOWCASE GALLERY
   ════════════════════════════════════════════════ */
.accordion-carousel-section {
  padding: 8rem 8vw;
  background: var(--forest-deep);
  border-top: 1px solid rgba(219,173,84,0.15);
  position: relative; z-index: 2;
  overflow: hidden;
}
.accordion-wrapper {
  display: flex;
  gap: 1.2rem;
  width: 100%;
  height: 520px;
  margin-top: 4rem;
}
.accordion-slat {
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(219,173,84,0.15);
  transition: flex 0.7s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
  cursor: none;
}
.accordion-slat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease), filter 0.8s var(--ease);
  filter: saturate(0.65) contrast(1.05) brightness(0.65);
}
.accordion-slat:hover {
  flex: 3.5;
  border-color: rgba(251, 244, 187, 0.4);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}
.accordion-slat:hover img {
  transform: scale(1.03);
  filter: saturate(1) contrast(1.05) brightness(0.9);
}
.slat-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  letter-spacing: 0.18em;
  color: var(--gold-pale);
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
  opacity: 0.8;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 2;
}
.accordion-slat:hover .slat-indicator {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8) rotate(-90deg);
}
.slat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15,26,19,0.95) 100%);
  z-index: 1;
  transition: opacity 0.5s;
}
.slat-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.6s var(--ease), opacity 0.5s;
}
.accordion-slat:hover .slat-content {
  transform: translateY(0);
  opacity: 1;
}
.slat-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
}
.slat-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  color: var(--white);
  font-weight: 300;
  line-height: 1.2;
}
.slat-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  max-width: 440px;
}

@media (max-width: 900px) {
  .accordion-carousel-section {
    padding: 5rem 6vw !important;
  }
  .accordion-wrapper {
    flex-direction: column !important;
    height: auto !important;
    gap: 1.2rem !important;
  }
  .accordion-slat {
    flex: none !important;
    width: 100% !important;
    height: 180px !important;
    transition: height 0.6s var(--ease) !important;
  }
  .accordion-slat:hover {
    flex: none !important;
    height: 300px !important;
  }
  .slat-indicator {
    transform: translate(-50%, -50%) rotate(0deg) !important;
    font-size: 1.15rem !important;
  }
  .accordion-slat:hover .slat-indicator {
    opacity: 0 !important;
    transform: translate(-50%, -50%) scale(0.8) !important;
  }
  .slat-content {
    padding: 1.8rem !important;
  }
  .slat-title {
    font-size: 1.8rem !important;
  }
}

/* ════════════════════════════════════════════════
   SCROLL REVEAL ANIMATIONS
   ════════════════════════════════════════════════ */
.reveal       { opacity: 0; transform: translateY(35px);  transition: opacity 1.0s var(--ease), transform 1.0s var(--ease); }
.reveal-left  { opacity: 0; transform: translateX(-35px); transition: opacity 1.0s var(--ease), transform 1.0s var(--ease); }
.reveal-right { opacity: 0; transform: translateX(35px);  transition: opacity 1.0s var(--ease), transform 1.0s var(--ease); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none; }









/* Mobile Footer Columns Fix */
@media (max-width: 767px) {

    .xb-footer-inner {
        display: flex;
        flex-wrap: wrap;
    }

    .xb-footer-inner .xb-footer_widget {
        width: 100%;
        margin-bottom: 30px;
        text-align: left !important;
    }

    .xb-footer-contact_info,
    .xb-footer-nav {
        text-align: left !important;
    }

    .xb-footer-contact_info a {
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .xb-footer-nav .ul_li {
        display: block;
    }

    .xb-footer-nav .ul_li li {
        display: block;
        margin-bottom: 10px;
    }

    .xb-footer_bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}




/* architectural */





   body{
   background:#111;
   font-family:Arial, sans-serif;
   }
   .construction-form-section{
   padding:80px 20px;
   background:#858585;
   }
   .construction-form-container{
   max-width:850px;
   margin:auto;
   background: linear-gradient(
   145deg,
   #04140d 0%,
   #0a1f16 25%,
   #123226 55%,
   #081710 100%
   );
   padding:50px;
   border-radius:10px;
   box-shadow:0 0 30px rgba(0,0,0,0.4);
   color:#000000;
   }
   .form-top-line{
   width:45px;
   height:4px;
   background:#c9a227;
   margin-bottom:25px;
   }
   .construction-form-container h2{
   font-size:48px;
   margin-bottom:10px;
   color:#c7b27a;
   font-weight:700;
   letter-spacing:1px;
   }
   .construction-form-container p{
   color:#888;
   margin-bottom:40px;
   font-size:16px;
   }
   .form-row{
   display:flex;
   gap:25px;
   margin-bottom:25px;
   }
   .form-group{
   flex:1;
   display:flex;
   flex-direction:column;
   }
   .form-group label{
   font-size:14px;
   font-weight:700;
   color:#c9a227;
   margin-bottom:10px;
   letter-spacing:1px;
   }
   .form-group input,
   .form-group select,
   .form-group textarea{
   background:#2a2a2a;
   border:1px solid #3a3a3a;
   color:#fff;
   padding:16px;
   border-radius:6px;
   font-size:16px;
   outline:none;
   transition:0.3s;
   }
   .form-group input:focus,
   .form-group select:focus,
   .form-group textarea:focus{
   border-color:#c9a227;
   box-shadow:0 0 10px rgba(201,162,39,0.3);
   }
   .form-group textarea{
   min-height:140px;
   resize:none;
   }
   .full-width{
   width:100%;
   margin-bottom:25px;
   }
   .submit-btn{
   background:#c9a227;
   color:#111;
   border:none;
   padding:16px 35px;
   font-size:16px;
   font-weight:700;
   border-radius:6px;
   cursor:pointer;
   transition:0.3s;
   }
   .submit-btn:hover{
   background:#e0b832;
   transform:translateY(-2px);
   }
   /* Responsive */
   @media(max-width:768px){
   .form-row{
   flex-direction:column;
   }
   .construction-form-container{
   padding:30px 20px;
   }
   .construction-form-container h2{
   font-size:34px;
   }
   }




   /* index css */




   *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
   :root {
   --deep: #1a2318;
   --gold: #c9a84c;
   --gold-light: #e2c47a;
   --cream: #f5f0e8;
   --text: #d4cfc6;
   --muted: #8a8778;
   }
   body {
   background: #173a28;
   color: var(--cream);
   font-family: 'Jost', sans-serif;
   font-weight: 300;
   }
   /* STORY SECTION */
   .story-section { padding: 100px 60px;  background: linear-gradient(
   135deg,
   #04140d,
   #0b2418,
   #123226
   );}
   .story {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 80px;
   align-items: center;
   max-width: 1300px;
   margin: 0 auto;
   }
   .story-images {
   position: relative;
   height: 520px;
   }
   .story-img-main {
   position: absolute;
   left: 0; top: 0;
   width: 75%; height: 85%;
   object-fit: cover;
   filter: brightness(0.85);
   }
   .story-img-accent {
   position: absolute;
   right: 0; bottom: 0;
   width: 50%; height: 55%;
   object-fit: cover;
   border: 4px solid var(--deep);
   filter: brightness(0.85);
   }
   .story-badge {
   position: absolute;
   left: 55%; top: 40%;
   background: var(--gold);
   color: var(--deep);
   padding: 16px 22px;
   text-align: center;
   z-index: 10;
   }
   .story-badge-num {
   font-family: 'Cinzel', serif;
   font-size: 32px;
   font-weight: 600;
   line-height: 1;
   }
   .story-badge-text {
   font-size: 9px;
   letter-spacing: 0.2em;
   text-transform: uppercase;
   margin-top: 4px;
   }
   /* STORY TEXT */
   .story-text { padding: 20px 0; }
   .section-eyebrow {
   font-family: 'Jost', sans-serif;
   font-size: 11px;
   letter-spacing: 0.4em;
   text-transform: uppercase;
   color: var(--gold);
   margin-bottom: 16px;
   }
   .section-title {
   font-family: 'Cinzel', serif;
   font-size: clamp(28px, 3.5vw, 48px);
   font-weight: 400;
   line-height: 1.2;
   color: var(--cream);
   margin-bottom: 30px;
   }
   .section-title em {
   font-family: 'Cormorant Garamond', serif;
   font-style: italic;
   color: var(--gold-light);
   }
   .story-blockquote {
   border-left: 2px solid var(--gold);
   padding-left: 24px;
   margin: 30px 0;
   font-family: 'Cormorant Garamond', serif;
   font-style: italic;
   font-size: 22px;
   line-height: 1.6;
   color: var(--gold-light);
   }
   .story-body {
   font-size: 15px;
   line-height: 1.9;
   color: var(--text);
   margin-bottom: 16px;
   }
   .btn-outline {
   display: inline-flex;
   align-items: center;
   gap: 12px;
   margin-top: 30px;
   padding: 14px 32px;
   border: 1px solid var(--gold);
   color: var(--gold);
   font-family: 'Jost', sans-serif;
   font-size: 11px;
   letter-spacing: 0.3em;
   text-transform: uppercase;
   cursor: pointer;
   background: transparent;
   transition: all 0.3s;
   text-decoration: none;
   }
   .btn-outline:hover { background: var(--gold); color: var(--deep); }
   .btn-arrow { font-size: 16px; transition: transform 0.3s; }
   .btn-outline:hover .btn-arrow { transform: translateX(6px); }
   /* RESPONSIVE */
   @media (max-width: 1024px) {
   .story-section { padding: 80px 30px; }
   .story { grid-template-columns: 1fr; gap: 60px; }
   .story-images { height: 380px; }
   }
   @media (max-width: 640px) {
   .story-section { padding: 60px 20px; }
   }






 
      .stats-section{
      padding:100px 5%;
      background:linear-gradient(
      135deg,
      #04140d,
      #0b2418,
      #123226
      );
      position:relative;
      overflow:hidden;
      }
      .stats-section::before{
      content:"";
      position:absolute;
      inset:0;
      background:
      linear-gradient(
      90deg,
      transparent,
      rgba(201,162,39,.08),
      transparent
      );
      animation: shine 8s linear infinite;
      }
      @keyframes shine{
      from{
      transform:translateX(-100%);
      }
      to{
      transform:translateX(100%);
      }
      }
      .stats-container{
      max-width:1400px;
      margin:auto;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:30px;
      }
      .stat-card{
      background:rgba(255,255,255,0.04);
      backdrop-filter:blur(10px);
      border:1px solid rgba(201,162,39,.2);
      border-radius:16px;
      padding:40px 20px;
      text-align:center;
      transition:.4s ease;
      position:relative;
      }
      .stat-card:hover{
      transform:translateY(-10px);
      border-color:#c9a227;
      box-shadow:0 20px 40px rgba(0,0,0,.3);
      }
      .stat-card h2{
      display:inline-block;
      font-size:60px;
      color:#c9a227;
      font-weight:800;
      margin:0;
      }
      .stat-card span{
      font-size:42px;
      color:#c9a227;
      font-weight:700;
      }
      .stat-card p{
      margin-top:15px;
      color:#fff;
      margin-left: 70px;
      font-size:18px;
      letter-spacing:.5px;
      }
      @media(max-width:992px){
      .stats-container{
      grid-template-columns:repeat(2,1fr);
      }
      }
      @media(max-width:600px){
      .stats-container{
      grid-template-columns:1fr;
      }
      .stat-card h2{
      font-size:48px;
      }
      }
   



      /* pop up form */



       /* =========================
   PREMIUM CONSTRUCTION POPUP
   ========================= */
   /* Popup Main */
   .construction-popup{
   position:fixed;
   inset:0;
   display:none;
   justify-content:center;
   align-items:center;
   z-index:99999;
   padding:15px;
   cursor:pointer;
   }
   /* Overlay */
   .popup-overlay{
   position:absolute;
   inset:0;
   background:rgba(0,0,0,0.78);
   backdrop-filter:blur(5px);
   }
   @media (max-width: 767px) {
   .bx-banner {
   height: 73vh !important;
 
   }
     .hero-slider{
    height: 73vh !important;}
   
   }
   
   /* Popup Box */
   .popup-content{
   position:relative;
   width:100%;
   max-width:400px;
   overflow:hidden;
   padding:18px 22px 16px;
   border-radius:18px;
   z-index:2;
   cursor:default;
   /* Premium Green Gradient */
   background:
   linear-gradient(
   145deg,
   #04140d 0%,
   #0a1f16 25%,
   #123226 55%,
   #081710 100%
   );
   /* White Soft Shadow */
   box-shadow:
   0 0 10px rgba(255,255,255,0.10),
   0 0 25px rgba(255,255,255,0.07),
   0 20px 50px rgba(0,0,0,0.7);
   border:1px solid rgba(255,255,255,0.08);
   animation:popupFade .4s ease;
   }
   /* Premium Border Glow */
   .popup-content::before{
   content:"";
   position:absolute;
   inset:0;
   border-radius:18px;
   padding:1px;
   background:linear-gradient(
   135deg,
   rgba(255,255,255,0.25),
   rgba(255,255,255,0.03),
   rgba(255,255,255,0.15)
   );
   -webkit-mask:
   linear-gradient(#fff 0 0) content-box,
   linear-gradient(#fff 0 0);
   -webkit-mask-composite:xor;
   mask-composite:exclude;
   pointer-events:none;
   }
   /* Animation */
   @keyframes popupFade{
   from{
   opacity:0;
   transform:translateY(25px) scale(.95);
   }
   to{
   opacity:1;
   transform:translateY(0) scale(1);
   }
   }
   /* Top Line */
   .form-top-line{
   width:45px;
   height:4px;
   border-radius:10px;
   background:linear-gradient(
   90deg,
   #d8b14a,
   #f3d57a
   );
   margin-bottom:12px;
   }
   /* Heading */
   .popup-content h2{
   color:#fff;
   font-size:28px;
   line-height:1.1;
   font-weight:700;
   margin-bottom:6px;
   letter-spacing:-1px;
   }
   /* Description */
   .popup-content p{
   color:rgba(255,255,255,0.62);
   font-size:12px;
   margin-bottom:12px;
   line-height:1.35;
   }
   /* Popup-only compact form spacing */
   .construction-popup .form-group{
   margin-bottom:8px;
   }
   .construction-popup .form-group label{
   font-size:12px;
   margin-bottom:5px;
   }
   .construction-popup .form-row-popup{
   display:grid;
   grid-template-columns:1fr 1fr;
   gap:8px;
   margin-bottom:0;
   }
   .construction-popup .form-row-popup .form-group{
   margin-bottom:8px;
   }
   .construction-popup .popup-recaptcha-wrap{
   margin:2px 0 0;
   min-height:72px;
   overflow:hidden;
   }
   .construction-popup .popup-recaptcha-wrap > div{
   transform:scale(0.88);
   transform-origin:left top;
   }
   /* Form Group */
   .form-group{
   display:flex;
   flex-direction:column;
   margin-bottom:16px;
   }
   /* Labels */
   .form-group label{
   color:#d8b14a;
   font-size:13px;
   font-weight:700;
   margin-bottom:8px;
   letter-spacing:1px;
   }
   /* Inputs */
   .form-group input,
   .form-group select{
   height:50px; /* SMALLER */
   border-radius:10px;
   border:1px solid rgba(255,255,255,0.08);
   background:rgba(255,255,255,0.05);
   color:#fff;
   font-size:14px;
   padding:0 16px;
   outline:none;
   transition:all .3s ease;
   width:100%;
   }
   .construction-popup .form-group input,
   .construction-popup .form-group select{
   height:40px;
   font-size:13px;
   padding:0 12px;
   }
   /* Placeholder */
   .form-group input::placeholder{
   color:rgba(255,255,255,0.45);
   }
   /* Focus */
   .form-group input:focus,
   .form-group select:focus{
   border-color:rgba(255,255,255,0.25);
   box-shadow:
   0 0 0 3px rgba(255,255,255,0.04),
   0 0 15px rgba(255,255,255,0.06);
   background:rgba(255,255,255,0.07);
   }
   /* Dropdown */
   .form-group select{
   color:rgba(255,255,255,0.7);
   }
   /* Submit Button */
   .submit-btn{
   width:100%;
   height:50px;
   border:none;
   border-radius:12px;
   background:linear-gradient(
   135deg,
   #c89d27,
   #e1bb54
   );
   color:#111;
   font-size:15px;
   font-weight:700;
   cursor:pointer;
   transition:.35s ease;
   margin-top:8px;
   box-shadow:
   0 8px 20px rgba(216,177,74,0.25);
   }
   .construction-popup .submit-btn{
   height:42px;
   font-size:14px;
   margin-top:2px;
   }
   /* Hover */
   .submit-btn:hover{
   transform:translateY(-2px);
   box-shadow:
   0 10px 28px rgba(216,177,74,0.35);
   }
   /* Close Button */
   .close-popup{
   position:absolute;
   top:14px;
   right:14px;
   width:38px;
   height:38px;
   border:none;
   border-radius:50%;
   background:linear-gradient(
   135deg,
   #d6af47,
   #f1cf73
   );
   color:#111;
   font-size:15px;
   cursor:pointer;
   transition:.3s ease;
   box-shadow:
   0 0 15px rgba(255,255,255,0.15);
   }
   /* Hover */
   .close-popup:hover{
   transform:rotate(90deg) scale(1.05);
   }
   /* Mobile */
   @media(max-width:576px){
   .popup-content{
   max-width:340px;
   padding:16px 14px 14px;
   border-radius:16px;
   }
   .popup-content h2{
   font-size:22px;
   }
   .construction-popup .form-row-popup{
   grid-template-columns:1fr;
   gap:0;
   }
   .construction-popup .popup-recaptcha-wrap > div{
   transform:scale(0.82);
   }
   }




    /* ════════════════════════════════════════════════
   BRICKOX BANNER — ALL CLASSES RENAMED
   ════════════════════════════════════════════════ */
   :root {
   --bx-gold:     #c8922a;
   --bx-white:    #ffffff;
   --bx-ease:     cubic-bezier(0.22, 1, 0.36, 1);
   --bx-dur:      6;
   }
   /* ── cursor ── */
   .bx-cursor-dot {
   position: fixed; z-index: 9999;
   width: 7px; height: 7px;
   background: var(--bx-gold); border-radius: 50%;
   pointer-events: none;
   transform: translate(-50%, -50%);
   }
   .bx-cursor-ring {
   position: fixed; z-index: 9998;
   width: 34px; height: 34px;
   border: 1px solid rgba(255,255,255,0.5);
   border-radius: 50%; pointer-events: none;
   transform: translate(-50%, -50%);
   transition: width 0.4s var(--bx-ease), height 0.4s var(--bx-ease), border-color 0.3s;
   }
   .bx-cursor-ring.bx-ring-hover {
   width: 56px; height: 56px; border-color: var(--bx-gold);
   }
   /* ── banner wrapper ── */
   .bx-banner {
   position: relative;
   height: 100vh; min-height: 600px;
   overflow: hidden;
   }
   /* ── fixed background ── */
   .bx-bg {
   position: absolute; inset: 0; z-index: 0;
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
   }
   .bx-bg.bx-bg-s1 { background-image: url("assets/img/shambhala-constructions/banner-01.png"); }
   .bx-bg.bx-bg-s2 { background-image: url("assets/img/shambhala-constructions/banner-02.png"); }
   .bx-bg.bx-bg-s3 { background-image: url("assets/img/shambhala-constructions/banner-03.png"); }
   /* ── dark overlay ── */
   .bx-overlay {
   position: absolute; inset: 0; z-index: 1;
   background: linear-gradient(135deg,
   rgba(8,18,12,0.80) 0%,
   rgba(8,18,12,0.54) 50%,
   rgba(8,18,12,0.35) 100%);
   }
   /* ── vertical gold rule ── */
   .bx-vline {
   position: absolute; z-index: 2;
   top: 0; left: 5vw; bottom: 0; width: 1px;
   background: linear-gradient(to bottom,
   transparent 0%,
   rgba(200,146,42,0.28) 30%,
   rgba(200,146,42,0.28) 70%,
   transparent 100%);
   pointer-events: none;
   }
   /* ── hash mark top right ── */
   /* .bx-hashmark {
   position: absolute; z-index: 2;
   top: 2.4rem; right: 3.2rem;
   width: 22px; height: 22px; pointer-events: none;
   }
   .bx-hashmark::before {
   content: ''; position: absolute;
   left: 0; right: 0; top: 7px; height: 1px;
   background: rgba(255,255,255,0.3);
   box-shadow: 0 8px 0 rgba(255,255,255,0.3);
   }
   .bx-hashmark::after {
   content: ''; position: absolute;
   top: 0; bottom: 0; left: 7px; width: 1px;
   background: rgba(255,255,255,0.3);
   box-shadow: 8px 0 0 rgba(255,255,255,0.3);
   } */
   /* ── rotated brand label ── */
   .bx-brandlabel {
   position: absolute; z-index: 2;
   right: 4vw; top: 50%;
   transform: translateY(-50%) rotate(90deg);
   transform-origin: right center;
   font-family: 'Jost', sans-serif;
   font-size: 0.58rem; letter-spacing: 0.38em; text-transform: uppercase;
   color: rgba(255,255,255,0.22);
   pointer-events: none;
   }
   /* ── individual slides ── */
   .bx-slide {
   position: absolute; inset: 0; z-index: 3;
   display: flex; flex-direction: column;
   justify-content: flex-end;
   padding: 0 6vw 12vh 7vw;
   opacity: 0; pointer-events: none;
   }
   .bx-slide.bx-slide-active { opacity: 1; pointer-events: auto; }
   /* text pieces hidden by default */
   .bx-slide .bx-stag,
   .bx-slide .bx-shead,
   .bx-slide .bx-sdesc { opacity: 0; }
   /* enter animations */
   .bx-slide.bx-slide-active .bx-stag  { animation: bxUp 0.9s  var(--bx-ease) 0.08s forwards; }
   .bx-slide.bx-slide-active .bx-shead { animation: bxUp 1.05s var(--bx-ease) 0.22s forwards; }
   .bx-slide.bx-slide-active .bx-sdesc { animation: bxUp 0.9s  var(--bx-ease) 0.40s forwards; }
   /* exit animations */
   .bx-slide.bx-slide-out .bx-stag,
   .bx-slide.bx-slide-out .bx-shead,
   .bx-slide.bx-slide-out .bx-sdesc { animation: bxDown 0.65s var(--bx-ease) forwards !important; }
   @keyframes bxUp   { from { transform: translateY(70px); opacity: 0; } to { transform: none; opacity: 1; } }
   @keyframes bxDown { from { transform: none; opacity: 1; } to { transform: translateY(-45px); opacity: 0; } }
   /* tag line */
   .bx-stag {
   font-family: 'Jost', sans-serif;
   font-size: clamp(0.6rem, 0.9vw, 0.72rem);
   font-weight: 500; letter-spacing: 0.38em; text-transform: uppercase;
   color: var(--bx-gold); margin-bottom: 1.2rem;
   }
   /* giant headline */
   .bx-shead {
   font-family: 'Playfair Display', serif;
   font-size: clamp(4rem, 11vw, 13rem);
   font-weight: 600; line-height: 0.86;
   color: var(--bx-white); letter-spacing: -0.03em;
   }
   .bx-shead em {
   display: block; font-style: italic;
   color: transparent;
   -webkit-text-stroke: 2px rgba(255,255,255,0.45);
   }
   /* body paragraph */
   .bx-sdesc { margin-top: 2rem; }
   .bx-sdesc p {
   font-family: 'Jost', sans-serif;
   font-size: 20px;
   line-height: 1.9; color: rgb(255 255 255 / 85%);
   max-width: 480px; font-weight: 500;
   }
   /* ── bottom nav ── */
   .bx-nav {
   position: absolute; z-index: 4;
   bottom: 7vh; left: 7vw; right: 5vw;
   display: flex; align-items: center; justify-content: space-between;
   }
   .bx-nav-count {
   font-family: 'Playfair Display', serif;
   font-size: clamp(0.68rem, 1vw, 0.78rem);
   font-style: italic; letter-spacing: 0.12em;
   color: rgba(255,255,255,0.28);
   }
   .bx-nav-count strong {
   font-style: normal; color: rgba(255,255,255,0.55); font-weight: 400;
   }
   /* timer bars */
   .bx-bars { display: flex; gap: 0.7rem; align-items: center; }
   .bx-bar {
   position: relative; height: 2px; width: 40px;
   background: rgba(255,255,255,0.15);
   cursor: pointer; overflow: hidden;
   }
   .bx-bar-fill {
   position: absolute; inset: 0;
   background: var(--bx-gold);
   transform: scaleX(0); transform-origin: left;
   will-change: transform;
   }
   .bx-bar.bx-bar-active .bx-bar-fill {
   animation: bxFill calc(var(--bx-dur) * 1s) linear forwards;
   }
   .bx-bar.bx-bar-done .bx-bar-fill { transform: scaleX(1); }
   @keyframes bxFill { from { transform: scaleX(0); } to { transform: scaleX(1); } }









  
/* ════════════════════════════════════════════════
   ROOT VARIABLES (SHAMBHALA LUXURY COLORWAYS)
   ════════════════════════════════════════════════ */
:root {
  --forest:      #173A28; /* Forest Green from logo */
  --forest-deep: #0F1A13; /* Deepest black-green background */
  --forest-mid:  #0D2619; /* Lighter container dark green */
  --gold:        #D09838; /* Gold from logo guidelines */
  --gold-light:  #DBAD54; /* Light gold */
  --gold-pale:   #FBF4BB; /* Warm cream/light beige */
  --gold-bronze: #A56F29; /* Mid-gold / bronze */
  --white:       #ffffff;
  --ink:         #FBF4BB; /* Warm cream text for readability */
  --ink-mid:     rgba(255,255,255,0.85);
  --ink-light:   rgba(255,255,255,0.55);
  --rule:        rgba(219,173,84,0.18); /* Thin gold rules */
  --ease:        cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  background: var(--forest-deep);
  color: var(--ink-mid);
  overflow-x: hidden;
  cursor: none;
}

/* ════════════════════════════════════════════════
   HEADER & GLOBAL NAVIGATION OVERRIDES
   ════════════════════════════════════════════════ */
#xb-header-area .xb-menu-primary > li > a {
  color: var(--gold-pale) !important;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#xb-header-area .xb-menu-primary > li > a:hover {
  color: var(--gold-light) !important;
}
#xb-header-area.stricky-fixed {
  background: rgba(15, 26, 19, 0.95) !important;
  border-bottom: 1px solid rgba(219, 173, 84, 0.2) !important;
  backdrop-filter: blur(10px);
}
#xb-header-area.stricky-fixed .xb-menu-primary > li > a {
  color: var(--gold-pale) !important;
}
.header-contact-btn {
  display: none !important;
}

/* ════════════════════════════════════════════════
   DECORATIVE BACKGROUND ELEMENTS
   ════════════════════════════════════════════════ */
.geo-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(219,173,84,0.02) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(219,173,84,0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  z-index: 0;
}
.ambient-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,58,40,0.18) 0%, rgba(15,26,19,0) 70%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 1;
  animation: glowDrift 24s infinite alternate ease-in-out;
}
.ambient-glow-1 { top: 10%; left: -15%; }
.ambient-glow-2 { top: 40%; right: -15%; animation-duration: 30s; }
.ambient-glow-3 { top: 75%; left: 10%; animation-duration: 26s; }

@keyframes glowDrift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(120px, 80px) scale(1.2); }
}

/* ════════════════════════════════════════════════
   CUSTOM CURSOR
   ════════════════════════════════════════════════ */
.cursor-dot {
  position: fixed; z-index: 9999;
  width: 6px; height: 6px;
  background: var(--gold-light); border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%,-50%);
  transition: transform 0.1s ease;
}
.cursor-ring {
  position: fixed; z-index: 9998;
  width: 38px; height: 38px;
  border: 1px solid rgba(219, 173, 84, 0.4);
  border-radius: 50%; pointer-events: none;
  transform: translate(-50%,-50%);
  transition: width 0.4s var(--ease), height 0.4s var(--ease), border-color 0.3s, background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor-ring::after {
  content: attr(data-text);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--forest-deep);
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: 600;
}
.cursor-ring.hover {
  width: 76px; height: 76px;
  border-color: var(--gold-light);
  background: rgba(15, 26, 19, 0.85);
  backdrop-filter: blur(4px);
}
.cursor-ring.hover::after {
  color: var(--gold-pale) !important;
  opacity: 1;
}

/* ════════════════════════════════════════════════
   REVEAL ANIMATIONS
   ════════════════════════════════════════════════ */
.reveal       { opacity: 0; transform: translateY(40px);  transition: opacity 1.2s var(--ease), transform 1.2s var(--ease); }
.reveal-left  { opacity: 0; transform: translateX(-40px); transition: opacity 1.2s var(--ease), transform 1.2s var(--ease); }
.reveal-right { opacity: 0; transform: translateX(40px);  transition: opacity 1.2s var(--ease), transform 1.2s var(--ease); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none; }

/* Wipe Wipe animation */
.reveal-wipe-wrap {
  position: relative;
  overflow: hidden;
}
.reveal-wipe-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--forest-deep));
  transform: translateX(-100%);
  z-index: 3;
}
.reveal-wipe-wrap.visible::after {
  animation: wipeOut 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes wipeOut {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

/* Image zoom wrap */
.img-wrap {
  position: relative; overflow: hidden;
  background: var(--forest-mid);
  border: 1px solid rgba(219,173,84,0.15);
  border-radius: 8px; box-shadow: 0 25px 50px rgba(0,0,0,0.55);
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.img-wrap.tall   { aspect-ratio: 4/5; }
.img-wrap.wide   { aspect-ratio: 16/10; }
.img-wrap.square { aspect-ratio: 1; }

.img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; transition: transform 1.0s var(--ease), filter 1.0s var(--ease);
  filter: saturate(0.85) contrast(1.05);
}
.img-wrap:hover img { transform: scale(1.05); filter: saturate(1) contrast(1.1); }
.img-wrap:hover {
  border-color: rgba(251, 244, 187, 0.4);
  box-shadow: 0 25px 60px rgba(219,173,84,0.15);
}

/* ════════════════════════════════════════════════
   UNIQUE FRAMED PANORAMIC HERO
   ════════════════════════════════════════════════ */
.hero-about {
  position: relative;
  height: 75vh;
  min-height: 520px;
  margin: 150px 4vw 4vw 4vw; /* Clears header completely, creates premium framed border */
  border-radius: 16px;
  border: 1px solid rgba(219,173,84,0.25);
  background: var(--forest-mid);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 30px 60px rgba(0,0,0,0.55);
}
.hero-about-bg {
  position: absolute; inset: 0; z-index: 0;
  background: url('https://images.unsplash.com/photo-1600585154526-990dced4db0d?w=1800&q=85') center/cover no-repeat;
  filter: brightness(0.4);
  transform: scale(1.05);
  transition: transform 1.8s var(--ease), filter 1.0s var(--ease);
}
.hero-about:hover .hero-about-bg {
  transform: scale(1.0);
  filter: brightness(0.45);
}
.hero-about-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(circle, rgba(15,26,19,0.3) 0%, rgba(15,26,19,0.75) 100%);
}

/* Inner Dotted Blueprint Border Frame */
.hero-about-inner-frame {
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(219,173,84,0.22);
  border-radius: 10px;
  pointer-events: none;
  z-index: 2;
}

/* Technical blueprint corner ticks */
.hero-about-tick {
  position: absolute;
  width: 14px;
  height: 14px;
  pointer-events: none;
  z-index: 3;
}
.hero-about-tick::before {
  content: ''; position: absolute;
  left: 0; right: 0; top: 6px; height: 1px;
  background: rgba(219,173,84,0.45);
}
.hero-about-tick::after {
  content: ''; position: absolute;
  top: 0; bottom: 0; left: 6px; width: 1px;
  background: rgba(219,173,84,0.45);
}
.tick-tl { top: 35px; left: 35px; }
.tick-tr { top: 35px; right: 35px; }
.tick-bl { bottom: 35px; left: 35px; }
.tick-br { bottom: 35px; right: 35px; }

/* Coordinates & Compass Tags inside the frame margins */
.hero-about-coordinates {
  position: absolute;
  z-index: 3;
  left: 45px;
  bottom: 40px;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(219,173,84,0.4);
  font-family: 'Jost', sans-serif;
  pointer-events: none;
}
.hero-about-spec {
  position: absolute;
  z-index: 3;
  right: 45px;
  bottom: 40px;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(219,173,84,0.4);
  font-family: 'Jost', sans-serif;
  pointer-events: none;
}

.hero-about-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 880px;
  padding: 0 2rem;
}
.hero-about-tag-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
  opacity: 0;
  transform: translateY(20px);
  animation: elementUp 1.0s var(--ease) 0.2s forwards;
}
.hero-about-tag-num {
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  font-style: italic;
  color: var(--gold-light);
}
.hero-about-tag {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-pale);
}
.hero-about-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5.8vw, 5.2rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--white);
  letter-spacing: -0.01em;
  margin-bottom: 1.8rem;
  opacity: 0;
  transform: translateY(30px);
  animation: elementUp 1.2s var(--ease) 0.4s forwards;
}
.hero-about-title em {
  display: inline-block;
  font-style: italic;
  font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(251, 244, 187, 0.7);
}
.hero-about-body {
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  line-height: 1.95;
  color: rgba(255,255,255,0.7);
  max-width: 620px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  animation: elementUp 1.0s var(--ease) 0.6s forwards;
}

@keyframes elementUp {
  to { transform: none; opacity: 1; }
}

/* Concentric Blueprint Compass Watermark */
.hero-about-compass-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(380px, 46vw, 620px);
  height: clamp(380px, 46vw, 620px);
  pointer-events: none;
  z-index: 1;
  color: var(--gold-light);
  opacity: 0.05;
  mix-blend-mode: screen;
  animation: spinSlow 50s linear infinite;
}
@keyframes spinSlow {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Vertical Scroll Indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  pointer-events: none;
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold-light), transparent);
}
.scroll-dot {
  position: absolute;
  top: 0;
  width: 3px;
  height: 3px;
  background: var(--gold-pale);
  border-radius: 50%;
  animation: scrollDot 2.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  box-shadow: 0 0 6px var(--gold-pale);
}
@keyframes scrollDot {
  0% { transform: translateY(0); opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 0.8; }
  100% { transform: translateY(30px); opacity: 0; }
}

/* ════════════════════════════════════════════════
   ORNAMENT DIVIDER
   ════════════════════════════════════════════════ */
.ornament {
  display: flex; align-items: center; gap: 2rem;
  padding: 4rem 8vw; position: relative; z-index: 2;
}
.ornament-line { flex: 1; height: 1px; background: var(--rule); }
.ornament-icon {
  color: var(--gold-light); font-size: 0.9rem;
  letter-spacing: 0.3em; opacity: 0.8; user-select: none;
}

/* ════════════════════════════════════════════════
   PHILOSOPHY EDITORIAL SECTION (ARCH PORTAL & EDITORIAL GRID)
   ════════════════════════════════════════════════ */
.about-section {
  padding: 8rem 8vw;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: linear-gradient(180deg, #112218 0%, var(--forest-deep) 100%);
}
.philosophy-editorial-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 6rem;
  align-items: center;
}

/* Left side: Overlapping Architectural Arch Stack */
.philosophy-stack {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.philosophy-blueprint-backdrop {
  position: absolute;
  top: 0; left: 0;
  width: 85%;
  height: 85%;
  border: 1px dashed rgba(219,173,84,0.22);
  border-radius: 12px;
  background: rgba(13, 38, 25, 0.25);
  pointer-events: none;
  z-index: -1;
  transform: rotate(-3deg);
  transition: transform 0.6s var(--ease);
}
.philosophy-stack:hover .philosophy-blueprint-backdrop {
  transform: rotate(0deg) scale(1.02);
}
.img-wrap.arch-cut {
  width: 100%;
  max-width: 440px;
  aspect-ratio: 0.78;
  border-radius: 220px 220px 8px 8px; /* Elegant architectural arch shape! */
  border: 1px solid rgba(219,173,84,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.65);
}
.floating-spec-tag {
  position: absolute;
  bottom: 0px;
  right: 15px;
  background: rgba(15, 26, 19, 0.95);
  border: 1px solid var(--gold);
  border-radius: 4px;
  padding: 1rem 1.5rem;
  box-shadow: 0 15px 30px rgba(0,0,0,0.4);
  z-index: 3;
  transform: translateY(20px);
  transition: transform 0.5s var(--ease);
}
.philosophy-stack:hover .floating-spec-tag {
  transform: translateY(10px);
}
.floating-spec-tag span {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.2rem;
}
.floating-spec-tag strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--gold-pale);
  font-weight: 400;
}

/* Right side: Editorial text styling */
.editorial-lockup {
  display: flex;
  flex-direction: column;
}
.philosophy-tag-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}
.philosophy-tag-dot {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}
.philosophy-tag {
  font-size: 0.62rem;   /*edited*/
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
}
.philosophy-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 300;
  color: var(--gold-pale);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 2.2rem;
}
.philosophy-h2 em {
  font-style: italic;
  font-weight: 400;
  color: var(--white);
}
.editorial-body {
  position: relative;
}
/* Premium dropcap styling */
.editorial-dropcap {
  float: left;
  font-family: 'Playfair Display', serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 0.85;
  padding-right: 0.8rem;
  padding-top: 0.2rem;
  color: var(--gold-light);
  text-shadow: 0 0 15px rgba(219,173,84,0.15);
}
.about-desc-editorial {
  font-size: 0.98rem;
  line-height: 2.0;
  color: rgba(255,255,255,0.72);
  margin-bottom: 2rem;
}
.about-desc-secondary {
  font-size: 0.95rem;
  line-height: 1.95;
  color: rgba(255,255,255,0.55);
  margin-bottom: 2.8rem;
}

/* Luxury circular seal/stamp style for signature */
.editorial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--rule);
  padding-top: 2rem;
  gap: 2rem;
}
.editorial-sig-info {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.editorial-sig-info strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.editorial-sig-info span {
  font-size: 0.68rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.luxury-stamp-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stamp-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: spinSlow 30s linear infinite;
  pointer-events: none;
}
.stamp-icon {
  color: var(--gold-light);
  font-size: 1rem;
  z-index: 2;
  opacity: 0.85;
}

/* ════════════════════════════════════════════════
   INTERACTIVE BLUEPRINT GRAPHIC
   ════════════════════════════════════════════════ */
/* ════════════════════════════════════════════════
   INTERACTIVE BLUEPRINT GRAPHIC (PANORAMIC WIDESCREEN)
   ════════════════════════════════════════════════ */
.blueprint-section {
  padding: 8rem 8vw;
  background: #09120D !important; /* Elite darker forest-black contrast */
  border-top: 1px solid rgba(219,173,84,0.15);
  border-bottom: 1px solid rgba(219,173,84,0.15);
  position: relative; z-index: 2;
  overflow: hidden; /* Keeps atmospheric watermarks inside */
}
/* Drifting Ambient Glows inside Section Background */
.bp-ambient-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(208,152,56,0.06) 0%, rgba(23,58,40,0.05) 50%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}
.bp-ambient-glow-1 {
  top: -10%;
  left: 30%;
  animation: bpGlowDrift1 20s infinite alternate ease-in-out;
}
.bp-ambient-glow-2 {
  bottom: -10%;
  right: 20%;
  animation: bpGlowDrift2 24s infinite alternate ease-in-out;
}

@keyframes bpGlowDrift1 {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-40px, 30px) scale(1.15); }
}
@keyframes bpGlowDrift2 {
  0% { transform: translate(0, 0) scale(1.05); }
  100% { transform: translate(40px, -30px) scale(0.9); }
}

/* Explicit high-contrast Heading Overrides for Dark Theme */
.section-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-light) !important;
  margin-bottom: 0.8rem;
  display: block;
}
.section-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.0rem, 3.8vw, 3.2rem);
  font-weight: 300;
  color: var(--gold-pale) !important;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 3.5rem;
}
.section-h2 em {
  font-style: italic;
  font-weight: 400;
  color: var(--white) !important;
  -webkit-text-stroke: none !important;
}

/* Specific large margin for Blueprint section heading to accommodate tooltips */
.blueprint-section .section-h2 {
  margin-bottom: 5.5rem !important;
}

/* Looping Background Crosshair Indicators */
.bp-grid-crosshair {
  position: absolute;
  color: var(--gold-light);
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 1;
  opacity: 0.25;
  animation: bpPulseCrosshair 4s infinite alternate ease-in-out;
}
.bp-grid-crosshair:nth-child(2) { animation-delay: 1s; }
.bp-grid-crosshair:nth-child(3) { animation-delay: 2s; }
.bp-grid-crosshair:nth-child(4) { animation-delay: 3s; }

@keyframes bpPulseCrosshair {
  0% { opacity: 0.12; transform: scale(0.95); }
  100% { opacity: 0.35; transform: scale(1.05); }
}

/* Looping Floating Isometric Bricks outside the visual card */
.bp-floating-brick {
  position: absolute;
  width: 32px;
  height: 32px;
  color: var(--gold-light);
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}
.bp-brick-1 { top: 22%; left: 8%; animation: bpFloat1 16s infinite ease-in-out; }
.bp-brick-2 { top: 70%; left: 5%; animation: bpFloat2 20s infinite ease-in-out; }
.bp-brick-3 { top: 15%; right: 7%; animation: bpFloat3 18s infinite ease-in-out; }
.bp-brick-4 { top: 75%; right: 6%; animation: bpFloat4 22s infinite ease-in-out; }
.bp-brick-5 { top: 48%; left: 12%; animation: bpFloat5 25s infinite ease-in-out; }

@keyframes bpFloat1 {
  0% { transform: translate(0, 0) rotate(0deg) scale(0.9); opacity: 0.08; }
  50% { transform: translate(15px, -20px) rotate(45deg) scale(1.1); opacity: 0.22; }
  100% { transform: translate(0, 0) rotate(90deg) scale(0.9); opacity: 0.08; }
}
@keyframes bpFloat2 {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 0.05; }
  50% { transform: translate(-10px, 25px) rotate(-30deg) scale(0.85); opacity: 0.15; }
  100% { transform: translate(0, 0) rotate(-60deg) scale(1); opacity: 0.05; }
}
@keyframes bpFloat3 {
  0% { transform: translate(0, 0) rotate(0deg) scale(0.85); opacity: 0.06; }
  50% { transform: translate(20px, 15px) rotate(60deg) scale(1.05); opacity: 0.2; }
  100% { transform: translate(0, 0) rotate(120deg) scale(0.85); opacity: 0.06; }
}
@keyframes bpFloat4 {
  0% { transform: translate(0, 0) rotate(0deg) scale(1.1); opacity: 0.08; }
  50% { transform: translate(-15px, -15px) rotate(-45deg) scale(0.95); opacity: 0.18; }
  100% { transform: translate(0, 0) rotate(-90deg) scale(1.1); opacity: 0.08; }
}
@keyframes bpFloat5 {
  0% { transform: translate(0, 0) rotate(0deg) scale(0.95); opacity: 0.05; }
  50% { transform: translate(12px, 18px) rotate(90deg) scale(1.15); opacity: 0.12; }
  100% { transform: translate(0, 0) rotate(180deg) scale(0.95); opacity: 0.05; }
}

/* Downward Tooltip Variant to prevent top-level overlap */
.bp-tooltip-down {
  bottom: auto !important;
  top: 140% !important;
  transform: translateX(-50%) translateY(-15px) !important;
}
.bp-tooltip-down::after {
  top: auto !important;
  bottom: 100% !important;
  border-color: transparent transparent rgba(15, 26, 19, 0.92) transparent !important;
}
.hotspot:hover .bp-tooltip-down,
.hotspot.is-active .bp-tooltip-down {
  transform: translateX(-50%) translateY(0) !important;
}

.bp-bg-watermark {
  position: absolute;
  width: 420px;
  height: 420px;
  pointer-events: none;
  z-index: 0;
  color: var(--gold-light);
  opacity: 0.038; /* Faint premium watermark */
  mix-blend-mode: screen;
}
.bp-bg-watermark svg path,
.bp-bg-watermark svg rect,
.bp-bg-watermark svg circle,
.bp-bg-watermark svg line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: bpDrawWatermark 40s linear infinite alternate;
}
@keyframes bpDrawWatermark {
  0% { stroke-dashoffset: 1000; }
  100% { stroke-dashoffset: 0; }
}

.bp-bg-watermark-left {
  top: 10%;
  left: -5%;
  animation: bpBgDriftLeft 24s infinite alternate ease-in-out;
}
.bp-bg-watermark-right {
  bottom: 5%;
  right: -5%;
  animation: bpBgDriftRight 28s infinite alternate ease-in-out;
}

@keyframes bpBgDriftLeft {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); }
  50% { transform: translate(25px, -15px) rotate(3deg) scale(1.05); }
  100% { transform: translate(-15px, 15px) rotate(-2deg) scale(0.96); }
}
@keyframes bpBgDriftRight {
  0% { transform: translate(0, 0) rotate(0deg) scale(1); }
  50% { transform: translate(-30px, 20px) rotate(-4deg) scale(1.08); }
  100% { transform: translate(20px, -10px) rotate(2deg) scale(0.95); }
}
.blueprint-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}
.blueprint-visual {
  position: relative;
  background: rgba(15, 26, 19, 0.45);
  border: 1px dashed rgba(219,173,84,0.3);
  border-radius: 12px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 1.68;
  overflow: visible; /* Extremely important to let floating tooltips expand outward! */
  box-shadow: 0 30px 60px rgba(0,0,0,0.45);
  backdrop-filter: blur(5px);
}
.blueprint-visual::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(219,173,84,0.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(219,173,84,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  border-radius: 12px;
}
.blueprint-svg {
  width: 95%;
  height: 95%;
  position: relative;
  z-index: 2;
}

/* SVG styling classes */
.bp-path {
  fill: none;
  stroke: rgba(219, 173, 84, 0.25);
  stroke-width: 0.85;
  transition: all 0.6s var(--ease);
}
.bp-path.active {
  stroke: var(--gold-pale);
  stroke-width: 2.0;
  filter: drop-shadow(0 0 8px rgba(251, 244, 187, 0.7));
}
.bp-grid-line {
  stroke: rgba(219, 173, 84, 0.08);
  stroke-dasharray: 4,4;
}

/* Interactivity Hotspots */
.hotspot {
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
  cursor: none;
  transform: translate(-50%, -50%);
}
.hotspot-pulse {
  position: absolute; inset: 0;
  background: var(--gold-light);
  border-radius: 50%;
  transform: scale(0.4);
  box-shadow: 0 0 12px var(--gold-light);
  transition: all 0.4s var(--ease);
}
.hotspot-ring {
  position: absolute;
  inset: -8px;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.4s var(--ease);
}
.hotspot:hover .hotspot-pulse,
.hotspot.is-active .hotspot-pulse {
  transform: scale(0.8);
  background: var(--gold-pale);
  box-shadow: 0 0 20px var(--gold-pale);
}
.hotspot:hover .hotspot-ring,
.hotspot.is-active .hotspot-ring {
  opacity: 1;
  transform: scale(1);
  animation: pulseOuter 1.8s infinite ease-out;
}

@keyframes pulseOuter {
  0% { transform: scale(0.8); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* Glassmorphic Tooltip Card */
.bp-tooltip {
  position: absolute;
  bottom: 140%;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  width: 280px;
  background: rgba(15, 26, 19, 0.92);
  border: 1px solid rgba(219, 173, 84, 0.35);
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  padding: 1.35rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.65);
  backdrop-filter: blur(15px);
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), visibility 0.4s;
  text-align: left;
}
/* Triangle arrow on bottom of tooltip */
.bp-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 7px;
  border-style: solid;
  border-color: rgba(15, 26, 19, 0.92) transparent transparent transparent;
}

.bp-node-tag {
  font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
  display: block;
}
.bp-node-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; font-weight: 300;
  color: var(--gold-pale);
  margin-bottom: 0.8rem;
  line-height: 1.25;
}
.bp-node-desc {
  font-size: 0.85rem; line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
}

/* On hover of hotspot or active, reveal tooltip! */
.hotspot:hover .bp-tooltip,
.hotspot.is-active .bp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Precision alignments to prevent tooltip bounds clipping */
/* Left side hotspot */
.hotspot[data-node="construction"] .bp-tooltip {
  left: 0;
  transform: translateX(-15%) translateY(15px);
}
.hotspot[data-node="construction"]:hover .bp-tooltip,
.hotspot[data-node="construction"].is-active .bp-tooltip {
  transform: translateX(-15%) translateY(0);
}
.hotspot[data-node="construction"] .bp-tooltip::after {
  left: 15%;
}

/* Right side hotspot */
.hotspot[data-node="commercial"] .bp-tooltip {
  left: auto;
  right: 0;
  transform: translateX(15%) translateY(15px);
}
.hotspot[data-node="commercial"]:hover .bp-tooltip,
.hotspot[data-node="commercial"].is-active .bp-tooltip {
  transform: translateX(15%) translateY(0);
}
.hotspot[data-node="commercial"] .bp-tooltip::after {
  left: auto;
  right: 15%;
  transform: translateX(50%);
}

/* ════════════════════════════════════════════════
   PILLARS OF PRECISION (CORE VALUES GRID)
   ════════════════════════════════════════════════ */
/* ════════════════════════════════════════════════
   PILLARS OF PRECISION (TRAVERTINE SANDSTONE THEME)
   ════════════════════════════════════════════════ */
.pillars-section {
  padding: 8rem 8vw;
  background: #FAF6E9 !important; /* Travertine sandstone light theme */
  position: relative; z-index: 2;
  border-top: 1px solid rgba(208,152,56,0.15);
  border-bottom: 1px solid rgba(208,152,56,0.15);
}
.pillars-section .section-label {
  color: var(--gold-bronze) !important;
}
.pillars-section .section-h2 {
  color: var(--forest) !important;
}
.pillars-section .section-h2 em {
  color: var(--gold-bronze) !important;
  -webkit-text-stroke: none !important;
}
.pillars-section .pillar-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(23, 58, 40, 0.08) !important;
  box-shadow: 0 15px 30px rgba(23, 58, 40, 0.04) !important;
}
.pillars-section .pillar-card::before {
  background: linear-gradient(90deg, var(--gold-bronze) 0%, var(--gold-light) 100%) !important;
}
.pillars-section .pillar-num {
  color: rgba(208, 152, 56, 0.35) !important;
}
.pillars-section .pillar-card h3 {
  color: var(--forest) !important;
}
.pillars-section .pillar-card p {
  color: #3E5649 !important;
}
.pillars-section .pillar-card:hover {
  transform: translateY(-10px) !important;
  border-color: var(--gold-light) !important;
  box-shadow: 0 25px 50px rgba(23, 58, 40, 0.12) !important;
  background: #FCFAF2 !important;
}
.pillars-section .pillar-card:hover .pillar-num {
  color: var(--gold-bronze) !important;
}
.pillars-section .pillar-card:hover p {
  color: #173A28 !important;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4.5rem;
}
.pillar-card {
  background: linear-gradient(180deg, rgba(13,38,25,0.45) 0%, rgba(15,26,19,0.7) 100%);
  border: 1px solid rgba(219,173,84,0.1);
  border-radius: 8px;
  padding: 3.5rem 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: all 0.5s var(--ease);
  position: relative;
  overflow: hidden;
}
.pillar-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--gold-bronze) 0%, var(--gold-light) 50%, transparent 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.pillar-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem; font-weight: 300; font-style: italic;
  color: rgba(219,173,84,0.25);
  transition: color 0.4s var(--ease);
}
.pillar-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 400;
  color: var(--gold-pale);
  letter-spacing: -0.01em;
}
.pillar-card p {
  font-size: 0.9rem; line-height: 1.8;
  color: rgba(255,255,255,0.6);
  transition: color 0.4s var(--ease);
}
.pillar-card:hover {
  transform: translateY(-10px);
  border-color: rgba(219,173,84,0.25);
  box-shadow: 0 25px 50px rgba(219,173,84,0.06);
  background: rgba(13,38,25,0.75);
}
.pillar-card:hover::before {
  transform: scaleX(1);
}
.pillar-card:hover .pillar-num {
  color: var(--gold-light);
}
.pillar-card:hover p {
  color: rgba(255,255,255,0.85);
}

/* ════════════════════════════════════════════════
   THE LEGACY TIMELINE (VERTICAL TIMELINE)
   ════════════════════════════════════════════════ */
.timeline-section {
  padding: 8rem 8vw;
  background: #0B1E14 !important; /* Rich dark forest green */
  border-top: 1px solid rgba(219,173,84,0.15);
  position: relative; z-index: 2;
  overflow: hidden;
}
.timeline-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 5rem auto 0 auto;
  padding: 2rem 0;
}
/* Center timeline vertical rule */
.timeline-rule {
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 1px;
  background: linear-gradient(to bottom,
    transparent 0%,
    rgba(219,173,84,0.3) 10%,
    rgba(219,173,84,0.3) 90%,
    transparent 100%);
  transform: translateX(-50%);
}
.timeline-item {
  position: relative;
  width: 50%;
  padding: 1.5rem 3.5rem;
  opacity: 0;
  transition: all 1.2s var(--ease);
}
.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}
.timeline-item:nth-child(even) {
  left: 50%;
  text-align: left;
}
.timeline-node {
  position: absolute;
  top: 2rem;
  left: 100%;
  width: 15px;
  height: 15px;
  background: var(--forest-deep);
  border: 2px solid var(--gold-light);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.timeline-node::before {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px dashed rgba(219, 173, 84, 0.4);
  border-radius: 50%;
  animation: timelinePulse 2.5s infinite linear;
}
@keyframes timelinePulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}

.timeline-item:nth-child(even) .timeline-node {
  left: 0;
}
.timeline-card {
  background: rgba(15, 26, 19, 0.9) !important;
  border: 1px solid rgba(219,173,84,0.15) !important;
  border-radius: 8px;
  padding: 2.5rem;
  display: inline-block;
  max-width: 440px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
  backdrop-filter: blur(8px);
  text-align: left;
  transition: border-color 0.4s var(--ease);
}
.timeline-card:hover {
  border-color: rgba(251, 244, 187, 0.35);
}
.timeline-year {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem; font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 0.8rem;
  display: block;
}
.timeline-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 500;
  color: var(--white);
  margin-bottom: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.timeline-card p {
  font-size: 0.88rem; line-height: 1.75;
  color: rgba(255,255,255,0.65);
}

/* Staggered slide in scroll directions */
.timeline-item:nth-child(odd).visible {
  opacity: 1;
  transform: translateX(0);
}
.timeline-item:nth-child(even).visible {
  opacity: 1;
  transform: translateX(0);
}
/* Initial states before scroll reveal triggers */
.timeline-item:nth-child(odd) { transform: translateX(-40px); }
.timeline-item:nth-child(even) { transform: translateX(40px); }

/* ════════════════════════════════════════════════
   LEADERSHIP BOARD Grid
   ════════════════════════════════════════════════ */
.board-section {
  padding: 8rem 8vw;
  background: #080D0A !important; /* Elite warm charcoal-black */
  border-top: 1px solid rgba(219,173,84,0.15);
  position: relative; z-index: 2;
}
.board-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 6rem;
  align-items: center;
  margin-top: 4.5rem;
}
.board-member-spotlight {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.member-photo-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(219,173,84,0.15);
  aspect-ratio: 0.85;
  margin-bottom: 1.8rem;
  background: var(--forest-mid);
  transition: all 0.5s var(--ease);
}
.member-photo-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  /* filter: grayscale(1) contrast(1.05) brightness(0.85); */
  transition: all 0.8s var(--ease);
}
.member-photo-wrap::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(251, 244, 187, 0);
  border-radius: 4px;
  z-index: 2;
  transition: all 0.5s var(--ease);
  pointer-events: none;
}
.board-member-spotlight:hover .member-photo-wrap {
  border-color: rgba(251, 244, 187, 0.45);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}
.board-member-spotlight:hover .member-photo-wrap::before {
  border-color: rgba(251, 244, 187, 0.25);
  inset: 16px;
}
.board-member-spotlight:hover .member-photo-wrap img {
  filter: grayscale(0) contrast(1.0) brightness(0.95);
  transform: scale(1.03);
}

.member-info h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 400;
  color: var(--white);
  margin-bottom: 0.3rem;
}
.member-info span {
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold-light);
  display: block;
  margin-bottom: 0.8rem;
}

/* Board Editorial Principles Layout */
.board-editorial {
  display: flex;
  flex-direction: column;
  color: rgba(255,255,255,0.7);
}
.board-editorial-tag {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.0rem;
  display: block;
}
.board-editorial-h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.0rem, 3.2vw, 2.8rem);
  font-weight: 300;
  color: var(--gold-pale);
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.board-editorial-h3 em {
  font-style: italic;
  font-weight: 400;
  color: var(--white);
}
.board-editorial-p {
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.65);
  margin-bottom: 2.5rem;
}

/* Principles List layout */
.principles-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.principle-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.principle-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1;
}
.principle-content h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}
.principle-content p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
}

@media (max-width: 1024px) {
  .board-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .board-member-spotlight {
    max-width: 440px;
    margin: 0 auto;
  }
}

/* ════════════════════════════════════════════════
   THE TRIAD OF INTENT (VISION, MISSION, BEDROCK VALUES)
   ════════════════════════════════════════════════ */
.triad-section {
  padding: 4rem 8vw 6rem 8vw;
  background: #091A11 !important; /* Deep velvet emerald green */
  position: relative; z-index: 2;
  border-bottom: 1px solid rgba(219,173,84,0.15);
  overflow: hidden;
}
.triad-section .xb-process-wrap {
  margin-top: 4.5rem;
}


/* ════════════════════════════════════════════════
   INFINITE COMPLIANCE TICKER (MARQUEE)
   ════════════════════════════════════════════════ */
.ticker-section {
  background: #08100C;
  border-top: 1px solid rgba(219,173,84,0.18);
  border-bottom: 1px solid rgba(219,173,84,0.18);
  padding: 2.2rem 0;
  position: relative; z-index: 2;
  overflow: hidden;
}
.ticker-wrapper {
  display: flex;
  white-space: nowrap;
  width: 100%;
}
.ticker-track {
  display: flex;
  animation: infiniteScroll 35s linear infinite;
  gap: 4rem;
}
.ticker-item {
  font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.38em; text-transform: uppercase;
  color: var(--gold-pale);
  display: flex;
  align-items: center;
  gap: 4rem;
}
.ticker-item span {
  color: var(--gold);
}

@keyframes infiniteScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ════════════════════════════════════════════════
   CTA LEGACY BANNER
   ════════════════════════════════════════════════ */
.next-cta {
  position: relative; height: 60vh; min-height: 440px;
  overflow: hidden;
  border-top: 1px solid rgba(219,173,84,0.15);
}
.next-cta-img {
  position: absolute; inset: 0;
  background: url('assets/img/shambhala-constructions/about-banner-02.png') center/cover no-repeat;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  filter: brightness(0.35);
  background-attachment: fixed;
}
.next-cta:hover .next-cta-img { transform: scale(1.05); }
/* .next-cta-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(15,26,19,0.95) 0%, rgba(15,26,19,0.6) 100%);
} */
.next-cta-body {
  position: relative; z-index: 2;
  height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1.8rem;
}
.next-cta-body span {
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold-light);
}
.next-cta-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5.5vw, 4.8rem); font-weight: 300;
  font-style: italic; color: var(--gold-pale); letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.15;
}
.next-cta-circle {
  width: 76px; height: 76px;
  border: 1px solid rgba(219,173,84,0.4); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.45s var(--ease);
  background: rgba(15,26,19,0.4);
}
.next-cta:hover .next-cta-circle {
  width: 95px; height: 95px;
  border-color: var(--gold-pale);
  background: var(--gold-pale);
}
.next-cta-circle svg { width: 22px; height: 22px; fill: none; stroke: var(--white); stroke-width: 1.5; transition: stroke 0.3s; }
.next-cta:hover .next-cta-circle svg { stroke: var(--forest-deep); }

/* Responsive tweaks */
@media (max-width: 1024px) {
  .hero-about {
    margin: 110px 4vw 4vw 4vw;
    height: 60vh;
  }
  .hero-about-coordinates, .hero-about-spec, .hero-about-tick {
    display: none;
  }
  .hero-about-inner-frame {
    inset: 12px;
  }
  .philosophy-editorial-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .philosophy-stack {
    max-width: 480px;
    margin: 0 auto;
  }
  .layout-a, .layout-b { grid-template-columns: 1fr; gap: 4rem; }
  .blueprint-grid { display: flex; flex-direction: column; align-items: center; }
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .board-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .timeline-rule { left: 4%; }
  .timeline-item { width: 100%; padding: 1.5rem 0 1.5rem 3rem; }
  .timeline-item:nth-child(odd) { text-align: left; left: 0; }
  .timeline-item:nth-child(even) { left: 0; }
  .timeline-node { left: 4% !important; }
}

@media (max-width: 768px) {
  .about-section, .blueprint-section, .pillars-section, .timeline-section, .board-section {
    padding: 5rem 6vw !important;
  }
  .pillars-grid { grid-template-columns: 1fr; }
  .board-grid { grid-template-columns: 1fr; }
  .sig-block { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .bp-panel { padding: 2rem; }
}

@media (max-width: 600px) {
  .blueprint-visual { padding: 1.5rem; aspect-ratio: 1.68; overflow: visible; }
  .blueprint-svg { width: 95%; height: 95%; }
  .editorial-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .luxury-stamp-wrap {
    margin-left: 0;
  }
}

/* ════════════════════════════════════════════════
   MOBILE & RESPONSIVE DESIGN SYSTEM OVERRIDES
   ════════════════════════════════════════════════ */
/* Mobile info panel underneath blueprint graphic on small screens */
.bp-mobile-info-panel {
  display: none;
  width: 100%;
  max-width: 960px;
  background: rgba(13, 38, 25, 0.45);
  border: 1px solid rgba(219, 173, 84, 0.35);
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  padding: 1.5rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.65);
  backdrop-filter: blur(15px);
  margin-top: 2rem;
  text-align: left;
}
.bp-mobile-tag {
  font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
  display: block;
}
.bp-mobile-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; font-weight: 300;
  color: var(--gold-pale);
  margin-bottom: 0.8rem;
  line-height: 1.25;
}
.bp-mobile-desc {
  font-size: 0.85rem; line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  /* 1. Header Logo Resize & Overlap Fix */
  .header-area .xb-header-logo .logo-one img,
  .header-area .xb-header-logo .logo-two img {
    height: 55px !important;
    width: auto !important;
  }
  .custom-navbar {
    --mobile-logo-width: 122px; /* smaller logo on small phones */
  }
  .header-area .xb-header-logo {
    max-width: var(--mobile-logo-width) !important;
  }

  /* 3. Spacing Adjustments (Remove Excess Space) */
  .about-section, .blueprint-section, .pillars-section, .timeline-section, .board-section, .triad-section {
    padding: 3rem 6vw !important;
  }
  .ornament {
    padding: 1rem 6vw !important;
  }
  
  /* 4. Blueprint Mobile View Optimization */
  .bp-tooltip {
    display: none !important;
  }
  .bp-mobile-info-panel {
    display: block;
  }
  
  /* 5. Process Triad Cards Responsiveness */
  .xb-process-item {
    height: auto !important;
    min-height: 380px !important;
    padding: 35px 24px 35px 24px !important;
  }
  .xb-process-item .xb-item--inner {
    width: 100% !important;
    margin-top: 25px !important;
  }
  .xb-process-item .xb-item--inner .xb-item--title {
    font-size: clamp(1.5rem, 6vw, 1.85rem) !important;
    line-height: 1.15 !important;
  }
  .xb-process-item .xb-item--content {
    max-width: 100% !important;
  }

  /* 6. Timeline Card Mobile Fix (No horizontal overflow) */
  .timeline-item {
    width: 100% !important;
    padding: 1rem 0 1rem 2rem !important;
  }
  .timeline-card {
    padding: 1.5rem !important;
    max-width: 100% !important;
  }
  .timeline-item:nth-child(odd), 
  .timeline-item:nth-child(even) {
    transform: none !important;
    left: 0 !important;
    text-align: left !important;
  }
  .timeline-node {
    left: 4% !important;
  }
}

@media (max-width: 600px) {
  .hero-about {
    margin: 120px 4vw 4vw 4vw !important;
    height: auto !important;
    min-height: 360px !important;
    padding: 70px 4vw 45px 4vw !important;
  }
}



/* architectural design */



/* ════════════════════════════════════════════════
   ROOT VARIABLES (SHAMBHALA LUXURY COLORWAYS)
   ════════════════════════════════════════════════ */
:root {
  --forest:      #173A28; /* Forest Green from logo */
  --forest-deep: #0F1A13; /* Deepest black-green background */
  --forest-mid:  #0D2619; /* Lighter container dark green */
  --gold:        #D09838; /* Gold from logo guidelines */
  --gold-light:  #DBAD54; /* Light gold */
  --gold-pale:   #FBF4BB; /* Warm cream/light beige */
  --gold-bronze: #A56F29; /* Mid-gold / bronze */
  --white:       #ffffff;
  --ink:         #FBF4BB; /* Warm cream text for readability */
  --ink-mid:     rgba(255,255,255,0.85);
  --ink-light:   rgba(255,255,255,0.55);
  --rule:        rgba(219,173,84,0.18); /* Thin gold rules */
  --ease:        cubic-bezier(0.22, 1, 0.36, 1);
  --slider-dur:  6; /* seconds per slide */
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  background: var(--forest-deep);
  color: var(--ink-mid);
  overflow-x: hidden;
  cursor: none;
}

/* ════════════════════════════════════════════════
   HEADER & GLOBAL NAVIGATION OVERRIDES
   ════════════════════════════════════════════════ */
#xb-header-area .xb-menu-primary > li > a {
  color: var(--gold-pale) !important;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#xb-header-area .xb-menu-primary > li > a:hover {
  color: var(--gold-light) !important;
}
#xb-header-area.stricky-fixed {
  background: rgba(15, 26, 19, 0.95) !important;
  border-bottom: 1px solid rgba(219, 173, 84, 0.2) !important;
  backdrop-filter: blur(10px);
}
#xb-header-area.stricky-fixed .xb-menu-primary > li > a {
  color: var(--gold-pale) !important;
}
.header-contact-btn {
  display: none !important;
}

/* ════════════════════════════════════════════════
   DECORATIVE BACKGROUND ELEMENTS
   ════════════════════════════════════════════════ */
.geo-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(219,173,84,0.02) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(219,173,84,0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  z-index: 0;
}
.ambient-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,58,40,0.18) 0%, rgba(15,26,19,0) 70%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 1;
  animation: glowDrift 24s infinite alternate ease-in-out;
}
.ambient-glow-1 { top: 12%; left: -10%; }
.ambient-glow-2 { top: 55%; right: -10%; animation-duration: 30s; }

@keyframes glowDrift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(100px, 60px) scale(1.2); }
}

/* ════════════════════════════════════════════════
   CUSTOM CURSOR
   ════════════════════════════════════════════════ */
.cursor-dot {
  position: fixed; z-index: 9999;
  width: 6px; height: 6px;
  background: var(--gold-light); border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%,-50%);
  transition: transform 0.1s ease;
}
.cursor-ring {
  position: fixed; z-index: 9998;
  width: 38px; height: 38px;
  border: 1px solid rgba(219, 173, 84, 0.4);
  border-radius: 50%; pointer-events: none;
  transform: translate(-50%,-50%);
  transition: width 0.4s var(--ease), height 0.4s var(--ease), border-color 0.3s, background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor-ring::after {
  content: attr(data-text);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--forest-deep);
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: 600;
}
.cursor-ring.hover {
  width: 76px; height: 76px;
  border-color: var(--gold-light);
  background: rgba(15, 26, 19, 0.85);
  backdrop-filter: blur(4px);
}
.cursor-ring.hover::after {
  color: var(--gold-pale) !important;
  opacity: 1;
}

/* ════════════════════════════════════════════════
   HERO SLIDER
   ════════════════════════════════════════════════ */
.hero-slider {
  position: relative;
  height: 100vh; min-height: 650px;
  overflow: hidden;
  background: var(--forest-deep);
  cursor: pointer;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  transition: background-image 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: background-image;
}
/* .hero-bg.bg-0 { background-image: url('assets/img/shambhala-constructions/architectural-banner-03.png'); } */
/* .hero-bg.bg-1 { background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1800&q=85'); }
.hero-bg.bg-2 { background-image: url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?w=1800&q=85'); }
.hero-bg.bg-3 { background-image: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=1800&q=85'); } */

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(15,26,19,0.85) 0%,
    rgba(15,26,19,0.6) 50%,
    rgba(15,26,19,0.4) 100%
  );
}
.hero-v-rule {
  position: absolute; z-index: 2;
  top: 0; left: 5vw; bottom: 0; width: 1px;
  background: linear-gradient(to bottom,
    transparent 0%,
    rgba(219,173,84,0.3) 30%,
    rgba(219,173,84,0.3) 70%,
    transparent 100%);
  pointer-events: none;
}
.hero-cross {
  position: absolute; z-index: 2;
  top: 8rem; right: 4rem;
  width: 26px; height: 26px; pointer-events: none;
}
.hero-cross::before {
  content: ''; position: absolute;
  left: 0; right: 0; top: 12px; height: 1px;
  background: rgba(219,173,84,0.35);
  box-shadow: 0 10px 0 rgba(219,173,84,0.35);
}
.hero-cross::after {
  content: ''; position: absolute;
  top: 0; bottom: 0; left: 12px; width: 1px;
  background: rgba(219,173,84,0.35);
  box-shadow: 10px 0 0 rgba(219,173,84,0.35);
}
.hero-brand-label {
  position: absolute; z-index: 2;
  right: 2vw; top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  font-size: 0.65rem; letter-spacing: 0.4em; text-transform: uppercase;
  color: rgba(219,173,84,0.3);
  pointer-events: none;
  font-family: 'Jost', sans-serif;
}

.hero-slide {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 0 8vw 15vh 8vw;
  opacity: 0; pointer-events: none;
  transition: opacity 0.8s ease;
}
.hero-slide.is-active  { opacity: 1; pointer-events: auto; }

.hero-slide .s-tag-wrap,
.hero-slide .s-h1,
.hero-slide .s-body {
  opacity: 0;
}
.hero-slide.is-active .s-tag-wrap { animation: hsUp 1.0s var(--ease) 0.1s forwards; }
.hero-slide.is-active .s-h1       { animation: hsUp 1.1s var(--ease) 0.25s forwards; }
.hero-slide.is-active .s-body     { animation: hsUp 1.0s var(--ease) 0.4s forwards; }

.hero-slide.is-out .s-tag-wrap,
.hero-slide.is-out .s-h1,
.hero-slide.is-out .s-body        { animation: hsDown 0.6s var(--ease) forwards; }

@keyframes hsUp   { from { transform: translateY(60px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes hsDown { from { transform: none; opacity: 1; } to { transform: translateY(-40px); opacity: 0; } }

.s-tag-wrap {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.5rem;
}
.s-tag-num {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem; font-style: italic; color: var(--gold-light);
}
.s-tag {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold-pale);
}
.s-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  font-weight: 700; line-height: 0.95;
  color: var(--white); letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.s-h1 em {
  display: block; font-style: italic; font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(251, 244, 187, 0.6);
}
.s-body p {
  font-size: clamp(0.85rem, 1.1vw, 1.05rem);
  line-height: 1.9; color: rgba(255,255,255,0.7);
  max-width: 520px;
}

/* Hero Controls */
.hero-nav {
  position: absolute; z-index: 4;
  bottom: 8vh; left: 8vw; right: 8vw;
  display: flex; align-items: center; justify-content: space-between;
}
.hero-count {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
}
.hero-count strong { font-style: normal; color: var(--gold-pale); font-weight: 600; }

.hero-bars { display: flex; gap: 0.8rem; align-items: center; }
.h-bar {
  position: relative; height: 3px; width: 45px;
  background: rgba(255,255,255,0.15);
  cursor: none; overflow: hidden;
  transition: width 0.3s;
}
.h-bar-fill {
  position: absolute; inset: 0;
  background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  will-change: transform;
}
.h-bar.is-active { width: 65px; }
.h-bar.is-active .h-bar-fill {
  animation: barFill calc(var(--slider-dur) * 1s) linear forwards;
}
.h-bar.is-done .h-bar-fill { transform: scaleX(1); }
@keyframes barFill { from { transform: scaleX(0); } to { transform: scaleX(1); } }


/* ════════════════════════════════════════════════
   INTRO BLOCK
   ════════════════════════════════════════════════ */
.intro-container {
  padding: 8rem 8vw 4rem;
  background: var(--forest-deep);
  position: relative; z-index: 2;
}
.intro-block {
  padding: 7rem 5rem;
  display: grid; grid-template-columns: 1.2fr 2fr; gap: 5rem;
  align-items: center;
  background: linear-gradient(135deg, rgba(13,38,25,0.7) 0%, rgba(15,26,19,0.9) 100%);
  border: 1px solid rgba(219,173,84,0.12);
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.intro-block::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--gold-bronze) 0%, var(--gold-light) 50%, transparent 100%);
}
.intro-label {
  font-size: 0.95rem; font-weight: 600;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold-light);
}
.intro-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 300;
  line-height: 1.15; color: var(--gold-pale);
  margin-bottom: 1.5rem; letter-spacing: -0.01em;
}
.intro-text h2 em { font-style: italic; font-weight: 400; color: var(--white); }
.intro-text p {
  font-size: 1rem; line-height: 1.95;
  color: rgba(255,255,255,0.75); max-width: 680px;
}

/* ════════════════════════════════════════════════
   ORNAMENT DIVIDER
   ════════════════════════════════════════════════ */
.ornament {
  display: flex; align-items: center; gap: 2rem;
  padding: 2rem 8vw; position: relative; z-index: 2;
}
.ornament-line { flex: 1; height: 1px; background: var(--rule); }
.ornament-icon {
  color: var(--gold-light); font-size: 0.9rem;
  letter-spacing: 0.3em; opacity: 0.8; user-select: none;
}

/* ════════════════════════════════════════════════
   SERVICE SECTIONS
   ════════════════════════════════════════════════ */
.service-section {
  padding: 7rem 8vw;
  position: relative; z-index: 2;
  border-top: 1px solid rgba(219,173,84,0.1);
  overflow: hidden;
}
.service-section:nth-of-type(even) {
  background: linear-gradient(180deg, var(--forest-deep) 0%, rgba(13,38,25,0.4) 100%);
}

.service-header {
  display: flex; align-items: baseline;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
.service-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5.5rem; font-weight: 200;
  color: rgba(219,173,84,0.15); line-height: 1;
  letter-spacing: -0.02em; user-select: none;
}
.service-title-block { flex: 1; padding: 0 2.5rem; }
.service-tag {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.6rem;
}
.service-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem); font-weight: 300;
  color: var(--gold-pale); line-height: 1.15; letter-spacing: -0.01em;
}
.service-h2 em { font-style: italic; font-weight: 400; color: var(--white); }
.service-header-rule {
  width: 75px; height: 1px;
  background: var(--gold-light);
  margin-top: auto; margin-bottom: 0.5rem;
}

/* layouts */
.layout-a { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4.5rem; align-items: center; }
.layout-b { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4.5rem; align-items: center; }
.layout-d { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2.5rem; align-items: start; }

/* image wrappers with gold animated crop frame */
.img-wrap {
  position: relative; overflow: hidden;
  background: var(--forest-mid);
  border: 1px solid rgba(219,173,84,0.15);
  border-radius: 8px; box-shadow: 0 25px 50px rgba(0,0,0,0.55);
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.img-wrap.tall   { aspect-ratio: 4/5; }
.img-wrap.wide   { aspect-ratio: 16/10; }
.img-wrap.square { aspect-ratio: 1; }

.img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; transition: transform 0.8s var(--ease), filter 0.8s var(--ease);
  filter: saturate(0.85) contrast(1.05);
}
.img-wrap:hover img { transform: scale(1.05); filter: saturate(1) contrast(1.1); }

.img-wrap:hover {
  border-color: rgba(251, 244, 187, 0.4);
  box-shadow: 0 25px 60px rgba(219,173,84,0.15);
}

.img-offset { margin-top: 2.2rem; }

/* reveal animations wipe effect */
.reveal-wipe-wrap {
  position: relative;
  overflow: hidden;
}
.reveal-wipe-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--forest-deep));
  transform: translateX(-100%);
  z-index: 3;
}
.reveal-wipe-wrap.visible::after {
  animation: wipeOut 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes wipeOut {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

/* service body text */
.service-body { padding-top: 0.5rem; }
.service-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 300; font-style: italic;
  color: var(--gold-pale); line-height: 1.6;
  margin-bottom: 1.8rem;
  border-left: 2px solid var(--gold); padding-left: 1.5rem;
}
.service-desc {
  font-size: 0.98rem; line-height: 1.95;
  color: rgba(255,255,255,0.7); margin-bottom: 2.5rem;
}
.feature-list { list-style: none; margin-bottom: 2.5rem; }
.feature-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid rgba(219,173,84,0.08);
  transition: all 0.35s var(--ease);
  border-radius: 6px;
}
.feature-list li:hover {
  background: rgba(23,58,40,0.3);
  border-bottom-color: rgba(219,173,84,0.25);
  padding-left: 1.8rem;
}
.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  transition: transform 0.3s var(--ease);
}
.feature-list li:hover::before {
  transform: translateY(-50%) scale(1);
}
.f-label {
  color: var(--gold-pale);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  min-width: 140px; flex-shrink: 0;
}
.f-val {
  color: rgba(255,255,255,0.65);
  transition: color 0.3s;
  font-size: 0.92rem;
}
.feature-list li:hover .f-val { color: rgba(255,255,255,0.95); }
.feature-list li:hover .f-label { color: var(--gold-light); }

.service-link {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold-light); text-decoration: none;
  border-bottom: 1px solid rgba(219,173,84,0.3); padding-bottom: 0.3rem;
  transition: all 0.35s var(--ease);
  position: relative;
}
.service-link::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; width: 100%; height: 1px;
  background: var(--gold-light);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.35s var(--ease);
}
.service-link:hover { color: var(--white); gap: 1.3rem; }
.service-link:hover::after { transform: scaleX(1); transform-origin: left; }
.service-link svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }

/* ════════════════════════════════════════════════
   STATS BAR
   ════════════════════════════════════════════════ */
.stats-bar {
  background: linear-gradient(180deg, var(--forest-deep) 0%, #08100C 100%);
  padding: 6.5rem 8vw;
  display: grid; grid-template-columns: repeat(3,1fr);
  border-top: 1px solid rgba(219,173,84,0.15);
  border-bottom: 1px solid rgba(219,173,84,0.15);
  position: relative; z-index: 2;
}
.stat-item {
  padding: 2rem 3rem;
  border-right: 1px solid rgba(219,173,84,0.08);
  text-align: center;
  transition: all 0.4s var(--ease);
  border-radius: 8px;
}
.stat-item:last-child { border-right: none; }
.stat-item:hover {
  transform: translateY(-8px);
  background: rgba(23,58,40,0.15);
}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 5rem; font-weight: 600; line-height: 1;
  color: var(--gold-light);
  text-shadow: 0 0 30px rgba(219,173,84,0.12);
  margin-bottom: 0.8rem;
}
.stat-label {
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold-pale);
}
.stat-desc {
  font-size: 0.86rem; color: rgba(255,255,255,0.6);
  margin-top: 0.6rem; line-height: 1.6;
  max-width: 280px; margin-left: auto; margin-right: auto;
}

/* ════════════════════════════════════════════════
   QUOTE
   ════════════════════════════════════════════════ */
.quote-section {
  padding: 8rem 8vw;
  background: var(--forest-deep);
  text-align: center;
  position: relative; z-index: 2;
  overflow: hidden;
}
.quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 8rem; font-weight: 700;
  color: var(--gold); opacity: 0.15; line-height: 0.3;
  margin-bottom: 1rem; display: block;
}
.quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem); font-weight: 300;
  font-style: italic; line-height: 1.6;
  color: var(--gold-pale); max-width: 960px; margin: 0 auto 2rem;
}
.quote-text em { color: var(--white); font-style: italic; font-weight: 400; }
.quote-attr {
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.quote-attr span { color: var(--gold-light); }

/* ════════════════════════════════════════════════
   PROCESS
   ════════════════════════════════════════════════ */
.process-section {
  padding: 8rem 8vw;
  background: var(--forest-mid);
  border-top: 1px solid rgba(219,173,84,0.15);
  position: relative; z-index: 2;
}
.section-tag {
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.8rem;
}
.process-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 300;
  color: var(--gold-pale); margin-bottom: 4.5rem;
  letter-spacing: -0.01em;
}
.process-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(219,173,84,0.15);
  margin-top: 2rem;
}
.p-step {
  padding: 3.5rem 2.5rem 3.5rem 0;
  border-right: 1px solid rgba(219,173,84,0.08);
  position: relative;
  transition: all 0.4s var(--ease);
}
.p-step:hover {
  background: rgba(15,26,19,0.3);
  padding-left: 1.5rem;
}
.p-step:last-child { border-right: none; padding-right: 0; }
.p-step-dot {
  position: absolute; top: -1px; left: 0;
  width: 9px; height: 9px;
  background: var(--gold-light); border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(219,173,84,0.8);
}
.p-step-num {
  font-family: 'Playfair Display', serif;
  font-size: 4rem; font-weight: 200; line-height: 1;
  color: rgba(219,173,84,0.12); margin-bottom: 1.2rem;
}
.p-step h3 {
  font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 0.8rem;
}
.p-step p { font-size: 0.9rem; color: rgba(255,255,255,0.65); line-height: 1.75; }

/* ════════════════════════════════════════════════
   NEXT PROJECT CTA BANNER
   ════════════════════════════════════════════════ */
.next-project {
  position: relative; height: 72vh; min-height: 480px;
  overflow: hidden;
  border-top: 1px solid rgba(219,173,84,0.15);
}
.next-project-img {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1800&q=85') center/cover no-repeat;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.next-project:hover .next-project-img { transform: scale(1.05); }
.next-project-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(15,26,19,0.92) 0%, rgba(15,26,19,0.55) 100%);
}
.next-project-body {
  position: relative; z-index: 2;
  height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1.8rem;
}
.next-project-body span {
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold-light);
}
.next-project-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 6.5vw, 5.5rem); font-weight: 300;
  font-style: italic; color: var(--gold-pale); letter-spacing: -0.01em;
}
.next-circle {
  width: 76px; height: 76px;
  border: 1px solid rgba(219,173,84,0.4); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.45s var(--ease);
  background: rgba(15,26,19,0.4);
}
.next-project:hover .next-circle {
  width: 95px; height: 95px;
  border-color: var(--gold-pale);
  background: var(--gold-pale);
}
.next-circle svg { width: 22px; height: 22px; fill: none; stroke: var(--white); stroke-width: 1.5; transition: stroke 0.3s; }
.next-project:hover .next-circle svg { stroke: var(--forest-deep); }

/* Responsive tweaks */
.service-desc, .service-lead, .intro-text p, .stat-desc, .slat-desc {
  text-align: left;
}

@media (max-width: 1024px) {
  .layout-a, .layout-b { grid-template-columns: 1fr; gap: 3rem; }
  .layout-d { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .layout-d .service-body { grid-column: span 2; }
  .intro-block { grid-template-columns: 1fr; gap: 2.5rem; padding: 4.5rem 3.5rem; }
  .stats-bar { grid-template-columns: 1fr; gap: 2rem; padding: 4.5rem 8vw; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(219,173,84,0.08); padding: 1.5rem 0; }
  .stat-item:last-child { border-bottom: none; }
}

@media (max-width: 768px) {
  .service-section { padding: 5rem 6vw !important; }
  .intro-container { padding: 5rem 6vw 2.5rem !important; }
  .stats-bar { padding: 5rem 6vw !important; }
  .quote-section { padding: 6rem 6vw !important; }
  .feature-list li {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.4rem !important;
    padding: 1rem 1.2rem !important;
  }
  .f-label {
    min-width: unset !important;
    width: 100% !important;
    margin-bottom: 0.2rem !important;
  }
  .f-val {
    font-size: 0.88rem !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 600px) {
  .hero-slide { padding: 0 6vw 15vh 6vw !important; justify-content: center !important; }
  .s-h1 { font-size: clamp(2.4rem, 7vw, 3.2rem) !important; margin-bottom: 1rem !important; }
  .s-body p { font-size: 0.86rem !important; }
  .hero-nav { bottom: 6vh !important; left: 6vw !important; right: 6vw !important; }
  .h-bar { width: 35px !important; }
  .h-bar.is-active { width: 50px !important; }
  .layout-d { grid-template-columns: 1fr; gap: 2rem; }
  .layout-d .service-body { grid-column: span 1; }
  .intro-block { padding: 3rem 1.8rem; }
  .service-header { flex-direction: column; align-items: flex-start; gap: 0.8rem; margin-bottom: 3rem; }
  .service-title-block { padding: 0; }
  .service-number { font-size: 4rem; }
}

/* ════════════════════════════════════════════════
   ACCORDION CAROUSEL SHOWCASE GALLERY
   ════════════════════════════════════════════════ */
.accordion-carousel-section {
  padding: 8rem 8vw;
  background: var(--forest-deep);
  border-top: 1px solid rgba(219,173,84,0.15);
  position: relative; z-index: 2;
  overflow: hidden;
}
.accordion-wrapper {
  display: flex;
  gap: 1.2rem;
  width: 100%;
  height: 520px;
  margin-top: 4rem;
}
.accordion-slat {
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(219,173,84,0.15);
  transition: flex 0.7s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
  cursor: none;
}
.accordion-slat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease), filter 0.8s var(--ease);
  filter: saturate(0.65) contrast(1.05) brightness(0.65);
}
.accordion-slat:hover {
  flex: 3.5;
  border-color: rgba(251, 244, 187, 0.4);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}
.accordion-slat:hover img {
  transform: scale(1.03);
  filter: saturate(1) contrast(1.05) brightness(0.9);
}
.slat-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  letter-spacing: 0.18em;
  color: var(--gold-pale);
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
  opacity: 0.8;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 2;
}
.accordion-slat:hover .slat-indicator {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8) rotate(-90deg);
}
.slat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15,26,19,0.95) 100%);
  z-index: 1;
  transition: opacity 0.5s;
}
.slat-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.6s var(--ease), opacity 0.5s;
}
.accordion-slat:hover .slat-content {
  transform: translateY(0);
  opacity: 1;
}
.slat-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
}
.slat-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  color: var(--white);
  font-weight: 300;
  line-height: 1.2;
}
.slat-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  max-width: 440px;
}

@media (max-width: 900px) {
  .accordion-carousel-section {
    padding: 5rem 6vw !important;
  }
  .accordion-wrapper {
    flex-direction: column !important;
    height: auto !important;
    gap: 1.2rem !important;
  }
  .accordion-slat {
    flex: none !important;
    width: 100% !important;
    height: 180px !important;
    transition: height 0.6s var(--ease) !important;
  }
  .accordion-slat:hover {
    flex: none !important;
    height: 300px !important;
  }
  .slat-indicator {
    transform: translate(-50%, -50%) rotate(0deg) !important;
    font-size: 1.15rem !important;
  }
  .accordion-slat:hover .slat-indicator {
    opacity: 0 !important;
    transform: translate(-50%, -50%) scale(0.8) !important;
  }
  .slat-content {
    padding: 1.8rem !important;
  }
  .slat-title {
    font-size: 1.8rem !important;
  }
}

/* ════════════════════════════════════════════════
   SCROLL REVEAL ANIMATIONS
   ════════════════════════════════════════════════ */
.reveal       { opacity: 0; transform: translateY(35px);  transition: opacity 1.0s var(--ease), transform 1.0s var(--ease); }
.reveal-left  { opacity: 0; transform: translateX(-35px); transition: opacity 1.0s var(--ease), transform 1.0s var(--ease); }
.reveal-right { opacity: 0; transform: translateX(35px);  transition: opacity 1.0s var(--ease), transform 1.0s var(--ease); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none; }





/* ════════════════════════════════════════════════
   ROOT VARIABLES (SHAMBHALA LUXURY COLORWAYS)
   ════════════════════════════════════════════════ */
:root {
  --forest:      #173A28; /* Forest Green from logo */
  --forest-deep: #0F1A13; /* Deepest black-green background */
  --forest-mid:  #0D2619; /* Lighter container dark green */
  --gold:        #D09838; /* Gold from logo guidelines */
  --gold-light:  #DBAD54; /* Light gold */
  --gold-pale:   #FBF4BB; /* Warm cream/light beige */
  --gold-bronze: #A56F29; /* Mid-gold / bronze */
  --white:       #ffffff;
  --ink:         #FBF4BB; /* Warm cream text for readability */
  --ink-mid:     rgba(255,255,255,0.85);
  --ink-light:   rgba(255,255,255,0.55);
  --rule:        rgba(219,173,84,0.18); /* Thin gold rules */
  --ease:        cubic-bezier(0.22, 1, 0.36, 1);
  --slider-dur:  6; /* seconds per slide */
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  background: var(--forest-deep);
  color: var(--ink-mid);
  overflow-x: hidden;
  cursor: none;
}

/* ════════════════════════════════════════════════
   HEADER & GLOBAL NAVIGATION OVERRIDES
   ════════════════════════════════════════════════ */
#xb-header-area .xb-menu-primary > li > a {
  color: var(--gold-pale) !important;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#xb-header-area .xb-menu-primary > li > a:hover {
  color: var(--gold-light) !important;
}
#xb-header-area.stricky-fixed {
  background: rgba(15, 26, 19, 0.95) !important;
  border-bottom: 1px solid rgba(219, 173, 84, 0.2) !important;
  backdrop-filter: blur(10px);
}
#xb-header-area.stricky-fixed .xb-menu-primary > li > a {
  color: var(--gold-pale) !important;
}
.header-contact-btn {
  display: none !important;
}

/* ════════════════════════════════════════════════
   DECORATIVE BACKGROUND ELEMENTS
   ════════════════════════════════════════════════ */
.geo-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(219,173,84,0.02) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(219,173,84,0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  z-index: 0;
}
.ambient-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,58,40,0.18) 0%, rgba(15,26,19,0) 70%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 1;
  animation: glowDrift 24s infinite alternate ease-in-out;
}
.ambient-glow-1 { top: 12%; left: -10%; }
.ambient-glow-2 { top: 55%; right: -10%; animation-duration: 30s; }

@keyframes glowDrift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(100px, 60px) scale(1.2); }
}

/* ════════════════════════════════════════════════
   CUSTOM CURSOR
   ════════════════════════════════════════════════ */
.cursor-dot {
  position: fixed; z-index: 9999;
  width: 6px; height: 6px;
  background: var(--gold-light); border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%,-50%);
  transition: transform 0.1s ease;
}
.cursor-ring {
  position: fixed; z-index: 9998;
  width: 38px; height: 38px;
  border: 1px solid rgba(219, 173, 84, 0.4);
  border-radius: 50%; pointer-events: none;
  transform: translate(-50%,-50%);
  transition: width 0.4s var(--ease), height 0.4s var(--ease), border-color 0.3s, background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor-ring::after {
  content: attr(data-text);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--forest-deep);
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: 600;
}
.cursor-ring.hover {
  width: 76px; height: 76px;
  border-color: var(--gold-light);
  background: rgba(15, 26, 19, 0.85);
  backdrop-filter: blur(4px);
}
.cursor-ring.hover::after {
  color: var(--gold-pale) !important;
  opacity: 1;
}

/* ════════════════════════════════════════════════
   HERO SLIDER
   ════════════════════════════════════════════════ */
.hero-slider {
  position: relative;
  height: 100vh; min-height: 650px;
  overflow: hidden;
  background: var(--forest-deep);
  cursor: pointer;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  transition: background-image 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: background-image;
}
.hero-bg.bg-0 { background-image: url('assets/img/shambhala-constructions/pbe-banner-01.png'); }
/* .hero-bg.bg-1 { background-image: url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1800&q=85'); }
.hero-bg.bg-2 { background-image: url('https://images.unsplash.com/photo-1565008447742-97f6f38c985c?w=1800&q=85'); }
.hero-bg.bg-3 { background-image: url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?w=1800&q=85'); } */

.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(15,26,19,0.85) 0%,
    rgba(15,26,19,0.6) 50%,
    rgba(15,26,19,0.4) 100%
  );
}
.hero-v-rule {
  position: absolute; z-index: 2;
  top: 0; left: 5vw; bottom: 0; width: 1px;
  background: linear-gradient(to bottom,
    transparent 0%,
    rgba(219,173,84,0.3) 30%,
    rgba(219,173,84,0.3) 70%,
    transparent 100%);
  pointer-events: none;
}
.hero-cross {
  position: absolute; z-index: 2;
  top: 8rem; right: 4rem;
  width: 26px; height: 26px; pointer-events: none;
}
.hero-cross::before {
  content: ''; position: absolute;
  left: 0; right: 0; top: 12px; height: 1px;
  background: rgba(219,173,84,0.35);
  box-shadow: 0 10px 0 rgba(219,173,84,0.35);
}
.hero-cross::after {
  content: ''; position: absolute;
  top: 0; bottom: 0; left: 12px; width: 1px;
  background: rgba(219,173,84,0.35);
  box-shadow: 10px 0 0 rgba(219,173,84,0.35);
}
.hero-brand-label {
  position: absolute; z-index: 2;
  right: 2vw; top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  font-size: 0.65rem; letter-spacing: 0.4em; text-transform: uppercase;
  color: rgba(219,173,84,0.3);
  pointer-events: none;
  font-family: 'Jost', sans-serif;
}

.hero-slide {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 0 8vw 15vh 8vw;
  opacity: 0; pointer-events: none;
  transition: opacity 0.8s ease;
}
.hero-slide.is-active  { opacity: 1; pointer-events: auto; }

.hero-slide .s-tag-wrap,
.hero-slide .s-h1,
.hero-slide .s-body {
  opacity: 0;
}
.hero-slide.is-active .s-tag-wrap { animation: hsUp 1.0s var(--ease) 0.1s forwards; }
.hero-slide.is-active .s-h1       { animation: hsUp 1.1s var(--ease) 0.25s forwards; }
.hero-slide.is-active .s-body     { animation: hsUp 1.0s var(--ease) 0.4s forwards; }

.hero-slide.is-out .s-tag-wrap,
.hero-slide.is-out .s-h1,
.hero-slide.is-out .s-body        { animation: hsDown 0.6s var(--ease) forwards; }

@keyframes hsUp   { from { transform: translateY(60px); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes hsDown { from { transform: none; opacity: 1; } to { transform: translateY(-40px); opacity: 0; } }

.s-tag-wrap {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.5rem;
}
.s-tag-num {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem; font-style: italic; color: var(--gold-light);
}
.s-tag {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold-pale);
}
.s-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.2rem, 8vw, 7.5rem);
  font-weight: 700; line-height: 0.95;
  color: var(--white); letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.s-h1 em {
  display: block; font-style: italic; font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(251, 244, 187, 0.6);
}
.s-body p {
  font-size: clamp(0.85rem, 1.1vw, 1.05rem);
  line-height: 1.9; color: rgba(255,255,255,0.7);
  max-width: 520px;
}

/* Hero Controls */
.hero-nav {
  position: absolute; z-index: 4;
  bottom: 8vh; left: 8vw; right: 8vw;
  display: flex; align-items: center; justify-content: space-between;
}
.hero-count {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
}
.hero-count strong { font-style: normal; color: var(--gold-pale); font-weight: 600; }

.hero-bars { display: flex; gap: 0.8rem; align-items: center; }
.h-bar {
  position: relative; height: 3px; width: 45px;
  background: rgba(255,255,255,0.15);
  cursor: none; overflow: hidden;
  transition: width 0.3s;
}
.h-bar-fill {
  position: absolute; inset: 0;
  background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  will-change: transform;
}
.h-bar.is-active { width: 65px; }
.h-bar.is-active .h-bar-fill {
  animation: barFill calc(var(--slider-dur) * 1s) linear forwards;
}
.h-bar.is-done .h-bar-fill { transform: scaleX(1); }
@keyframes barFill { from { transform: scaleX(0); } to { transform: scaleX(1); } }


/* ════════════════════════════════════════════════
   INTRO BLOCK
   ════════════════════════════════════════════════ */
.intro-container {
  padding: 8rem 8vw 4rem;
  background: var(--forest-deep);
  position: relative; z-index: 2;
}
.intro-block {
  padding: 7rem 5rem;
  display: grid; grid-template-columns: 1.2fr 2fr; gap: 5rem;
  align-items: center;
  background: linear-gradient(135deg, rgba(13,38,25,0.7) 0%, rgba(15,26,19,0.9) 100%);
  border: 1px solid rgba(219,173,84,0.12);
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.intro-block::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--gold-bronze) 0%, var(--gold-light) 50%, transparent 100%);
}
.intro-label {
  font-size: 0.95rem; font-weight: 600;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold-light);
}
.intro-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 300;
  line-height: 1.15; color: var(--gold-pale);
  margin-bottom: 1.5rem; letter-spacing: -0.01em;
}
.intro-text h2 em { font-style: italic; font-weight: 400; color: var(--white); }
.intro-text p {
  font-size: 1rem; line-height: 1.95;
  color: rgba(255,255,255,0.75); max-width: 680px;
}

/* ════════════════════════════════════════════════
   ORNAMENT DIVIDER
   ════════════════════════════════════════════════ */
.ornament {
  display: flex; align-items: center; gap: 2rem;
  padding: 2rem 8vw; position: relative; z-index: 2;
}
.ornament-line { flex: 1; height: 1px; background: var(--rule); }
.ornament-icon {
  color: var(--gold-light); font-size: 0.9rem;
  letter-spacing: 0.3em; opacity: 0.8; user-select: none;
}

/* ════════════════════════════════════════════════
   SERVICE SECTIONS
   ════════════════════════════════════════════════ */
.service-section {
  padding: 7rem 8vw;
  position: relative; z-index: 2;
  border-top: 1px solid rgba(219,173,84,0.1);
  overflow: hidden;
}
.service-section:nth-of-type(even) {
  background: linear-gradient(180deg, var(--forest-deep) 0%, rgba(13,38,25,0.4) 100%);
}

.service-header {
  display: flex; align-items: baseline;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
.service-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5.5rem; font-weight: 200;
  color: rgba(219,173,84,0.15); line-height: 1;
  letter-spacing: -0.02em; user-select: none;
}
.service-title-block { flex: 1; padding: 0 2.5rem; }
.service-tag {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.6rem;
}
.service-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem); font-weight: 300;
  color: var(--gold-pale); line-height: 1.15; letter-spacing: -0.01em;
}
.service-h2 em { font-style: italic; font-weight: 400; color: var(--white); }
.service-header-rule {
  width: 75px; height: 1px;
  background: var(--gold-light);
  margin-top: auto; margin-bottom: 0.5rem;
}

/* layouts */
.layout-a { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4.5rem; align-items: center; }
.layout-b { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4.5rem; align-items: center; }
.layout-d { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2.5rem; align-items: start; }

/* image wrappers with gold animated crop frame */
.img-wrap {
  position: relative; overflow: hidden;
  background: var(--forest-mid);
  border: 1px solid rgba(219,173,84,0.15);
  border-radius: 8px; box-shadow: 0 25px 50px rgba(0,0,0,0.55);
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.img-wrap.tall   { aspect-ratio: 4/5; }
.img-wrap.wide   { aspect-ratio: 16/10; }
.img-wrap.square { aspect-ratio: 1; }

.img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; transition: transform 0.8s var(--ease), filter 0.8s var(--ease);
  filter: saturate(0.85) contrast(1.05);
}
.img-wrap:hover img { transform: scale(1.05); filter: saturate(1) contrast(1.1); }

.img-wrap:hover {
  border-color: rgba(251, 244, 187, 0.4);
  box-shadow: 0 25px 60px rgba(219,173,84,0.15);
}

.img-offset { margin-top: 2.2rem; }

/* reveal animations wipe effect */
.reveal-wipe-wrap {
  position: relative;
  overflow: hidden;
}
.reveal-wipe-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--forest-deep));
  transform: translateX(-100%);
  z-index: 3;
}
.reveal-wipe-wrap.visible::after {
  animation: wipeOut 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes wipeOut {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

/* service body text */
.service-body { padding-top: 0.5rem; }
.service-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 300; font-style: italic;
  color: var(--gold-pale); line-height: 1.6;
  margin-bottom: 1.8rem;
  border-left: 2px solid var(--gold); padding-left: 1.5rem;
}
.service-desc {
  font-size: 0.98rem; line-height: 1.95;
  color: rgba(255,255,255,0.7); margin-bottom: 2.5rem;
}
.feature-list { list-style: none; margin-bottom: 2.5rem; }
.feature-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid rgba(219,173,84,0.08);
  transition: all 0.35s var(--ease);
  border-radius: 6px;
}
.feature-list li:hover {
  background: rgba(23,58,40,0.3);
  border-bottom-color: rgba(219,173,84,0.25);
  padding-left: 1.8rem;
}
.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  transition: transform 0.3s var(--ease);
}
.feature-list li:hover::before {
  transform: translateY(-50%) scale(1);
}
.f-label {
  color: var(--gold-pale);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  min-width: 140px; flex-shrink: 0;
}
.f-val {
  color: rgba(255,255,255,0.65);
  transition: color 0.3s;
  font-size: 0.92rem;
}
.feature-list li:hover .f-val { color: rgba(255,255,255,0.95); }
.feature-list li:hover .f-label { color: var(--gold-light); }

.service-link {
  display: inline-flex; align-items: center; gap: 0.8rem;
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold-light); text-decoration: none;
  border-bottom: 1px solid rgba(219,173,84,0.3); padding-bottom: 0.3rem;
  transition: all 0.35s var(--ease);
  position: relative;
}
.service-link::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; width: 100%; height: 1px;
  background: var(--gold-light);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.35s var(--ease);
}
.service-link:hover { color: var(--white); gap: 1.3rem; }
.service-link:hover::after { transform: scaleX(1); transform-origin: left; }
.service-link svg { width: 16px; height: 16px; stroke: currentColor; fill: none; }

/* ════════════════════════════════════════════════
   QUOTE
   ════════════════════════════════════════════════ */
.quote-section {
  padding: 8rem 8vw;
  background: var(--forest-deep);
  text-align: center;
  position: relative; z-index: 2;
  overflow: hidden;
}
.quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 8rem; font-weight: 700;
  color: var(--gold); opacity: 0.15; line-height: 0.3;
  margin-bottom: 1rem; display: block;
}
.quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem); font-weight: 300;
  font-style: italic; line-height: 1.6;
  color: var(--gold-pale); max-width: 960px; margin: 0 auto 2rem;
}
.quote-text em { color: var(--white); font-style: italic; font-weight: 400; }
.quote-attr {
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.quote-attr span { color: var(--gold-light); }

/* ════════════════════════════════════════════════
   PROCESS
   ════════════════════════════════════════════════ */
.process-section {
  padding: 8rem 8vw;
  background: var(--forest-mid);
  border-top: 1px solid rgba(219,173,84,0.15);
  position: relative; z-index: 2;
}
.section-tag {
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.8rem;
}
.process-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 300;
  color: var(--gold-pale); margin-bottom: 4.5rem;
  letter-spacing: -0.01em;
}
.process-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(219,173,84,0.15);
  margin-top: 2rem;
}
.p-step {
  padding: 3.5rem 2.5rem 3.5rem 0;
  border-right: 1px solid rgba(219,173,84,0.08);
  position: relative;
  transition: all 0.4s var(--ease);
}
.p-step:hover {
  background: rgba(15,26,19,0.3);
  padding-left: 1.5rem;
}
.p-step:last-child { border-right: none; padding-right: 0; }
.p-step-dot {
  position: absolute; top: -1px; left: 0;
  width: 9px; height: 9px;
  background: var(--gold-light); border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(219,173,84,0.8);
}
.p-step-num {
  font-family: 'Playfair Display', serif;
  font-size: 4rem; font-weight: 200; line-height: 1;
  color: rgba(219,173,84,0.12); margin-bottom: 1.2rem;
}
.p-step h3 {
  font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 0.8rem;
}
.p-step p { font-size: 0.9rem; color: rgba(255,255,255,0.65); line-height: 1.75; }

/* ════════════════════════════════════════════════
   NEXT PROJECT CTA BANNER
   ════════════════════════════════════════════════ */
.next-project {
  position: relative; height: 72vh; min-height: 480px;
  overflow: hidden;
  border-top: 1px solid rgba(219,173,84,0.15);
}
.next-project-img {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1800&q=85') center/cover no-repeat;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.next-project:hover .next-project-img { transform: scale(1.05); }
.next-project-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(15,26,19,0.92) 0%, rgba(15,26,19,0.55) 100%);
}
.next-project-body {
  position: relative; z-index: 2;
  height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1.8rem;
}
.next-project-body span {
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold-light);
}
.next-project-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 6.5vw, 5.5rem); font-weight: 300;
  font-style: italic; color: var(--gold-pale); letter-spacing: -0.01em;
}
.next-circle {
  width: 76px; height: 76px;
  border: 1px solid rgba(219,173,84,0.4); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.45s var(--ease);
  background: rgba(15,26,19,0.4);
}
.next-project:hover .next-circle {
  width: 95px; height: 95px;
  border-color: var(--gold-pale);
  background: var(--gold-pale);
}
.next-circle svg { width: 22px; height: 22px; fill: none; stroke: var(--white); stroke-width: 1.5; transition: stroke 0.3s; }
.next-project:hover .next-circle svg { stroke: var(--forest-deep); }

/* Responsive tweaks */
.service-desc, .service-lead, .intro-text p, .stat-desc, .slat-desc {
  text-align: left;
}

@media (max-width: 1024px) {
  .layout-a, .layout-b { grid-template-columns: 1fr; gap: 3rem; }
  .layout-d { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .layout-d .service-body { grid-column: span 2; }
  .intro-block { grid-template-columns: 1fr; gap: 2.5rem; padding: 4.5rem 3.5rem; }
  .stats-bar { grid-template-columns: 1fr; gap: 2rem; padding: 4.5rem 8vw; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(219,173,84,0.08); padding: 1.5rem 0; }
  .stat-item:last-child { border-bottom: none; }
}

@media (max-width: 768px) {
  .service-section { padding: 5rem 6vw !important; }
  .intro-container { padding: 5rem 6vw 2.5rem !important; }
  .stats-bar { padding: 5rem 6vw !important; }
  .quote-section { padding: 6rem 6vw !important; }
  .feature-list li {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.4rem !important;
    padding: 1rem 1.2rem !important;
  }
  .f-label {
    min-width: unset !important;
    width: 100% !important;
    margin-bottom: 0.2rem !important;
  }
  .f-val {
    font-size: 0.88rem !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 600px) {
  .hero-slide { padding: 0 6vw 0vh 9vw!important; justify-content: center !important; }
  .s-h1 { font-size: clamp(2.4rem, 7vw, 3.2rem) !important; margin-bottom: 1rem !important; }
  .s-body p { font-size: 0.86rem !important; }
  .hero-nav { bottom: 6vh !important; left: 6vw !important; right: 6vw !important; }
  .h-bar { width: 35px !important; }
  .h-bar.is-active { width: 50px !important; }
  .layout-d { grid-template-columns: 1fr; gap: 2rem; }
  .layout-d .service-body { grid-column: span 1; }
  .intro-block { padding: 3rem 1.8rem; }
  .service-header { flex-direction: column; align-items: flex-start; gap: 0.8rem; margin-bottom: 3rem; }
  .service-title-block { padding: 0; }
  .service-number { font-size: 4rem; }
}

/* ════════════════════════════════════════════════
   ACCORDION CAROUSEL SHOWCASE GALLERY
   ════════════════════════════════════════════════ */
.accordion-carousel-section {
  padding: 8rem 8vw;
  background: var(--forest-deep);
  border-top: 1px solid rgba(219,173,84,0.15);
  position: relative; z-index: 2;
  overflow: hidden;
}
.accordion-wrapper {
  display: flex;
  gap: 1.2rem;
  width: 100%;
  height: 750px;
  margin-top: 4rem;
}
.accordion-slat {
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(219,173,84,0.15);
  transition: flex 0.7s var(--ease), border-color 0.4s var(--ease), box-shadow 0.4s var(--ease);
  cursor: none;
}
.accordion-slat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease), filter 0.8s var(--ease);
  filter: saturate(0.65) contrast(1.05) brightness(0.65);
}
.accordion-slat:hover {
  flex: 3.5;
  border-color: rgba(251, 244, 187, 0.4);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}
.accordion-slat:hover img {
  transform: scale(1.03);
  filter: saturate(1) contrast(1.05) brightness(0.9);
}
.slat-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  letter-spacing: 0.18em;
  color: var(--gold-pale);
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
  opacity: 0.8;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 2;
}
.accordion-slat:hover .slat-indicator {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8) rotate(-90deg);
}
.slat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15,26,19,0.95) 100%);
  z-index: 1;
  transition: opacity 0.5s;
}
.slat-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.6s var(--ease), opacity 0.5s;
}
.accordion-slat:hover .slat-content {
  transform: translateY(0);
  opacity: 1;
}
.slat-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
}
.slat-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  color: var(--white);
  font-weight: 300;
  line-height: 1.2;
}
.slat-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
  max-width: 440px;
}

@media (max-width: 900px) {
  .accordion-carousel-section {
    padding: 5rem 6vw !important;
  }
  .accordion-wrapper {
    flex-direction: column !important;
    height: auto !important;
    gap: 1.2rem !important;
  }
  .accordion-slat {
    flex: none !important;
    width: 100% !important;
    height: 180px !important;
    transition: height 0.6s var(--ease) !important;
  }
  .accordion-slat:hover {
    flex: none !important;
    height: 300px !important;
  }
  .slat-indicator {
    transform: translate(-50%, -50%) rotate(0deg) !important;
    font-size: 1.15rem !important;
  }
  .accordion-slat:hover .slat-indicator {
    opacity: 0 !important;
    transform: translate(-50%, -50%) scale(0.8) !important;
  }
  .slat-content {
    padding: 1.8rem !important;
  }
  .slat-title {
    font-size: 1.8rem !important;
  }
}

@media (max-width: 900px) {
  .process-steps {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 600px) {
  .process-steps {
    grid-template-columns: 1fr !important;
  }
  .p-step {
    padding-right: 0 !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(219,173,84,0.08) !important;
  }
}

/* ════════════════════════════════════════════════
   WHY CHOOSE US & OUR PROMISE
   ════════════════════════════════════════════════ */
.why-choose-section {
  padding: 8rem 8vw;
  background: var(--forest-deep);
  border-top: 1px solid rgba(219,173,84,0.15);
  position: relative; z-index: 2;
}
.why-choose-grid {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 5rem;
}
.why-choose-left {
  position: sticky;
  top: 120px;
  height: fit-content;
}
.promise-box {
  margin-top: 3rem;
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(23,58,40,0.4) 0%, rgba(15,26,19,0.7) 100%);
  border: 1px solid rgba(219,173,84,0.15);
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.promise-box h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  color: var(--gold-light);
  margin-bottom: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.promise-box p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.75);
}
.why-choose-right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.why-card {
  padding: 2.5rem;
  background: rgba(13,38,25,0.3);
  border: 1px solid rgba(219,173,84,0.06);
  border-radius: 8px;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0; width: 3px;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s var(--ease);
}
.why-card:hover {
  background: rgba(23,58,40,0.5);
  border-color: rgba(219,173,84,0.18);
  transform: translateX(10px);
}
.why-card:hover::before {
  transform: scaleY(1);
  transform-origin: top;
}
.why-card-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.why-card-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--gold-light);
  opacity: 0.8;
}
.why-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--gold-pale);
  font-weight: 500;
}
.why-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
}

@media (max-width: 1024px) {
  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .why-choose-left {
    position: relative;
    top: 0;
  }
  .why-card:hover {
    transform: none;
  }
}

/* ════════════════════════════════════════════════
   SCROLL REVEAL ANIMATIONS
   ════════════════════════════════════════════════ */
.reveal       { opacity: 0; transform: translateY(35px);  transition: opacity 1.0s var(--ease), transform 1.0s var(--ease); }
.reveal-left  { opacity: 0; transform: translateX(-35px); transition: opacity 1.0s var(--ease), transform 1.0s var(--ease); }
.reveal-right { opacity: 0; transform: translateX(35px);  transition: opacity 1.0s var(--ease), transform 1.0s var(--ease); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none; }

/* ════════════════════════════════════════════════
   PEB ADVANTAGES SECTION CARD GRID
   ════════════════════════════════════════════════ */
.advantages-section {
  padding: 8rem 8vw;
  background: var(--forest-mid);
  border-top: 1px solid rgba(219,173,84,0.15);
  position: relative; z-index: 2;
}
.advantages-list {
  list-style: none;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.advantages-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.1rem 1.4rem;
  border-bottom: 1px solid rgba(219,173,84,0.08);
  transition: all 0.4s var(--ease);
  border-radius: 8px;
  background: rgba(13,38,25,0.2);
}
.advantages-list li:hover {
  background: rgba(23,58,40,0.5);
  border-bottom-color: rgba(219,173,84,0.25);
  padding-left: 2rem;
  transform: translateX(8px);
}
.adv-list-icon {
  font-size: 1.1rem;
  color: var(--gold-light);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(219,173,84,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(219,173,84,0.15);
  transition: all 0.4s var(--ease);
  flex-shrink: 0;
}
.advantages-list li:hover .adv-list-icon {
  background: var(--gold-light);
  color: var(--forest-deep);
  transform: scale(1.1) rotate(360deg);
  border-color: var(--gold-light);
  box-shadow: 0 0 15px rgba(219,173,84,0.3);
}
.adv-list-text {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--gold-pale);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.3s;
}
.advantages-list li:hover .adv-list-text {
  color: var(--white);
}

@media (max-width: 768px) {
  .advantages-section {
    padding: 5rem 6vw !important;
  }
  .advantages-list li {
    padding: 1rem 1.2rem !important;
    gap: 1.2rem !important;
  }
}









































.construction-form-section{
    padding:80px 20px;
    background:#858585;
   
}

.construction-form-container{
    max-width:850px;
    margin:auto;
    background: linear-gradient(
            145deg,
            #04140d 0%,
            #0a1f16 25%,
            #123226 55%,
            #081710 100%
        );
    padding:50px;
    border-radius:10px;
    box-shadow:0 0 30px rgba(0,0,0,0.4);
    color:#000000;
}

.form-top-line{
    width:45px;
    height:4px;
    background:#c9a227;
    margin-bottom:25px;
}

.construction-form-container h2{
    font-size:48px;
    margin-bottom:10px;
    color:#c7b27a;
    font-weight:700;
    letter-spacing:1px;
}

.construction-form-container p{
    color:#888;
    margin-bottom:40px;
    font-size:16px;
}

.form-row{
    display:flex;
    gap:25px;
    margin-bottom:25px;
}

.form-group{
    flex:1;
    display:flex;
    flex-direction:column;
}

.form-group label{
    font-size:14px;
    font-weight:700;
    color:#c9a227;
    margin-bottom:10px;
    letter-spacing:1px;
}

.form-group input,
.form-group select,
.form-group textarea{
    background:#2a2a2a;
    border:1px solid #3a3a3a;
    color:#fff;
    padding:16px;
    border-radius:6px;
    font-size:16px;
    outline:none;
    transition:0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
    border-color:#c9a227;
    box-shadow:0 0 10px rgba(201,162,39,0.3);
}

.form-group textarea{
    min-height:140px;
    resize:none;
}

.full-width{
    width:100%;
    margin-bottom:25px;
}

.submit-btn{
    background:#c9a227;
    color:#111;
    border:none;
    padding:16px 35px;
    font-size:16px;
    font-weight:700;
    border-radius:6px;
    cursor:pointer;
    transition:0.3s;
}

.submit-btn:hover{
    background:#e0b832;
    transform:translateY(-2px);
}

/* Responsive */
@media(max-width:768px){
    .form-row{
        flex-direction:column;
    }

    .construction-form-container{
        padding:30px 20px;
    }

    .construction-form-container h2{
        font-size:34px;
    }
}







/*contact css*/



  .hero-bg.bg-0 { background-image: url('assets/img/shambhala-constructions/contact-banner.png'); }

  /* Contact Info in Banner */
  .contact-info-banner {
    position: absolute;
    right: 50px;
    bottom: 80px;
    z-index: 10;
  }

  .contact-info-box {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    padding: 35px 40px;
    border-radius: 8px;
    border-left: 4px solid #d4af37;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    min-width: 350px;
    transition: all 0.3s ease;
  }

  .contact-info-box:hover {
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 0 15px 50px rgba(212, 175, 55, 0.2);
    border-left-width: 6px;
  }

  .contact-block {
    margin-bottom: 25px;
  }

  .contact-block:last-child {
    margin-bottom: 0;
  }

  .contact-label {
    font-size: 13px;
    font-weight: 700;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    display: block;
  }

  .contact-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #d4af37, transparent);
    margin: 20px 0;
  }

  .contact-link {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.3px;
    display: inline-block;
    transition: all 0.3s ease;
    line-height: 1.6;
  }

  .contact-link:hover {
    color: #d4af37;
    padding-left: 8px;
  }

  /* Mobile Responsive Styles */
  @media (max-width: 1024px) {
    .contact-info-banner {
      right: 30px;
      bottom: 60px;
    }

    .contact-info-box {
      padding: 25px 30px;
      min-width: 300px;
    }
  }

  @media (max-width: 768px) {
    .contact-info-banner {
      position: relative;
      right: auto;
      bottom: auto;
      margin-top: 40px;
      display: flex;
      justify-content: center;
    }

    .contact-info-box {
      padding: 30px;
      min-width: auto;
      max-width: 100%;
      width: 100%;
    }

    .contact-divider {
      height: 1px;
      background: linear-gradient(to right, transparent, #d4af37, transparent);
      margin: 20px 0;
    }
  }

  @media (max-width: 576px) {
    .contact-info-banner {
      margin-top: 30px;
      padding: 0 1px;
    }

    .contact-info-box {
      padding: 20px;
      min-width: auto;
      border-radius: 6px;
    }

    .contact-block {
      margin-bottom: 20px;
    }

    .contact-label {
      font-size: 12px;
      margin-bottom: 8px;
      letter-spacing: 1px;
    }

    .contact-link {
      font-size: 14px;
      letter-spacing: 0.2px;
    }

    .contact-divider {
      margin: 15px 0;
    }

    .contact-link:hover {
      padding-left: 0;
    }
  }

