@font-face {
  font-family: "Satoshi";
  src: url("../fonts/satoshi/Satoshi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/satoshi/Satoshi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/satoshi/Satoshi-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/satoshi/Satoshi-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --theme-color: #25b7d3;
  --theme-color2: #0a7892;
  --title-color: #252b2e;
  --body-color: #626d73;
  --page-bg: #f5fbfb;
  --smoke-color: #eef8fa;
  --smoke-color2: #f7fbfc;
  --title-font: "Satoshi", Arial, sans-serif;
  --body-font: "Satoshi", Arial, sans-serif;
  --theme-font: "Satoshi", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
.container,
.th-container {
  max-width: 1600px;
  padding-left: 30px;
  padding-right: 30px;
}
body,
button,
input,
select,
textarea {
  color: var(--body-color);
  background: var(--page-bg);
  font-family: "Satoshi", Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6,
.hero-title,
.sec-title,
.box-title,
.main-menu a,
.th-btn {
  font-family: "Satoshi", Arial, sans-serif !important;
}
.cursor-follower, .color-scheme-wrap, .preloader { display: none !important; }
.shape-mockup {
  display: none !important;
}
.circle-tag,
.circle-title-anime,
.icon-box,
#hero .slider-arrow,
.hero-slider1 .slider-arrow,
.hero-1 .circle-tag,
.hero-1 .icon-box {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.header-logo a,
.mobile-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 74px;
  overflow: visible;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.header-logo img,
.mobile-logo img {
  width: 172px;
  max-width: none;
  max-height: 74px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
  transform: none;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.28));
}
.about-logo img {
  width: 172px;
  max-height: 68px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.18));
}
.th-header.header-default {
  position: absolute;
  inset: 0 0 auto;
  z-index: 45;
}
.header-default .sticky-wrapper,
.header-default .sticky-wrapper:not(.sticky),
.header-default .sticky-wrapper:not(.sticky) .menu-area {
  background: transparent !important;
  border-bottom: 0;
  box-shadow: none;
}
.header-default .menu-area {
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(37, 183, 211, .18);
  box-shadow: 0 18px 40px rgba(16, 36, 42, .06);
  transition: background 220ms cubic-bezier(.16, 1, .3, 1), box-shadow 220ms cubic-bezier(.16, 1, .3, 1);
}
.header-default .sticky-wrapper.sticky .menu-area {
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid rgba(37, 183, 211, .18);
  box-shadow: 0 18px 40px rgba(16, 36, 42, .08);
}
.header-default .main-menu > ul > li > a,
.main-menu a {
  color: var(--title-color) !important;
  font-weight: 900;
  text-shadow: none !important;
}
.header-default .sticky-wrapper:not(.sticky) .main-menu > ul > li > a,
.header-default .sticky-wrapper:not(.sticky) .main-menu a {
  color: #fff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .34) !important;
}
.main-menu a:hover { color: var(--theme-color2) !important; }
.header-default .sticky-wrapper:not(.sticky) .main-menu a:hover { color: #9de9f5 !important; }
.header-default .header-button {
  gap: 12px;
}
.info-card {
  min-height: 48px;
  padding: 6px 14px 6px 8px;
  background: var(--theme-color2);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,.14);
}
.header-default .sticky-wrapper:not(.sticky) .info-card {
  background: rgba(10, 120, 146, .78);
}
.info-card .box-icon img { display: none; }
.info-card .box-icon {
  width: 36px;
  height: 36px;
  background: var(--theme-color);
  border-radius: 50%;
}
.info-card .box-icon i { color: #fff; font-size: 18px; }
.info-card .box-title {
  display: none;
}
.info-card .box-text {
  margin: 0;
  font-weight: 900;
}
.th-btn {
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 999px;
  padding: 13px 24px;
  box-shadow: 0 14px 28px rgba(37, 183, 211, .22);
}
.th-btn:hover { background-color: var(--theme-color2); color: #fff; }
.th-btn.style-border,
.th-btn.style-border3,
.th-btn.style2 {
  border-color: var(--theme-color2);
  color: var(--title-color);
}
.header-default .sticky-wrapper:not(.sticky) .th-btn.style-border {
  color: #fff;
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.10);
  padding: 12px 24px;
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
}
.th-btn.style-border:hover,
.th-btn.style-border3:hover,
.th-btn.style2:hover {
  background: var(--theme-color2);
  color: #fff;
}
.text-theme { color: #7ee5f0 !important; }

.hero-1 {
  background: var(--page-bg);
}
.hero-1 .swiper-slide { position: relative; }
.hero-slider1 .swiper-slide:not(:first-child) {
  display: none !important;
}
.hero-slider1 .swiper-wrapper,
.hero-slider1 .swiper-slide {
  width: 100% !important;
  transform: none !important;
}
.hero-1 .th-hero-bg {
  background-image: url("../img/mevetlab/hero-clinic-dog.jpg") !important;
  inset: 14px 24px 0 !important;
  border-radius: 26px !important;
  overflow: hidden !important;
}
.hero-1 .swiper-slide:nth-child(2) .th-hero-bg {
  background-image: url("../img/mevetlab/cat-stethoscope.jpg") !important;
}
.hero-1 .swiper-slide:nth-child(3) .th-hero-bg {
  background-image: url("../img/mevetlab/dog-hand.jpg") !important;
}
.hero-1 .th-hero-bg:before {
  opacity: .76 !important;
  background: linear-gradient(90deg, rgba(12, 39, 46, .9), rgba(12, 39, 46, .54) 52%, rgba(12, 39, 46, .2)) !important;
}
.mevet-hero-video {
  position: absolute;
  inset: 14px 24px 0;
  width: calc(100% - 48px);
  height: calc(100% - 14px);
  object-fit: cover;
  z-index: -3;
  border-radius: 26px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.hero-style1 .hero-title {
  max-width: 980px;
  letter-spacing: 0;
  font-weight: 900;
}
.hero-style1,
.hero-style1 [data-ani],
.hero-style1 .hero-title,
.hero-style1 .hero-text,
.hero-style1 .btn-wrap {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
.hero-style1 {
  max-width: 980px;
  padding-top: 220px;
  padding-bottom: 275px;
}
.hero-style1 .hero-text {
  max-width: 760px;
  color: rgba(255,255,255,.9) !important;
  font-size: 21px;
}
.hero-style1 .th-btn.th-btn-lg {
  min-height: 52px;
  padding: 15px 28px;
}
.hero-style1 .th-btn.style-border {
  color: #fff;
  border-color: rgba(255,255,255,.68);
  background: rgba(255,255,255,.08);
}
.hero-style1 .th-btn.style-border:hover {
  background: #fff;
  color: var(--theme-color2);
}
.hero-1 .circle-tag,
.hero-1 .icon-box {
  display: none !important;
}

@media (min-width: 768px) {
  .hero-1 .client-group-wrap,
  .hero-1 .hero-counter-wrap {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    animation: none !important;
  }
  .hero-1 .client-group-wrap .thumb {
    display: none !important;
  }
  .hero-1 .client-group-wrap .box-content {
    width: 100%;
  }
  .hero-1 .hero-counter-wrap {
    width: auto !important;
    max-width: calc(100% - 30px);
    flex-wrap: nowrap !important;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(18px, 3vw, 42px);
    white-space: nowrap;
  }
  .hero-1 .hero-counter-wrap .counter-card {
    flex: 0 0 auto;
    min-width: 0;
  }
  .hero-1 .hero-counter-wrap .box-number {
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1;
    white-space: nowrap;
  }
  .hero-1 .hero-counter-wrap .box-text {
    font-size: clamp(12px, 1.45vw, 16px);
    line-height: 1.15;
    white-space: nowrap;
  }
  .hero-1 .client-group-wrap *,
  .hero-1 .hero-counter-wrap * {
    animation: none !important;
    transition: none !important;
  }
}

.mevet-product-strip {
  position: relative;
  margin-top: -4px;
  background: var(--page-bg);
}
.mevet-product-strip.space {
  padding: 72px 0 92px;
}
.mevet-product-strip .title-area { max-width: 780px; }
.mevet-product-strip [data-cue] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.mevet-product-strip .sub-title {
  color: var(--theme-color2) !important;
}
.mevet-product-strip .sec-title {
  max-width: 720px;
  color: var(--title-color) !important;
  font-size: clamp(34px, 4.1vw, 56px);
  font-weight: 900;
  line-height: 1.02;
  overflow-wrap: normal;
}
.mevet-faq-section .title-area {
  max-width: 780px;
}
.mevet-faq-section,
.mevet-faq-section [data-cue],
.mevet-faq-section .title-area,
.mevet-faq-section .accordion-card {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.mevet-faq-section .sec-title {
  max-width: 720px;
  color: var(--title-color) !important;
  font-size: clamp(34px, 4.1vw, 56px);
  font-weight: 900 !important;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: normal;
}
.mevet-faq-section .accordion-button,
.mevet-faq-section .accordion-button.collapsed {
  color: var(--title-color) !important;
  opacity: 1 !important;
}
.mevet-faq-section .faq-text {
  color: var(--body-color) !important;
  opacity: 1 !important;
}
#service-sec .sec-title,
#about-sec .sec-title,
.position-relative.bg-white .sec-title,
.space.bg-white .sec-title,
.mevet-faq-section .sec-title,
.mevet-appointment-section .sec-title,
.footer-default .footer-cta-wrap .sec-title {
  font-size: clamp(34px, 4.1vw, 56px);
  font-weight: 900 !important;
  line-height: 1.02;
  letter-spacing: 0;
}
.mevet-product-strip p {
  color: var(--title-color);
}
.mevet-product-strip .fs-18 {
  color: var(--body-color);
}
.mevet-product-slider { margin-top: 42px; }
.mevet-product-slider .swiper-wrapper {
  align-items: stretch;
}
.mevet-product-slider .swiper-slide {
  height: auto;
  display: flex;
}
.mevet-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(37, 183, 211, .22);
  box-shadow: 0 24px 60px rgba(18, 54, 64, .10);
  transition: transform 220ms cubic-bezier(.16, 1, .3, 1), box-shadow 220ms cubic-bezier(.16, 1, .3, 1);
}
.mevet-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 72px rgba(18, 54, 64, .16);
}
.mevet-product-card .box-img {
  display: block;
  padding: 14px 14px 0;
}
.mevet-product-card .box-img img {
  width: 100%;
  aspect-ratio: 1.05 / 1;
  object-fit: cover;
  border-radius: 28px;
  background: var(--smoke-color);
}
.mevet-product-card .box-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}
.mevet-product-card span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--theme-color2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.mevet-product-card h3 {
  min-height: 58px;
  margin-bottom: 10px;
  color: var(--title-color);
  font-size: 24px;
  line-height: 1.18;
}
.mevet-product-card p {
  min-height: calc(1.5em * 2);
  max-height: calc(1.5em * 2);
  margin-bottom: 18px;
  color: var(--body-color);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(37, 183, 211, .18);
}
.product-meta strong {
  color: var(--title-color);
  font-size: 22px;
}
.product-meta a {
  color: var(--theme-color2);
  font-weight: 900;
}

#service-sec,
#about-sec,
.position-relative.bg-white,
.space.bg-white {
  background-color: var(--page-bg) !important;
}
#service-sec {
  scroll-margin-top: 128px;
  padding-top: 56px;
}
#service-sec .container {
  max-width: 1600px;
}
#service-sec .title-area {
  max-width: 1120px;
  margin-bottom: 38px;
}
#service-sec .sec-title {
  max-width: 1120px;
  font-weight: 900 !important;
  letter-spacing: 0;
  font-size: clamp(34px, 4.1vw, 56px);
  line-height: 1.02;
  color: var(--title-color) !important;
}
#service-sec .row.justify-content-between {
  align-items: flex-start !important;
}
#service-sec .sec-btn {
  padding-top: 18px;
}
#service-sec .slider-area.service-slider1 {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 30px;
  padding-right: 0;
  overflow: hidden;
}
#service-sec .service-slider1 {
  margin-right: 0 !important;
}
#service-sec .service-slider1 .th-slider,
#service-sec .service-slider1 .swiper {
  overflow: visible;
}
#service-sec .service-slider1 .swiper-wrapper {
  align-items: stretch;
}
#service-sec .service-slider1 .swiper-slide,
#service-sec .service-slider1 [data-cue] {
  height: auto;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
