﻿/* â”€â”€ App Shell: fixed phone-width â”€â”€ */
[data-codia-role="app_shell"] {
  width: 100%;
  /* min-height: 100vh; */
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

[data-codia-role="scroll_content"] {
  flex: 1;
  overflow-y: hidden;
  overflow-x: hidden;
  scrollbar-width: none;
}

[data-codia-role="fixed_chrome"] {
  flex-shrink: 0;
}

/* â”€â”€ HEADER â”€â”€ */
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px 8px 12px;
  background: #fff;
  border-bottom: 1px solid #f0ede8;
  position: sticky;
  top: 0;
  z-index: 20;
}

.header-logo-wrap {
  display: flex;
  align-items: center;
  gap: 7px;
}

.header-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.header-brand-name {
  
  font-size: 22px;
  font-weight: 700;
  color: #1e5940;
  display: block;
  line-height: 1.1;
}

.header-brand-tagline {
  font-size: 9.5px;
  color: #888;
  display: block;
  line-height: 1.3;
  max-width: 130px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-action-btn {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.header-menu-btn {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* â”€â”€ HERO SECTION â”€â”€ */
.hero-section {
  position: relative;
  width: 100%;
  height: 430px;
  overflow: hidden;
  background: #f7f3ec;
}
/* .hero-section::before{content: ""; display: block; width: 1px; background: #000; height: 100%;} */

.hero-bg {
    position: absolute !important;
    right: -110px !important;
    top: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    z-index: 0 !important;
    inset: 0px 65px !important;
}

/* Stats overlay â€” top right */
.hero-stats-area {
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 148px;
  display: none;
}

.rating-card {
  background: rgba(252, 251, 248, 0.97);
  border: 1px solid #dad8d7;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rating-score {
  font-size: 17px;
  font-weight: 700;
  color: #3c3e46;
}

.rating-stars {
  display: flex;
  gap: 2px;
}

.rating-star {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.rating-reviews {
  font-size: 10px;
  color: #777;
}

.rating-avatars {
  width: 88px;
  height: 20px;
  object-fit: contain;
}

.rating-label {
  font-size: 10px;
  color: #777;
}

.stat-card {
  background: rgba(245, 248, 240, 0.97);
  border: 1px solid #c5bfb8;
  border-radius: 9px;
  padding: 9px 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.stat-card-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stat-card-value {
  font-size: 17px;
  font-weight: 600;
  color: #2e6048;
}

.stat-card-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.stat-card-label {
  font-size: 10px;
  color: #777;
  line-height: 1.3;
}

.avail-card {
  background: rgba(250, 244, 234, 0.97);
  border: 1px solid #ddd0c3;
  border-radius: 9px;
  padding: 9px 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.avail-card-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.avail-card-value {
  font-size: 16px;
  font-weight: 600;
  color: #555;
}

.avail-card-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.avail-card-label {
  font-size: 10px;
  color: #777;
  line-height: 1.3;
}

/* Hero left content */
.hero-content {
  position: relative;
  z-index: 2;
  padding: 18px 0 0 14px;
  width: 56%;
}

/* Trust badge */
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fdf8f0;
  border: 1px solid #f2ddc4;
  border-radius: 8px;
  padding: 5px 10px 5px 9px;
  margin-bottom: 11px;
}

.trust-badge-icon {
  width: 13px;
  height: 13px;
  object-fit: contain;
}

.trust-badge-text {
  font-size: 10.5px;
  color: #666;
  white-space: nowrap;
}

/* Headings */
.hero-heading-block {
  margin-bottom: 9px;
  line-height: 1.18;
}

.hero-heading-line1 {
  
  font-size: 27px;
  font-weight: 900;
  color: #1e2a4a;
  display: block;
}
.hero-heading-line1 small{ 
     font-size: 19px;
    margin-top: -3px;
    display: block;}


.hero-heading-line2 {
  
  font-size: 25px;
  font-weight: 900;
  color: #243258;
  display: block;
}

.hero-heading-line3 {
  
  font-size: 27px;
  font-weight: 900;
  color: #1c4a38;
  display: block;
}

.hero-heading-line4 {
  
  font-size: 27px;
  font-weight: 900;
  color: #243258;
  display: block;
}

.hero-heading-happiness {
  
  font-size: 30px;
  font-weight: 700;
  color: #bf7d1a;
  display: block;
}

/* Hero body */
.hero-body {
  margin-top: 6px;
}

.hero-desc {
  font-size: 11px;
  color: #7a7c86;
  line-height: 1.55;
  margin-bottom: 11px;
  max-width: 185px;
}

.btn-schedule {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #01412e;
  border: 1px solid #2d6050;
  border-radius: 8px;
  padding: 9px 8px;
  cursor: pointer;
  margin-bottom: 7px;
  width: 110px;
  text-decoration: none;
}

.btn-schedule-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.btn-schedule-text {
  font-size: 11px;
  font-weight: 700;
  color: #9ab5ac;
  flex: 1;
}

.btn-schedule-arrow {
  width: 7px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
}

.btn-whatsapp {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #fdfcf9;
  border: 1px solid #7a9f94;
  border-radius: 7px;
  padding: 9px 12px;
  cursor: pointer;
  margin-bottom: 11px;
  width: 110px;
  text-decoration: none;
}

.btn-whatsapp-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.btn-whatsapp-text {
  font-size: 12px;
  font-weight: 700;
  color: #4a7a68;
}

/* Watch stories */
.watch-stories-row {
  display: flex;
  align-items: center;
  gap: 7px;
      text-decoration: none;
}

.play-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #d5d5d5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.play-btn::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #5a4e31;
  margin-left: 2px;
}

.story-avatars {
     display: block;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100px;
    line-height: 20px;
    text-align: center;
    margin-left: 11px;
}

.story-avatar {
         width: 14px;
    height: 12px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid #fff;
        margin-top: 4px;
    margin-left: 3px !important;
}

.story-avatar:first-child {
  margin-left: 0;
}

.story-count-badge {
  background: #fcd482;
  border: 1px solid #fde4b1;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #5a4e31;
  margin-left: -6px;
  flex-shrink: 0;
}

.watch-label {
  font-size: 10.5px;
  font-weight: 700;
  color: #555;
}

/* Hero thumbs - bottom of hero section */
.hero-thumb-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 6px;
  padding: 0 14px 10px 14px;
  z-index: 3;
  /* gradient fade above thumbs */
  background: linear-gradient(to bottom, transparent 0%, rgba(247,243,236,0.85) 60%);
  padding-top: 18px;
}

.hero-thumb {
  flex: 1;
  height: 76px;
  object-fit: cover;
  border-radius: 9px;
  border: 1.5px solid rgba(255,255,255,0.7);
}

/* â”€â”€ FEATURES STRIP â”€â”€ */
.features-strip {
  margin: 12px 12px 12px 12px;
  background: #fdfdfc;
  border: 1.5px solid #f0ece5;
  border-radius: 14px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.features-strip::-webkit-scrollbar {
  display: none;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 14px 10px 12px;
  min-width: 100px;
  gap: 3px;
  flex: 1;
}

.feature-item-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-bottom: 3px;
}

.feature-divider {
  width: 1px;
  background: #ece8e2;
  align-self: stretch;
  flex-shrink: 0;
  margin: 10px 0;
}

.feature-title {
  font-size: 11px;
  font-weight: 700;
  color: #4e5470;
  line-height: 1.3;
}

.feature-sub {
  font-size: 9.5px;
  color: #888;
  line-height: 1.3;
}

/* â”€â”€ TRUSTED BANNER â”€â”€ */
.trusted-banner {
  margin: 0 12px 14px 12px;
  background: #023d2d;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 14px 12px 14px;
}

.trusted-badge-img {
  width: 58px;
  height: 54px;
  object-fit: contain;
  flex-shrink: 0;
}

.trusted-divider {
  width: 1.5px;
  height: 50px;
  background: rgba(160, 190, 180, 0.35);
  flex-shrink: 0;
}

.trusted-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex-shrink: 0;
}

.trusted-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #a0bab2;
}

.trusted-count {
  font-size: 24px;
  font-weight: 700;
  color: #c68928;
  line-height: 1.1;
}

.trusted-families {
  font-size: 11px;
  font-weight: 700;
  color: #8caea5;
}

.trusted-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.trusted-avatars-img {
  width: 105px;
  height: 36px;
  object-fit: contain;
}

.trusted-tagline {
  font-size: 9.5px;
  font-weight: 700;
  color: #92b0a8;
  text-align: center;
  line-height: 1.35;
}

/* â”€â”€ SERVICES SECTION â”€â”€ */
.services-section {
  padding: 0 0 14px 0;
}

.services-heading-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 13px;
  padding: 0 10px;
}

