/* Site overrides on top of Knirpse theme */

:root {
  --secondary-color: #018ed5;
}

.breadcumb-wrapper {
  background-image: url("/knirpse/assets/img/bg/breadcrumb-bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Contact page map header text */
.contact-location {
  line-height: 1.5 !important;
  overflow: visible !important;
  text-align: center;
}

.contact-location-heading {
  display: block;
  text-align: center;
  margin: 0 auto 18px;
  padding: 18px 20px;
  border: 3px solid var(--theme-color);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(1, 142, 213, 0.18) 0%, rgba(1, 142, 213, 0.08) 100%);
  box-shadow: 0 8px 22px rgba(1, 142, 213, 0.22);
}

.contact-location .info-title,
.contact-location p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.contact-location-heading .info-title {
  margin-bottom: 8px !important;
  color: var(--theme-color) !important;
  font-size: 22px;
  font-weight: 700;
}

.contact-location-heading p {
  margin-bottom: 0 !important;
  color: #103741;
  font-size: 16px;
  font-weight: 500;
}

.contact-location iframe {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 12px;
}

/* About section decorations + shape slider */
.about-section.shape-mockup-wrap {
  overflow: visible;
}

.about-section .about-deco-cap-plane {
  position: absolute;
  top: 17%;
  left: 6%;
  z-index: 2;
  pointer-events: none;
}

.about-section .about-deco-basketball {
  position: absolute;
  bottom: -7%;
  left: 6%;
  z-index: 2;
  pointer-events: none;
}

.about-section .about-deco-star {
  position: absolute;
  bottom: 22%;
  right: 5%;
  z-index: 2;
  pointer-events: none;
}

.about-section .shape-slider-area {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.about-section .about-slide-photo {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  aspect-ratio: 370 / 400;
  object-fit: cover;
  object-position: center 12%;
  -webkit-mask-image: url("/knirpse/assets/img/shape/shape-slide-1.png");
  mask-image: url("/knirpse/assets/img/shape/shape-slide-1.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

#aboutSliderOne .slide-item {
  padding-top: 28px;
  position: relative;
}

#aboutSliderOne .line-1,
#aboutSliderOne .line-2 {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

#aboutSliderOne .line-1 {
  left: 40%;
}

#aboutSliderOne .line-2 {
  left: 25%;
}

@media (max-width: 991px) {
  .about-section .about-deco-cap-plane,
  .about-section .about-deco-basketball,
  .about-section .about-deco-star {
    max-width: 80px;
    opacity: 0.85;
  }

  .about-section .about-deco-cap-plane {
    top: 8%;
    left: 2%;
  }

  .about-section .about-deco-basketball {
    bottom: 0;
    left: 2%;
  }

  .about-section .about-deco-star {
    bottom: 12%;
    right: 2%;
  }
}

@media (max-width: 767px) {
  #aboutSliderOne .line-2 {
    display: none;
  }

  #aboutSliderOne .slide-item {
    padding-top: 10px;
  }
}

.footer-layout3 .about-logo {

  margin-bottom: 0.5rem;

}



.footer-layout3 .about-logo .footer-logo-img {

  max-width: 260px;

  width: 100%;

  height: auto;

  display: block;

}



.footer-layout3 .footer-role-label {

  color: #ffffff !important;

  font-size: 0.95rem;

  font-weight: 600;

  margin-bottom: 1rem;

}



.footer-layout3 .vs-widget-about .about-text {

  color: #ffffff !important;

  margin-bottom: 1rem;

  line-height: 1.7;

}



.footer-layout3.background-image {

  background-size: cover !important;

  background-position: center center !important;

}



.footer-wrapper.footer-layout3.shape-mockup-wrap {

  overflow: visible;

  position: relative;

}



.footer-wrapper.footer-layout3 .shape-mockup {

  z-index: 4;

  pointer-events: none;

}



.footer-wrapper.footer-layout3 .widget-area,

.footer-wrapper.footer-layout3 .footer-copyright {

  position: relative;

  z-index: 3;

}

.footer-layout3 .footer-copyright .footer-jetex-link {
  text-decoration: none;
  font-weight: 700;
  margin-left: 0.25rem;
  letter-spacing: 0.01em;
}

