/* Custom tweaks for Honlaris Wellness */

/* Desktop: hide Contact in normal header, show only in sticky header */
@media (min-width: 992px) {
  /* Normal header (top) */
  .main-header.header-style-one .header-lower .navigation > li.menu-contact {
    display: none !important;
  }

  /* Sticky header (on scroll) */
  .main-header.header-style-one .sticky-header .navigation > li.menu-contact {
    display: inline-block !important;
  }

  .main-header.header-style-one .sticky-header .sticky-contact-btn {
    display: block !important;
  }
}

/* Index services carousel: keep all cards same height */
.services-carousel.owl-carousel .owl-stage {
  display: flex;
}

.services-carousel.owl-carousel .owl-item {
  display: flex;
}

.services-carousel.owl-carousel .service-block-six {
  display: flex;
  width: 100%;
}

.services-carousel.owl-carousel .service-block-six .inner-box {
  height: 100%;
  width: 100%;
}

/* Index services (service-block-six) colors -> match Services page teal */
.services-section-six .service-block-six .inner-box:hover {
  background-color: #008080;
}

.services-section-six .service-block-six .inner-box .service-btn a.btn i {
  color: #008080;
}

/* Membership page feature section (pinned image style) */
.membership-feature-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #f6e7e3;
}

.membership-feature-wrap--spaced {
  margin-top: 40px;
}

.membership-feature-wrap--club {
  background: #f2fbfa;
}

.membership-feature-wrap--vip {
  background: #f7f3ff;
}

/* Index page: fun-fact icons in teal */
.page-index .fun-fact-section-two .counter-block-two .icon img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(61%) saturate(686%) hue-rotate(140deg) brightness(92%) contrast(93%);
}

/* Index page: keep both About banners same height */
.page-index .banners-section-two .row > .banner-box-two {
  display: flex;
  flex-direction: column;
}

.page-index .banners-section-two .banner-box-two .inner-box {
  height: 100%;
}

/* Index page: center banner content inside cards */
.page-index .banners-section-two .banner-box-two .inner-box {
  align-items: center;
}

.page-index .banners-section-two .banner-box-two .inner-box .content {
  margin: 0 auto;
  text-align: center;
}

/* Clinic Services card: right-align content and black text */
.page-index .banners-section-two .banner-box-two:first-child .inner-box {
  justify-content: flex-end;
  padding-right: 50px;
}

.page-index .banners-section-two .banner-box-two:first-child .inner-box .content {
  margin: 0;
  text-align: right;
  max-width: 100%;
}

.page-index .banners-section-two .banner-box-two:first-child .inner-box .content .text {
  color: #000000;
}

.page-index .banners-section-two .banner-box-two:first-child .inner-box .content .title {
  color: #000000;
}

/* Age Reversal card: left-align content and black text */
.page-index .banners-section-two .banner-box-two .inner-box.style-two {
  justify-content: flex-start;
  padding-left: 50px;
}

.page-index .banners-section-two .banner-box-two .inner-box.style-two .content {
  margin: 0;
  text-align: left;
  max-width: 100%;
}

.page-index .banners-section-two .banner-box-two .inner-box.style-two .content .title,
.page-index .banners-section-two .banner-box-two .inner-box.style-two .content .text {
  color: #000000;
}

.page-index .banners-section-two .banner-box-two .inner-box.style-two .content .theme-btn {
  color: #fff;
}

/* Index page: replace yellow/gold theme accent with teal */
.page-index {
  --theme-color1: #008080;
  --theme-color1-dark: #006b6b;
  --theme-color1-rgb: 0, 128, 128;
}

/* Gallery page: keep video aspect ratio, but slightly smaller overall */
.gallery-section video {
  width: 100%;
  height: auto;       /* keep original ratio */
  max-height: 360px;  /* not too tall, not too short */
  display: block;
}

/* ================================
   Package page hero & switcher
   ================================ */

.page-package .package-hero {
  background: radial-gradient(circle at top left, rgba(0, 128, 128, 0.12), transparent 50%),
              radial-gradient(circle at bottom right, rgba(255, 192, 203, 0.14), transparent 55%),
              #f9f6f1;
  padding: 70px 0 40px;
}

.page-package .package-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.page-package .package-hero-kicker {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--package-accent);
  margin-bottom: 10px;
}

.page-package .package-hero-title {
  margin: 0 0 14px;
}

.page-package .package-hero-text {
  font-size: 15px;
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 20px;
}

.page-package .package-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.page-package .package-hero-link {
  font-weight: 600;
  font-size: 14px;
  color: var(--package-accent);
}

.page-package .package-hero-link:hover {
  text-decoration: underline;
}

.page-package .package-hero-media {
  display: flex;
  justify-content: flex-end;
}

