@charset "UTF-8";
/*------------------------------------------------------------------------------
	Template Name: Starter Project Template.
-------------------------------------------------------------------------------*/
/* Default Css */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
html::-webkit-scrollbar-thumb:active, body::-webkit-scrollbar-thumb:active {
  background: #300597;
}

body {
  color: #555555;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #151517;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #151517;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #300597;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #300597;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #300597;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #555555;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 16px;
  opacity: 1;
}

/* Button */
.btn-theme {
  color: #fff;
  border-color: #300597;
  background: #300597;
}
.btn-theme:hover {
  background: #300597;
  color: #fff;
  border-color: #300597;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #300597;
}

.bg-dark {
  background-color: #101a23 !important;
}

.bg-off-white {
  background-color: #f7f7f7;
}

.bg-off-white-2 {
  background-color: #f1f8ff;
}

.bg-blue {
  background-color: #4c87ff !important;
}

.bg-yellow {
  background-color: #fea116 !important;
}

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #300597;
}

/* Others Common Css Here :) */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

body {
  overflow-x: clip;
}

body.no-scroll {
  overflow-x: clip;
  overflow-y: hidden;
}

.nav-section {
  position: relative;
}

.header-area {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  padding: 32px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-area {
    padding: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .header-area {
    padding: 20px 0;
  }

}
.header-area {
  background: rgba(255, 255, 255, 0);
}
.header-area.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.nav-right .nav-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  background: rgba(255, 255, 255, 0);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-right .nav-inner {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 160px 30px;
    gap: 25px;
    transition: 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
  }
  .nav-right .nav-inner.active {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-right .nav-inner {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 160px 30px;
    gap: 25px;
    transition: 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
  }
  .nav-right .nav-inner.active {
    right: 0;
  }
}
@media (max-width: 767px) {
  .nav-right .nav-inner {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 120px 30px;
    gap: 25px;
    transition: 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
  }
  .nav-right .nav-inner.active {
    right: 0;
  }
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .main-menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.main-menu ul li {
  position: relative;
}
.main-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #151517;
  text-decoration: none;
}
.main-menu ul li.has-dropdown {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.main-menu ul li.has-dropdown .dropdown-icon {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
}
.main-menu ul li.has-dropdown .nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: none;
  flex-direction: column;
  gap: 0;
}
.main-menu ul li.has-dropdown .nav-dropdown li {
  width: 100%;
}
.main-menu ul li.has-dropdown .nav-dropdown li a {
  display: block;
  padding: 14px 16px;
  font-size: 14px;
  color: #151517;
}
.main-menu ul li.has-dropdown .nav-dropdown li a:hover {
  background: #101a23;
  color: white;
}
.main-menu ul li.has-dropdown:hover .nav-dropdown {
  display: flex;
}

.dropdown-sub-modal{
  background-color: transparent;
  --bs-modal-width: 100%;
  padding: 0;
}

.dropdown-sub-modal .modal-body {
  padding: 0;
}

.dropdown-sub-modal .modal-content{
  border: none;
  background-color: transparent;
}

.sub-dropdown{
  background-color: #000;
  width: 98%;
  margin: auto;
  padding: 16px;
  z-index: 1000;
  border-radius: 40px;
  margin-top: 110px;
}

.info-wraper{
  border: 1px solid #515151;
  border-radius: 30px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.info-box{
  width: 100%;
  padding: 18px 34px;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #515151;
  border-right: 1px solid #515151;
}

.info-box img{
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.info-box h5{
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.info-box p{
  max-width: 240px;
  font-size: 16px;
  color: #fff;
}

.nav-btn a {
  display: block;
  padding: 12px 35px;
  background: #101a23;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-radius: 100px;
}

.menu-bar {
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 9999;
}
.menu-bar .icon {
  font-size: 20px;
}
.menu-bar .icon .open {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.menu-bar .icon .close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.menu-bar.active .icon .open {
  opacity: 0;
}
.menu-bar.active .icon .close {
  opacity: 1;
}

.logo {
  position: relative;
  z-index: 99999;
}
.logo img {
  width: 155px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logo img {
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo img {
    width: 120px;
  }

  .info-wraper {
    grid-template-columns: repeat(2,1fr);
  }

  .info-box h5 {
    font-size: 20px;
  }

  .info-box p {
    font-size: 13px;
  }

  .schtelbeGlassMainNav .dropdown-modal .modal-body .nav-link {
    font-size: 38px;
    line-height: 45px;
  }


}
@media screen and (max-width: 767px) {

  
  .info-wraper {
    grid-template-columns: repeat(1,1fr);
  }

  .info-box h5 {
    font-size: 18px;
  }

  .info-box p {
    font-size: 14px;
  }

  .info-box img {
    width: 22px;
    height: 22px;
  }

  .logo img {
    width: 120px;
  }

  .sub-dropdown{
    margin-top: 30px;
  }


}

.hero-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-section .video-btn {
  position: absolute;
  left: 80px;
  bottom: 80px;
  z-index: 9;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-section .video-btn {
    left: 40px;
    bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .video-btn {
    left: 40px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hero-section .video-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-section .video-btn svg {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .video-btn svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .hero-section .video-btn svg {
    width: 40px;
    height: 40px;
  }
}

.hero-bg {
  position: absolute;
  left: -125.12px;
  top: -229.67px;
  width: 2048px;
  height: max(1007.53px, calc(100vh + 229.67px));
  z-index: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
  transform-origin: 50% 50%;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.schtelbeHeroGlassFilterDefs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.schtelbeHeroGlassShape {
  --schtelbeHeroGlassEnterY: -760px;
  --schtelbeHeroGlassScrollY: 0px;
  position: absolute;
  left: calc(50% - 918.284px);
  top: calc(
    -350px + var(--schtelbeHeroGlassEnterY) + var(--schtelbeHeroGlassScrollY)
  );
  z-index: 2;
  width: 2048px;
  height: 1148.538px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(4px) saturate(1.08);
  backdrop-filter: blur(4px) saturate(1.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    inset 0 -72px 100px rgba(0, 0, 0, 0.08),
    inset 0 42px 92px rgba(255, 255, 255, 0.18),
    0 36px 90px rgba(0, 0, 0, 0.08);
  isolation: isolate;
  opacity: 1;
  pointer-events: none;
  -webkit-clip-path: path(
    "M120.9143 727.619C0.001 661.138 0 487.4007 120.9142 420.9198L833.968 28.868C886.472 0 950.094 0 1002.598 28.868L1715.648 420.9197C1836.568 487.4006 1836.568 661.138 1715.648 727.619L1002.598 1119.671C950.094 1148.538 886.472 1148.538 833.968 1119.67L120.9143 727.619Z"
  );
  clip-path: path(
    "M120.9143 727.619C0.001 661.138 0 487.4007 120.9142 420.9198L833.968 28.868C886.472 0 950.094 0 1002.598 28.868L1715.648 420.9197C1836.568 487.4006 1836.568 661.138 1715.648 727.619L1002.598 1119.671C950.094 1148.538 886.472 1148.538 833.968 1119.67L120.9143 727.619Z"
  );
  transform: scale(1.1);
  transform-origin: 50% 50%;
  transition: top 4800ms cubic-bezier(0.12, 0.88, 0.18, 1);
  will-change: top, transform;
}
.schtelbeHeroGlassShape.schtelbeHeroGlassShapeVisible {
  --schtelbeHeroGlassEnterY: 0px;
}
.schtelbeHeroGlassShape .schtelbeHeroGlassRefractionLayer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.schtelbeHeroGlassShape .schtelbeHeroGlassEdgeRefractionLayer {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  filter: blur(2.2px);
  opacity: 0.42;
  pointer-events: none;
}
.schtelbeHeroGlassShape .schtelbeHeroGlassClearRefractionLayer {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0.68;
  pointer-events: none;
}
.schtelbeHeroGlassShape .schtelbeHeroGlassTitleLayer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  overflow: hidden;
  pointer-events: none;
}
.schtelbeHeroGlassShape .schtelbeHeroGlassRefractionScene {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.52;
  transform-origin: top left;
  filter: url("#schtelbeHeroGlassDomRefraction") blur(2.4px) saturate(0.98)
    contrast(1) brightness(1.01);
  will-change: transform;
}
.schtelbeHeroGlassShape .schtelbeHeroGlassClearRefractionScene {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
  transform-origin: top left;
  filter: url("#schtelbeHeroGlassDomRefraction") blur(0.35px) saturate(1.02)
    contrast(1.015) brightness(1.01);
  will-change: transform;
}
.schtelbeHeroGlassShape .schtelbeHeroGlassTitleScene {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform-origin: top left;
  will-change: transform;
}
.schtelbeHeroGlassShape .schtelbeHeroGlassEdgeRefractionScene {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.68;
  transform-origin: top left;
  filter: url("#schtelbeHeroGlassEdgeDomRefraction") blur(0.45px) saturate(1)
    contrast(1.02) brightness(1.01);
  will-change: transform;
}
.schtelbeHeroGlassShape .schtelbeHeroGlassSource {
  position: absolute !important;
  z-index: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  overflow: hidden !important;
  pointer-events: none;
}
.schtelbeHeroGlassShape .schtelbeHeroGlassSource img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}
.schtelbeHeroGlassShape .schtelbeHeroGlassTitleSource {
  position: absolute !important;
  z-index: 0 !important;
  margin: 0 !important;
  pointer-events: none;
}
.schtelbeHeroGlassShape::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  transform: scale(0.909);
  transform-origin: 50% 50%;
  -webkit-clip-path: path(
    "M120.9143 727.619C0.001 661.138 0 487.4007 120.9142 420.9198L833.968 28.868C886.472 0 950.094 0 1002.598 28.868L1715.648 420.9197C1836.568 487.4006 1836.568 661.138 1715.648 727.619L1002.598 1119.671C950.094 1148.538 886.472 1148.538 833.968 1119.67L120.9143 727.619Z"
  );
  clip-path: path(
    "M120.9143 727.619C0.001 661.138 0 487.4007 120.9142 420.9198L833.968 28.868C886.472 0 950.094 0 1002.598 28.868L1715.648 420.9197C1836.568 487.4006 1836.568 661.138 1715.648 727.619L1002.598 1119.671C950.094 1148.538 886.472 1148.538 833.968 1119.67L120.9143 727.619Z"
  );
  -webkit-backdrop-filter: blur(12px) saturate(0.96);
  backdrop-filter: blur(12px) saturate(0.96);
  background:
    radial-gradient(
      ellipse at 42% 4%,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0.09) 34%,
      rgba(255, 255, 255, 0) 68%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.2) 18%,
      rgba(255, 255, 255, 0.09) 42%,
      rgba(255, 255, 255, 0.17) 72%,
      rgba(255, 255, 255, 0.11)
    );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    inset 0 -34px 62px rgba(0, 0, 0, 0.055),
    inset 0 34px 68px rgba(255, 255, 255, 0.16);
  pointer-events: none;
}
.schtelbeHeroGlassShape::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 4;
  transform: scale(0.909);
  transform-origin: 50% 50%;
  -webkit-clip-path: path(
    "M120.9143 727.619C0.001 661.138 0 487.4007 120.9142 420.9198L833.968 28.868C886.472 0 950.094 0 1002.598 28.868L1715.648 420.9197C1836.568 487.4006 1836.568 661.138 1715.648 727.619L1002.598 1119.671C950.094 1148.538 886.472 1148.538 833.968 1119.67L120.9143 727.619Z"
  );
  clip-path: path(
    "M120.9143 727.619C0.001 661.138 0 487.4007 120.9142 420.9198L833.968 28.868C886.472 0 950.094 0 1002.598 28.868L1715.648 420.9197C1836.568 487.4006 1836.568 661.138 1715.648 727.619L1002.598 1119.671C950.094 1148.538 886.472 1148.538 833.968 1119.67L120.9143 727.619Z"
  );
  background:
    linear-gradient(
      112deg,
      rgba(255, 255, 255, 0.26),
      rgba(255, 255, 255, 0.04) 18%,
      rgba(255, 255, 255, 0) 42%,
      rgba(255, 255, 255, 0.14) 72%,
      rgba(255, 255, 255, 0.06)
    );
  opacity: 0.52;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.hero-content .subtitle {
  position: relative;
  z-index: 3;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #151517;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  .hero-content .subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.hero-content h2 {
  position: relative;
  z-index: 3;
  font-weight: 700;
  font-size: 78px;
  line-height: 92px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: none !important;
  opacity: 1;
  margin-bottom: 0;
}
.hero-content h2::before {
  content: "FROM VISION";
  position: absolute;
  inset: 0;
  z-index: 0;
  color: #151517;
  -webkit-text-fill-color: #151517;
  filter: blur(5.5px) !important;
  opacity: 0;
  animation: schtelbeHeroVisionFadeIn 1400ms ease 220ms forwards;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@keyframes schtelbeHeroVisionFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.72;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content h2 {
    font-size: 64px;
    line-height: 76px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .hero-content h2 {
    font-size: 34px;
    line-height: 38px;
    filter: blur(0.6px) !important;
  }
}
.hero-content h1 {
  position: relative;
  z-index: 3;
  font-weight: 700;
  font-size: 90px;
  line-height: 110px;
  text-transform: uppercase;
  color: #151517;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
.hero-content .text {
  position: relative;
  z-index: 3;
  max-width: 588px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .hero-content .text {
    margin: 0 auto 40px;
  }
}
.hero-content .text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .hero-content .text p {
    font-size: 14px;
    line-height: 20px;
  }
}

.theme-btn a {
  position: relative;
  z-index: 3;
  display: block;
  padding: 12px 35px;
  background: #101a23;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-radius: 100px;
}

.who-we-are-section {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 130px;
  background: #151517;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .who-we-are-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .who-we-are-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.who-we-are-section .who-we-are-shape {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.who-we-are-section .who-we-are-shape img {
  height: 100%;
}
.who-we-are-section .schtelbeGlassStepCardsCanvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.who-we-are-section > .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .who-we-are-section .who-we-are-shape {
    right: -50%;
    top: 20%;
    width: 200%;
  }
}
.who-we-are-section .who-content p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .who-we-are-section .who-content p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .who-we-are-section .who-content p {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.who-we-are-section .who-content h1 {
  max-width: 526px;
  font-weight: 600;
  font-size: 47px;
  line-height: 57px;
  color: #ffffff;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .who-we-are-section .who-content h1 {
    margin-bottom: 60px;
    font-size: 44px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .who-we-are-section .who-content h1 {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 120%;
  }
}
.who-we-are-section .who-content .step-card-wrap {
  display: flex;
  gap: 24px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .who-we-are-section .who-content .step-card-wrap {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .who-we-are-section .who-content .step-card-wrap {
    gap: 20px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .who-we-are-section .who-content .step-card-wrap {
    gap: 20px;
    flex-direction: column;
  }
}
.who-we-are-section .who-content .step-card-wrap .step-card {
  cursor: pointer;
  height: 450px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 18px 15px 28px;
  gap: 60px;
  background: transparent;
  border-radius: 16px;
  border: 0;
  box-shadow: none;
  flex: 1 1 16.66%;
  overflow: hidden;
  isolation: isolate;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.who-we-are-section .who-content .step-card-wrap .step-card > * {
  z-index: 1;
}
.who-we-are-section .who-content .step-card-wrap .step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.34));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    inset 0 22px 32px rgba(255, 255, 255, 0.035),
    inset 0 -42px 58px rgba(0, 0, 0, 0.42),
    inset 0 0 44px rgba(0, 0, 0, 0.28);
  pointer-events: none;
}
.who-we-are-section .who-content .step-card-wrap .step-card .subtitle,
.who-we-are-section .who-content .step-card-wrap .step-card .title,
.who-we-are-section .who-content .step-card-wrap .step-card .text,
.who-we-are-section .who-content .step-card-wrap .step-card .bottom-tag-wrap .tag {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .who-we-are-section .who-content .step-card-wrap .step-card {
    flex-direction: row-reverse;
    align-items: end;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .who-we-are-section .who-content .step-card-wrap .step-card {
    flex-direction: row-reverse;
    align-items: end;
    height: auto;
  }
}
@media (max-width: 767px) {
  .who-we-are-section .who-content .step-card-wrap .step-card {
    flex-direction: row-reverse;
    align-items: end;
    height: auto;
  }
}
.who-we-are-section .who-content .step-card-wrap .step-card:hover {
  flex: 2 1 33.33%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .who-we-are-section .who-content .step-card-wrap .step-card:hover {
    flex-direction: column;
    align-items: start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .who-we-are-section .who-content .step-card-wrap .step-card:hover {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .who-we-are-section .who-content .step-card-wrap .step-card:hover {
    flex-direction: column;
    align-items: start;
  }
}
.who-we-are-section .who-content .step-card-wrap .step-card:hover .top-in,
.who-we-are-section .who-content .step-card-wrap .step-card:hover .bottom-tag-wrap {
  opacity: 1;
  visibility: visible;
}
.who-we-are-section .who-content .step-card-wrap .step-card:hover .top-out {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .who-we-are-section .who-content .step-card-wrap .step-card:hover .top-out {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .who-we-are-section .who-content .step-card-wrap .step-card:hover .top-out {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .who-we-are-section .who-content .step-card-wrap .step-card:hover .top-out {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .who-we-are-section .who-content .step-card-wrap .step-card:hover .top-in {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .who-we-are-section .who-content .step-card-wrap .step-card:hover .top-in {
    position: static;
  }
}
@media (max-width: 767px) {
  .who-we-are-section .who-content .step-card-wrap .step-card:hover .top-in {
    position: static;
  }
}
.who-we-are-section .who-content .step-card-wrap .step-card .subtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #b9a8e4;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .who-we-are-section .who-content .step-card-wrap .step-card .subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.who-we-are-section .who-content .step-card-wrap .step-card .title {
  font-weight: 600;
  font-size: 75px;
  line-height: 91px;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .who-we-are-section .who-content .step-card-wrap .step-card .title {
    font-size: 50px;
    line-height: 60px;
  }
}
.who-we-are-section .who-content .step-card-wrap .step-card .icon {
  width: 30px;
  margin-bottom: 10px;
}
.who-we-are-section .who-content .step-card-wrap .step-card .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .who-we-are-section .who-content .step-card-wrap .step-card .text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .who-we-are-section .who-content .step-card-wrap .step-card .top {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .who-we-are-section .who-content .step-card-wrap .step-card .top {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .who-we-are-section .who-content .step-card-wrap .step-card .top {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
  }
}
.who-we-are-section .who-content .step-card-wrap .step-card .thumb {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .who-we-are-section .who-content .step-card-wrap .step-card .thumb {
    border-radius: 8px;
  }
}
.who-we-are-section .who-content .step-card-wrap .step-card .bottom-info {
  max-width: 152px;
}
.who-we-are-section .who-content .step-card-wrap .step-card .top-in {
  position: absolute;
  top: 18px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.who-we-are-section .who-content .step-card-wrap .step-card .top-out {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.who-we-are-section .who-content .step-card-wrap .step-card .bottom-tag-wrap {
  position: absolute;
  right: 15px;
  bottom: 28px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-self: start;
}
@media (max-width: 767px) {
  .who-we-are-section .who-content .step-card-wrap .step-card .bottom-tag-wrap {
    gap: 8px;
  }
}
.who-we-are-section .who-content .step-card-wrap .step-card .bottom-tag-wrap .tag {
  padding: 5px 10px;
  width: fit-content;
  background: #300597;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .who-we-are-section .who-content .step-card-wrap .step-card .bottom-tag-wrap .tag {
    font-size: 12px;
  }
}

.about-section {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 130px;
  background: #151517;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.about-section .about-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-section .about-shape-1 {
    left: -40%;
    width: 80%;
    bottom: 0;
  }
}
.about-section .about-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transform: scale(1.3);
  transform-origin: top right;
}
@media (max-width: 767px) {
  .about-section .about-shape-2 {
    right: -72%;
  }
}

.about-content {
  max-width: 406px;
}
.about-content p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about-content p {
    font-size: 12px;
  }
}
.about-content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-content h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .about-content h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

.about-heading {
  position: relative;
  z-index: -2;
}
.about-heading h2 {
  font-weight: 600;
  font-size: 110px;
  line-height: 134px;
  text-align: center;
  color: #ffffff;
  max-width: 500px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-heading h2 {
    font-size: 80px;
    line-height: 110%;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about-heading h2 {
    line-height: 110%;
    font-size: 52px;
    margin-top: 60px;
  }
}

.about-counting {
  display: flex;
  gap: 34px;
  z-index: 5;
  margin-top: -50px;
  position: relative;
}
@media (max-width: 767px) {
  .about-counting {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: -20px;
  }
}
.about-counting .item {
  border-radius: 20px;
  padding: 30px 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 288px;
  isolation: isolate;
}
@media (max-width: 767px) {
  .about-counting .item {
    padding: 20px 15px;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .about-counting .item svg {
    width: 100%;
    height: 100%;
  }
}
.about-counting .item.last {
  margin-top: -30px;
}
.about-counting .item .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: blur(3.4px);
}
.about-counting .item.parallax-card {
  background-color: rgba(0, 0, 0, 0.06);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.26);
    height: fit-content;
}
.about-counting .item.parallax-card .item-bg {
  display: none;
}
.about-counting .item.parallax-card.grow-2 {
  animation: schtelbeAboutCardFloatA 7.6s ease-in-out infinite;
  will-change: translate;
}
.about-counting .item.parallax-card.grow-3.last {
  animation: schtelbeAboutCardFloatB 8.4s ease-in-out infinite;
  will-change: translate;
}
@keyframes schtelbeAboutCardFloatA {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -14px;
  }
}
@keyframes schtelbeAboutCardFloatB {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 8px -18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-counting .item.parallax-card.grow-2,
  .about-counting .item.parallax-card.grow-3.last {
    animation: none;
  }
}
.about-counting .item.parallax-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.055), transparent 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.28));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    inset 0 -42px 58px rgba(0, 0, 0, 0.32),
    inset 0 0 48px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.about-counting .item.parallax-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background:
    radial-gradient(
      ellipse at 50% -24%,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0.07) 34%,
      rgba(255, 255, 255, 0) 68%
    ),
    linear-gradient(
      100deg,
      rgba(255, 255, 255, 0.01),
      rgba(255, 255, 255, 0.055) 18%,
      rgba(255, 255, 255, 0.015) 38%,
      rgba(255, 255, 255, 0.045) 68%,
      rgba(255, 255, 255, 0.01)
    );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    inset 0 -18px 28px rgba(0, 0, 0, 0.16),
    inset 0 14px 26px rgba(255, 255, 255, 0.04);
  mix-blend-mode: screen;
  pointer-events: none;
}
.schtelbeAboutCardGlassFilterDefs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomLayer {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomScene {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.9;
  transform-origin: top left;
  will-change: transform;
}
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource {
  position: absolute !important;
  z-index: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  overflow: visible !important;
  pointer-events: none;
}
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .fade-2,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-2,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-3,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-4,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-5,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-6,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-7,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-left-2,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-left-3,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-left-4,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-left-5,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-left-6,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-left-7,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-up-2,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-up-3,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-up-4,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-up-5,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-up-6,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .slide-up-7,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .grow-2,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .grow-3,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .grow-4,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .grow-5,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .title-slide,
.about-counting .item.parallax-card .schtelbeAboutCardGlassDomSource .blur-fade {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}
.about-section > .container {
  position: relative;
  z-index: 1;
}
.about-counting .item.parallax-card h3,
.about-counting .item.parallax-card p {
  position: relative;
  z-index: 4;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.46);
}
@media (max-width: 767px) {
  .about-counting .item .item-bg {
    filter: blur(1.4px);
  }
}
.about-counting .item h3 {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  color: #b9a8e4;
}

.about-big-text {
  font-size: 48px !important;
  line-height: 44px !important;
}

.about-small-text {
  font-size: 36px !important;
  line-height: 20px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-counting .item h3 {
    font-size: 52px;
    line-height: 110%;
  }
}
@media (max-width: 767px) {
  .about-counting .item h3 {
    font-size: 30px;
    line-height: 110%;
  }

  .about-big-text {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  
  .about-small-text {
    font-size: 20px !important;
    line-height: 10px !important;
  }

}
.about-counting .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-counting .item p {
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .about-counting .item p {
    font-size: 10px;
    line-height: 130%;
  }
}

.glass-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 30px 60px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 767px) {
  .glass-btn {
    min-height: 40px;
    padding: 20px 40px;
    font-size: 14px;
  }
}
.glass-btn {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035) 36%, transparent 64%),
    linear-gradient(180deg, rgba(18, 22, 30, 0.74), rgba(0, 0, 0, 0.84));
  backdrop-filter: blur(28px) saturate(150%) contrast(105%);
  -webkit-backdrop-filter: blur(28px) saturate(150%) contrast(105%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 18px 30px rgba(255, 255, 255, 0.04),
    inset 0 -34px 46px rgba(0, 0, 0, 0.62),
    inset 0 0 54px rgba(0, 0, 0, 0.42),
    0 18px 46px rgba(0, 0, 0, 0.38);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.68);
  transition: all 0.35s ease;
}
.glass-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03) 32%, rgba(0, 0, 0, 0.3));
  mix-blend-mode: screen;
  opacity: 0.72;
  pointer-events: none;
}
.glass-btn::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 0 22px rgba(255, 255, 255, 0.055),
    inset 0 -22px 34px rgba(0, 0, 0, 0.36);
  pointer-events: none;
}
.glass-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 18px 30px rgba(255, 255, 255, 0.05),
    inset 0 -34px 46px rgba(0, 0, 0, 0.54),
    inset 0 0 54px rgba(0, 0, 0, 0.36),
    0 24px 58px rgba(0, 0, 0, 0.48);
}

