/* Site custom styles - edit this file for project-specific UI changes. */

/* Premium clinic theme based on the Dr Katre logo */
:root {
  --clinic-sky: #69b7e3;
  --clinic-blue: #2277bc;
  --clinic-deep: #0b335c;
  --clinic-ink: #102235;
  --clinic-muted: #657486;
  --clinic-soft: #f5fbff;
  --clinic-line: #d9edf8;
  --clinic-aqua: #9eddf2;
  --clinic-warm: #f4b45f;
  --clinic-shadow: 0 18px 45px rgba(16, 34, 53, 0.12);
}

body {
  color: var(--clinic-ink);
  background: #fbfdff;
}

a {
  color: var(--clinic-blue);
}

a:hover,
a:focus {
  color: var(--clinic-deep);
}

.wrap {
  background: linear-gradient(105deg, var(--clinic-deep) 0%, var(--clinic-blue) 52%, var(--clinic-sky) 100%);
}

.wrap .phone a,
.wrap .phone span,
.social-media p a span {
  color: #fff;
}

.social-media p a {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.social-media p a:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.28);
}

.ftco-navbar-light {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 12px 34px rgba(11, 51, 92, 0.11);
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  color: var(--clinic-ink);
  letter-spacing: .02em;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before,
.ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
  height: 3px;
  background: linear-gradient(90deg, var(--clinic-blue), var(--clinic-aqua));
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: var(--clinic-blue);
}

.ftco-navbar-light .navbar-toggler {
  color: var(--clinic-deep) !important;
}

.logo-nav {
  height: 84px;
  filter: drop-shadow(0 8px 12px rgba(11, 51, 92, 0.16));
}

.hero-wrap .overlay {
  background: linear-gradient(90deg, rgba(11, 51, 92, 0.72), rgba(34, 119, 188, 0.36));
  opacity: 1;
}

.hero-wrap.hero-wrap-2 .overlay,
.ftco-appointment .overlay {
  background: linear-gradient(120deg, rgba(11, 51, 92, 0.88), rgba(34, 119, 188, 0.72), rgba(105, 183, 227, 0.62));
}

.hero-wrap .slider-text h1,
.hero-wrap .slider-text .bread {
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.hero-wrap .slider-text .breadcrumbs span {
  color: #fff !important;
}

.hero-wrap .slider-text .breadcrumbs span a,
.hero-wrap .slider-text .breadcrumbs span a i {
  color: var(--clinic-aqua) !important;
  font-weight: 800;
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus,
.hero-wrap .slider-text .breadcrumbs span a:hover i,
.hero-wrap .slider-text .breadcrumbs span a:focus i {
  color: #fff !important;
}

.bg-light {
  background: var(--clinic-soft) !important;
}

.bg-primary,
.ftco-counter,
.services-2 .icon,
.testimony-wrap .icon {
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky)) !important;
}

.bg-secondary {
  background: var(--clinic-deep) !important;
}

.heading-section .subheading,
.services .icon span,
.staff .text .position,
.block-7 .price .number,
.blog-entry .text .tag,
.blog-entry .text .read,
.contact-wrap .info-wrap .dbox p span,
.contactForm .label {
  color: var(--clinic-blue) !important;
}

.heading-section h2,
.services .media-body h3,
.services-2 .text h4,
.staff .text h3,
.blog-entry .text .heading a,
.block-7 .heading-2,
.testimony-wrap .name {
  color: var(--clinic-ink);
}

.heading-section.heading-section-white .subheading {
  color: var(--clinic-aqua);
}

.heading-section.heading-section-white h2 {
  color: #fff;
}

.heading-section.heading-section-white p,
.ftco-counter .text span,
.ftco-counter .text .number {
  color: rgba(255, 255, 255, 0.9);
}

/* Number/stat section */
.ftco-counter {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(105deg, #2277bc 0%, #4da4d7 58%, #73c2e7 100%) !important;
}

.ftco-counter:before,
.ftco-counter:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ftco-counter:before {
  width: 280px;
  height: 280px;
  right: -90px;
  top: -130px;
  background: rgba(255, 255, 255, 0.12);
}

.ftco-counter:after {
  width: 210px;
  height: 210px;
  left: -80px;
  bottom: -120px;
  background: rgba(11, 51, 92, 0.12);
}

.ftco-counter .container {
  position: relative;
  z-index: 1;
}

.ftco-counter .row {
  align-items: stretch;
}

.ftco-counter .counter-wrap {
  margin-bottom: 0;
}

.ftco-counter .block-18 {
  width: 100%;
  padding: 22px 12px;
  border-radius: 8px;
  transition: transform .25s ease, background .25s ease;
}

.ftco-counter .block-18:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
}

.ftco-counter .text .number {
  display: block;
  color: #fff !important;
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 12px 28px rgba(11, 51, 92, 0.2);
}

.ftco-counter .text .number:after {
  content: "+";
}

.ftco-counter .text span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
}

/* FAQ image group */
.faq-image-frame {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.12);
}

.faq-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.faq-image-grid {
  gap: 16px;
}

.faq-image-grid .faq-image-frame {
  flex: 1 1 0;
}

/* Gallery */
.premium-gallery-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(158, 221, 242, 0.22), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--clinic-soft) 100%);
}

.premium-gallery-section .row {
  row-gap: 10px;
}

.gallery-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  padding: 0;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px rgba(11, 51, 92, 0.16);
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.services,
.staff,
.block-7,
.blog-entry,
.testimony-wrap,
.contact-wrap,
.wrapper {
  border: 1px solid var(--clinic-line);
  box-shadow: var(--clinic-shadow);
}

.services .icon {
  background: linear-gradient(135deg, #eef9ff, #dff3ff);
}

.services .media-body .btn-custom,
.services:hover,
.services.active,
.staff:hover .text,
.staff:focus .text,
.block-7 .btn-primary:hover,
.block-7 .btn-primary:focus,
.contact-wrap .info-wrap .dbox .icon {
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky)) !important;
}

.services:hover .btn-custom span,
.services.active .btn-custom span {
  color: var(--clinic-blue);
}

.staff .ftco-social li a {
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
}

