:root {
    --color-white: #FAFAFA;
    --color-dark: #1E2D34;
    --color-blue: #4F6F78;
    --primary-color: #1E2D34;
    --secondary-color: #4F6F78;
    --button-color: #4F6F78;
    --button-hover-color: #1E2D34;
    --text-dark: #1E2D34;
    --text-light: #FAFAFA;
    --bg-light: #FAFAFA;
    --bg-dark: #1E2D34;
}

.vl-btn4 {
    background-color: var(--button-color);
    box-shadow: 0px 4px 15px 0px rgba(79, 111, 120, 0.46);
}

.rounded-img {
    border-radius: 10px;
}

.service4-section-area {
    background-color: var(--primary-color);
}

/* Benefits/Steps Section Redesign */
.benefites-box .row {
    display: flex;
    flex-wrap: wrap;
}
.benefites-box .row > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}
.benefites-widget-boxarea {
    height: 100%;
    background: var(--color-white);
    border-radius: 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}
.benefites-widget-boxarea:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(79, 111, 120, 0.15);
    border-color: rgba(79, 111, 120, 0.1);
}
.benefites-widget-boxarea .icons {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, var(--color-white) 0%, rgba(79, 111, 120, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.benefites-widget-boxarea .icons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.benefites-widget-boxarea .icons::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.03) 100%);
    pointer-events: none;
}
.benefites-widget-boxarea .icons .step-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 44px;
    height: 44px;
    object-fit: contain;
    z-index: 2;
}
.benefites-widget-boxarea .content-area {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.benefites-widget-boxarea .content-area p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-dark);
    margin: 0;
    opacity: 0.8;
}
.benefites-widget-boxarea .content-area .space28 {
    display: none;
}
.benefites-box {
    position: relative;
}
.benefites-box .star {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.6;
}
@media (max-width: 767px) {
    .benefites-widget-boxarea .icons {
        height: 180px;
    }
    .benefites-widget-boxarea .content-area {
        padding: 24px;
    }
}

.homepage4-body .vl-main-menu ul > li > a,
.homepage4-body .vl-main-menu ul > li .sub-menu li > a {
    color: var(--primary-color);
}

.homepage4-body .vl-hero-btn .btn-area1 .header-lang-switcher {
    margin-right: 0;
    margin-left: 16px;
}

.homepage4-body .vl-main-menu ul > li > a:hover,
.homepage4-body .vl-main-menu ul > li .sub-menu li > a:hover,
.vl-blog-4-area-inner .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover,
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover,
.service4-section-area .service4-slider-area .service4-boxarea .content-area .title:hover {
    color: var(--button-hover-color);
}

.contact-inner-section-area .conatct-widget-boxarea:hover {
    background-color: var(--primary-color);
}

.vl-blog-details-section .blog-others-sidebar p,
.case-all-details-section .case-all-content-area p{
    line-height: 34px;
    padding-block: 8px;
}