.footer-layout3 .footer-copyright .footer-jetex-jet,
.footer-layout3 .footer-copyright .footer-jetex-soft {
  color: #ffffff;
}

.footer-layout3 .footer-copyright .footer-jetex-ex {
  color: #f04e23;
}

.footer-layout3 .footer-copyright .footer-jetex-link:hover .footer-jetex-ex {
  color: #ff6a3d;
}

.footer-layout3 .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  color: #ffffff;
  line-height: 1.6;
}

.footer-layout3 .footer-contact-item:last-child {
  margin-bottom: 0;
}

.footer-layout3 .footer-contact-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  margin-top: 2px;
}

.footer-layout3 .footer-contact-text {
  flex: 1;
  min-width: 0;
  word-break: break-word;
}

.footer-layout3 .footer-contact-text a {
  color: #ffffff;
  text-decoration: none;
}

.footer-layout3 .footer-contact-text a:hover {
  color: var(--secondary-color);
}

.footer-layout3 .footer-contact-item:hover .footer-contact-icon {
  background-color: var(--secondary-color);
  border-color: transparent;
}



/* Home blog carousel */
.blog-section .blog-carousel .slick-list {
  margin: 0 -15px;
  padding-bottom: 10px;
}

.blog-section .blog-carousel.slick-initialized .slick-track {
  display: flex !important;
  align-items: stretch;
}

.blog-section .blog-carousel .slick-slide {
  padding: 0 15px;
  height: auto;
  display: flex !important;
  float: none;
}

.blog-section .blog-carousel .slick-slide > div {
  width: 100%;
  display: flex;
}

.blog-section .blog-carousel .slick-slide [class*="col-"] {
  display: flex;
  width: 100%;
}

.blog-section .blog-carousel .blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.blog-section .blog-card .blog-img {
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 370 / 282;
  position: relative;
}

.blog-section .blog-card .blog-img a {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.blog-section .blog-card .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-section .blog-card .blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-section .blog-card .blog-meta {
  min-height: 1.5em;
}

.blog-section .blog-card .blog-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
  line-height: 1.3;
}

.blog-section .blog-card .link-btn {
  margin-top: auto;
  align-self: flex-start;
}

/* Blog listing page */
.blog-page-section {
  position: relative;
  overflow: visible;
  background-color: var(--smoke-color);
}

.blog-page-section .blog-page-title {
  margin-bottom: 50px;
}

.blog-page-section .blog-page-title .sec-title {
  margin-bottom: 12px;
}

.blog-search-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 22px 28px;
  margin-bottom: 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(1, 142, 213, 0.1) 0%, rgba(156, 41, 178, 0.08) 100%);
  border: 1px solid rgba(1, 142, 213, 0.15);
}

.blog-search-banner__text {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--title-color);
  font-size: 16px;
}

.blog-search-banner__text i {
  color: var(--secondary-color);
  font-size: 20px;
}

.blog-search-banner__btn {
  padding: 10px 22px;
  min-width: auto;
  font-size: 15px;
}

.blog-list-area {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.blog-sidebar-sticky {
  position: sticky;
  top: 110px;
}

.blog-page-section .blog-deco-1 {
  position: absolute;
  top: 18%;
  left: 4%;
  z-index: 1;
  pointer-events: none;
}

.blog-page-section .blog-deco-2 {
  position: absolute;
  bottom: 12%;
  right: 5%;
  z-index: 1;
  pointer-events: none;
}

.blog-page-section .sidebar-area .widget {
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(16, 55, 65, 0.06);
  background-color: #ffffff;
  padding: 28px 24px;
  margin-bottom: 30px;
}

.blog-page-section .sidebar-area .widget_title {
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--smoke-color);
}

.blog-page-section .sidebar-area .search-form input {
  border-radius: 50px;
  border-color: var(--border-color);
}

.blog-page-section .sidebar-area .search-form button {
  color: var(--secondary-color);
}

.blog-page-section .sidebar-area .tagcloud a {
  border-radius: 50px;
  transition: all 0.3s ease;
}

.blog-page-section .sidebar-area .tagcloud a:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #ffffff;
}

.vs-blog-wrapper .blog-single {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: none;
  border-radius: 30px;
  box-shadow: 0 12px 40px rgba(16, 55, 65, 0.08);
  overflow: hidden;
  margin-bottom: 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.vs-blog-wrapper .blog-single:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(16, 55, 65, 0.12);
}