.footer-bottom {
  background: transparent;
  border-radius: 35px;
}

.companies {
  background: #300597;
  padding: 120px 0;
}
.companies .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
.companies__wrapper {
  display: grid;
  grid-template-columns: 450px 1fr;
  align-items: center;
  gap: 60px;
}
.companies__content h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0;
}
.companies__logos {
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
  position: relative;
}
.companies__logos::before, .companies__logos::after {
  content: "";
  position: absolute;
  top: 0;
  width: 132px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .companies__logos::before, .companies__logos::after {
    width: 80px;
  }
}
.companies__logos::before {
  left: 0;
  background: linear-gradient(270deg, #300597 54.81%, rgba(48, 5, 151, 0) 100%);
  transform: rotate(180deg);
}
.companies__logos::after {
  right: 0;
  background: linear-gradient(270deg, #300597 54.81%, rgba(48, 5, 151, 0) 100%);
}
.companies__logos .marquee-left,
.companies__logos .marquee-right,
.companies__logos .marquee-inner {
  display: flex;
  flex: none;
}
.companies__logos {
  /* Right → Left */
}
.companies__logos .marquee-left .marquee-inner {
  animation: marqueeLeft 20s linear infinite;
}
@keyframes marqueeLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.companies__logos {
  /* Left → Right */
}
.companies__logos .marquee-right .marquee-inner {
  animation: marqueeRight 20s linear infinite;
}
@keyframes marqueeRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.companies__logos img {
  max-width: 100%;
  margin-right: 40px;
  height: 38px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
  opacity: 0.95;
  transition: opacity 0.3s ease;
}
.companies__logos img:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .companies__wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  .companies__content h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .companies {
    padding: 60px 0;
  }
  .companies .container {
    padding: 0 20px;
  }
  .companies__content h2 {
    font-size: 28px;
  }
}
.solutions-section {
  position: relative;
  background-size: cover;
  overflow-x: clip;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Montserrat", sans-serif;
  padding: 100px 0px 0px 0px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.solutions-section .shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .solutions-section .shape-1 {
    width: 50%;
  }
}
.solutions-section .shape-2 {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -29%;
}
@media (max-width: 767px) {
  .solutions-section .shape-2 {
    top: 0;
  }
}
@media (max-width: 992px) {
  .solutions-section {
    padding: 60px 0 10px;
    min-height: auto;
  }
}
.solutions-section__bg-graphic {
  position: absolute;
  top: 30%;
  right: -5%;
  width: 60%;
  max-width: 850px;
  z-index: 99;
  pointer-events: pointer;
}
@media (max-width: 992px) {
  .solutions-section__bg-graphic {
    position: relative;
    width: 80%;
    margin: 0 auto 40px;
    right: 0;
    top: 0;
    display: none;
  }
}
.solutions-section__bg-graphic .interactive-click-hint {
  position: absolute;
  top: 36%;
  left: 40%;
  width: 90px;
  height: 90px;
  background: #111111;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.solutions-section__bg-graphic .interactive-click-hint:hover {
  transform: scale(1.08);
}
@media (max-width: 600px) {
  .solutions-section__bg-graphic .interactive-click-hint {
    width: 70px;
    height: 70px;
    font-size: 9px;
  }
}

.solutions-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .solutions-container {
    padding: 0 20px;
  }
}