.services-deco {
  width: 38px;
  height: 11px;
  object-fit: contain;
}

.services-title {
  
  font-size: 21px;
  font-weight: 700;
  color: #2e3b5e;
  text-align: center;
}

.services-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 12px 2px 12px;
  scrollbar-width: none;
}

.services-row::-webkit-scrollbar {
  display: none;
}

.service-card {
  width: 125px;
  min-width: 125px;
  flex-shrink: 0;
  background: #fdfbf9;
  border: 1.5px solid #f0ebe3;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.service-img-wrap {
  position: relative;
  width: 100%;
  height: 115px;
  overflow: visible;
}

.service-main-img {
  width: 100%;
  height: 115px;
  object-fit: cover;
  display: block;
}

.service-icon-badge {
  position: absolute;
  top: -4px;
  left: -3px;
  width: 46px;
  height: 46px;
  object-fit: contain;
  z-index: 2;
}

.service-title {
  font-size: 12px;
  font-weight: 700;
  color: #4a5278;
  line-height: 1.3;
  padding: 8px 7px 4px 7px;
}

.service-explore-row {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 7px;
  text-decoration: none;
}

.service-explore-text {
  font-size: 12px;
  font-weight: 700;
  color: #4e7a66;
}

.service-arrow {
  width: 14px;
  height: 10px;
  object-fit: contain;
}