.btn.btn-primary,
.btn-primary {
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  border-color: var(--clinic-blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(34, 119, 188, 0.22);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: #fff;
  border-color: var(--clinic-blue);
  color: var(--clinic-blue);
}

.btn.btn-white {
  color: var(--clinic-deep);
}

.form-control,
.contactForm .form-control,
.appointment .form-control {
  border-color: #cbe5f4;
  color: var(--clinic-ink) !important;
}

.form-control:focus,
.form-control:active,
.contactForm .form-control:focus,
.contactForm .form-control:active {
  border-color: var(--clinic-blue) !important;
  box-shadow: 0 0 0 0.2rem rgba(34, 119, 188, 0.14) !important;
}

/* Premium appointment/contact forms */
.appointment-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--clinic-aqua);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ftco-appointment .half {
  margin: 72px 0;
  padding: 38px !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 30px 80px rgba(8, 29, 52, 0.24);
  backdrop-filter: blur(14px);
}

.ftco-appointment .half h2 {
  color: #fff;
  font-size: 38px;
  line-height: 1.15;
}

.appointment .form-group,
.contactForm .form-group {
  margin-bottom: 18px;
}

.appointment label,
.contactForm .label {
  display: block;
  margin-bottom: 8px;
  color: var(--clinic-deep) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.appointment label {
  color: rgba(255, 255, 255, 0.92) !important;
}

.appointment .form-control,
.contactForm .form-control {
  height: 54px !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(203, 229, 244, 0.9) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--clinic-ink) !important;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(11, 51, 92, 0.08) !important;
}

.appointment .select-wrap .form-control,
.appointment .input-wrap .form-control {
  padding-right: 44px !important;
}

.appointment textarea.form-control,
.contactForm textarea.form-control {
  min-height: 132px !important;
  resize: vertical;
}

.appointment .form-group .icon {
  right: 17px;
  color: var(--clinic-blue);
}

.appointment .form-group .icon span {
  color: var(--clinic-blue) !important;
}

.appointment .btn,
.contactForm .btn {
  width: 100%;
  min-height: 54px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .02em;
}

.contact-wrap {
  border-radius: 8px;
}

.contact-wrap h3 {
  color: var(--clinic-ink);
  font-size: 30px;
  font-weight: 800;
}

.contact-wrap .appointment-eyebrow {
  color: var(--clinic-blue);
}

.wrapper {
  overflow: hidden;
  border-radius: 8px;
}

.info-wrap {
  position: relative;
}

.info-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 51, 92, 0.08), rgba(34, 119, 188, 0.2));
}

.footer {
  background: linear-gradient(135deg, #081d34 0%, var(--clinic-deep) 100%);
}

.footer a,
.footer .ftco-footer-social li a,
.footer-small-nav > li a:hover,
.footer-small-nav > li a:focus {
  color: var(--clinic-aqua);
}

.footer .footer-heading:after {
  background: linear-gradient(90deg, var(--clinic-sky), var(--clinic-warm));
}

.block-7 .pricing-text li span.fa,
.blog-entry .btn-custom,
.ftco-intro .services .icon span {
  color: var(--clinic-warm) !important;
}

#ftco-loader .path {
  stroke: var(--clinic-blue);
}

.logo-foot {
  height: 160px;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.18));
  background-color: #fff;
  border-radius: 20px;
}

@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: #fff !important;
  }

  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover,
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: var(--clinic-blue) !important;
  }

  .logo-nav {
    height: 72px;
  }
}

/* Premium first impression and clinic sections */
.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
}

.home-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 24%, rgba(158, 221, 242, 0.36), transparent 27%), linear-gradient(4deg, rgb(8 29 52 / 0%), rgb(11 51 92 / 21%) 48%, rgba(34, 119, 188, 0.18));
  z-index: 1;
}

.home-hero .overlay {
  background: linear-gradient(105deg, rgba(8, 29, 52, 0.78), rgba(34, 119, 188, 0.24));
  opacity: 1;
}

.home-hero .container,
.home-hero .slider-text {
  position: relative;
  z-index: 2;
}

.hero-content {
  text-align: left;
  padding-top: 40px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.home-hero .slider-text h1 {
  max-width: 760px;
  font-size: 68px;
  line-height: .98;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 18px;
  line-height: 1.8;
}

.hero-actions .btn {
  border-radius: 999px;
  font-weight: 700;
}

.hero-trust {
  gap: 14px;
  margin-top: 16px;
}

.hero-trust div {
  min-width: 138px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(10px);
}

.hero-trust strong {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.hero-trust span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-appointment-card {
  width: 390px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 80px rgba(8, 29, 52, 0.32);
  backdrop-filter: blur(18px);
}

.hero-appointment-card .card-eyebrow {
  color: var(--clinic-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-appointment-card h3 {
  margin: 12px 0 20px;
  color: var(--clinic-ink);
  font-size: 28px;
  line-height: 1.22;
  font-weight: 800;
}

.hero-appointment-card ul {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.hero-appointment-card li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--clinic-muted);
}

.hero-appointment-card li span {
  color: var(--clinic-blue);
  margin-top: 4px;
}

.hero-appointment-card a {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--clinic-deep);
  color: #fff;
  font-weight: 800;
}

.ftco-intro {
  position: relative;
  z-index: 4;
}

.ftco-intro .services {
  min-height: 310px;
  padding: 44px 30px 38px;
  border-radius: 8px;
  border: 1px solid rgba(217, 237, 248, 0.94);
  box-shadow: 0 24px 60px rgba(11, 51, 92, 0.15);
}

@media (min-width: 992px) {
  .ftco-intro .services {
    margin-top: -92px;
  }
}

.ftco-intro .services.active,
.ftco-intro .services:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 80px rgba(34, 119, 188, 0.24);

}

.premium-about-section {
  position: relative;
  padding: 105px 0;
  background:
    linear-gradient(180deg, #fff 0%, var(--clinic-soft) 100%);
}

.premium-about-section .img-video {
  position: relative;
  min-height: 560px;
  border-radius: 8px;
  box-shadow: 0 34px 80px rgba(11, 51, 92, 0.17);
}

.premium-about-section .img-video:after {
  content: "Trusted Pet Care";
  position: absolute;
  left: 28px;
  bottom: 28px;
  padding: 13px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--clinic-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.premium-about-section .services-2 {
  height: calc(100% - 18px);
  padding: 18px;
  margin-bottom: 18px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 34, 53, 0.08);
}

.premium-about-section .services-2 .icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
}

.premium-about-section .services-2 .icon span {
  font-size: 32px;
}

.premium-about-section .row .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.doctor-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(158, 221, 242, 0.34), transparent 28%),
    linear-gradient(180deg, #f8fcff 0%, #fff 100%) !important;
}

.doctor-section .staff {
  border-radius: 8px;
  background: #fff;
}

.doctor-section .staff .img-wrap {
  height: 280px;
}