.solutions-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 40px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .solutions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 0;
  }
}
.solutions-grid__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solutions-subtitle {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #220c8d;
  margin-bottom: 16px;
  opacity: 0.8;
}

.solutions-title {
  font-size: 40px;
  font-weight: 600;
  color: #220c8d;
  line-height: 1.25;
  margin-bottom: 48px;
  max-width: 480px;
}
@media (max-width: 600px) {
  .solutions-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.offers-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 520px;
}
@media (max-width: 992px) {
  .offers-list {
    max-width: 100%;
    gap: 20px;
  }
}

.offer-card {
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(34, 12, 141, 0.06), inset 0 1px 2px rgba(255, 255, 255, 0.8);
  cursor: pointer;
  padding: 24px 32px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.offer-card .offer-top {
  display: flex;
  gap: 30px;
  align-items: top;
  justify-content: space-between;
}
.offer-card .offer-contents {
  overflow: hidden;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  padding-top: 0;
  height: 0;
}
.offer-card .offer-contents .offer-subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #300597;
}
@media (min-width: 768px) and (max-width: 991px) {
  .offer-card .offer-contents .offer-subtitle {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .offer-card .offer-contents .offer-subtitle {
    font-size: 10px;
    line-height: 1;
  }
}
.offer-card .offer-contents .offer-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #300597;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .offer-card .offer-contents .offer-title {
    line-height: 1.3;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .offer-card .offer-contents .offer-title {
    line-height: 1.3;
    font-size: 14px;
  }
}
.offer-card__text {
  font-size: 40px;
  font-weight: 600;
  color: #220c8d;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 991px) {
  .offer-card__text {
    font-size: 30px;
  }
}
.offer-card__icon {
  width: 30px;
  height: 30px;
  flex: none;
  color: #220c8d;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .offer-card__icon {
    width: 18px;
    height: 18px;
  }
}
.offer-card:hover {
  background: rgba(255, 255, 255, 0.65);
  transform: translateY(-4px);
}
.offer-card:hover .offer-card__icon {
  transform: translate(3px, -3px);
}
@media (max-width: 600px) {
  .offer-card {
    padding: 20px 24px;
  }
  .offer-card__text {
    font-size: 18px;
  }
}

.tech-panel {
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(34, 12, 141, 0.06), inset 0 1px 2px rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.5019607843);
  border-radius: 32px;
  padding: 120px 140px;
  margin-top: 20px;
  border: solid 2px;
  position: relative;
  bottom: -80px;
}
@media (max-width: 992px) {
  .tech-panel {
    padding: 32px;
    margin-top: 0;
    bottom: -30px;
  }
}
.tech-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tech-panel__header {
    flex-direction: column-reverse;
    margin-bottom: 20px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .tech-panel__header {
    flex-direction: column-reverse;
    margin-bottom: 20px;
    gap: 20px;
  }
}
.tech-panel__title {
  font-size: 47px;
  font-weight: 600;
  color: #220c8d;
}
@media (max-width: 600px) {
  .tech-panel__title {
    font-size: 28px;
  }
}
.tech-panel__desc {
  font-size: 18px;
  color: #555273;
  max-width: 185px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tech-panel__desc {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .tech-panel__desc {
    font-size: 14px;
    max-width: 135px;
    margin-left: auto;
  }
}
.tech-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 60px;
  align-items: center;
}
@media (max-width: 992px) {
  .tech-panel__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.tech-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 44px;
}
.tech-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.tech-logo span {
  font-size: 24px;
  font-weight: 600;
  color: #220c8d;
}

.experts-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #3200a8;
  padding: 160px 0;
  font-family: "Montserrat", "Inter", sans-serif;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .experts-section {
    padding: 50px 0 50px;
  }
}
.experts-section .experts-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, #6339c8 0%, #461cad 55.77%, #300597 100%);
}

.experts-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .experts-container {
    padding: 0 20px;
  }
}