.vs-blog-wrapper .blog-single .blog-img {
  position: relative;
  margin: 0;
  border-radius: 0;
}

.vs-blog-wrapper .blog-single .blog-img a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 800 / 530;
  overflow: hidden;
  border-radius: 0;
}

.vs-blog-wrapper .blog-single .blog-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  transition: transform 0.45s ease;
}

.vs-blog-wrapper .blog-single:hover .blog-img img {
  transform: scale(1.06);
}

.vs-blog-wrapper .blog-img-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 50px;
  background-color: var(--theme-color);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  pointer-events: none;
}

.vs-blog-wrapper .blog-single .blog-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 36px 40px 40px;
}

.vs-blog-wrapper .blog-single .blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 16px;
}

.vs-blog-wrapper .blog-single .blog-meta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  color: var(--body-color);
  font-size: 14px;
  transition: all 0.3s ease;
}

.vs-blog-wrapper .blog-single .blog-meta a:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.vs-blog-wrapper .blog-single .blog-meta a i {
  font-size: 13px;
}

.vs-blog-wrapper .blog-single .blog-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: auto;
  line-height: 1.35;
  margin-bottom: 14px;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.vs-blog-wrapper .blog-single .blog-title a:hover {
  color: var(--secondary-color);
}

.vs-blog-wrapper .blog-single .blog-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: auto;
  line-height: 1.7;
  margin-bottom: 20px;
  color: var(--body-color);
}

.vs-blog-wrapper .blog-single .link-btn {
  margin-top: auto;
  align-self: flex-start;
  font-weight: 600;
  color: var(--theme-color);
}

.vs-blog-wrapper .blog-single .link-btn:hover {
  color: var(--secondary-color);
}

.vs-blog-wrapper .blog-empty .blog-content {
  padding: 60px 40px;
}

.vs-blog-wrapper .blog-empty-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(1, 142, 213, 0.12), rgba(156, 41, 178, 0.1));
  color: var(--theme-color);
  font-size: 32px;
}

@media (max-width: 991px) {
  .blog-sidebar-sticky {
    position: static;
  }

  .blog-page-section .blog-page-title {
    margin-bottom: 36px;
  }

  .vs-blog-wrapper .blog-single .blog-content {
    padding: 28px 24px 32px;
  }

  .blog-search-banner {
    padding: 18px 20px;
  }
}

@media (max-width: 575px) {
  .blog-search-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .vs-blog-wrapper .blog-img-badge {
    top: 14px;
    left: 14px;
    font-size: 12px;
    padding: 5px 12px;
  }
}



/* Hero / Slider - image only */
.vs-hero-wrapper.hero-image-only .hero-slider1 .slick-list,
.vs-hero-wrapper.hero-image-only .hero-slider1 .slick-track {
  min-height: 0;
}

.vs-hero-wrapper.hero-image-only .hero-slider1 .vs-hero-inner {
  min-height: clamp(260px, 42vw, 680px);
  aspect-ratio: 1920 / 680;
  padding: 0;
}

.vs-hero-wrapper.hero-image-only .hero-slider1 .vs-hero-inner::before {
  display: none;
}

.vs-hero-wrapper.arrow-wrap {
  --pos-x: 24px;
}

.vs-hero-wrapper.arrow-wrap .hero-slider1 .slick-arrow {
  opacity: 1;
  visibility: visible;
  left: 24px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.92);
  border-color: transparent;
}

.vs-hero-wrapper.arrow-wrap .hero-slider1 .slick-arrow.slick-next {
  right: 24px;
  left: auto;
}

.vs-hero-wrapper.arrow-wrap .hero-slider1 .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.vs-hero-wrapper .hero-slider1.slick-slider {
  margin-bottom: 0;
}

.vs-hero-wrapper.hero-image-only .hero-slider1 .slick-slide {
  height: auto;
}

.vs-hero-wrapper.hero-image-only .hero-slider1 .slick-slide > div {
  height: 100%;
}

.vs-hero-wrapper.hero-image-only .hero-slider1 .vs-hero-inner {
  position: relative;
  overflow: hidden;
}

.vs-hero-wrapper.hero-image-only .hero-slider1 .vs-hero-slide-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.vs-hero-wrapper .vs-hero-bg {
  z-index: 0;
}

