/* Banner Section */

.banner__section {
  position: relative;
  min-height: 100dvh;
  background: #f7f7f7;
  overflow: hidden;
}

.banner__section::before {
  content: url("../img/g-cut-bg.svg");
  position: absolute;
  left: -38rem;
  bottom: 5rem;
}

.banner__techused {
  position: absolute;
  top: 30%;
  left: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: circular-orbit 14s linear infinite;
  right: -36%;
}

@keyframes circular-orbit {
  0% {
    transform: rotate(110deg) translate(500px) rotate(-110deg) scale(0.3);
    z-index: 1;
  }
  10% {
    scale: (0.5);
  }
  50% {
    transform: rotate(180deg) translate(500px) rotate(-180deg) scale(0.5);
    z-index: 10;
    opacity: 1;
  }
  90% {
    scale: (0.5);
  }
  100% {
    transform: rotate(250deg) translate(500px) rotate(-250deg) scale(0.3);
    z-index: 1;
  }
}

.icon-label {
  background: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: var(--primary);

  position: absolute;
  top: -60px;
  left: -10px;
  opacity: 0;
  animation: fade-label 14s linear infinite;
}

.icon-label::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  /* Pointing down-left by default */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  width: 15px;
  height: 15px;
}

.icon-shape {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  /* Pointing down-left by default */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

@keyframes fade-label {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 0.3;
  }

  100% {
    opacity: 0;
  }
}

/* .banner__techused:nth-child(1) {
  top: 0;
  transform: translateX(-17vw);
  opacity: 40%;
  display: inline-block;
}

.banner__techused:nth-child(2) {
  top: 18%;
  transform: translateX(-19vw);
  opacity: 60%;
}

.banner__techused:nth-child(3) {
  top: 38%;
  transform: translateX(-18vw);
  opacity: 80%;
}

.banner__techused:nth-child(4) {
  top: 59%;
  transform: translateX(-14vw);
}

.banner__techused:nth-child(5) {
  top: 78%;
  transform: translateX(0vw);
  opacity: 80%;
}

.banner__techused:nth-child(6) {
  top: 82%;
  transform: translateX(14vw);
  opacity: 60%;
}

.banner__techused:nth-child(7) {
  top: 80%;
  opacity: 40%;
  transform: translateX(24vw);
} */

.tech-circle__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: center center;
}
/* 
.banner__techused:nth-child(1) img,
.banner__techused:nth-child(7) img {
  width: 40px;
}

.banner__techused:nth-child(2) img,
.banner__techused:nth-child(6) img {
  width: 65px;
}

.banner__techused:nth-child(3) img,
.banner__techused:nth-child(5) img {
  width: 100px;
}

.banner__techused:nth-child(4) img {
  width: 125px;
} */

.banner__text {
  width: 46%;
  position: relative;
}

.banner__text h1 {
  font-weight: 400;
  font-size: 4.01vw;
  line-height: 4.6875vw;
  margin-bottom: 2.4rem;
  letter-spacing: -0.04em;
  color: var(--tertiary);
}

.banner__text p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 1.8rem;

  letter-spacing: -0.01em;
  color: var(--tertiary);
}

.banner__expertise {
  position: relative;
  width: 50%;
  height: 100dvh;
  text-align: center;
}

.tech-circle {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.tech-circle__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.g__vector {
  position: absolute;
  right: -10.331vw;
  top: -6.258vw;
  pointer-events: none;
}

.g__vector svg {
  width: 39.688vw;
  height: 49.115vw;
}

.hero-video {
  width: 16rem;
  height: 8rem;
  border-radius: 12rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px)
    hue-rotate(0deg);
  transition: filter 0.3s ease-in;
}

.hero-video:hover video {
  filter: none;
}

/* Counter Section */
.counter__container {
  padding: 3rem;
  background: #f3f3f3;
  border-right: 1px solid #fff;
  min-height: 40rem;
  display: flex;
  flex-direction: column;
}

.genesis__counter--section .grid > div:nth-child(even) > .counter__container {
  background: #ededed;
}

.counter__container span,
.counter__container small {
  font-size: 4.5rem;
  letter-spacing: -0.03em;
  color: var(--tertiary);
}

.counter__container > p {
  font-weight: 500;
  font-size: 2rem;
  margin-top: 0.8rem;
  color: var(--secondary);
}

.counter__container > div:last-child {
  margin-top: auto;
}

.counter__container > div > p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 75%;
  color: var(--tertiary);
}

.genesis__client--section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  margin-top: 0;
}

.gwt__client__mobile {
  display: none;
}

.gwt__client--container {
  position: absolute;
  width: 100%;
  min-height: 100dvh;
  top: 0;
  left: 0;
}

