@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "Hoves";
  font-weight: 400;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

address,
dl,
ol,
p,
ul {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

span {
  display: inline-block;
}

img {
  display: block;
  max-width: 100%;
}

li {
  list-style: none;
}

input,
textarea,
button,
select {
  font-family: inherit;
  border: 0;
  background: none;
  outline: none;
  resize: none;
}

/* Inter */
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter/Inter_24pt-Regular.woff") format("woff"),
    url("./assets./fonts/Inter/Inter_24pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter/Inter_24pt-Medium.woff") format("woff"),
    url("./assets/fonts/Inter/Inter_24pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./assets/fonts/Inter/Inter_24pt-SemiBold.woff") format("woff"),
    url("./assets/fonts/Inter/Inter_24pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Hoves";
  src: url("./assets/fonts/Hoves/TTHoves-Regular.woff") format("woff"),
    url("./assets/fonts/Hoves/TTHoves-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Hoves";
  src: url("./assets/fonts/Hoves/TTHoves-Medium.woff") format("woff"),
    url("./assets/fonts/Hoves/TTHoves-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Hoves";
  src: url("./assets/fonts/Hoves/TTHoves-DemiBold.woff") format("woff"),
    url("./assets/fonts/Hoves/TTHoves-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Hoves";
  src: url("./assets/fonts/Hoves/TTHoves-Bold.woff") format("woff"),
    url("./assets/fonts/Hoves/TTHoves-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat/Montserrat-Medium.woff") format("woff"),
    url("./assets/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat/Montserrat-Regular.woff") format("woff"),
    url("./assets/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Next-Art";
  src: url("./assets/fonts/Next-Art/NEXTART-Bold.woff") format("woff"),
    url("./assets/fonts/Next-Art/NEXTART-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Segoeu";
  src: url("./assets/fonts/Segoeu/segoeuithis.woff") format("woff"),
    url("./assets/fonts/Segoeu/segoeuithis.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  display: swap;
}
@font-face {
  font-family: "Segoeu";
  src: url("./assets/fonts/segoeuithibd.woff") format("woff"),
    url("./assets/fonts/segoeuithibd.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  display: swap;
}
.header {
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 16px 0;
  color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.header__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__logo-wrapper p {
  color: #000;
  font-weight: 400;
  font-size: 30px;
  margin: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 0.8px;
}
.header__logo-wrapper p:nth-child(2) {
  padding: 5px 0 0 6px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.header__menu ul a {
  position: relative;
  display: block;
  text-transform: uppercase;
  padding: 8px 4px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff0089;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__menu ul a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.header__btns a {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  background-color: #ff0089;
  border-radius: 4px;
  padding: 10px 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  color: #fff;
}
.header__btns a:hover {
  background-color: #f30a86;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.header__mob {
  display: none;
}
.header__mob-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__mob-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.header__mob-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__mob-logo-wrapper p {
  color: #000;
  font-weight: 400;
  font-size: 25px;
  margin: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 0.8px;
}
.header__mob-logo-wrapper p:nth-child(2) {
  padding: 5px 0 0 6px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.header__lists svg {
  width: 30px;
  height: 30px;
}
.header__call svg {
  width: 30px;
  height: 30px;
}

.hero {
  position: relative;
  width: 100%;
  height: 80vh;
  margin-bottom: -50px;
}
.hero__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.hero__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.2)),
    to(rgba(0, 0, 0, 0.4))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.4)
  );
  z-index: 0;
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
  padding-top: 15vh;
}
.hero__content span {
  color: #ede9e9;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  font-weight: 700;
  font-size: 20px;
  border-radius: 4px;
}
.hero__content h1 {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-size: 52px;
  margin: 0;
  text-align: center;
}
.hero__content p {
  color: rgba(255, 255, 255, 0.95);
  max-width: 800px;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 24px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.hero__content .btn {
  display: inline-block;
  padding: 14px 32px;
  background-color: #cc006d;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fff;
}
.hero__content .btn:hover {
  background-color: #d8267f;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.service {
  background-color: #f1f0ec;
  padding: 45px 0 90px;
  position: relative;
  z-index: 1;
  border-radius: 25px 25px 0 0;
  -webkit-box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.07);
}
.service__title h1 {
  font-weight: 500;
  font-size: 35px;
  color: #333;
  margin-bottom: 45px;
  text-align: center;
}
.service__card {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 220px;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}
.service__wrapper:hover .service__card:not(:hover) {
  -webkit-box-flex: 0.9;
  -ms-flex: 0.9;
  flex: 0.9;
}
.service__wrapper .service__card:hover {
  -webkit-box-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
}
.service .card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
.service .category-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
  color: white;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.service .pregnancy {
  background-color: #6a8360;
}
.service .kidney {
  background-color: #e07a5f;
}
.service .liver {
  background-color: #d4a373;
}
.service .parasite {
  background-color: #60949d;
}
.service__card-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: white;
  z-index: 2;
}
.service .card-title {
  font-size: 22px;
  font-weight: 400;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.service .card-description {
  font-size: 14px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.service .service__wrapper:hover .service__card:not(:hover) .card-title,
.service .service__wrapper:hover .service__card:not(:hover) .category-tag {
  opacity: 0;
}
.service__card:hover .card-description {
  opacity: 1;
  height: auto;
}

.products {
  padding: 70px 0 100px;
}
.products__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 20px 20px 20px;
  background-color: #f1f0ec;
  border-radius: 15px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  overflow: hidden;
  height: 100%;
}
.products__card:hover {
  -webkit-transform: translateY(-8px) scale(1.02);
  -ms-transform: translateY(-8px) scale(1.02);
  transform: translateY(-8px) scale(1.02);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.products__card img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 50%;
}
.products__card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products__title {
  font-weight: 500;
  font-size: 35px;
  color: #333;
  margin-bottom: 50px;
  text-align: center;
}
.products__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.products__rating img {
  width: 15px;
  height: 15px;
}
.products__info {
  padding: 12px 13px 24px;
}
.products__text {
  margin-top: 12px;
  margin-bottom: 35px;
}
.products__text h4 {
  margin-bottom: 12px;
}
.products__text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #212721;
}
.products__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products__price span {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: right;
  color: #212721;
}
.products__btn {
  padding: 10px;
  background-color: #313131;
  color: white;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.products__btn:hover {
  background-color: #4f4f4e;
}

.accordion-item {
  background-color: transparent;
}

.advantage {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  border-radius: 40px 40px 0 0;
  -webkit-box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.07);
}
.advantage__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 20px;
}
.advantage__headline h2 {
  font-family: "Segoeu";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: #313131;
  position: relative;
}
.advantage__headline h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #ff1875;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.advantage__headline--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.advantage__headline--right h2::after {
  left: auto;
  right: 0;
}
.advantage__card {
  border-radius: 20px;
  padding: 35px 30px;
  height: 100%;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease,
    -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.advantage__card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff1875),
    to(#ff65a3)
  );
  background: linear-gradient(90deg, #ff1875 0%, #ff65a3 100%);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.advantage__card:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.advantage__card:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.advantage__card:hover .advantage__icon {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.advantage__card--light {
  background-color: #fff;
  border: 1px solid rgba(49, 49, 49, 0.08);
}
.advantage__card--light h3,
.advantage__card--light p {
  color: #313131;
}
.advantage__card--light .advantage__icon {
  background-color: rgba(255, 24, 117, 0.1);
}
.advantage__card--light .advantage__icon i {
  color: #ff1875;
}
.advantage__card--dark {
  background-color: #313131;
}
.advantage__card--dark h3,
.advantage__card--dark p {
  color: #fffef7;
}
.advantage__card--dark .advantage__icon {
  background-color: rgba(255, 254, 247, 0.15);
}
.advantage__card--dark .advantage__icon i {
  color: #fffef7;
}
.advantage__card h3 {
  font-weight: 400;
  font-size: 27px;
  line-height: 1.3;
  margin: 43px 0 14px;
}
.advantage__card p {
  font-family: "Segoeu";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.advantage__icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.advantage__icon i {
  font-size: 28px;
}

.stats-counter {
  padding: 70px 0 100px;
  background-color: #f8f9fa;
  position: relative;
}
.stats-counter__title {
  font-weight: 500;
  font-size: 35px;
  color: #333;
  margin-bottom: 55px;
  text-align: center;
}
.stats-counter .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .stats-counter .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .stats-counter .stats-grid {
    grid-template-columns: 1fr;
  }
}
.stats-counter .stat-item {
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .stats-counter .stat-item {
    margin-bottom: 20px;
  }
}
.stats-counter .stat-item .counter {
  font-size: 3.2rem;
  font-weight: 600;
  color: #f30a86;
  margin-bottom: 0.5rem;
}
.stats-counter .stat-item p {
  color: #666;
  font-size: 0.95rem;
  margin-top: 8px;
  font-weight: normal;
}

.testimonials {
  padding: 70px 0 100px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9fafc),
    to(#f3f5f9)
  );
  background: linear-gradient(to bottom, #f9fafc, #f3f5f9);
}
.testimonials .section-title {
  font-size: 35px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.testimonials .testimonial-card {
  height: 100%;
}
.testimonials .testimonial-card__content {
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 25px;
  -webkit-box-sizing: 16px;
  box-sizing: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.testimonials .testimonial-card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #ff4d8d;
}
.testimonials .testimonial-card__quote {
  margin-bottom: 10px;
}
.testimonials .testimonial-card__quote svg {
  width: 32px;
  height: 32px;
}
.testimonials .testimonial-card__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  margin-bottom: 20px;
  font-style: italic;
  height: 208px;
  overflow: hidden;
}
.testimonials .testimonial-card__footer {
  margin-top: auto;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}
.testimonials .testimonial-card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials .testimonial-card__avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  background-color: #f7f7ff;
  border: 2px solid rgba(105, 102, 103, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonials .testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials .testimonial-card__info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 4px;
}
.testimonials .testimonial-card__info span {
  font-size: 14px;
  color: #888;
  display: block;
}
@media (max-width: 992px) {
  .testimonials .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testimonials .testimonial-card {
    margin-bottom: 20px;
  }
}

.get-in-touch {
  padding: 70px 0 100px;
  background-color: #f9fafc;
  /* Contact Info Styles */
  /* Contact Form Styles */
  /* Dark theme styles (for dropdown as shown in image) */
}
.get-in-touch .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.get-in-touch .section-title {
  font-size: 35px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
  position: relative;
}
.get-in-touch .section-title:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #ff4d8d;
  margin: 15px auto 0;
  border-radius: 2px;
}
.get-in-touch .section-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}
.get-in-touch .contact-info {
  height: 100%;
}
.get-in-touch .contact-info__card {
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.get-in-touch .contact-info__card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.get-in-touch .contact-info__card h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #ff4d8d;
}
.get-in-touch .contact-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.get-in-touch .contact-info__item:last-child {
  margin-bottom: 0;
}
.get-in-touch .contact-info__icon {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 77, 141, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.get-in-touch .contact-info__text h4 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0 0 8px;
}
.get-in-touch .contact-info__text p {
  font-size: 16px;
  color: #666;
  margin: 0 0 5px;
  line-height: 1.5;
}
.get-in-touch .contact-info__text p:last-child {
  margin-bottom: 0;
}
.get-in-touch .contact-form {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  /* Custom Select Styles */
}
.get-in-touch .contact-form h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.get-in-touch .contact-form h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #ff4d8d;
}
.get-in-touch .contact-form__form .form-group {
  padding: 10px 0;
}
.get-in-touch .contact-form__form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  margin-bottom: 8px;
}
.get-in-touch .contact-form__form .form-control {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.get-in-touch .contact-form__form .form-control:focus {
  border-color: #ff4d8d;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 77, 141, 0.1);
  box-shadow: 0 0 0 3px rgba(255, 77, 141, 0.1);
  outline: none;
}
.get-in-touch .contact-form__form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.get-in-touch .contact-form .custom-select {
  position: relative;
  /* Styling for dropdown options */
  /* Dark background for select field */
}
.get-in-touch .contact-form .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.get-in-touch .contact-form .custom-select select::-ms-expand {
  display: none;
}
.get-in-touch .contact-form .custom-select:after {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  font-size: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.get-in-touch .contact-form .custom-select:hover:after {
  color: #ff4d8d;
}
.get-in-touch .contact-form .custom-select select option {
  background-color: #fff;
  color: #333;
  padding: 12px;
  font-size: 16px;
}
.get-in-touch .contact-form .custom-select select option:hover,
.get-in-touch .contact-form .custom-select select option:focus,
.get-in-touch .contact-form .custom-select select option:active {
  background-color: rgba(255, 77, 141, 0.05);
}
.get-in-touch .contact-form .custom-select select::-ms-value {
  background-color: #2a2a35;
  color: #fff;
}
.get-in-touch .contact-form .custom-select select:focus {
  border-color: #ff4d8d;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 77, 141, 0.1);
  box-shadow: 0 0 0 3px rgba(255, 77, 141, 0.1);
}
.get-in-touch .contact-form .btn-primary {
  background-color: #ff4d8d;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 10px;
}
.get-in-touch .contact-form .btn-primary:hover {
  background-color: #ff347d;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(255, 77, 141, 0.3);
  box-shadow: 0 5px 15px rgba(255, 77, 141, 0.3);
}
.get-in-touch .contact-form .btn-primary:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.get-in-touch .dark-theme {
  background-color: #212130;
  color: #fff;
}
.get-in-touch .dark-theme .form-control {
  background-color: #2a2a35;
  border-color: #444;
  color: #fff;
}
.get-in-touch .dark-theme .form-control::-webkit-input-placeholder {
  color: #aaa;
}
.get-in-touch .dark-theme .form-control::-moz-placeholder {
  color: #aaa;
}
.get-in-touch .dark-theme .form-control:-ms-input-placeholder {
  color: #aaa;
}
.get-in-touch .dark-theme .form-control::-ms-input-placeholder {
  color: #aaa;
}
.get-in-touch .dark-theme .form-control::placeholder {
  color: #aaa;
}
.get-in-touch .dark-theme h2,
.get-in-touch .dark-theme h3,
.get-in-touch .dark-theme h4,
.get-in-touch .dark-theme label {
  color: #fff;
}
.get-in-touch .dark-theme .contact-form {
  background-color: #262635;
}
.get-in-touch .dark-theme .custom-select:after {
  color: #ccc;
}
.get-in-touch .dark-theme .btn-primary {
  background-color: #4cd964;
}
.get-in-touch .dark-theme .btn-primary:hover {
  background-color: #37d552;
  -webkit-box-shadow: 0 5px 15px rgba(76, 217, 100, 0.3);
  box-shadow: 0 5px 15px rgba(76, 217, 100, 0.3);
}

.address-page .get-in-touch {
  padding-top: 150px;
}
.address-page .section-header {
  display: none;
}

.map {
  background-color: #f9fafc;
}

.burger-mob {
  background-color: #fff;
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  z-index: -999999999;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  overflow-y: scroll;
}
.burger-mob__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.burger-mob-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.burger-mob-logo-wrapper p {
  color: #000;
  font-weight: 400;
  font-size: 25px;
  margin: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 0.8px;
}
.burger-mob-logo-wrapper p:nth-child(2) {
  padding: 5px 0 0 6px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.burger-mob.active {
  opacity: 1;
  z-index: 999999999999999;
  visibility: visible;
}
.burger-mob__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 29px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.burger-mob__languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.burger-mob__catalog {
  color: #333;
  text-align: center;
  margin-bottom: 47px;
}
.burger-mob__catalog p {
  margin-top: 45px;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
  color: #333;
}
.burger-mob__catalog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.burger-mob__catalog ul li {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.burger-mob__catalog ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.burger-mob__catalog ul li:hover {
  color: #ff3d81;
}
.burger-mob__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  gap: 26px;
  align-items: center;
  margin-bottom: 20px;
}
.burger-mob__btn .tell {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ff0089;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 11px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ff0089;
  border-radius: 4px;
}
.burger-mob__btn .tell:hover {
  background-color: #f30a86;
  color: #fff;
}
.burger-mob__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  gap: 21px;
}

.single-page {
  padding: 150px 0 70px;
}

.single-page .row {
  align-items: center;
}

.single-page__image {
  background-color: #f1f0ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 62px;
  border-radius: 8px;
}

.product__image {
  max-width: 100%;
  height: auto;
}

.thumbnail-img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
}

.product-title {
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: Arial, sans-serif;
}

.product-subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #444;
}