/* Team Section Styles */
.teams-section {
    padding: 100px 0;
    background: var(--color-white);
  }
  .teams-header {
    text-align: center;
    margin-bottom: 50px;
  }
  .teams-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .teams-header p {
    font-size: 16px;
    color: var(--color-dark);
    opacity: 0.7;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
  }
  .teams-card {
    background: linear-gradient(135deg, var(--color-dark) 0%, rgba(30, 45, 52, 0.9) 100%);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    padding: 0;
  }
  .teams-card-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .teams-card-image {
    position: relative;
    width: 100%;
    min-height: 320px;
    background: url('/assets/img/team-img.avif') center center / cover no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
  }
  .teams-card-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(30, 45, 52, 0.3) 0%, rgba(30, 45, 52, 0.85) 100%);
  }
  .teams-card-image h3 {
    position: relative;
    z-index: 2;
    font-size: 42px;
    font-weight: 700;
    color: var(--color-white);
    text-align: center;
    margin: 0;
  }
  .teams-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
  }
  .teams-feature-box {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
  }
  .teams-feature-box:nth-child(1),
  .teams-feature-box:nth-child(2),
  .teams-feature-box:nth-child(3) {
    border-top: none;
  }
  .teams-feature-box:nth-child(1),
  .teams-feature-box:nth-child(4) {
    border-left: none;
  }
  .teams-feature-box:nth-child(3),
  .teams-feature-box:nth-child(6) {
    border-right: none;
  }
  .teams-feature-box:nth-child(4),
  .teams-feature-box:nth-child(5),
  .teams-feature-box:nth-child(6) {
    border-bottom: none;
  }
  .teams-feature-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }
  .teams-feature-title svg {
    flex-shrink: 0;
    margin-top: 2px;
  }
  .teams-feature-title h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--color-white);
    margin: 0;
    line-height: 1.4;
  }
  .teams-feature-box p {
    font-size: 14px;
    color: rgba(250, 250, 250, 0.7);
    line-height: 1.7;
    margin: 0;
  }
  @media (max-width: 991px) {
    .teams-features {
      grid-template-columns: repeat(2, 1fr);
    }
    .teams-feature-box:nth-child(3) {
      border-right: 1px solid rgba(255, 255, 255, 0.08);
    }
    .teams-feature-box:nth-child(4) {
      border-left: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    .teams-feature-box:nth-child(5),
    .teams-feature-box:nth-child(6) {
      border-bottom: none;
    }
    .teams-feature-box:nth-child(5) {
      border-left: none;
    }
  }
  @media (max-width: 767px) {
    .teams-section {
      padding: 60px 0;
    }
    .teams-header h2 {
      font-size: 32px;
    }
    .teams-card-image h3 {
      font-size: 28px;
    }
    .teams-features {
      grid-template-columns: 1fr;
    }
    .teams-feature-box {
      border-left: none !important;
      border-right: none !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    }
    .teams-feature-box:last-child {
      border-bottom: none !important;
    }
  }

/* DHI Advantages Section */
.dhi-advantages-section {
  padding: 80px 0;
  background: var(--color-white);
}
.dhi-advantages-title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  color: var(--color-dark);
  margin-bottom: 50px;
  letter-spacing: -0.5px;
}
.dhi-advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.dhi-advantage-card {
  background: var(--color-white);
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(79, 111, 120, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
}
.dhi-advantage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(79, 111, 120, 0.1);
  border-color: rgba(79, 111, 120, 0.2);
}
.dhi-advantage-number {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 64px;
  font-weight: 800;
  color: rgba(79, 111, 120, 0.05);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}
.dhi-advantage-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.dhi-advantage-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dhi-advantage-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.dhi-advantage-card p {
  font-size: 15px;
  color: var(--color-dark);
  opacity: 0.7;
  line-height: 1.7;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .dhi-advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dhi-advantages-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .dhi-advantages-section {
    padding: 50px 0;
  }
  .dhi-advantages-grid {
    grid-template-columns: 1fr;
  }
  .dhi-advantages-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .dhi-advantage-card {
    padding: 28px 24px;
  }
}

/* Content Images Styling */
.case-all-content-area p img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  margin: 24px 0;
  display: block;
}
.case-all-content-area p img:only-child {
  margin: 32px auto;
}
/* Two images side by side detection */
.case-all-content-area p:has(img + img) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 32px 0;
}
.case-all-content-area p:has(img + img) img {
  margin: 0;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
/* Image with caption-like text */
.case-all-content-area figure {
  margin: 32px 0;
  text-align: center;
}
.case-all-content-area figure img {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.case-all-content-area figcaption {
  margin-top: 12px;
  font-size: 14px;
  color: var(--color-dark);
  opacity: 0.7;
  font-style: italic;
}
/* Content headings styling */
.case-all-content-area h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-dark);
  margin: 48px 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(79, 111, 120, 0.1);
}
.case-all-content-area h3,
.case-all-content-area h4,
.case-all-content-area strong {
  color: var(--color-dark);
}
.case-all-content-area h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 36px 0 16px;
}
.case-all-content-area h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 28px 0 12px;
}
@media (max-width: 767px) {
  .case-all-content-area p:has(img + img) {
    grid-template-columns: 1fr;
  }
  .case-all-content-area h2 {
    font-size: 24px;
    margin: 36px 0 16px;
  }
}