.gwt__client--container > a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: bubbles 2s ease-in-out infinite;
}

.gwt__client--container > a img {
  width: auto;
  padding: 2rem;
  height: auto;
  object-fit: contain;
}

.offer__card {
  padding: 5rem;
  background: var(--primary);
  border-radius: 5px;
  height: 100%;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s linear;
}

.offer__card:hover {
  transition: all 0.3s linear;
  transform: translateY(-15px);
}

.offer__card--icon {
  background: url("../img/gwt-client-bg.svg");
  background-size: 125px;
  background-repeat: no-repeat;
  background-position: center;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  margin: auto;
}
.offer__card--icon img {
  height: 55px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(23%) saturate(5544%)
    hue-rotate(205deg) brightness(97%) contrast(89%);
}

.offer__card h3 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.9rem;
  max-width: 50%;
  width: 100%;
  margin: 0 auto;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.offer__card--content {
  max-width: 70%;
  width: 100%;
  margin: auto;
  margin-bottom: 0;
}

.offer__card--content p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #ffffff;
  margin: 1.5rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.offer__card .btn {
  margin: auto;
  color: var(--primary);
}

.offer__card .btn:hover {
  background: var(--secondary);
  color: #fff;
}

.genesis__offer .grid > div:nth-child(6n + 1) .offer__card,
.genesis__offer .grid > div:nth-child(6n + 3) .offer__card {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1d4593;
}

.genesis__offer .grid > div:nth-child(6n + 2) .offer__card {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #1d4593;
}

.genesis__offer .grid > div:nth-child(6n + 4) .offer__card,
.genesis__offer .grid > div:nth-child(6n + 6) .offer__card {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #1d4593;
}

.genesis__offer {
  position: relative;
}

/* .genesis__offer .offer__card--icon img {
  width: 0;
  height: 0;
} */

.genesis__offer .animate__card.is-visible .offer__card--icon img {
  width: 125px;
  height: 125px;
}

.genesis__offer::before {
  content: "";
  background: url("../img/gwt-vector-white.svg") 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 56.3%;
  transform: translate(-50%, -50%);
  opacity: 0.05;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  background-position: center;
  max-height: 1361px;
  height: 100%;
}
.gwt__portfolio {
  position: relative;
}

.gwt__portfolio::before {
  content: "";
  background: linear-gradient(
    227.56deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );

  border-radius: 10px;

  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.gwt__portfolio > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.gwt__portfolio > a img {
  width: 100%;
  transition: 0.3s linear;
  height: 100%;

  border-radius: 10px;
}

.gwt__portfolio--content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4rem;
  width: 100%;
  z-index: 1;
}

.portfolio__cat > a {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #000000;
  border-radius: 50px;
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  margin-bottom: 0.8rem;
  color: #ffffff;
}

.gwt__portfolio--content h3 {
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 0.8rem;
}

.gwt__portfolio--content span {
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
  color: #ffffff;
}

.view__btn {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gwt__portfolio .view__btn {
  gap: 0;
}

.gwt__portfolio .view__btn .btn {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition:
    max-width 0.4s ease,
    padding 0.3s ease;
  padding: 0;
}

.gwt__portfolio:hover .view__btn .btn {
  max-width: 200px;
  padding: 8px 16px;
}

.gwt__portfolio:hover .view__btn > a:last-child {
  transform: rotate(45deg);
  transition: 0.3s linear;
  margin-left: 1rem;
}

.gwt__portfolio:hover > a {
  border-radius: 10px;
}

.gwt__portfolio:hover > a img {
  transition: 0.3s linear;
  transform: scale(1.1);
  border-radius: 10px;
}

/* Why Choose */

.why__card {
  border-radius: 5px;
  position: relative;
  padding: 3rem;
  aspect-ratio: 4/3;
  /* background: linear-gradient(90deg, #f58521 0%, #fbb929 100%); */
  background: #fef7f0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}

.why__card > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  z-index: -1;
  border-radius: 5px;
}

.why__card h3 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.9rem;
  letter-spacing: -0.02em;
  display: flex;
  color: var(--secondary);
  justify-content: space-between;
}

.why__card.has-img h3 {
  color: #ffffff;
}

.why__card.has-img {
  aspect-ratio: 1/1.2;
  border: none;
  background: linear-gradient(
    180deg,
    #757575 0%,
    rgba(29, 69, 147, 0) 50%,
    #1d4593 100%
  );
}

.why__card p {
  font-weight: 500;
  line-height: 2.8rem;
  width: 75%;
  margin-top: auto;
}

.why__card.has-img p {
  color: #ffffff;
  margin-top: auto;
}