.doctor-section .staff .text {
  min-height: 220px;
}

.doctor-section .staff .text .faded p {
  min-height: 72px;
  color: var(--clinic-muted);
}

.doctor-section .staff:hover .text .faded p,
.doctor-section .staff:focus .text .faded p {
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991.98px) {
  .home-hero {
    min-height: 720px;
  }

  .home-hero .slider-text h1 {
    font-size: 46px;
  }

  .hero-content {
    padding-top: 20px;
  }

  .premium-about-section {
    padding: 70px 0;
  }
}

/* Mobile polish */
.ftco-navbar-light .navbar-toggler .fa {
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .wrap {
    display: none;
  }

  .ftco-navbar-light {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-nav {
    height: 90px;
  }

  .ftco-navbar-light .navbar-brand {
    margin: 0;
  }

  .ftco-navbar-light .navbar-toggler {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--clinic-line);
    border-radius: 50%;
    background: var(--clinic-soft);
    letter-spacing: 0;
  }

  .ftco-navbar-light .navbar-collapse {
    margin-top: 8px;
    padding: 10px 14px;
    border: 1px solid var(--clinic-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(11, 51, 92, 0.12);
  }

  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: 13px;
  }

  .ftco-appointment .half {
    margin: 40px 0;
    padding: 26px 18px !important;
  }

  .ftco-appointment .half h2,
  .contact-wrap h3 {
    font-size: 28px;
  }

  .appointment .form-control,
  .contactForm .form-control {
    height: 52px !important;
  }

  .home-hero {
    min-height: auto;
    padding: 82px 0 96px;
    background-position: center top !important;
  }

  .home-hero:before {
    background:
      radial-gradient(circle at 70% 10%, rgba(158, 221, 242, 0.24), transparent 34%),
      linear-gradient(180deg, rgb(8 29 52 / 23%), rgb(11 51 92 / 27%) 58%, rgb(34 119 188 / 50%));
  }

  .home-hero .slider-text {
    min-height: auto !important;
    height: auto !important;
    text-align: center;
  }

  .hero-content {
    padding-top: 0;
    text-align: center;
  }

  .hero-badge {
    justify-content: center;
    max-width: 100%;
    padding: 8px 12px;
    font-size: 11px;
    line-height: 1.3;
  }

  .home-hero .slider-text h1 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 1.08;
  }

  .hero-lead {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-actions .btn {
    width: 100%;
    margin-right: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .hero-trust {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
    margin-top: 10px;
  }

  .hero-trust div {
    min-width: 0;
    padding: 11px 8px;
  }

  .hero-trust strong {
    font-size: 16px;
  }

  .hero-trust span {
    font-size: 9px;
    line-height: 1.25;
  }

  .ftco-intro {
    padding-top: 0 !important;
  }

  .ftco-intro .services {
    min-height: auto;
    margin-top: 50px;
    margin-bottom: 58px;
    padding: 42px 24px 34px;
  }

  .ftco-counter {
    padding: 46px 0;
  }

  .ftco-counter .row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .ftco-counter .counter-wrap {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
  }

  .ftco-counter .block-18 {
    min-height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 8px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

  .ftco-counter .text .number {
    font-size: 36px;
  }

  .ftco-counter .text span {
    margin-top: 9px;
    font-size: 13px;
  }

  .faq-image-grid {
    flex-direction: column;
    gap: 14px;
  }

  .faq-image-grid .faq-image-frame {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .gallery-card {
    height: 280px;
    padding: 0;
  }

  .gallery-card img {
    height: 100%;
  }

  .premium-about-section .services-2 {
    height: auto;
    align-items: flex-start;
    margin-bottom: 16px;
    padding: 18px 16px;
    text-align: left;
  }

  .premium-about-section .services-2 .text {
    flex: 1;
    padding-left: 14px !important;
  }

  .premium-about-section .services-2 .text p {
    margin-bottom: 0;
    text-align: justify;
  }
}

@media (max-width: 380px) {
  .home-hero .slider-text h1 {
    font-size: 32px;
  }

  .hero-trust {
    grid-template-columns: 1fr;
  }

  .hero-trust span {
    font-size: 10px;
  }

  .ftco-counter .counter-wrap {
    width: 100%;
  }

  .ftco-counter .block-18 {
    min-height: 112px;
  }

  .gallery-card {
    height: 230px;
  }

}

/* About page premium layout */
.about-hero {
  min-height: 620px;
  background-position: center center !important;
}

.about-hero .overlay {
  background:
    linear-gradient(105deg, rgba(8, 29, 52, 0.84), rgba(34, 119, 188, 0.42) 58%, rgba(105, 183, 227, 0.2));
  opacity: 1;
}

.about-hero .slider-text {
  min-height: 620px;
  height: 620px !important;
}

.about-hero-label {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.about-hero .slider-text h1.bread {
  max-width: 850px;
  color: #fff;
  font-size: 58px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

.about-hero-lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 18px;
  line-height: 1.8;
}

.about-hero-actions .btn,
.about-cta-actions .btn {
  border-radius: 999px;
  font-weight: 800;
}

.about-trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -64px;
  padding-bottom: 48px;
}

.about-trust-item {
  min-height: 150px;
  padding: 28px 18px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(11, 51, 92, 0.16);
  text-align: center;
}

.about-trust-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  color: #fff;
  font-size: 22px;
}

.about-trust-item strong,
.about-trust-item small {
  display: block;
}

.about-trust-item strong {
  color: var(--clinic-ink);
  font-size: 18px;
  font-weight: 800;
}

.about-trust-item small {
  margin-top: 5px;
  color: var(--clinic-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-story-section {
  padding-top: 60px;
  background:
    radial-gradient(circle at 8% 4%, rgba(158, 221, 242, 0.24), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--clinic-soft) 100%);
}

.about-story-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 34px 80px rgba(11, 51, 92, 0.18);
}

.about-story-media img,
.about-doctor-photo img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.about-story-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 56px);
  padding: 14px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--clinic-deep);
  box-shadow: 0 18px 45px rgba(8, 29, 52, 0.18);
}

.about-story-badge span {
  color: var(--clinic-blue);
  font-size: 20px;
}

.about-story-badge strong {
  font-size: 14px;
  line-height: 1.25;
}

.about-signature-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.1);
}

.about-signature-row strong,
.about-signature-row span {
  display: block;
}

.about-signature-row strong {
  margin-bottom: 6px;
  color: var(--clinic-ink);
  font-size: 18px;
  font-weight: 800;
}

.about-signature-row span {
  color: var(--clinic-muted);
}