.experts-title {
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.25;
  margin-bottom: 70px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 768px) {
  .experts-title {
    font-size: 36px;
    margin-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .experts-title {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

.experts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
@media (max-width: 1100px) {
  .experts-grid {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.expert-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 165px;
  text-align: left;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease, background-color 0.3s ease;
}
.expert-card__brand {
  height: 38px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .expert-card__brand {
    height: 16px;
  }
}
.expert-card__brand .brand-logo {
  height: 100%;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.expert-card__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.expert-card__info .company-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.expert-card__info .department-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.7;
}
.expert-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}
@media (max-width: 768px) {
  .expert-card {
    padding: 24px;
    min-height: 140px;
  }
}

.projects {
  padding: 120px 0;
  background: #f7f7f7;
  position: relative;
}
.projects .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.projects__content {
  display: grid;
  grid-template-columns: 1fr 280px 280px;
  gap: 30px;
  align-items: center;
}
.projects__info {
  max-width: 420px;
}
.projects__info p {
  margin-top: 24px;
  color: #151517;
  line-height: 1.7;
}
.projects__subtitle {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #300597;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.projects__title {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  color: #300597;
}
.projects__title span {
  color: #3d2bc2;
}
.projects__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.projects__sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.project-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.project-card:hover {
  transform: translateY(-5px);
}
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.project-card__tags {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px;
}
.project-card__tags span {
  background: #3a0ca3;
  color: white;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .project-card__tags span {
    font-size: 10px;
  }
}
.project-card__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 24px;
  color: white;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
.project-card__content img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .project-card__content img {
    margin-bottom: 10px;
  }
}
.project-card__content h3 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .project-card__content h3 {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.project-card__content p {
  line-height: 1.5;
  font-size: 0.95rem;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .project-card__content p {
    display: none;
  }
}

.project-card--featured .project-card__content img {
  width: 108px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .project-card--featured .project-card__content img {
    width: 80px;
    height: 20px;
  }
}

/* First sidebar card (AppLine) */
.projects__sidebar .project-card:nth-child(1) .project-card__content img {
  width: 48px;
  object-fit: contain;
  height: 48px;
}
@media (max-width: 767px) {
  .projects__sidebar .project-card:nth-child(1) .project-card__content img {
    width: 32px;
    height: 32px;
  }
}

/* Second sidebar card */
.projects__sidebar .project-card:nth-child(2) .project-card__content img {
  width: 154px;
  object-fit: contain;
  height: 26px;
}
@media (max-width: 767px) {
  .projects__sidebar .project-card:nth-child(2) .project-card__content img {
    width: 100px;
    height: 20px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .projects__content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .projects__info {
    grid-column: span 2;
    width: 100%;
  }
  .projects__info p {
    font-size: 14px;
  }
  .projects__sidebar {
    flex-direction: column;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .projects {
    padding: 60px 0;
  }
  .projects__content {
    gap: 30px;
  }
  .projects__title {
    font-size: 28px;
  }
  .projects__subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .projects__sidebar {
    flex-direction: column;
  }
}
.footer-section {
  position: relative;
  background-color: #111111;
  color: #ffffff;
  font-family: "Montserrat", "Inter", sans-serif;
  padding: 120px 0 0;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 992px) {
  .footer-section {
    padding: 60px 0 0;
  }
}
.footer-section .footer-shape {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1100px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.45;
}
.footer-section .footer-shape img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 992px) {
  .footer-section .footer-shape {
    width: 130%;
    top: 20px;
  }
}
.footer-section .container {
  position: relative;
  z-index: 2;
}

.footer-btn {
  margin-bottom: 300px;
}
@media (max-width: 992px) {
  .footer-btn {
    margin-bottom: 80px;
  }
}

.footer-bottom {
  --schtelbeFooterGlassRevealY: 96px;
  --schtelbeFooterGlassSceneY: -96px;
  --schtelbeFooterGlassSceneMap: translate3d(0, 0, 0);
  position: relative;
  z-index: 2;
  overflow: hidden;
  isolation: isolate;
  background-color: transparent;
  border-radius: 35px;
  border: 0;
  box-shadow: none;
  padding: 80px 0 20px;
}
.schtelbeFooterGlassFilterDefs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.footer-bottom .schtelbeFooterGlassRefractionLayer {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  opacity: 1;
  pointer-events: none;
  transform: translate3d(0, var(--schtelbeFooterGlassRevealY), 0);
  will-change: transform;
}
.footer-bottom .schtelbeFooterGlassRefractionScene {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  opacity: 0.58;
  transform: var(--schtelbeFooterGlassSceneMap)
    translate3d(0, var(--schtelbeFooterGlassSceneY), 0);
  filter: url("#schtelbeFooterGlassDomRefraction") blur(2px) saturate(118%)
    contrast(106%);
  will-change: transform;
}
.footer-bottom .schtelbeFooterGlassRefractionScene .footer-shape {
  opacity: 0.72;
}
.footer-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  box-sizing: border-box;
  opacity: 1;
  transform: translate3d(0, var(--schtelbeFooterGlassRevealY), 0);
  -webkit-backdrop-filter: blur(14px) saturate(0.9);
  backdrop-filter: blur(14px) saturate(0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(ellipse at 50% -4%, rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(18, 20, 23, 0.46), rgba(0, 0, 0, 0.54));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -56px 72px rgba(0, 0, 0, 0.54),
    inset 0 0 80px rgba(0, 0, 0, 0.4),
    0 24px 70px rgba(0, 0, 0, 0.32);
  pointer-events: none;
  will-change: transform;
}
.footer-bottom > .container {
  position: relative;
  z-index: 2;
}
.footer-bottom p,
.footer-bottom a,
.footer-bottom h3,
.footer-bottom .footer-copyright {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.48);
}
@media (max-width: 992px) {
  .footer-bottom {
    padding-top: 40px;
  }
}
@media (max-width: 1200px) {
  .footer-bottom [class^=col-] {
    margin-bottom: 40px;
  }
}

.footer-widget-about {
  max-width: 480px;
}
@media (max-width: 992px) {
  .footer-widget-about {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer-widget-about .f-logo {
  margin-bottom: 36px;
}
.footer-widget-about .f-logo img {
  height: 44px;
  width: auto;
}
.footer-widget-about p {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .footer-widget-about p {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.footer-widget-about .fw-button {
  display: inline-block;
  padding: 12px 36px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  transition: all 0.25s ease;
}
.footer-widget-about .fw-button:hover {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

.footer-widget-menu h3,
.footer-widget-content h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-widget-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-widget-menu ul li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-widget-menu ul li a:hover {
  color: #b9a8e4;
}

.footer-widget-content {
  margin-bottom: 30px;
}
.footer-widget-content:last-child {
  margin-bottom: 0;
}
.footer-widget-content p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.footer-widget-content p b {
  font-weight: 700;
  color: #ffffff;
}
.footer-widget-content p a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 4px;
  transition: color 0.2s ease;
}
.footer-widget-content p a:hover {
  color: #b9a8e4;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.2px;
}
@media (max-width: 992px) {
  .footer-copyright {
    text-align: center;
    margin-top: 20px;
  }
}

.fade-2,
.slide-2,
.slide-3,
.slide-4,
.slide-5,
.slide-6,
.grow-2 {
  opacity: 0;
}

.title-slide {
  overflow: hidden;
}

.title-slide .char {
  display: inline-block;
  will-change: transform, opacity;
}

.schtelbeGlassPageContent .fade-2,
.schtelbeGlassPageContent .slide-2,
.schtelbeGlassPageContent .slide-3,
.schtelbeGlassPageContent .slide-4,
.schtelbeGlassPageContent .slide-5,
.schtelbeGlassPageContent .slide-6,
.schtelbeGlassPageContent .slide-7,
.schtelbeGlassPageContent .slide-left-2,
.schtelbeGlassPageContent .slide-left-3,
.schtelbeGlassPageContent .slide-left-4,
.schtelbeGlassPageContent .slide-left-5,
.schtelbeGlassPageContent .slide-left-6,
.schtelbeGlassPageContent .slide-left-7,
.schtelbeGlassPageContent .slide-up-2,
.schtelbeGlassPageContent .slide-up-3,
.schtelbeGlassPageContent .slide-up-4,
.schtelbeGlassPageContent .slide-up-5,
.schtelbeGlassPageContent .slide-up-6,
.schtelbeGlassPageContent .slide-up-7,
.schtelbeGlassPageContent .grow-2,
.schtelbeGlassPageContent .grow-3,
.schtelbeGlassPageContent .grow-4,
.schtelbeGlassPageContent .grow-5,
.schtelbeGlassPageContent .title-slide,
.schtelbeGlassPageContent .blur-fade {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

.schtelbeGlassPageContent .title-slide {
  overflow: visible;
}

.schtelbeGlassPageContent .hero-content h2.title-slide {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  filter: none !important;
  opacity: 1 !important;
}
.schtelbeGlassPageContent .hero-content h2.title-slide .char {
  opacity: 0 !important;
}

@media (max-width: 767px) {
  .schtelbeGlassPageContent .hero-content h2.title-slide {
    filter: none !important;
  }

  .hero-content h2::before {
    filter: blur(0.6px);
  }
}

.schtelbeGlassPageContent
  .schtelbeHeroGlassShape
  .schtelbeHeroGlassTitleSource {
  color: #151517 !important;
  filter: blur(3.4px) !important;
  opacity: 0.78 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transform: none !important;
}

@media (max-width: 767px) {
  .schtelbeGlassPageContent
    .schtelbeHeroGlassShape
    .schtelbeHeroGlassTitleSource {
    filter: blur(1.8px) !important;
  }
}

.schtelbeGlassFilterDefs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.schtelbeGlassSiteHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  padding: 28px 0;
  isolation: isolate;
}

.schtelbeGlasslogo a {
  display: inline-block;
  width: 155px;
  height: 45px;
}

.schtelbeGlasslogo a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.schtelbeGlassMainNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 45px;
}

.schtelbeGlassSiteHeader.sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.20) 42%,
    rgba(255, 255, 255, 0.08) 100%
  );
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  backdrop-filter: blur(12px) saturate(140%);
  z-index: -1;
}

.schtelbeGlassSiteHeader.sticky::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 50% -30%,
      rgba(255, 255, 255, 0.75) 0%,
      rgba(255, 255, 255, 0.35) 40%,
      rgba(255, 255, 255, 0) 75%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.25) 16%,
      rgba(255, 255, 255, 0.12) 34%,
      rgba(255, 255, 255, 0.22) 66%,
      rgba(255, 255, 255, 0.15)
    );
  box-shadow:
    inset 0 0 0 1.5px rgba(255, 255, 255, 0.55),
    inset 0 -10px 20px rgba(255, 255, 255, 0.15),
    inset 0 10px 20px rgba(255, 255, 255, 0.25);
  mix-blend-mode: normal;
  z-index: -1;
}

.single-case-study-header {
  padding: 20px 0; 
  width: 100%;
  isolation: isolate; 
  background-color: transparent;
}

.single-case-study-header::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 50% -30%,
      rgba(255, 255, 255, 0.75) 0%,
      rgba(255, 255, 255, 0.35) 40%,
      rgba(255, 255, 255, 0) 75%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.25) 16%,
      rgba(255, 255, 255, 0.12) 34%,
      rgba(255, 255, 255, 0.22) 66%,
      rgba(255, 255, 255, 0.15)
    );
  box-shadow:
    inset 0 0 0 1.5px rgba(255, 255, 255, 0.55),
    inset 0 -10px 20px rgba(255, 255, 255, 0.15),
    inset 0 10px 20px rgba(255, 255, 255, 0.25);
  mix-blend-mode: normal;
  z-index: -1;
}
.single-case-study-header::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.20) 42%,
    rgba(255, 255, 255, 0.08) 100%
  );
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  backdrop-filter: blur(12px) saturate(140%);
  z-index: -1;
}

.single-header a img{
  filter: invert(1) brightness(100);
}

.single-case-study-header .schtelbeGlassMainNav a {
  color: #fff;
}

.single-case-study-header .theme-btn a{
  background-color: #fff;
  color: #000;
}

.schtelbeGlassMainNav a {
  color: #151517;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s ease-in-out
}

.schtelbeGlassHeaderContentRefractionScene .fade-2,
.schtelbeGlassHeaderContentRefractionScene .slide-2,
.schtelbeGlassHeaderContentRefractionScene .slide-3,
.schtelbeGlassHeaderContentRefractionScene .slide-4,
.schtelbeGlassHeaderContentRefractionScene .slide-5,
.schtelbeGlassHeaderContentRefractionScene .slide-6,
.schtelbeGlassHeaderContentRefractionScene .slide-7,
.schtelbeGlassHeaderContentRefractionScene .slide-left-2,
.schtelbeGlassHeaderContentRefractionScene .slide-left-3,
.schtelbeGlassHeaderContentRefractionScene .slide-left-4,
.schtelbeGlassHeaderContentRefractionScene .slide-left-5,
.schtelbeGlassHeaderContentRefractionScene .slide-left-6,
.schtelbeGlassHeaderContentRefractionScene .slide-left-7,
.schtelbeGlassHeaderContentRefractionScene .slide-up-2,
.schtelbeGlassHeaderContentRefractionScene .slide-up-3,
.schtelbeGlassHeaderContentRefractionScene .slide-up-4,
.schtelbeGlassHeaderContentRefractionScene .slide-up-5,
.schtelbeGlassHeaderContentRefractionScene .slide-up-6,
.schtelbeGlassHeaderContentRefractionScene .slide-up-7,
.schtelbeGlassHeaderContentRefractionScene .grow-2,
.schtelbeGlassHeaderContentRefractionScene .grow-3,
.schtelbeGlassHeaderContentRefractionScene .grow-4,
.schtelbeGlassHeaderContentRefractionScene .grow-5,
.schtelbeGlassHeaderContentRefractionScene .title-slide,
.schtelbeGlassHeaderContentRefractionScene .blur-fade {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

.schtelbeGlassMainNav a:hover,
.schtelbeGlassMainNav a:focus-visible {
  color: #300597;
}

.modal-backdrop.show{
  z-index: 10;
}

.schtelbeGlassMainNav .dropdown-modal.show .modal-dialog {
  transform: none;
  padding: 0 !important;
  max-width: 100%;
  top: 0 !important;
  margin: 0;
  border-radius: 0 !important;
}

.schtelbeGlassMainNav .dropdown-modal .modal-content {
  border-radius: 0;
  padding: 40px 120px;
  width: 100% !important;
  min-height: 100vh;
  background-color: #000000e1;
  backdrop-filter: blur(5px);
}

.schtelbeGlassMainNav .dropdown-modal .modal-header {
  border: none;
  justify-content: space-between;
  align-items: center;
}

.schtelbeGlassMainNav .dropdown-close{
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  transition: all .3s ease-in-out;
}

.schtelbeGlassMainNav .dropdown-close:hover{
  transform: scale(1.07);
}

.schtelbeGlassMainNav .dropdown-modal .modal-body {
  padding-top: 100px;
  flex: 0;
  transition: all .3s ease-in-out;
}

.schtelbeGlassMainNav .dropdown-modal .modal-body:hover .nav-link {
  filter: blur(4px);
} 

.schtelbeGlassMainNav .dropdown-modal .modal-body .nav-link {
  width: fit-content;
  margin: auto;
  display: inline-block;
  color: #fff;
  font-size: 63px;
  font-weight: 600;
  line-height: 80px;
  text-align: center !important;
}

.schtelbeGlassMainNav .dropdown-modal .modal-body .nav-link:hover{
  filter: blur(0);
  color: #fff;
}

.schtelbeGlassMainNav .dropdown-modal .dropdown-toggle::after {
  display: none;
}

.schtelbeGlassPageContent {
  position: relative;
}

#schtelbeGlassHome,
#schtelbeGlassAbout,
#schtelbeGlassContacts {
  scroll-margin-top: 92px;
  overflow: hidden;
}