.why_choose__gwt .grid > div:nth-child(3) .why__card {
  background: linear-gradient(90deg, #f58521 0%, #fbb929 100%);
  aspect-ratio: 4/4;
}

.why_choose__gwt .grid > div:nth-child(3) .why__card h3,
.why_choose__gwt .grid > div:nth-child(3) .why__card p {
  color: #fff;
}

.why_choose__gwt .grid > div:last-child .why__card {
  aspect-ratio: 4/3;
  background: none;
}

.why_choose__gwt .grid > div:last-child .why__card h3 {
  color: var(--primary);
}

.why_choose__gwt .grid > div:last-child .why__card p {
  color: var(--tertiary);
}

/* Case study Section */
.gwt__case__wrapper > div {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gwt__case__wrapper > div:nth-child(even) {
  background: #f2f2f2;
}

.gwt__case__wrapper > div > div {
  flex: 0 1 calc(25% - 2.5rem);
}

.gwt__case__wrapper > div > div:first-child,
.gwt__case__wrapper > div > div.case__data {
  padding: 4rem 4rem 0 4rem;
}

.gwt__case__wrapper > div > div:nth-child(3) {
  flex: 0 1 25%;
  padding: 2rem 0 0 0;
}
.gwt__case__wrapper > div > div:nth-child(2) {
  padding: 4rem 0 0 0;
}

.gwt__case__wrapper > div:first-child {
  border-radius: 25px 25px 0 0;
}

.gwt__case__wrapper > div:last-child {
  border-radius: 0 0 25px 25px;
}

.case__title h3 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.03em;
  color: var(--tertiary);
  width: 60%;
}

.case__content p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: var(--tertiary);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.2rem;
}

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

.case__data ul li {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.2rem;

  text-align: right;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
}

