﻿/*--------------------------------------------------------------
Yildizlar Arge - NucleOSS inspired clean UI layer
Ana tema dosyasini bozmadan; daha sade, beyaz alanli ve kurumsal
bir gorunum icin yazilmis override katmanidir.
--------------------------------------------------------------*/

:root {
  --thm-font: "Poppins", Arial, sans-serif;
  --thm-base: #e63a27;
  --thm-base-rgb: 230, 58, 39;
  --thm-primary: #f7c35f;
  --thm-primary-rgb: 247, 195, 95;
  --thm-black: #1e252c;
  --thm-black-rgb: 30, 37, 44;
  --thm-color: #65717d;
  --thm-gray: #f5f7f9;
  --ya-border: #e4eaf0;
  --ya-border-blue: rgba(230, 58, 39, 0.22);
  --ya-shadow: 0 12px 34px rgba(30, 37, 44, 0.08);
  --ya-shadow-hover: 0 18px 42px rgba(230, 58, 39, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: var(--thm-color);
  font-family: var(--thm-font);
  font-size: 16px;
  letter-spacing: 0;
}

a,
button,
input,
textarea,
select,
.thm-btn,
.main-menu__list > li > a,
.service-card,
.service-card__image img,
.service-card__content__inner,
.service-card__link,
.about-four__box,
.mobile-nav__content,
.footer-widget__social a {
  transition: all 0.3s ease;
}

a {
  color: #ffffff;
}

a:hover {
  color: var(--thm-base);
}

/* Typography */
.block-title__tagline,
.slider-one__tagline,
.page-header__breadcrumb,
.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a,
.thm-btn {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.block-title__tagline,
.slider-one__tagline {
  color: var(--thm-base);
}

.block-title__title,
.page-header__title,
.service-card__title,
.service-card-two__title,
.service-card-five__title,
.footer-widget__title {
  color: var(--thm-black);
  font-weight: 700;
  letter-spacing: 0;
}

.block-title__title {
  line-height: 1.18;
}

p,
.service-card__text,
.footer-widget__text {
  line-height: 1.75;
}

/* Header */
.site-header {
  position: relative;
  z-index: 100;
}

.topbar {
  background: #1b1c28;
  border-bottom: 0;
}

.topbar .container-fluid {
  min-height: 42px;
}

.topbar__info a,
.topbar__social a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.topbar__info a i,
.topbar__social a:hover,
.topbar__info a:hover {
  color: var(--thm-base);
}

.main-menu,
.stricky-header {
  background: #ffffff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 0;
  box-shadow: none;
  overflow: visible;
}

.main-menu .container-fluid,
.stricky-header .container-fluid {
  min-height: 85px;
}

.main-menu__logo__shape-1,
.main-menu__logo__shape-2 {
  display: block;
}

.main-menu__logo {
  background: transparent;
  border-right: 0;
  box-shadow: none;
  height: 120px;
  top: -40px;
  width: 260px;
}

.main-menu__logo img {
  height: auto;
  max-width: 140px;
  position: relative;
  z-index: 3;
}

.main-menu__logo__shape-1 {
  fill: var(--thm-base);
  height: 120px;
  left: 0;
  width: 317px;
}

.main-menu__logo__shape-2 {
  fill: #ffffff;
  height: 120px;
  left: -5px;
  width: 317px;
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 31px;
  padding-bottom: 31px;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 32px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  color: #626873;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.main-menu .main-menu__list > li > a::after,
.stricky-header .main-menu__list > li > a::after {
  background: var(--thm-base);
  bottom: -4px;
  height: 2px;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--thm-base);
  text-shadow: none;
}

.main-menu__contact__icon {
  background: #fbf6f2;
  color: var(--thm-base);
}

.main-menu__contact__text {
  color: #7a8590;
}

.main-menu__contact__text strong {
  color: var(--thm-black);
  font-weight: 700;
}

.main-menu__contact:hover .main-menu__contact__icon {
  background: var(--thm-base);
  box-shadow: none;
  color: #ffffff;
}

.main-menu__toggler {
  color: var(--thm-primary);
}

/* Hero and page headers */
.slider-one__item::before,
.page-header::before {
  background: linear-gradient(
    90deg,
    rgba(20, 32, 43, 0.74),
    rgba(20, 32, 43, 0.34),
    rgba(255, 255, 255, 0)
  );
}

.slider-one__tagline {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  display: inline-flex;
  gap: 8px;
  line-height: 1;
  padding: 0;
}

.slider-one__tagline > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
  margin: 0;
  position: static;
  top: auto;
}

.slider-one__title {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.slider-one__title span {
  color: #ffffff;
}

.slider-one__text {
  color: rgba(255, 255, 255, 0.88);
  max-width: 660px;
}

@media (min-width: 992px) {
  .slider-one__item {
    padding-top: 72px;
  }
}

.page-header {
  background-color: #edf4f8;
  overflow: hidden;
  min-height: 356px;
}

.page-header__bg {
  filter: saturate(0.9) contrast(1.08);
  transform: scale(1.02);
}

.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(8, 18, 30, 0.9) 0%,
      rgba(10, 28, 45, 0.76) 42%,
      rgba(10, 28, 45, 0.42) 72%,
      rgba(10, 28, 45, 0.22) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.22));
}