.page-package .package-hero-image {
  width: min(420px, 100%);
  aspect-ratio: 4 / 3;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.page-package .package-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-package .package-switcher {
  padding: 10px 0 0;
}

.page-package .package-switcher-inner {
  display: inline-flex;
  gap: 10px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
}

.page-package .package-switcher-pill {
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  background: transparent;
}

.page-package .package-switcher-pill.is-active,
.page-package .package-switcher-pill:hover {
  background: #fff;
  color: var(--package-accent);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

/* ================================
   Desktop tweaks up to 1400px
   Make header / nav / footer tighter
   ================================ */

@media (max-width: 1399.98px) and (min-width: 992px) {
  /* Header logo a bit smaller so nav has more space */
  .main-header.header-style-one .header-lower .logo-box .logo img {
    max-height: 60px;
  }

  /* Main navigation: reduce gap and vertical padding */
  .main-header.header-style-one .main-menu .navigation > li {
    margin-right: 26px !important; /* override theme spacing */
    padding: 32px 0 !important;    /* slightly shorter header bar */
  }

  .main-header.header-style-one .main-menu .navigation > li > a {
    font-size: 14px;
  }

  /* Sticky header nav spacing */
  .sticky-header .main-menu .navigation > li {
    margin-left: 34px;
    padding: 18px 0;
  }

  .sticky-header .main-menu .navigation > li > a {
    font-size: 14px;
  }

  /* Desktop contact button in header */
  .main-header.header-style-one .header-contact-btn .theme-btn.btn-style-one {
    padding: 10px 18px;
    font-size: 13px;
  }

  /* Footer: keep columns readable on mid‑desktop */
  .main-footer .footer-widget .widget-title {
    font-size: 20px;
  }

  .main-footer .footer-widget .text,
  .main-footer .footer-widget .timetable li,
  .main-footer .footer-widget .contact-info li a {
    font-size: 14px;
  }

  /* Package page: keep hero and cards comfortable on mid‑desktop */
  .page-package .package-hero {
    padding: 60px 0 32px;
  }

  .page-package .diet-card-price {
    font-size: 20px;
  }

  .page-package .grooming-feature {
    margin-bottom: 22px;
  }
}

/* Pricing page (clean layout) */
.page-pricing .pricing-clean-section {
  background: linear-gradient(135deg, #f9f6f1 0%, #ffffff 100%);
}

.page-pricing .pricing-topbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.page-pricing .pricing-search {
  flex: 1;
  min-width: 260px;
  max-width: 520px;
}

.page-pricing .pricing-search-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--headings-color);
  margin-bottom: 8px;
}

.page-pricing .pricing-search-input {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0 16px;
  outline: none;
  background: rgba(255, 255, 255, 0.8);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.page-pricing .pricing-search-input:focus {
  border-color: rgba(0, 128, 128, 0.55);
  box-shadow: 0 0 0 4px rgba(0, 128, 128, 0.12);
}

.page-pricing .pricing-count {
  font-weight: 700;
  color: var(--headings-color);
  white-space: nowrap;
}

.page-pricing .pricing-chips {
  position: sticky;
  top: 95px; /* below header */
  z-index: 10;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 2px;
  margin: 0 -2px 26px;
  background: rgba(249, 246, 241, 0.85);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.page-pricing .pricing-chips::-webkit-scrollbar {
  height: 6px;
}

.page-pricing .pricing-chips::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.page-pricing .pricing-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 128, 128, 0.25);
  background: rgba(255, 255, 255, 0.8);
  color: #008080;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  transition: transform 150ms ease, background 150ms ease;
}

.page-pricing .pricing-chip:hover {
  background: #008080;
  color: #fff;
  transform: translateY(-1px);
}

.page-pricing .pricing-category {
  scroll-margin-top: 130px;
  margin-bottom: 36px;
}

.page-pricing .pricing-category-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 2px solid rgba(0, 128, 128, 0.35);
}

.page-pricing .pricing-category-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #008080;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.page-pricing .pricing-category-title {
  margin: 0;
  font-weight: 700;
}

.page-pricing .pricing-table {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.page-pricing .pricing-table-header,
.page-pricing .pricing-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 14px;
  padding: 14px 18px;
}

.page-pricing .pricing-table-header {
  background: #008080;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
}

.page-pricing .pricing-row {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  align-items: start;
}

.page-pricing .pricing-row:hover {
  background: rgba(0, 128, 128, 0.04);
}

.page-pricing .pricing-row .col-standard,
.page-pricing .pricing-row .col-member,
.page-pricing .pricing-table-header .col-standard,
.page-pricing .pricing-table-header .col-member {
  text-align: right;
  font-weight: 800;
}

.page-pricing .pricing-row .col-member {
  color: #008080;
}

.page-pricing .pricing-row--package {
  background: linear-gradient(135deg, rgba(0, 128, 128, 0.10) 0%, rgba(0, 128, 128, 0.04) 100%);
}

.page-pricing .pricing-row--subhead,
.page-pricing .pricing-row--note {
  grid-template-columns: 1fr;
}

.page-pricing .pricing-row--subhead {
  background: rgba(0, 128, 128, 0.06);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-pricing .pricing-subhead {
  color: #008080;
}

.page-pricing .pricing-row--note {
  background: #fff;
  font-style: italic;
  color: var(--text-color);
  opacity: 0.9;
}

@media (max-width: 991.98px) {
  .page-pricing .pricing-topbar {
    flex-direction: column;
    align-items: stretch;
  }
  .page-pricing .pricing-search {
    max-width: none;
  }
  .page-pricing .pricing-count {
    white-space: normal;
  }
  .page-pricing .pricing-chips {
    top: 78px;
  }
}

@media (max-width: 767.98px) {
  .page-pricing .pricing-table-header {
    display: none;
  }
  .page-pricing .pricing-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .page-pricing .pricing-row .col-standard,
  .page-pricing .pricing-row .col-member {
    text-align: left;
  }
  .page-pricing .pricing-row[data-type="item"] .col-standard:before,
  .page-pricing .pricing-row[data-type="package"] .col-standard:before {
    content: "Standard: ";
    font-weight: 800;
    margin-right: 6px;
    color: var(--headings-color);
  }
  .page-pricing .pricing-row[data-type="item"] .col-member:before,
  .page-pricing .pricing-row[data-type="package"] .col-member:before {
    content: "Member: ";
    font-weight: 800;
    margin-right: 6px;
    color: var(--headings-color);
  }
}

.membership-feature-wrap:before,
.membership-feature-wrap:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  pointer-events: none;
}

.membership-feature-wrap:before {
  width: 240px;
  height: 240px;
  left: -60px;
  top: -60px;
  background: #ffd4c9;
}