.vs-hero-wrapper .vs-hero-bg.background-image {
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width: 767px) {
  .vs-hero-wrapper.hero-image-only .hero-slider1 .slick-list,
  .vs-hero-wrapper.hero-image-only .hero-slider1 .slick-track,
  .vs-hero-wrapper.hero-image-only .hero-slider1 .slick-slide,
  .vs-hero-wrapper.hero-image-only .hero-slider1 .slick-slide > div {
    height: auto !important;
  }

  .vs-hero-wrapper.hero-image-only .hero-slider1 .vs-hero-inner {
    min-height: clamp(150px, 34vw, 240px);
    aspect-ratio: 1920 / 680;
    width: 100%;
  }
}

/* Treatments / Classes carousel */
.classes-section .treatments-carousel .slick-list {
  margin: 0 -15px;
  padding-bottom: 10px;
}

.classes-section .treatments-carousel.slick-initialized .slick-track {
  display: flex !important;
  align-items: stretch;
}

.classes-section .treatments-carousel .slick-slide {
  padding: 0 15px;
  height: auto;
  display: flex !important;
  float: none;
}

.classes-section .treatments-carousel .slick-slide > div {
  width: 100%;
  display: flex;
}

.classes-section .treatments-carousel .slick-slide [class*="col-"] {
  display: flex;
  width: 100%;
}

.classes-section .treatments-carousel .class-card,
.classes-section .class-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.classes-section .treatments-carousel .class-card {
  margin-bottom: 0;
}

.classes-section.arrow-wrap .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.classes-section .row.gy-30 {
  align-items: stretch;
}

.classes-section .row.gy-30 > [class*="col-"] {
  display: flex;
}

@media (max-width: 991px) {
  .vs-hero-wrapper.arrow-wrap .hero-slider1 .slick-arrow {
    left: 12px;
  }

  .vs-hero-wrapper.arrow-wrap .hero-slider1 .slick-arrow.slick-next {
    right: 12px;
  }
}

/* Header top bar */
.vs-header .header-top-area {
  padding-top: 10px;
  padding-bottom: 10px;
}

.vs-header .header-links-compact ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 0;
}

.vs-header .header-links-compact ul li {
  font-size: 14px;
  line-height: 1.4;
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vs-header .header-links-compact ul li > i {
  margin-right: 8px;
}

.vs-header .header-social ul {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Desktop main menu active state */
.vs-header .main-menu.menu-style1 > ul > li {
  position: relative;
}

.vs-header .main-menu.menu-style1 > ul > li > a {
  border-radius: 999px;
  transition: all 0.25s ease;
}

.vs-header .main-menu.menu-style1 > ul > li.active > a {
  color: var(--theme-color) !important;
  background-color: rgba(1, 142, 213, 0.12);
  font-weight: 700;
}

.vs-header .main-menu.menu-style1 > ul > li.active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  height: 3px;
  border-radius: 999px;
  background-color: var(--theme-color);
}

/* Mobile side menu */
.vs-menu-wrapper .vs-menu-area.mobile-menu-panel {
  max-width: min(92vw, 380px);
  display: flex;
  flex-direction: column;
  border-right: none;
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.18);
}

.vs-menu-wrapper .mobile-menu-close {
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  font-size: 20px !important;
  top: 14px !important;
  right: 14px !important;
  background-color: var(--white-color) !important;
  color: var(--theme-color) !important;
  border: 2px solid rgba(1, 142, 213, 0.2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.vs-menu-wrapper .mobile-menu-close:hover {
  background-color: var(--theme-color) !important;
  color: var(--white-color) !important;
}

.vs-menu-wrapper .mobile-menu-brand {
  padding: 48px 28px 24px;
  background: linear-gradient(180deg, rgba(1, 142, 213, 0.12) 0%, rgba(1, 142, 213, 0.03) 100%);
  text-align: center;
}

.vs-menu-wrapper .mobile-menu-logo {
  max-height: 64px;
  width: auto;
  display: inline-block;
}

.vs-menu-wrapper .mobile-menu-tagline {
  margin: 14px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--theme-color);
  letter-spacing: 0.02em;
}

.vs-menu-wrapper .mobile-menu-nav {
  flex: 1;
  margin-top: 8px;
  max-height: none;
  padding: 8px 0 16px;
}

.vs-menu-wrapper .mobile-menu-nav > ul {
  padding: 0 16px;
}

.vs-menu-wrapper .mobile-menu-nav ul li {
  border-bottom: none;
  margin-bottom: 8px;
}

.vs-menu-wrapper .mobile-menu-nav ul li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--title-color);
  background-color: #f8fbfd;
  border-radius: 14px;
  border: 1px solid rgba(1, 142, 213, 0.08);
  transition: all 0.25s ease;
}