.about-values-section {
  background: #fff;
}

.about-value-card {
  width: 100%;
  min-height: 310px;
  padding: 30px 24px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.1);
  transition: transform .25s ease, box-shadow .25s ease;
}

.about-value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(11, 51, 92, 0.15);
}

.about-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #eef9ff, #dff3ff);
  color: var(--clinic-blue);
}

.about-value-icon span {
  font-size: 36px;
}

.about-value-card h3 {
  margin-bottom: 14px;
  color: var(--clinic-ink);
  font-size: 20px;
  font-weight: 800;
}

.about-value-card p {
  margin-bottom: 0;
  color: var(--clinic-muted);
  line-height: 1.75;
}

.about-process-section {
  background:
    radial-gradient(circle at 92% 12%, rgba(244, 180, 95, 0.15), transparent 24%),
    linear-gradient(180deg, var(--clinic-soft) 0%, #fff 100%);
}

.about-process-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.about-process-step {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.1);
}

.about-process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--clinic-deep);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.about-process-step h3 {
  margin-bottom: 10px;
  color: var(--clinic-ink);
  font-size: 20px;
  font-weight: 800;
}

.about-process-step p {
  margin-bottom: 0;
  color: var(--clinic-muted);
  line-height: 1.7;
}

.about-doctor-highlight {
  background: #fff;
}

.about-doctor-photo {
  padding: 12px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(11, 51, 92, 0.14);
}

.about-doctor-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.about-doctor-points div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 16px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: var(--clinic-soft);
  color: var(--clinic-ink);
  font-weight: 700;
}

.about-doctor-points span {
  flex: 0 0 28px;
  color: var(--clinic-blue);
}

.about-faq-section .myaccordion .card {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--clinic-line);
  box-shadow: 0 14px 34px rgba(11, 51, 92, 0.08);
}

.about-testimony-section .heading-section .subheading,
.about-testimony-section .heading-section h2 {
  color: #fff !important;
}

.about-final-cta {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.about-final-cta .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(11, 51, 92, 0.88), rgba(34, 119, 188, 0.76), rgba(105, 183, 227, 0.58));
}

.about-final-cta .container {
  position: relative;
  z-index: 1;
}

.about-final-cta h2 {
  color: #fff;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
}

.about-final-cta p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.75;
}

@media (max-width: 991.98px) {
  .about-hero,
  .about-hero .slider-text {
    min-height: 560px;
    height: 560px !important;
  }

  .about-hero .slider-text h1.bread {
    font-size: 44px;
  }

  .about-trust-strip {
    margin-top: -40px;
  }

  .about-trust-item {
    margin-bottom: 18px;
  }

  .about-process-list,
  .about-doctor-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .about-hero {
    min-height: auto;
    padding: 86px 0 78px;
  }

  .about-hero .slider-text {
    min-height: auto;
    height: auto !important;
    text-align: center;
  }

  .about-hero .slider-text h1.bread {
    font-size: 34px;
    line-height: 1.12;
  }

  .about-hero-lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .about-hero-actions .btn,
  .about-cta-actions .btn {
    width: 100%;
    margin-right: 0 !important;
  }

  .about-trust-strip {
    margin-top: 0;
    padding: 24px 0 30px;
    background: var(--clinic-soft);
  }

  .about-trust-item {
    min-height: 136px;
    padding: 22px 12px;
  }

  .about-story-section {
    padding-top: 65px;
  }

  .about-story-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
  }

  .about-signature-row {
    display: block;
    text-align: left;
  }

  .about-signature-row .btn {
    width: 100%;
    margin-top: 18px;
  }

  .about-value-card,
  .about-process-step {
    min-height: auto;
    margin-bottom: 18px;
  }

  .about-doctor-points div {
    align-items: flex-start;
  }

  .about-final-cta {
    padding: 76px 0;
  }

  .about-final-cta h2 {
    font-size: 32px;
  }
}

/* Refined About page requested layout */
.about-clean-hero,
.about-clean-hero .slider-text {
  min-height: 430px;
  height: 430px !important;
}

.about-clean-hero .overlay {
  background: linear-gradient(120deg, rgba(8, 29, 52, 0.78), rgba(34, 119, 188, 0.42));
  opacity: 1;
}

.about-clean-hero .slider-text h1.bread {
  max-width: none;
  font-size: 58px;
  line-height: 1;
}

.about-clinic-premium {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(158, 221, 242, 0.2), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--clinic-soft) 100%);
}

.clinic-photo-composition {
  position: relative;
  min-height: 520px;
}

.clinic-photo-main {
  width: 82%;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 34px 80px rgba(11, 51, 92, 0.18);
}

.clinic-photo-small {
  position: absolute;
  right: 0;
  bottom: 34px;
  width: 48%;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(11, 51, 92, 0.18);
}

.clinic-photo-small img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 8px;
}

.clinic-floating-note {
  position: absolute;
  left: 26px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 330px;
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 45px rgba(8, 29, 52, 0.18);
}

.clinic-floating-note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  color: #fff;
}

.clinic-floating-note strong {
  color: var(--clinic-deep);
  font-size: 14px;
  line-height: 1.35;
}

.clinic-highlight-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 26px;
}

.clinic-highlight-list div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 66px;
  padding: 16px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: #fff;
  color: var(--clinic-ink);
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(11, 51, 92, 0.07);
}

.clinic-highlight-list span {
  margin-top: 3px;
  color: var(--clinic-blue);
}

.clinic-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.clinic-cta-row .btn {
  border-radius: 999px;
  font-weight: 800;
}

.clinic-call-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--clinic-deep);
  font-weight: 800;
}

.clinic-call-link span {
  color: var(--clinic-blue);
}

.why-choose-premium {
  background: #fff;
}

.why-premium-shell {
  overflow: hidden;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(11, 51, 92, 0.13);
}

.why-premium-image {
  min-height: 100%;
  height: 560px;
  background-size: cover;
  background-position: center;
}

.why-premium-content {
  padding: 44px;
}

.why-feature {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--clinic-line);
}

.why-feature:first-child {
  padding-top: 0;
}

.why-feature:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.why-feature > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #eef9ff, #dff3ff);
  color: var(--clinic-blue);
  font-size: 32px;
}

.why-feature h3 {
  margin-bottom: 8px;
  color: var(--clinic-ink);
  font-size: 20px;
  font-weight: 800;
}

.why-feature p {
  margin-bottom: 0;
  color: var(--clinic-muted);
  line-height: 1.7;
}

