/* *{
  outline: 1px solid red;
} */

@font-face {
  font-family: "Geologica-SemiBold";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Geologica-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Geologica-Bold";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Geologica-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Geologica-Medium";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Geologica-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Geologica-Regular";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Geologica-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Geologica-Light";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Geologica-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Figtree-SemiBold";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Figtree-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Figtree-Bold";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Figtree-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Figtree-Medium";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Figtree-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Figtree-Regular";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Figtree-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Figtree-Light";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(../fonts/Figtree-Light.ttf) format("truetype");
}

body::-webkit-scrollbar {
  width: 0px;
}

html,
body {
  font-family: "Geologica-Regular";
  font-weight: 400;
}

:root {
  --sidebarWidth: 430px;
  --clr-primary: #d4dcdb;
  --clr-red: #f00;
  --clr-grn: #1e7e34;
  --input-font: 500;
  --input-height: clamp(50px, 4vw, 64px);
  --input-fs-main: 16px;
  --input-fs-top: 14px;
  --input-icon-fs: 18px;
  --input-icon: #1baac4;
  --input-border: #aaa;
  --input-error: #ff2323;
  --button-font: 700;
  --button-fill: #a24eea;
  --button-line: #30223b;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.variable {
  margin-bottom: 30px;
}

.variable p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #4e68ea;
  margin-bottom: 8px;
}

.variable span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
span,
input,
li,
a {
  font-weight: normal;
  margin-bottom: 0;
}

.f-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

.f-col {
  padding: 0 15px;
  display: flex;
}

.f-10 .f-col {
  width: 10%;
}

.f-9 .f-col {
  width: 11.11111111%;
}

.f-8 .f-col {
  width: 12.5%;
}

.f-7 .f-col {
  width: 14.28571429%;
}

.f-6 .f-col {
  width: 16.66666667%;
}

.f-5 .f-col {
  width: 20%;
}

.f-4 .f-col {
  width: 25%;
}

.f-3 .f-col {
  width: 33.33333333%;
}

.f-2 .f-col {
  width: 50%;
}

.f-1 .f-col {
  width: 100%;
}

.w100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.w95 {
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
}

.w90 {
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}

.w85 {
  width: 85%;
  padding-left: 15px;
  padding-right: 15px;
}

.w80 {
  width: 80%;
  padding-left: 15px;
  padding-right: 15px;
}

.w75 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.w70 {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}

.w65 {
  width: 65%;
  padding-left: 15px;
  padding-right: 15px;
}

.w60 {
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}

.w55 {
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}

.w50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.w45 {
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}

.w40 {
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}

.w35 {
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}

.w30 {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}

.w25 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.w20 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.w15 {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
}

.w10 {
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}

.w5 {
  width: 5%;
  padding-left: 15px;
  padding-right: 15px;
}

.w33 {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}

.w16 {
  width: 16.666666%;
  padding-left: 15px;
  padding-right: 15px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-0 {
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .hero-visual {
    gap: 20px;
  }

  .building-card img {
    width: 60% !important;
  }

  .news-home .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 80px auto 40px;
    max-width: 98%;
    width: 98%;
    transform: translate(10px, 10px) !important;
  }

  .swiper-news .swiper-slide {
    width: 100% !important;
    margin: 40px 0px;
  }

  .swiperNews .swiper-slide:first-child {
    transform: translateY(40px);
  }

  .swiperNews .swiper-slide:last-child {
    transform: translateY(40px);
    margin-right: 0px;
  }
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  font-family: Figtree-Bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

img.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul,
ol,
dl {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cfd1d4;
}

.btnLogin {
  font-weight: 400 !important;
  font-family: "Geologica-Regular";
  background: #a78558;
  color: #fff !important;
  width: 80px;
  height: 36px !important;
  font-size: 16px !important;
  line-height: 1.5;
  cursor: pointer;
  border-radius: 2px;
  text-align: center !important;
  display: block !important;
  padding: 4px 10px;
}

.btnHeroCon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  gap: 15px;
}

.btnHero {
  background: #a78558;
  color: #d4dcdb;
  font-size: 16px;
  border: none;
  outline: none;
  border: 1px solid transparent;
  border-radius: 2px;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  text-align: center;
  padding: 2px 20px 2px 20px;
  width: fit-content;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
}

.btnHero1 {
  border: 1px solid #a78558;
  color: #a78558;
  font-size: 16px;
  border-radius: 2px;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  text-align: center;
  padding: 2px 20px 2px 20px;
  width: fit-content;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
}

.btnHero:hover,
.btnHero1:hover,
.btnLogin:hover {
  border: 1px solid #44463c;
  background: #44463c;
  color: #fff;
}

.btnHero.line {
  background: transparent;
  border: 1px solid var(--button-line);
  color: var(--button-line);
}

.btnHero.line:hover {
  background: var(--button-line);
  border: 1px solid var(--button-line);
  color: #fff;
}