.page-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--thm-base),
    rgba(255, 255, 255, 0.72),
    rgba(255, 255, 255, 0)
  );
}

.page-header .container {
  padding-top: 118px;
  padding-bottom: 112px;
}

.page-header .container h2,
.page-header__title {
  color: #ffffff;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
}

.page-header .container h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--thm-base);
  box-shadow: 0 0 24px rgba(var(--thm-base-rgb), 0.44);
}

.page-header .thm-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 0;
  padding: 11px 16px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.page-header .thm-breadcrumb li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.page-header .thm-breadcrumb li a {
  opacity: 1;
  color: rgba(255, 255, 255, 0.78);
}

.page-header .thm-breadcrumb li span {
  color: var(--thm-base);
}

.page-header .thm-breadcrumb li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.58);
  opacity: 1;
}

/* Buttons and forms */
.thm-btn {
  background: var(--thm-base);
  border: 1px solid var(--thm-base);
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 17px 31px;
}

.thm-btn:hover,
.thm-btn:focus {
  background: #ffffff;
  border-color: var(--thm-base);
  box-shadow: none;
  color: var(--thm-base);
  transform: translateY(-1px);
}

input,
textarea,
select,
.contact-one__form-box .form-group input,
.contact-one__form-box .form-group textarea,
.contact-one__form-box .form-group select {
  background: #ffffff;
  border: 1px solid var(--ya-border);
  border-radius: 3px;
  box-shadow: none;
  color: var(--thm-black);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--thm-base);
  box-shadow: 0 0 0 3px rgba(var(--thm-base-rgb), 0.11);
  outline: 0;
}

/* Cards */
.service-card {
  background: #ffffff;
  border: 1px solid var(--ya-border);
  box-shadow: none;
  overflow: hidden;
}

.service-card__image {
  border-bottom: 1px solid var(--ya-border);
}

.service-card__content {
  padding-left: 0;
  padding-right: 0;
}

.service-card__content__inner,
.service-card-two,
.service-card-five,
.about-four__box,
.contact-info,
.contact-one__form-box {
  background: #ffffff;
  border: 1px solid var(--ya-border);
  border-radius: 3px;
  box-shadow: none;
}

/* Anasayfa ozellik kartlari ayni yukseklikte kalir. */
.service-two .row {
  align-items: stretch;
}

.service-two [class*="col-"] {
  display: flex;
}

.service-two .service-card-two {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  width: 100%;
}

.service-card-two__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.service-card-two__text {
  flex: 1;
}

.service-card-two__link {
  align-self: flex-start;
  margin-top: auto;
}

.service-two {
  padding-top: 4px;
}

.service-two .row {
  position: relative;
  z-index: 2;
  counter-reset: serviceFeature;
}

.service-two .service-card-two {
  counter-increment: serviceFeature;
  min-height: 424px;
  overflow: hidden;
  padding: 48px 48px 44px;
  border: 1px solid rgba(219, 229, 237, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(249, 252, 255, 0.98)
    ),
    #ffffff;
  box-shadow: 0 24px 70px rgba(22, 30, 42, 0.08);
  transition:
    transform 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.service-two .service-card-two::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--thm-base),
    #253445,
    rgba(37, 52, 69, 0)
  );
}

.service-two .service-card-two::after {
  content: "0" counter(serviceFeature);
  position: absolute;
  right: 32px;
  bottom: 24px;
  color: rgba(18, 29, 43, 0.05);
  font-size: 86px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.service-card-two__shape {
  position: absolute;
  top: -80px;
  right: -95px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(var(--thm-base-rgb), 0.12) 0%,
    rgba(var(--thm-base-rgb), 0.04) 46%,
    rgba(255, 255, 255, 0) 68%
  );
  pointer-events: none;
}