/* Step by Step Section */
.steps-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--color-dark) 0%, rgba(30, 45, 52, 0.95) 50%, var(--color-dark) 100%);
  position: relative;
  overflow: hidden;
}
.steps-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(79, 111, 120, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.steps-section::after {
  content: '';
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(79, 111, 120, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.steps-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 60px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.step-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.step-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}
.step-number {
  position: absolute;
  top: 20px;
  left: 24px;
  font-size: 80px;
  font-weight: 800;
  color: rgba(255,255,255,0.06);
  line-height: 1;
  pointer-events: none;
}
.step-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.step-card p {
  font-size: 15px;
  color: rgba(250, 250, 250, 0.7);
  line-height: 1.7;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .steps-section {
    padding: 60px 0;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .steps-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .step-card {
    padding: 32px 24px;
  }
}


/* Before After Section */
.before-after-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.before-after-tabs .nav-link {
    background: var(--color-white);
    border: 2px solid rgba(79, 111, 120, 0.2);
    border-radius: 50px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-dark);
    transition: all 0.3s ease;
    white-space: nowrap;
}
.before-after-tabs .nav-link:hover {
    background: var(--button-hover-color);
    border-color: var(--button-hover-color);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 45, 52, 0.2);
}
.before-after-tabs .nav-link.active {
    background: linear-gradient(135deg, var(--button-hover-color) 0%, var(--color-blue) 100%);
    border-color: var(--button-hover-color);
    color: var(--color-white);
    box-shadow: 0 8px 25px rgba(30, 45, 52, 0.3);
}
.before-after-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px;
}
.before-after-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}
.before-after-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.before-after-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}
.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: var(--color-dark);
    opacity: 0.6;
}
.empty-state i {
    font-size: 48px;
    margin-bottom: 20px;
    opacity: 0.5;
}
@media (max-width: 992px) {
    .before-after-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .before-after-grid {
        grid-template-columns: 1fr;
    }
    .before-after-tabs .nav-link {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.vl-footer4-section-area .footer-description-area p,
.vl-footer4-section-area .footer-widget-area h3,
.vl-footer4-section-area .footer-widget-area ul li a,
.vl-footer4-section-area .copyright-area a,
.vl-footer4-section-area .copyright-area ul li a {
    color: var(--color-white);
}

.vl-footer4-section-area .footer-widget-area ul li a svg {
    filter: brightness(10);
}

.about4-section-area .about-images-area .img1 img {
    max-height: 500px;
}

.hero4-section-area {
    padding: 180px 0 80px 0;
}

.mobile-lang-switcher {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mobile-lang-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.05);
}

.mobile-lang-item img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
}

.mobile-lang-item span {
    color: var(--color-white);
    font-size: 13px;
    font-weight: 600;
}

.mobile-lang-item.active {
    background: var(--button-color);
    border-color: var(--button-color);
}

.mobile-lang-item:hover {
    background: rgba(79, 111, 120, 0.5);
    border-color: rgba(79, 111, 120, 0.5);
}

/* Pricing Table Section */
.pricing-table-section {
    background: var(--color-white);
}

.pricing-table-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--color-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-table-wrapper {
    background: var(--color-white);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.pricing-table-content > p {
    padding: 28px 32px;
    margin: 0;
    line-height: 1.8;
    color: var(--color-dark);
    opacity: 0.8;
    font-size: 16px;
    background: var(--color-white);
    border-bottom: 1px solid rgba(79, 111, 120, 0.1);
}

.pricing-table-content > p strong {
    color: var(--color-dark);
}

.pricing-table-content table {
    width: 100%;
    border-collapse: collapse;
}

.pricing-table-content table thead tr th {
    background: var(--color-dark);
    padding: 20px 32px;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-white);
    border: none;
}

.pricing-table-content table thead tr th:last-child {
    text-align: right;
}