.membership-feature-wrap:after {
  width: 320px;
  height: 320px;
  right: -120px;
  bottom: -140px;
  background: #cfe9e7;
}

.membership-feature-content {
  padding: 70px 60px;
}

.membership-feature-content .sec-title .sub-title {
  color: #008080;
}

.membership-feature-content .sec-title h2 {
  color: var(--theme-color-dark);
}

.membership-feature-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  color: #1b1b1b;
  font-weight: 600;
}

.membership-feature-meta .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #008080;
  opacity: 0.6;
}

.membership-feature-text {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.membership-feature-price {
  font-weight: 700;
  font-size: 18px;
  color: #008080;
  margin: 0 0 22px;
}

.membership-feature-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 28px;
}

.membership-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  color: var(--text-color);
}

.membership-feature-list li i {
  color: #008080;
  margin-top: 4px;
}

.membership-feature-list--dots {
  margin-top: 6px;
}

.membership-feature-list--dots li {
  display: list-item;
  list-style: disc;
  margin-left: 18px;
  padding-left: 6px;
}

.membership-feature-note {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-color);
  opacity: 0.95;
  max-width: 640px;
}

.membership-feature-note a {
  color: #008080;
  font-weight: 700;
}

.membership-feature-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.membership-feature-actions .membership-btn {
  background: #008080;
  border-color: #008080;
}

.membership-feature-actions .membership-btn:hover {
  background: #006b6b;
  border-color: #006b6b;
}

.membership-feature-actions .membership-btn-outline {
  border: 2px solid #008080;
  color: #008080;
  background: transparent;
}

.membership-feature-actions .membership-btn-outline:hover {
  background: #008080;
  color: #fff;
}

.membership-feature-media {
  position: relative;
  height: 100%;
  min-height: 520px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.membership-media-shape {
  position: relative;
  width: 420px;
  height: 520px;
  max-width: 100%;
  border-radius: 28px 60px 28px 80px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
}

.membership-media-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.membership-offer-badge {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(0, 128, 128, 0.12);
  border: 2px solid rgba(0, 128, 128, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.membership-offer-badge .badge-inner {
  text-align: center;
  line-height: 1;
}

.membership-offer-badge .small {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #008080;
  margin-bottom: 6px;
}

.membership-offer-badge .big {
  display: block;
  font-size: 34px;
  font-weight: 800;
  color: var(--theme-color-dark);
}

@media (max-width: 991.98px) {
  .membership-feature-content {
    padding: 50px 30px;
  }
  .membership-feature-media {
    min-height: 420px;
  }
  .membership-media-shape {
    width: min(420px, 100%);
    height: auto;
    aspect-ratio: 420 / 520;
  }
  .membership-offer-badge {
    left: 22px;
    top: 22px;
    width: 120px;
    height: 120px;
  }
  .membership-offer-badge .big {
    font-size: 28px;
  }
}

/* Package page: diet & grooming packages */
.page-package {
  --package-accent: #008080;
  --package-accent-rgb: 0, 128, 128;
}

.page-package .packages-section {
  background: linear-gradient(135deg, #f9f6f1 0%, #ffffff 100%);
  padding: 80px 0;
}

.page-package .packages-section + .packages-section {
  padding-top: 40px;
}

.page-package .packages-title {
  text-align: center;
  margin-bottom: 40px;
}

.page-package .packages-title .sub-title {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--package-accent);
  font-weight: 700;
  margin-bottom: 8px;
}

.page-package .packages-title h2 {
  margin: 0;
}

/* Diet packages cards */
.page-package .diet-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.page-package .diet-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  padding: 24px 22px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-package .diet-card-header {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.page-package .diet-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(var(--package-accent-rgb), 0.08);
  border: 1px solid rgba(var(--package-accent-rgb), 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #008080;
}

.page-package .diet-card-header-text {
  flex: 1;
}

.page-package .diet-card-title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 4px;
  color: var(--headings-color);
}

.page-package .diet-card-tagline {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.9;
}

.page-package .diet-card-price-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin: 10px 0 8px;
}

.page-package .diet-card-price {
  font-size: 22px;
  font-weight: 800;
  color: var(--package-accent);
}

.page-package .diet-card-price-note {
  font-size: 13px;
  color: var(--text-color);
  opacity: 0.85;
  text-align: left;
  margin-bottom: 6px;
}

.page-package .diet-card-validity {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
}

.page-package .diet-card-benefits {
  list-style: none;
  padding-left: 0;
  margin: 0 0 14px;
}

.page-package .diet-card-benefits li {
  position: relative;
  padding-left: 18px;
  margin: 4px 0;
  font-size: 14px;
  color: var(--text-color);
}

.page-package .diet-card-benefits li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--package-accent);
  opacity: 0.75;
}

.page-package .diet-card-footer {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.75);
}

/* Grooming packages feature rows */
.page-package .grooming-feature {
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin: 0 auto 26px;
  max-width: 960px;
}

.page-package .grooming-feature-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.4fr);
  gap: 0;
}

.page-package .grooming-feature--reverse .grooming-feature-media {
  order: 2;
}

.page-package .grooming-feature--reverse .grooming-feature-content {
  order: 1;
}

.page-package .grooming-feature-media {
  position: relative;
  min-height: 200px;
}

.page-package .grooming-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-package .grooming-feature-content {
  padding: 24px 28px 20px;
}

.page-package .grooming-feature-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 2px;
  color: var(--headings-color);
}

.page-package .grooming-feature-worth {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 6px;
}

.page-package .grooming-feature-price {
  font-size: 18px;
  font-weight: 800;
  color: var(--package-accent);
  margin-bottom: 6px;
}

.page-package .grooming-feature-text {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 6px;
}

.page-package .grooming-feature-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 6px;
  font-size: 13px;
}