.menu-trigger{
  background-color: transparent;
  border: none;
  font-size: 22px;
  display: none;
  color: #fff;
}

@media screen and (max-width: 1199px) {

  .schtelbeGlassMainNav {
    gap: 30px;
  }

}

@media screen and (max-width: 991px) {

  .mobail-menu .schtelbeGlassMainNav{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .schtelbeGlasslogo a {
    width: 128px;
  }

  .schtelbeGlassMainNav{
    display: none;
  }

  .menu-trigger{
    display: flex;
  }

  .schtelbeGlassSiteHeader .theme-btn a{
    display: none;
  }

  .mobail-menu{
    z-index: 1000;
  }

  .header__logo a{
    display: inline-block;
    width: 110px;
  }

  .header__logo a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mobail-menu .schtelbeGlassMainNav{
    gap: 0;
  }

  .mobail-menu .schtelbeGlassMainNav a {
    padding: 6px 6px;
    font-size: 0.86rem;
    padding: 11px 6px;
  }

  .mobail-menu .theme-btn a {
    padding: 8px 21px;
    font-size: 12px;
    width: fit-content;
    margin-top: 20px;
  }

}

@media screen and (max-width: 767px){

  .schtelbeGlassSiteHeader {
    padding: 14px 0;
  }

  .schtelbeGlassMainNav .modal-body .nav-link {
    font-size: 28px;
  }

  .schtelbeGlassMainNav .dropdown-modal .modal-content {
    padding: 17px 15px;
    backdrop-filter: blur(2px);
  }

  .schtelbeGlassMainNav .dropdown-modal .modal-body .nav-link {
    font-size: 28px;
    line-height: 30px;
  }

  



}


@media (max-width: 520px) {
  .schtelbeGlassMainNav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    min-height: 68px;
    padding: 10px 8px;
  }

  #schtelbeGlassHome,
  #schtelbeGlassAbout,
  #schtelbeGlassContacts {
    scroll-margin-top: 78px;
  }
}


/* Reference glass header restored from Schtelbe-Webpage-2. */
.schtelbeGlassSiteHeader {
  z-index: 9999;
  padding: 0;
}

.schtelbeGlassSiteHeader > .schtelbeGlassMainNav {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 101px;
  padding: 28px 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.015);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -1px 0 rgba(255, 255, 255, 0.18),
    0 18px 40px rgba(0, 0, 0, 0.12);
  contain: paint;
}

.schtelbeGlassSiteHeader > .schtelbeGlassMainNav > .container {
  position: relative;
  z-index: 4;
}

.schtelbeGlassHeaderActions {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
}

.schtelbeGlassHeaderLinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 45px;
}

.schtelbeGlassMenuTrigger {
  position: relative;
  z-index: 4;
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #151517;
  font-size: 24px;
  line-height: 1;
}

.schtelbeGlassSiteHeader > .schtelbeGlassMainNav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.055) 42%,
    rgba(0, 0, 0, 0.08) 100%
  );
  -webkit-backdrop-filter: blur(2.5px) saturate(125%);
  backdrop-filter: blur(2.5px) saturate(125%);
}

.schtelbeGlassSiteHeader > .schtelbeGlassMainNav::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 50% -30%,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0.18) 30%,
      rgba(255, 255, 255, 0) 68%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.18) 16%,
      rgba(255, 255, 255, 0.04) 34%,
      rgba(255, 255, 255, 0.16) 66%,
      rgba(255, 255, 255, 0.06)
    );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    inset 0 -18px 28px rgba(0, 0, 0, 0.1),
    inset 0 14px 26px rgba(255, 255, 255, 0.14);
  mix-blend-mode: screen;
}

.schtelbeGlassWebKit .schtelbeGlassSiteHeader > .schtelbeGlassMainNav {
  background: rgba(255, 255, 255, 0.006);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow:
    0 4px 4px rgba(0, 0, 0, 0.08),
    0 0 12px rgba(0, 0, 0, 0.05);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.schtelbeGlassWebKit .schtelbeGlassSiteHeader > .schtelbeGlassMainNav::before {
  inset: 0;
  z-index: 1;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.001);
  -webkit-backdrop-filter: blur(3px) saturate(145%);
  backdrop-filter: blur(3px) saturate(145%);
  filter: url("#schtelbeGlassSafariBend");
  opacity: 1;
}

.schtelbeGlassWebKit .schtelbeGlassSiteHeader > .schtelbeGlassMainNav::after {
  inset: 0;
  z-index: 2;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.018);
  mix-blend-mode: normal;
  opacity: 1;
  box-shadow:
    inset 3px 3px 3px 0 rgba(255, 255, 255, 0.42),
    inset -3px -3px 3px 0 rgba(255, 255, 255, 0.35),
    inset 0 -18px 30px rgba(10, 22, 38, 0.08),
    inset 0 18px 30px rgba(255, 255, 255, 0.12);
}

.schtelbeGlassHeaderLinks > a {
  position: relative;
  z-index: 4;
  min-width: 0;
  padding: 0;
  border-radius: 6px;
  color: #151517;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.34);
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.schtelbeGlassHeaderLinks > a:hover,
.schtelbeGlassHeaderLinks > a:focus-visible {
  color: #300597;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  outline: none;
}


.schtelbeGlassHeaderLinks > a[data-bs-target="#exampleModal"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.schtelbeGlassHeaderLinks > a[data-bs-target="#exampleModal"] span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  color: currentColor;
}

.schtelbeGlassHeaderLinks > a[data-bs-target="#exampleModal"] span i {
  display: none;
}

.schtelbeGlassHeaderLinks > a[data-bs-target="#exampleModal"] span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}



/* Header contrast states. */
.schtelbeGlassSiteHeader > .schtelbeGlassMainNav .theme-btn a {
  color: #fff !important;
  background: #101a23;
}

.schtelbeGlassSiteHeader.schtelbeGlassHeaderOnDark .schtelbeGlassHeaderLinks > a,
.schtelbeGlassSiteHeader.schtelbeGlassHeaderOnDark .schtelbeGlassMainNav > a,
.schtelbeGlassSiteHeader.schtelbeGlassHeaderOnDark .schtelbeGlassMenuTrigger {
  color: #fff;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.48);
}

.schtelbeGlassSiteHeader.schtelbeGlassHeaderOnDark .schtelbeGlassHeaderLinks > a:hover,
.schtelbeGlassSiteHeader.schtelbeGlassHeaderOnDark .schtelbeGlassHeaderLinks > a:focus-visible,
.schtelbeGlassSiteHeader.schtelbeGlassHeaderOnDark .schtelbeGlassMainNav > a:hover,
.schtelbeGlassSiteHeader.schtelbeGlassHeaderOnDark .schtelbeGlassMainNav > a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.schtelbeGlassSiteHeader.schtelbeGlassHeaderOnLight .schtelbeGlassHeaderLinks > a,
.schtelbeGlassSiteHeader.schtelbeGlassHeaderOnLight .schtelbeGlassMainNav > a,
.schtelbeGlassSiteHeader.schtelbeGlassHeaderOnLight .schtelbeGlassMenuTrigger {
  color: #151517;
}

.dropdown-modal.fade,
.dropdown-sub-modal.fade {
  transition: opacity 280ms ease;
  scrollbar-width: none;
}

.dropdown-modal::-webkit-scrollbar,
.dropdown-sub-modal::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.dropdown-modal.fade .modal-dialog,
.dropdown-sub-modal.fade .modal-dialog {
  transform: none;
  transition: none;
}

.dropdown-modal.show .modal-dialog {
  transform: none;
  padding: 0 !important;
  max-width: 100%;
  top: 0 !important;
  margin: 0;
  border-radius: 0 !important;
}

.dropdown-modal .modal-content {
  border-radius: 0;
  padding: 28px 0 40px;
  width: 100% !important;
  min-height: 100vh;
  background-color: #000000e1;
  backdrop-filter: blur(5px);
}

.dropdown-modal .modal-header {
  border: none;
  display: block;
  padding: 0;
}