.case__img {
  text-align: right;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.case__img img {
  aspect-ratio: 16/9;
  width: 330px;
  height: 100%;
  margin-left: auto;
  border-radius: 15px;
}

.gwt__case__study .heading-wrap {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.gwt__case__wrapper > div > div.case__all__content {
  flex: 100%;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  padding: 0 4rem;
  padding-left: 0;
  overflow: hidden;
  transition:
    opacity 0.4s ease,
    max-height 0.4s ease,
    visibility 0.4s ease;
}

.gwt__case__wrapper > div.active div.case__all__content {
  opacity: 1;
  visibility: visible;
  max-height: 540px; /* set higher than your content height */
  padding-bottom: 4rem;
}

.gwt__case__wrapper > div.active .case__img {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.gwt__case__wrapper > div .view__btn {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.gwt__case__wrapper > div.active .view__btn {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.case__all__content {
  display: flex;
  align-items: center;
}

.case__all__content > div:first-child {
  max-width: 46.2rem;
  width: 100%;
}

.case__images {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.case__images > div {
  max-width: 42.1rem;
  width: 100%;
  margin-left: 2rem;
}

.case__images > div > div {
  padding: 4rem;
  background: #e4f3f0;
  border-radius: 15px;
  margin-top: 2.5rem;
}

.case__images > div > div p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.4rem;
}

.case__images img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.case__images > img {
  max-height: 500px;
}

.industry__tab {
  border-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      #00000077 50%,
      rgba(0, 0, 0, 0) 100%
    )
    1;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 3rem;
  margin-top: 3rem;
}

/* .industry__tab,
.gwt__industry__content {
  display: flex;
  justify-content: space-between;
} */

.gwt__industry__content {
  justify-content: center;
}

.industry__tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 4rem;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}

.industry__tab ul::-webkit-scrollbar {
  display: none;
} /* Chrome/Safari */
.industry__tab li {
  flex-shrink: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.industry__tab ul li span {
  display: block;
  font-weight: 500;
  font-size: 1.9rem;
  margin-top: 1.2rem;
  transition: 0.3s linear;
  color: var(--tertiary);
}

.industry__tab ul li svg {
  height: 75px;
}

/* .industry__tab ul li {
  opacity: 0.6;
  filter: blur(0.800051px);
  transition: 0.3s linear;
  transform: scale(0.5);
} */

.industry__tab ul li.active,
.industry__tab ul li:hover {
  opacity: 1;
  filter: none;
  transform: scale(1);
  transition: 0.3s linear;
}

.industry__tab ul li a {
  display: block;
}

.industry__tab ul li.active span,
.industry__tab ul li:hover span {
  transition: 0.3s linear;
  color: var(--secondary);
}

.tab__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--tertiary);
  text-align: center;
  margin: 2.5rem 0;
  margin-bottom: 3.5rem;
}

/* .gwt__slider > div {
  position: relative;
} */

.portfolio-content {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
  width: 40%;
  border-radius: 0px 15px 15px 0px;
  display: flex;
  flex-direction: column;
}

.portfolio-content .case__data {
  margin-top: auto;
  text-align: left;
}

.portfolio-content .case__data li {
  text-align: left;
  color: #fff;
}

.slider-card > a {
  display: block;
  border-radius: 15px;
  width: 100%;
  height: 576px;
}

.slider-card > a img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 
.slider-container {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
} */

.slider-container.center {
  scroll-snap-type: x mandatory;
}

.slider-item.center {
  scroll-snap-align: center;
}

/* .slider-item {
  width: 1090px;
  margin-right: 30px;
} */

.slider-card {
  position: relative;
  background: var(--primary);
  border-radius: 20px;
}

.swiper-slide {
  width: 1024px;
}

.portfolio-content h3 {
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4.3rem;
  margin-bottom: 3rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.portfolio-content h3 a {
  color: #fff;
}

/* .slider-container.center .slider-item.active {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.slider-container.center .slider-item:not(.active) {
  transition: 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0.3;
} */

.gwt__slider {
  position: relative;
}

.carousel-btn,
.slick-arrow {
  width: 48px;
  height: 48px;
  background: #fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-image: url("../img/icons/gwt-arrow-left.svg");
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  background-size: 25px;
  box-shadow: 1px 1px 6px #00000036;
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  font-size: 0;
  outline: none;
  border: none;
  position: absolute;
  left: 15%;
  top: 46%;
  z-index: 11;
  transform: translateY(-50%);
}
.carousel-btn.next,
.slick-next.slick-arrow {
  background-image: url("../img/icons/gwt-arrow-right.svg");
  right: 15%;
  left: auto;
}
.slick-prev::before,
.slick-next::before {
  display: none;
}

/* Case study Section */

.custom-slider {
  width: 600px;
  margin: auto;
}

.slider-main,
.slider-nav {
  display: flex;
  overflow: hidden;
}

.slider-main .slide {
  min-width: 100%;
  transition: opacity 0.5s ease;
  opacity: 0;
  position: absolute;
}

.slider-main .slide.active {
  opacity: 1;
  position: relative;
}

.slider-nav {
  margin-top: 10px;
  justify-content: center;
}

.slider-nav .nav-slide {
  width: 80px;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.slider-nav .nav-slide.active {
  opacity: 1;
  border: 2px solid #333;
}

.industry__slider--thumb {
  /* margin: 0 2rem; */
}

.industry__slider--thumb > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.industry__slider--thumb > div img {
  height: 75px;
  margin: auto;
  object-fit: contain;
  margin-bottom: 0.9rem;
}

.industry__slider--thumb > div span {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 1.2rem;
  transition: 0.3s linear;
  color: var(--tertiary);
}

/* .industry__slider--thumb {
  opacity: 0.5;
  transform: scale(0.75);
}

.industry__slider--thumb.slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
  transform: scale(1);
} */

/* .industry__tab * {
  display: flex;
  justify-content: center;
} */

/* .ins--container__slider .slick-slide {
  opacity: 0.3;
}

.ins--container__slider .slick-slide.slick-active {
  opacity: 0.6;
}

.ins--container__slider .slick-slide.slick-center {
  opacity: 1;
} */

.slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  background: #dddddd;
  border-radius: 50px;
  border: none;
  font-size: 0;
  line-height: 0;
  outline: none;
}

.slick-dots li.slick-active button {
  background: var(--secondary);
}

.text-center .btn {
  margin: auto;
  margin-top: 2.5rem;
}

.core-container > div.carousel-container > div {
  background: #16346f;
  width: 100%;
}

.core-container > div.carousel-container > div > div {
  max-width: 750px;
  min-height: 750px;
  padding: 5rem;
  height: 100%;
}

.core-container > div.carousel-container > div:nth-child(2) > div {
  max-width: 700px;
  min-height: 600px;
}

.core-container > div.carousel-container > div:nth-child(3) > div {
  max-width: 600px;
  min-height: 500px;
}

.core-container > div.carousel-container > div:nth-child(4) > div {
  max-width: 400px;
  min-height: 400px;
}

.core-container > div.carousel-container > div:nth-child(even) {
  background: #fff;
}

.core-container > div.carousel-container > div:nth-child(3) {
  background: #1d4593;
}

.core-container > div.carousel-container > div h3 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.9rem;
  letter-spacing: -0.02em;
  margin-bottom: auto;
}

.core-container > div.carousel-container > div:nth-child(odd) h3,
.core-container > div.carousel-container > div:nth-child(odd) p {
  color: #fff;
}

.core-container > div.carousel-container > div:nth-child(4) > div p {
  width: 75%;
}
.core-container > div.carousel-container > div p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  width: 46%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.core-container > div.carousel-container > div img {
  width: 66px;
  object-fit: contain;
  margin-bottom: 3rem;
}

.core-container > div.carousel-container > div:nth-child(odd) img {
  filter: brightness(0) invert(1);
}

.carousel-container {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.carousel-container.center {
  scroll-snap-type: x mandatory;
}

.carousel-item.center {
  scroll-snap-align: center;
}

.carousel-item {
  flex: 0 0 39.063vw;
  /* margin-right: 30px; */
  width: 100%;
}

.core-container > div.carousel-container > div > div {
  max-width: 39.063vw;
  min-height: 36.458vw;
  padding: 5rem;
  height: 100%;
}

.core-container > div.carousel-container > div:nth-child(2) {
  flex: 0 0 36.458vw;
  margin-left: -18.229vw;
}

.core-container > div.carousel-container > div:nth-child(2) > div {
  max-width: 36.458vw;
  min-height: 31.25vw;
}

.core-container > div.carousel-container > div:nth-child(3) {
  margin-left: -15.625vw;
  flex: 0 0 31.25vw;
}

.core-container > div.carousel-container > div:nth-child(3) > div {
  max-width: 31.25vw;
  min-height: 26.042vw;
}

.core-container > div.carousel-container > div:nth-child(4) {
  margin-left: -10.417vw;
  flex: 0 0 20.833vw;
}

.core-container > div.carousel-container > div:nth-child(4) > div {
  max-width: 20.833vw;
  min-height: 20.833vw;
}

.core-container .carousel-container {
  align-items: flex-end;
}

.core-container > div.carousel-container > div > div {
  display: flex;
  flex-direction: column;
}

.alt__table__head {
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.25) 100%
    ),
    #f58521;
  border-radius: 20px 20px 0px 0px;
}

.alt__table__head > div {
  padding: 1.5rem 2rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.alt__table__body > div {
  padding: 2.5rem;
  background:
    linear-gradient(270deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%),
    #1d4593;
  display: flex;
  align-items: center;
  border-image: linear-gradient(
      90deg,
      #00afef00 0%,
      #00aeef 50%,
      #00afef00 100%
    )
    1;
  border-top-width: 1px;
  border-top-style: solid;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.alt__table__body > div:first-child {
  background: linear-gradient(90deg, #1e4694 0%, #0d71b3 50%, #1e4694 100%);
  position: relative;
}

/* .alt__table__body > div:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(20px);
} */

.alt__table__body > div > div,
.alt__table__head > div {
  flex: 0 1 10%;
  position: relative;
  text-align: center;
}

.alt__table__body > div > div:first-child,
.alt__table__head > div:first-child {
  flex: 0 1 50%;
  text-align: left;
}

.alt__table__body > div > div:first-child img {
  position: absolute;
  left: 0;
  height: 54px;
  object-fit: contain;
}

.alt__table__body > div > div:first-child {
  padding-left: 80px;
}

.alt__table__body > div > div h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.02em;
  color: rgb(255, 255, 255, 0.8);
}
.alt__table__body > div > div p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  width: 88%;
  color: rgb(255, 255, 255, 0.8);
  margin-top: 0.8rem;
}

.alt__table__body > div:first-child h3,
.alt__table__body > div:first-child p {
  color: #fff;
}

.alt__table__body > div:last-child {
  border-radius: 0 0 20px 20px;
}

.gwt__alternative {
  position: relative;
  overflow-x: clip;
}

.gwt__alternative::after {
  content: url("../img/icons/gwt-g-vector-bg.svg");
  position: absolute;
  right: -140px;
  top: 0;
  z-index: -1;
}

.all__tech--icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.all__tech--icons > div {
  flex: 0 1 12.37vw;
  width: 12.37vw;
  height: 12.37vw;
  min-width: 12.37vw;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  filter: grayscale(100);
  transition: 0.3s linear;
  justify-content: center;
}

.all__tech--icons > div img {
  width: 3.5vw;
}

.all__tech--icons > div:hover {
  filter: none;
  transition: 0.3s linear;
}

.all__tech--icons > div:nth-child(16n + 2),
.all__tech--icons > div:nth-child(16n + 4),
.all__tech--icons > div:nth-child(16n + 6),
.all__tech--icons > div:nth-child(16n + 8) {
  background-color: #f2f2f2;
}

.all__tech--icons > div:nth-child(16n + 9),
.all__tech--icons > div:nth-child(16n + 11),
.all__tech--icons > div:nth-child(16n + 13),
.all__tech--icons > div:nth-child(16n + 15) {
  background-color: #f2f2f2;
}

.genesis__process.bg-blue-gradient {
  margin: 0;
  overflow: clip;
}
/* .genesis__process::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/gwt-circle-full.svg") 0 0 no-repeat;
  background-size: contain;
  opacity: 0.1;
  animation: shine1 4s infinite alternate linear;
}

@keyframes shine1 {
  0% {
    opacity: 0.05;
  }
  25% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.05;
  }
} */
.process-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.marker {
  color: var(--secondary);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--secondary);
  z-index: 11;
}

.process-content {
  width: 50%;
  /* padding: 0 15px; */
  color: #fff;
  padding-right: 50px;
  text-align: right;
}

.process-content:last-child {
  width: 50%;
  padding: 0;
  padding-left: 50px;
}

.process-content p {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .container:before {
    left: 8px;
    width: 2px;
  }
  .process-block {
    width: 100%;
    margin-bottom: 30px;
  }
}

.process__container {
  position: relative;
}

.process__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 90%;
  /* background: #ccd1d9; */
  z-index: 1;
  border-left: 2px solid rgb(255, 255, 255, 0.3);
}