.page-package .grooming-feature-note {
  font-size: 12px;
  color: var(--text-color);
  opacity: 0.9;
}

/* Wedding essentials card */
.page-package .wedding-package-card {
  max-width: 780px;
  margin: 32px auto 0;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  padding: 26px 26px 22px;
  text-align: left;
}

.page-package .wedding-package-card .wedding-package-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(var(--package-accent-rgb), 0.09);
  color: #008080;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-package .wedding-package-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 6px;
  text-align: center;
}

.page-package .wedding-package-price {
  font-size: 18px;
  font-weight: 800;
  color: var(--package-accent);
  text-align: center;
  margin-bottom: 10px;
}

.page-package .wedding-package-text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.page-package .wedding-package-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 10px;
  font-size: 14px;
}

.page-package .wedding-package-note {
  font-size: 13px;
  color: var(--text-color);
  opacity: 0.9;
  text-align: center;
}

/* Responsive layout */
@media (max-width: 1199.98px) {
  .page-package .diet-packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .page-package .packages-section {
    padding: 60px 0;
  }

  .page-package .grooming-feature-inner {
    grid-template-columns: 1fr;
  }

  .page-package .grooming-feature-media {
    min-height: 200px;
  }
}

@media (max-width: 767.98px) {
  .page-package .packages-section {
    padding: 50px 0;
  }

  .page-package .diet-packages-grid {
    grid-template-columns: 1fr;
  }

  .page-package .diet-card {
    padding: 20px 18px 18px;
  }

  .page-package .grooming-feature-content {
    padding: 20px 18px 18px;
  }

  .page-package .wedding-package-card {
    padding: 22px 18px 18px;
  }
}

/* ================================
   Index page responsive fixes
   ================================ */

/* Mobile: ensure banner cards stack properly */
@media (max-width: 991.98px) {
  .page-index .banners-section-two .banner-box-two {
    margin-bottom: 20px;
  }
  
  .page-index .banners-section-two .banner-box-two .inner-box {
    min-height: auto;
    padding: 40px 30px;
  }
  
  .page-index .banners-section-two .banner-box-two .inner-box .content {
    max-width: 100%;
  }
}

/* Mobile: About section image/text stacking */
@media (max-width: 991.98px) {
  .page-index .about-section-three .image-column {
    margin-bottom: 30px;
  }
  
  .page-index .about-section-three .content-column {
    text-align: center;
  }
}

/* Mobile: Fun fact counters - ensure proper spacing */
@media (max-width: 767.98px) {
  .page-index .fun-fact-section-two .counter-block-two {
    margin-bottom: 30px;
  }
  
  .page-index .fun-fact-section-two .counter-block-two .inner {
    flex-direction: column;
    text-align: center;
  }
  
  .page-index .fun-fact-section-two .counter-block-two .inner-content {
    padding-left: 0;
    margin-top: 15px;
  }
}

/* Mobile: Contact section form adjustments */
@media (max-width: 991.98px) {
  .page-index .contact-section-two .content-column {
    margin-bottom: 40px;
  }
  
  .page-index .contact-section-two .form-column {
    margin-top: 0;
  }
}