.service-two .service-card-two__icon {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  margin-left: auto;
  margin-bottom: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f8fbfe;
  border: 1px solid rgba(219, 229, 237, 0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 14px 32px rgba(22, 30, 42, 0.07);
}

.service-two .service-card-two__icon i {
  margin-left: 0;
  font-size: 42px;
  color: var(--thm-base);
}

.service-two .service-card-two__content {
  position: relative;
  z-index: 1;
}

.service-two .service-card-two__title {
  max-width: 270px;
  margin-bottom: 22px;
  font-size: 25px;
  letter-spacing: 0;
}

.service-two .service-card-two__text {
  color: #647284;
  font-size: 16px;
  line-height: 1.8;
}

.service-two .service-card-two__link {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 0;
  color: #121d2b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.service-two .service-card-two__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--thm-black), var(--thm-base));
  transform-origin: left center;
  transition: transform 300ms ease;
}

.service-two .service-card-two:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--thm-base-rgb), 0.34);
  box-shadow: 0 34px 90px rgba(22, 30, 42, 0.14);
}

.service-two .service-card-two:hover .service-card-two__icon {
  background: var(--thm-base);
  border-color: var(--thm-base);
}

.service-two .service-card-two:hover .service-card-two__icon i {
  color: #ffffff;
}

.service-two .service-card-two:hover .service-card-two__link {
  color: var(--thm-base);
}

.service-two .service-card-two:hover .service-card-two__link::after {
  transform: scaleX(1.18);
}

.service-card__content__inner {
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 36px 28px;
}

.service-card:hover,
.service-card-two:hover,
.service-card-five:hover,
.about-four__box:hover {
  border-color: var(--ya-border-blue);
  box-shadow: var(--ya-shadow-hover);
  transform: translateY(-4px);
}

.service-card:hover .service-card__image img {
  transform: scale(1.03);
}

.service-card:hover .service-card__content__inner {
  border-bottom-color: var(--thm-base);
  box-shadow: none;
}

/* About metrics */
.fact-one {
  position: relative;
  overflow: hidden;
  padding-top: 112px;
  padding-bottom: 112px;
  background-color: #171f27;
  background-size: cover;
}

.fact-one::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 22%, rgba(var(--thm-base-rgb), 0.15), rgba(var(--thm-base-rgb), 0) 28%),
    linear-gradient(90deg, rgba(10, 16, 22, 0.62), rgba(19, 29, 38, 0.38), rgba(10, 16, 22, 0.64));
  pointer-events: none;
}

.fact-one::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}

.fact-one .container {
  position: relative;
  z-index: 1;
}

.fact-one .row {
  align-items: stretch;
}

.fact-one [class*="col-"] {
  display: flex;
}

.fact-one__item {
  position: relative;
  width: 100%;
  min-height: 190px;
  margin-top: 0;
  padding: 34px 24px 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.fact-one__item::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), var(--thm-base));
}

.fact-one__item::after {
  content: "";
  position: absolute;
  width: 116px;
  height: 116px;
  right: -48px;
  bottom: -50px;
  border-radius: 50%;
  background: rgba(var(--thm-base-rgb), 0.1);
}

.fact-one__count {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}

.fact-one__title {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 24px;
  padding: 10px 20px;
  border: 1px solid rgba(var(--thm-base-rgb), 0.45);
  border-radius: 999px;
  background: rgba(var(--thm-base-rgb), 0.1);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.fact-one__item:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
}

.service-card__icon,
.service-card-five__icon,
.about-four__box__icon {
  background: #f0f7fc;
  color: var(--thm-base);
}

.service-card:hover .service-card__icon,
.service-card-five:hover .service-card-five__icon {
  background: var(--thm-base);
  color: #ffffff;
}

.service-card__title {
  font-size: 21px;
  line-height: 1.35;
}

.service-card__link {
  background: #ffffff;
  border: 1px solid var(--ya-border);
  color: var(--thm-base);
}

.service-card:hover .service-card__link,
.service-card__link:hover {
  background: var(--thm-base);
  border-color: var(--thm-base);
  color: #ffffff;
}

/* Clean section rhythm */
.about-four,
.service-one,
.service-grid,
.contact-one {
  background-color: #ffffff;
}

.about-four__shape,
.service-one__icon-1,
.service-one__icon-2,
.service-one__icon-3 {
  opacity: 0.22;
}

.about-four__box {
  position: relative;
  overflow: hidden;
  padding: 22px 26px 22px 98px;
  border-color: rgba(219, 229, 237, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 254, 0.98)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(22, 30, 42, 0.07);
}

.about-four__box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: var(--thm-base);
}