.product-info {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

.specs-text {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.offer-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.offer-text {
  font-size: 20px;
  font-weight: 700;
  color: #ff4081; /* Pink color matching your product */
}

.benefit-item {
  margin-bottom: 15px;
}

.benefit-icon {
  margin-right: 15px;
  color: #ff4081;
  font-size: 20px;
  min-width: 24px;
}

.benefit-text {
  font-size: 16px;
}

.btn-primary {
  background-color: #333;
  border: none;
  color: white;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #ff4081;
}

.original-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 10px;
  font-weight: normal;
}

/* Accordion styling */
.accordion-button {
  padding: 15px 0;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ddd;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff4081'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #eee;
}

.accordion-body {
  padding: 15px 0;
  color: #666;
}

/* For mobile responsiveness */
@media (max-width: 991.98px) {
  .single-page {
    padding: 100px 0 50px;
  }
  .product-details {
    margin-top: 30px;
  }
}
/* Section titles and content */
.section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.description-content {
  display: none;
}
.description-content.active {
  display: block;
  padding-bottom: 10px;
}

.expand-btn {
  color: #ff4081;
}

/* FAQ Section */
.faq-block {
  margin-bottom: 30px;
}

.faq-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.faq-item {
  border-bottom: 1px solid #eee;
}

.faq-question {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.question-text {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

/* Custom arrow icon */
.arrow-icon {
  position: relative;
  width: 14px;
  height: 14px;
}

.arrow-icon:before,
.arrow-icon:after {
  content: "";
  position: absolute;
  background-color: #ff4081;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.arrow-icon:before {
  width: 14px;
  height: 2px;
  top: 6px;
}

.arrow-icon:after {
  width: 2px;
  height: 14px;
  left: 6px;
  top: 0;
}

.faq-question[aria-expanded="true"] .arrow-icon:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.faq-answer {
  padding: 0 0 15px;
}

.faq-answer p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* Product Info Section Styles */
.product-info-section {
  padding-top: 60;
}

.description-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

/* Usage Block */
.usage-block {
  margin-bottom: 40px;
}

.usage-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.usage-content {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px;
}

/* Wrapper styling for consistent design */
.faq-block,
.product-description-block,
.usage-block {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.faq-block:hover {
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* FAQ title */
.faq-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

/* Accordion styles */
.accordion-button {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  background-color: transparent;
  padding: 15px 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #ff4081;
  background-color: transparent;
}

.accordion-button::after {
  -webkit-filter: invert(44%) sepia(93%) saturate(1299%) hue-rotate(309deg)
    brightness(103%) contrast(101%);
  filter: invert(44%) sepia(93%) saturate(1299%) hue-rotate(309deg)
    brightness(103%) contrast(101%);
}

/* Accordion body */
.accordion-body {
  padding: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 20px;
}
.accordion-body ul,
ol {
  padding-left: 20px;
}
.accordion-body li {
  list-style: block;
}

/* Remove default accordion borders */
.accordion-item {
  border: none;
  border-bottom: 1px solid #eee;
}

/* Smooth transitions for collapse */
.accordion-collapse {
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .faq-title {
    font-size: 18px;
  }
  .accordion-button {
    font-size: 16px;
  }
  .faq-block {
    padding: 20px;
  }
}
.footer {
  background-color: #1a1e1b;
  color: #ffffff;
  padding: 70px 0 35px;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 23px;
}
.footer__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__logo-wrapper p {
  color: #fff;
  font-weight: 400;
  font-size: 33px;
  margin: 0;
  letter-spacing: 0.8px;
}
.footer__logo-wrapper p:nth-child(2) {
  padding: 5px 0 0 6px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.footer__description {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  opacity: 0.8;
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.footer__phone,
.footer__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__phone i,
.footer__email i {
  margin-right: 8px;
  font-size: 17px;
  color: #ff3d81;
}
.footer__phone:hover,
.footer__email:hover {
  color: #ff3d81;
}
.footer__section {
  margin-top: 10px;
}
.footer__heading {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 10px;
}
.footer__heading i {
  margin-right: 8px;
  color: #ff3d81;
}
.footer__subheading {
  font-size: 14px;
  font-weight: 600;
  margin: 24px 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__subheading i {
  margin-right: 8px;
  color: #ff3d81;
}
.footer__list li {
  margin-bottom: 8px;
}
.footer__list a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.3s, padding-left 0.3s;
  transition: color 0.3s, padding-left 0.3s;
  display: block;
  padding: 3px 0;
  opacity: 0.8;
}
.footer__list a:hover {
  color: #ff3d81;
  padding-left: 5px;
  opacity: 1;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.footer__social-link:hover {
  background-color: #ff3d81;
  color: white;
}
.footer__address {
  margin-top: 30px;
}
.footer__text p {
  opacity: 0.8;
  font-weight: 400;
  font-size: 15px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  opacity: 0.7;
}
.footer__credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 14px;
}
.footer__credits span {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  opacity: 0.7;
}
.footer__credits p {
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  margin: 0;
  letter-spacing: 0.8px;
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .hero__content {
    padding-top: 18vh;
  }
  .hero__content h1 {
    font-size: 45px;
  }
  .hero__content p {
    max-width: 670px;
    font-size: 19px;
    margin-bottom: 20px;
  }
  .hero__content span {
    font-size: 18px;
  }
  .hero__content .btn {
    padding: 12px 24px;
  }
  .header__wrapper {
    display: none;
  }
  .header__mob {
    display: block;
  }
}
@media (max-width: 992px) {
  .hero {
    height: 75vh;
  }
  .hero__content {
    gap: 10px;
    padding-top: 19vh;
  }
  .hero__content h1 {
    font-size: 40px;
  }
  .hero__content p {
    max-width: 600px;
    font-size: 17px;
    margin-bottom: 18px;
  }
  .hero__content span {
    font-size: 17px;
  }
  .hero__content .btn {
    padding: 11px 20px;
  }
  .footer__description {
    font-size: 18px;
    text-transform: uppercase;
  }
  .footer__logo {
    margin-bottom: 35px;
  }
  .footer__logo svg {
    width: 45px;
    height: 45px;
  }
  .footer__logo-wrapper p {
    font-size: 42px;
  }
  .footer__logo-wrapper p:last-child {
    font-size: 17px;
    padding-top: 10px;
  }
  .footer__description {
    margin-bottom: 25px;
  }
  .footer__heading {
    border-bottom: none;
    margin-bottom: 12px;
  }
  .footer__social {
    margin-top: 0px;
  }
  .footer__bottom .footer__copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__bottom .footer__credits {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .get-in-touch .contact-info__card {
    padding: 30px 25px;
  }
  .get-in-touch .contact-info__card h3 {
    margin-bottom: 35px;
  }
  .get-in-touch .contact-info__item {
    margin-bottom: 35px;
  }
  .get-in-touch .contact-form {
    padding: 30px 25px;
  }
  .get-in-touch .contact-form h3 {
    margin-bottom: 20px;
  }
  .advantage {
    padding: 80px 0;
  }
  .advantage__headline h2 {
    font-size: 34px;
  }
  .advantage__card {
    padding: 25px;
  }
  .advantage__card h3 {
    font-size: 24px;
    margin: 35px 0 12px;
  }
  .products__text {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .products__text p {
    font-size: 14px;
  }
  .products__text h4 {
    margin-bottom: 8px;
  }
  .service__wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .service__card {
    width: 100% !important;
    min-width: auto !important;
    overflow: hidden;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    -webkit-transition: -webkit-transform 0.3s ease !important;
    transition: -webkit-transform 0.3s ease !important;
    transition: transform 0.3s ease !important;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
  }
  .service__card:hover .card-image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .service .card-image {
    -webkit-transition: -webkit-transform 0.3s ease !important;
    transition: -webkit-transform 0.3s ease !important;
    transition: transform 0.3s ease !important;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease !important;
  }
  .service__wrapper:hover .service__card:not(:hover),
  .service__wrapper .service__card:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .single-page .product-info-section {
    padding: 10px 0px;
  }
  .service__card:hover .card-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 910px) {
  .products .row .col-md-6 {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .get-in-touch .contact-form__form .form-control {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .hero__content {
    gap: 10px;
    padding-top: 19vh;
  }
  .hero__content h1 {
    font-size: 35px;
  }
  .hero__content p {
    max-width: 550px;
    font-size: 16px;
    margin-bottom: 14px;
  }
  .hero__content span {
    font-size: 15px;
  }
  .hero__content .btn {
    padding: 10px 16px;
    font-size: 15px;
  }
  .footer__social {
    gap: 10px;
  }
  .footer__social-link {
    width: 36px;
    height: 36px;
  }
  .footer__list a {
    font-size: 15px;
  }
  .get-in-touch .wrapper {
    gap: 30px;
  }
  .get-in-touch .contact-info__item {
    margin-bottom: 30px;
  }
  .get-in-touch .section-title {
    font-size: 33px;
  }
  .get-in-touch .contact-form__form .form-control {
    font-size: 15px;
  }
  .testimonials .section-title {
    font-size: 33px;
  }
  .advantage {
    padding: 60px 0;
  }
  .advantage__headline {
    padding: 10px;
  }
  .advantage__headline--right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .advantage__headline--right h2::after {
    left: 0;
    right: auto;
  }
  .advantage__card {
    min-height: auto;
  }
  .stats-counter h3 {
    font-size: 33px;
  }
  .products__text {
    margin-top: 8px;
    margin-bottom: 35px;
  }
  .products__text p {
    font-size: 15px;
  }
  .products__text h4 {
    margin-bottom: 10px;
  }
  .products__title {
    font-size: 33px;
  }
  .service {
    padding: 40px 0 70px;
  }
  .service__card {
    height: 400px;
  }
  .service__title h1 {
    font-size: 33px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .success.active .success__wrapper{
    max-width: 420px;
    padding: 50px 50px;
  }
  .hero__content {
    gap: 8px;
    padding-top: 19vh;
  }
  .hero__content h1 {
    font-size: 30px;
  }
  .hero__content p {
    max-width: 450px;
    font-size: 16px;
    margin-bottom: 12px;
  }
  .hero__content span {
    font-size: 15px;
  }
  .hero__content .btn {
    padding: 8px 12px;
    font-size: 14px;
  }
  .footer {
    padding: 90px 0 30px;
  }
  .footer .row .col-lg-3:first-child {
    margin-top: auto;
  }
  .footer__credits {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .footer__credits p {
    font-size: 23px;
  }
  .footer__logo svg {
    width: 38px;
    height: 38px;
  }
  .footer__logo-wrapper p {
    font-size: 36px;
  }
  .footer__logo-wrapper p:last-child {
    font-size: 15px;
    padding-top: 10px;
  }
  .footer__social {
    gap: 16px;
  }
  .footer__social-link {
    width: 40px;
    height: 40px;
  }
  .footer__description {
    font-size: 17px;
  }
  .footer__heading {
    margin-bottom: 2px;
  }
  .footer__subheading {
    margin-top: 0;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px;
  }
  .get-in-touch {
    padding: 50px 0;
  }
  .get-in-touch .section-subtitle {
    font-size: 16px;
  }
  .get-in-touch .contact-info__text h4 {
    font-size: 17px;
  }
  .get-in-touch .contact-info__text p {
    font-size: 14px;
  }
  .get-in-touch .contact-info__card,
  .get-in-touch .contact-form {
    padding: 30px 20px;
  }
  .get-in-touch .contact-info__card h3,
  .get-in-touch .contact-form h3 {
    font-size: 22px;
  }
  .get-in-touch .contact-form__form .form-control {
    font-size: 15px;
  }
  .get-in-touch .contact-form__form .form-group {
    padding: 9px 0;
  }
  .get-in-touch .contact-form .btn-primary {
    padding: 11px 20px;
    font-size: 15px;
  }
  .testimonials {
    padding: 50px 0;
  }
  .products {
    padding: 50px 0 80px;
  }
  .products__card:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .stats-counter {
    padding: 50px 0;
  }
  .stats-counter__title {
    margin-bottom: 40px;
  }
  .advantage__headline h2 {
    font-size: 32px;
  }
  .service__wrapper {
    grid-template-columns: 1fr !important;
    gap: 15px;
  }
  .service__title h1 {
    font-size: 30px;
  }
  .service__card:hover .card-image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .single-page .description-text {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 15px;
  }
  .single-page .section-title {
    font-size: 22px;
  }
  .single-page .usage-content {
    font-size: 15px;
    line-height: 1.5;
  }
  .single-page .accordion-body {
    font-size: 15px;
    line-height: 1.5;
  }
  .single-page .product-title {
    font-size: 24px;
  }
  .single-page .product-subtitle {
    font-size: 17px;
  }
  .single-page .product-info {
    font-size: 15px;
    line-height: 1.5;
  }
  .single-page .benefit-text {
    font-size: 15px;
  }
  .single-page .offer-text {
    font-size: 19px;
  }
  .service .card-description {
    opacity: 1;
    height: auto;
  }
  .service .service__wrapper:hover .service__card:not(:hover) .card-title,
  .service .service__wrapper:hover .service__card:not(:hover) .category-tag {
    opacity: 1;
  }
}
@media (max-width: 500px) {
  .hero {
    height: 70vh;
  }
  .hero__content {
    padding-top: 15vh;
  }
  .products__card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__image {
    width: auto !important;
    height: 250px;
  }
  .header__lists svg {
    width: 28px;
    height: 28px;
  }
  .header__call svg {
    width: 28px;
    height: 28px;
  }

  .testimonials .section-title {
    font-size: 30px;
    text-align: start;
    margin-bottom: 35px;
  }
  .testimonials .testimonial-card__avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .testimonials .testimonial-card__info h4 {
    font-size: 14px;
  }
  .testimonials .testimonial-card__info span {
    font-size: 12px;
  }
  .get-in-touch .section-title {
    font-size: 30px;
  }
  .get-in-touch .section-title:after {
    margin: 10px 0;
  }
  .get-in-touch .section-header {
    text-align: start;
    margin-bottom: 32px;
  }
  .products__title {
    font-size: 30px;
    text-align: start;
  }
  .stats-counter h3 {
    font-size: 30px;
  }
  .single-page .single-page__image {
    padding: 30px;
  }
  .single-page .faq-block,
  .single-page .product-description-block,
  .single-page .usage-block {
    padding: 25px 17px;
  }
}
@media (max-width: 400px) {
  .get-in-touch .contact-form__form .form-control {
    font-size: 14px;
  }
}

.visible-content {
  padding-bottom: 10px;
}

.visible-content.disable {
  display: none;
}

.success {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  z-index: 999999999;
  visibility: hidden;
  transition: 0.2s ease;
}
.success.active {
  opacity: 1;
  visibility: visible;
}
.success.active .success__wrapper {
  opacity: 1;
  visibility: visible;
}

.success__wrapper {
  width: 100%;
  max-width: 515px;
  margin: 0 15px;
  background-color: #fff;
  padding: 100px 70px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box; 
  border-radius: 5px;
}

.success img {

  margin: 0 auto !important;
}

.success .success__wrapper h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 172%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.success .success__pop-up {
  margin-top: 20px;
  height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}

.success__wrapper .success-btn{
  position: absolute;
  top: 9px;
  right: 10px;
  cursor: pointer;
}