/* Mobile: Services carousel text adjustments */
@media (max-width: 575.98px) {
  .page-index .services-section-six .service-block-six .service-content .text {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* ================================
   INDEX – Deep mobile responsive (every section)
   ================================ */

/* Tablet / small desktop */
@media (max-width: 991.98px) {
  .page-index .banner-section-one .content-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-index .sec-title h2.text-split,
  .page-index .sec-title .words-slide-up {
    font-size: 32px;
    line-height: 1.25;
  }
  .page-index .contact-section-two .content-column .inner-column .sec-title h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .page-index .services-section-six.pull-up {
    padding-top: 80px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .page-index .banner-section-one .content-box {
    padding: 50px 16px 60px;
  }
  .page-index .banner-section-one .content-box .title {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 16px;
  }
  .page-index .banner-section-one .content-box .title-stroke-text {
    font-size: 32px;
  }
  .page-index .banner-section-one .content-box .text {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .page-index .banner-section-one .content-box .sub-title {
    font-size: 14px;
  }
  .page-index .marquee-section-two {
    padding: 16px 0 40px;
  }
  .page-index .banners-section-two .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-index .banners-section-two .banner-box-two .inner-box {
    padding: 28px 20px;
    min-height: auto;
  }
  .page-index .banners-section-two .banner-box-two:first-child .inner-box,
  .page-index .banners-section-two .banner-box-two.style-two .inner-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-index .banners-section-two .sec-title h2 {
    font-size: 26px;
  }
  .page-index .banners-section-two .banner-box-two .inner-box .content .title {
    font-size: 20px;
  }
  .page-index .banners-section-two .banner-box-two .inner-box .content .text {
    font-size: 13px;
  }
  .page-index .banners-section-two .banner-box-two .inner-box .content .text br {
    display: none;
  }
  .page-index .about-section-three .image-column {
    margin-bottom: 24px;
  }
  .page-index .about-section-three .content-column .sec-title h2 {
    font-size: 24px;
  }
  .page-index .about-section-three .content-column .sec-title .text {
    font-size: 14px;
  }
  .page-index .about-section-three .info-box .inner {
    flex-wrap: wrap;
  }
  .page-index .fun-fact-section-two {
    padding: 50px 0 40px;
  }
  .page-index .fun-fact-section-two .counter-block-two {
    margin-bottom: 28px;
  }
  .page-index .fun-fact-section-two .counter-block-two .count-box {
    font-size: 42px;
  }
  .page-index .fun-fact-section-two .counter-block-two .counter-title {
    font-size: 14px;
  }
  .page-index .services-section-six {
    padding: 50px 0 60px;
  }
  .page-index .services-section-six.pull-up {
    padding-top: 50px;
  }
  .page-index .services-section-six .sec-title h2 {
    font-size: 26px;
  }
  .page-index .services-section-six .service-block-six .service-content {
    padding: 16px 14px;
  }
  .page-index .services-section-six .service-block-six .service-content .title {
    font-size: 16px;
  }
  .page-index .contact-section-two {
    padding-bottom: 50px;
  }
  .page-index .contact-section-two .content-column .inner-column {
    padding-top: 40px;
  }
  .page-index .contact-section-two .content-column .inner-column .sec-title h2 {
    font-size: 24px;
  }
  .page-index .contact-section-two .content-column .inner-column .sec-title .text {
    font-size: 14px;
  }
  .page-index .contact-section-two .form-column .inner-column {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .page-index .contact-section-two .contact-form-two {
    padding: 28px 20px 24px;
  }
  .page-index .contact-section-two .contact-form-two .title {
    font-size: 20px;
  }
  .page-index .testimonial-section-three {
    padding: 50px 0 60px;
  }
  .page-index .testimonial-section-three .sec-title h2 {
    font-size: 26px;
  }
  .page-index .testimonial-block-three .inner-box .info-box .text {
    font-size: 14px;
  }
}

/* Small mobile */
@media (max-width: 575.98px) {
  .page-index .banner-section-one .content-box {
    padding: 40px 12px 50px;
  }
  .page-index .banner-section-one .content-box .title {
    font-size: 22px;
  }
  .page-index .banner-section-one .content-box .title-stroke-text {
    font-size: 24px;
  }
  .page-index .banners-section-two .sec-title h2 {
    font-size: 22px;
  }
  .page-index .banners-section-two .banner-box-two .inner-box {
    padding: 24px 16px;
  }
  .page-index .banners-section-two .banner-box-two .inner-box .content .title {
    font-size: 18px;
  }
  .page-index .about-section-three .content-column .sec-title h2 {
    font-size: 20px;
  }
  .page-index .fun-fact-section-two .counter-block-two .count-box {
    font-size: 36px;
  }
  .page-index .services-section-six .service-block-six .service-content .text {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .page-index .contact-section-two .form-column .inner-column .row.gx-3 .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-index .contact-section-two .contact-form-two .form-group input,
  .page-index .contact-section-two .contact-form-two .form-group select {
    width: 100%;
  }
}

/* Tablet: Banner section text sizing */
@media (max-width: 1199.98px) and (min-width: 992px) {
  .page-index .banners-section-two .banner-box-two .inner-box .content .title {
    font-size: 24px;
  }
  
  .page-index .banners-section-two .banner-box-two .inner-box .content .text {
    font-size: 14px;
  }
}

/* ================================
   Desktop: 1200px - 1399px
   ================================ */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* Index banner cards: ensure equal heights and proper spacing */
  .page-index .banners-section-two .banner-box-two .inner-box {
    min-height: 320px;
  }
  
  .page-index .banners-section-two .banner-box-two .inner-box .content .title {
    font-size: 26px;
    margin-bottom: 12px;
  }
  
  .page-index .banners-section-two .banner-box-two .inner-box .content .text {
    font-size: 14px;
    margin-bottom: 18px;
  }
  
  /* About section: ensure content doesn't overflow */
  .page-index .about-section-three .content-column {
    padding-left: 20px;
  }
  
  /* Fun fact counters: proper spacing */
  .page-index .fun-fact-section-two .counter-block-two .count-box {
    font-size: 52px;
  }
  
  /* Services carousel: ensure cards don't overflow */
  .page-index .services-section-six .service-block-six .service-content {
    padding: 20px 18px;
  }
  
  /* Contact section: form and content balanced */
  .page-index .contact-section-two .form-column {
    padding-left: 20px;
  }
}

/* ================================
   Desktop: 1400px and above
   ================================ */
@media (min-width: 1400px) {
  /* Index banner cards: optimal sizing for large screens */
  .page-index .banners-section-two .banner-box-two .inner-box {
    min-height: 340px;
    padding: 70px 60px 72px;
  }
  
  .page-index .banners-section-two .banner-box-two .inner-box .content .title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .page-index .banners-section-two .banner-box-two .inner-box .content .text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  /* About section: maximize content width */
  .page-index .about-section-three .content-column {
    padding-left: 30px;
  }
  
  /* Fun fact counters: larger on big screens */
  .page-index .fun-fact-section-two .counter-block-two .count-box {
    font-size: 64px;
  }
  
  /* Services carousel: ensure proper card spacing */
  .page-index .services-section-six .service-block-six .service-content {
    padding: 24px 22px;
  }
  
  /* Contact section: balanced layout */
  .page-index .contact-section-two .form-column {
    padding-left: 30px;
  }
  
  /* Ensure containers don't stretch too wide */
  .page-index .auto-container {
    max-width: 1320px;
  }
}

/* ================================
   Mobile: Footer visibility fix
   (footer sahi dikhe mobile view me, desktop unchanged)
   ================================ */
@media (max-width: 991.98px) {
  .main-footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 10;
    overflow: visible;
  }

  .main-footer .widgets-section {
    position: relative;
    overflow: visible;
  }

  .main-footer .footer-bottom {
    display: block !important;
    visibility: visible !important;
    overflow: visible;
  }

  /* Prevent horizontal overflow from clipping footer on small screens */
  .page-wrapper {
    overflow-x: hidden;
    overflow-y: visible;
  }
}

@media (max-width: 767.98px) {
  .main-footer {
    padding-top: 60px;
  }

  .main-footer .widgets-section {
    padding-bottom: 50px;
  }
}

/* Extra-small mobile: reduce footer gaps further */
@media (max-width: 575.98px) {
  .main-footer {
    padding-top: 40px;
  }

  .main-footer .widgets-section {
    padding-bottom: 30px;
  }

  .main-footer .footer-widget {
    margin-bottom: 20px;
  }

  .footer-bottom .inner-container {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/* Inline ChannelPro logo next to copyright */
.footer-bottom .channelpro-link {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
}

.footer-bottom .channelpro-logo {
  height: 26px;
  width: auto;
  display: block;
}

/* Center copyright + logo in footer on desktop */
.footer-bottom .inner-container {
  justify-content: center !important;
  align-items: center;
}

@media (max-width: 575.98px) {
  .footer-bottom .inner-container {
    text-align: center;
  }

  .footer-bottom .channelpro-link {
    margin-left: 8px;
  }
}

/* ================================
   Mobile: Footer sab content center
   (logo, tagline, social, Quick Links, contact - desktop unchanged)
   ================================ */
@media (max-width: 991.98px) {
  /* Logo + tagline + social icons - center */
  .main-footer .footer-logo-widget,
  .main-footer .footer-layout-custom .footer-column:first-child .about-widget {
    text-align: center !important;
  }

  .main-footer .footer-logo-widget .logo,
  .main-footer .footer-layout-custom .footer-logo-widget .logo {
    display: block;
    text-align: center;
  }

  .main-footer .footer-logo-widget .logo a,
  .main-footer .footer-layout-custom .footer-logo-widget .logo a {
    display: inline-block;
  }

  .main-footer .footer-widget .text {
    text-align: center !important;
  }

  .main-footer .footer-widget .social-icon {
    justify-content: center;
    display: flex !important;
  }

  /* Quick Links - mobile: 1 hi column, center */
  .main-footer .footer-quick-links {
    text-align: center !important;
  }

  .main-footer .footer-quick-links .widget-title {
    text-align: center;
  }

  .main-footer .footer-quick-links .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .main-footer .footer-quick-links .row [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .main-footer .footer-quick-links .col-6:first-child .footer-links-list,
  .main-footer .footer-quick-links .col-6:last-child .footer-links-list {
    text-align: center !important;
  }

  /* Contact section - center */
  .main-footer .contacts-widget {
    text-align: center !important;
  }

  .main-footer .contacts-widget .contact-info {
    text-align: center;
  }

  .main-footer .contacts-widget .contact-info li {
    text-align: center;
  }
}

/* ================================
   Mobile: Footer gaps kam (tagline–Quick Links, Gallery–Contact)
   ================================ */
@media (max-width: 991.98px) {
  /* Tagline / social ke baad Quick Links tak ka gap kam */
  .main-footer .footer-layout-custom .footer-column:first-child .about-widget,
  .main-footer .footer-logo-widget.about-widget {
    margin-bottom: 22px !important;
  }

  /* Quick Links column ke baad Contact tak ka gap kam */
  .main-footer .footer-layout-custom .footer-column:nth-child(2) {
    margin-bottom: 18px !important;
  }

  /* Quick Links heading aur list ke beech thoda compact */
  .main-footer .footer-quick-links .widget-title {
    margin-bottom: 12px !important;
  }

  /* Contact heading ke niche bhi thoda compact */
  .main-footer .contacts-widget .widget-title {
    margin-bottom: 12px !important;
  }
}

/* ================================
   MEMBERSHIP – Deep mobile responsive (every section)
   ================================ */

@media (max-width: 991.98px) {
  .membership-feature-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .membership-feature-section.pt-0 {
    padding-top: 0 !important;
  }
  .membership-feature-wrap .row {
    flex-direction: column;
  }
  .membership-feature-wrap .col-lg-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .membership-feature-wrap .col-lg-6:first-child {
    order: 1;
  }
  .membership-feature-wrap .col-lg-6:last-child {
    order: 2;
  }
  .membership-feature-content {
    padding: 40px 24px 36px !important;
  }
  .membership-feature-media {
    min-height: 320px;
    padding: 24px 16px;
  }
  .membership-feature-wrap--spaced {
    margin-top: 24px;
  }
  .membership-feature-content .sec-title h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .membership-feature-price {
    font-size: 16px;
  }
  .membership-feature-text {
    font-size: 15px;
  }
  .membership-feature-list li {
    font-size: 14px;
  }
  .membership-feature-note {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .page-title {
    padding: 80px 0 100px !important;
  }
  .page-title .title {
    font-size: 32px !important;
  }
  .membership-feature-section.pt-100.pb-100 {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }
  .membership-feature-section.pt-0.pb-100 {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }
  .membership-feature-content {
    padding: 32px 20px 28px !important;
  }
  .membership-feature-content .sec-title h2 {
    font-size: 22px;
  }
  .membership-feature-price {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .membership-feature-text {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .membership-feature-list {
    margin-bottom: 20px;
  }
  .membership-feature-list li {
    margin: 8px 0;
    font-size: 13px;
  }
  .membership-feature-actions .theme-btn {
    padding: 14px 24px;
    font-size: 14px;
  }
  .membership-feature-note {
    font-size: 12px;
    margin-top: 14px;
  }
  .membership-feature-media {
    min-height: 260px;
    padding: 20px 12px;
  }
  .membership-media-shape {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .membership-offer-badge {
    left: 16px;
    top: 16px;
    width: 90px;
    height: 90px;
  }
  .membership-offer-badge .small {
    font-size: 11px;
  }
  .membership-offer-badge .big {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .page-title {
    padding: 60px 16px 80px !important;
  }
  .page-title .title {
    font-size: 26px !important;
  }
  .page-title .auto-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .membership-feature-section.pt-100.pb-100,
  .membership-feature-section.pt-0.pb-100 {
    padding-bottom: 40px !important;
  }
  .membership-feature-content {
    padding: 24px 16px 22px !important;
  }
  .membership-feature-content .sec-title h2 {
    font-size: 20px;
  }
  .membership-feature-price {
    font-size: 14px;
  }
  .membership-feature-text {
    font-size: 13px;
  }
  .membership-feature-list li {
    font-size: 12px;
  }
  .membership-feature-wrap {
    border-radius: 16px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .membership-feature-media {
    min-height: 220px;
  }
  .membership-offer-badge {
    width: 72px;
    height: 72px;
    left: 12px;
    top: 12px;
  }
  .membership-offer-badge .big {
    font-size: 18px;
  }
}

/* ================================
   ALL PAGES – Deep mobile responsive (every section)
   Package, Pricing, Gallery, Contact, About, Services, Service-details
   ================================ */

/* ---------- PACKAGE PAGE ---------- */
@media (max-width: 767.98px) {
  .page-package .package-hero {
    padding: 40px 0 28px;
  }
  .page-package .package-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
  .page-package .package-hero-media {
    justify-content: center;
  }
  .page-package .package-hero-actions {
    justify-content: center;
  }
  .page-package .package-hero-title {
    font-size: 22px;
  }
  .page-package .package-hero-text {
    font-size: 14px;
  }
  .page-package .package-switcher-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-package .packages-section {
    padding: 50px 0;
  }
  .page-package .packages-title h2 {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .page-package .package-hero-title {
    font-size: 20px;
  }
  .page-package .packages-section {
    padding: 40px 0;
  }
  .page-package .packages-title h2 {
    font-size: 20px;
  }
  .page-package .diet-card {
    padding: 18px 16px 16px;
  }
  .page-package .diet-card-title {
    font-size: 16px;
  }
  .page-package .grooming-feature-content {
    padding: 18px 16px;
  }
  .page-package .grooming-feature-title {
    font-size: 18px;
  }
}

/* ---------- PRICING PAGE (modern-pricing-section) ---------- */
@media (max-width: 991.98px) {
  .modern-pricing-section.pt-100.pb-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pricing-hero {
    padding: 40px 20px 30px;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-description {
    font-size: 16px;
  }
  .pricing-filters-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 16px 0;
  }
  .pricing-category-card {
    padding: 28px 24px;
  }
  .category-card-header {
    flex-wrap: wrap;
    gap: 14px;
  }
  .category-title {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .modern-pricing-section.pt-100.pb-100 {
    padding-top: 36px !important;
    padding-bottom: 40px !important;
  }
  .pricing-hero {
    padding: 30px 16px 24px;
  }
  .hero-title {
    font-size: 26px;
  }
  .hero-description {
    font-size: 14px;
  }
  .pricing-search-input {
    padding: 14px 44px 14px 16px;
    font-size: 15px;
  }
  .pricing-categories-container {
    gap: 28px;
    padding-bottom: 28px;
  }
  .pricing-category-card {
    padding: 22px 18px;
  }
  .category-card-header {
    margin-bottom: 20px;
  }
  .category-number {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .category-icon {
    width: 48px;
    height: 48px;
  }
  .category-title {
    font-size: 18px;
  }
  .price-table-header {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 10px;
    padding: 12px 14px;
    font-size: 12px;
  }
  .price-row {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 10px;
    padding: 12px 14px;
  }
  .col-service,
  .col-standard,
  .col-member {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 22px;
  }
  .pricing-category-card {
    padding: 18px 14px;
  }
  .filter-chip {
    padding: 10px 18px;
    font-size: 13px;
  }
}

/* ---------- GALLERY PAGE ---------- */
@media (max-width: 991.98px) {
  .gallery-section.pt-100 {
    padding-top: 50px !important;
  }
  .gallery-section .outer-box {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 767.98px) {
  .gallery-section.pt-100 {
    padding-top: 36px !important;
  }
  .gallery-block {
    margin-bottom: 20px;
  }
  .gallery-section video {
    max-height: 280px;
  }
}

@media (max-width: 575.98px) {
  .gallery-block.col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ---------- CONTACT PAGE ---------- */
@media (max-width: 991.98px) {
  .contact-details.pt-100.pb-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .contact-details .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-details .sec-title h2 {
    font-size: 28px;
  }
  .contact-details__right {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .contact-details.pt-100.pb-100 {
    padding-top: 36px !important;
    padding-bottom: 40px !important;
  }
  .contact-details .sec-title h2 {
    font-size: 24px;
  }
  .contact-details .sec-title .text {
    font-size: 14px;
  }
  .contact-details__info li {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .contact-details__info li .text {
    margin-left: 0;
    margin-top: 12px;
  }
  .contact-details__info li .text a,
  .contact-details__info li .text span {
    font-size: 16px;
  }
  .map-section iframe {
    height: 300px !important;
  }
}

@media (max-width: 575.98px) {
  .contact-details .row .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-details .theme-btn {
    width: 100%;
    margin-bottom: 12px !important;
  }
}

/* ---------- ABOUT PAGE ---------- */
@media (max-width: 991.98px) {
  .about-section {
    padding: 80px 0 50px !important;
  }
  .about-section .image-column,
  .about-section .content-column,
  .about-section .timetable-block {
    margin-bottom: 40px;
  }
  .about-section .content-column .inner-column {
    margin-top: 0;
  }
  .about-section .sec-title h2 {
    font-size: 26px;
  }
  .about-section .sec-title .text {
    font-size: 14px;
  }
  .about-section .image-column .inner-column .image-box .exp-box .inner .title {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .about-section {
    padding: 50px 0 40px !important;
  }
  .about-section .sec-title h2 {
    font-size: 22px;
  }
  .about-section .content-column .inner-column .list-style li {
    font-size: 13px;
  }
  .about-section .author-box .inner {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .clients-section {
    padding: 40px 0 !important;
  }
}

@media (max-width: 575.98px) {
  .about-section .image-column .inner-column .image-box .exp-box .inner .title {
    font-size: 32px;
  }
}

/* ---------- SERVICES PAGE ---------- */
@media (max-width: 991.98px) {
  .services-section.pt-100.pb-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .services-section .sec-title h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .services-section.pt-100.pb-100 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .services-section .sec-title h2 {
    font-size: 24px;
  }
  .services-section .service-block .content-box .title {
    font-size: 18px;
  }
  .services-section .service-block .content-box .text {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .services-cards .col-md-4.col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .services-section .mb-30 {
    margin-bottom: 24px;
  }
}

/* ---------- SERVICE DETAILS PAGE ---------- */
@media (max-width: 991.98px) {
  .services-details.pt-120.pb-120 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .services-details .service-sidebar {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .hw-slimming-unique.pt-100.pb-100,
  .hw-journey.pt-100.pb-100,
  .hw-slimming-way.pt-100.pb-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .services-details.pt-120.pb-120 {
    padding-top: 36px !important;
    padding-bottom: 40px !important;
  }
  .services-details .service-detail-header h3 {
    font-size: 22px;
  }
  .hw-feature-strip {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .hw-feature-strip .hw-feature {
    min-width: 140px;
    padding: 16px 12px;
  }
  .hw-feature-strip .hw-feature h4 {
    font-size: 14px;
  }
  .hw-shortcut .sec-title h2 {
    font-size: 22px;
  }
  .hw-tabs .nav-link {
    font-size: 13px;
    padding: 8px 12px;
  }
  .hw-tab-content .row .col-lg-5,
  .hw-tab-content .row .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hw-tab-content .col-lg-5 {
    margin-bottom: 20px;
  }
  .hw-journey-grid .col-md-6 {
    margin-bottom: 16px;
  }
  .hw-journey-card {
    padding: 20px 16px;
  }
  .hw-journey-text {
    font-size: 12px;
  }
  .hw-slimming-way .hw-slimming-way-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .service-sidebar .service-details-help {
    padding: 30px 20px 26px;
    border-radius: 12px;
  }
  .service-sidebar .service-details-help .help-title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 18px;
  }
  .service-sidebar .service-details-help .help-icon {
    width: 56px;
    height: 56px;
    font-size: 26px;
    margin-bottom: 14px;
  }
  .service-sidebar .service-details-help .help-contact p {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .service-sidebar .service-details-help .help-contact a {
    font-size: 16px;
    line-height: 1.3;
  }
  .hw-journey-grid .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hw-slimming-way .row .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ================================
   Mobile Sticky Footer (WhatsApp left | Phone right)
   Only visible on mobile, 50-50 split with dotted line
   ================================ */
.mobile-sticky-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  height: 56px;
  background-color: #008080;
  flex-direction: row;
  align-items: stretch;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991.98px) {
  .mobile-sticky-footer {
    display: flex;
  }
}

.mobile-sticky-footer__left,
.mobile-sticky-footer__right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  min-height: 44px;
}

.mobile-sticky-footer__left:hover,
.mobile-sticky-footer__right:hover {
  background-color: rgba(0, 0, 0, 0.12);
  color: #fff;
}

.mobile-sticky-footer__left:active,
.mobile-sticky-footer__right:active {
  opacity: 0.9;
}

.mobile-sticky-footer__divider {
  flex: 0 0 0;
  width: 0;
  border-left: 2px dotted rgba(255, 255, 255, 0.7);
  align-self: stretch;
  margin: 8px 0;
}

/* Optional: add padding at bottom of page on mobile so content isn’t hidden behind sticky bar */
@media (max-width: 991.98px) {
  .page-wrapper {
    padding-bottom: 56px;
  }
}

/* ================================
   Desktop floating WhatsApp (right bottom, above scroll-to-top)
   ================================ */
.desktop-whatsapp-float {
  display: none;
}

@media (min-width: 992px) {
  .desktop-whatsapp-float {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    bottom: 72px;
    width: 56px;
    height: 56px;
    background-color: #008080;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0, 128, 128, 0.4);
    z-index: 99;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  }

  /* Chhote desktop par scroll-to-top bottom: 70px hota hai, isliye WhatsApp upar rakhna */
  @media (min-width: 992px) and (max-width: 1399.98px) {
    .desktop-whatsapp-float {
      bottom: 118px;
    }
  }

  @media (min-width: 1400px) {
    .desktop-whatsapp-float {
      bottom: 72px;
    }
  }

  .desktop-whatsapp-float:hover {
    background-color: #008080;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 128, 128, 0.4);
  }

  .desktop-whatsapp-float i {
    font-size: 30px;
  }

  .desktop-whatsapp-float__label {
    position: absolute;
    right: 100%;
    margin-right: 10px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #008080;
    padding: 6px 12px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .desktop-whatsapp-float:hover .desktop-whatsapp-float__label {
    opacity: 1;
    visibility: visible;
  }
}

/* ================================
   Modern Scroll To Top (matches WhatsApp float style)
   ================================ */
.scroll-to-top {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px;
  min-height: 56px;
  right: 20px !important;
  bottom: 20px !important;
  background-color: #008080 !important;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 128, 128, 0.4);
  border: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
  font-size: 22px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

.scroll-to-top:hover {
  background-color: #006b6b !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(0, 128, 128, 0.5);
  transform: translateY(-2px);
}

.scroll-to-top .fa {
  font-size: 22px;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .scroll-to-top {
    bottom: 50px !important;
  }
}

/* On mobile hide only scroll-to-top (keep sticky WhatsApp & Call visible) */
@media (max-width: 991.98px) {
  .scroll-to-top {
    display: none !important;
  }
}