.about-four__box__icon {
  position: absolute;
  left: 24px;
  top: 50%;
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(var(--thm-base-rgb), 0.08);
  transform: translateY(-50%);
}

.about-four__box__icon::before {
  display: none;
}

.about-four__box__icon i {
  font-size: 36px;
}

.about-four__box__title {
  margin-top: 0;
  font-size: 19px;
  line-height: 1.5;
}

.about-four__feature {
  height: 100%;
  padding: 20px 22px 22px;
  border: 1px solid rgba(219, 229, 237, 0.92);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(22, 30, 42, 0.055);
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.about-four [class*="col-"]:last-child .about-four__feature {
  margin-left: 0;
}

.about-four__feature__content {
  margin-bottom: 12px;
}

.about-four__feature__icon {
  width: 34px;
  height: 34px;
  margin-right: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(var(--thm-base-rgb), 0.08);
}

.about-four__feature__icon i {
  margin-right: 0;
  font-size: 15px;
}

.about-four__feature__title {
  font-size: 18px;
}

.about-four__feature__text {
  margin-top: 0;
  color: #647284;
  line-height: 1.7;
}

.about-four__feature:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--thm-base-rgb), 0.24);
  box-shadow: 0 20px 46px rgba(22, 30, 42, 0.09);
}

.video-one,
.benefit-one,
.contact-info {
  background-color: #f7f9fb;
}

/* Hakkimizda misyon-vizyon kartlari ayni yukseklikte kalir. */
.testimonials-one {
  position: relative;
  overflow: hidden;
  background-position: top left;
}

.testimonials-one .block-title {
  margin-bottom: 46px;
}

.testimonials-one .row {
  align-items: stretch;
}

.testimonials-one [class*="col-"] {
  display: flex;
}

.testimonials-one .testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 378px;
  overflow: hidden;
  width: 100%;
  padding: 46px 42px 42px;
  border: 1px solid rgba(219, 229, 237, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 254, 0.98)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(22, 30, 42, 0.08);
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.testimonials-one .testimonial-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  height: 4px;
  background: linear-gradient(90deg, var(--thm-base), #253445, rgba(37, 52, 69, 0));
  box-shadow: none;
}

.testimonials-one .testimonial-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: rgba(var(--thm-base-rgb), 0.08);
  pointer-events: none;
}

.testimonials-one .testimonial-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--thm-base-rgb), 0.28);
  box-shadow: 0 34px 90px rgba(22, 30, 42, 0.13);
}

.testimonials-one .testimonial-card:hover::before {
  box-shadow: none;
}

.testimonials-one .testimonial-card__info,
.testimonials-one .testimonial-card__text,
.testimonials-one .testimonial-card__line {
  position: relative;
  z-index: 1;
}

.testimonials-one .testimonial-card__info {
  align-items: center;
}

.testimonials-one .testimonial-card__info::before {
  content: "";
  width: 42px;
  height: 42px;
  margin-right: 16px;
  flex: 0 0 auto;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(var(--thm-base-rgb), 0.14), rgba(var(--thm-base-rgb), 0.05)),
    #ffffff;
  border: 1px solid rgba(var(--thm-base-rgb), 0.18);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.78);
}

.testimonials-one .testimonial-card__name {
  color: var(--thm-black);
  font-size: 22px;
  font-weight: 800;
}

.testimonials-one .testimonial-card__line {
  width: 100%;
  height: 1px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-image: none;
  background: linear-gradient(90deg, rgba(var(--thm-base-rgb), 0.7), rgba(219, 229, 237, 0.9), rgba(219, 229, 237, 0));
}

.testimonials-one .testimonial-card:hover .testimonial-card__line {
  background-image: none;
}

.testimonials-one .testimonial-card__text p {
  color: #647284;
  font-size: 16px;
  line-height: 1.85;
}

.testimonials-one .testimonial-card__text {
  flex: 1;
}

/* Products page */
.product-showcase {
  position: relative;
  overflow: hidden;
  padding: 110px 0 96px;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 58%, #f4f7fa 58%, #f4f7fa 100%);
}

.product-showcase::before {
  content: "";
  position: absolute;
  right: 8%;
  top: 56px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--thm-base-rgb), 0.12), rgba(var(--thm-base-rgb), 0) 68%);
}

.product-showcase__content,
.product-showcase__visual {
  position: relative;
  z-index: 1;
}

.product-showcase__eyebrow,
.product-gallery__content .block-title__tagline {
  color: var(--thm-base);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.product-showcase__title {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--thm-black);
  font-size: 54px;
  font-weight: 800;
  line-height: 1.08;
}