.btnHero.center {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.btn-content {
  border: 1px solid #a78558;
  color: #a78558;
  font-size: 16px;
  border-radius: 2px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  text-align: center;
  padding: 2px 20px 2px 20px;
  width: fit-content;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
  align-items: center;
  gap: 8px;
}

.btn-content img {
  width: auto;
  height: auto;
  object-fit: none;
  text-align: right;
  margin-top: 2px;
}

.btn-txt {
  font-size: 16px;
  font-weight: 500;
  color: var(--Yoeki-Beige);
  z-index: 2;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.dot {
  width: 44px;
  height: 44px;
  position: absolute;
  left: calc(100% - 46px);
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 44px;
  background: var(--Yoeki-Beige, #101010);
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.arrow-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-btn i {
  font-size: 12px;
  color: #fff;
  text-shadow:
    30px 0 0 #fff,
    60px 0 0 #fff;
  transform: translateX(-60px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.connect-box .button {
  position: relative;
}

.connect-box input.wpcf7-submit {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
}

.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: none;
}

.button--block {
  width: 100%;
}

.button svg {
  position: relative;
  top: -2px;
}

.button svg path {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.button .phone {
  margin-right: 5px;
}

.element-section {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}

.element-section .ehdn1 {
  margin-bottom: 30px;
}

.element-section .ehdn2 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.myElem {
  display: block;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
}

.form-grp,
.form-textarea-group {
  position: relative;
  margin-bottom: 20px;
}

.form-grp .inputError {
  border-bottom: 1px solid var(--input-error);
}

.error-msg {
  font-size: 12px;
  color: var(--input-error);
  margin: 0;
}

.error-msg2 {
  font-size: 12px;
  color: var(--input-error);
  margin-bottom: 20px;
}

.whatsapp {
  margin-right: 0;
}

.form-field {
  font-family: var(--input-font);
  height: var(--input-height);
  font-size: var(--input-fs-main);
  border: 0;
  background: rgba(58, 58, 58, 0.3);
  width: 100%;
  z-index: 2;
  border: 0.4px solid transparent;
  position: relative;
  color: #fff;
  outline: none;
  padding: 0 16px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.form-field:-webkit-autofill,
.form-field:-webkit-autofill:hover,
.form-field:-webkit-autofill:focus,
.form-field:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.form-field:focus,
.form-field.field--not-empty {
  border: 0.4px solid rgba(251, 133, 30, 0.5);
}

.form-label {
  color: #efeae3;
  font-size: var(--fs16);
  padding: 0;
  margin: 0;
  opacity: 0.6;
  margin-bottom: 16px;
}

.form-field:focus ~ .form-label,
.form-field.field--not-empty ~ .form-label,
.form-grp.sTop .form-label {
  font-size: var(--input-fs-top);
  background: #fff;
  top: -10px;
  z-index: 2;
}

.form-textarea-group .form-field {
  height: 150px;
  line-height: 1.3;
  padding: 15px 16px;
  resize: none;
}

.form-grp.int-padl input,
.form-grp.form-grp-var input {
  padding-left: 40px;
}

.form-grp.int-padr input {
  padding-right: 40px;
}

.form-grp .view-pass {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 9;
}

.form-grp.disabled-field {
  background: #f5f5f5;
}

.form-grp.disabled-field .form-field {
  border-color: #f5f5f5;
}

.form-grp.disabled-field .form-label {
  color: #999;
  background: transparent;
  width: 100%;
  transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}

.datetimepicker-input ~ i {
  position: absolute;
  right: 20px;
  top: 25px;
  line-height: 0;
  font-size: 22px;
  color: #a7b3c4;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  border: 1px solid #a7b3c4;
  height: 30px;
  z-index: 2;
  padding: 0 10px;
  font-size: 14px;
  color: #1c2d41;
  font-weight: 400;
  outline: none;
  border-radius: 5px;
  background: transparent url(../img/drop-down-arrow.svg) no-repeat
    calc(100% - 5px) center / 10px;
  -webkit-appearance: none;
}

.select-field {
  background: url("../img/drop-down-arrow.svg") no-repeat calc(100% - 20px)
    center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #121212;
}

.select-field option {
  color: #fff;
}

.select-field option:checked,
.select-field option:hover {
  background: #fff;
  color: #000;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  color: rgba(239, 234, 227, 0.6);
}

input::-webkit-input-placeholder {
  color: rgba(239, 234, 227, 0.6);
}

label.error {
  font-weight: 400;
  margin: 0;
  margin-top: 5px;
  line-height: 2;
  font-size: 14px;
  color: #f71336;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.news-home .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 110px auto 40px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.news-home .swiper-slide {
  margin-right: 70px !important;
}

.news-home .swiper-slide:last-child {
  margin-right: 0px !important;
}

.swiperNews .swiper-slide:first-child {
  transform: translateY(-100px);
}

.news-home .swiper-slide:last-child {
  margin-right: 0px !important;
}

.swiperNews .swiper-slide:first-child {
  transform: translateY(-100px);
}

.swiper {
  width: 100%;
}

.swiperNews .swiper-slide:last-child {
  transform: translateY(-72px);
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis2 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis3 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis4 {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flex-justify {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.element-head {
  font-size: 40px;
  font-weight: bold;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.white,
.white p {
  color: var(--Yoeki-White, #fff) !important;
}

.sec-hdn {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 3;
  position: relative;
}

.sec-hdn.wrap {
  max-width: 100%;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
}

.sec-hdn.wrap .comm-sec-hdn,
.sec-hdn.wrap .comm-page-hdn {
  max-width: 760px;
  width: 100%;
}

.sec-hdn.wrap .button {
  margin-top: 0;
}

.sec-hdn.center {
  max-width: 920px;
  width: 100%;
  text-align: center;
  margin: 0 auto 48px;
  align-items: center;
}

.sec-hdn.big {
  max-width: 1000px;
}

.sec-hdn p {
  color: rgba(68, 70, 60, 0.7);
  font-size: var(--fs16);
  line-height: 1.5;
}

.principle-section .sec-hdn p {
  color: #d4dcdb !important;
  font-size: var(--fs16);
  line-height: 1.5;
}

.sec-hdn .button {
  margin-top: 20px;
}

.comm-page-hdn {
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs76);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.96px;
}

.card-sm-txt {
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.96px;
  margin-bottom: 14px;
}

.card-txt {
  color: var(--Yoeki-Beige);
  font-size: var(--fs32);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.96px;
  margin-bottom: 14px;
}

.comm-para p {
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs20);
  line-height: 1.6;
  margin-bottom: 16px;
}

.comm-para p:last-child {
  margin-bottom: 0;
}

.card-para p {
  color: var(--Dark-Grey, #3a3a3a);
  font-size: var(--fs16);
  line-height: 1.6;
  margin-bottom: 16px;
}

.card-para p:last-child {
  margin-bottom: 0;
}

.sec-hdn-right {
  max-width: 450px;
  width: 100%;
}

.sec-hdn-right .comm-para {
  margin-bottom: 24px;
}

.sec-hdn-right .comm-para p {
  text-align: left;
}

.bg-white {
  background: #d4dcdb;
}

.bg-white .card-sm-txt {
  color: #101010;
}

.bg-black {
  background: rgba(0, 0, 0, 0.7);
}

.bg-black .card-sm-txt,
.bg-black .comm-sec-hdn {
  color: #a78558 !important;
}

.comm-small-hdn {
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: var(--fs20);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.6px;
}

.read-more {
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: var(--fs16);
  font-weight: 500;
  position: relative;
  width: fit-content;
}

.read-more::after {
  content: "\e900";
  font-family: "icomoon" !important;
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 7px;
  right: -17px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.read-more:hover::after {
  transform: translateX(6px);
}

.comm-nav-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.comm-nav {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  background: #efeae3;
  cursor: pointer;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.comm-nav i {
  font-size: 14px;
  color: #101010;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.comm-nav:hover {
  background: #101010;
}

.comm-nav:hover i {
  color: #efeae3;
}

.comm-nav:first-child {
  transform: rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.acc-item {
  padding: 32px;
  border-bottom: 1px solid rgba(58, 58, 58, 0.3);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.acc-item.active {
  background: #efeae3;
  border-bottom: 1px solid rgba(58, 58, 58, 0);
}

.acc-item.active .accordion::after {
  transform: rotate(0deg);
}

.accordion {
  cursor: pointer;
  width: 100%;
  color: #101010;
  font-size: var(--fs24);
  transition: 0.4s;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  font-weight: 600;
  padding: 0 50px 0 0;
  position: relative;
}

.accordion::after,
.accordion::before {
  content: "";
  width: 20px;
  height: 1px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 20px;
  background: #fb851e;
}

.accordion::after {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.panel {
  display: none;
  padding: 12px 70px 0 0;
}

.panel p {
  color: #27150c;
  font-size: var(--fs18);
  font-weight: 400;
  line-height: 1.7;
  opacity: 0.6;
  margin-bottom: 24px;
}

.panel p:last-child {
  margin-bottom: 0;
}

.panel h3 {
  color: #3a3a3a;
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
}

.panel h4 {
  color: #3a3a3a;
  font-size: var(--fs18);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
}

.panel h5 {
  color: #3a3a3a;
  font-size: var(--fs16);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
}

.footer {
  color: #e5e5e5;
  padding: 30px 40px;
}
.footer .footer-box {
  border-right: 0.6px solid #626262;
  width: 33.33%;
}
.footer .footer-box:last-child {
  border-right: none;
}
.gap-25 {
  gap: 25px !important;
}

.gap-25 {
  gap: 25px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  border-bottom: 0.84px solid #626262;
}

/*.footer-box {
    flex: 1;
}*/

.footer-box h2 {
  font-family: "Geologica-SemiBold";
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 1);
}

.footer-box h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #a78558;
  font-family: "Geologica-Regular";
  font-weight: 400 !important;
  text-transform: uppercase;
}

.footer-box p {
  font-family: "Figtree-Light";
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4%;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li,
.footer-box ul li a {
  margin-bottom: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Figtree-Light";
  letter-spacing: 4%;
}

.footer-box ul li:hover,
.footer-box ul li a:hover {
  color: #a78558;
  font-family: "Figtree-Regular";
  text-decoration: underline;
  text-underline-offset: 6px;
}

.footer-box ul li a {
  all: unset;
}

.footer-box .item {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.footer-box .icon {
  margin-right: 15px;
}

.footer-box .text,
.footer-box .text a {
  font-family: "Figtree-Light";
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  letter-spacing: 4%;
}
/* Email box */
.email-box {
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  font-size: 16px;
  color: #d9d9d9;
  font-family: "Figtree-Light";
  font-weight: 400;
  width: 100%;
  margin-top: 12px;
  letter-spacing: 4%;
  text-decoration: underline;
}

#email-text a {
  font-family: "Figtree-Light" !important;
  font-weight: 400;
}

.copy-icon {
  cursor: pointer;
}

/* Bottom */
.footer-bottom {
  text-align: center;
  /* margin-top: 40px; */
  padding: 10px;
  border-top: 1px solid rgba(212, 220, 219, 0.2);
  font-size: 12px;
  color: #d4dcdb;
  background: #43453b;
  backdrop-filter: blur(20px);
  font-family: "Figtree-Regular";
}

.content-body {
  max-width: 1330px;
  margin: 0 auto;
  color: #101010;
}

.content-body img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 24px;
}

.content-body h2 {
  font-weight: 500;
  font-size: calc(var(--fs32) + 6px);
  margin-bottom: 16px;
}

.content-body h3 {
  font-weight: 500;
  font-size: calc(var(--fs32) + 4px);
  margin-bottom: 16px;
}

.content-body h4 {
  font-weight: 500;
  font-size: var(--fs32);
  margin-bottom: 16px;
}

.content-body h5 {
  font-weight: 500;
  font-size: var(--fs24);
  margin-bottom: 16px;
}

.content-body h6 {
  font-weight: 500;
  font-size: var(--fs20);
  margin-bottom: 16px;
}

.content-body p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 26px;
  opacity: 0.7;
}

.content-body p a {
  color: var(--Indium-Orange-Light);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.content-body p a:hover {
  color: var(--Yoeki-Beige, #101010);
}

.content-body ul {
  margin-bottom: 26px;
}

.content-body ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.content-body ul li p,
.content-body ul li a {
  margin-bottom: 0;
}

.content-body ul li a {
  color: var(--Indium-Orange-Light);
}

.content-body ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  top: 8px;
  left: 0;
  background: var(--Yoeki-Beige, #101010);
}

.content-body ul li:last-child {
  margin-bottom: 0;
}

.content-body blockquote {
  background: rgba(58, 58, 58, 0.05);
  width: 78%;
  margin: 0 auto;
  color: var(--Yoeki-Beige, #101010);
  font-size: var(--fs20);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.6px;
  padding: 24px 24px 16px;
}

.content-body blockquote + p {
  width: 78%;
  margin: 0 auto;
  color: var(--Dark-Grey, #3a3a3a);
  font-size: 16px;
  line-height: 1.5;
  background: rgba(58, 58, 58, 0.05);
  padding: 0 24px 24px 24px;
  margin-bottom: 24px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 26px;
  padding: 32px 0;
}

.breadcrumbs a {
  opacity: 0.5;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.breadcrumbs a:hover {
  opacity: 1;
}

.breadcrumbs a::after {
  content: "/";
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: -15px;
  top: 0;
}

.breadcrumbs a,
.breadcrumbs p {
  color: #fff;
  font-size: 16px;
  line-height: normal;
}

.breadcrumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-main-box {
  position: relative;
}

.tab-wrap {
  width: 100%;
  background: #fff;
  margin: 0 auto 34px;
  position: sticky;
  top: var(--header-height);
  z-index: 4;
  padding: 10px 0 30px 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-wrap ul {
  padding: 4px;
  border-radius: 1000px;
  background: #efeae3;
  overflow: hidden;
  display: flex;
  gap: 48px;
}

.tab-wrap ul li {
  color: var(--Yoeki-Beige, #101010);
  font-size: var(--fs16);
  font-weight: 500;
  line-height: 44px;
  height: 44px;
  border-radius: 1000px;
  overflow: hidden;
  padding: 0 14px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.tab-wrap ul li.active {
  background: #fff;
}

.tab-wrap ul li:hover {
  color: #fff;
  background: #fb851e;
}

.connect-box {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.connect-box .w50,
.connect-box .w100 {
  padding-left: 10px;
  padding-right: 10px;
}

.connect-box .f-row {
  margin-bottom: 64px;
}

.connect-box video {
  width: 100%;
  height: 100%;
}

.connect-video {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.connect-video video {
  width: 100%;
  height: 100%;
}

.wpcf7-list-item input {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.wpcf7-list-item-label {
  position: relative;
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs16);
  line-height: 1.5;
  padding-left: 40px;
  display: block;
}

.wpcf7-list-item-label a {
  color: var(--Indium-Orange-Light, #fb851e);
}

.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  background: var(--grey);
  border-radius: 2px;
  border: 1px solid #fb851e;
  position: absolute;
  left: 0;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-list-item
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label:before {
  background: #fb851e;
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  background: #000;
  width: 2px;
  height: 2px;
  box-shadow:
    2px 0 0 #000,
    4px 0 0 #000,
    4px -2px 0 #000,
    4px -4px 0 #000,
    4px -6px 0 #000,
    4px -8px 0 #000;
  transform: rotate(45deg);
}

.check-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-bottom: 20px;
}

:root {
  --header-height: 95px;
  --header-scroll-height: 70px;
  --comm-space: clamp(40px, 4vw, 90px);
  --Yoeki-Beige: #d4dcdb;
  --Yoeki-White: #fff;
  --Chrome-White: #efeae3;
  --fs96: clamp(36px, 5vw, 96px);
  --fs76: clamp(30px, 3.96vw, 76px);
  --fs64: clamp(28px, 3.33vw, 64px);
  --fs48: clamp(26px, 2.5vw, 48px);
  --fs40: clamp(20px, 2.08vw, 40px);
  --fs32: clamp(22px, 1.67vw, 32px);
  --fs28: clamp(18px, 1.46vw, 28px);
  --fs24: clamp(18px, 1.25vw, 24px);
  --fs20: clamp(16px, 1.04vw, 20px);
  --fs16: 16px;
}

@media all and (max-width: 480px) {
  :root {
    --header-height: 65px;
  }

  .banner {
    padding-top: 12%;
  }
}

@media all and (max-width: 400px) {
  .banner {
    padding: 0 15px;
  }

  .banner {
    padding-top: 10%;
  }
}

:root {
  --fb-height: 130px;
  --stack-width: 310px;
}

.bg-grey {
  background: #101010;
}

.gapy-30 {
  row-gap: 30px;
}

.w-full {
  max-width: 100% !important;
}

*[data-anim="ff-fade"] {
  opacity: 0;
  transform: translateY(150px);
}

/* ── Generic scroll-reveal: fades + slides up when '.visible' is added by the IntersectionObserver ── */
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-up:nth-child(2) {
  transition-delay: 0.1s;
}

.reveal-up:nth-child(3) {
  transition-delay: 0.2s;
}

.reveal-up:nth-child(4) {
  transition-delay: 0.3s;
}

/* The scroll-triggered fade+slide reveal on "Our Capabilities" fights with
   the WebGL wave morph pinned to the same scroll range on mobile, causing
   visible jitter — just show the content immediately there instead. */
@media all and (max-width: 767px) {
  .ourCapabilitiesSectionBox .reveal-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  /* Case study cards just show up immediately on mobile — no fade/slide-up. */
  .cs-slide-card.reveal-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.section-wave {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 20%;
}

.section-wave::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  box-shadow: inset 0 0 50px 70px #fff;
}

.section-wave canvas {
  width: 100% !important;
  height: 100% !important;
}

.comm-int-banner-box {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: -100px;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.int-top-img {
  max-width: 800px;
  width: 100%;
}

.comm-btm-elem {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-anim-box {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}

.text-anim-box .comm-small-hdn {
  margin-bottom: 12px;
}

.reveal-text {
  margin-bottom: 56px;
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs64);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -1.28px;
}

.tech-wrap {
  max-width: 1544px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 80px 70px;
  flex-wrap: wrap;
}

.tech-box {
  width: calc(33.333% - 50px);
}

.tech-sm-txt {
  color: var(--Dark-Grey, #3a3a3a);
  font-size: var(--fs16);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
}

.tech-img {
  width: 100%;
  height: 300px;
  margin-bottom: 24px;
  border-radius: 5px;
  overflow: hidden;
}

.real-wrap {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: rgba(58, 58, 58, 0.05);
  backdrop-filter: blur(12px);
  overflow: hidden;
  width: 100%;
}

.real-img {
  width: 605px;
  height: 435px;
  border-radius: 5px;
  overflow: hidden;
}

.real-info {
  padding: 50px;
  flex: 1;
}

.real-info p {
  color: var(--Dark-Grey, #3a3a3a);
  font-size: var(--fs16);
  line-height: 1.5;
  margin-bottom: 20px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.success-section {
  overflow: hidden;
  background-color: #43453b;
}

.works-section {
  overflow-y: hidden;
}

.real-swiper {
  overflow: visible;
}

.real-swiper .swiper-wrapper {
  padding-bottom: 120px;
}

.real-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.apart-wrap {
  max-width: 1544px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 98px;
}

.apart-box {
  width: calc(33.333% - 50px);
  display: flex;
  flex-direction: column;
  height: auto;
}

.apart-img {
  width: 100%;
  height: 300px;
  margin-bottom: 24px;
  border-radius: 5px;
  overflow: hidden;
}

.apart-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  flex: 1;
}

.why-box {
  width: 100%;
  border-radius: 5px;
  background: #efeae3;
  overflow: hidden;
  padding: 32px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.why-box:hover {
  background: #fb851e;
}

.why-box:hover .read-more::after,
.why-box:hover .read-more {
  color: #000;
}

.why-box .read-more {
  display: block;
  margin-top: 16px;
}

.why-icon {
  width: 92px;
  height: 92px;
  margin-bottom: 60px;
}

.why-section {
  overflow: hidden;
}

.why-swiper {
  overflow: visible;
}

.why-swiper .swiper-wrapper {
  padding-bottom: 40px;
}

.why-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.comm-progress-bar.swiper-pagination {
  position: relative;
  height: 2px;
  background: rgba(58, 58, 58, 0.3);
}

.comm-progress-bar.swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--Yoeki-Beige, #101010);
}

.fresh-wrap {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.fresh-hdn-wrap {
  max-width: 380px;
  width: 100%;
}

.fresh-hdn-wrap .comm-sec-hdn {
  max-width: 350px;
  margin-bottom: 14px;
  text-align: left;
}

.fresh-hdn-wrap p {
  color: var(--Dark-Grey, #3a3a3a);
  font-size: var(--fs16);
  line-height: 1.5;
}

.fresh-main-wrap .f-row {
  gap: 24px 0;
}

.fresh-main-wrap .f-col {
  display: flex;
  height: auto;
}

.fresh-box {
  display: flex;
  border-radius: 12px;
  background: rgba(58, 58, 58, 0.05);
  backdrop-filter: blur(12px);
  width: 100%;
}

.fresh-img {
  width: 252px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.fresh-info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 24px;
}

.fresh-info .card-para p {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fresh-info .card-sm-txt {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.data-wrap {
  display: flex;
  gap: 130px;
  position: relative;
}

.data-wrap.data-stick {
  position: relative;
}

.data-wrap.data-stick .data-left {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  height: fit-content;
}

.data-left {
  max-width: 780px;
  width: 100%;
}

.data-left .comm-sec-hdn {
  text-align: left;
  margin-bottom: 16px;
}

.data-left p {
  color: var(--Dark-Grey, #3a3a3a);
  font-size: var(--fs16);
  line-height: 1.5;
  margin-bottom: 40px;
  max-width: 570px;
}

.data-img {
  width: 100%;
}

.data-right {
  flex: 1;
  border-top: 1px solid rgba(58, 58, 58, 0.3);
}

.state-main-box {
  max-width: 1544px;
  width: 100%;
  margin: 0 auto;
}

.state-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 160px 124px;
  width: 100%;
  margin-top: 120px;
}

.state-box {
  width: calc(33.333% - 90px);
}

.state-num-box {
  margin-bottom: 48px;
}

.state-num-box p {
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: var(--fs20);
  line-height: 1.6;
}

.state-num {
  margin-bottom: 8px;
}

.state-num span {
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs96);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1.92px;
}

.state-num p {
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: var(--fs20);
  line-height: 1.6;
}

.leader-wrap {
  max-width: 1544px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 98px;
}

.leader-box {
  width: calc(33.333% - 66px);
}

.leader-box:hover .leader-img::after {
  opacity: 1;
}

.leader-img {
  width: 100%;
  height: 526px;
  margin-bottom: 16px;
  background: #efeae3;
  position: relative;
}

.leader-img::after {
  content: "";
  background: linear-gradient(352deg, #fb851e 20.64%, #fb371e 110.67%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.leader-img img {
  position: relative;
  z-index: 2;
}

.leader-name {
  color: var(--Yoeki-Beige, #101010);
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
}

.leader-designation {
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: var(--fs16);
  font-weight: 500;
  line-height: 1.5;
}

.award-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
}

.award-img-box {
  width: 100%;
  position: relative;
  height: 280px;
}

.award-img-box img {
  object-fit: contain;
}

.award-img {
  width: 254px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.award-img img {
  object-fit: contain;
}

.award-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.award-info p {
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs16);
  line-height: 1.5;
}

.award-swiper {
  max-width: 1540px;
  width: 100%;
  margin: 100px auto 0;
  position: relative;
}

.award-swiper .swiper-wrapper {
  padding-bottom: 60px;
}

.award-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.award-swiper .comm-nav {
  background: #fff;
}

.award-swiper .comm-nav:hover {
  background: #3a3a3a;
}

.get-wrap {
  max-width: 1160px;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 160px;
  margin: 0 auto;
}

.get-img {
  width: 366px;
  height: 100%;
}

.get-info {
  flex: 1;
}

.get-info .comm-sec-hdn {
  margin-bottom: 16px;
}

.get-info .card-para {
  margin-bottom: 48px;
}

.news-home.news-wrap {
  padding: 140px 0;
}
/* 
.news-home.news-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
} */

.gen-wrap {
  display: flex;
  gap: 150px;
  position: relative;
}

.gen-left {
  position: sticky;
  top: calc(var(--header-height) + 2%);
  max-width: 450px;
  width: 100%;
  height: fit-content;
}

.gen-right {
  flex: 1;
}

.tab_drawer_heading {
  display: none;
}

.gen-tab-box {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(58, 58, 58, 0.5);
  margin-bottom: 48px;
  position: relative;
}

.gen-tab-box:last-child {
  margin-bottom: 0;
}

.gen-tab-box::after {
  content: "";
  width: 0;
  height: 1px;
  background: #fb851e;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.gen-tab-box.active::after {
  width: 100%;
}

.gen-tab-box.active .gen-hdn {
  opacity: 1;
}

.gen-tab-box.active:hover .gen-hdn {
  opacity: 1;
}

.gen-tab-box:hover .gen-hdn {
  opacity: 0.7;
}

.gen-hdn {
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs32);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.96px;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.gen-box-wrap {
  display: flex;
  gap: 42px;
  flex-wrap: wrap;
}

.gen-box {
  width: calc(50% - 21px);
  border-radius: 5px;
  background: #101010;
  padding: 32px;
  display: flex;
  flex-direction: column;
  height: auto;
}

.gen-box .card-txt,
.gen-box .card-para p {
  color: var(--Yoeki-White, #fff);
}

.gen-logo {
  width: 92px;
  height: 92px;
  margin-bottom: 60px;
}

.gen-logo img {
  object-fit: contain;
}

.settle-section {
  overflow: hidden;
}

.settle-swiper {
  overflow: visible;
}

.settle-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.settle-swiper .swiper-wrapper {
  padding-bottom: 60px;
}

.settle-swiper .game-box .card-sm-txt,
.settle-swiper .game-box .card-para p {
  color: var(--Yoeki-White, #fff);
}

.game-txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}

.curve-wrap {
  display: flex;
  gap: 20px;
  height: 540px;
}

.curve-box {
  background: #101010;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  width: 85%;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.curve-box .button {
  width: fit-content;
}

.curve-box:first-child .curve-img {
  transform: translate(-10%, 0) scale(1.2);
  right: 0;
}

.curve-box:first-child .curve-img:after {
  content: "";
  width: 100%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    54.77% 46.77% at 50.07% 47.81%,
    rgba(0, 0, 0, 0) 40%,
    #101010 100%
  );
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.curve-box:first-child .curve-img img {
  transform: scale(1.5);
  transform-origin: 0 26%;
}

.curve-box:first-child.active .curve-img:after {
  opacity: 0;
}

.curve-box:first-child.active .curve-img img {
  transform: scale(1);
  transform-origin: center;
}

.curve-box:last-child {
  justify-content: flex-end;
}

.curve-box:last-child .curve-img {
  transform: translate(10%, 0) scale(1.2);
  left: 0;
}

.curve-box:last-child .curve-img:after {
  content: "";
  width: 100%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    54.77% 46.77% at 50.07% 47.81%,
    rgba(0, 0, 0, 0) 40%,
    #101010 100%
  );
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.curve-box:last-child .curve-img img {
  transform: scale(1.5);
  transform-origin: 100% 58%;
}

.curve-box:last-child.active .curve-img:after {
  opacity: 0;
}

.curve-box:last-child.active .curve-img img {
  transform: scale(1);
  transform-origin: center;
}

.curve-box.active {
  width: 50%;
}

.curve-box.active .curve-info {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.curve-box.active:first-child .curve-img {
  transform: translate(52%, 0) scale(1);
}

.curve-box.active:last-child .curve-img {
  transform: translate(-52%, 0) scale(1);
}

.curve-box.decoy {
  width: 15%;
}

.curve-box.decoy .curve-info {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.curve-box.decoy .curve-img {
  opacity: 0;
}

.curve-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  padding: 64px;
  max-width: 580px;
  min-width: 580px;
  width: 100%;
  flex: 1;
  z-index: 2;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.curve-img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.curve-img picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.curve-img img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.comm-hdn-box .comm-page-hdn {
  margin-bottom: 40px;
}

.comm-hdn-box .comm-sec-hdn {
  margin-bottom: 16px;
}

.comm-hdn-box .comm-para {
  margin-bottom: 32px;
  max-width: 1160px;
  width: 100%;
}

.comm-hdn-box .comm-para p {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.comm-hdn-img {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.company-name {
  color: #fb851e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.48px;
  margin-bottom: 12px;
}

.comm-card {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(58, 58, 58, 0.05);
  display: flex;
  flex-direction: column;
}

.comm-card .card-para p,
.comm-card .card-sm-txt {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.comm-card-img {
  width: 100%;
  height: 345px;
}

.comm-card-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.comm-card-info .card-sm-txt {
  color: #101010;
  margin-bottom: 8px;
}

.comm-card-info .card-para {
  margin-bottom: 24px;
}

.category-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 16px;
}

.category-wrap.wh p:last-child {
  color: #fff;
}

.category-wrap.wh p::after {
  background: #fff;
}

.category-wrap p {
  color: #fb851e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.48px;
  position: relative;
}

.category-wrap p::after {
  content: "";
  background: #3a3a3a;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
  border-radius: 100%;
  overflow: hidden;
}

.category-wrap p:last-child {
  color: var(--Dark-Grey, #3a3a3a);
}

.category-wrap p:last-child::after {
  display: none;
}

.comm-dark-wrap .card-para p,
.comm-dark-wrap .card-sm-txt,
.comm-dark-wrap .category-wrap p {
  color: #fff;
}

.comm-dark-wrap .category-wrap p:first-child {
  color: #fb851e;
}

.comm-dark-wrap .category-wrap p::after {
  background: #fff;
}

.comm-dark-wrap .comm-card {
  background: #101010;
}

.whitepaper-wrap .fresh-img {
  width: 450px;
  height: 345px;
}

.whitepaper-wrap .f-row {
  margin-bottom: var(--fs64);
}

.speaker-box {
  border-radius: 5px;
  background: rgba(58, 58, 58, 0.03);
  padding: 20px;
}

.speaker-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.speaker-img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
}

.speaker-info {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
}

.speaker-info a i {
  font-size: var(--fs32);
  color: #101010;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.speaker-info a:hover i {
  color: #fb851e;
}

.speaker-name {
  color: #101010;
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.3;
}

.designation {
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.fresh-sm-hdn {
  color: var(--Dark-Grey, #3a3a3a);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.48px;
}

.root-wrap .fresh-box {
  padding: 20px;
  gap: 30px;
}

.root-wrap .fresh-img {
  width: 146px;
  height: 166px;
}

.root-wrap .fresh-info {
  padding: 0;
}

.root-wrap .card-sm-txt {
  font-size: var(--fs20);
  margin-bottom: 8px;
}

.root-wrap .fresh-info .card-para p {
  display: block;
  overflow: visible;
}

.root-wrap .fresh-info .card-para p a {
  color: var(--Dark-Grey, #3a3a3a);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.root-wrap .fresh-info .card-para p a:hover {
  color: var(--Indium-Orange-Light, #fb851e);
}

.future-wrap {
  position: relative;
}

.future-box {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  height: 500px;
  overflow: hidden;
  background: #000;
}

.future-box:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.future-info {
  max-width: 630px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.future-detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.future-detail ul {
  padding-left: 36px;
}

.future-detail li {
  color: var(--Yoeki-White, #fff);
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 24px;
}

.future-detail li::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -30px;
  background: url("../img/tick.svg") no-repeat;
  background-size: contain;
}

.future-detail li:last-child {
  margin-bottom: 0;
}

.future-detail p {
  color: var(--Yoeki-White, #fff);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 26px;
}

.future-detail p:last-child {
  margin-bottom: 0;
}

.future-detail h3 {
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: var(--fs32);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.72px;
  margin-bottom: 8px;
}

.future-detail h4 {
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.72px;
  margin-bottom: 8px;
}

.future-detail h5 {
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: var(--fs20);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.72px;
  margin-bottom: 8px;
}

ul.comm-list {
  padding-left: 36px;
}

ul.comm-list.list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
}

ul.comm-list.list-wrap li {
  width: calc(50% - 20px);
  margin-bottom: 0;
}

ul.comm-list li {
  color: var(--Yoeki-White, #fff);
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 24px;
}

ul.comm-list li::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -30px;
  background: url("../img/tick.svg") no-repeat;
  background-size: contain;
}

ul.comm-list li:last-child {
  margin-bottom: 0;
}

.future-img {
  max-width: 1074px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.paper-tab .gen-wrap {
  justify-content: space-between;
}

.paper-tab .gen-right {
  flex: unset;
  max-width: 1074px;
  width: 100%;
}

.paper-tab .paper-info {
  flex: 1;
}

.paper-tab .tab-wrap {
  background: #000;
}

.paper-tab .tab-wrap ul {
  background: var(--Yoeki-Beige, #101010);
}

.paper-tab .tab-wrap ul li {
  color: #fff;
}

.paper-tab .tab-wrap ul li.active {
  color: #000;
}

.paper-tab .gen-left {
  position: static;
}

.multi-paper-wrap {
  max-width: 1074px;
  width: 100%;
}

.paper-box {
  padding: 20px;
  background: #101010;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 24px;
}

.paper-box:last-child {
  margin-bottom: 0;
}

.paper-img {
  width: 316px;
  height: 240px;
}

.paper-sm-hdn {
  color: var(--Yoeki-White, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.48px;
  opacity: 0.6;
  margin-bottom: 16px;
}

.paper-info .card-sm-txt {
  margin-bottom: 40px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.paper-pop-img {
  width: 100%;
  height: 280px;
  position: relative;
  cursor: pointer;
  display: block;
}

.paper-pop-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.paper-pop-img::after {
  content: "";
  width: 75px;
  height: 75px;
  background: url("../img/yt-icon.png");
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.paper-swiper {
  margin-bottom: 30px;
}

.paper-swiper .swiper-wrapper {
  padding-bottom: 40px;
}

.bg-white .breadcrumbs a::after,
.bg-white .breadcrumbs a,
.bg-white .breadcrumbs p {
  color: #101010;
}

.comm-hdn-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.comm-hdn-wrap .comm-page-hdn {
  color: #101010;
  margin-bottom: 16px;
}

.comm-hdn-wrap .comm-hdn-img {
  height: 530px;
  margin-bottom: 0;
}

.comm-hdn-wrap .comm-hdn-img img {
  object-fit: contain;
}

.comm-hdn-info {
  max-width: 780px;
  width: 100%;
}

.comm-hdn-info .comm-para {
  margin-bottom: 32px;
}

.gen-rev .paper-box {
  flex-direction: row-reverse;
}

.gen-rev .paper-img {
  width: 92px;
  height: 92px;
}

.gen-rev .paper-img img {
  object-fit: contain;
}

.stack-section {
  position: relative;
}

.stack-sticky {
  position: sticky;
  top: calc(var(--header-height) + 30px);
}

.stack-wrap {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  height: auto;
  overflow: hidden;
}

.stack-box {
  padding: 32px 32px 54px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  width: 635px;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-shrink: 0;
  gap: 40px;
  overflow: hidden;
  background: #000;
}

.stack-box:last-child {
  border: 0;
}

.stack-box .card-txt {
  color: #fff;
  max-width: 240px;
  width: 100%;
  margin-bottom: 0;
}

.stack-box .card-para p {
  color: #fff;
}

.stack-info {
  width: 570px;
}

.bank-wrap {
  display: flex;
  height: auto;
  gap: 20px;
}

.bank-box {
  padding: 32px;
  border-radius: 5px;
  background: #101010;
  width: 100%;
  height: auto;
}

.bank-box .card-txt {
  margin-bottom: 24px;
  color: #fff;
}

.bank-img {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  margin-bottom: 40px;
}

.bank-elem {
  max-width: 1272px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.bank-elem svg .svg-elem-1 {
  stroke-dashoffset: 272.92193604px;
  stroke-dasharray: 272.92193604px;
  transition:
    stroke-dashoffset 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,
    fill 0s linear 1s;
}

.bank-elem svg.active .svg-elem-1 {
  stroke-dashoffset: 545.84387207px;
}

.bank-elem svg .svg-elem-2 {
  stroke-dashoffset: 762.56884766px;
  stroke-dasharray: 762.56884766px;
  transition:
    stroke-dashoffset 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,
    fill 0s linear 1s;
}

.bank-elem svg.active .svg-elem-2 {
  stroke-dashoffset: 1525.13769531px;
}

.bank-elem svg .svg-elem-3 {
  stroke-dashoffset: 309.41204834px;
  stroke-dasharray: 309.41204834px;
  transition:
    stroke-dashoffset 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,
    fill 0s linear 1s;
}

.bank-elem svg.active .svg-elem-3 {
  stroke-dashoffset: 618.82409668px;
}

.bank-elem svg .svg-elem-4 {
  stroke-dashoffset: 770.1137085px;
  stroke-dasharray: 770.1137085px;
  transition:
    stroke-dashoffset 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,
    fill 0s linear 1s;
}

.bank-elem svg.active .svg-elem-4 {
  stroke-dashoffset: 1540.22741699px;
}

.bank-elem svg .svg-elem-5 {
  stroke-dashoffset: 39.69911184px;
  stroke-dasharray: 39.69911184px;
  fill: transparent;
  transition:
    stroke-dashoffset 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,
    fill 0s linear 1s;
}

.bank-elem svg.active .svg-elem-5 {
  stroke-dashoffset: 79.39822369px;
  fill: #fff;
}

.bank-or-wrap {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: var(--Indium-Orange-Light, #fb851e);
  display: flex;
  height: auto;
  max-width: 772px;
  width: 100%;
  margin: -12px auto 0;
}

.bank-or-box {
  padding: 40px;
  width: 100%;
}

.bank-or-box ul li {
  color: var(--Yoeki-Beige, #101010);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 16px;
  position: relative;
}

.bank-or-box ul li:last-child {
  margin-bottom: 0;
}

.bank-or-box ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #101010;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 0;
}

.table-container {
  max-width: 1544px;
  margin: auto;
  width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

th,
td {
  border-left: 1px solid rgba(58, 58, 58, 0.3);
  border-right: 1px solid rgba(58, 58, 58, 0.3);
  padding: 10px;
  text-align: left;
  width: 50%;
}

td {
  padding: 32px;
  color: var(--Dark-Grey, #3a3a3a);
  font-size: var(--fs20);
  font-weight: 500;
  line-height: 1.4;
}

th {
  background-color: #f97316;
  color: #000;
  padding: 24px;
  color: var(--Yoeki-Beige, #101010);
  text-align: center;
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.72px;
}

tr:nth-child(even) {
  background-color: #fbf9f7;
}

tr:last-child td {
  border-bottom: 1px solid rgba(58, 58, 58, 0.3);
}

.bm-wrap {
  max-width: 1544px;
  margin: auto;
}

.bm-wrap .get-wrap {
  max-width: 100%;
}

.bm-wrap .get-img {
  width: 748px;
  height: 436px;
}

.bm-wrap .state-num-box {
  margin-bottom: 24px;
}

.bm-wrap .state-wrap {
  gap: 124px;
}

.redefine-wrap .gen-left {
  position: static;
}

.redefine-wrap .gen-left .sec-hdn {
  margin: 0;
}

.win-para {
  margin-bottom: 48px;
}

.win-para p {
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}

.win-para p:last-child {
  margin-bottom: 0;
}

.win-box-wrap .f-col {
  display: flex;
  height: auto;
}

.win-box-wrap .gen-box {
  width: 100%;
  height: 100%;
}

.ic-wrap {
  max-width: 1544px;
  width: 100%;
  margin: auto;
}

.ic-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  margin-bottom: 120px;
}

.ic-box.ic-rev {
  flex-direction: row-reverse;
}

.ic-box:last-child {
  margin-bottom: 0;
}

.ic-box .comm-para {
  max-width: 636px;
  width: 100%;
}

.ic-box:nth-child(even) {
  flex-direction: row-reverse;
}

.ic-img {
  width: 748px;
  height: 436px;
}

.seamSwiper {
  overflow: hidden;
}

.seamSwiper .game-txt {
  background: #101010;
}

.elevate-wrap {
  max-width: 1544px;
  width: 100%;
  margin: 0 auto;
}

.elevate-wrap .f-col {
  display: flex;
}

.arti-section .ui-group {
  background: rgba(255, 255, 255, 0.1);
}

.arti-section .ui-detail h3 {
  color: rgba(255, 255, 255, 0.6);
}

.arti-input {
  width: 100%;
  position: relative;
}

.arti-input::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/arti-serach-icon.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.arti-input input {
  width: 100%;
  height: 48px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 40px 0 16px;
}

.arti-box-wrap .f-col {
  display: flex;
  height: auto;
}

.arti-box-wrap .comm-card {
  height: 100%;
}

.bdh-box {
  width: 80%;
  margin: 0 auto;
}

.bdh-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 32px;
}

.bdh-hdn {
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs64);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -1.28px;
  max-width: 1000px;
  width: 100%;
}

.bdh-social-wrap {
  display: flex;
  gap: 24px;
}

.bdh-social-wrap p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.bd-wrap {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  position: relative;
}

.bd-wrap.center {
  justify-content: center;
}

.bd-box {
  max-width: 1075px;
}

.bd-box .bdh-social-wrap {
  margin-top: 40px;
}

.bd-box .bdh-social-wrap .social-wrap i,
.bd-box .bdh-social-wrap p {
  color: #101010;
}

.latest-bd {
  flex: 1;
  position: sticky;
  top: calc(var(--header-height) + 2%);
  height: fit-content;
}

.latest-bd .comm-card {
  background: #fff;
}

.latest-bd .comm-card-info {
  padding: 16px 0 0;
}

.latest-bd .comm-card-img {
  width: 100%;
  height: 250px;
}

.latest-bd .comm-card-info .card-sm-txt {
  margin-bottom: 20px;
  font-size: var(--fs20);
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latest-bd .f-col:not(:first-child) .comm-card {
  background: rgba(58, 58, 58, 0.05);
  display: flex;
  flex-direction: row;
}

.latest-bd .f-col:not(:first-child) .comm-card-img {
  width: 150px;
  height: auto;
}

.latest-bd .f-col:not(:first-child) .comm-card-info {
  padding: 16px 24px;
  flex: 1;
}

.author-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.author-wrap h4 {
  color: var(--Yoeki-Beige, #101010);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.author-wrap h5 {
  color: var(--Yoeki-Beige, #3a3a3a);
  font-size: 16px;
  line-height: 1.5;
}

.author-img {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  overflow: hidden;
}

.news-section .tab-wrap {
  width: fit-content;
  margin: 0;
  position: static;
}

.wp-wrap {
  width: 80%;
  margin: 0 auto;
}

.webinar-video {
  width: 100%;
  height: 522px;
  margin-bottom: 40px;
}

.speaker-section {
  overflow: hidden;
}

.speaker-swiper {
  overflow: visible;
  z-index: 3;
}

.speaker-swiper .comm-nav-wrap {
  position: absolute;
  top: -100px;
  right: 0;
}

.story-filter-wrap {
  display: flex;
  gap: 24px;
  z-index: 3;
  position: relative;
  max-width: 920px;
  width: 100%;
}

.ui-group {
  border-radius: 5px;
  background: rgba(58, 58, 58, 0.1);
  position: relative;
  padding: 10px 16px;
  height: 48px;
  z-index: 3;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.ui-group.active {
  z-index: 4;
}

.ui-detail {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  width: 100%;
}

.ui-detail img {
  width: 24px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  height: auto;
}

.ui-detail .filter-btn {
  white-space: unset;
}

.ui-detail h3 {
  font-size: 14px;
  color: #27150c;
}

.ui-group.active .ui-detail img {
  transform: rotate(180deg);
}

.button-group {
  border-radius: 0 0 5px 5px;
  border-top: none;
  padding: 16px 14px;
  min-width: 100%;
  position: absolute;
  top: 47px;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  background: #fff;
  clip-path: inset(0 0 100% 0);
  transition: 0.5s;
}

.category-btn {
  overflow: hidden;
  overflow-y: auto;
  height: 260px;
  padding-right: 8px;
  position: relative;
}

.category-btn::-webkit-scrollbar {
  width: 3px;
}

.category-btn::-webkit-scrollbar-thumb {
  background: #f07336;
  border-radius: 10px;
}

.category-btn::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(39, 21, 12, 0.04);
}

.button-group p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #27150c;
  cursor: pointer;
  display: block;
  width: 100%;
  white-space: wrap;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.button-group p.active {
  color: #f37435;
}

.button-group li.is-checked {
  opacity: 1;
}

.ui-group.active .button-group {
  clip-path: inset(0 0 0 0);
}

.search-input {
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  padding: 14px;
  margin-bottom: 12px;
  border-radius: 5px;
  background: rgba(58, 58, 58, 0.1);
  position: sticky;
  top: -2px;
  z-index: 2;
  color: #27150c;
}

.search-input:focus {
  border: 1px solid #fff;
}

.igt-hdn-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 32px;
}

.igt-hdn-detail {
  max-width: 810px;
  width: 100%;
  flex: 1;
}

.igt-hdn-detail .comm-page-hdn {
  margin-bottom: 24px;
}

.igt-hdn-detail .comm-para {
  max-width: 560px;
  width: 100%;
}

.igt-swiper {
  width: 100%;
  height: 380px;
  border-radius: 5px;
  overflow: hidden;
}

.igt-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.igt-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 26.59%,
    rgba(0, 0, 0, 0.9) 90.64%
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.apply-input {
  max-width: 920px;
  width: 100%;
  position: relative;
  height: 64px;
  border-radius: 5px;
  margin: 0 auto 48px;
  display: flex;
  overflow: hidden;
}

.apply-input::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/apply-serach-icon.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}

.apply-input input {
  width: 100%;
  height: 100%;
  background: rgba(58, 58, 58, 0.1);
  outline: none;
  border: none;
  color: rgba(16, 16, 16, 0.6);
  padding: 0 40px 0 16px;
}

.apply-input input::placeholder {
  color: rgba(16, 16, 16, 0.6);
}

.apply-main-box {
  max-width: 1544px;
  width: 100%;
  margin: auto;
}

.apply-filter-wrap {
  display: flex;
  gap: 33px;
  margin-bottom: 40px;
}

.join-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding: 40px 42px;
  border-bottom: 1px solid rgba(58, 58, 58, 0.3);
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.join-box:hover {
  border-bottom: 1px solid transparent;
  border-radius: 5px;
  background: #efeae3;
}

.job-detail-wrap {
  max-width: 1180px;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.job-detail-wrap .card-sm-txt {
  margin-bottom: 0;
}

.job-info-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 540px;
  width: 100%;
}

.job-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.job-info:nth-child(even) {
  width: 230px;
}

.job-info img {
  width: 32px;
  height: 32px;
}

.job-info p {
  color: var(--Dark-Grey, #3a3a3a);
  font-size: var(--fs20);
  font-weight: 500;
  line-height: 1.6;
}

.pride-section {
  overflow: hidden;
}

.pride-swiper {
  overflow: visible;
}

.pride-swiper .swiper-wrapper {
  padding-bottom: 40px;
}

.pride-box {
  border-radius: 5px;
  background: #101010;
  padding: 32px;
}

.pride-box .card-para {
  height: 124px;
  overflow-y: auto;
  margin-bottom: 24px;
  padding-right: 6px;
}

.pride-box .card-para::-webkit-scrollbar {
  width: 3px;
}

.pride-box .card-para::-webkit-scrollbar-thumb {
  background: #f07336;
  border-radius: 10px;
}

.pride-box .card-para::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
}

.pride-elem {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
}

.pride-elem img {
  object-fit: contain;
}

.pride-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
}

.pride-img {
  width: 80px;
  height: 80px;
}

.pride-name {
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs24);
  font-weight: 600;
  line-height: 1.3;
}

.pride-desig {
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.team-box {
  max-width: 1230px;
  width: 100%;
  height: 650px;
  margin: auto;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}

.team-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.team-box::after {
  content: "";
  width: 80px;
  height: 80px;
  background: url("../img/play-btn.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.client-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.client-wrap .card-txt {
  color: var(--Indium-Orange-Light, #fb851e);
  margin-bottom: 0;
}

.client-info {
  max-width: 1074px;
  width: 100%;
}

.client-info .comm-sec-hdn {
  margin-bottom: 24px;
}

.know-num-wrap .f-row {
  row-gap: 100px;
}

.or-box .why-box {
  background: #fb851e;
  height: 100%;
}

.unleash-box {
  border-bottom: 1px solid rgba(58, 58, 58, 0.3);
  padding: 32px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.unleash-box span {
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: var(--fs20);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.4px;
  display: block;
}

.unleash-info {
  flex: 1;
}

.unleash-info .card-sm-txt {
  margin-bottom: 12px;
}

.lead-main-wrap {
  max-width: 1544px;
  width: 100%;
  margin: auto;
}

.lead-box {
  border-radius: 5px;
  background: #101010;
  overflow: hidden;
  padding: 32px;
}

.lead-box span {
  display: block;
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: var(--fs20);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.4px;
  margin-bottom: 32px;
}

.lead-box p {
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs18);
  line-height: 1.5;
}

.cap-wrap {
  display: flex;
  gap: 40px;
}

.cap-wrap .box-list {
  max-width: 50%;
  width: 100%;
}

.cap-wrap .box-list .card-sm-txt {
  color: #101010;
}

.ai-logo {
  width: 222px;
  display: block;
  margin-bottom: 56px;
}

.ai-info {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ai-section {
  overflow: hidden;
  padding-bottom: 0 !important;
}

.ai-btm-elem {
  width: 100%;
}

.site-wrap .f-row {
  row-gap: 30px;
}

.site-wrap .f-col {
  display: flex;
  height: auto;
}

.site-box {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  padding: 36px 32px;
}

.site-box ul li {
  margin-bottom: 16px;
}

.site-box ul li:last-child {
  margin-bottom: 0;
}

.site-box ul li a {
  color: #fff;
  font-size: var(--fs16);
  line-height: 1.3;
  display: flex;
  gap: 8px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.site-box ul li a:hover {
  color: #fb851e;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.site-box ul li a::after {
  content: "\e900";
  font-family: "icomoon" !important;
  font-size: 10px;
  opacity: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid var(--Indium-Orange-Light);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.site-box ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.site-box ul li a:hover::after {
  opacity: 1;
}

.site-hdn {
  color: #fff;
  font-size: var(--fs16);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 48px;
  opacity: 0.4;
  display: flex;
  gap: 8px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.site-hdn:hover {
  color: #fb851e;
  text-decoration: underline;
  text-underline-offset: 5px;
  opacity: 1;
}

.site-hdn::after {
  content: "\e900";
  font-family: "icomoon" !important;
  font-size: 10px;
  opacity: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid var(--Indium-Orange-Light);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.site-hdn:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.site-hdn:hover::after {
  opacity: 1;
}

html,
body {
  width: 100%;
  background: #d4dcdb;
}

.container {
  /* max-width: 1890px; */
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
}

.main-container {
  padding-top: var(--header-height);
}

.comm-section {
  padding: var(--comm-space) 0;
  position: relative;
}

.building-card {
  width: 200px;
  height: 202px;
  text-align: left;
  padding: 20px 0px 20px 20px;
  background: linear-gradient(220.96deg, #b8beb3 2.38%, #d4dcdb 100.45%);
  backdrop-filter: blur(75.96736907958984px);
  box-shadow: 0px 0px 10.13px 0px rgba(255, 255, 255, 0.2) inset;
  background-position: bottom right;
  border-radius: 4px;
}

.building-card h3 {
  font-size: 24px;
  line-height: 100%;
  color: rgba(82, 84, 69, 1);
  font-family: "Geologica-Bold";
}

.building-card p {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 8px;
  color: rgba(82, 84, 69, 1);
  font-family: Figtree-Regular;
}

.building-card img {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.building-card:nth-child(2) img {
  right: 20%;
}
.building-card:nth-child(3) img {
  right: 25%;
}
.building-card:first-child,
.building-card:last-child {
  transform: translateY(-40px);
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.homebanner h1 {
  font-size: 40px !important;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px, 0px);
  filter: blur(0px);
  opacity: 1;
}

.banner-sticky-wrap {
  position: relative;
  height: calc(100vh - var(--header-height));
  overflow: hidden;
}

.banner {
  max-width: 1180px;
  margin: auto;
  padding-top: 120px;
  height: 100%;
}

.banner h1 {
  font-family: "Geologica-SemiBold";
  color: #44463c;
  text-align: center;
  font-size: var(--fs96);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 62px;
  transform: scale(1.2);
  filter: blur(5px);
  opacity: 0;
}

.banner-txt {
  max-width: 100%;
  margin: auto;
  margin-top: 5px;
  transform: scale(1.2);
  filter: blur(5px);
  opacity: 0;
}

.banner-txt p {
  font-family: "Figtree-Regular";
  color: rgba(68, 70, 60, 0.8);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.wave-anim {
  opacity: 0;
  height: 120vh;
  width: 100%;
  position: fixed;
  top: var(--header-height);
  will-change: transform;
  user-select: none;
  pointer-events: none;
}

.wave-anim .wave-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  inset: 0;
  transition: 0.8s ease-in-out;
}

.wave-anim canvas {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

#wave-anim {
  position: relative;
  z-index: 1;
}

.brands-container .comm-sec-hdn {
  /* color: #44463C !important; */
  color: rgba(68, 70, 60, 1) !important;
}

.comm-sec-hdn {
  font-family: "Geologica-Medium";
  color: #a78558 !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 1.1;
}

.comm-sec-hdn span {
  color: #43453b;
  font-family: "Geologica-Regular";
  padding-right: 20px;
}

.desc {
  font-family: "Figtree-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(68, 70, 60, 0.7);
}

.swiper-brands .swiper-wrapper {
  transition-timing-function: linear !important;
}

.trust-wrap {
  position: relative;
}

.trust-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.trust-container .trust-text {
  display: flex;
  width: 100%;
  justify-content: center;
}

.trust-container .trust-text div {
  text-align: center;
  width: 25%;
  padding: 5px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.trust-container .trust-text div:last-child {
  border-right: none;
}

.trust-container .trust-text div h2 {
  color: #ffb548;
  font-size: 30px;
  font-weight: bold;
}

.trust-container .trust-text div p {
  color: #ffb548;
  font-size: 15px;
  font-weight: 500;
}

.trust-container .trust-text div label {
  color: #fff;
  font-size: 12px;
}

.w-100 {
  width: 100%;
}

.brands-wrap {
  position: relative;
  height: 100%;
  top: 0;
  /* transform: translateY(100%); */
  width: 100%;
  overflow: hidden;
  /* top: 30%; */
}

.brands-wrap .container,
.brands-wrap .brands-container {
  height: 140vh;
}

.brands-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.brands-container .comm-sec-hdn {
  margin-bottom: 60px;
}

.brand-dummy {
  --logoSize: 450px;
  height: var(--logoSize);
  width: var(--logoSize);
  margin-bottom: 40px;
}

.brands-container .btnHero1 {
  width: 118px;
}

.brand-heading {
  text-align: center;
  position: absolute;
  top: 0%;
}

.brand-heading h5 {
  color: rgba(167, 133, 88, 1);
  font-size: 24px;
  font-weight: 400 !important;
  font-family: "Figtree-Regular";
  margin-bottom: 10px;
}

.brands-detail {
  display: flex;
  width: 98%;
}

.brand-trust {
  /*    width: 25%;*/
  color: rgba(167, 133, 88, 1);
  font-family: Geologica-Regular;
  font-size: 32px;
}

.brand-trust strong {
  font-family: "Geologica-Bold";
  color: rgba(68, 70, 60, 1);
  font-weight: 400;
  margin: 6px 0px 15px;
  display: block;
}

.brand-logos {
  width: 75%;
}

.brand-logo {
  height: 60px !important;
  max-width: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  margin: auto;
  font-size: 21px;
  color: #1c1d1b;
  text-align: center;
  align-items: center;
}

.brand-logo img {
  width: 54% !important;
  height: auto;
  object-fit: contain;
}

:root {
  --newsHome: 407px;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.news-home-img {
  width: var(--newsHome);
  height: auto;
  overflow: hidden;
}

.news-home-img img {
  height: auto;
  width: auto;
  object-fit: none;
}

.news-home-box {
  background-image: url(../images/bg_capabilities.png);
  max-width: var(--newsHome);
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  background-repeat: no-repeat;
  background: linear-gradient(200deg, #52544b, #37392e);
  transition: transform 0.3s ease;
  height: 380px;
}

/*.news-home-box::before {
        content: "";
        background: #000;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;*/
/* filter: blur(60px) */
/*}*/

.news-home-box h3 {
  font-family: "Geologica-Medium";
  color: rgba(212, 220, 219, 1);
  font-size: 1.5rem;
  font-weight: 400 !important;
  line-height: 1.2;
  margin-top: 36px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-home-box p {
  font-family: "Figtree-Light";
  color: rgba(168, 175, 171, 1);
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
}

.news-home-box a {
  margin-top: 20px;
  display: block;
}

.news-home-box ul {
  list-style: disc;
  padding-left: 20px;
}

.news-home-box ul li {
  font-family: "Figtree-Light";
  color: rgba(168, 175, 171, 1);
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.news-home-box:hover {
  background: rgb(141 110 68);
  transform: scale(1.05);
}

.news-home-box:hover h3,
.news-home-box:hover p,
.news-home-box:hover ul li {
  color: #fff;
}

.news-home-box.news-home-box-center h3,
.news-home-box.news-home-box-center p,
.news-home-box.news-home-box-center a {
  text-align: center;
}

.news-home-box.news-home-box-center a {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 20px;
}

.news-home {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1680px;
  margin: auto;
  margin-bottom: 120px;
  margin-top: 30px;
}

.news-wrap-home {
  position: relative;
  height: 100%;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  transform: translateY(100%);
  z-index: 1;
}

.product-wrap-home {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  transform: translateY(100%);
  overflow: hidden;
}

.news-dummy {
  user-select: none;
  pointer-events: none;
  --blob: 900px;
  position: absolute;
  height: var(--blob);
  width: var(--blob);
  left: 50%;
  transform: translateX(-50%);
}

.productAnim {
  user-select: none;
  pointer-events: none;
  position: absolute;
  height: 70vh;
  width: 50%;
  left: 0;
  top: 0;
}

.services-section {
  height: calc(100vh - var(--header-height));
  position: relative;
  z-index: 2;
}

.services-section .container {
  padding: 0px;
  margin: 0px;
  width: 100% !important;
  margin-left: -4px;
}

.services-section .container .comm-sec-hdn,
.services-section .container .desc {
  margin-left: 40px;
}

.principle-section {
  /*            height: 170vh;*/
  height: 116vh;
  position: relative;
  z-index: 2;
}

.services-section .container,
.principle-section .container {
  padding-top: 25px;
  padding-bottom: 35px;
  position: relative;
  z-index: 2;
}

.services-section .sec-hdn p,
.principle-section .sec-hdn p {
  max-width: none;
}

.services-section .sec-hdn.center,
.principle-section .sec-hdn.center {
  margin-bottom: 32px;
}

.bg-white .comm-para p {
  color: #3a3a3a;
}

.service-acc {
  display: flex;
  gap: 20px;
  padding: 24px 46px;
  transition: 0.5s;
  cursor: pointer;
}

.service-acc p {
  transition: 0.2s;
  overflow: hidden;
}

.service-acc span {
  color: #43453b;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding-top: 2px;
}

.service-acc.active span {
  color: #d4dcdb;
  font-size: 24px;
  padding-top: 2px;
  font-family: "Geologica-Regular";
  font-weight: 400;
}

.service-acc.active .service-txt h4 {
  color: #d4dcdb;
}

.service-acc.active .service-txt h4 a {
  opacity: 1;
}

.service-acc {
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}

.service-acc .acc-content,
.service-acc .acc-body,
.service-acc .service-acc-inner {
  opacity: 0;
  transform: translateY(10px);
}

.service-acc.active .acc-content,
.service-acc.active .acc-body,
.service-acc.active .service-acc-inner {
  opacity: 1;
  transform: translateY(10px);
}

/* Optional: animated left accent bar using CSS custom property */
.service-acc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: currentColor; /* or your brand color */
  transform-origin: top;
  transform: scaleY(var(--accent-scale, 0));
  transition: transform 0.4s ease;
}

.service-txt h4 {
  font-family: "Geologica-Semibold";
  color: #42443a;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  /* letter-spacing: -.96px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.service-txt h4 a {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  filter: grayscale(1) brightness(10);
  right: 20px;
}

.service-txt h4 a:hover {
  filter: grayscale(0) brightness(1);
}

.service-txt h4 a img {
  display: block;
}

.service-txt h4 .read-more::after {
  top: 4px;
}

.service-txt p {
  font-family: "Figtree-Regular";
  color: rgba(168, 175, 171, 1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.service-txt ul {
  list-style: disc;
}

.service-txt ul li {
  font-family: "Figtree-Regular";
  font-size: 14px;
  color: rgba(168, 175, 171, 1);
  line-height: 1.6;
}

.service-acc.active ul {
  margin-top: 10px;
  max-height: 100px;
  /*  overflow-y: auto; */
  padding-left: 20px;
}

.service-acc.active ul::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
}

.service-acc.active ul::-webkit-scrollbar-track {
  background: #555;
  border-radius: 8px;
}

.service-acc.active ul::-webkit-scrollbar-thumb {
  background: #a78558;
  border-radius: 8px;
}

.service-acc.active ul::-webkit-scrollbar-thumb:hover {
  background: #a78558;
}

.services-wrap,
.principle-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.services-wrap {
  width: 100%;
}

.service-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-dummy,
.principle-dummy {
  --serviceMod: 500px;
  height: var(--serviceMod);
  width: var(--serviceMod);
}

.service-left {
  width: 50%;
  position: relative;
}

.service-highlight {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 230px;
  background: linear-gradient(135deg, #52544b, #37392e);
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.2);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transform: translateY(0px);
  z-index: 0;
  pointer-events: none;
}

.service-acc,
.service-acc span,
.service-acc .service-txt {
  position: relative;
  z-index: 1;
}

/*.service-acc .service-txt p,
.service-acc .service-txt ul {
    overflow: hidden;
    max-height: 500px;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 1;
}

.service-acc:not(.active) .service-txt p,
.service-acc:not(.active) .service-txt ul {
    max-height: 0;
    opacity: 0;
}*/
.service-acc {
  overflow: hidden;
}

.service-txt {
  display: grid;
  grid-template-rows: auto 0fr;
  width: 100%;
  transition: grid-template-rows 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-acc.active .service-txt {
  grid-template-rows: auto 1fr;
}

.service-content {
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.service-acc.active .service-content {
  opacity: 1;
  transition: opacity 0.45s ease 0.15s;
}

.success-trigger {
  z-index: 3;
}

.hdn-logo {
  width: 300px;
  height: 115px;
}

.hdn-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.game-img {
  width: 100%;
  height: 300px;
  flex-shrink: 0;
}

.games-wrap {
  display: flex;
  gap: 20px;
  width: 100%;
}

.game-box {
  height: auto;
  width: 100%;
  flex-direction: column;
  display: flex;
}

.game-txt {
  background: rgba(0, 0, 0, 0.8);
  padding: 22px;
  backdrop-filter: blur(10px);
  height: 100%;
}

.game-txt h4 {
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.72px;
  margin-bottom: 4px;
}

.game-txt p {
  color: var(--Chrome-White, #efeae3);
  font-size: var(--fs16);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.game-section .button {
  display: flex;
  width: max-content;
  margin: auto;
  margin-top: 40px;
}

.wave-infi-anim {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  pointer-events: none;
  transform: translateY(100%);
  opacity: 0;
}

.wave-infi-anim canvas {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

#footer {
  position: relative;
  z-index: 1;
  background: #43453b;
  backdrop-filter: blur(20px);
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.infi-section {
  min-height: calc(100vh - var(--header-height));
  display: none !important;
}

.game-section {
  z-index: 1;
}

.fresh-section {
  z-index: 1;
}

.infi-head {
  position: relative;
}

.infi-head::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: blur(60px);
  background: #000;
  z-index: -1;
}

.ser-mob-hdn,
.ind-mob-hdn {
  display: none;
}

.swiper-industries .swiper-slide .industries-txt {
  filter: blur(10px);
  transform: scale(0.8);
  transition: 0.8s;
}

.swiper-industries .swiper-slide-active .industries-txt {
  filter: blur(0);
  transform: scale(1);
}

.tech-box a {
  display: block;
  margin-top: 12px;
}

.news-section-about {
  overflow: hidden;
}

.swiper-news .swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper-news .comm-nav-wrap {
  display: none;
}

.faq-wrap {
  max-width: 940px;
  margin: auto;
}

.gen-comp-hdn {
  margin-bottom: 16px;
  opacity: 1;
  font-weight: 400;
}

.data-img-comp {
  height: auto;
}

.data-comp-wrap {
  max-width: 1544px;
  margin: auto;
}

.data-comp-wrap .f-row {
  row-gap: 20px;
}

.box-list {
  padding: 36px;
  border-radius: 10px;
  background: #efeae3;
  max-width: 480px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.box-list ul {
  padding-left: 30px;
}

.box-list.orange {
  background: #fb851e;
}

.box-list.orange li {
  color: var(--Yoeki-Beige, #101010);
}

.box-list h3 {
  color: var(--Yoeki-Beige, #101010);
  font-size: var(--fs32);
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 40px;
}

.box-list li {
  color: #3a3a3a;
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 40px;
  list-style-type: disc;
}

.swirl-box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.swirl-txt {
  position: absolute;
  z-index: 2;
}

.swirl-txt h2 {
  color: var(--Yoeki-White, #fff);
  text-align: center;
  font-size: var(--fs40);
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1.2px;
}

.swirl-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes swirlrotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swirl-img {
  animation: swirlrotate 10s linear infinite;
  width: 100%;
  z-index: 1;
}

.swirl-img img {
  width: 100%;
  object-fit: contain;
}

.swirl-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #000;
  z-index: -1;
  filter: blur(190px);
}

.swirl-wrap {
  width: 100%;
  position: relative;
}

.swirl-line {
  position: absolute;
  width: 105%;
}

.swirl-circle-wrap {
  align-items: flex-start;
}

.swirl-circle-wrap .box-list {
  min-height: calc(100vh - var(--header-height) - 10px);
}

.swirl-circles {
  position: relative;
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swirl-small {
  position: absolute;
  width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circles-wrap {
  width: 100%;
  height: 100%;
}

.swirl-small-txt {
  position: absolute;
}

.data-bricks-icon {
  width: 64px;
  height: 64px;
}

.swirl-small-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swirl-small-txt h3 {
  color: var(--Yoeki-White, #fff);
  text-align: center;
  font-size: var(--fs24);
  font-style: normal;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: -0.72px;
  margin-top: 12px;
}

.data-brics {
  max-width: 740px;
  margin: auto;
}

.circle {
  display: flex;
  width: 200px;
  height: 200px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 1000px;
  border: 8px solid rgba(255, 255, 255, 0.02);
  background: #101010;
  transform: scale(0);
  z-index: 1;
}

.circle p {
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
}

.circle-1 {
  top: 5%;
  left: 15%;
}

.circle-2 {
  top: 5%;
  right: 15%;
}

.circle-3 {
  left: 0;
}

.circle-4 {
  right: 0;
}

.circle-5 {
  bottom: 0;
}

.circles-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swirl-small-img {
  animation: swirlrotate 10s linear infinite;
}

.swirl-circles-center {
  width: 100%;
  padding: 0 60px;
}

.data-brics {
  margin-top: 80px;
  position: relative;
  display: flex;
  justify-content: center;
}

.data-brics img {
  z-index: 1;
}

.data-brics-line {
  position: absolute;
  transform: translateY(-40%);
}

.assess-container {
  max-width: 1544px;
  margin: auto;
}

.assess-wrap {
  display: flex;
  gap: 40px;
}

.num-wrap {
  margin-top: 120px;
}

.assess-head {
  max-width: 430px;
}

.assess-head h3 {
  color: var(--Yoeki-Beige, #101010);
  font-size: var(--fs48);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.44px;
}

.assess-head p {
  color: var(--Yoeki-White, #fff);
  font-size: var(--fs20);
  font-weight: 400;
  line-height: 1.5;
  margin-top: 24px;
}

.assess-txt {
  max-width: 760px;
  margin-left: auto;
}

.num-box span {
  color: var(--Indium-Orange-Light, #fb851e);
  font-size: var(--fs48);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.96px;
  margin-bottom: 48px;
  display: block;
}

.num-box p {
  color: var(--Yoeki-Beige, #101010);
  font-size: var(--fs20);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  max-width: 420px;
}

:root {
  --menuWidth: 300px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--Yoeki-Beige);
  will-change: transform;
  transition: transform 0.4s ease;
}

.head-right {
  display: flex;
  height: 100%;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}

.logo img {
  width: auto;
}

.header-box .container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--headerHeight);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.header-list .drop-list-tabs {
  max-width: 448px;
  width: 100%;
  flex-shrink: 0;
  padding: 32px;
  padding-left: 20px;
  background: #fff;
  border-radius: 10px;
}

.header-list .drop-list-tabs li {
  color: var(--Yoeki-Beige);
  font-style: normal;
  line-height: 1.33;
  padding: 0;
  margin-bottom: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  width: max-content;
}

.header-list .drop-list-tabs li.active a {
  color: var(--Indium-Orange-Light);
}

.header-list .drop-list-tabs li.active::after {
  opacity: 1;
  color: var(--Indium-Orange-Light);
}

.header-list .drop-list-tabs li.active span {
  opacity: 1;
  height: 20px;
}

.header-list .drop-list-tabs li span {
  color: var(--Dark-Grey, #3a3a3a);
  font-size: 16px;
  font-weight: 500;
  opacity: 0;
  height: 0;
  transition: 0.3s;
}

.header-list .drop-list-tabs li a {
  color: var(--Yoeki-Beige);
  font-size: var(--fs28);
  font-weight: 500;
}

.header-list .drop-list-tabs li::after {
  content: "\e900";
  position: absolute;
  font-family: "icomoon" !important;
  font-size: 12px;
  opacity: 0;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  border: 2px solid var(--Indium-Orange-Light);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg) translateY(100%) translateX(100%);
  transition: 0.3s;
  right: 0;
}

.header-list .drop-list-tabs li:hover {
  font-weight: 700;
  color: var(--Indium-Orange-Light);
}

.header-list .drop-list-tabs li:hover a {
  color: var(--Indium-Orange-Light);
}

.header-list .drop-list-tabs li:last-child {
  margin-bottom: 0;
}

.header-list .drop-list-tabs li.active {
  font-weight: 700;
}

.drop-small-head {
  color: #3a3a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 48px;
}

.header-list .drop-list-container li {
  padding: 0;
}

.drop-list-links-wrap {
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
}

.drop-list-links-single {
  padding: 32px;
}

.drop-list-links-single a {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.drop-list-links-single a::after {
  content: "\e900";
  font-family: "icomoon" !important;
  font-size: 12px;
}

.drop-list-single {
  width: 100%;
}

.drop-list-single ul {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.drop-list-single ul li {
  min-width: 240px;
}

.drop-list-links {
  width: 100%;
  position: absolute;
  opacity: 0;
  z-index: -1;
  inset: 0;
  display: flex;
  height: 100%;
}

.drop-list-links ul {
  overflow: hidden;
  max-height: 450px;
  overflow-y: auto;
}

.drop-list-links ul::-webkit-scrollbar {
  width: 3px;
}

.drop-list-links ul::-webkit-scrollbar-thumb {
  background: #f07336;
  border-radius: 10px;
}

.drop-list-links ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(39, 21, 12, 0.04);
}

.drop-list-links ul:last-child {
  border-right: 0;
}

.drop-list-links.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.drop-list-links ul {
  width: 100%;
  padding: 32px;
}

.drop-list-links ul a,
.drop-list-links ul li {
  height: auto;
}

.drop-list-links ul a {
  display: flex;
  gap: 10px;
}

.drop-list-links ul a::after {
  content: "\e900";
  font-family: "icomoon" !important;
  font-size: 10px;
  opacity: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid var(--Indium-Orange-Light);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.drop-list-links ul a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.drop-list-links ul a:hover::after {
  opacity: 1;
}

.drop-list-links ul li {
  margin-bottom: 28px;
}

.drop-list-links ul li:last-child {
  margin-bottom: 0;
}

.drop-list-links .double-list {
  display: flex;
  flex-flow: wrap column;
  max-height: 450px;
  width: 100%;
  justify-content: flex-end;
  column-gap: 40px;
}

.drop-list-head {
  color: var(--Indium-Orange-Light);
  font-size: var(--fs18);
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 40px;
}

.drop {
  position: relative;
}

.drop ul {
  position: absolute;
  background: #000;
  top: var(--header-height);
  padding: 32px;
  width: 320px;
  right: -30px;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(30px);
  transform: translateX(10%);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.drop ul li {
  padding: 0;
  margin-bottom: 28px;
}

.drop ul li:last-child {
  margin-bottom: 0;
}

.drop ul li:last-of-type {
  border-bottom: 0;
}

.drop ul li a {
  color: var(--Yoeki-White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.54px;
  gap: 10px;
}

.drop ul li a::after {
  content: "\e900";
  font-family: "icomoon" !important;
  font-size: 10px;
  opacity: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid var(--Indium-Orange-Light);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.drop ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.drop ul li a:hover::after {
  opacity: 1;
}

.drop:hover ul {
  opacity: 1;
  visibility: visible;
}

.drop:hover > a:after {
  transform: rotate(180deg);
  transition: 0.3s;
}

.header-wrap {
  display: flex;
}

.header-box {
  display: flex;
  /* height: var(--header-height); */
  height: 70px;
  background: #d4dcdb;
}

.menuBtn {
  display: flex;
  align-items: center;
}

.header-list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-list li {
  padding: 7px 20px;
}

.header-list li a {
  font-family: "Geologica-Regular";
  font-size: 16px !important;
  color: #44463c;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-list li a:hover {
  color: #a78558;
  text-underline-offset: 10px;
  text-decoration: underline;
}

.fixHeader {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(19, 28, 162, 0.1);
}

.fixHeader .header-box .container {
  height: var(--headerFixedHeight);
}

.menuBtn .button {
  margin-left: 20px;
  margin-right: 0;
}

.menu {
  display: none;
  position: relative;
}

.menu {
  display: none;
  position: relative;
  margin-left: 16px;
  z-index: 2;
}

.menuOverlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.mob-navigation li.nav-dropdown-open > ul {
  display: block;
}

.nav-wrapper {
  position: fixed;
  width: 300px;
  height: 100vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
  top: 0;
  font-size: 14px;
  display: none;
}

.nav-wrapper.show-menu {
  -webkit-transform: none;
  transform: none;
}

.js-nav-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  border: 0 solid #000;
  position: absolute;
  right: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.js-nav-toggle span {
  position: relative;
  background-color: #fff;
  height: 2px;
  display: block;
  width: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-nav-toggle span:before,
.js-nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

.js-nav-toggle span:before {
  margin-top: 5px;
}

.show-menu .js-nav-toggle {
  z-index: 99999;
}

.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  background: #fff;
}

.show-menu .js-nav-toggle span {
  background-color: transparent;
}

.show-menu .js-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.show-menu .js-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.show-menu .js-nav-toggle span:before,
.show-menu .js-nav-toggle span:after {
  margin-top: 0;
}

.mob-navigation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px 0.2px rgba(255, 255, 255, 0.3);
  background-color: #333;
}

.mob-navigation .nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background-color: transparent;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: backgroun-color 0.2s;
  transition: backgroun-color 0.2s;
}

.mob-navigation .nav-toggle:hover {
  background-color: transparent;
}

.mob-navigation .nav-toggle.back-visible .nav-back {
  opacity: 1;
}

.mob-navigation .nav-toggle.back-visible .nav-title {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.mob-navigation .nav-title {
  position: absolute;
  left: 0;
  top: 30px;
  padding-left: 1.3em;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

.mob-navigation .nav-back {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 30px;
  vertical-align: middle;
  z-index: 1;
  opacity: 0;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  top: 8px;
}

.mob-navigation .nav-back:before,
.mob-navigation .nav-back:after {
  content: "";
  position: absolute;
  top: 50%;
}

.mob-navigation .nav-back:before {
  left: 40%;
  width: 9px;
  height: 9px;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.mob-navigation .nav-back:after {
  left: 28%;
  width: 15px;
  height: 2px;
  background-color: currentcolor;
  margin-top: -1px;
}

.mob-navigation a {
  display: block;
  position: relative;
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
  text-decoration: none;
  -webkit-transition:
    color 0.15s,
    background-color 0.15s;
  transition:
    color 0.15s,
    background-color 0.15s;
  font-size: 16px;
}

.mob-navigation a:hover {
  color: #aaa;
  background-color: var(--nblue);
}

.mob-navigation ul {
  list-style: none;
  padding: 80px 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.mob-navigation ul ul {
  display: none;
  left: 100%;
}

.mob-navigation li.has-dropdown > a {
  padding-right: 2.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media all and (max-width: 1600px) {
  .header-list li {
    padding: 7px 20px;
  }
}

@media all and (max-width: 1440px) {
  .header-list li {
    padding: 6px 20px;
  }

  .logo {
    width: 140px;
  }
}

@media all and (max-width: 1366px) {
  .header-list li {
    padding: 6px 20px;
  }

  .menuBtn .button {
    margin-left: 12px;
  }

  .logo {
    width: 120px;
  }
}

@media all and (max-width: 1200px) {
  .navigation {
    display: none;
  }

  .nav-wrapper {
    display: block;
  }

  .header-list {
    display: none;
  }

  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menuBtn .button {
    margin-right: 30px;
  }

  .drop-list-head {
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 16px;
  }
}

@media all and (max-width: 480px) {
  .logo {
    width: 90px;
  }
}

@media all and (max-width: 1600px) {
  :root {
    --stack-width: 250px;
  }

  /* .container {
    max-width: 1400px;
  } */

  .sec-hdn.big {
    max-width: 900px;
  }

  .int-top-img {
    max-width: 600px;
  }

  .comm-int-banner-box {
    margin-top: -60px;
    padding-bottom: 100px;
  }

  .sec-hdn.wrap .comm-page-hdn {
    max-width: 520px;
  }

  .tech-wrap {
    gap: 60px 40px;
  }

  .real-img {
    width: 520px;
    height: 370px;
  }

  .apart-img {
    height: 260px;
  }

  .apart-wrap {
    gap: 50px;
    justify-content: space-between;
  }

  .why-box {
    padding: 26px 22px;
  }

  .why-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
  }

  .fresh-info {
    padding: 24px 20px;
    gap: 18px;
  }

  .fresh-wrap {
    flex-direction: column;
  }

  .fresh-hdn-wrap,
  .fresh-hdn-wrap .comm-sec-hdn {
    max-width: 100%;
  }

  .reveal-text {
    margin-bottom: 36px;
  }

  .data-wrap {
    gap: 70px;
  }

  .data-left {
    max-width: 580px;
  }

  .state-wrap {
    gap: 50px 70px;
    margin-top: 50px;
  }

  .bm-wrap .state-wrap {
    gap: 70px;
  }

  .state-box {
    width: calc(33.333% - 47px);
  }

  .state-num-box {
    margin-bottom: 20px;
  }

  .leader-wrap {
    gap: 50px 60px;
  }

  .leader-box {
    width: calc(33.333% - 40px);
  }

  .leader-img {
    height: 500px;
  }

  .get-wrap {
    gap: 70px;
  }

  .curve-info {
    padding: 34px;
    max-width: 440px;
    min-width: 440px;
  }

  .curve-wrap {
    height: 440px;
  }

  .gen-left {
    max-width: 350px;
  }

  .gen-tab-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .gen-wrap {
    gap: 60px;
  }

  .gen-logo {
    width: 60px;
    height: 60px;
    margin-bottom: 34px;
  }

  .gen-box {
    width: calc(50% - 15px);
    padding: 24px;
  }

  .gen-box-wrap {
    gap: 30px;
  }

  .real-swiper .swiper-wrapper {
    padding-bottom: 80px;
  }

  .news-home.news-wrap {
    padding: 60px 0;
  }

  .comm-hdn-img {
    margin-bottom: 22px;
  }

  .comm-card-img {
    height: 250px;
  }

  .comm-card-info {
    padding: 16px;
  }

  .category-wrap {
    margin-bottom: 10px;
  }

  .comm-card-info .card-para {
    margin-bottom: 16px;
  }

  .whitepaper-wrap .fresh-img {
    width: 290px;
    height: 285px;
  }

  .comm-hdn-wrap .comm-hdn-img {
    height: 340px;
  }

  .stack-box {
    padding: 22px 22px 40px 22px;
    width: 500px;
  }

  .stack-info {
    width: 420px;
  }

  .stack-box .card-txt {
    max-width: 200px;
  }

  .story-filter-wrap {
    max-width: 780px;
  }

  .ic-img {
    width: 580px;
    height: 330px;
  }

  .bank-box {
    padding: 20px 16px;
  }

  .bank-img {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
  }

  .bank-or-box {
    padding: 20px;
  }

  .bank-elem {
    max-width: 900px;
  }

  .elevate-wrap {
    max-width: 1130px;
  }

  .multi-paper-wrap {
    max-width: 850px;
    margin-left: auto;
  }

  .paper-pop-img::after {
    width: 65px;
    height: 65px;
  }

  .paper-img {
    width: 240px;
    height: 200px;
  }

  .paper-info .card-sm-txt {
    margin-bottom: 30px;
  }

  .pride-box {
    padding: 22px 18px;
  }

  .join-box {
    padding: 30px 32px;
  }

  .job-detail-wrap {
    max-width: 980px;
  }

  .job-info-wrap {
    max-width: 470px;
  }

  .team-box {
    max-width: 990px;
    height: 530px;
  }

  .client-info {
    max-width: 670px;
  }

  .num-box span {
    margin-bottom: 30px;
  }

  .ai-address-wrap,
  .ai-info {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .ai-social-left .social-wrap {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 1440px) {
  .services-section .container {
    max-width: 1326px;
  }

  .services-section .container {
    width: 100% !important;
  }

  .sec-hdn.big {
    max-width: 800px;
  }

  .sec-hdn,
  .sec-hdn.center {
    margin: 0 auto 20px;
  }

  .real-info {
    padding: 30px 24px;
  }

  .comm-nav {
    width: 42px;
    height: 42px;
  }

  .why-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .why-box {
    padding: 26px 16px;
  }

  .int-top-img {
    max-width: 470px;
  }

  .comm-int-banner-box {
    margin-top: -30px;
  }

  .tech-wrap {
    gap: 40px 30px;
  }

  .tech-box {
    width: calc(33.333% - 20px);
  }

  .tech-img {
    height: 270px;
  }

  .real-img {
    width: 470px;
    height: 340px;
  }

  .real-swiper .swiper-wrapper {
    padding-bottom: 60px;
  }

  .section-wave {
    bottom: 15%;
  }

  .apart-wrap {
    gap: 30px;
  }

  .apart-box {
    width: calc(33.333% - 20px);
  }

  .fresh-img {
    width: 220px;
  }

  .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label:before {
    width: 20px;
    height: 20px;
  }

  .wpcf7-list-item
    input[type="checkbox"]:checked
    + .wpcf7-list-item-label:after {
    left: 4px;
    top: 10px;
  }

  .wpcf7-list-item-label {
    line-height: 1.3;
    padding-left: 30px;
  }

  .acc-item {
    padding: 22px 18px;
  }

  .leader-img {
    height: 450px;
  }

  .root-wrap .fresh-box {
    padding: 14px;
    gap: 20px;
  }

  .root-wrap .fresh-info .card-para p {
    font-size: 14px;
  }

  .wp-wrap {
    width: 90%;
  }

  .speaker-swiper .comm-nav-wrap {
    top: -77px;
  }

  .mat-info {
    max-width: 450px;
  }

  .mat-swiper-wrap {
    max-width: 580px;
    gap: 30px;
  }

  .mat-wrap {
    max-width: 1150px;
    height: 610px;
  }

  .unleash-box {
    padding: 22px;
    gap: 30px;
  }

  .lead-box {
    padding: 22px;
  }

  .lead-box span {
    margin-bottom: 22px;
  }

  .site-box {
    padding: 26px 22px;
  }

  .job-info:nth-child(even) {
    width: 190px;
  }
}

@media all and (max-width: 1366px) {
  :root {
    --stack-width: 230px;
  }

  /* .container {
        max-width: 1170px
    } */

  .breadcrumbs {
    padding: 26px 0;
  }

  .comm-int-banner-box {
    padding-bottom: 80px;
    margin-top: -20px;
  }

  .int-top-img {
    max-width: 450px;
  }

  .tech-img {
    height: 240px;
  }

  .real-img {
    width: 430px;
    height: 310px;
  }

  .apart-img {
    height: 240px;
  }

  .fresh-img {
    width: 200px;
  }

  .data-left {
    max-width: 500px;
  }

  .tab-wrap {
    margin: 0 auto 40px;
    padding: 10px 0 20px 0;
  }

  .tab-wrap ul {
    gap: 34px;
  }

  .accordion::after,
  .accordion::before {
    width: 14px;
    right: 5px;
  }

  .accordion {
    padding: 0 30px 0 0;
  }

  .data-left p {
    margin-bottom: 30px;
  }

  .data-wrap {
    gap: 50px;
  }

  .sec-hdn.big {
    max-width: 700px;
  }

  .leader-wrap {
    gap: 40px 30px;
  }

  .leader-box {
    width: calc(33.333% - 20px);
  }

  .leader-img {
    height: 420px;
  }

  .award-img {
    width: 210px;
  }

  .gen-left {
    max-width: 250px;
  }

  .gen-tab-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .gen-wrap {
    gap: 40px;
  }

  .curve-wrap {
    height: 370px;
  }

  .curve-info {
    max-width: 440px;
    min-width: 440px;
  }

  .news-home.news-wrap {
    padding: 40px 0;
  }

  .comm-hdn-wrap .comm-hdn-img {
    height: 270px;
  }

  .comm-hdn-info {
    max-width: 760px;
  }

  .stack-box {
    padding: 16px 16px 30px 16px;
    width: 400px;
  }

  .stack-info {
    width: 370px;
  }

  .stack-box .card-txt {
    max-width: 200px;
  }

  .story-filter-wrap {
    max-width: 670px;
  }

  .bm-wrap .get-img {
    width: 500px;
    height: 290px;
  }

  .ic-box .comm-para {
    max-width: 530px;
  }

  .ic-box {
    gap: 60px;
    margin-bottom: 70px;
  }

  .ic-img {
    width: 500px;
    height: 290px;
  }

  .multi-paper-wrap {
    max-width: 750px;
  }

  .paper-img {
    width: 200px;
    height: 170px;
  }

  .paper-info .card-sm-txt {
    margin-bottom: 20px;
  }

  .apply-input {
    max-width: 700px;
    height: 50px;
    margin: 0 auto 24px;
  }

  .apply-filter-wrap {
    gap: 20px;
    margin-bottom: 30px;
  }

  .join-box {
    padding: 20px 16px;
  }

  .job-detail-wrap {
    max-width: 800px;
  }

  .job-info img {
    width: 26px;
    height: 26px;
  }

  .team-box {
    max-width: 850px;
    height: 450px;
  }

  .team-box::after {
    width: 60px;
    height: 60px;
  }

  .num-box span {
    margin-bottom: 30px;
  }

  .site-box {
    padding: 16px;
  }
}

@media all and (max-width: 1200px) {
  /* .container {
    max-width: 960px;
  } */

  .breadcrumbs {
    padding: 22px 0;
  }

  .breadcrumbs a,
  .breadcrumbs p {
    font-size: 14px;
  }

  .sec-hdn.wrap {
    flex-direction: column;
  }

  .sec-hdn.wrap .comm-page-hdn {
    max-width: 80%;
  }

  .sec-hdn-right {
    max-width: 80%;
  }

  .sec-hdn-right p {
    max-width: 80%;
  }

  .tech-img {
    height: 200px;
  }

  .apart-img {
    height: 200px;
  }

  .comm-int-banner-box {
    margin-top: 0;
  }

  .data-wrap {
    gap: 30px;
    flex-direction: column;
  }

  .data-left {
    max-width: 100%;
  }

  .acc-item {
    padding: 18px 12px;
  }

  .accordion {
    font-size: 18px;
  }

  .panel {
    padding: 12px 24px 0 0;
  }

  .state-wrap {
    gap: 40px 30px;
    margin-top: 30px;
  }

  .bm-wrap .state-wrap {
    gap: 40px 30px;
  }

  .state-box {
    width: calc(33.333% - 20px);
  }

  .leader-img {
    height: 340px;
  }

  .get-wrap {
    gap: 40px;
  }

  .get-img {
    width: 300px;
  }

  .gen-left {
    display: none;
  }

  .tab_drawer_heading {
    display: block;
    font-size: var(--fs32);
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .tab_drawer_heading::after {
    content: "";
    width: 0;
    height: 1px;
    background: #fb851e;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  .tab_drawer_heading.d_active::after {
    width: 100%;
  }

  .tab_drawer_heading.d_active span::after {
    transform: rotate(0deg);
  }

  .tab_drawer_heading span {
    width: 20px;
    height: 20px;
    position: relative;
  }

  .tab_drawer_heading span::after,
  .tab_drawer_heading span::before {
    content: "";
    width: 100%;
    height: 1px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    background: #fb851e;
  }

  .tab_drawer_heading span::after {
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }

  .gen-tab {
    margin-top: 20px;
  }

  .gen-logo {
    width: 44px;
    height: 44px;
    margin-bottom: 26px;
  }

  .curve-box.active {
    width: 100%;
  }

  .curve-wrap {
    height: 100%;
    flex-direction: column;
  }

  .curve-box.active:first-child .curve-img {
    transform: none;
  }

  .curve-box.active:last-child .curve-img {
    transform: none;
  }

  .curve-img {
    position: static;
    max-width: 330px;
    width: 100%;
  }

  .curve-info {
    padding: 0;
    flex: 1;
    min-width: unset;
    gap: 36px;
  }

  .curve-box {
    padding: 24px 16px;
    gap: 30px;
  }

  .stack-wrap {
    flex-wrap: wrap;
  }

  .stack-box {
    padding: 24px 16px;
    width: 50%;
  }

  .stack-box .card-txt {
    max-width: 100%;
  }

  .stack-info {
    width: 100%;
  }

  .stack-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .stack-box:nth-child(even) {
    border-right: none;
  }

  .stack-box ul.comm-list.list-wrap {
    flex-direction: column;
  }

  .stack-box ul.comm-list.list-wrap li {
    width: 100%;
  }

  .stack-box:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .stack-wrap {
    border-bottom: none;
  }

  .story-filter-wrap {
    max-width: 100%;
  }

  .redefine-wrap {
    flex-direction: column;
  }

  .redefine-wrap .gen-left {
    display: block;
    max-width: 100%;
  }

  .table-container th,
  .table-container td {
    padding: 22px 16px;
  }

  .ic-box .comm-para {
    max-width: 370px;
  }

  .bank-elem {
    display: none;
  }

  .bank-or-wrap {
    margin: 0 auto;
  }

  .bank-wrap {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .bank-box {
    width: calc(50% - 10px);
    position: relative;
  }

  .bank-box::after {
    content: "";
    width: 4px;
    height: 40px;
    background: #5c5c5c;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .igt-swiper {
    height: 310px;
  }

  .elevate-wrap .bank-box {
    width: 100%;
  }

  .elevate-wrap .bank-box::after {
    display: none;
  }

  .multi-paper-wrap {
    max-width: 100%;
  }

  .join-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .job-detail-wrap {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .job-info-wrap {
    flex-wrap: wrap;
  }

  .client-wrap {
    gap: 30px;
    flex-direction: column;
  }

  .client-info {
    max-width: 100%;
  }

  .assess-wrap {
    gap: 30px;
    flex-direction: column;
  }

  .assess-txt {
    max-width: 100%;
  }

  .assess-head {
    max-width: 100%;
  }

  .know-num-wrap .f-row {
    row-gap: 60px;
  }

  .num-box span {
    margin-bottom: 20px;
  }

  .unleash-box {
    padding: 22px 16px;
    gap: 20px;
    flex-direction: column-reverse;
  }

  .sec-hdn.wrap .comm-sec-hdn {
    max-width: 100%;
  }

  .lead-box {
    padding: 22px 16px;
  }

  .lead-box span {
    margin-bottom: 14px;
  }

  .cap-wrap {
    gap: 30px;
    flex-direction: column;
  }

  .cap-wrap .box-list {
    max-width: 100%;
  }

  .curve-box:first-child .curve-img:after,
  .curve-box:last-child .curve-img:after {
    display: none;
  }

  .site-hdn {
    margin-bottom: 30px;
  }

  .latest-bd {
    position: static;
  }
}

@media all and (max-width: 1024px) {
  .card-sm-txt {
    margin-bottom: 10px;
  }

  .news-home .swiper-wrapper {
    transform: none !important;
  }

  .news-home .swiper-wrapper {
    display: flex;
  }

  .news-home .swiper-slide {
    margin-right: 20px !important;
  }

  #HWW-Section .card {
    width: 510px;
  }

  #HWW-Section .cardsBox {
    height: 30vh;
  }

  .cs-slide-card {
    min-width: 455px !important;
  }

  .cs-track {
    display: flex;
    gap: 40px !important;
  }
}

@media all and (max-width: 990px) {
  /* .container {
    max-width: 760px;
  } */

  .comm-int-banner-box {
    padding-bottom: 40px;
  }

  .tech-box {
    width: calc(50% - 15px);
  }

  .real-wrap {
    flex-direction: column;
  }

  .real-img {
    width: 100%;
    height: 300px;
  }

  .real-info {
    padding: 24px 16px;
  }

  .section-wave {
    bottom: 8%;
  }

  .apart-box {
    width: calc(50% - 15px);
  }

  .apart-wrap {
    gap: 40px 30px;
    flex-wrap: wrap;
  }

  .why-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }

  .leader-box,
  .state-box {
    width: calc(50% - 15px);
  }

  .award-img-box {
    height: 250px;
  }

  .gen-box {
    width: 100%;
    padding: 24px 16px;
  }

  .settle-swiper .swiper-wrapper {
    padding-bottom: 40px;
  }

  .comm-hdn-wrap {
    flex-direction: column-reverse;
  }

  .comm-hdn-info {
    max-width: 100%;
  }

  .bm-wrap .get-wrap {
    max-width: 100%;
    flex-direction: column;
  }

  .get-info .card-para {
    margin-bottom: 20px;
  }

  .ic-box.ic-rev {
    flex-direction: column;
  }

  .ic-box {
    gap: 40px;
    margin-bottom: 60px;
    flex-direction: column-reverse;
  }

  .ic-box:nth-child(even) {
    flex-direction: column-reverse;
  }

  .ic-box .comm-para {
    max-width: 100%;
  }

  .eo-detail-box {
    width: calc(50% - 10px);
  }

  .eo-detail-wrap {
    margin-bottom: 28px;
  }

  .eo-img {
    height: 250px;
  }

  .eo-info {
    padding: 18px 16px;
  }

  .eo-swiper .swiper-wrapper {
    padding-bottom: 30px;
  }

  .igt-hdn-wrap {
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
  }

  .igt-swiper {
    height: 270px;
  }

  .settle-swiper .game-box {
    width: 100%;
  }

  .pride-elem {
    width: 44px;
    height: 44px;
  }

  .mat-section {
    padding: var(--comm-space) 0;
  }

  .mat-wrap {
    max-width: 100%;
    height: 100%;
    flex-direction: column;
  }

  .mat-swiper-wrap {
    max-width: 100%;
    height: 550px;
    flex-direction: column;
  }

  .mat-swiper {
    height: 100%;
  }

  .ai-logo {
    width: 130px;
    margin-bottom: 32px;
  }

  .job-info,
  .job-info:nth-child(even) {
    width: 100%;
  }
}

@media all and (max-width: 800px) {
  .curve-box {
    flex-direction: column-reverse;
  }

  .curve-box:last-child {
    flex-direction: column;
  }

  .ai-social-wrap {
    margin-bottom: 40px;
    gap: 30px;
    flex-direction: column;
  }
}

@media all and (max-width: 768px) {
  /* .container {
    max-width: 100%;
  } */

  .get-wrap {
    flex-direction: column;
  }

  .tab-wrap ul {
    gap: 20px;
    margin: 0 auto;
  }

  .news-home .swiper-wrapper {
    display: block;
  }

  .news-home.news-wrap {
    padding: 20px 0 30px;
  }

  .wp-wrap {
    width: 100%;
  }

  .speaker-swiper .comm-nav-wrap {
    position: static;
  }

  .speaker-swiper .swiper-wrapper {
    padding-bottom: 30px;
  }

  .stack-box {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border: none;
    padding: 16px 0;
    gap: 24px;
  }

  .stack-wrap {
    border: none;
  }

  .gen-rev .paper-img {
    width: 70px;
    height: 70px;
  }

  .ic-info {
    width: 100%;
  }
  .cs-line {
    opacity: 0 !important;
  }
  .cs-slide-card {
    min-width: 100% !important;
  }
  #HWW-Section .sec-hdn {
    padding: 0 10px 40px;
    width: 100%;
    margin-bottom: 0px;
  }
  .industries-grid:nth-child(3) .industry-card:first-child {
    display: none;
  }
  .service-dummy {
    --serviceMod: 380px;
  }
}

@media all and (max-width: 640px) {
  .comm-int-banner-box {
    padding-bottom: 20px;
  }

  .sec-hdn.wrap .comm-page-hdn {
    max-width: 100%;
  }

  .sec-hdn-right {
    max-width: 100%;
  }

  .sec-hdn-right p {
    max-width: 100%;
  }

  .apart-box,
  .tech-box {
    width: 100%;
  }

  .apart-img,
  .tech-img {
    height: 230px;
    margin-bottom: 14px;
  }

  .apart-info {
    gap: 16px;
  }

  .data-tab .tab-wrap {
    overflow: hidden;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .data-tab ul {
    overflow: visible;
  }

  .comm-hdn-wrap .comm-hdn-img {
    height: auto;
  }

  .news-section .data-tab ul {
    width: 100%;
    overflow: visible;
  }

  .bank-box {
    width: 100%;
  }

  .bank-box:last-child::after {
    background: linear-gradient(180deg, #5c5c5c 30%, #fb851e 100%);
  }

  .bank-or-wrap {
    flex-direction: column;
    border-radius: 0;
    gap: 20px;
    background: transparent;
    border: none;
  }

  .bank-or-box {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: var(--Indium-Orange-Light, #fb851e);
    position: relative;
  }

  .bank-or-box::after {
    content: "";
    width: 4px;
    height: 20px;
    background: #fb851e;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .bank-or-box:last-child::after {
    display: none;
  }

  .bank-img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }

  .bank-or-box ul li {
    margin-bottom: 14px;
    padding-left: 14px;
  }

  .bank-or-box ul li::before {
    width: 6px;
    height: 6px;
  }

  .arti-input::after {
    width: 20px;
    height: 20px;
  }

  .apply-filter-wrap {
    flex-direction: column;
  }

  .team-box {
    height: 300px;
  }

  .join-box {
    padding: 20px 6px;
  }

  .job-info {
    width: calc(50% - 10px);
  }

  .team-box::after {
    width: 40px;
    height: 40px;
  }
}

@media all and (max-width: 576px) {
  .fresh-box {
    flex-direction: column;
  }

  .whitepaper-wrap .fresh-img {
    width: 100%;
    height: 280px;
  }

  .fresh-img {
    width: 100%;
    height: 230px;
  }

  .fresh-img img {
    object-position: center;
  }

  .fresh-info {
    padding: 20px 16px;
  }

  .fresh-main-wrap .f-row {
    gap: 30px 0;
  }

  .connect-box .f-row {
    margin-bottom: 34px;
  }

  .section-wave::after {
    box-shadow: inset 0 0 30px 10px #fff;
  }

  .leader-box,
  .state-box {
    width: 100%;
  }

  .leader-img {
    height: 420px;
  }

  .tab-wrap {
    margin: 0 auto 20px;
    padding: 10px 0 16px 0;
  }

  .tab-wrap ul {
    gap: 16px;
  }

  .state-wrap {
    gap: 30px;
  }

  .sec-hdn,
  .sec-hdn.center {
    margin: 0 auto 34px;
  }

  .root-wrap .fresh-box {
    align-items: center;
  }

  .gen-rev .paper-box {
    flex-direction: column;
  }

  .gen-rev .paper-img {
    width: 50px;
    height: 50px;
  }

  .story-filter-wrap {
    flex-direction: column;
    gap: 16px;
  }

  .ui-detail img {
    width: 20px;
  }

  .tab_drawer_heading span {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .why-swiper .swiper-wrapper {
    padding-bottom: 30px;
  }

  .bm-wrap .state-num-box {
    margin-bottom: 10px;
  }

  .bm-wrap .state-wrap {
    gap: 36px;
  }

  .bm-wrap .get-img {
    width: 100%;
  }

  table {
    width: 550px;
  }

  .ic-img {
    width: 100%;
    height: 280px;
  }

  .ic-box {
    gap: 30px;
  }

  .paper-pop-img {
    height: 230px;
  }

  .pride-box {
    padding: 22px 16px;
  }

  .pride-img {
    width: 70px;
    height: 70px;
  }

  .root-wrap .fresh-info .card-para br {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .comm-page-hdn br,
  .comm-sec-hdn br {
    display: none;
  }

  .real-img {
    height: 270px;
  }

  .why-swiper .swiper-slide-active .why-box {
    background: #fb851e;
  }

  .int-top-img {
    max-width: 100%;
    margin: 0 15px;
  }

  .form-field {
    padding: 0 12px;
  }

  .select-field {
    background: url(../img/drop-down-arrow.svg) no-repeat calc(100% - 10px)
      center;
    background-color: rgba(58, 58, 58, 0.3);
  }

  .fresh-wrap {
    gap: 30px;
  }

  .reveal-text {
    margin-bottom: 26px;
  }

  .state-num-box {
    margin-bottom: 14px;
  }

  .table-container th,
  .table-container td {
    padding: 16px 12px;
  }
}

@media all and (max-width: 400px) {
  .get-img {
    width: 100%;
  }

  .speaker-wrap {
    gap: 20px;
    flex-direction: column;
  }

  .speaker-info {
    align-items: flex-end;
    width: 100%;
  }
}

@media all and (max-width: 1800px) {
  .swirl-circles-center {
    padding: 0 30px;
  }

  .circle {
    width: 190px;
    height: 190px;
  }
}

@media all and (max-width: 1600px) {
  .news-home-img {
    height: auto;
  }

  .circle {
    width: 160px;
    height: 160px;
    padding: 16px;
  }

  .swirl-circles-center {
    padding: 0 10px;
  }

  .swirl-circles {
    position: relative;
    height: 650px;
  }

  .news-home-box h3 {
    margin-top: 26px;
  }

  :root {
    --header-height: 85px;
  }

  .banner {
    max-width: 900px;
    padding-top: 80px;
  }

  .brand-dummy {
    --logoSize: 320px;
  }

  .news-dummy {
    --blob: 700px;
  }

  .service-dummy {
    --serviceMod: 450px;
  }

  .brand-logo {
    height: 100px;
  }

  .service-acc {
    padding: 20px 40px;
  }

  .industries-dummy {
    --industryMod: 65%;
  }

  .industries-right {
    height: 630px;
  }

  .news-wrap-home .sec-hdn.center {
    margin: 0 auto 36px;
  }

  .game-img {
    width: 100%;
    height: 230px;
  }

  .paper-box {
    padding: 16px;
    gap: 22px;
  }

  .future-info {
    max-width: 500px;
  }

  .future-img {
    max-width: 730px;
  }

  .future-box {
    height: 450px;
  }

  .bd-wrap {
    gap: 50px;
  }

  .bd-box {
    max-width: 870px;
  }

  .bdh-box {
    width: 90%;
  }

  .content-body img {
    height: 400px;
  }

  .box-list {
    padding: 30px;
    max-width: 400px;
  }
}

@media all and (max-width: 1440px) {
  .banner {
    max-width: 80%;
    padding-top: 50px;
  }

  .brands-container .comm-sec-hdn {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .brand-logo {
    height: 90px;
  }

  .services-wrap {
    align-items: flex-start;
  }

  .service-acc p {
    transition: 0.5s;
  }

  .industries-right {
    height: 600px;
  }

  .news-home-img {
    height: auto;
  }

  :root {
    --newsHome: 347px;
  }

  .news-dummy {
    --blob: 1200px;
  }

  .service-dummy {
    --serviceMod: 400px;
  }

  .game-img {
    height: 220px;
  }

  .header-list li a {
    font-size: 14px;
  }

  .box-list {
    padding: 20px;
    max-width: 360px;
  }

  .box-list li,
  .box-list h3 {
    margin-bottom: 30px;
  }

  .box-list ul {
    padding-left: 24px;
  }

  .swirl-img {
    width: 120%;
    flex-shrink: 0;
  }
}

@media all and (max-width: 1366px) {
  .news-wrap-home .sec-hdn,
  .news-wrap-home .sec-hdn.center {
    margin: 0 auto 20px;
  }

  :root {
    --header-height: 80px;
  }

  .header-list li a {
    font-size: 14px;
  }

  .brand-dummy {
    --logoSize: 300px;
    margin-bottom: 20px;
  }

  .news-home-box h3 {
    margin-top: 20px;
  }

  .news-home-box p {
    margin-top: 14px;
  }

  .service-dummy {
    --serviceMod: 360px;
    text-align: center;
    align-items: center;
  }

  .industries-right {
    height: 540px;
  }

  :root {
    --newsHome: 348px;
  }

  .news-home-img {
    height: auto;
  }

  .game-img {
    height: 180px;
  }

  .future-box {
    height: 400px;
    padding: 16px 0;
  }

  .bd-box {
    max-width: 720px;
  }

  .bd-wrap {
    gap: 30px;
  }

  .content-body img {
    height: 300px;
  }

  .content-body blockquote,
  .content-body blockquote + p {
    width: 90%;
    margin: 0 auto;
    padding: 16px;
  }

  .content-body blockquote + p {
    padding-top: 0;
    margin-bottom: 24px;
  }

  .box-list {
    max-width: 340px;
  }

  .swirl-img::before {
    filter: blur(120px);
  }

  .swirl-circles-center {
    padding: 0;
  }

  .swirl-circle-wrap {
    flex-direction: column;
    max-width: 640px;
    margin: auto;
  }

  .swirl-circle-wrap .box-list {
    order: 1;
    max-width: none;
    width: 100%;
    margin-top: 20px;
  }

  .swirl-circle-wrap .box-list {
    min-height: auto;
  }

  .num-wrap {
    margin-top: 60px;
  }
}

@media all and (max-width: 1200px) {
  .game-txt {
    background: rgba(0, 0, 0, 0.8);
    padding: 16px;
  }

  :root {
    --newsHome: 280px;
  }

  .future-box {
    height: auto;
  }

  .future-img {
    height: 380px;
  }

  .bd-wrap {
    gap: 40px;
    flex-direction: column;
  }

  .bd-box {
    max-width: 100%;
  }

  .bdh-box {
    width: 100%;
  }

  .box-list {
    max-width: 310px;
  }

  .swirl-img {
    width: 140%;
  }
}

@media all and (max-width: 1024px) and (orientation: portrait) {
  .banner {
    padding-top: 20%;
  }

  .services-wrap {
    flex-direction: column-reverse;
  }

  .service-left,
  .service-right {
    width: 100%;
  }

  .industries-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .industries-left {
    width: 100%;
  }

  .industries-right {
    width: 100%;
  }

  .service-dummy {
    --serviceMod: 520px;
  }

  .industries-right {
    height: 660px;
  }

  .news-home-box {
    max-width: none;
  }

  .news-home {
    display: flex;
    gap: 60px;
    overflow-x: auto;
  }

  :root {
    --newsHome: 100%;
  }

  .news-home-box-center {
    order: -1;
  }

  .swiper-industries {
    display: flex;
    padding-right: 7px;
  }

  .industries-pagination {
    margin-top: 0;
    gap: 8px;
    flex-direction: column;
  }

  .industries-pagination .swiper-pagination-bullet {
    height: 100%;
    width: 3px;
  }
}

@media all and (max-width: 990px) {
  .service-dummy {
    --serviceMod: 480px;
  }

  .industries-right {
    height: 610px;
  }

  .banner {
    padding: 0 10px;
    padding-top: 15%;
    max-width: 100%;
  }
}

.homebanner h1 {
  font-family: "Geologica-Bold";
  font-size: 32px !important;
  line-height: 62px;
  letter-spacing: 2%;
  color: rgba(68, 70, 60, 1);
}
/* 
  .wave-anim .wave-gradient {
    -webkit-box-shadow: inset 0 0 20px 20px #000;
    box-shadow: inset 0 0 20px 20px #000;
  } */

.games-wrap {
  flex-wrap: wrap;
}

.game-box {
  width: calc(50% - 10px);
}

.swiper-news .swiper-wrapper {
  padding-bottom: 50px;
}

.swiper-news .comm-nav-wrap {
  display: flex;
}

.future-box {
  flex-direction: column-reverse;
  height: 100%;
}

.future-info {
  max-width: 100%;
}

.bdh-wrap {
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 30px;
  flex-direction: column;
}

.bd-box .bdh-social-wrap {
  margin-top: 20px;
}

.swirl-box-wrap {
  flex-direction: column;
}

.box-list {
  width: 100%;
  max-width: none;
}

.swirl-img {
  width: 100%;
}

.swirl-line {
  transform: rotate(90deg);
}

@media all and (max-width: 768px) {
  .assess-wrap {
    flex-direction: column;
  }

  .num-wrap {
    margin-top: 40px;
  }

  .num-wrap .f-row {
    row-gap: 30px;
  }

  .num-box span {
    margin-bottom: 12px;
  }
}

@media all and (max-width: 640px) {
  .future-img {
    height: 250px;
  }

  .future-detail ul,
  ul.comm-list {
    padding-left: 24px;
  }

  .future-detail li::before,
  ul.comm-list li::before {
    width: 18px;
    height: 18px;
    left: -22px;
    top: 4px;
  }

  ul.comm-list.list-wrap {
    flex-direction: column;
  }

  ul.comm-list.list-wrap li {
    width: 100%;
  }

  .box-list {
    padding: 20px 16px;
  }
}

@media all and (max-width: 576px) {
  .services-section {
    height: auto;
    min-height: auto;
  }

  .service-dummy {
    --serviceMod: 220px;
  }

  .service-acc {
    padding: 16px;
  }

  .service-acc.active span {
    font-size: 24px;
  }

  .service-acc.active p {
    margin-top: 12px;
  }

  .service-acc {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .industries-left .sec-hdn,
  .industries-left .sec-hdn.center {
    margin-bottom: 0;
  }

  .industries-wrap {
    padding-top: 30px;
    justify-content: flex-start;
    gap: 8px;
  }

  .industries-right {
    padding: 24px;
    background: var(--Yoeki-Beige);
    height: calc(100% - 270px);
  }

  .principleBlack {
    display: none;
  }

  .service-highlight {
    display: none;
  }

  .service-acc.active {
    background: linear-gradient(135deg, #52544b, #37392e);
    box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.2);
    border-radius: 4px;
  }

  .industries-dummy {
    --industryMod: 46%;
    margin-bottom: 40px;
  }

  .industries-right {
    height: calc(100% - 40px);
  }

  .game-box {
    width: 100%;
  }

  .paper-box {
    padding: 16px;
    flex-direction: column;
  }

  .paper-img {
    width: 100%;
    height: 180px;
  }

  .paper-box {
    gap: 16px;
  }

  .paper-sm-hdn {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .latest-bd .f-col:not(:first-child) .comm-card-info {
    padding: 16px;
  }

  .latest-bd .f-col:not(:first-child) .comm-card-img {
    width: 130px;
  }

  .latest-bd .comm-card-img {
    height: 180px;
  }

  .comm-card-img {
    height: 200px;
  }

  .bdh-box {
    margin-top: 20px;
  }

  .circle {
    width: 130px;
    height: 130px;
    padding: 8px;
  }

  .circle p {
    font-size: 14px;
  }

  .swirl-circles {
    height: 550px;
  }

  .swirl-small {
    width: 310px;
  }

  .data-bricks-icon {
    width: 44px;
    height: 44px;
  }
}

@media all and (max-width: 480px) {
  .news-home {
    gap: 40px;
  }

  .service-acc.active p {
    margin-top: 10px;
  }

  .ser-hdn {
    /*display: none;*/
    text-align: center;
  }

  /* The browser's default <p> top margin was left in place, creating a
     visible gap under the "Enterprise Services" heading on narrow screens. */
  .services-section .container .comm-sec-hdn {
    margin-bottom: 8px;
  }

  .services-section .container .desc {
    margin-top: 0;
  }

  .services-section .container {
    padding-top: 0;
  }

  .services-section .sec-hdn.ser-hdn {
    margin-bottom: 0;
  }

  .ser-mob-hdn,
  .ind-mob-hdn {
    display: block;
    padding: 40px 0px 6px;
    position: relative;
    z-index: 3;
  }

  .industries-left {
    display: none;
  }

  .service-right {
    margin-bottom: 20px;
  }

  .service-acc.active p {
    margin-top: 16px;
    padding-right: 8px;
  }

  .box-list li,
  .box-list h3 {
    margin-bottom: 20px;
  }

  .box-list li:last-child {
    margin-bottom: 0;
  }

  .swirl-img img {
    transform: scale(1.2);
  }

  .swirl-img::before {
    filter: blur(80px);
  }

  .swirl-circles {
    height: 500px;
  }

  .circle {
    width: 110px;
    height: 110px;
    border: 3px solid rgba(255, 255, 255, 0);
  }

  .circle p {
    font-size: 12px;
  }

  .swirl-small {
    width: 260px;
  }

  .swirl-circles {
    height: 450px;
  }

  .data-brics {
    margin-top: 60px;
  }

  .data-brics-line {
    transform: translateY(-25%);
  }
}

@media all and (max-width: 400px) {
  .services-section .sec-hdn.center {
    margin-bottom: 24px;
  }

  .service-right {
    margin-bottom: 16px;
  }

  .service-dummy {
    --serviceMod: 190px;
  }

  .circle {
    width: 100px;
    height: 100px;
  }

  .circle p {
    font-size: 10px;
  }

  .swirl-circles {
    height: 400px;
  }

  .data-brics {
    margin-top: 40px;
  }

  .data-brics-line {
    transform: translateY(-15%);
  }

  .num-wrap {
    margin-top: 30px;
  }
}

@media all and (max-width: 380px) {
  .service-txt .read-more {
    font-size: 14px;
  }

  .service-txt h4 {
    font-size: 20px;
  }
}

/* ===========================
   PRODUCTS SECTION
   =========================== */

.products-section-wrap,
.features-section-wrap {
  position: relative;
  overflow: visible;
}

.products-section-wrap {
  margin-top: 30px !important;
}

.features-section-wrap {
  background: transparent;
  /* padding: 60px; */
  padding: 40px;
}

.features-section-wrap .comm-sec-hdn {
  color: #a78558 !important;
}

.features-section-wrap .desc {
  color: rgba(68, 70, 60, 0.7);
}

.products-particles-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.products-section-wrap .container,
.features-section-wrap .container {
  position: relative;
  z-index: 1;
}

.products-section-wrap .comm-small-hdn {
  color: #a24eea;
}

.products-section-wrap .comm-para p {
  color: rgba(255, 255, 255, 0.6);
}

.features-section-wrap .sec-hdn {
  margin-bottom: 25px !important;
}

.products-grid.products-snap-container {
  display: block;
  height: 70vh;
  overflow: visible;
  position: relative;
  margin: 0;
  max-width: 100%;
}

.products-grid.products-snap-container::-webkit-scrollbar {
  display: none;
}

/* Card flip container */
.product-card {
  perspective: 1000px;
  height: 400px;
  cursor: pointer;
}

.product-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

/* .product-card:hover .product-card-inner {
    transform: rotateY(180deg)
} */

/* Front */
.product-front {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.product-front {
  box-shadow: 1px 1px 79px 2px inset #d4dcdb;
  background: linear-gradient(30deg, #b8beb3, #b8beb3, #d4dcdb) !important;
  border: 1px solid rgb(255, 255, 255, 0.2);
}

.product-card.featured .product-front {
  background: linear-gradient(130deg, #d4dcdb 0%, #b8beb3 100%);
  border: 1px solid rgb(255, 255, 255, 0.2);
}

/* .product-back {
    background: linear-gradient(145deg, #D4DCDB 0%, #B8BEB3 100%);
    transform: rotateY(180deg);
    justify-content: space-between
} */

/* Icon */
.product-icon-wrap {
  margin-bottom: 20px;
}

/* Rotating dashed orbit */
.prod-orbit {
  transform-origin: 32px 32px;
  animation: orbitSpin 8s linear infinite;
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

/* Front text */
.product-name {
  font-family: "Geologica-Bold";
  font-size: 24px;
  color: #fff;
  margin: 0 0 8px;
}

.product-tagline {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 auto;
  line-height: 1.5;
}

.product-tag {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 14px;
  border-radius: 100px;
  background: rgba(162, 78, 234, 0.18);
  border: 1px solid rgba(162, 78, 234, 0.35);
  font-size: 12px;
  color: #c987f5;
  font-family: "Geologica-Medium";
}

.product-card.featured .product-tag {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.product-featured-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 11px;
  color: #ffd700;
  font-family: "Geologica-SemiBold";
  letter-spacing: 0.5px;
}

/* Back text */
.product-text {
  margin-left: 45px;
  margin-top: 15px;
}

.product-front h3 {
  font-family: "Geologica-Semibold";
  font-size: 26px;
  line-height: 1.5;
  color: #43453b;
  letter-spacing: 0;
}

.product-front p {
  font-family: "Figtree-Regular";
  font-size: 16px;
  color: #43453b;
  line-height: 1.5;
  margin: 0 0 16px;
}

.product-features {
  list-style: disc;
  padding: 0;
  margin-left: 20px;
  flex: 1;
}

.product-features li {
  font-size: 16px;
  color: #43453b;
  padding: 5px 0;
  padding-left: 2px;
  position: relative;
  line-height: 1.2;
  font-family: "Figtree-Regular";
}

.product-features li strong,
.product-text p strong {
  font-family: "Figtree-Semibold";
  font-weight: 400;
}
/* .product-features li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #ffd700;
    font-size: 12px
} */

.product-cta {
  display: inline-block;
  color: #fff;
  font-family: "Geologica-SemiBold";
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 3px;
  transition:
    border-color 0.2s,
    color 0.2s;
  align-self: flex-start;
}

.product-cta:hover {
  border-color: #ffd700;
  color: #ffd700;
}

/* Card entrance animation */
/* .product-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease
} */

.product-card.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Modal */
.product-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 6, 20, 0.85);
  z-index: 9999;
  backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
}

.product-modal-overlay.active {
  display: flex;
}

/* Responsive */
@media all and (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media all and (max-width: 600px) {
  .products-section-wrap {
    padding: 70px 0 80px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-card {
    height: 340px;
  }

  .product-modal {
    padding: 32px 24px;
  }
}

.products-snap-container {
  height: 100vh; /* or a fixed px like 600px */
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scrollbar-width: none; /* hides scrollbar Firefox */
}

.products-snap-container::-webkit-scrollbar {
  display: none; /* hides scrollbar Chrome/Safari */
}

.snap-slide {
  position: absolute;
  top: 50%;
  right: -3%;
  left: auto;
  transform: translateY(-50%);
  width: 58%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
  box-sizing: border-box;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

/* Card — GSAP controls opacity/transform, no CSS transition conflict */
.snap-slide .product-card {
  opacity: 0;
  transform: translateY(30px);
  height: auto;
  min-height: 330px;
  width: 100%;
  /* max-width: 670px;*/
  /* NO transition here — GSAP handles it */
}

.snap-slide .product-card-inner {
  height: 100%;
  min-height: 330px;
}

.snap-slide:first-child {
  opacity: 1; /* First card visible on load */
  z-index: 2;
  pointer-events: auto;
}

.snap-slide.active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

@media screen and (min-width: 1367px) {
  .snap-slide {
    right: 0%;
  }

  .wave-anim {
    height: 93vh;
  }
}

@media screen and (min-width: 1800px) {
  .wave-anim {
    top: calc(var(--header-height) + 120px);
  }
}
/* ── Canvas background ── */
#industries-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* ── Section wrapper ── */
.industries-section {
  background: rgba(7, 9, 1, 0.72);
  position: relative;
  z-index: 1;
  min-height: 100vh;
  align-items: center;
  padding: 10px 40px;
}

.industries-section .ser-hdn {
  margin-top: 60px;
}

.industries-section .comm-sec-hdn,
#HWW-Section .comm-sec-hdn {
  color: #a78558 !important;
}

.industries-section .desc,
#HWW-Section .desc {
  color: rgba(168, 175, 171, 1) !important;
}

.industries-inner {
  /* max-width: 1200px; */
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1367px) {
  .industries-inner {
    max-width: 90%;
  }

  .principle-section {
    height: 115vh;
  }
}

/* ── Grid: 2×2 ── */
.industries-grid {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  justify-content: space-between;
}

/* ── Each card ── */
.industry-card {
  display: flex;
  font-family: "Geologica-Regular";
  color: #d4dcdb;
  padding: 48px 52px 10px 0;
  border-bottom: 1px solid var(--border);
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.industry-card:nth-child(odd) {
  padding-right: 64px;
}

.industry-card:nth-child(even) {
  padding-left: 0px;
  padding-right: 0px;
  border-left: 1px solid var(--border);
}

.industry-card:nth-child(3),
.industry-card:nth-child(4) {
  border-bottom: none;
  padding-top: 52px;
}

.industry-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger */
.industry-card:nth-child(1) {
  transition-delay: 0s;
  padding-top: 20px;
}

.industry-card:nth-child(2) {
  transition-delay: 0.15s;
}

.industry-card:nth-child(3) {
  transition-delay: 0.3s;
}

.industry-card:nth-child(4) {
  transition-delay: 0.45s;
}

/* ── Number ── */
.card-num {
  font-family: "Geologica-Regular";
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--clr-primary);
  margin-bottom: 14px;
  display: block;
  margin-right: 20px;
}

/* ── Title ── */
.card-title {
  font-family: "Geologica-Medium";
  font-size: 24px;
  font-weight: 400 !important;
  color: rgba(212, 220, 219, 1);
  margin-bottom: 16px;
  line-height: 1.15;
}

.card-title .accent {
  color: #d4dcdb;
}

/* ── Body ── */
.card-body {
  font-size: 14px;
  line-height: 28px;
  color: rgba(168, 175, 171, 1);
  font-family: "Figtree-Regular";
  font-weight: 400;
  max-width: 500px;
}

/* ── Hover line accent ── */
.industry-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 48px;
  width: 2px;
  height: 0;
  background: linear-gradient(to bottom, var(--gold), transparent);
  transition: height 0.5s ease;
}

.industry-card:nth-child(even)::before {
  left: 52px;
}

.industry-card:hover::before {
  height: calc(100% - 96px);
}

.industry-card:hover .card-title {
  color: var(--gold-light);
}

.industry-card:hover .card-body {
  color: var(--text);
}

.card-title,
.card-body {
  transition: color 0.3s ease;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .industries-section {
    padding: 60px 24px;
  }

  .industries-grid {
    grid-template-columns: 1fr;
  }

  .industry-card {
    padding: 36px 0 36px 0 !important;
    border-left: none !important;
    border-bottom: 1px solid var(--border) !important;
  }

  .industry-card:last-child {
    border-bottom: none !important;
  }

  .industry-card::before {
    display: none;
  }
}

#cs-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem 4rem;
}

#cs-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

#cs-header h2 {
  /* font-size: 2rem;
        font-weight: 700;
        color: #44463c;
        margin: 0; */
  font-size: 2rem;
  font-family: "Geologica-Bold";
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  color: #44463c;
}

#cs-header p {
  font-family: "Figtree-Regular";
  font-size: 1rem;
  color: #44463c;
  /* max-width: 220px; */
  /* text-align: right; */
  /* line-height: 1.65; */
  margin: 0;
}

#cs-slider {
  width: 950px;
  height: 430px;
  position: relative;
  perspective: 1000px;
  margin: auto;
}

#cs-section .cs-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  background: linear-gradient(214.79deg, #52544b 0%, #37392e 100.5%);
  padding: 24px;
  backdrop-filter: blur(60px);
  box-shadow: 0px 0px 8px 0px #ffffff33 inset;
}

#cs-section .cs-slide-content {
  flex: 1;
  /* background: #232319; */
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#cs-section .cs-slide-content h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #d4dcdb;
  margin-bottom: 1.2rem;
  font-family: "Geologica-Regular";
}

#cs-section .cs-slide-content h3 span {
  font-family: "Geologica-Bold";
  font-weight: 400 !important;
}

#cs-section .cs-slide-content p {
  font-family: "Figtree-Regular" !important;
  font-size: 1.5rem;
  color: #d9d9d9;
  font-weight: 400 !important;
  margin: 0;
}

#cs-section .cs-view-btn {
  width: 108px;
  margin-top: 1.8rem;
  height: 36px;
  border: 1px solid #a78558;
  border-radius: 2px;
  color: #a78558;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Geologica-Regular";
}

#cs-section .cs-slide-logo {
  width: 366px;
  flex-shrink: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  border-radius: 4px;
}

#cs-section .cs-slide-logo img {
  width: 100%;
  height: 100%;
}

/* ── Outer wrapper ── */
.cs-card {
  position: relative;
  width: 100%;
  /* max-width: 1300px; */
  margin: 0 auto 30px;
}

/* ── 2×2 grid ── */
.cs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  position: relative;
}

/* Dividers — cross-hair lines */
.cs-grid::before,
.cs-grid::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

/* ── Each quadrant ── */
.cs-quad {
  position: relative;
  min-height: 150px;
  min-width: 414px;
}

.cs-quad:nth-child(3),
.cs-quad:nth-child(4) {
  /* margin-top: 50px; */
  margin-top: 20px;
}

/* line graphic — animates in on its own, ahead of the text */
.cs-line {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0;
}

.cs-quad:nth-child(1) .cs-line {
  background-image: url("/Assets/images/line1.png");
  /* background-size: contain; */
  background-size: 100% 100%;
  background-position: top;
  transform: translateX(-60px);
}

.cs-quad:nth-child(2) .cs-line {
  background-image: url("/Assets/images/line2.png");
  /* background-size: contain; */
  background-size: 100% 100%;
  background-position: top;
  transform: translateX(60px);
}

.cs-quad:nth-child(3) .cs-line {
  background-image: url("/Assets/images/line3.png");
  /* background-size: contain; */
  background-size: 100% 100%;
  background-position: top;
  transform: translateX(-60px);
}

.cs-quad:nth-child(4) .cs-line {
  background-image: url("/Assets/images/line4.png");
  /* background-size: contain; */
  background-size: 100% 100%;
  background-position: top;
  transform: translateX(60px);
}

/* text content — fades up only after the line has settled */
.cs-quad-inner {
  position: relative;
  z-index: 1;
  /* padding: 8px 10px 0px; */
  /* padding: 25px 10px; */
  padding: 25px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateY(30px);
}
/* icon row */
.cs-icon {
  width: 28px;
  height: 28px;
  color: #c5c8be;
  flex-shrink: 0;
}

.cs-icon img {
  width: auto;
  height: auto;
}

.cs-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cs-quad .cs-title {
  font-family: "Geologica-Semibold";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  color: rgba(68, 70, 60, 1);
  max-width: 400px;
}

.cs-body {
  font-family: "Figtree-Regular";
  font-size: 16px;
  line-height: 30px;
  color: rgba(68, 70, 60, 0.7);
  font-weight: 400;
  max-width: 400px;
}

/* ── Centre logo overlay ── */
.cs-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 335px;
  height: 270px;
  z-index: 0;
  pointer-events: none;
  background: #d4dcdb;
}

.cs-logo svg {
  width: 100%;
  height: 100%;
}

/* ── Responsive ── */
@media (max-width: 560px) {
  .cs-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }

  .cs-grid::before {
    display: none;
  }

  .cs-grid::after {
    display: none;
  }

  .cs-logo {
    display: none;
  }

  .cs-quad {
    min-height: unset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .cs-quad:last-child {
    border-bottom: none;
  }

  .cs-body {
    max-width: 100%;
  }
}

/* ── Desktop: fixed (not %-based) offset for right-hand quads so their
   text column stays the same usable width as the left-hand quads at any
   viewport, and titles stay on a single line ── */
@media (min-width: 1201px) {
  .cs-quad:nth-child(2) .cs-quad-inner,
  .cs-quad:nth-child(4) .cs-quad-inner {
    align-items: flex-start;
    padding-left: 64px;
  }

  .cs-quad .cs-title {
    max-width: 480px;
    white-space: nowrap;
  }
}

/* ══════════════════════════════════════════
       #case-studies-scroll
    ══════════════════════════════════════════ */
#case-studies-scroll {
  position: relative;
  height: 300vh;
}

#case-studies-scroll .cs-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Center text — z-index 999 so it's ALWAYS on top of cards ── */
#case-studies-scroll .cs-center {
  position: absolute;
  text-align: center;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}

#case-studies-scroll .cs-center h2 {
  font-family: "Geologica-Medium";
  font-size: 40px;
  font-weight: 400;
  color: rgba(68, 70, 60, 1);
  line-height: 100%;
}

#case-studies-scroll .cs-center .cs-btn {
  display: inline-block;
  margin-top: 1.4rem;
  padding: 0.6rem 1.8rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #a78558;
  color: #a78558;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
  pointer-events: auto;
}

#case-studies-scroll .cs-center .cs-btn:hover {
  border: 1px solid #44463c;
  background: #44463c;
  color: #fff;
}

/* ── White cards — 360 × 360 fixed ── */
#case-studies-scroll .cs-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 360px;
  background: linear-gradient(179.98deg, #ffffff 0.02%, #cdcfc7 99.98%);
  border-radius: 17.5824px;
  overflow: hidden;
  will-change: transform;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: box-shadow 0.25s;
}

#case-studies-scroll .cs-card:hover {
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.18);
}

/* logo area */
#case-studies-scroll .cs-card-top {
  padding: 28px 26px 16px;
  /* flex: 1; */
  /* display: flex; */
  align-items: flex-start;
  text-align: right;
}

.cs-card-top .cs-logo-text {
  font-size: 32px;
  color: #696a65;
}

#case-studies-scroll .cs-card-top img {
  display: block;
}

/* description at bottom */
#case-studies-scroll .cs-card-bottom {
  padding: 0 26px 28px;
}

#case-studies-scroll .cs-card-bottom p {
  font-family: "Figtree-Regular";
  font-size: 22px;
  font-weight: 400;
  color: rgba(103, 80, 51, 1);
  line-height: 160%;
}

.feature-canvas {
  position: relative;
  min-height: 100vh; /* tall enough to give the scroll phases room */
  overflow: hidden;
  background: transparent;
}

.feature-canvas-dummy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 60vh;
  pointer-events: none;
}

.feature-canvas-content {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  z-index: 3;
  pointer-events: none;
}

#HWW-Section {
  height: 400vh;
  background: rgba(7, 9, 1, 0.72);
}

#HWW-Section .sticky-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

#HWW-Section .sec-hdn {
  padding: 40px;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 0px;
}

#HWW-Section .sec-hdn .w-100 {
  padding-top: 32px;
}

#HWW-Section .cardsBox {
  position: relative;
  width: 100%;
  height: 60vh;
  padding-left: 100px;
}

#HWW-Section .card {
  position: absolute;
  top: 0;
  left: 80px;
  width: 600px;
  height: 100%;
  border-radius: 4px;
  padding: 64px;
  background: rgba(201, 208, 203, 0.05);
  backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dcdcdc;
  display: flex;
  flex-direction: column;
}

#HWW-Section .card section {
  flex: 1;
}

#HWW-Section .card .num {
  font-size: 65px;
  color: #9b8258;
  /* margin-bottom: 102px; */
  /* margin-top: -20px; */
}

#HWW-Section .card h2 {
  font-size: 32px;
  margin: 0 0 20px;
  font-weight: 500;
}

#HWW-Section .card p {
  font-size: 16px;
  line-height: 1.6;
  color: #bcbcbc;
}

#HWW-Section .card {
  will-change: transform;
  transform: translateZ(0);
}

@media screen and (min-width: 1900px) {
  #HWW-Section .card {
    /* width: 750px; */
    width: 850px;
  }
}
#HWW-Section .card {
  will-change: transform;
  transform: translateZ(0);
}

/* ── OUTER SECTION: fixed height, no scroll on body ── */
.section-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  position: relative;
}

/* ── LEFT PANEL: dark olive, scrollable list ── */
.left-panel {
  width: 45%;
  height: 100%;
  background: var(--olive-dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 48px;
  position: relative;
  z-index: 2;
}

.left-panel::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--accent),
    transparent
  );
  opacity: 0.3;
}

.principles-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.principle-item {
  padding: 22px 28px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
  border: 1px solid transparent;
}

.principle-item.active {
  background: rgba(245, 242, 235, 0.07);
  border-color: rgba(200, 184, 122, 0.2);
}

.principle-item:not(.active) {
  background: transparent;
}

.principle-number {
  font-family: "Bebas Neue", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--accent);
  opacity: 0.7;
  display: block;
  margin-bottom: 4px;
}

.principle-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--cream);
  line-height: 1.3;
  transition: color 0.3s ease;
}

.principle-item:not(.active) .principle-title {
  color: rgba(245, 242, 235, 0.55);
}

.principle-desc {
  font-size: 12px;
  color: rgba(245, 242, 235, 0.55);
  line-height: 1.6;
  margin-top: 8px;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.principle-item.active .principle-desc {
  max-height: 80px;
  opacity: 1;
}

/* ── RIGHT PANEL: white, fixed ── */
.right-panel {
  width: 55%;
  height: 100%;
  background: var(--white);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── MORPH IMAGE CONTAINER ── */
.morph-stage {
  position: relative;
  width: 380px;
  height: 380px;
}

.morph-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(0.85) rotate(-6deg);
  transition:
    opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    border-radius 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.morph-card.active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.morph-card-1 {
  background: linear-gradient(135deg, #6b7a5e 0%, #9aaa88 50%, #c8d4b8 100%);
  border-radius: 60% 40% 55% 45% / 50% 55% 45% 50%;
}

.morph-card-2 {
  background: linear-gradient(135deg, #c8b87a 0%, #e8d49a 50%, #f5eecc 100%);
  border-radius: 40% 60% 45% 55% / 55% 45% 55% 45%;
}

.morph-card-3 {
  background: linear-gradient(135deg, #4a5568 0%, #718096 50%, #a0aec0 100%);
  border-radius: 55% 45% 60% 40% / 45% 55% 45% 55%;
}

.morph-card-4 {
  background: linear-gradient(135deg, #744210 0%, #c05621 50%, #ed8936 100%);
  border-radius: 45% 55% 40% 60% / 60% 40% 60% 40%;
}

.morph-card-5 {
  background: linear-gradient(135deg, #2d3748 0%, #4a5568 50%, #a0aec0 100%);
  border-radius: 50% 50% 60% 40% / 40% 60% 50% 50%;
}

.morph-card-6 {
  background: linear-gradient(135deg, #276749 0%, #48bb78 50%, #9ae6b4 100%);
  border-radius: 65% 35% 50% 50% / 50% 50% 35% 65%;
}

.morph-inner {
  text-align: center;
  padding: 40px;
  color: rgba(255, 255, 255, 0.9);
  mix-blend-mode: overlay;
}

.morph-icon {
  font-size: 64px;
  display: block;
  margin-bottom: 12px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.morph-label {
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  letter-spacing: 3px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* floating decorative rings */
.ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(200, 184, 122, 0.15);
  pointer-events: none;
  animation: ringPulse 4s ease-in-out infinite;
}

.ring-1 {
  width: 460px;
  height: 460px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0s;
}

.ring-2 {
  width: 540px;
  height: 540px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 1s;
}

.ring-3 {
  width: 620px;
  height: 620px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 2s;
}

@keyframes ringPulse {
  0%,
  100% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 0.08;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

/* Progress dots */
.dots {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd5e0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dot.active {
  background: var(--olive-dark);
  transform: scale(1.5);
}

/* Scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: 2px;
  color: #a0aec0;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  animation: hintFade 2s ease-in-out infinite;
}

@keyframes hintFade {
  0%,
  100% {
    opacity: 0.5;
    transform: translateX(-50%) translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(4px);
  }
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .section-wrapper {
    flex-direction: column;
  }

  .left-panel {
    width: 100%;
    height: 50%;
    padding: 24px;
    justify-content: flex-start;
    padding-top: 32px;
  }

  .right-panel {
    width: 100%;
    height: 50%;
  }

  .left-panel::after {
    display: none;
  }

  .morph-stage {
    width: 220px;
    height: 220px;
  }

  .ring-1 {
    width: 260px;
    height: 260px;
  }

  .ring-2 {
    width: 300px;
    height: 300px;
  }

  .ring-3 {
    width: 340px;
    height: 340px;
  }

  .morph-icon {
    font-size: 40px;
  }

  .morph-label {
    font-size: 16px;
  }

  .principle-item {
    padding: 14px 16px;
  }

  .principle-title {
    font-size: 13px;
  }
}

@keyframes pRingPulse {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }

  50% {
    opacity: 0.07;
    transform: scale(1.04);
  }
}

.principles-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 40px;
  width: 100%;
  /*    max-width: 1400px;*/
  align-items: start;
  /*    padding-top: 20px;*/
}

.principle-card {
  height: 190px;
  perspective: 1000px;
  cursor: pointer;
}

.principle-card .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
}

.principle-card:hover .card-inner {
  transform: rotateY(180deg);
}

.principle-card .card-front,
.principle-card .card-back {
  position: absolute;
  inset: 0;
  border-radius: 2px;
  padding: 24px 28px;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.principle-card .card-front {
  color: rgba(255, 255, 255, 0.7);
  background: #3e4037;
  box-shadow: inset 4px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 5.21405px;
  display: flex;
  flex-direction: column;
}

.principle-card .card-front img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 28px;
}

.principle-card .card-front h3 {
  font-family: "Geologica-Medium";
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
}

.principle-card .card-back {
  background: #ffffff;
  color: #43453b;
  transform: rotateY(180deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.principle-card .card-back img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 20px;
  /*            position: absolute;
            top: -31px;*/
}

.principle-card .card-back h3 {
  font-family: "Geologica-Regular";
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #43453b;
}

.principle-card .card-back p {
  font-family: "Geologica-Regular";
  font-size: 14px;
  line-height: 1.5;
  color: rgba(67, 69, 59, 0.8);
}

/*.sticky-first {
    position: sticky;
    top: calc(var(--header-height, 80px) + 120px);
}

    .sticky-first._01 {
        margin-top: 150px;
    }

    .sticky-first._02 {
        margin-top: 250px;
    }

    .sticky-first._03 {
        margin-top: 350px;
    }

    .sticky-first._04 {
        margin-top: 450px;
    }

    .sticky-first._05 {
        margin-top: 550px;
    }*/

@media (max-width: 991px) {
  .principles-wrap {
    flex-wrap: wrap;
  }

  .principle-card {
    flex: 0 0 calc(50% - 5px);
  }
}

@media (max-width: 576px) {
  .principle-card {
    flex: 0 0 100%;
  }

  .banner-sticky-wrap .banner {
    overflow: hidden !important;
  }
  .container {
    overflow: hidden !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/***************************** login Page *****************************/

.loginPage {
  background: none;
  display: flex;
  flex-direction: column;
  height: 83vh;
  overflow: hidden;
}

#loginPageWrapper {
  display: flex;
  flex-direction: column;
  /* flex: 1 1 100vh; */
  height: 100vh;
}

.loginMainContainer {
  width: 100%;
  flex: 1 1 100vh;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;
}

.loginMainContainer > div:first-child {
  /* flex: 1 1 100vh; */
  display: flex;
  align-items: center;
}

#loginFooter {
  background: #282e67;
}

#loginFooter > section {
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
  padding: 8px 0;
  text-align: center;
}

#loginFooter > section a {
  color: white;
  font-size: 12px;
  text-decoration: none;
  margin-right: 10px;
}

#loginFooter > section span {
  font-size: 12px;
  margin: auto;
}

#loginMainBox {
  flex: 1;
  /* border: 1px solid; */
  display: flex;
  align-items: center;
  justify-content: center;
}

#loginMainBox > section {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 80px 0 80px;
  /* padding: 10px 60px 0 60px; */
  position: relative;
  top: -25px;
}

.rotate-infinite {
  animation: spin 6s linear infinite;
  width: 300px;
}

/* Define the keyframes for rotation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#loginMainBox > section > div {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  /* border: 1px solid; */
}

#loginMainBox > section > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}

#loginMainBox > section > div:nth-child(2) img {
  /* width: 60%; */
  width: 80%;
  height: auto;
  margin: auto;
}

#loginForm {
  width: 60%;
  /* position: relative; */
  /* border: 1px solid; */
}

#loginForm h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
  /* margin-top: 20px; */
  color: #161717;
  font-family: "Geologica-Medium";
  color: #44463c !important;
}

#loginForm label {
  font-family: "Figtree-regular";
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #44463c;
  margin-bottom: 3px;
}

#loginForm input {
  margin-bottom: 30px;
  border: none;
  padding: 10px;
  width: 100%;
  color: #44463c;
  border-bottom: 1px solid #787878;
  border-radius: 4px;
  background: linear-gradient(220.96deg, #b8beb3 2.38%, #d4dcdb 100.45%);
  box-shadow: inset 0px 0px 7.20635px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(27.0238px);
}

#loginForm input:last-child {
  margin-bottom: 10px !important;
}

#loginForm input:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #787878;
}

/* #loginForm button {
  width: 100%;
  background: linear-gradient(56.68deg, #7d8cff -18.79%, #282e67 83.75%);
  border: none;
  height: 44px;
  border-radius: 16px;
  color: white;
} */

#loginForm button {
  font-size: 16px;
  background: #a78558;
  position: relative;
  width: 100%;
  border-radius: 16px;
  height: 44px;
  text-decoration: none;
  cursor: pointer;
  /* border: 1px solid #282e67;  */
  border: none;
  border-radius: 4px;
  outline: none;
  overflow: hidden;
  color: #d4dcdb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: color 0.3s 0.1s ease-out;
  margin: auto;
  margin-top: 20px !important;
}

#loginForm div:last-child {
  margin-top: 8px;
}

#loginForm a {
  text-decoration: none;
  font-size: 13px;
  text-align: center;
}

#loginForm button::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 50em;
  height: 50em;
  left: -8em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
  background: linear-gradient(56.68deg, #7d8cff -18.79%, #282e67 83.75%);
}

#loginForm button:hover {
  border: 1px solid #44463c;
  background: #44463c;
  color: #fff;
}

/* #loginForm button:hover a {
            color: #282e67;
        }*/

#loginForm button:hover::before {
  box-shadow: inset 0 0 0 25em white;
}

@media (max-width: 1200px) {
  #loginForm {
    width: 80%;
  }
}

@media (max-width: 768px) {
  #loginForm {
    width: 100%;
  }

  #loginMainBox > section {
    padding: 0 40px 0 40px;
  }

  #loginMainBox > section > div:nth-child(2) {
    display: none;
  }

  .loginPage {
    height: 90vh;
  }
}

/***************************** Privacy Policy *****************************/

.privacyPolicyPages {
  overflow-x: hidden;
}

.privacyPolicyPages .mainOverlappedContainer img {
  width: 100px;
  margin-bottom: 20px;
}

.privacyPolicyPages .mainOverlappedContainer .zipnach {
  width: 120px;
  margin: 10px 0 !important;
}

.PrivacyPolicyBody {
  padding: 10px 0 30px;
}

.PrivacyPolicyHeading h1 {
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 33px;
  font-family: "Geologica-Medium";
  color: #43453b !important;
}

.PrivacyPolicyContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 50px;
}

.PrivacyPolicyLeft {
  flex: 1 1 25%;
  background-color: white;
  padding: 20px;
  border: 0.95px solid #939393;
  border-radius: 3.79px;
  position: sticky;
  top: 10px;
}

.PrivacyPolicyLeft a {
  font-size: 15px;
  line-height: 30.33px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: #43453b !important;
  text-transform: uppercase;
}

.PrivacyPolicyLeft a::before {
  content: "";
}

.PrivacyPolicyRight {
  flex: 1 1 calc(75% - 50px);
}

.PrivacyPolicyRight > div {
  margin-bottom: 30px;
  overflow: hidden;
}

.PrivacyPolicyRight p {
  color: #363636;
  font-size: 15px;
  text-align: justify;
}

.PrivacyPolicyRight h5 {
  color: #000000;
  font-size: 1.375rem;
  font-weight: 600;
  /* margin: 20px !important; */
}

.PrivacyPolicyRight h4 {
  font-family: "Geologica-Medium";
  color: #43453b;
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 15px !important;
}

.PrivacyPolicyBody ol {
  margin: 20px 0;
}

.PrivacyPolicyBody ol li {
  color: #363636;
  font-size: 15px;
  text-align: justify;
  margin: 10px 20px;
}

.PrivacyPolicyBody ul {
  /* margin: 20px 0; */
  margin: 5px 0 20px 0;
  list-style: disc;
}

.PrivacyPolicyBody ul li {
  font-family: "Figtree-Regular";
  font-weight: 400;
  color: #363636;
  font-size: 15px;
  line-height: 1.4;
  text-align: justify;
  margin: 10px 20px;
}

.LegalAdviceBody p {
  margin-bottom: 10px;
}

.LegalAdviceBody .bold {
  font-weight: bold;
  color: black;
}

/* .LegalAdviceBody > .PrivacyPolicyRight div {
  margin-bottom: 100px !important;
} */

.LegalAdviceBody .table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.LegalAdviceBody table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}

.LegalAdviceBody .table-sm {
  width: fit-content !important;
  border-collapse: collapse;
}

.LegalAdviceBody table th {
  padding: 15px;
  border: 1px solid lightgray;
  text-align: left !important;
}

.LegalAdviceBody table td {
  padding: 15px;
  border: 1px solid lightgray;
}

.error-message {
  font-size: 14px;
  margin: 5px 0 10px 0;
}

.text-danger {
  color: red;
}

@media all and (max-width: 768px) {
  .f-768-10 .f-col {
    width: 10%;
  }

  .f-768-9 .f-col {
    width: 11.11111111%;
  }

  .f-768-8 .f-col {
    width: 12.5%;
  }

  .f-768-7 .f-col {
    width: 14.28571429%;
  }

  .f-768-6 .f-col {
    width: 16.66666667%;
  }

  .f-768-5 .f-col {
    width: 20%;
  }

  .f-768-4 .f-col {
    width: 25%;
  }

  .f-768-3 .f-col {
    width: 33.33333333%;
  }

  .f-768-2 .f-col {
    width: 50%;
  }

  .f-768-1 .f-col {
    width: 100%;
  }

  .w-768-100 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-95 {
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-90 {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-85 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-75 {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-70 {
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-65 {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-60 {
    width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-55 {
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-45 {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-40 {
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-35 {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-30 {
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-25 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-20 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-15 {
    width: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-10 {
    width: 10%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-5 {
    width: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w-768-33 {
    width: 33%;
  }

  .w-768-16 {
    width: 16.666666%;
  }

  .mb-768-100 {
    margin-bottom: 100px;
  }

  .mb-768-95 {
    margin-bottom: 95px;
  }

  .mb-768-90 {
    margin-bottom: 90px;
  }

  .mb-768-85 {
    margin-bottom: 85px;
  }

  .mb-768-80 {
    margin-bottom: 80px;
  }

  .mb-768-75 {
    margin-bottom: 75px;
  }

  .mb-768-70 {
    margin-bottom: 70px;
  }

  .mb-768-65 {
    margin-bottom: 65px;
  }

  .mb-768-60 {
    margin-bottom: 60px;
  }

  .mb-768-55 {
    margin-bottom: 55px;
  }

  .mb-768-50 {
    margin-bottom: 50px;
  }

  .mb-768-45 {
    margin-bottom: 45px;
  }

  .mb-768-40 {
    margin-bottom: 40px;
  }

  .mb-768-35 {
    margin-bottom: 35px;
  }

  .mb-768-30 {
    margin-bottom: 30px;
  }

  .mb-768-25 {
    margin-bottom: 25px;
  }

  .mb-768-20 {
    margin-bottom: 20px;
  }

  .mb-768-15 {
    margin-bottom: 15px;
  }

  .mb-768-10 {
    margin-bottom: 10px;
  }

  .mb-768-5 {
    margin-bottom: 5px;
  }

  .mb-768-0 {
    margin-bottom: 0;
  }

  .brands-container .btnHero1 {
    width: 118px;
  }

  .news-home .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 80px auto 40px;
    max-width: 98%;
    width: 98%;
    transform: translate(10px, 10px) !important;
  }

  .swiper-news .swiper-slide {
    width: 100% !important;
    margin: 40px 0px;
  }

  .swiperNews .swiper-slide:first-child {
    transform: translateY(40px);
  }

  .swiperNews .swiper-slide:last-child {
    transform: translateY(40px);
  }

  /* Mobile drops the GSAP scroll-pin/stack animation entirely (see
     setupMobile() in wave.js) — the section no longer needs the 400vh
     scroll runway or the sticky pin, and the cards go from absolutely
     stacked to a plain vertical list that just fades up into view. */
  #HWW-Section {
    height: auto;
  }

  #HWW-Section .sticky-wrap {
    position: static;
    height: auto;
    overflow: visible;
  }

  #HWW-Section .cardsBox {
    position: static;
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  /* Base desktop rule fixes width at 510px (from the 1024px breakpoint) and
     height at 100% of .cardsBox, with 60px padding and a 65px/102px-margin
     number badge — on a ~375px phone that overflows the viewport width and
     the text needs far more vertical room than the fixed height allows, so
     it spills past the card into the next stacked card behind it. Override
     to a content-sized, viewport-relative card instead. */
  #HWW-Section .card {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
    min-height: 229px;
    padding: 28px 24px;
  }

  /* Same fade-up treatment as "The Yoeki Principles" cards' .card-fadeup,
     but under its own class (toggled to .visible by the shared
     IntersectionObserver in wave.js) instead of reusing .card-fadeup
     itself — that class has an unconditional (non-mobile-scoped) opacity:0
     rule in styles.css that would otherwise apply on desktop too, fighting
     setupDesktop()'s translateX fan-out there. Scoped here with higher
     specificity than the base `#HWW-Section .card { transform:
     translateZ(0) }` rule so it isn't overridden. */
  #HWW-Section .card.hww-fadeup {
    opacity: 0;
    transform: translateY(40px);
    transition:
      opacity 0.6s ease,
      transform 0.6s ease;
  }

  #HWW-Section .card.hww-fadeup.visible {
    opacity: 1;
    transform: translateY(0);
  }

  #HWW-Section .card.hww-fadeup:nth-child(1) {
    transition-delay: 0.2s;
  }

  #HWW-Section .card.hww-fadeup:nth-child(2) {
    transition-delay: 0.5s;
  }

  #HWW-Section .card.hww-fadeup:nth-child(3) {
    transition-delay: 0.8s;
  }

  #HWW-Section .card.hww-fadeup:nth-child(4) {
    transition-delay: 0.2s;
  }

  /* The empty <section> is a spacer used to push content in the desktop
     card's fixed-height absolute layout — on mobile's auto-height card it
     just eats space it doesn't need to, so neutralize it. */
  #HWW-Section .card section {
    flex: none;
  }

  #HWW-Section .card .num {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 24px;
  }

  #HWW-Section .card h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  #HWW-Section .card p {
    font-size: 14px;
    line-height: 1.5;
  }

  #case-studies-scroll .cs-card {
    width: 260px;
    height: 300px;
  }

  #case-studies-scroll .cs-center h2 {
    font-size: 30px;
  }

  #case-studies-scroll .cs-card-bottom p {
    font-size: 18px;
  }

  .cs-grid {
    display: block;
  }

  .cs-logo {
    display: none;
  }

  .cs-quad:nth-child(1),
  .cs-quad:nth-child(2),
  .cs-quad:nth-child(3),
  .cs-quad:nth-child(4) {
    background: none;
  }

  /* Desktop's pinned scroll-scrub reveal is skipped on mobile (see the
     ".cs-quad" block in wave.js), so the line graphic and text — normally
     held at opacity:0 until that timeline runs — need to just show up in
     their settled state, with each card fading up as a whole instead. */
  .cs-line,
  .cs-quad-inner,
  .bottomLineDarkBx {
    opacity: 1 !important;
    transform: none !important;
  }

  .cs-quad {
    opacity: 0;
    transform: translateY(40px);
    transition:
      opacity 0.6s ease,
      transform 0.6s ease;
  }

  .cs-quad.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .cs-quad:nth-child(2) {
    transition-delay: 0.12s;
  }

  .cs-quad:nth-child(3) {
    transition-delay: 0.24s;
  }

  .cs-quad:nth-child(4) {
    transition-delay: 0.36s;
  }

  .feature-canvas-dummy {
    width: 90%;
  }

  .principle-section {
    height: 200vh;
  }

  .features-section-wrap {
    padding: 40px;
  }
}

.success-message {
  font-size: 14px;
  margin: 5px 0 10px 0;
}

.text-success {
  color: green;
}

.footer-box > img {
  width: 74px;
  height: auto;
  margin-bottom: 30px;
}

.footer-box h5 {
  font-family: "Figtree-Light";
  letter-spacing: 4%;
  line-height: 22px;
  font-weight: 400 !important;
  font-size: 16px;
}

.mt-100 {
  margin-top: 20%;
}

.mt-10 {
  margin-top: 10%;
}

.mt-5 {
  margin-top: 5%;
}

.mt-2 {
  margin-top: 2%;
}

.principles-header-wrap {
  /*    position: sticky;*/
  top: var(--header-height, 80px);
  z-index: 20;
  padding: 30px 0 20px;
  margin-bottom: 0;
}

/*    .principles-header-wrap.is-unpinned {
        position: relative;
        top: auto;
    }*/

.bottomLineLightBx {
  margin: 0 40px !important;
  margin: auto;
  backdrop-filter: blur(54.0476188659668px);
  /*    box-shadow: 0px 0px 7.21px 0px #FFFFFF33 inset;*/
  border: 1px solid #ffffff33;
  /*    border-image-source: linear-gradient(83.69deg, rgba(255, 255, 255, 0.6) 9.96%, rgba(255, 255, 255, 0.252) 90.84%);*/
  border-radius: 4px;
  padding: 16px 24px;
}

.bottomLineDarkBx {
  margin: 0 40px;
  margin: auto;
  backdrop-filter: blur(54.0476188659668px);
  /*    box-shadow: 0px 0px 7.21px 0px #FFFFFF33 inset;*/
  border: 1px solid rgba(68, 70, 60, 1);
  /*    border-image-source: linear-gradient(83.69deg, rgba(255, 255, 255, 0.6) 9.96%, rgba(255, 255, 255, 0.252) 90.84%);*/
  border-radius: 4px;
  padding: 16px 24px;
  opacity: 0;
  transform: translateY(30px);
}

.bottomLineDarkBx p {
  color: rgba(68, 70, 60, 1);
  font-size: 18px;
  font-weight: bold;
  font-family: "Geologica-Bold";
}

.bottomLineLightBx p {
  color: #d4dcdb;
  font-size: 18px;
  font-weight: bold;
  font-family: "Geologica-Bold";
}

.principle-section .bottomLineBox {
  margin: 50px 40px 0 40px !important;
}

#scrolltoBottom {
  display: none !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
  cursor: pointer;
  width: 32px;
  height: 56px;
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  border-radius: 4px;
}

#scrolltoBottom img {
  width: 15px;
  height: 8px;
}
/* Hide hamburger on desktop */
.ham-btn {
  display: none;
}

@media (max-width: 1200px) {
  .ham-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    width: 40px;
    height: 40px;
  }

  .head-right {
    align-items: center;
  }
  /* Hide login from header list on mobile (moved to sidebar) */
  .login-li {
    display: none;
  }
}
/* Overlay */
.sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9998;
}

.sidebar-overlay.open {
  display: block;
}
/* Sidebar panel */
.sidebar-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 75%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  transition: right 0.35s ease;
}

.sidebar-panel.open {
  right: 0;
}
/* Sidebar head */
.sidebar-head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}

.sidebar-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}
/* Sidebar nav links */
.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.sidebar-nav a {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 15px;
  color: #111;
  text-decoration: none;
}

.sidebar-nav a:hover {
  color: #a78558;
}
/* Login pinned to bottom */
.sidebar-footer {
  margin-top: auto;
  padding-top: 20px;
}

.sidebar-login {
  display: block;
  text-align: center;
  padding: 4px;
  border: 1px solid #a78558;
  border-radius: 4px;
  color: #a78558;
  text-decoration: none;
  font-weight: 500;
}
/* Lock body scroll when sidebar open */
body.sidebar-open {
  overflow: hidden;
}
/* Header list */
.header-list a.active {
  color: #a78558;
}
/* Sidebar */
.sidebar-nav a.active {
  color: #a78558;
  font-weight: 500;
}
/* ── Section shell ─────────────────────────────────────────────────────── */
.cs-section {
  padding: 48px 40px;
  background: #d6dde0; /* matches the screenshot bg */
  overflow: hidden;
  height: 68vh;
}
/* ── Header row ────────────────────────────────────────────────────────── */
.cs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10vh;
}

.cs-title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin: 0;
}
/* ── Nav buttons ───────────────────────────────────────────────────────── */
.cs-nav {
  display: flex;
  gap: 8px;
}

.cs-nav-btn {
  width: 36px;
  height: 36px;
  border: 1.5px solid #b0b8bc;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  font-size: 1.3rem;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.18s,
    border-color 0.18s,
    color 0.18s;
  line-height: 1;
}

.cs-nav-btn:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.cs-nav-btn:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
/* ── Overflow mask ─────────────────────────────────────────────────────── */
.cs-carousel-wrapper {
  overflow: hidden;
  width: 100%;
}
/* ── Scrollable track ──────────────────────────────────────────────────── */
.cs-track {
  display: flex;
  gap: 80px;
  /* width and transform controlled by JS */
  will-change: transform;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
/* ── Individual card ───────────────────────────────────────────────────── */
.cs-slide-card {
  min-width: 602px;
  background: linear-gradient(179.98deg, #ffffff 0.02%, #cdcfc7 99.98%);
  border-radius: 18px;
  overflow: hidden;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 25px;
  border: 1px solid #edebeb;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
}
.cs-slide-card img {
  width: 100%;
  height: 100%;
}
.cs-slide-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
/* ── Image placeholder ─────────────────────────────────────────────────── */
.cs-img-placeholder {
  width: 178px;
  height: 128px;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}
/* ── Card text ─────────────────────────────────────────────────────────── */
.cs-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cs-card-title {
  font-size: 24px;
  font-weight: 400 !important;
  color: #42443a;
  margin: 0;
  font-family: "Geologica-Medium";
}

.cs-card-desc {
  font-family: "Geologica-Light";
  font-size: 14px;
  color: #675033;
  line-height: 1.5;
  margin: 0;
}

.cs-read-more {
  font-family: "Geologica-Light";
  font-size: 16px;
  font-weight: 400;
  color: #44463c;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  transition: gap 0.2s;
}

.cs-read-more:hover {
  gap: 8px;
}
/* ── Video play affordance ─────────────────────────────────────────────── */
.cs-slide-card {
  cursor: pointer;
}
.cs-img-placeholder {
  position: relative;
}
.cs-img-placeholder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231a1a1a'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E")
    no-repeat center / 16px;
  transition: transform 0.2s;
}
.cs-slide-card:hover .cs-img-placeholder::after {
  transform: translate(-50%, -50%) scale(1.1);
}
/* ── Case study video modal ────────────────────────────────────────────── */
.cs-video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.cs-video-modal.open {
  display: block;
}
.cs-video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.cs-video-modal-box {
  position: relative;
  width: min(900px, 90vw);
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.cs-video-modal-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.cs-video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.cs-video-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #1a1a1a;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.18s,
    color 0.18s;
}
.cs-video-close:hover {
  background: #1a1a1a;
  color: #fff;
}
/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .cs-slide-card {
    flex: 0 0 calc(50% - 10px);
  }
}

.swiper-slide {
  margin-right: 70px !important;
  flex-shrink: 0;
  width: auto !important;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.flex-1 {
  flex: 1;
}

@media screen and (min-width: 1440px) and (max-width: 2200px) {
  .homebanner h1 {
    font-size: 44px !important;
  }

  .banner-txt p {
    font-size: 20px;
  }

  .btnHeroCon {
    margin-top: 56px;
  }

  .btnHero,
  .btnHero1 {
    padding: 12px 20px 12px 20px;
    font-size: 22px;
    height: auto;
    line-height: 22px;
  }

  .brands-container .comm-sec-hdn {
    font-size: 44px !important;
  }

  .brand-trust {
    font-size: 44px;
  }

  .brand-trust strong {
    font-size: 56px;
    line-height: 1.5;
  }

  .news-home-box h3 {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .news-home-box p,
  .news-home-box ul li {
    font-size: 20px;
  }

  .comm-sec-hdn {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 18px;
  }

  .ourCapabilitiesSectionBox .comm-sec-hdn {
    margin-bottom: 18px;
  }

  .service-txt h4 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .service-txt p {
    font-size: 20px;
  }

  .service-txt ul li {
    font-size: 20px;
  }

  .container .desc,
  .sec-hdn p,
  .principle-section .sec-hdn p {
    font-size: 20px;
  }

  .card-title {
    font-size: 32px;
  }

  .card-body {
    font-size: 20px;
  }

  #HWW-Section .card p {
    font-size: 27px;
  }

  #HWW-Section .card h2 {
    font-size: 44px;
  }

  .bottomLineDarkBx {
    margin-top: 50px !important;
  }

  .news-home-box {
    max-width: 480px;
  }

  /* .cs-quad:nth-child(3) .cs-quad-inner,
  .cs-quad:nth-child(4) .cs-quad-inner {
    padding: 90px 10px 0px;
  } */
  .cs-quad-inner {
    padding: 45px 10px;
  }

  .cs-quad .cs-title {
    font-size: 32px;
  }

  .cs-body {
    font-size: 20px;
    line-height: 40px;
    max-width: 500px;
  }

  .cs-quad:nth-child(1) .cs-line {
    background-image: url("/Assets/images/lg_line_1.png") !important;
  }

  .cs-quad:nth-child(2) .cs-line {
    background-image: url("/Assets/images/lg_line_3.png") !important;
  }

  .cs-quad:nth-child(3) .cs-line {
    background-image: url("/Assets/images/lg_line_2.png") !important;
  }

  .cs-quad:nth-child(4) .cs-line {
    background-image: url("/Assets/images/lg_line_4.png") !important;
  }

  .principle-card .card-back h3,
  .principle-card .card-front h3 {
    font-size: 20px;
  }

  .principle-card .card-back p {
    font-size: 18px;
  }

  .service-acc span,
  .service-acc.active span {
    font-size: 32px;
  }

  .news-home-box {
    height: 480px;
  }

  .service-acc.active ul {
    margin-top: 10px;
    max-height: 220px;
  }

  .service-highlight {
    height: 320px;
  }

  .news-home {
    margin-top: 6px;
    /* max-width: 1680px; */
    max-width: 100%;
  }

  .news-wrap-home .w-100 {
    /* margin: 50px; */
    margin: 50px 0;
  }

  .hero-visual {
    max-width: 1500px;
    gap: 70px;
  }

  .building-card:nth-child(2) img {
    right: 25%;
  }

  .building-card {
    width: 282px;
    height: 264px;
  }

  .building-card h3 {
    font-size: 32px;
  }

  .building-card p {
    font-size: 20px;
    padding-top: 15px;
  }

  .service-section .sec-hdn {
    margin-bottom: 32px;
  }

  .industry-card {
    padding: 0px 52px 10px 0;
  }

  .industry-card {
    padding-bottom: 80px;
  }

  .industries-section .ser-hdn {
    margin-bottom: 42px;
  }

  .cs-card-body {
    margin-top: 10px;
  }

  .principles-wrap {
    gap: 56px;
  }

  .principle-card {
    height: 266px;
  }

  .ourCapabilitiesSectionBox .comm-sec-hdn {
    padding-top: 40px !important;
  }

  .cs-slide-card {
    min-width: 852px;
  }
  .cs-track {
    gap: 130px;
  }

  .cs-slide-card {
    height: 280px;
    display: flex;
    align-items: center;
  }

  .cs-card-body {
    align-self: flex-start;
    gap: 0;
  }

  .cs-card-body h3 {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .cs-card-body p {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 160%;
  }

  .cs-img-placeholder {
    height: 180px;
    width: 250px;
  }

  .cs-card3 {
    background-image: url(../images/hero_fincrop_lg.png) !important;
  }

  .cs-card2 {
    background-image: url(../images/hero_fincrop_lg.png) !important;
  }

  .cs-read-more {
    font-size: 22px;
    line-height: 160%;
  }

  .principle-card .card-front img {
    width: 90px;
    height: 90px;
  }

  .principle-card .card-back img {
    width: 90px;
    height: 90px;
  }

  .principle-card .card-back h3,
  .principle-card .card-front h3 {
    font-size: 28px !important;
  }

  .principle-card .card-back p {
    font-size: 20px !important;
  }
}
@media all and (max-width: 640px) {
  .hero-visual {
    flex-wrap: wrap;
    margin: 20px auto 40px;
  }

  .building-card:first-child,
  .building-card:last-child {
    transform: none;
  }

  .building-card {
    width: 100%;
    height: 150px;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .building-card img {
    width: 32% !important;
  }

  .service-txt h4 {
    font-size: 18px;
  }

  .swiper-news .swiper-slide {
    width: 95% !important;
    margin: 0px 0px 40px;
  }

  .swiperNews .swiper-slide:first-child,
  .swiperNews .swiper-slide:last-child {
    transform: none;
  }

  .news-home .swiper-wrapper {
    margin: 0px auto 40px;
  }

  .industries-grid {
    display: block;
  }

  .principles-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .principle-card {
    height: 220px;
  }

  .principle-card .card-front h3 {
    font-size: 16px;
  }

  .principle-card .card-back h3 {
    font-size: 14px;
  }

  .principle-card .card-front,
  .principle-card .card-back {
    padding: 8px;
  }

  .principle-card .card-back p {
    font-size: 12px;
  }

  .industries-grid:first-child .industry-card:nth-child(2) {
    display: none;
  }

  .industries-grid:nth-child(3) .industry-card:first-child {
    display: none;
  }

  .industry-card {
    padding: 22px 0 10px 0 !important;
  }

  .features-section-wrap {
    padding: 20px;
  }
  .ourCapabilitiesSectionBox {
    text-align: center;
  }
  .comm-sec-hdn {
    font-size: 28px;
  }

  .bottomLineLightBx {
    margin: 0 20px !important;
  }

  .bottomLineDarkBx {
    margin: 0 0px !important;
  }

  .bottomLineLightBx p {
    color: #d4dcdb;
    font-size: 16px;
    font-weight: 400;
    font-family: "Geologica-Medium";
  }

  .bottomLineDarkBx p {
    color: rgba(68, 70, 60, 1);
    font-size: 16px;
    font-weight: 400;
    font-family: "Geologica-Medium";
  }

  .brands-container .comm-sec-hdn {
    padding: 0 10px;
  }

  .cs-section {
    height: 76vh;
  }

  .cs-quad {
    min-width: 100%;
  }

  .principle-section {
    height: 145vh;
  }

  .cs-quad:nth-child(1) .cs-line,
  .cs-quad:nth-child(2) .cs-line,
  .cs-quad:nth-child(3) .cs-line,
  .cs-quad:nth-child(4) .cs-line {
    display: none;
  }

  .cs-quad-inner {
    padding-left: 0px !important;
    padding-top: 40px;
  }

  .cs-quad:nth-child(3),
  .cs-quad:nth-child(4) {
    margin-top: 0px;
  }

  .footer {
    padding: 20px 20px 10px;
  }

  .footer-container {
    display: block;
  }

  .footer-box {
    margin-top: 15px;
  }

  .cs-slide-card {
    min-width: 100%;
  }
  .cs-slide-card {
    display: block;
  }
  .footer .footer-box {
    border-right: none;
    width: 100%;
  }
}

@media all and (max-width: 540px) {
  .PrivacyPolicyLeft {
    display: none;
  }
  .cs-img-placeholder {
    width: 100%;
    height: 173px;
    margin-bottom: 10px;
  }

  body {
    position: relative !important;
    overflow-x: hidden !important;
  }
  html {
    position: relative;
    overflow-x: hidden !important;
  }

  .cs-track {
    gap: 80px !important;
  }

  .principle-section {
    height: fit-content !important;
    padding-bottom: 20px !important;
  }

  .cs-section {
    height: fit-content !important;
  }

  .services-section .sec-hdn.ser-hdn h3 {
    margin-left: 0 !important;
  }
  .services-section .sec-hdn.ser-hdn p {
    margin-left: 0 !important;
  }
}

.header-list .drop:last-child {
  padding-right: 0px !important;
}

@media (min-width: 1440px) {
  .container {
    padding-left: 56px;
    padding-right: 56px;
  }

  .services-section .container {
    max-width: 1890px !important;
  }

  .services-section .container .comm-sec-hdn,
  .services-section .container .desc {
    margin-left: 56px !important;
  }

  .service-acc {
    padding: 24px 56px !important;
  }

  .industries-section {
    padding: 10px 56px !important;
  }
  .industries-inner {
    max-width: 100% !important;
  }

  #HWW-Section .sec-hdn {
    padding: 0px 56px 60px 56px !important;
  }

  .features-section-wrap {
    padding: 56px !important;
  }

  .cs-quad-inner {
    padding: 45px 0px;
  }

  .cs-section {
    padding: 48px 56px;
  }

  .bottomLineLightBx {
    margin: 0 56px !important;
  }

  .footer {
    padding: 30px 56px;
  }
}

@media (max-width: 576px) {
  .header-box .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .ourCapabilitiesSectionBox {
    padding: 0 10px !important;
  }

  .services-section .sec-hdn.ser-hdn {
    padding: 0 20px;
  }

  .service-acc {
    padding: 16px 20px !important;
  }

  .industries-section {
    padding: 1px 20px !important;
  }

  .principle-section .container {
    width: 100% !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .principle-card {
    min-height: 230px;
  }

  .cs-section {
    padding: 30px 20px;
  }

  .footer {
    padding: 10px 20px;
  }
}