.pricing-table-content table tbody tr {
    border-bottom: 1px solid rgba(79, 111, 120, 0.1);
    transition: background 0.2s ease;
}

.pricing-table-content table tbody tr:last-child {
    border-bottom: none;
}

.pricing-table-content table tbody tr:hover {
    background: rgba(79, 111, 120, 0.03);
}

.pricing-table-content table tbody tr:first-child {
    background: linear-gradient(90deg, rgba(79, 111, 120, 0.06) 0%, rgba(79, 111, 120, 0.02) 100%);
}

.pricing-table-content table tbody tr:first-child:hover {
    background: linear-gradient(90deg, rgba(79, 111, 120, 0.1) 0%, rgba(79, 111, 120, 0.04) 100%);
}

.pricing-table-content table tbody tr:first-child td:first-child {
    position: relative;
    font-weight: 700;
    color: var(--primary-color);
}

.pricing-table-content table tbody tr:first-child td:first-child::before {
    content: '★';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--color-blue) 0%, var(--color-dark) 100%);
    color: var(--color-white);
    font-size: 10px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

.pricing-table-content table tbody tr:first-child td:last-child {
    font-weight: 700;
    color: var(--primary-color);
}

.pricing-table-content table tbody td {
    padding: 22px 32px;
    color: var(--color-dark);
    font-size: 15px;
    font-weight: 500;
}

.pricing-table-content table tbody td:last-child {
    text-align: right;
    font-weight: 600;
    color: var(--color-dark);
    font-size: 16px;
}

@media (max-width: 991px) {
    .pricing-table-title {
        font-size: 28px;
    }
    
    .pricing-table-content > p {
        padding: 20px 24px;
    }
    
    .pricing-table-content table thead tr th,
    .pricing-table-content table tbody td {
        padding: 18px 24px;
    }
}

@media (max-width: 767px) {
    .pricing-table-section {
        padding: 60px 0;
    }
    
    .pricing-table-title {
        font-size: 22px;
    }
    
    .pricing-table-wrapper {
        border-radius: 14px;
    }
    
    .pricing-table-content > p {
        padding: 18px 20px;
        font-size: 14px;
    }
    
    .pricing-table-content table thead tr th {
        padding: 14px 18px;
        font-size: 13px;
    }
    
    .pricing-table-content table tbody td {
        padding: 16px 18px;
        font-size: 14px;
    }
    
    .pricing-table-content table tbody td:last-child {
        font-size: 14px;
    }
    
    .pricing-table-content table tbody tr:first-child td:first-child::before {
        width: 18px;
        height: 18px;
        font-size: 8px;
        margin-right: 8px;
    }
}

/* Treatment Plans Section */
.treatment-plans-section {
    background: var(--color-white);
}

.treatment-plans-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--color-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.treatment-plan-card {
    background: var(--color-white);
    border-radius: 20px;
    padding: 36px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid rgba(79, 111, 120, 0.1);
}

.treatment-plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.treatment-plan-card.featured {
    background: linear-gradient(135deg, var(--color-dark) 0%, rgba(30, 45, 52, 0.9) 100%);
    border-color: transparent;
}

.treatment-plan-card.featured .plan-title {
    color: var(--color-white);
}

.treatment-plan-card.featured .plan-features li {
    color: rgba(250, 250, 250, 0.85);
}

.treatment-plan-card.featured .plan-features li::before {
    color: var(--color-blue);
}

.treatment-plan-card.featured .plan-btn {
    background: transparent;
    border: 2px solid var(--color-blue);
    color: var(--color-white);
}

.treatment-plan-card.featured .plan-btn:hover {
    background: var(--color-blue);
}

.plan-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--color-dark);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    flex: 1;
}

.plan-features li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 14px;
    font-size: 15px;
    color: var(--color-dark);
    opacity: 0.8;
    line-height: 1.5;
}

.plan-features li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-dark);
    font-size: 18px;
    font-weight: bold;
}

.plan-features li:last-child {
    margin-bottom: 0;
}

.plan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--button-color);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 16px 28px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: auto;
}