.vs-menu-wrapper .mobile-menu-nav ul li a:before {
  display: none;
}

.vs-menu-wrapper .mobile-menu-nav ul li a i {
  width: 22px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color);
}

.vs-menu-wrapper .mobile-menu-nav ul li a:hover,
.vs-menu-wrapper .mobile-menu-nav ul li.active > a,
.vs-menu-wrapper .mobile-menu-nav ul li.vs-active > a {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
  transform: translateX(4px);
}

.vs-menu-wrapper .mobile-menu-nav ul li a:hover i,
.vs-menu-wrapper .mobile-menu-nav ul li.active > a i,
.vs-menu-wrapper .mobile-menu-nav ul li.vs-active > a i {
  color: var(--white-color);
}

.vs-menu-wrapper .mobile-menu-footer {
  margin-top: auto;
  padding: 20px 24px 28px;
  border-top: 1px solid rgba(1, 142, 213, 0.12);
  background-color: #fff;
}

.vs-menu-wrapper .mobile-menu-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 700;
  color: var(--title-color);
  text-decoration: none;
}

.vs-menu-wrapper .mobile-menu-phone i {
  color: var(--theme-color);
}

.vs-menu-wrapper .mobile-menu-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
}

/* Uniform treatment images */
.classes-section .class-card .class-img a,
.classes-section .class-box .class-img a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 800 / 530;
  overflow: hidden;
  border-radius: 50px;
}

.classes-section .class-card .class-img img,
.classes-section .class-box .class-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50px;
}

.classes-section .class-box .class-img a {
  border-radius: 30px;
}

.classes-section .class-box .class-img img {
  border-radius: 30px;
}

.classes-section .class-card .class-fee,
.classes-section .class-box .class-fee {
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  padding: 0 8px;
}

.classes-section .class-card .class-content,
.classes-section .class-box .class-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.classes-section .class-card .class-title,
.classes-section .class-box .class-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
  line-height: 1.3;
}

.classes-section .class-card .class-text,
.classes-section .class-box .class-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.8em;
  line-height: 1.6;
  margin-bottom: 16px;
}

.classes-section .class-info {
  min-height: 52px;
}

.classes-section .class-card .vs-btn,
.classes-section .class-box .vs-btn {
  margin-top: auto;
  align-self: flex-start;
}