.process-block:nth-child(even) .process-content:first-child {
  order: 3;
  padding-left: 50px;
  text-align: left;
  padding-right: 0;
}

.process-block:nth-child(2n) .process-content:last-child {
  order: -1;
  padding-right: 50px;
  padding-left: 0;
}

/* .process-block:last-child {
  width: 100%;
  flex-direction: column;
} */

.process-block:last-child .process-img {
  order: 2;
  position: relative;
  z-index: 2;
}

.process-block:last-child .process-img img {
  width: 100%;
}

/* .process-block:last-child .process-content:last-child {
  order: inherit;
  padding: 0;
  width: 50%;
  text-align: center;
  margin-top: 50px;
  order: 3;
} */

.genesis__process {
  position: relative;
}

.process-block {
  position: sticky;
  top: 200px;
}

.process-content > span {
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  color: var(--secondary);
}

.process-tags {
  margin-top: 3.5rem;
}

.process-tags > span {
  padding: 1.5rem 2rem;
  background: #ffffff;
  border-radius: 50px;
  font-weight: 400;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 100%;
  margin-left: 0.8rem;
  margin-bottom: 1rem;
  color: #000000;
  position: relative;
}
.process-tags > span::after {
  content: "";
  background: url("../img/icons/icon-gwt-arrow-right.svg") 0 0 no-repeat;
  width: 15px;
  height: 8px;
  display: inline-block;
  margin-left: 10px;
}
.process-tags > span[data-tooltip]:not([data-tooltip=""])::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 102%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  width: 250px;
  padding: 8px 12px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  text-align: center;
}