/* â”€â”€ TWO-COL INFO CARDS â”€â”€ */
.two-col-row {
  display: flex;
  gap: 8px;
  padding: 0 12px 16px 12px;
}

.assist-card {
  flex: 1;
  min-width: 0;
  background: #fafaf7;
  border: 1px solid #f0ede5;
  border-radius: 10px;
  padding: 14px 12px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.assist-title {
  
  font-size: 14.5px;
  font-weight: 700;
  color: #3e7060;
  line-height: 1.3;
}

.assist-desc {
  font-size: 10.5px;
  color: #7a8090;
  line-height: 1.45;
}

.assist-24-wrap {
  position: relative;
  width: 58px;
  height: 58px;
  margin: 4px 0;
}

.assist-24-img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.assist-24-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 600;
  color: #3d7060;
}

.btn-call-now {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #023d2d;
  border: 1px solid #0f4535;
  border-radius: 6px;
  padding: 6px 13px;
  cursor: pointer;
  width: fit-content;
}

.btn-call-icon {
  width: 13px;
  height: 13px;
  object-fit: contain;
}

.btn-call-text {
  font-size: 10.5px;
  font-weight: 700;
  color: #9abdb5;
}

.hygiene-card {
  flex: 1;
  min-width: 0;
  background: #fdfcf8;
  border: 1px solid #f2eee7;
  border-radius: 10px;
  padding: 14px 12px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hygiene-title {
  
  font-size: 14.5px;
  font-weight: 700;
  color: #4e5d6e;
  line-height: 1.3;
}

.hygiene-desc {
  font-size: 10.5px;
  color: #7e8492;
  line-height: 1.45;
}

.hygiene-icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 4px;
}

.hygiene-shield-img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

/* â”€â”€ BOTTOM NAV â”€â”€ */
.fixed-chrome {
  background: #fff;
  border-top: 1px solid #ebebeb;
  padding: 7px 8px 8px 8px;
}

.bottom-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-call-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #fdf9f2;
  border: 1px solid #f0e3cc;
  border-radius: 26px;
  padding: 11px 8px;
  cursor: pointer;
}

.btn-call-nav-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.btn-call-nav-text {
  font-size: 12.5px;
  font-weight: 700;
  color: #545665;
}

.btn-whatsapp-nav {
  flex: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #25d366;
  border-radius: 10px;
  padding: 11px 8px;
  cursor: pointer;
}

.btn-whatsapp-nav-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.btn-whatsapp-nav-text {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.btn-book-nav {
  flex: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #c98522;
  border-radius: 10px;
  padding: 11px 8px;
  cursor: pointer;
}

.btn-book-nav-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.btn-book-nav-text {
  font-size: 11.5px;
  font-weight: 700;
  color: #f5e0c0;
}
.mobile-her-block .h2-stats-row{background: #fdfdfc;border: 1px solid #ece8e2;}
.mobile-her-block .h2-stat-num{color: #4e5470;}
.mobile-her-block .h2-stat-lbl{color: #888;}
.mobile-her-block .wcu-eyebrow{        border: 0;
        background: transparent; color: #4e5470 !important;}
.mobile-her-block .wcu-scroll-hint{color: #4e5470;        margin-bottom: 15px;}
.mobile-her-block .wcu-scroll-wrap{padding: 0px 12px;}
.mobile-her-block .hero-wcu-scroll .wcu-icon i {font-size: 20px;}
.mobile-her-block .hero-wcu-scroll .wcu-icon {width: 40px;height: 40px;}
.mobile-her-block .wcu-card-front {background: #fdfdfc;}
.mobile-her-block .hero-wcu-scroll .wcu-icon i{color: #f27d00;}
.mobile-her-block .wcu-card-label{color: #4e5470;font-weight: 600;}
.mobile-her-block .wcu-tap{color: #888;}
.mobile-her-block .wcu-card-front, .wcu-card-back{padding: 10px 10px 10px;}
.mobile-her-block .wcu-card{height: 130px;}
.mobile-her-block .start-row-box{padding: 0px 12px;}
.mobile-her-block .wcu-back-title{font-size: 0.68rem;}
.mobile-her-block .wcu-back-icon{font-size: 1rem; margin-bottom: 2px;}
.mobile-her-block .wcu-card-back p{font-size: 0.60rem;        color: #7a7c86;}
.mobile-her-block .wcu-track{padding-bottom: 5px;}
.mobile-her-block .wcu-card-back{background: #f7f3ec;}
.mobile-her-block .wcu-back-icon i{color: #1e2a4a;}
.mobile-her-block .wcu-back-title{color: #1e2a4a;}
@media (max-width:640px){
  .scroll-content .hero-section{display: block !important;}
}