.plan-btn:hover {
    background: var(--button-hover-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 45, 52, 0.35);
    color: var(--color-white);
}

.plan-btn span {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.plan-btn:hover span {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .treatment-plans-title {
        font-size: 28px;
    }
    
    .treatment-plan-card {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .treatment-plans-section {
        padding: 60px 0;
    }
    
    .treatment-plans-title {
        font-size: 22px;
    }
    
    .treatment-plan-card {
        padding: 28px 24px;
    }
    
    .plan-title {
        font-size: 18px;
    }
    
    .plan-features li {
        font-size: 14px;
    }
    
    .plan-btn {
        width: 100%;
        padding: 14px 24px;
        font-size: 13px;
    }
}

.inner-header-section-area .elements28 {
    top: 90px;
    opacity: 0.2;
}

.hero-header .elements12 {
    opacity: 0.2;
}

/* Blog Section Styling */
.vl-blog-1-item {
    background: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(79, 111, 120, 0.08);
}

.vl-blog-1-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(79, 111, 120, 0.12);
    border-color: rgba(79, 111, 120, 0.15);
}

.vl-blog-1-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(79, 111, 120, 0.05) 0%, rgba(30, 45, 52, 0.05) 100%);
}

.vl-blog-1-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.02) 100%);
    z-index: 1;
    pointer-events: none;
}

.vl-blog-1-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.vl-blog-1-item:hover .vl-blog-1-image img {
    transform: scale(1.08);
}

.vl-blog-1-content {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.vl-blog-1-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-dark);
    opacity: 0.75;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vl-blog-1-icon {
    margin-top: auto;
}

/* Case Box Excerpt Styling */
.case-boxarea .case-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: var(--color-white);
    opacity: 0.9;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    .vl-blog-1-image {
        height: 220px;
    }
    
    .vl-blog-1-content {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .vl-blog-1-image {
        height: 200px;
    }
    
    .vl-blog-1-content {
        padding: 20px;
    }
    
    .vl-blog-1-excerpt,
    .case-boxarea .case-excerpt {
        font-size: 14px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

.testimonial4-section-area .testimonial4-slider-area .testimonial4-boxarea {
  background: #1E2D340D;
}

.testimonial-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  margin: 0;
}

.testimonial-text.expanded {
  -webkit-line-clamp: unset;
  display: block;
}

.testimonial-read-more {
  font-weight: 500;
  transition: color 0.3s ease;
}

.testimonial-read-more:hover {
  color: #1E2D34;
}

.testimonial4-boxarea .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f5f5f5;
  margin: 0;
}

.testimonial-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.review-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.review-badge-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.review-badge-rating {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-dark);
}

.testimonial4-section-area .btn-area1 {
  display: flex;
  justify-content: center;
}

.testimonial-read-more {
  display: none;
  background: none;
  border: none;
  color: var(--color-blue);
  cursor: pointer;
  padding: 8px 0;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .review-badges {
    gap: 40px;
  }
  
  .review-badge-rating {
    font-size: 24px;
  }
}

/* Treatment Triple Images */
.treatment-triple-images {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  height: 520px;
  margin-bottom: 50px;
}

.treatment-triple-images .img1 {
  grid-row: 1 / 3;
  grid-column: 1;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(30, 45, 52, 0.15);
}

.treatment-triple-images .img2 {
  grid-row: 1;
  grid-column: 2 / 4;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(30, 45, 52, 0.12);
}

.treatment-triple-images .img3 {
  grid-row: 2;
  grid-column: 2 / 4;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(30, 45, 52, 0.12);
}

.treatment-triple-images .img1,
.treatment-triple-images .img2,
.treatment-triple-images .img3 {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatment-triple-images .img1:hover,
.treatment-triple-images .img2:hover,
.treatment-triple-images .img3:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(30, 45, 52, 0.2);
}

.treatment-triple-images .img1::after,
.treatment-triple-images .img2::after,
.treatment-triple-images .img3::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(30, 45, 52, 0.1) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.treatment-triple-images .img1:hover::after,
.treatment-triple-images .img2:hover::after,
.treatment-triple-images .img3:hover::after {
  opacity: 1;
}