.process-tags > span[data-tooltip]:not([data-tooltip=""]):hover::before {
  visibility: visible;
  opacity: 1;
}

.process-block:nth-child(even)
  .process-content:first-child
  .process-tags
  > span {
  margin-left: 0;
  margin-right: 0.8rem;
}

.genesis__process {
  position: relative;
}

.ripple-wrapper.hidden {
  display: none;
  opacity: 0;
}

.ripple-wrapper {
  pointer-events: none;
  position: relative;
  /* width: 100%;
  height: 100%; */
  overflow: visible;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}

.ripple1 {
  animation: ripple1Fade 1.6s linear infinite alternate 1.4s;
}
.ripple2 {
  animation: ripple2Fade 1.6s linear infinite alternate 1.2s;
}
.ripple3 {
  animation: ripple3Fade 1.6s linear infinite alternate 1s;
}
.ripple4 {
  animation: ripple4Fade 1.6s linear infinite alternate 0.8s;
}
.ripple5 {
  animation: ripple5Fade 1.6s linear infinite alternate 0.6s;
}
.ripple6 {
  animation: ripple6Fade 1.6s linear infinite alternate 0.4s;
}
.ripple7 {
  animation: ripple7Fade 1.6s linear infinite alternate 0.2s;
}
.ripple8 {
  animation: ripple8Fade 1.6s linear infinite alternate 0s;
}
@keyframes ripple1Fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.05;
  }
  60% {
    opacity: 0.05;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ripple2Fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.15;
  }
  60% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ripple3Fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.25;
  }
  60% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ripple4Fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.35;
  }
  60% {
    opacity: 0.35;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ripple5Fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.45;
  }
  60% {
    opacity: 0.45;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ripple6Fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.55;
  }
  60% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ripple7Fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.65;
  }
  60% {
    opacity: 0.65;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ripple8Fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.75;
  }
  60% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
.review__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 84%;
}

.review__content h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: var(--primary);
  margin-bottom: 1.1rem;
}

.review__content p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review__content p a.btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8rem;
  padding: 5px 16px;
  color: var(--primary);
  border-color: var(--primary);

  &:hover {
    color: #fff;
  }
}
.review__client strong {
  display: block;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: -0.02em;
  color: #f58521;
  margin-bottom: 0.5rem;
}