#service-sec .service-card {
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #152225;
  box-shadow: 0 20px 54px rgba(22, 59, 67, .12);
}
#service-sec .service-card .box-img {
  -webkit-mask-image: none !important;
  mask-image: none !important;
  border-radius: 24px;
  overflow: hidden;
}
#service-sec .service-card .box-img:after {
  background: linear-gradient(180deg, rgba(7, 28, 34, .05) 0%, rgba(7, 28, 34, .78) 76%) !important;
}
#service-sec .service-card .box-img img {
  height: clamp(360px, 32vw, 500px);
  opacity: 1 !important;
  filter: saturate(1.04) contrast(1.02);
}
#service-sec .service-card .box-content {
  margin: 18px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(9, 28, 34, .48);
  backdrop-filter: none;
}
#service-sec .service-card .box-title {
  margin-bottom: 0;
}
#service-sec .service-card .box-title a {
  color: #fff !important;
  font-weight: 900;
}
#service-sec .service-card .box-text {
  color: rgba(255,255,255,.86) !important;
  font-weight: 600;
  line-height: 1.42;
}
#service-sec .service-card:hover .box-content {
  background: rgba(255,255,255,.95);
}
#service-sec .service-card:hover .box-title a {
  color: var(--title-color) !important;
}
#service-sec .service-card:hover .box-text {
  color: var(--body-color) !important;
}
#service-sec .sub-title,
#service-sec .sec-title,
#service-sec .title-area {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
#about-sec {
  padding-top: 86px;
}