.treatment-triple-images img {
  width: 100%;
  height: 100%;
  max-height: unset !important;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatment-triple-images .img1:hover img,
.treatment-triple-images .img2:hover img,
.treatment-triple-images .img3:hover img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .treatment-triple-images {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    height: auto;
    gap: 12px;
  }
  
  .treatment-triple-images .img1 {
    grid-row: 1;
    grid-column: 1 / 3;
    height: 320px;
  }
  
  .treatment-triple-images .img2 {
    grid-row: 2;
    grid-column: 1;
    height: 220px;
  }
  
  .treatment-triple-images .img3 {
    grid-row: 2;
    grid-column: 2;
    height: 220px;
  }
}

@media (max-width: 576px) {
  .treatment-triple-images {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .treatment-triple-images .img1 {
    grid-column: 1;
    height: 280px;
    border-radius: 16px;
  }
  
  .treatment-triple-images .img2,
  .treatment-triple-images .img3 {
    grid-column: 1;
    height: 200px;
    border-radius: 16px;
  }
}

.estemark-lead-form-wrap {
  padding: 24px 0;
}

.estemark-lead-card {
  max-width: 720px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.estemark-lead-body {
  padding: 28px;
}

.estemark-lead-title {
  font-size: 26px;
  font-weight: 800;
  color: var(--color-dark);
  text-align: center;
  letter-spacing: 0.2px;
}

.estemark-lead-progress {
  height: 8px;
  background: rgba(79, 111, 120, 0.12);
  border-radius: 999px;
  overflow: hidden;
  margin: 20px 0 24px;
}

.estemark-lead-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--button-color), var(--button-hover-color));
  border-radius: 999px;
  transition: width 0.3s ease;
}

.estemark-step-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-dark);
  margin: 0 0 10px;
}

.estemark-step-desc {
  color: var(--color-dark);
  opacity: 0.82;
  line-height: 1.75;
  font-size: 15px;
  margin: 0 0 16px;
}

.estemark-lead-link {
  color: var(--color-blue);
  text-decoration: underline;
}

.estemark-intro p {
  margin: 0 0 10px;
}

.estemark-intro-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 14px;
  display: grid;
  gap: 8px;
}

.estemark-intro-list li {
  position: relative;
  padding-left: 22px;
}

.estemark-intro-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  color: var(--button-color);
}

.estemark-intro-fineprint {
  font-size: 13px;
  opacity: 0.85;
}

.estemark-intro-warning {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.6;
  color: #b00000;
}

.estemark-intro-cta {
  font-size: 16px;
  font-weight: 900;
}

.estemark-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.estemark-choice-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}

.estemark-choice-btn {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(79, 111, 120, 0.22);
  background: rgba(79, 111, 120, 0.04);
  color: var(--color-dark);
  font-weight: 800;
  padding: 14px 16px;
  text-align: left;
  transition: all 0.2s ease;
  cursor: pointer;
}

.estemark-choice-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(79, 111, 120, 0.45);
  background: rgba(79, 111, 120, 0.08);
}

.estemark-choice-btn.selected {
  background: var(--button-hover-color);
  border-color: var(--button-hover-color);
  color: var(--color-white);
}

.estemark-field {
  margin-top: 14px;
}

.estemark-input,
.estemark-textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(79, 111, 120, 0.22);
  padding: 14px 14px;
  font-size: 15px;
  color: var(--color-dark);
  background: var(--color-white);
  outline: none;
}

.estemark-input:focus,
.estemark-textarea:focus {
  border-color: rgba(79, 111, 120, 0.6);
  box-shadow: 0 0 0 4px rgba(79, 111, 120, 0.12);
}

.estemark-textarea {
  min-height: 140px;
  resize: vertical;
}

.estemark-slider-row {
  margin-top: 14px;
}