.breed-care-section {
  background:
    radial-gradient(circle at 88% 8%, rgba(244, 180, 95, 0.15), transparent 25%),
    linear-gradient(180deg, var(--clinic-soft) 0%, #fff 100%);
}

.breed-care-panel {
  padding: 34px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 80px rgba(11, 51, 92, 0.13);
}

.breed-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 170px 170px;
  gap: 12px;
}

.breed-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.breed-photo-grid img:first-child {
  grid-row: span 2;
}

.breed-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--clinic-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.breed-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.breed-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--clinic-line);
  border-radius: 999px;
  background: #fff;
  color: var(--clinic-ink);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(11, 51, 92, 0.08);
}

.breed-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 28px;
  padding: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--clinic-deep), var(--clinic-blue));
  color: #fff;
}

.breed-note span {
  margin-top: 5px;
  color: var(--clinic-aqua);
}

.breed-note p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .clinic-photo-composition {
    min-height: 480px;
  }

  .why-premium-image {
    height: 360px;
  }

  .breed-care-panel {
    padding: 24px;
  }
}

@media (max-width: 767.98px) {
  .about-clean-hero {
    min-height: auto;
    padding: 78px 0 66px;
  }

  .about-clean-hero .slider-text {
    min-height: auto;
    height: auto !important;
    text-align: left;
  }

  .about-clean-hero .slider-text h1.bread {
    font-size: 40px;
  }

  .clinic-photo-composition {
    min-height: auto;
    padding-bottom: 76px;
  }

  .clinic-photo-main {
    width: 100%;
    height: 340px;
  }

  .clinic-photo-small {
    right: 14px;
    bottom: 0;
    width: 58%;
  }

  .clinic-photo-small img {
    height: 130px;
  }

  .clinic-floating-note {
    left: 14px;
    bottom: 18px;
    max-width: 78%;
    padding: 13px 14px;
  }

  .clinic-highlight-list {
    grid-template-columns: 1fr;
  }

  .clinic-cta-row .btn,
  .clinic-call-link {
    width: 100%;
    justify-content: center;
  }

  .why-premium-content {
    padding: 26px 20px;
  }

  .why-feature {
    gap: 14px;
  }

  .why-feature > span {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
    font-size: 27px;
  }

  .breed-photo-grid {
    grid-template-rows: 135px 135px;
  }

  .breed-pills span {
    width: 100%;
    justify-content: center;
  }
}

/* Premium client-approved About sections */
.why-best-layout {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) 1.1fr;
  gap: 22px;
}

.why-best-feature,
.why-best-card,
.vision-card,
.client-care-photo,
.service-chip-grid span {
  border-radius: 8px;
}

.why-best-feature {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 34px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 80px rgba(11, 51, 92, 0.16);
}

.why-best-feature:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 29, 52, 0.08), rgba(8, 29, 52, 0.88));
}

.why-best-feature > div {
  position: relative;
  z-index: 1;
}

.why-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.why-best-feature h3 {
  color: #fff;
  font-size: 34px;
  line-height: 1.16;
  font-weight: 800;
}

.why-best-feature p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

.why-best-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.why-best-card {
  min-height: 269px;
  padding: 30px 26px;
  border: 1px solid var(--clinic-line);
  background:
    linear-gradient(180deg, #fff 0%, rgba(245, 251, 255, 0.92) 100%);
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.1);
  transition: transform .25s ease, box-shadow .25s ease;
}

.why-best-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(11, 51, 92, 0.16);
}

.why-best-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  color: #fff;
  font-size: 34px;
  box-shadow: 0 14px 30px rgba(34, 119, 188, 0.2);
}

.why-best-card h3 {
  margin-bottom: 12px;
  color: var(--clinic-ink);
  font-size: 21px;
  font-weight: 800;
}

.why-best-card p {
  margin-bottom: 0;
  color: var(--clinic-muted);
  line-height: 1.7;
}

.vision-mission-section {
  padding: 0 0 105px;
  background: #fff;
}

.vision-card {
  width: 100%;
  min-height: 360px;
  padding: 38px;
  border: 1px solid var(--clinic-line);
  background:
    radial-gradient(circle at 92% 12%, rgba(158, 221, 242, 0.25), transparent 28%),
    #fff;
  box-shadow: 0 24px 60px rgba(11, 51, 92, 0.12);
}

.vision-card-blue {
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, var(--clinic-deep), var(--clinic-blue));
}

.vision-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  color: #fff;
  font-size: 24px;
}

.vision-card-blue > span {
  background: rgba(255, 255, 255, 0.16);
}

.vision-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--clinic-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vision-card-blue small,
.vision-card-blue h2,
.vision-card-blue p {
  color: #fff;
}

.vision-card h2 {
  margin-bottom: 18px;
  color: var(--clinic-ink);
  font-size: 28px;
  line-height: 1.24;
  font-weight: 800;
}

.vision-card p {
  margin-bottom: 0;
  color: var(--clinic-muted);
  line-height: 1.8;
}

.vision-card-blue p {
  color: rgba(255, 255, 255, 0.84);
}

.client-care-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(158, 221, 242, 0.25), transparent 28%),
    linear-gradient(180deg, var(--clinic-soft) 0%, #fff 100%);
}

.client-care-photo {
  overflow: hidden;
  padding: 12px;
  border: 1px solid var(--clinic-line);
  background: #fff;
  box-shadow: 0 30px 80px rgba(11, 51, 92, 0.14);
}

.client-care-photo img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 8px;
}

.service-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-chip-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid var(--clinic-line);
  background: #fff;
  color: var(--clinic-ink);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(11, 51, 92, 0.08);
}

@media (max-width: 991.98px) {
  .why-best-layout {
    grid-template-columns: 1fr;
  }

  .why-best-feature {
    min-height: 420px;
  }

  .vision-card {
    margin-bottom: 22px;
  }
}

@media (max-width: 767.98px) {
  .why-best-grid {
    grid-template-columns: 1fr;
  }

  .why-best-feature {
    min-height: 360px;
    padding: 26px 20px;
  }

  .why-best-feature h3 {
    font-size: 28px;
  }

  .why-best-card,
  .vision-card {
    min-height: auto;
    padding: 26px 20px;
  }

  .vision-mission-section {
    padding-bottom: 70px;
  }

  .client-care-photo img {
    height: 320px;
  }

  .service-chip-grid span {
    width: 100%;
    justify-content: center;
  }
}