.product-showcase__text {
  max-width: 600px;
  color: #647284;
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 32px;
}

.product-showcase__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 34px;
}

.product-showcase__link {
  color: var(--thm-black);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--thm-base);
  padding-bottom: 6px;
}

.product-showcase__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 650px;
}

.product-showcase__stats div {
  padding: 18px 18px 16px;
  border: 1px solid rgba(219, 229, 237, 0.95);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(22, 30, 42, 0.06);
}

.product-showcase__stats strong {
  display: block;
  color: var(--thm-black);
  font-size: 16px;
  line-height: 1.2;
}

.product-showcase__stats span {
  display: block;
  color: #647284;
  font-size: 13px;
  margin-top: 6px;
}

.product-showcase__visual {
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-showcase__halo {
  position: absolute;
  inset: 58px 28px 42px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.45)),
    #edf2f6;
  box-shadow: 0 34px 90px rgba(22, 30, 42, 0.14);
}

.product-showcase__halo::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -10px;
  bottom: 28px;
  width: 5px;
  border-radius: 999px;
  background: var(--thm-base);
}

.product-showcase__visual img {
  position: relative;
  z-index: 1;
  max-height: 620px;
  max-width: 92%;
  object-fit: contain;
  filter: drop-shadow(0 34px 48px rgba(22, 30, 42, 0.22));
}

.product-showcase__badge {
  position: absolute;
  z-index: 2;
  left: 34px;
  bottom: 52px;
  min-width: 210px;
  padding: 18px 22px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(219, 229, 237, 0.95);
  box-shadow: 0 24px 56px rgba(22, 30, 42, 0.14);
}

.product-showcase__badge span {
  display: block;
  color: var(--thm-base);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.product-showcase__badge strong {
  display: block;
  color: var(--thm-black);
  font-size: 20px;
  margin-top: 4px;
}

.product-overview {
  padding: 104px 0;
  background: #ffffff;
}

.product-overview__intro {
  max-width: 980px;
  margin: 0 auto 58px;
  padding: 42px 46px;
  border: 1px solid rgba(219, 229, 237, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 254, 0.98)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(22, 30, 42, 0.08);
}

.product-overview__intro h2 {
  margin: 0 0 22px;
  color: var(--thm-black);
  font-size: 38px;
  font-weight: 800;
}

.product-overview__intro p:not(.block-title__tagline) {
  color: #647284;
  font-size: 16px;
  line-height: 1.9;
}

.product-overview__intro p:last-child {
  margin-bottom: 0;
}

.product-overview__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 45%, rgba(var(--thm-base-rgb), 0.08), rgba(var(--thm-base-rgb), 0) 48%),
    #f4f7fa;
  border: 1px solid rgba(219, 229, 237, 0.95);
}

.product-overview__image img {
  max-width: 84%;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(22, 30, 42, 0.16));
}

.product-overview__benefits {
  padding: 42px;
  border-radius: 8px;
  background: #18222d;
  box-shadow: 0 28px 76px rgba(22, 30, 42, 0.16);
}

.product-overview__benefits h3 {
  max-width: 560px;
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
}

.product-overview__benefits ul {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.product-overview__benefits li {
  display: flex;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  line-height: 1.55;
}

.product-overview__benefits li i {
  color: var(--thm-base);
  margin-right: 12px;
  margin-top: 4px;
}

.product-features,
.product-workflow {
  padding: 104px 0;
  background: #ffffff;
}

.product-features .block-title,
.product-workflow .block-title {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}

.product-feature-card,
.product-step {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 34px 28px 30px;
  border: 1px solid rgba(219, 229, 237, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 254, 0.98)),
    #ffffff;
  box-shadow: 0 20px 56px rgba(22, 30, 42, 0.07);
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.product-feature-card::before,
.product-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--thm-base);
}

.product-feature-card i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(var(--thm-base-rgb), 0.08);
  color: var(--thm-base);
  font-size: 26px;
  margin-bottom: 24px;
}

.product-feature-card h3,
.product-step h3 {
  margin: 0 0 14px;
  color: var(--thm-black);
  font-size: 21px;
  font-weight: 800;
}

.product-feature-card p,
.product-step p {
  margin: 0;
  color: #647284;
  line-height: 1.75;
}

.product-feature-card:hover,
.product-step:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--thm-base-rgb), 0.28);
  box-shadow: 0 30px 76px rgba(22, 30, 42, 0.12);
}