.review__client span {
  font-weight: 500;
  font-size: 1.6rem;
}

.review__images,
.review__contents {
  position: relative;
}

.review__images {
  height: 680px;
}

.review__content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.review__img-item.active,
.review__content-item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.review__images {
  position: relative;
}
.review__img-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

/* Only show active + next */
.review__img-item.active,
.review__img-item.next {
  display: block;
}

/* Active (main image) */
.review__img-item.active,
.single__review__img {
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}

/* Next (preview thumbnail) */
.review__img-item.next {
  width: 200px;
  height: 200px;
  bottom: 20px;
  top: auto;
  left: -100px;
  z-index: 1;
  opacity: 0.6;
  cursor: pointer;
}

.review__img {
  height: 200px;
}

.review__img-item.active .review__img,
.single__review__img .review__img {
  height: 680px;
}

.review__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.review__nav {
  text-align: center;
  margin-top: 1.5rem;
}

.review__nav > button {
  background: var(--secondary);
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 0.5rem;

  &:hover {
    background: var(--primary);
  }
}

.review__nav > button img {
  filter: brightness(0) invert(1);
}
.blog__card {
  min-height: 480px;
  border-radius: 5rem;
  padding: 5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--primary);
}
.blog__card > a:first-child {
  display: block;
}

.blog__card.white {
  background: #fff;
}

.blog__card.white:hover {
  background: var(--tertiary);
  transition: 0.3s linear all;
}

.blog__card h3 {
  font-weight: 500;
  color: #fff;
  font-size: 2.4rem;
  line-height: 3.4rem;
  letter-spacing: -0.03em;
  max-width: 75%;
}

.blog__card.white h3 {
  color: var(--tertiary);
}

.blog__card > .blog__btn {
  background: var(--primary);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  z-index: 99;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.blog__card > .blog__btn svg path {
  fill: #fff;
}

.blog__card.white > .blog__btn svg path {
  fill: var(--secondary);
}

.blog__card.white > .blog__btn {
  background: #fff;
}

.blog__card.white:hover {
  background: #00000050;
  transition: 0.3s linear all;
}

.blog__card.white:hover > a.blog__btn {
  background: #00000050;
  transition: 0.3s linear all;
}

.blog__card > a:first-child::before,
.blog__card > div:first-child::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  background: url("../img/blog-right-arrow.svg");
  width: 140px;
  height: 140px;
  z-index: 14;
  filter: brightness(0) invert(1);
}

.blog__card.white > a:first-child::before,
.blog__card.white > div:first-child::before {
  filter: none;
}

.blog__read {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  color: #fff;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.blog__card.white .blog__read {
  color: var(--primary);
}

.blog__cat {
  margin-top: auto;
}

.blog__cat > a {
  display: inline-block;
  padding: 12px 15px;
  background: #f58521;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
}
.accordion__item:not(:last-child) {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog__card.white:hover .blog__read,
.blog__card.white:hover .blog__cat > a,
.blog__card.white:hover h3 {
  color: #fff;
}

.blog__card.white:hover .blog__btn svg path {
  fill: white;
}

.accordion__item--header {
  cursor: pointer;
}

.accordion__item--header h3 {
  font-weight: 500;
  font-size: 2.4rem;
  transition: 0.3s linear;
  letter-spacing: -0.02em;
  position: relative;
  padding-right: 5rem;
}

.accordion__item--header h3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: url("../img/icons/gwt-arrow-down.svg") center center no-repeat;
  background-color: var(--primary);
  transition: 0.3s linear;
  border-radius: 50px;
}

.accordion__item--body {
  display: none;
}
.accordion__item--body p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 75%;
  margin-top: 1.5rem;
}

.accordion__item--body .btn {
  margin-top: 1.5rem;
}

.accordion__item.active .accordion__item--header h3,
.accordion__item--header:hover h3 {
  color: var(--secondary);
  transition: 0.3s linear;
}

.accordion__item.active .accordion__item--header h3::after {
  background-color: var(--secondary);
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s linear;
}

.accordion__item,
.offer__anim {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.accordion__item.visible,
.offer__anim.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.contact__form,
.contact__detaling {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 3rem;
}

.contact__detaling {
  margin-bottom: 1.5rem;
}

.contact__form .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
}

.wpcf7-form p {
  font-size: 16px;
  font-family: sans-serif;
  position: relative;
}