/* About page: Trusted Care for Dogs & Cats */
.pets-care-showcase {
  background:
    radial-gradient(circle at 10% 8%, rgba(158, 221, 242, 0.24), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(244, 180, 95, 0.13), transparent 24%),
    linear-gradient(180deg, #fff 0%, var(--clinic-soft) 100%);
}

.pets-care-showcase .row {
  row-gap: 24px;
}

.pet-care-card {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.1);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pet-care-card:hover {
  transform: translateY(-7px);
  border-color: rgba(105, 183, 227, 0.75);
  box-shadow: 0 30px 70px rgba(11, 51, 92, 0.16);
}

.pet-care-image {
  position: relative;
  height: 245px;
  margin: 12px 12px 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--clinic-soft);
}

.pet-care-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(8, 29, 52, 0.18));
  pointer-events: none;
}

.pet-care-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.pet-care-card:hover .pet-care-image img {
  transform: scale(1.04);
}

.pet-care-body {
  padding: 24px 24px 26px;
}

.pet-care-body h3 {
  margin-bottom: 10px;
  color: var(--clinic-ink);
  font-size: 21px;
  font-weight: 800;
}

.pet-care-body p {
  margin-bottom: 0;
  color: var(--clinic-muted);
  line-height: 1.7;
}

.pets-care-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 42px;
  padding: 28px 32px;
  border: 1px solid rgba(217, 237, 248, 0.9);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--clinic-deep), var(--clinic-blue));
  box-shadow: 0 24px 60px rgba(11, 51, 92, 0.16);
}

.pets-care-cta p {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
}

.pets-care-cta .btn {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff;
  border-color: #fff;
  color: var(--clinic-blue);
  font-weight: 800;
  box-shadow: none;
}

.pets-care-cta .btn:hover,
.pets-care-cta .btn:focus {
  background: var(--clinic-aqua);
  border-color: var(--clinic-aqua);
  color: var(--clinic-deep);
}

@media (max-width: 991.98px) {
  .pet-care-image {
    height: 230px;
  }
}

@media (max-width: 767.98px) {
  .pets-care-showcase .row {
    row-gap: 18px;
  }

  .pet-care-image {
    height: 220px;
  }

  .pet-care-body {
    padding: 22px 20px 24px;
  }

  .pets-care-cta {
    display: block;
    padding: 24px 20px;
    text-align: center;
  }

  .pets-care-cta p {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .pets-care-cta .btn {
    width: 100%;
  }
}

/* Premium Services page */
.premium-services-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(158, 221, 242, 0.24), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(244, 180, 95, 0.13), transparent 24%),
    linear-gradient(180deg, #fff 0%, var(--clinic-soft) 100%);
}

.premium-service-grid {
  row-gap: 28px;
}

.premium-service-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.1);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.premium-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(105, 183, 227, 0.78);
  box-shadow: 0 32px 76px rgba(11, 51, 92, 0.16);
}

.premium-service-image {
  position: relative;
  display: block;
  height: 245px;
  margin: 12px 12px 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--clinic-soft);
}

.premium-service-image:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 29, 52, 0) 48%, rgba(8, 29, 52, 0.32));
  pointer-events: none;
}

.premium-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.premium-service-card:hover .premium-service-image img {
  transform: scale(1.05);
}

.premium-service-image .service-icon {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  color: #fff;
  box-shadow: 0 14px 30px rgba(11, 51, 92, 0.22);
}

.premium-service-image .service-icon i {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.premium-service-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 26px;
}

.premium-service-body h3 {
  min-height: 58px;
  margin-bottom: 14px;
  color: var(--clinic-ink);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.premium-service-body p {
  flex: 1;
  margin-bottom: 24px;
  color: var(--clinic-muted);
  line-height: 1.7;
}

.service-know-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid var(--clinic-line);
  border-radius: 999px;
   background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  color: white;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.service-know-more span {
  transition: transform .2s ease;
}

.premium-service-card:hover .service-know-more {
 
  border-color: var(--clinic-blue);
  color: #fff;
}

.premium-service-card:hover .service-know-more span {
  transform: translateX(3px);
}

.service-page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 52px;
  padding: 32px 36px;
  border: 1px solid rgba(217, 237, 248, 0.9);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, var(--clinic-deep), var(--clinic-blue));
  box-shadow: 0 24px 60px rgba(11, 51, 92, 0.16);
}

.service-page-cta span {
  display: block;
  margin-bottom: 8px;
  color: var(--clinic-aqua);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-page-cta h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
}

.service-page-cta .btn {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff;
  border-color: #fff;
  color: var(--clinic-blue);
  box-shadow: none;
}

.service-page-cta .btn:hover,
.service-page-cta .btn:focus {
  background: var(--clinic-aqua);
  border-color: var(--clinic-aqua);
  color: var(--clinic-deep);
}

@media (max-width: 991.98px) {
  .premium-service-image {
    height: 230px;
  }

  .premium-service-body h3 {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .premium-service-grid {
    row-gap: 20px;
  }

  .premium-service-image {
    height: 220px;
  }

  .premium-service-body {
    padding: 24px 20px;
  }

  .service-know-more {
    width: 100%;
  }

  .service-page-cta {
    display: block;
    padding: 26px 20px;
    text-align: center;
  }

  .service-page-cta h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .service-page-cta .btn {
    width: 100%;
  }
}

/* Premium Contact page */
.premium-contact-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(158, 221, 242, 0.24), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(244, 180, 95, 0.13), transparent 24%),
    linear-gradient(180deg, #fff 0%, var(--clinic-soft) 100%);
}

.premium-contact-info-row {
  row-gap: 18px;
  margin-bottom: 34px;
}

.contact-info-card {
  width: 100%;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 22px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.1);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.contact-info-card:hover,
.contact-info-card:focus {
  transform: translateY(-6px);
  border-color: rgba(105, 183, 227, 0.78);
  box-shadow: 0 30px 70px rgba(11, 51, 92, 0.15);
}

.contact-info-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  color: #fff;
  font-size: 24px;
}