.product-gallery {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  background:
    linear-gradient(90deg, #ffffff 0%, #ffffff 32%, #f4f7fa 32%, #f4f7fa 100%);
}

.product-gallery .row {
  align-items: center;
}

.product-gallery__content {
  max-width: 360px;
}

.product-gallery__content h2 {
  margin: 0 0 22px;
  color: var(--thm-black);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
}

.product-gallery__content p {
  color: #647284;
  line-height: 1.8;
}

.product-gallery__list {
  margin: 28px 0 0;
}

.product-gallery__list li {
  display: flex;
  align-items: center;
  color: var(--thm-black);
  font-weight: 700;
}

.product-gallery__list li + li {
  margin-top: 14px;
}

.product-gallery__list i {
  color: var(--thm-base);
  margin-right: 12px;
}

.product-gallery__slider {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(219, 229, 237, 0.95);
  box-shadow: 0 30px 80px rgba(22, 30, 42, 0.12);
}

.product-gallery__slider::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 46%, rgba(var(--thm-base-rgb), 0.1), rgba(var(--thm-base-rgb), 0) 48%),
    linear-gradient(135deg, rgba(248, 251, 254, 0.92), rgba(255, 255, 255, 0.3));
}

.product-gallery__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 0;
  transform: scale(0.985);
  animation: productGallerySlide 15s infinite;
}

.product-gallery__slide:nth-child(1) {
  animation-delay: 0s;
}

.product-gallery__slide:nth-child(2) {
  animation-delay: 3s;
}

.product-gallery__slide:nth-child(3) {
  animation-delay: 6s;
}

.product-gallery__slide:nth-child(4) {
  animation-delay: 9s;
}

.product-gallery__slide:nth-child(5) {
  animation-delay: 12s;
}

.product-gallery__slide img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 84%;
  max-height: 80%;
  display: block;
  object-fit: contain;
  padding: 0;
  filter: drop-shadow(0 28px 36px rgba(22, 30, 42, 0.16));
}

.product-gallery__slide--product img {
  max-width: 70%;
  max-height: 82%;
}

.product-gallery__slide--tall img {
  max-width: 56%;
  max-height: 84%;
}

.product-gallery__slide--photo img {
  max-width: 74%;
  max-height: 82%;
  border-radius: 8px;
  filter: drop-shadow(0 24px 34px rgba(22, 30, 42, 0.14));
}

.product-gallery__slide--panel img {
  max-width: 88%;
  max-height: 78%;
  border-radius: 8px;
  filter: drop-shadow(0 24px 34px rgba(22, 30, 42, 0.12));
}

.product-gallery__slide figcaption {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 13px 18px;
  border-radius: 8px;
  background: rgba(18, 29, 43, 0.86);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(18, 29, 43, 0.18);
}

.product-gallery__dots {
  position: absolute;
  right: 28px;
  bottom: 34px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.product-gallery__dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(18, 29, 43, 0.18);
  animation: productGalleryDot 15s infinite;
}

.product-gallery__dots span:nth-child(1) {
  animation-delay: 0s;
}

.product-gallery__dots span:nth-child(2) {
  animation-delay: 3s;
}

.product-gallery__dots span:nth-child(3) {
  animation-delay: 6s;
}

.product-gallery__dots span:nth-child(4) {
  animation-delay: 9s;
}

.product-gallery__dots span:nth-child(5) {
  animation-delay: 12s;
}

@keyframes productGallerySlide {
  0%, 17% {
    opacity: 1;
    transform: scale(1);
  }
  22%, 100% {
    opacity: 0;
    transform: scale(0.985);
  }
}

@keyframes productGalleryDot {
  0%, 17% {
    width: 24px;
    background: var(--thm-base);
  }
  22%, 100% {
    width: 8px;
    background: rgba(18, 29, 43, 0.18);
  }
}

.product-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--thm-base);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.product-faq {
  padding: 0 0 104px;
  background: #ffffff;
}

.product-faq .block-title {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 46px;
}

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

.product-faq__item {
  position: relative;
  min-height: 210px;
  padding: 34px 34px 30px;
  overflow: hidden;
  border: 1px solid rgba(219, 229, 237, 0.95);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 254, 0.98)),
    #ffffff;
  box-shadow: 0 22px 64px rgba(22, 30, 42, 0.07);
}

.product-faq__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--thm-base);
}

.product-faq__item h3 {
  margin: 0 0 18px;
  color: var(--thm-black);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.product-faq__item p {
  margin: 0;
  color: #647284;
  line-height: 1.85;
}

.product-cta {
  padding: 0 0 112px;
  background: #ffffff;
}

.product-cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  padding: 48px 54px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 20%, rgba(var(--thm-base-rgb), 0.22), rgba(var(--thm-base-rgb), 0) 30%),
    linear-gradient(90deg, rgba(18, 29, 43, 0.94), rgba(18, 29, 43, 0.86)),
    var(--thm-black);
  box-shadow: 0 28px 72px rgba(22, 30, 42, 0.16);
}