.wpcf7-form p:nth-last-child(1),
.wpcf7-form p:nth-last-child(2),
.wpcf7-form p:nth-last-child(3) {
  grid-column: span 2;
}
.wpcf7-form p label {
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: top 0.2s;
  font-family: "Youth", sans-serif;
  font-size: 1.4rem;
  color: #9ca3af;
}
.wpcf7-form input.wpcf7-text,
.wpcf7-form select,
.wpcf7-form textarea.wpcf7-textarea {
  border: none;
  padding: 15px 0px;
  width: 100%;
  background-color: transparent;
  font-family: "Youth", sans-serif;
  font-size: 1.4rem;
  color: #111;
  border-bottom: 1px solid #9ca3af;
  resize: vertical;
}

.wpcf7-form textarea.wpcf7-textarea {
  height: 196px;
  line-height: 1.6;
  border: 1px solid #9ca3af;
  border-radius: 8px;
  padding: 15px;
}

.wpcf7-form label.has-value {
  top: 20px;
  font-size: 1.2rem;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-bottom-color: var(--primary);
}
.wpcf7-form select {
  cursor: pointer;
}

.wpcf7-form select:focus {
  outline: none;
  border-bottom-color: var(--primary);
}

.wpcf7-form .wpcf7-not-valid-tip {
  color: #dc3232;
  margin-top: 0.8rem;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Youth", sans-serif;
}

.wpcf7-form .wpcf7-form input.wpcf7-not-valid {
  border-bottom-color: #dc3232;
}

.wpcf7-form-control-wrap {
  display: block;
}

.contact__title {
  font-weight: 500;
  font-size: 2.4rem;
  color: var(--tertiary);
  letter-spacing: -0.02em;
}

.wpcf7-form p:has(textarea) label {
  position: static;
  transform: none;
  margin-top: 20px;
  display: block;
  margin-bottom: 0.9rem;
}

.contact__detaling > div {
  position: relative;
  margin-top: 3.2rem;
  padding-left: 5.8rem;
}

.contact__detaling > div > svg {
  position: absolute;
  left: 0;
}

.contact__wrap span,
.process__grid span {
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
  color: var(--secondary);
}

.contact__wrap a,
.contact__wrap p,
.process__grid p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 26px;
  color: var(--tertiary);
  letter-spacing: -0.02em;
}

.process__grid p {
  font-size: 1.3rem;
  line-height: 1.3;
}

.contact__detaling > div.process__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  padding: 0;
}

.process__grid > div {
  position: relative;
  padding-left: 4rem;
}

.process__icon {
  position: absolute;
  left: 0;
  text-align: center;
  width: 27px;
  height: 27px;
  line-height: 27px;
}

.process__icon span {
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.process__icon svg {
  position: absolute;
  left: 0;
}

.wpcf7-form-control.wpcf7-submit {
  margin-top: 1.5rem;
}

.gwt__slider {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.slider-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex: 1;
  min-width: 0;
  width: 100%;
}
.slider-container::-webkit-scrollbar {
  display: none;
}

/* Center mode */
.slider-container.center {
  scroll-snap-type: x mandatory;
  justify-content: center;
}
.slider-container.center .slider-item {
  scroll-snap-align: center;
}

/* Items */
.slider-item {
  flex: 0 0 100%;
  margin-right: 20px;
  background: var(--primary);
  border-radius: 15px;
}

.ins--container__slider .slider-item {
  flex: 0 0 1024px; /* ← override per slider */
}
.slider-item:last-child {
  margin-right: 0;
}

/* Center mode opacity states */
.slider-container.center .slider-item {
  transition: opacity 0.3s ease;
  opacity: 0.3;
}
.slider-container.center .slider-item.active {
  opacity: 1;
}

/* Arrow buttons */
/* .slider-btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.slider-btn.hidden {
  opacity: 0;
  pointer-events: none;
}

.slider-btn {
  width: 48px;
  height: 48px;
  background: #fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background-image: url("../img/icons/gwt-arrow-left.svg");
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  background-size: 25px;
  box-shadow: 1px 1px 6px #00000036;
  cursor: pointer;
  display: inline-block;
  margin: 10px;
  font-size: 0;
  outline: none;
  border: none;
  z-index: 11;
}
.slider-btn.next {
  background-image: url("../img/icons/gwt-arrow-right.svg");
} */

.slider-btn.prev,
.slider-btn.next {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: 101%;
  outline: none;
  white-space: nowrap;
  width: 25%;
  z-index: 4;
}

.slider-btn.prev {
  left: 0;
  cursor:
    url("../img/icons/gwt-icon-cursor-left.svg") 0 0,
    pointer;
}

.slider-btn.next {
  right: 0;
  cursor:
    url("../img/icons/gwt-icon-cursor-right.svg") 0 0,
    pointer;
}

.cursor-dot.slider-mode {
  transform: scale(0); /* or opacity: 0 */
}

/* .cursor-dot.enlarged.slider-circ {
  background: currentColor;
  mix-blend-mode: exclusion;
  will-change: auto;
} */