#about-sec .sub-title,
#service-sec .sub-title,
.position-relative.bg-white .sub-title,
.space.bg-white .sub-title {
  color: var(--theme-color2);
}
.about-bg-shape1-2,
.about-bg-shape1-3,
.about-bg-shape1-4,
.about-bg-shape1-5,
.about-bg-shape1-6,
.service-bg-shape1-1,
.service-bg-shape1-2,
.service-bg-shape1-3,
.service-bg-shape1-4 {
  opacity: .28;
}
.year-counter-wrap {
  background: var(--theme-color2) !important;
}
.about-wrap1 .img1 img {
  content: url("../img/mevetlab/cat-stethoscope.jpg");
}
.why-img-box1 img {
  content: url("../img/mevetlab/hero-clinic-dog.jpg");
  border-radius: 44px;
}
.video-thumb1-1 > img {
  content: url("../img/mevetlab/dog-hand.jpg");
}
.process-slide-image .background-img {
  background-image: url("../img/mevetlab/cat-xray-tablet.jpg") !important;
}
.process-slide-image .foreground-img {
  background-image: url("../img/mevetlab/doctor-xray.jpg") !important;
}
.faq-img-box1 img {
  content: url("../img/mevetlab/senior-cat.jpg");
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 30px;
}

.mevet-appointment-section {
  padding-top: clamp(64px, 7vw, 104px);
  padding-bottom: clamp(62px, 7vw, 100px);
}
.mevet-appointment-section .title-area {
  margin-bottom: 26px;
}
.mevet-appointment-section [data-cue],
.footer-default .footer-cta-wrap [data-cue] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.mevet-appointment-section .text-anim,
.mevet-appointment-section .text-anim2,
.footer-default .footer-cta-wrap .text-anim2 {
  opacity: 1 !important;
  color: var(--title-color) !important;
}
.mevet-appointment-section .sec-title {
  font-size: clamp(34px, 4.1vw, 56px);
  line-height: 1.02;
  max-width: 760px;
  font-weight: 900 !important;
  letter-spacing: 0;
  color: var(--title-color) !important;
}
.mevet-appointment-section .appointment-form {
  border-radius: 28px;
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 24px 80px rgba(18, 47, 55, .11);
}
.mevet-appointment-section .appointment-icon-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 22px;
}
.mevet-appointment-section .appointment-icon-item {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 8px;
  border-radius: 16px;
}
.mevet-appointment-section .appointment-icon-item .thumb {
  width: 26px;
  height: 26px;
  margin-bottom: 0;
  flex: 0 0 26px;
}
.mevet-appointment-section .appointment-icon-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mevet-appointment-section .appointment-icon-item .box-title {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mevet-map-card {
  background: #fff;
  border: 1px solid rgba(27, 126, 150, .14);
  border-radius: 30px;
  padding: clamp(14px, 2vw, 22px);
  box-shadow: 0 24px 80px rgba(18, 47, 55, .11);
  transform: translateY(-28px);
}
.mevet-map-frame {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(31deg, transparent 0 42%, rgba(28, 177, 203, .42) 42% 45%, transparent 45%),
    linear-gradient(145deg, transparent 0 33%, rgba(44, 74, 82, .22) 33% 35%, transparent 35%),
    linear-gradient(77deg, transparent 0 55%, rgba(244, 178, 85, .4) 55% 57%, transparent 57%),
    linear-gradient(0deg, rgba(255,255,255,.58) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.62) 1px, transparent 1px),
    #dcebed;
  background-size: auto, auto, auto, 54px 54px, 54px 54px, auto;
}
.mevet-map-preview {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.mevet-map-pin {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50% 50% 50% 0;
  background: var(--theme-color);
  transform: rotate(-45deg);
  box-shadow: 0 18px 38px rgba(27, 126, 150, .32);
}
.mevet-map-pin:after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: #fff;
}
.mevet-map-label {
  position: absolute;
  top: calc(50% + 34px);
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--title-color);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(18, 47, 55, .14);
}
.mevet-map-copy {
  display: grid;
  gap: 4px;
  padding: 16px 4px 2px;
}
.mevet-map-copy span {
  color: var(--theme-color2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.mevet-map-copy strong {
  color: var(--title-color);
  font-size: 22px;
  line-height: 1.12;
}
.mevet-map-copy a {
  color: var(--theme-color);
  font-weight: 900;
}
.mevet-btn-black,
.footer-default .footer-cta-wrap .mevet-btn-black {
  background: #101719 !important;
  color: #fff !important;
  border-color: #101719 !important;
}
.mevet-btn-black:before,
.mevet-btn-black:after {
  background: #101719 !important;
}
.footer-default .footer-cta-wrap {
  scroll-margin-top: 122px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  padding: clamp(42px, 5vw, 72px) clamp(30px, 4vw, 72px);
  background: var(--theme-color) !important;
  overflow: hidden;
}
.footer-default > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.footer-default .footer-cta-wrap .sec-title {
  font-size: clamp(34px, 4.1vw, 56px);
  line-height: 1.02;
  font-weight: 900 !important;
  letter-spacing: 0;
  max-width: 860px;
  color: #fff !important;
  overflow-wrap: normal;
}
.footer-default .footer-cta-wrap .row {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.footer-default .footer-cta-wrap .btn-wrap {
  gap: 14px;
}
.footer-default .footer-cta-wrap .th-btn,
.footer-default .footer-cta-wrap .th-btn.style2 {
  min-width: 190px;
  justify-content: center;
  background: rgba(255,255,255,.14) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.76) !important;
  box-shadow: none;
}
.footer-default .footer-cta-wrap .th-btn:before,
.footer-default .footer-cta-wrap .th-btn:after,
.footer-default .footer-cta-wrap .th-btn.style2:before,
.footer-default .footer-cta-wrap .th-btn.style2:after {
  background: var(--theme-color2) !important;
}
.footer-default .widget-area {
  background: #202729;
}
.footer-default .widget-area [data-cue] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.footer-default .widget-area,
.footer-default .widget-area p,
.footer-default .widget-area li,
.footer-default .widget-area span {
  color: rgba(255,255,255,.78) !important;
}
.footer-default .footer-widget .widget_title,
.footer-default .footer-widget a {
  color: #fff !important;
}
.footer-default .footer-widget .about-text,
.footer-default .footer-widget .box-text,
.footer-default .footer-widget li {
  color: rgba(255,255,255,.76) !important;
}
.footer-default .footer-cta-wrap .footer-cta-thumb,
.footer-default .footer-bg-shape1,
.footer-default .footer-bg-shape2,
.footer-default .footer-bg-shape3,
.footer-default .footer-bg-shape4 {
  display: none !important;
}

.gallery-1-wrap,
.team-area-1,
.testi-area-1,
.brand-sec1,
.price-area-1,
.mevet-hidden-section,
#blog-sec {
  display: none !important;
}

@media (max-width: 991px) {
  [data-cue],
  [data-ani],
  .text-anim,
  .text-anim2,
  .swiper-slide {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  .swiper-wrapper {
    transform: none;
  }
  .hero-1 .th-hero-bg,
  .mevet-hero-video {
    inset: 10px 12px 0 !important;
    width: calc(100% - 24px);
    height: calc(100% - 10px);
    border-radius: 22px !important;
  }
  .hero-style1 {
    padding-top: 180px;
    padding-bottom: 110px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero-style1 .hero-title {
    max-width: 94%;
  }
  .hero-style1 .hero-text { font-size: 18px; max-width: 94%; }
  .hero-1 .client-group-wrap,
  .hero-1 .hero-counter-wrap {
    display: none;
    position: static;
    transform: none;
    margin: 18px auto 0;
    width: calc(100% - 30px);
  }
  .hero-1 .hero-counter-wrap { justify-content: center; }
  .hero-1 .circle-tag,
  .hero-1 .icon-box {
    display: none;
  }
  .mevet-map-card {
    transform: none;
  }
  .mevet-appointment-section .appointment-icon-item .box-title {
    font-size: 11px;
  }
  .mevet-appointment-section .appointment-icon-item {
    gap: 5px;
    padding-inline: 6px;
  }
  .mevet-appointment-section .appointment-icon-item .thumb {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }
  .footer-default .footer-cta-wrap .sec-title {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .header-logo a, .mobile-logo a {
    width: 146px;
    height: 64px;
  }
  .header-logo img, .mobile-logo img {
    width: 146px;
    max-height: 64px;
  }
  .hero-style1 {
    padding-top: 138px;
    padding-bottom: 78px;
  }
  .hero-style1 .hero-title { font-size: 34px; line-height: 1.06; }
  .hero-style1 .hero-text { font-size: 16px; line-height: 1.55; }
  .hero-style1 .btn-wrap {
    display: grid;
    gap: 14px;
    max-width: 100%;
    padding-right: 22px;
  }
  .hero-style1 .btn-wrap .th-btn { width: 100%; justify-content: center; }
  .mevet-appointment-section {
    scroll-margin-top: 104px;
  }
  .mevet-appointment-section .appointment-icon-item .thumb {
    display: none;
  }
  .mevet-appointment-section .appointment-icon-item .box-title {
    font-size: 10.5px;
  }
  .mevet-appointment-section .sec-title {
    font-size: 38px;
  }
  .mevet-product-strip.space { padding: 50px 0 72px; }
  .mevet-product-card h3 { min-height: auto; font-size: 22px; }
  .mevet-product-card p { min-height: auto; }
}