.product-cta__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: var(--thm-base);
}

.product-cta__inner > div,
.product-cta__phone {
  position: relative;
  z-index: 1;
}

.product-cta__inner p {
  margin: 0 0 8px;
  color: var(--thm-base);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-cta__inner h2 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}

.product-cta__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #ffffff;
  transition: transform 250ms ease;
}

.product-cta__phone i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(var(--thm-base-rgb), 0.16);
  color: var(--thm-base);
  font-size: 20px;
}

.product-cta__phone strong {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.product-cta__phone:hover {
  color: #ffffff;
  transform: scale(1.035);
}

.product-cta__phone:hover strong {
  color: #ffffff;
}

/* Mobile menu */
.mobile-nav__wrapper,
.mobile-nav__overlay {
  transition: all 0.3s ease;
}

.mobile-nav__overlay {
  background: rgba(30, 37, 44, 0.58);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
}

.mobile-nav__wrapper.expanded .mobile-nav__overlay {
  opacity: 1;
}

.mobile-nav__content {
  background: #ffffff;
  border-right: 1px solid var(--ya-border);
  box-shadow: 18px 0 46px rgba(30, 37, 44, 0.16);
  transform: translateX(-100%);
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  transform: translateX(0);
}

.mobile-nav__close,
.mobile-nav__container .main-menu__list li a,
.mobile-nav__contact li,
.mobile-nav__contact li a {
  color: var(--thm-black);
}

.mobile-nav__container .main-menu__list li a {
  border-bottom-color: var(--ya-border);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mobile-nav__social a {
  background: #f0f7fc;
  color: var(--thm-base);
}

.mobile-nav__social a:hover {
  background: var(--thm-base);
  color: #ffffff;
}

/* Footer */
.main-footer {
  background: #1b1c28;
  border-top: 0;
}

.main-footer,
.main-footer a,
.footer-widget__text,
.footer-widget__info a,
.footer-widget__menu a {
  color: #b8c0cc;
}

.footer-widget__title {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-widget__menu a:hover,
.footer-widget__info a:hover {
  color: var(--thm-base);
}

.footer-widget__social a {
  background: #151622;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.footer-widget__social a:hover {
  background: var(--thm-base);
  border-color: var(--thm-base);
  color: #ffffff;
}

.bottom-footer {
  background: #151622;
  border-top: 0;
}

.bottom-footer__text,
.bottom-footer__text a {
  color: #c7ced8;
}

.footer-widget__info i,
.footer-widget__mailchimp__text i {
  color: var(--thm-base);
}

/* Premium video feature cards */
.video-one .row {
  align-items: center;
}

.video-one__list {
  counter-reset: videoFeature;
  gap: 18px;
  padding-top: 6px;
}

.video-one__list li,
.video-one__list li:nth-child(2),
.video-one__list li:nth-child(3n) {
  counter-increment: videoFeature;
  position: relative;
  min-height: 118px;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 28px 28px 25px 76px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0.06)
    ),
    rgba(12, 18, 24, 0.58);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transition:
    transform 300ms ease,
    border-color 300ms ease,
    background-color 300ms ease,
    box-shadow 300ms ease;
}

.video-one__list li::before {
  content: "0" counter(videoFeature);
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(255, 255, 255, 0.16);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.video-one__list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(180deg, #ffffff, var(--thm-base));
  opacity: 0.8;
}

.video-one__list li > i {
  position: absolute;
  left: 26px;
  top: 50%;
  width: 34px;
  height: 34px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(var(--thm-base-rgb), 0.14);
  border: 1px solid rgba(var(--thm-base-rgb), 0.42);
  color: var(--thm-base);
  font-size: 14px;
  transform: translateY(-50%);
}

.video-one__list li:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.3);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.24),
      rgba(255, 255, 255, 0.08)
    ),
    rgba(12, 18, 24, 0.72);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