.treatment-detail-img {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.treatment-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Hero slider background fill */
.vs-hero-wrapper .vs-hero-inner {
  position: relative;
}

.vs-hero-wrapper .vs-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vs-hero-wrapper .vs-hero-bg.background-image {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center !important;
}

/* Appointment section decorations */
.appointment-section.shape-mockup-wrap {
  overflow: visible;
}

.appointment-section .appt-deco-rainbow-star {
  position: absolute;
  bottom: -8%;
  right: 0;
  z-index: 3;
  pointer-events: none;
}

.appointment-section .appt-deco-note {
  position: absolute;
  top: 22%;
  left: 7%;
  z-index: 3;
  pointer-events: none;
}

.appointment-section .appt-deco-bird {
  position: absolute;
  bottom: 20%;
  left: 7%;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 991px) {
  .appointment-section .appt-deco-rainbow-star {
    max-width: 140px;
    bottom: -4%;
  }

  .appointment-section .appt-deco-note,
  .appointment-section .appt-deco-bird {
    max-width: 70px;
    opacity: 0.85;
  }
}

/* CTA section decorations */
.cta-section.shape-mockup-wrap {
  position: relative;
  overflow: visible;
}

.cta-section .cta-deco-rainbow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.cta-section .cta-deco-butterfly {
  position: absolute;
  top: 35%;
  right: 10%;
  z-index: 2;
  pointer-events: none;
}

.cta-section .section-after {
  z-index: 1;
}

@media (max-width: 991px) {
  .cta-section .cta-deco-rainbow {
    max-width: 120px;
  }

  .cta-section .cta-deco-butterfly {
    max-width: 70px;
    top: 10%;
    right: 5%;
  }
}

@media (max-width: 575px) {
  .cta-section .cta-deco-rainbow,
  .cta-section .cta-deco-butterfly {
    opacity: 0.6;
    max-width: 90px;
  }
}

/* ========== Mobile responsive fixes ========== */
html {
  overflow-x: clip;
  max-width: 100%;
}

body {
  max-width: 100%;
}

.site-logo-img {
  max-height: 52px;
  width: auto;
}

.preloader {
  transition: opacity 0.35s ease;
}

@media (max-width: 991px) {
  :root {
    --section-space: 70px;
    --section-space-mobile: 56px;
    --section-title-space: 40px;
  }

  /* Mobilde header sabit (fixed) */
  body.mobile-fixed-header {
    padding-top: var(--mobile-header-height, 68px);
  }

  .vs-header .sticky-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    min-height: 0 !important;
    background-color: var(--white-color);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
  }

  .vs-header .sticky-wrapper .sticky-active,
  .vs-header .will-sticky .sticky-active,
  .vs-header .will-sticky .sticky-active.active {
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    box-shadow: none;
  }

  .vs-header .header-menu-area {
    background-color: var(--white-color);
  }

  /* Mobilde slider okları: ortalanmış ve kenarda */
  .arrow-wrap .slick-arrow,
  .vs-hero-wrapper.arrow-wrap .hero-slider1 .slick-arrow {
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    margin-top: calc(var(--icon-size, 40px) / -2) !important;
    left: 10px !important;
    right: auto !important;
    --pos-x: 10px;
    --icon-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .arrow-wrap .slick-arrow.slick-next,
  .vs-hero-wrapper.arrow-wrap .hero-slider1 .slick-arrow.slick-next {
    margin: 0 !important;
    margin-top: calc(var(--icon-size, 40px) / -2) !important;
    right: 10px !important;
    left: auto !important;
  }

  .classes-section.arrow-wrap,
  .blog-section.arrow-wrap {
    position: relative;
  }

  .classes-section .treatments-carousel,
  .blog-section .blog-carousel {
    position: relative;
    padding-bottom: 8px;
  }

  .classes-section .treatments-carousel .slick-list,
  .blog-section .blog-carousel .slick-list {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .classes-section .treatments-carousel .slick-slide,
  .blog-section .blog-carousel .slick-slide {
    padding-left: 4px;
    padding-right: 4px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vs-header .header-menu-area {
    padding: 10px 0;
  }

  .vs-header .header-menu-area .row {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .vs-header .site-logo-img {
    max-height: 44px;
  }

  .vs-header .vs-menu-toggle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .row.gx-60 {
    --bs-gutter-x: 1.5rem;
  }

  .shape-mockup,
  .about-section .about-deco-cap-plane,
  .about-section .about-deco-basketball,
  .about-section .about-deco-star,
  .appointment-section .appt-deco-rainbow-star,
  .appointment-section .appt-deco-note,
  .appointment-section .appt-deco-bird,
  .cta-section .cta-deco-rainbow,
  .cta-section .cta-deco-butterfly,
  .blog-page-section .blog-deco-1,
  .blog-page-section .blog-deco-2,
  .footer-wrapper.footer-layout3 .shape-mockup,
  .classes-section .shape-mockup {
    display: none !important;
  }

  .about-section .shape-slider-area {
    padding-left: 0;
    max-width: 100%;
  }

  .shape-slider-area .arrow-left {
    left: 4px !important;
  }

  .shape-slider-area .arrow-right {
    right: 4px !important;
  }

  .classes-section .treatments-carousel .slick-list,
  .blog-section .blog-carousel .slick-list {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .classes-section .treatments-carousel .slick-slide,
  .blog-section .blog-carousel .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
  }

  .classes-section .class-card .class-content {
    padding-top: 110px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 24px;
  }

  .classes-section .class-card .class-title,
  .classes-section .class-box .class-title,
  .blog-section .blog-card .blog-title {
    min-height: auto;
  }

  .classes-section .class-card .class-text,
  .classes-section .class-box .class-text,
  .blog-section .blog-card .blog-text {
    min-height: auto;
  }

  .classes-section .class-info {
    min-height: auto;
    flex-wrap: wrap;
    gap: 10px 0;
  }

  .classes-section .class-info li {
    flex: 1 1 30%;
    min-width: 90px;
    margin-right: 0 !important;
    border-right: none !important;
    text-align: center;
  }

  .classes-section .class-box {
    padding: 24px 20px;
  }

  .blog-section .blog-card .blog-content {
    padding: 110px 22px 24px;
    margin-top: -90px;
    border-radius: 24px;
  }

  .blog-section .blog-card .blog-img {
    max-width: 100%;
  }

  .footer-layout3 .about-logo .footer-logo-img {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-layout3 .about-logo,
  .footer-layout3 .footer-role-label,
  .footer-layout3 .vs-widget-about .about-text,
  .footer-layout3 .widget_title,
  .footer-layout3 .widget_nav_menu .menu {
    text-align: center;
  }

  .footer-layout3 .multi-social {
    justify-content: center;
  }

  .footer-layout3 .footer-contact-item {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-layout3 .recent-post {
    text-align: left;
  }

  .vs-hero-wrapper .section-before {
    display: none;
  }

  .counter-section .row {
    justify-content: center;
    --bs-gutter-x: 12px;
    --bs-gutter-y: 16px;
  }

  .counter-section .counter-item {
    height: 100%;
    padding: 18px 12px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 18px;
    box-shadow: 0 4px 14px rgba(1, 142, 213, 0.08);
  }

  .counter-section .connter_icon {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .counter-section .counter-number {
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .counter-section .counter-text {
    font-size: 14px !important;
    line-height: 1.35;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .breadcumb-content {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .breadcumb-title {
    font-size: 30px !important;
    line-height: 1.15;
    word-break: break-word;
  }

  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 15px;
  }

  .sec-title.big-title {
    font-size: 28px;
    line-height: 1.2;
    word-break: break-word;
  }

  .sec-title {
    font-size: 26px;
    line-height: 1.2;
  }

  .sub-title {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .title-area {
    margin-bottom: 28px;
  }

  .footer-layout3 .widget-area .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .footer-layout3 .widget-area .footer-widget {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-layout3 .widget-area .row > [class*="col-"]:last-child .footer-widget {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-layout3 .widget_nav_menu .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-layout3 .recent-post-wrap {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .vs-blog-wrapper .blog-single .blog-content {
    padding: 24px 18px 28px;
  }

  .vs-blog-wrapper .blog-single .blog-meta a {
    font-size: 13px;
    padding: 5px 12px;
  }

  .blog-page-section .blog-page-title {
    margin-bottom: 28px;
  }

  .blog-page-section .sidebar-area .widget {
    padding: 22px 18px;
  }

  .appointment-section .appointment-form .form-group,
  .contact-form .form-group {
    margin-bottom: 16px;
  }

  .call-media {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    max-width: 100%;
  }

  .call-media .media-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .blog-single .blog-content {
    padding: 28px 20px !important;
  }

  .contact-form-box,
  .contact-info-box {
    padding: 24px 20px;
  }
}

@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 26px !important;
  }

  .breadcumb-content {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .vs-header .site-logo-img {
    max-height: 38px;
  }

  .counter-section .counter-item {
    padding: 16px 10px;
    border-radius: 16px;
  }

  .counter-section .connter_icon {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .counter-section .counter-number {
    font-size: 28px;
  }

  .counter-section .counter-text {
    font-size: 13px !important;
  }

  .classes-section .class-card {
    --class-gap: 20px;
  }

  .classes-section .class-card .class-img a {
    border-radius: 24px;
  }

  .classes-section .class-card .class-img img {
    border-radius: 24px;
  }

  .classes-section .class-info li {
    flex: 1 1 100%;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .classes-section .class-info li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .vs-btn.wave-btn {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 15px;
  }

  .footer-layout3 .footer-copyright .copyright {
    font-size: 14px;
    line-height: 1.6;
    padding: 20px 10px;
  }

  .about-section .about-slide-photo {
    max-width: 100%;
    aspect-ratio: 370 / 360;
  }

  #aboutSliderOne .line-1 {
    left: 55%;
    max-width: 80px;
  }
}