.contact-info-card small {
  margin-bottom: 8px;
  color: var(--clinic-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-info-card strong {
  color: var(--clinic-ink);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
}

.premium-contact-shell {
  overflow: hidden;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(11, 51, 92, 0.14);
}

.premium-contact-form {
  padding: 44px;
}

.premium-contact-form h3 {
  margin-bottom: 12px;
  color: var(--clinic-ink);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
}

.contact-form-note {
  margin-bottom: 28px;
  color: var(--clinic-muted);
  line-height: 1.75;
}

.premium-contact-form .contactForm .form-control {
  background: #fff !important;
}

.premium-contact-form .contactForm select.form-control {
  appearance: auto;
}

.contact-submit-btn {
  width: 100%;
  min-height: 56px;
  border-radius: 999px;
  font-weight: 800;
}

.premium-contact-side {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--clinic-deep);
}

.contact-side-image {
  min-height: 528px;
  background-size: cover;
  background-position: center;
}

.contact-side-panel {
  flex: 1;
  padding: 34px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(135deg, var(--clinic-deep), var(--clinic-blue));
}

.contact-side-panel span {
  display: block;
  margin-bottom: 12px;
  color: var(--clinic-aqua);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-side-panel h3 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
}

.contact-side-panel ul {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.contact-side-panel li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
}

.contact-side-panel li i {
  margin-top: 5px;
  color: var(--clinic-aqua);
}

.contact-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--clinic-blue);
  font-weight: 800;
}

.contact-map-link:hover,
.contact-map-link:focus {
  background: var(--clinic-aqua);
  color: var(--clinic-deep);
}

@media (max-width: 991.98px) {
  .premium-contact-side {
    min-height: auto;
  }

  .contact-side-image {
    min-height: 340px;
  }
}

@media (max-width: 767.98px) {
  .premium-contact-form {
    padding: 28px 20px;
  }

  .premium-contact-form h3 {
    font-size: 28px;
  }

  .contact-info-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .contact-side-image {
    min-height: 260px;
  }

  .contact-side-panel {
    padding: 28px 20px;
  }

  .contact-map-link {
    width: 100%;
  }
}

/* Premium Our Doctor page */
.doctor-profile-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(158, 221, 242, 0.24), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--clinic-soft) 100%);
}

.doctor-photo-panel {
  position: relative;
  padding: 18px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 34px 80px rgba(11, 51, 92, 0.16);
}

.doctor-photo-placeholder {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 25%, rgba(158, 221, 242, 0.3), transparent 30%),
    linear-gradient(135deg, #f7fcff, #e4f5ff);
}

.doctor-photo-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
      display: block;
  padding: 0;
  margin: 0;
}

.doctor-photo-placeholder span {
  display: none;
  padding: 10px 16px;
  border: 1px solid var(--clinic-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--clinic-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.doctor-photo-note {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(8, 29, 52, 0.16);
}

.doctor-photo-note i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  color: #fff;
}

.doctor-photo-note strong {
  color: var(--clinic-deep);
  line-height: 1.35;
}

.doctor-action-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
}

.doctor-action-row .btn {
  border-radius: 999px;
  font-weight: 800;
}

.doctor-call-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--clinic-deep);
  font-weight: 800;
}

.doctor-call-link span {
  color: var(--clinic-blue);
}

.doctor-profile-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}

.doctor-profile-highlights div {
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(11, 51, 92, 0.08);
}

.doctor-profile-highlights span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  color: #fff;
}

.doctor-profile-highlights strong,
.doctor-profile-highlights small {
  display: block;
}

.doctor-profile-highlights strong {
  margin-bottom: 6px;
  color: var(--clinic-ink);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

.doctor-profile-highlights small {
  color: var(--clinic-muted);
  line-height: 1.45;
}

.doctor-care-section {
  padding: 0 0 105px;
  background:
    radial-gradient(circle at 12% 10%, rgba(158, 221, 242, 0.22), transparent 28%),
    linear-gradient(180deg, var(--clinic-soft) 0%, #fff 100%);
}

.doctor-care-shell {
  position: relative;
  overflow: hidden;
  padding: 48px;
  border: 1px solid rgba(217, 237, 248, 0.9);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 18%, rgba(244, 180, 95, 0.14), transparent 24%),
    linear-gradient(135deg, #fff 0%, #f5fbff 100%);
  box-shadow: 0 30px 80px rgba(11, 51, 92, 0.13);
}

.doctor-care-shell:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: rgba(105, 183, 227, 0.16);
}

.doctor-care-shell > .row {
  position: relative;
  z-index: 1;
}

.doctor-care-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.doctor-care-grid div {
  position: relative;
  min-height: 156px;
  padding: 24px 20px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--clinic-ink);
  box-shadow: 0 14px 34px rgba(11, 51, 92, 0.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.doctor-care-grid div:hover {
  transform: translateY(-6px);
  border-color: rgba(105, 183, 227, 0.78);
  box-shadow: 0 26px 60px rgba(11, 51, 92, 0.14);
}

.doctor-care-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  color: #fff;
  font-size: 20px;
  box-shadow: 0 12px 26px rgba(34, 119, 188, 0.18);
}

.doctor-care-grid strong,
.doctor-care-grid small {
  display: block;
}

.doctor-care-grid strong {
  margin-bottom: 7px;
  color: var(--clinic-ink);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
}

.doctor-care-grid small {
  color: var(--clinic-muted);
  line-height: 1.45;
}

.doctor-trust-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 180, 95, 0.13), transparent 24%),
    linear-gradient(180deg, #fff 0%, var(--clinic-soft) 100%);
}

.doctor-trust-card {
  width: 100%;
  min-height: 300px;
  padding: 34px 28px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.1);
  transition: transform .25s ease, box-shadow .25s ease;
}

.doctor-trust-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 70px rgba(11, 51, 92, 0.15);
}

.doctor-trust-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  color: #fff;
  font-size: 36px;
}

.doctor-trust-card h3 {
  margin-bottom: 14px;
  color: var(--clinic-ink);
  font-size: 22px;
  font-weight: 800;
}

.doctor-trust-card p {
  margin-bottom: 0;
  color: var(--clinic-muted);
  line-height: 1.75;
}

@media (max-width: 991.98px) {
  .doctor-photo-placeholder {
    min-height: 440px;
  }

  .doctor-photo-placeholder img {
    height: 440px;
  }

  .doctor-care-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .doctor-photo-panel {
    padding: 12px;
  }

  .doctor-photo-placeholder {
    min-height: 360px;
  }

  .doctor-photo-placeholder img {
    height: 360px;
  }

  .doctor-photo-note {
    padding: 14px;
  }

  .doctor-action-row .btn,
  .doctor-call-link {
    width: 100%;
    justify-content: center;
  }

  .doctor-profile-highlights {
    grid-template-columns: 1fr;
  }

  .doctor-profile-highlights div {
    min-height: auto;
  }

  .doctor-care-shell {
    padding: 26px 20px;
  }

  .doctor-care-grid {
    grid-template-columns: 1fr;
  }

  .doctor-trust-card {
    min-height: auto;
    margin-bottom: 18px;
    padding: 28px 22px;
  }
}