.estemark-slider-value {
  font-size: 18px;
  font-weight: 900;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.estemark-range {
  width: 100%;
}

.estemark-slider-minmax {
  display: flex;
  justify-content: space-between;
  color: var(--color-dark);
  opacity: 0.75;
  font-size: 13px;
  margin-top: 8px;
}

.estemark-file {
  margin-top: 14px;
}

.estemark-file input[type="file"] {
  width: 100%;
}

.estemark-privacy {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 14px;
}

.estemark-privacy label {
  color: var(--color-dark);
  opacity: 0.88;
  font-size: 14px;
  line-height: 1.5;
}

.estemark-privacy a {
  color: var(--color-blue);
  text-decoration: underline;
}

.estemark-lead-nav {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.estemark-lead-btn {
  border: none;
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.estemark-lead-back {
  background: rgba(79, 111, 120, 0.12);
  color: var(--color-dark);
}

.estemark-lead-next,
.estemark-lead-submit {
  background: var(--button-color);
  color: var(--color-white);
  flex: 1;
}

.estemark-lead-next:hover,
.estemark-lead-submit:hover {
  background: var(--button-hover-color);
}

.estemark-lead-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.estemark-lead-error {
  margin-top: 14px;
  background: rgba(204, 0, 0, 0.06);
  border: 1px solid rgba(204, 0, 0, 0.18);
  color: #b00000;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
}

.estemark-lead-success {
  padding: 36px 28px;
  text-align: center;
}

.estemark-lead-success img {
  width: 220px;
  max-width: 75%;
  height: auto;
  margin: 0 auto 14px;
  display: block;
}

.estemark-lead-success-text {
  color: var(--color-dark);
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.85;
}

@media (max-width: 767px) {
  .estemark-lead-body {
    padding: 22px;
  }

  .estemark-lead-title {
    font-size: 22px;
  }

  .estemark-step-title {
    font-size: 20px;
  }

  .estemark-choice-grid {
    grid-template-columns: 1fr;
  }
}

/* Floating Social Buttons */
.floating-social-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-social-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  background: var(--color-white);
  overflow: hidden;
}

.floating-social-btn img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.floating-social-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.floating-social-btn:hover img {
  transform: scale(1.1);
}

.floating-instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.floating-instagram:hover img {
  filter: brightness(0) invert(1);
}

.floating-whatsapp:hover {
  background: #25D366;
}

.floating-whatsapp:hover img {
  filter: brightness(0) invert(1);
}

.floating-telegram:hover {
  background: #0088cc;
}

.floating-telegram:hover img {
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .floating-social-buttons {
    right: 16px;
    bottom: 16px;
    gap: 10px;
  }
  
  .floating-social-btn {
    width: 50px;
    height: 50px;
  }
  
  .floating-social-btn img {
    width: 28px;
    height: 28px;
  }
}

/* Influencer Videos Section */
.influencer-videos-section {
    background: var(--color-white);
}

.influencer-videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.influencer-video-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.influencer-video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(79, 111, 120, 0.25);
}

.influencer-video-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.influencer-video-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: linear-gradient(135deg, var(--color-dark) 0%, rgba(79, 111, 120, 0.8) 100%);
}

.influencer-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.influencer-video-card:hover .influencer-video-thumb img {
    transform: scale(1.08);
}

.influencer-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(30, 45, 52, 0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.influencer-video-card:hover .influencer-video-overlay {
    opacity: 1;
}

.influencer-play-btn {
    width: 72px;
    height: 72px;
    background: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    color: var(--color-dark);
}

.influencer-video-card:hover .influencer-play-btn {
    transform: scale(1.1);
    background: var(--button-color);
    color: var(--color-white);
}

.influencer-play-btn svg {
    margin-left: 4px;
}

@media (max-width: 1200px) {
    .influencer-videos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .influencer-videos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .influencer-play-btn {
        width: 60px;
        height: 60px;
    }
    
    .influencer-play-btn svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 576px) {
    .influencer-videos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .influencer-video-card {
        border-radius: 14px;
    }
    
    .influencer-play-btn {
        width: 48px;
        height: 48px;
    }
    
    .influencer-play-btn svg {
        width: 16px;
        height: 16px;
    }
}