.dropdownHeaderActions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dropdown-close {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.dropdown-close:hover {
  transform: scale(1.07);
}

.dropdown-modal .modal-body {
  padding-top: 100px;
  flex: 0;
  transition: all 0.3s ease-in-out;
}

.dropdown-modal .modal-body:hover .nav-link {
  filter: blur(4px);
}

.dropdown-modal .modal-body .nav-link {
  width: fit-content;
  margin: auto;
  display: inline-block;
  color: #fff;
  font-size: 63px;
  font-weight: 600;
  line-height: 80px;
  text-align: center !important;
}

.dropdown-modal .modal-body .nav-link:hover {
  filter: blur(0);
  color: #fff;
}

.dropdown-mobile-contact {
  display: none !important;
}

.dropdown-modal .dropdown-toggle::after {
  display: none;
}

.dropdown-sub-modal {
  background-color: transparent;
  --bs-modal-width: 100%;
  padding: 0;
}

.dropdown-sub-modal .modal-body {
  padding: 0;
}

.dropdown-sub-modal .modal-content {
  border: none;
  background-color: transparent;
}

.sub-dropdown {
  background-color: #000;
  width: 98%;
  margin: 110px auto 0;
  padding: 16px;
  z-index: 1000;
  border-radius: 40px;
}

.info-wraper {
  border: 1px solid #515151;
  border-radius: 30px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.info-box {
  width: 100%;
  padding: 18px 34px;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #515151;
  border-right: 1px solid #515151;
}

.info-box img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.info-box h5 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.info-box p {
  max-width: 240px;
  font-size: 16px;
  color: #fff;
}

.schtelbeGlassSiteHeader.single-case-study-header {
  padding: 20px 0;
}

.single-header a img {
  filter: invert(1) brightness(100);
}

.single-case-study-header .schtelbeGlassMainNav a {
  color: #fff;
}

.single-case-study-header .theme-btn a {
  background-color: #fff;
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
  .info-wraper {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-box h5 {
    font-size: 20px;
  }

  .info-box p {
    font-size: 13px;
  }

  .dropdown-modal .modal-body .nav-link {
    font-size: 38px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .schtelbeGlassSiteHeader > .schtelbeGlassMainNav {
    min-height: 74px;
    padding: 14px 0;
  }

  .schtelbeGlassHeaderActions {
    gap: 0;
  }

  .schtelbeGlassHeaderLinks,
  .schtelbeGlassHeaderActions > .theme-btn {
    display: none;
  }

  .schtelbeGlassMenuTrigger {
    display: flex !important;
  }

  body.modal-open .schtelbeGlassMenuTrigger {
    display: none !important;
  }

  .schtelbeGlassMenuTrigger .fa-bars {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    font-size: 0;
    line-height: 0;
  }

  .schtelbeGlassMenuTrigger .fa-bars::before,
  .schtelbeGlassMenuTrigger .fa-bars::after {
    content: "" !important;
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    font-family: initial !important;
  }

  .schtelbeGlassMenuTrigger .fa-bars::before {
    top: -7px;
  }

  .schtelbeGlassMenuTrigger .fa-bars::after {
    top: 7px;
  }
}

@media (max-width: 520px) {
  .dropdown-modal .modal-content {
    padding: 14px 0 48px;
  }

  .dropdown-modal .modal-body .nav-link {
    font-size: clamp(34px, 9.5vw, 46px);
    line-height: 1.45;
  }
}

/* Case Study Area Start */

.body-bg{
  background-image: url(assets/img/thumbs/body-bg.jpg);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-study-body .hero-section {
  padding: 200px 0 240px;
  height: auto;
  background-color: transparent;
}

.case-study{
  position: relative;
  padding-bottom: 56px;
  z-index: 1;
}

.case-study-hero{
  overflow: hidden;
  height: 80vh;
  background-color: transparent;
}

.schtelbeHeroGlassShape {
  top: calc(
  -350px + var(--schtelbeHeroGlassEnterY) + var(--schtelbeHeroGlassScrollY));
}

.case-study-wraper {
  --bs-gutter-y: 150px;
}

.case-study-card{
  min-height: 400px;
  --bs-gutter-x: 0;
}

.case-study-card-image {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scaleX(1.08) translate(-25px, -55px);
  z-index: 2;
}

.case-study-card-image-left{
  transform: scaleX(1.08) translate(25px, -55px);
  z-index: 2;
}

.case-study-card-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.case-study-card-content{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 94px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  isolation: isolate;
  transition: all 0.4s cubic-bezier(.175, .885, .32, 2.2);
  background: rgba(255, 255, 255, 0.712);
  backdrop-filter: blur(5px);            
  -webkit-backdrop-filter: blur(5px); 
  z-index: 1;   
}

.card-bg-shape {
  background: rgba(255, 255, 255, 0.753); 
  -webkit-backdrop-filter: blur(10px); 
  backdrop-filter: blur(7px);
}

.case-study-card-tags{
  width: fit-content;
  position: absolute;
  left: 5%;
  top: -18px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.case-study-card-content-right .case-study-card-tags {
  left: 58% !important;
}

.case-study-card-tags a,
.case-study-card-tags .case-study-card-tag{
  padding: 6px 14px;
  background-color: #300597;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.case-study-card-tags a img,
.case-study-card-tags .case-study-card-tag img {
  display: inline-block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  transform: translateY(-2px);
  flex-shrink: 0 !important;
}

.case-study-card-content h3{
  font-size: 32px;
  font-weight: 600;
  color: #300597;
  margin-bottom: 10px;
}

.case-study-card-content h5{
  max-width: 310px;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #4C4C4D;
}

.case-study-card-content .text p {
  color: #000;
  max-width: 330px;
  margin: auto;
}

.case-study-card-content .theme-btn a{
  width: fit-content;
  background-color: #300597;
  margin: auto;
  margin-top: 40px;
}

.case-study-card-content .theme-btn a:hover{
  transform: scale(1.01);
}

.catestudy-bg-2 {
  position: absolute;
  left: -650px;
  top: 50%;
  transform: translateY(-54%) rotate(-90deg);
  z-index: -1;
}

@media screen and (max-width: 991px){

  .case-study-card {
    grid-template-columns: repeat(1, 1fr);
    min-height: 400px;
  }

  .schtelbeHeroGlassShape {
    top: calc(-741px + var(--schtelbeHeroGlassEnterY) + var(--schtelbeHeroGlassScrollY));
  }

  .case-study-wraper {
    --bs-gutter-y: 80px;
  }

  .case-study-card-image .case-study-card-tags {
    left: 52%;
  }

  .case-study-card-image {
    max-width: 525px;
    height: 340px;
    transform: scaleX(1.08) translate(96px, 55px);
  }

  .case-study-card-image-left {
    transform: scaleX(1.08) translate(65px, 55px);
  }

  .case-study-card-content {
    max-width: 442px;
    padding: 24px;
    z-index: 2;
  }

  .case-study-card-content h5 {
    font-size: 17px;
    line-height: 24px;
  }

  .case-study-card-content-right {
    transform: translateX(145px);
  }

}


@media screen and (max-width: 767px){


  .case-study-hero{
    height: 60vh;
  }
  
  .schtelbeHeroGlassShape {
    top: calc(-741px + var(--schtelbeHeroGlassEnterY) + var(--schtelbeHeroGlassScrollY));
  }

  .case-study-wraper {
    --bs-gutter-y: 20px;
  }

  .case-study-card {
    max-width: 300px;
    margin: auto;
  }

  .case-study-card-image {
    max-width: 255px;
    height: 220px;
    transform: scaleX(1.08) translate(36px, 55px);
    z-index: 1;
  }

  .case-study-card-image-left {
    transform: scaleX(1.08) translate(10px, 55px);
    z-index: 1;
  }

  .case-study-card-content-right{
    transform: translateX(50px);
  }

  .case-study-card-image .case-study-card-tags {
    left: 22%;
  }

  .case-study-card-tags{
    gap: 4px;
  }

  .case-study-card-tags a,

  .case-study-card-tags .case-study-card-tag {
    padding: 5px 7px;
    font-size: 8px;
    gap: 4px;
  }

  .case-study-card-tags a span,
.case-study-card-tags .case-study-card-tag span{
    flex-shrink: 0;
  }

  .case-study-card-tags a img,
.case-study-card-tags .case-study-card-tag img {
    width: 13px;
    height: 13px;
  }

  .case-study-card-content {
    max-width: 255px;
    padding: 24px;
  }

  .case-study-card-content h3 {
      font-size: 18px;
  }

  .case-study-card-content h5 {
    font-size: 12px;
    line-height: 16px;
  }

  .case-study-card-content .text p {
    font-size: 11px;
    line-height: 16px;
  }

  .case-study-card-content .theme-btn a {
    padding: 8px 19px;
    font-size: 11px;
    line-height: 14px;
    margin-top: 20px;
  }


}

@media (min-width: 575px) and (max-width: 767px){

  .case-study-card-image {
    max-width: 387px;
    height: 250px;;
  }

  .case-study-card-content {
    max-width: 390px;
  }

  .case-study-card-image .case-study-card-tags {
    left: 48%;
  }
  
  .case-study-card-image {
    transform: scaleX(1.08) translate(50px, 55px);
  }

  .case-study-card-image-left {
    transform: scaleX(1.08) translate(-21px, 55px);
  }


}

/* Case Study Area End */


/* Contact Area Start */

.contact-hero{
  background-color: transparent;
  padding: 200px 0 110px;
  height: auto;
}

.contactinfo-area{
  padding: 90px 0;
  background-color: #151517;
  color: #fff;
}

.contactinfo-card {
  height: 100%;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.contactinfo-area h4{
  min-height: 58px;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.22;
  color: #fff;
}

.contactinfo-area ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contactinfo-area ul li a{
  display: inline-block;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
  transition: color .2s ease-in-out;
}

.contactinfo-area ul li a:hover{
  color: #fff;
}

.contactinfo-area .copy-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 9px;
}

.contactinfo-area .copy-row a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact-copy-button,
.contact-copy-all-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.contact-copy-button {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 6px;
  padding: 0;
}

.contact-copy-button svg,
.contact-copy-all-button svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-copy-button:hover,
.contact-copy-button:focus-visible,
.contact-copy-all-button:hover,
.contact-copy-all-button:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.contact-copy-button:focus-visible,
.contact-copy-all-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.14);
}

.contact-copy-button.is-copied,
.contact-copy-all-button.is-copied {
  background: #300597;
  border-color: #6c43d7;
  color: #fff;
}

.contact-copy-all-button {
  gap: 9px;
  width: fit-content;
  margin-top: 22px;
  padding: 10px 17px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.contact-form{
  padding: 80px 0 90px;
  background-color: #F5F8FF;
}

.contact-form-left h2{
  font-size: 47px;
  font-weight: 600;
  color: #300597;
  margin-bottom: 0;
}

.contact-form-left p{
  font-size: 22px;
  color: #300597;
}

.contact-form-left form{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}

.contact-form-left .field-wraper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 15px 30px;
}

.contact-form-left input,textarea{
  width: 100%;
  padding: 15px 22px;
  border: 1px solid #676574B2;
  font-size: 18px;
  color: #000;
  outline: none;
  border-radius: 30px;
}

.contact-form-left input::placeholder, textarea::placeholder{
  font-size: 18px;
  color: #300597B2;
}

.contact-form-left textarea{
  height: 150px;
}

.custom-checkbox-container {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-family: sans-serif;
  user-select: none;
  background-color: #f5f8ff;
  border-radius: 8px;
}

.real-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox-box {
  width: 28px;
  height: 28px;
  border: 1.5px solid #a09da6;
  background-color: #ffffff;
  border-radius: 9px; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s ease;
}

.real-checkbox:checked + .checkbox-box {
  border-color: #300597B2;
  background-color: #300597B2;
}

.checkbox-box::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.real-checkbox:checked + .checkbox-box::after {
  display: block;
}

.checkbox-text {
  font-size: 18px;
  color: #300597B2;
  letter-spacing: 0.3px;
}

.custom-checkbox-container:hover .checkbox-box {
  border-color: #300597B2;
}

.contact-submit-button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 35px;
  border: 0;
  border-radius: 100px;
  background: #300597;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-submit-button:hover,
.contact-submit-button:focus-visible {
  background: #300597;
  color: #fff;
  transform: scale(1.01);
  box-shadow: 0 10px 24px rgba(48, 5, 151, 0.18);
}

.contact-submit-button:focus-visible {
  outline: 2px solid rgba(48, 5, 151, 0.34);
  outline-offset: 3px;
}

.checkbox-text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-map iframe{
  width: 100%;
  height: 514px;
  border-radius: 16px;
}


@media screen and (max-width: 991px) {

  .contactinfo-area {
    padding: 52px;
  }

}


@media screen and (max-width: 767px) {

  .contact-hero {
    padding: 162px 0 85px;
  }

  .hero-content h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .contactinfo-area {
    padding: 45px 0;
  }

  .contactinfo-card {
    padding: 24px 20px;
  }

  .contactinfo-area h4 {
    min-height: 0;
    margin-bottom: 14px;
    font-size: 18px;
  }

  .contactinfo-area ul {
    gap: 10px;
  }

  .contactinfo-area ul li a {
    font-size: 13px;
  }

  .contactinfo-area .copy-row {
    gap: 8px;
  }

  .contact-copy-button {
    width: 24px;
    height: 24px;
  }

  .contact-copy-all-button {
    padding: 9px 15px;
    font-size: 13px;
  }

  .contact-form {
    padding: 50px 0;
  }

  .contact-map iframe {
    height: 234px;
  }

  .contact-form-left h2 {
    font-size: 24px;
  }

  .contact-form-left p {
    font-size: 13px;
  }

  .contact-form-left .field-wraper {
    grid-template-columns: 1fr;
  }

  .contact-form-left input, textarea {
    padding: 10px 17px;
    font-size: 13px;
  }

  .contact-form-left input::placeholder, textarea::placeholder{
    font-size: 13px;
    color: #300597B2;
  }

  .contact-form-left textarea {
    height: 115px;
  }

  .checkbox-box {
    width: 22px;
    height: 22px;
    border-radius: 8px;
  }

  .checkbox-box::after {
    left: 7px;
    top: 3px;
  }

  .checkbox-text {
    font-size: 14px;
  }


  .contact-submit-button {
    padding: 10px 28px;
    font-size: 14px;
    line-height: 18px;
  }
  

}

/* Contact Area End */






/* 404 Area Start */

.error-hero{
  padding: 200px 0 135px;
}

.error-sign{
  width: 95px;
  height: 100px;
}

.error-sign img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.error-hero .title-slide{
  font-size: 56px;
}

.error-hero p a{
  position: relative;
  color: #000;
}

.error-hero p a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;

}

@media screen and (max-width: 767px) {

  .error-sign {
    width: 60px;
    height: 66px;
  }

  .error-hero .title-slide {
    font-size: 36px;
    margin-top: 10px;
  }

  .error-hero {
    padding: 142px 0 90px;
  }

  

}

/* 404 Area End */





/* Single Case Study Area Start */

.single-case-study-hero{
  position: relative;
  padding: 232px 0 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.single-case-study-hero::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/img/thumbs/study-single-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.single-case-study-hero .hero-content{
  max-width: 910px;
  margin: auto;
}

.single-case-study-hero h1{
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}

.single-case-study-hero .hero-content .text {
  max-width: 100%;
  font-size: 20px;
  color: #fff;
  margin: 0 !important;
}

.single-case-study-hero .text p{
  max-width: 800px;
  width: 100%;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

.single-case-study-hero .case-study-card-tags{
  position: absolute;
  left: 0;
  top: 130%;
}

.single-case-study-about{
  overflow: visible;
}

.single-case-study-about .about-content {
  max-width: 100%;
}

.single-case-study-about .about-content-text{
  font-weight: 400;
  text-transform: capitalize;
}

.single-case-study-about .about-counting {
  margin-top: -190px;
}

.solution-area{
  padding: 110px 0 318px;
  background-color: #fff;
}

.solution-area .row{
  --bs-gutter-y: 150px;
}

.solution-caption{
  font-size: 18px;
  font-weight: 600;
  color: #300597;
  text-transform: uppercase;
}

.solution-left{
  max-width: 514px;
}

.solution-left h2{
  font-size: 47px;
  font-weight: 600;
  color: #300597;
}

.solution-box h4{
  font-size: 36px;
  font-weight: 600;
  color: #300597;
}

.solution-box h6{
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.solution-box p{
  font-size: 18px;
  color: #000;
}

.solution-box ul{
  margin: 0;
  padding: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.solution-box ul li{
  font-size: 16px;
  color: #000;
}

.solution-right{
  max-width: 624px;
}

.solution-image{
  position: relative;
  width: 100%;
  height: 680px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -425px;
  z-index: 10;
}

.solution-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-right p {
  font-size: 16px;
}

.objectives-area{
  padding-bottom: 90px;
  background-color: #300597;
  color: #fff;
}

.objectives-banner{
  width: 100%;
  height: 445px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -260px;
}

.objectives-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appline-banner img{
  object-position: top;
}

.objectives-title{
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 95px 0 60px;
}

.objectives-list ul{
  max-width: 512px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.objectives-list ul li{
  font-size: 16px;
}

.features-area{
  position: relative;
  padding: 110px 0 70px;
  z-index: 10;
  overflow: hidden;
}

.features-caption{
  font-size: 18px;
  font-weight: 600;
  color: #300597;
  text-transform: uppercase
}

.features-title h2 {
  max-width: 350px;
  font-size: 47px;
  font-weight: 600;
  color: #300597;
  margin-bottom: 45px;
}

.features-card{
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 36px 32px;

  border: 1px solid rgba(255,255,255,0.25);

  box-shadow:
      inset 0 1px 1px rgba(255,255,255,.6),
      inset 0 -1px 1px rgba(255,255,255,.15),
      0 10px 40px rgba(0,0,0,.15);

  isolation: isolate;
}

.features-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.20) 42%,
    rgba(255, 255, 255, 0.08) 100%
  );
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  backdrop-filter: blur(12px) saturate(140%);
  z-index: -1;
}

.features-card::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 50% -30%,
      rgba(255, 255, 255, 0.75) 0%,
      rgba(255, 255, 255, 0.35) 40%,
      rgba(255, 255, 255, 0) 75%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.25) 16%,
      rgba(255, 255, 255, 0.12) 34%,
      rgba(255, 255, 255, 0.22) 66%,
      rgba(255, 255, 255, 0.15)
    );
  box-shadow:
    inset 0 0 0 1.5px rgba(255, 255, 255, 0.55),
    inset 0 -10px 20px rgba(255, 255, 255, 0.15),
    inset 0 10px 20px rgba(255, 255, 255, 0.25);
  mix-blend-mode: normal;
  z-index: -1;
}

.features-card .schtelbeAboutCardGlassDomLayer {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.features-card .schtelbeAboutCardGlassDomScene {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.9;
  transform-origin: top left;
  will-change: transform;
}

.features-card .schtelbeAboutCardGlassDomSource {
  position: absolute !important;
  z-index: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  overflow: visible !important;
  pointer-events: none;
}

.features-card .schtelbeAboutCardGlassDomSource img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.features-card h3,
.features-card ul {
  position: relative;
  z-index: 4;
}

.features-card h3{
  font-size: 36px;
  font-weight: 600;
  color: #300597;
}

.features-card ul{
  margin: 0;
  padding: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.features-card ul li{
  font-size: 16px;
  color: #000;
}

.features-shape{
  position: absolute;
  z-index: -1;
}

.features-shape-1 {
  position: absolute;
  top: 12%;
  left: -34%;
  transform: rotate(43deg);
}

.features-shape-2 {
  position: absolute;
  top: -52%;
  right: -27%;
  transform: rotate(26deg);
}

.conclusion-area{
  padding: 100px 0;
  background-color: #fff;
}

.conclusion-caption {
  font-size: 18px;
  font-weight: 600;
  color: rgb(48, 5, 151);
  text-transform: uppercase;
}

.conclusion-left {
  max-width: 514px;
}

.conclusion-left h2 {
  max-width: 350px;
  font-size: 47px;
  font-weight: 600;
  color: rgb(48, 5, 151);
  margin-bottom: 45px;
}

.conclusion-left p {
  font-size: 18px;
  color: #000;
}

.contact-box{
  padding: 56px 68px;
  background-color: #300597;
  color: #fff;
  border-radius: 20px;
}

.contact-box h2{
  font-size: 47px;
  font-weight: 600;
  color: #fff;
}

.contact-box p{
  font-size: 18px;
}

.contact-box .theme-btn a{
  width: fit-content;
  background-color: #fff;
  color: #000;
  transition: all .3s ease-in-out;
  margin-top: 52px;
}

.contact-box .theme-btn a:hover{
  transform: scale(1.04);
}

.deliver-area{
  padding-bottom: 115px;
  background-color: #fff;
}

.deliver-title{
  font-size: 47px;
  font-weight: 600;
  color: rgb(48, 5, 151);
  margin-bottom: 45px;
}

.deliver-tags{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px 20px;
}

.deliver-tag{
  padding: 6px 14px;
  font-size: 20px;
  font-weight: 600;
  color: #300597;
  border: 1px solid #300597;
  border-radius: 30px;
  transition: all .3s ease-in-out;
}

.deliver-tag:hover{
  background-color: #300597;
  color: #fff;
}

.study-expert-card {
  padding: 20px 28px;
}

.expert-card .case-study-card-tags{
  position: relative;
  left: 0;
  top: 0;
}

.expert-card__info h4{
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.logistic-hero{
  background-image: url(assets/img/thumbs/case-study-1.png);
}

.appline-hero{
  background-image: url(assets/img/thumbs/appline-hero.png);
}

.aishift-hero{
  background-image: url(assets/img/thumbs/aishift-hero.png);
}

.horizon-rpa-hero{
  background-image: url(assets/img/thumbs/horizon-rpa-hero.png);
}

.production-hero{
  background-image: url(assets/img/thumbs/case-study-4.png);
}

.latvia-hero{
  background-image: url(assets/img/thumbs/latvia-hero.png);
}


@media screen and (max-width: 1199px){

  .solution-image {
    margin-top: -180px;
    height: 550px;
  }

  .single-case-study-about .about-counting {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .case-experts-grid{
    grid-template-columns: 1fr 1fr;
  }





}

@media screen and (max-width: 991px){

  
  .solution-right {
    max-width: 100%;
  }

  .solution-area .row {
    --bs-gutter-y: 40px;
  }

  .solution-image {
    margin-top: 0;
    height: 430px;
  }


}

@media screen and (max-width: 767px){

  .single-case-study-hero h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .single-case-study-about .about-counting {
    margin-top: -106px;
    margin-bottom: 58px;
  }

  .single-case-study-hero .case-study-card-tags {
    left: 20px;
    top: 115%;
  }

  .single-case-study-hero .case-study-card-tags a {
    font-size: 11px;
  }

  .single-case-study-hero .text p {
    font-size: 14px;
  }

  .about-content h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .solution-area {
    padding: 60px 0 160px;
  }

  .solution-caption {
    font-size: 12px;
  }

  .solution-left h2 {
    font-size: 25px;
  }

  .solution-box h4 {
    font-size: 20px;
  }

  .solution-box h6 {
    font-size: 13px;
  }

  .solution-box p {
    font-size: 13px;
  }

  .solution-box ul li {
    font-size: 13px;
  }

  .solution-image {
    height: 215px;
  }

  .objectives-area {
    padding-bottom: 50px;
  }

  .objectives-banner {
    width: 100%;
    height: 270px;
    margin-top: -113px;
  }

  .objectives-title {
    font-size: 24px;
    margin: 50px 0 32px;
  }

  .objectives-list ul li {
    font-size: 12px;
  }

  .features-area {
    padding: 60px 0 40px;
  }

  .features-caption {
    font-size: 14px;
  }

  .features-title h2 {
    max-width: 300px;
    font-size: 25px;
    margin-bottom: 25px;
  }

  .features-card {
    padding: 15px;
  }
  
  .features-card h3 {
    font-size: 18px;
  }

  .features-card ul li {
    font-size: 12px;
    color: #000;
  }

  .features-shape-1 {
    width: 642px;
  }

  .features-shape-2 {
    top: -22%;
    width: 600px;
  }

  .conclusion-area {
    padding: 50px 0;
  }

  .conclusion-caption {
    font-size: 14px;
  }

  .conclusion-left h2 {
    font-size: 26px;
    margin-bottom: 13px;
  }

  .conclusion-left p {
    font-size: 12px;
  }

  .contact-box {
    padding: 26px 32px;
  }

  .contact-box h2 {
    font-size: 24px;
  }

  .contact-box p {
    font-size: 12px;
  }

  .contact-box .theme-btn a{
    padding: 8px 20px;
    font-size: 14px;
    margin-top: 32px;
  }

  .deliver-title {
    font-size: 26px;
  }

  .deliver-tag {
    font-size: 12px;
  }

  .deliver-area {
    padding-bottom: 70px;
  }

  .deliver-tags {
    gap: 16px 12px;
  }

  .study-expert-card {
    padding: 11px 11px;
  }

  .experts-title {
    font-size: 28px;
    max-width: 250px;
    margin: auto;
    margin-bottom: 25px;
  }

  .expert-card__info h4 {
    font-size: 12px;
  }

  .catestudy-bg-2 {
    transform: translateY(-6%) rotate(-90deg);
  }

}

/* Single Case Study Area End */




/* Browser-combined header glass: Chrome DOM refraction, Safari/WebKit bend. */
.schtelbeGlassHeaderContentRefraction {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.schtelbeGlassHeaderContentRefraction > .schtelbeGlassHeaderContentRefractionScene {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  min-height: var(--schtelbeGlassRefractionSceneHeight, 100vh);
  opacity: 0.82;
  filter: url("#schtelbeGlassHeaderDomRefraction") saturate(1.35) contrast(1.16);
  transform-origin: top left;
  will-change: transform;
}

.schtelbeGlassHeaderContentRefraction > .schtelbeGlassHeaderContentRefractionScene.schtelbeGlassPageContent {
  position: absolute;
  z-index: 0;
}

.schtelbeGlassWebKit .schtelbeGlassHeaderContentRefraction {
  display: none;
}


/* Browser-combined header support for nested case-study headers. */
.schtelbeGlassSiteHeader .d-flex > .schtelbeGlassMainNav {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.schtelbeGlassSiteHeader .d-flex > .schtelbeGlassMainNav > a {
  position: relative;
  z-index: 4;
}

.schtelbeGlassSiteHeader .d-flex > .theme-btn,
.schtelbeGlassSiteHeader .d-flex > .menu-trigger {
  position: relative;
  z-index: 4;
}

.schtelbeGlassWebKit .single-case-study-header::before,
.schtelbeGlassWebKit .schtelbeGlassSiteHeader:not(:has(> .schtelbeGlassMainNav))::before {
  filter: url("#schtelbeGlassSafariBend");
}

/* Hide the native page scroll indicator while preserving scrolling. */
html,
body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body.modal-open {
  padding-right: 0 !important;
}

/* Final header button color override. */
.schtelbeGlassSiteHeader .theme-btn a,
.schtelbeGlassSiteHeader.single-case-study-header .theme-btn a {
  color: #fff !important;
  background: #101a23;
}



/* Single case-study glass stat cards layout fix */
.single-case-study-about .about-counting {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 0 !important;
  margin-bottom: 72px;
  width: 100%;
  max-width: 100%;
  align-items: start;
}

.single-case-study-about .about-counting .item,
.single-case-study-about .about-counting .item.parallax-card,
.single-case-study-about .about-counting .item.last,
.single-case-study-about .about-counting .item.parallax-card.grow-2,
.single-case-study-about .about-counting .item.parallax-card.grow-3.last {
  width: auto !important;
  min-width: 0;
  margin-top: 0 !important;
  padding: 28px 22px;
  transform: none;
}

.single-case-study-about .about-counting .item h3 {
  font-size: clamp(26px, 1.95vw, 38px) !important;
  line-height: 1.08 !important;
  overflow-wrap: normal;
  word-break: normal;
}

.single-case-study-about .about-counting .item p {
  font-size: clamp(14px, 0.98vw, 17px) !important;
  line-height: 1.28 !important;
  overflow-wrap: normal;
  word-break: normal;
}

@media screen and (max-width: 1399px) {
  .single-case-study-about .about-counting {
    gap: 18px;
  }

  .single-case-study-about .about-counting .item,
  .single-case-study-about .about-counting .item.parallax-card {
    padding: 24px 18px;
  }

  .single-case-study-about .about-counting .item h3 {
    font-size: 30px !important;
  }

  .single-case-study-about .about-counting .item p {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1199px) {
  .single-case-study-about .about-counting {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0 !important;
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 767px) {
  .single-case-study-about .about-counting {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 0 !important;
    margin-bottom: 48px;
  }

  .single-case-study-about .about-counting .item,
  .single-case-study-about .about-counting .item.parallax-card {
    padding: 24px 20px;
  }

  .single-case-study-about .about-counting .item h3 {
    font-size: 34px !important;
    line-height: 1.05 !important;
  }

  .single-case-study-about .about-counting .item p {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }
}

/* Schtelbe hero text position refinement */
#schtelbeGlassHome .hero-bg {
  z-index: 0;
}

#schtelbeGlassHome .schtelbeHeroGlassShape {
  z-index: 1;
}

#schtelbeGlassHome .hero-content {
  z-index: 5;
  transform: translateY(clamp(-76px, -6.5vh, -42px));
}

#schtelbeGlassHome .hero-content > * {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #schtelbeGlassHome .hero-content {
    transform: translateY(-22px);
  }

  #schtelbeGlassHome .schtelbeHeroGlassShape {
    top: calc(-280px + var(--schtelbeHeroGlassEnterY) + var(--schtelbeHeroGlassScrollY));
  }
}

/* Tag Manager cookie banner font harmonization */
#cc-main,
#cc-main *,
.cc--darkmode,
.cc--darkmode *,
.cm-wrapper,
.cm-wrapper *,
.cm,
.cm *,
.pm,
.pm *,
:where(
  [id*="cookie" i],
  [class*="cookie" i],
  [id*="consent" i],
  [class*="consent" i],
  [id*="onetrust" i],
  [class*="onetrust" i],
  [class*="ot-" i],
  [id*="cky" i],
  [class*="cky" i]
),
:where(
  [id*="cookie" i],
  [class*="cookie" i],
  [id*="consent" i],
  [class*="consent" i],
  [id*="onetrust" i],
  [class*="onetrust" i],
  [class*="ot-" i],
  [id*="cky" i],
  [class*="cky" i]
) * {
  --cc-font-family: "Montserrat", "Inter", Arial, sans-serif !important;
  font-family: "Montserrat", "Inter", Arial, sans-serif !important;
}


/* Final homepage layout corrections */
html {
  background: #000;
}

body {
  background: #000;
}

.schtelbeGlassPageContent {
  background: #fff;
}

.schtelbeGlassHeaderContentRefractionScene .hero-section .hero-content,
.schtelbeGlassHeaderContentRefractionScene .hero-section .schtelbeHeroGlassShape {
  visibility: hidden !important;
}

.schtelbeGlassHeaderContentRefractionScene .hero-section .hero-bg {
  visibility: visible !important;
}

.project-card[data-case-study-url] {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.project-card[data-case-study-url]:focus-visible {
  outline: 3px solid rgba(48, 5, 151, 0.35);
  outline-offset: 5px;
}

.footer-section,
.footer-bottom,
.footer-bottom::before,
.footer-bottom .schtelbeFooterGlassRefractionLayer {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.footer-section,
.footer-bottom {
  margin-bottom: 0 !important;
  background-color: #050505;
}

.footer-bottom {
  border-radius: 35px 35px 0 0 !important;
}

@media screen and (max-width: 767px) {
  #schtelbeGlassHome .schtelbeHeroGlassShape {
    top: calc(-360px + var(--schtelbeHeroGlassEnterY) + var(--schtelbeHeroGlassScrollY)) !important;
  }

  #schtelbeGlassHome .hero-content h2 {
    overflow: visible;
    filter: none !important;
  }

  #schtelbeGlassHome .hero-content h2::before {
    inset: 0 -10px;
    filter: blur(0.45px) !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10px, #000 calc(100% - 10px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 10px, #000 calc(100% - 10px), transparent 100%);
  }

  .companies .container {
    padding-left: 0;
    padding-right: 0;
  }

  .companies__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .companies__logos {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .companies__logos::before,
  .companies__logos::after {
    display: none;
  }

  .companies__logos .marquee-left,
  .companies__logos .marquee-right {
    width: 100vw;
    overflow: hidden;
  }
}

/* Mobile hero background scale correction */
@media screen and (max-width: 767px) {
  #schtelbeGlassHome.hero-section {
    height: clamp(720px, 84svh, 790px) !important;
    min-height: clamp(720px, 84svh, 790px) !important;
    overflow: hidden;
  }

  #schtelbeGlassHome .hero-bg {
    left: 50% !important;
    top: -168px !important;
    width: min(1720px, 442vw) !important;
    height: calc(100% + 260px) !important;
    transform: translateX(-50%) scaleY(-1) !important;
    transform-origin: 50% 50% !important;
  }

  #schtelbeGlassHome .hero-bg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 49% 52% !important;
  }

  #schtelbeGlassHome .schtelbeHeroGlassShape {
    top: calc(-532px + var(--schtelbeHeroGlassEnterY) + var(--schtelbeHeroGlassScrollY)) !important;
  }
}

/* Homepage hero/mobile corrections - 2026-07-02 */
#schtelbeGlassHome .hero-content {
  gap: 0;
  transform: translateY(clamp(-88px, -7.5vh, -48px));
}