/* Premium individual service pages */
.service-detail-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(158, 221, 242, 0.24), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--clinic-soft) 100%);
}

.service-detail-hero-card {
  overflow: hidden;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 34px 80px rgba(11, 51, 92, 0.15);
}

.service-detail-media {
  position: relative;
  min-height: 100%;
  height: 560px;
  background-size: cover;
  background-position: center;
}

.service-detail-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 29, 52, 0.02), rgba(8, 29, 52, 0.34));
}

.service-detail-content {
  padding: 46px;
}

.service-detail-content h2 {
  color: var(--clinic-ink);
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
}

.service-detail-content p {
  color: var(--clinic-muted);
  line-height: 1.8;
}

.service-detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 30px;
}

.service-detail-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid var(--clinic-line);
  border-radius: 999px;
  background: var(--clinic-soft);
  color: var(--clinic-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
}

.service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.service-detail-actions .btn,
.service-detail-call {
  border-radius: 999px;
  font-weight: 800;
}

.service-detail-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid var(--clinic-line);
  background: #fff;
  color: var(--clinic-deep);
}

.service-detail-call span {
  margin-right: 9px;
  color: var(--clinic-blue);
}

.service-detail-section {
  background: #fff;
}

.service-feature-card,
.service-process-card,
.service-included-card {
  width: 100%;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.1);
}

.service-feature-card {
  min-height: 260px;
  padding: 30px 26px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-feature-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 70px rgba(11, 51, 92, 0.15);
}

.service-feature-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  color: #fff;
  font-size: 28px;
}

.service-feature-card h3,
.service-process-card h3 {
  color: var(--clinic-ink);
  font-size: 20px;
  font-weight: 800;
}

.service-feature-card p,
.service-process-card p {
  margin-bottom: 0;
  color: var(--clinic-muted);
  line-height: 1.75;
}

.service-process-band {
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 180, 95, 0.13), transparent 24%),
    linear-gradient(180deg, var(--clinic-soft) 0%, #fff 100%);
}

.service-process-card {
  position: relative;
  min-height: 220px;
  padding: 30px 24px;
}

.service-process-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--clinic-deep);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.service-included-card {
  overflow: hidden;
  padding: 34px;
  background:
    radial-gradient(circle at 94% 12%, rgba(158, 221, 242, 0.26), transparent 28%),
    #fff;
}

.service-included-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-included-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: var(--clinic-soft);
  color: var(--clinic-ink);
  font-weight: 700;
}

.service-included-list i {
  margin-top: 4px;
  color: var(--clinic-blue);
}

.service-detail-cta {
  padding: 88px 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, var(--clinic-deep), var(--clinic-blue));
}

.service-detail-cta h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.18;
  font-weight: 800;
}

.service-detail-cta p {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

.service-detail-cta .btn {
  border-radius: 999px;
  background: #fff;
  border-color: #fff;
  color: var(--clinic-blue);
  box-shadow: none;
  font-weight: 800;
}

.service-detail-cta .btn:hover,
.service-detail-cta .btn:focus {
  background: var(--clinic-aqua);
  border-color: var(--clinic-aqua);
  color: var(--clinic-deep);
}

@media (max-width: 991.98px) {
  .service-detail-media {
    height: 380px;
  }

  .service-detail-content {
    padding: 34px;
  }
}

@media (max-width: 767.98px) {
  .service-detail-media {
    height: 290px;
  }

  .service-detail-content {
    padding: 28px 20px;
  }

  .service-detail-content h2,
  .service-detail-cta h2 {
    font-size: 30px;
  }

  .service-detail-actions .btn,
  .service-detail-call {
    width: 100%;
  }

  .service-included-card {
    padding: 24px 18px;
  }

  .service-included-list {
    grid-template-columns: 1fr;
  }

  .service-detail-cta {
    padding: 68px 0;
    text-align: center;
  }
}

/* Simple premium service article pages */
.simple-service-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(158, 221, 242, 0.22), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--clinic-soft) 100%);
}

.simple-service-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.simple-service-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--clinic-blue);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.11);
}

.simple-service-media img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.simple-video-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--clinic-deep);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(8, 29, 52, 0.16);
}

.simple-video-badge span {
  color: var(--clinic-blue);
}

.simple-treatment-box {
  position: sticky;
  top: 120px;
  padding: 20px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.1);
}

.simple-treatment-box h3 {
  margin-bottom: 16px;
  color: var(--clinic-blue);
  font-size: 22px;
  font-weight: 800;
}

.simple-treatment-box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin-bottom: 9px;
  padding: 11px 14px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: var(--clinic-soft);
  color: var(--clinic-ink);
  font-size: 13px;
  font-weight: 700;
}

.simple-treatment-box a.active,
.simple-treatment-box a:hover,
.simple-treatment-box a:focus {
  background: linear-gradient(135deg, var(--clinic-blue), var(--clinic-sky));
  border-color: var(--clinic-blue);
  color: #fff;
}

.simple-service-content {
  margin-top: 34px;
  padding: 34px;
  border: 1px solid var(--clinic-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(11, 51, 92, 0.09);
}

.simple-service-content h2,
.simple-service-content h3 {
  color: var(--clinic-blue);
  font-weight: 800;
}

.simple-service-content h2 {
  margin-bottom: 16px;
  font-size: 24px;
}

.simple-service-content h3 {
  margin-top: 30px;
  margin-bottom: 14px;
  font-size: 20px;
}

.simple-service-content p {
  color: var(--clinic-muted);
  line-height: 1.82;
}

.simple-service-content ul,
.simple-service-content ol {
  margin: 0 0 0 18px;
  padding: 0;
}

.simple-service-content li {
  margin-bottom: 10px;
  color: var(--clinic-muted);
  line-height: 1.72;
}

.simple-service-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--clinic-deep), var(--clinic-blue));
}

.simple-service-cta p {
  margin: 0;
  color: #fff;
  font-weight: 800;
}

.simple-service-cta .btn {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff;
  border-color: #fff;
  color: var(--clinic-blue);
  box-shadow: none;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .simple-service-shell {
    grid-template-columns: 1fr;
  }

  .simple-treatment-box {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .simple-service-media img {
    height: 260px;
  }

  .simple-service-content {
    padding: 24px 18px;
  }

  .simple-service-cta {
    display: block;
    text-align: center;
  }

  .simple-service-cta p {
    margin-bottom: 16px;
  }

  .simple-service-cta .btn {
    width: 100%;
  }
}