@media (max-width: 991px) {
  .video-one__list {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .video-one__list li,
  .video-one__list li:nth-child(2),
  .video-one__list li:nth-child(3n) {
    min-height: 96px;
    padding: 22px 22px 20px 68px;
    font-size: 15px;
  }

  .video-one__list li > i {
    left: 22px;
    width: 30px;
    height: 30px;
  }

  .video-one__list li::before {
    top: 16px;
    right: 18px;
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .main-menu .container-fluid,
  .stricky-header .container-fluid {
    min-height: 78px;
  }

  .main-menu__logo {
    border-right: 0;
    height: 78px;
    top: auto;
    width: auto;
  }

  .main-menu__logo__shape-1,
  .main-menu__logo__shape-2 {
    display: none;
  }

  .main-menu__logo img {
    max-width: 130px;
  }

  .product-showcase__title {
    font-size: 46px;
  }

  .product-showcase__visual {
    min-height: 560px;
  }

  .product-gallery__slider {
    min-height: 560px;
  }

  .product-gallery__slide img {
    max-width: 86%;
    max-height: 78%;
  }

  .product-gallery__slide--product img {
    max-width: 74%;
  }

  .product-gallery__slide--tall img {
    max-width: 62%;
  }

  .product-gallery__slide--panel img {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .block-title__title,
  .page-header__title {
    font-size: 32px;
  }

  .page-header {
    min-height: 300px;
  }

  .page-header .container {
    padding-top: 92px;
    padding-bottom: 86px;
  }

  .page-header .container h2,
  .page-header__title {
    font-size: 40px;
  }

  .page-header .thm-breadcrumb {
    border-radius: 8px;
  }

  .product-showcase,
  .product-features,
  .product-gallery,
  .product-workflow {
    padding: 76px 0;
  }

  .product-showcase {
    background: #ffffff;
  }

  .product-showcase__title,
  .product-gallery__content h2 {
    font-size: 34px;
  }

  .product-showcase__stats {
    grid-template-columns: 1fr;
  }

  .product-showcase__visual {
    min-height: 440px;
  }

  .product-showcase__halo {
    inset: 48px 0 34px;
  }

  .product-showcase__visual img {
    max-height: 420px;
  }

  .product-showcase__badge {
    left: 14px;
    bottom: 24px;
    min-width: 180px;
  }

  .product-overview {
    padding: 76px 0;
  }

  .product-overview__intro,
  .product-overview__benefits {
    padding: 30px 24px;
  }

  .product-overview__intro h2,
  .product-overview__benefits h3 {
    font-size: 28px;
  }

  .product-overview__image {
    min-height: 320px;
  }

  .product-overview__image img {
    max-height: 280px;
  }

  .product-overview__benefits ul,
  .product-faq__grid {
    grid-template-columns: 1fr;
  }

  .product-gallery__slider {
    min-height: 420px;
  }

  .product-gallery__slide img {
    max-width: 86%;
    max-height: 76%;
  }

  .product-gallery__slide--product img,
  .product-gallery__slide--tall img {
    max-width: 78%;
  }

  .product-gallery__slide--panel img {
    max-width: 92%;
    max-height: 72%;
  }

  .product-gallery__slide figcaption {
    left: 18px;
    bottom: 22px;
    max-width: calc(100% - 36px);
  }

  .product-gallery__dots {
    right: 18px;
    bottom: 28px;
  }

  .product-cta {
    padding-bottom: 76px;
  }

  .product-faq {
    padding-bottom: 76px;
  }

  .product-faq__item {
    min-height: auto;
    padding: 28px 24px 26px;
  }

  .product-cta__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px 26px;
  }

  .product-cta__inner h2 {
    font-size: 28px;
  }

  .product-cta__phone {
    min-width: 0;
  }

  .product-cta__phone strong {
    font-size: 18px;
    white-space: normal;
  }

  .about-four__box {
    padding: 20px 20px 20px 78px;
  }

  .about-four__box__icon {
    left: 20px;
    width: 42px;
    height: 42px;
  }

  .about-four__box__icon i {
    font-size: 28px;
  }

  .slider-one__title {
    font-size: 40px;
  }

  .slider-one__tagline {
    font-size: 11px;
  }

  .slider-one__item {
    padding-top: 132px;
  }

  .thm-btn {
    padding: 15px 24px;
  }

  .service-card__content__inner {
    padding: 30px 22px;
  }

  .service-two .service-card-two {
    min-height: auto;
    padding: 34px 28px 32px;
  }

  .service-two .service-card-two__icon {
    margin-bottom: 28px;
  }

  .service-two .service-card-two::after {
    font-size: 64px;
  }

  .fact-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .fact-one__item {
    min-height: 170px;
  }

  .fact-one__count {
    font-size: 48px;
  }

  .testimonials-one .testimonial-card {
    min-height: auto;
    padding: 34px 26px 32px;
  }

  .testimonials-one .testimonial-card__name {
    font-size: 20px;
  }
}