#schtelbeGlassHome .hero-content .subtitle {
  margin-bottom: clamp(28px, 3.1vw, 46px);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.25;
  letter-spacing: 0;
}

#schtelbeGlassHome .hero-content h2 {
  margin-bottom: clamp(10px, 1.25vw, 20px);
  font-size: clamp(84px, 6.85vw, 118px);
  line-height: 0.98;
}

#schtelbeGlassHome .hero-content h2::before {
  filter: blur(2px) !important;
  opacity: 0.86 !important;
}

#schtelbeGlassHome .hero-content h1 {
  margin-bottom: clamp(34px, 3.25vw, 58px);
  font-size: clamp(96px, 7.8vw, 136px);
  line-height: 0.96;
}

#schtelbeGlassHome .hero-content .text {
  max-width: min(760px, calc(100vw - 40px));
  margin-bottom: clamp(54px, 5vw, 82px);
}

#schtelbeGlassHome .hero-content .text p {
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.18;
}

.schtelbeGlassPageContent
  .schtelbeHeroGlassShape
  .schtelbeHeroGlassTitleSource {
  filter: blur(1.6px) !important;
  opacity: 0.84 !important;
}

@media screen and (max-width: 767px) {
  .schtelbeGlassMenuTrigger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    visibility: visible !important;
    opacity: 1 !important;
    width: 48px;
    height: 48px;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 999px;
    color: #151517;
    background: transparent;
    box-shadow: none;
  }

  .schtelbeGlassMenuTrigger span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }

  .schtelbeGlassMenuTrigger span i {
    display: block;
    font-size: 22px;
    line-height: 1;
    color: currentColor;
  }

  .schtelbeGlassMenuTrigger span::before,
  .schtelbeGlassMenuTrigger span::after {
    display: none !important;
    content: none !important;
  }
}
  .dropdown-mobile-primary {
    display: inline-block !important;
  }

  #schtelbeGlassHome .hero-content {
    transform: translateY(-36px);
    padding-left: 22px;
    padding-right: 22px;
  }

  #schtelbeGlassHome .hero-content .subtitle {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 1.25;
  }

  #schtelbeGlassHome .hero-content h2 {
    margin-bottom: 12px;
    font-size: clamp(43px, 11.8vw, 58px);
    line-height: 1;
  }

  #schtelbeGlassHome .hero-content h2::before {
    filter: blur(0.18px) !important;
    opacity: 0.92 !important;
  }

  #schtelbeGlassHome .hero-content h1 {
    margin-bottom: 30px;
    font-size: clamp(50px, 13.6vw, 66px);
    line-height: 1;
  }

  #schtelbeGlassHome .hero-content .text {
    max-width: 330px;
    margin-bottom: 46px;
  }

  #schtelbeGlassHome .hero-content .text p {
    font-size: 20px;
    line-height: 1.22;
  }

  .schtelbeGlassPageContent
    .schtelbeHeroGlassShape
    .schtelbeHeroGlassTitleSource {
    filter: blur(3.2px) !important;
    opacity: 0.84 !important;
  }

/* Mobile footer/map spacing - 2026-07-02 */
@media screen and (max-width: 767px) {
  #schtelbeGlassContacts.footer-section {
    padding-top: 72px;
  }

  #schtelbeGlassContacts .footer-shape {
    top: 34px;
    width: 150%;
  }

  #schtelbeGlassContacts .footer-btn {
    margin-bottom: clamp(150px, 48vw, 205px);
  }

  #schtelbeGlassContacts .footer-bottom {
    padding-top: 52px;
  }
}

/* Contact mobile overflow guard - 2026-07-02 */
body.contact-page {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  body.contact-page {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 767px) {
  body.contact-page .schtelbeGlassPageContent,
  body.contact-page .contactinfo-area,
  body.contact-page .contact-form,
  body.contact-page .footer-section {
    max-width: 100%;
    overflow-x: clip;
  }

  body.contact-page .contactinfo-area .container,
  body.contact-page .contact-form .container,
  body.contact-page .footer-section .container {
    max-width: 100%;
    overflow-x: clip;
  }

  body.contact-page .contactinfo-area .row,
  body.contact-page .contact-form .row,
  body.contact-page .footer-section .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  body.contact-page .contactinfo-area [class*="col-"],
  body.contact-page .contact-form [class*="col-"],
  body.contact-page .footer-section [class*="col-"] {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  body.contact-page .contactinfo-card,
  body.contact-page .contact-form-left,
  body.contact-page .contact-map,
  body.contact-page .contact-map iframe {
    width: 100%;
    max-width: 100%;
  }

  body.contact-page .contactinfo-area .copy-row,
  body.contact-page .custom-checkbox-container {
    width: 100%;
    min-width: 0;
  }

  body.contact-page .contactinfo-area .copy-row a,
  body.contact-page .checkbox-text {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.contact-page .contact-copy-all-button {
    max-width: 100%;
    white-space: normal;
  }

  body.contact-page .contact-map iframe {
    display: block;
  }
}
