/* Rainbow homepage motion and glass design system. */
.rainbow-home-page {
  --motion-green: #178d72;
  --motion-blue: #1185d8;
  overflow-x: clip;
}

/* Brand loader: rainbow arc, cloud base and medical cross. */
.rainbow-home-page .cs_preloader {
  background:
    radial-gradient(circle at 42% 38%, rgba(151, 215, 255, 0.23), transparent 31%),
    radial-gradient(circle at 62% 58%, rgba(195, 172, 237, 0.16), transparent 30%),
    #f8fcff;
}

.rainbow-home-page .motion-rainbow-loader {
  width: 180px;
  height: 118px;
  filter: drop-shadow(0 14px 22px rgba(4, 61, 80, 0.12));
}

.rainbow-home-page .motion-rainbow-loader svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.rainbow-home-page .motion-loader-arc {
  fill: none;
  stroke: url(#motionLoaderGradient);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: motionLoaderArc 1.15s cubic-bezier(0.22, 1, 0.36, 1) 0.22s forwards;
}

.rainbow-home-page .motion-loader-cloud {
  fill: #fff;
  opacity: 0;
  transform-origin: center;
  animation: motionLoaderCloud 0.45s ease 0.05s forwards;
}

.rainbow-home-page .motion-loader-cross {
  fill: #e83c3c;
  opacity: 0;
  transform: scale(0.4);
  transform-box: fill-box;
  transform-origin: center;
  animation: motionLoaderCross 0.5s cubic-bezier(0.22, 1.5, 0.36, 1) 1.05s forwards;
}

.rainbow-home-page .cs_preloader_text {
  max-width: 300px;
  color: #073d50;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  animation: motionLoaderText 0.45s ease 1.18s forwards;
}

@keyframes motionLoaderArc {
  to { stroke-dashoffset: 0; }
}

@keyframes motionLoaderCloud {
  from { opacity: 0; transform: translateY(7px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes motionLoaderCross {
  to { opacity: 1; transform: scale(1); }
}

@keyframes motionLoaderText {
  to { opacity: 1; }
}

.rainbow-home-page .motion-site-badge {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 999;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: #fff;
  background: rgba(4, 61, 80, 0.86);
  box-shadow: 0 10px 28px rgba(4, 61, 80, 0.18);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  pointer-events: none;
  backdrop-filter: blur(10px);
}

.rainbow-home-page .motion-hero-line {
  display: block;
  overflow: hidden;
}

.rainbow-home-page .cs_hero_img_1 {
  aspect-ratio: 4 / 3;
  height: auto;
  max-height: none;
  transform-origin: 50% 75%;
  will-change: transform, clip-path;
}

.rainbow-home-page .cs_hero_img_1 > img {
  object-fit: cover !important;
  object-position: center !important;
}

.rainbow-home-page .cs_hero_img_2 {
  z-index: 2;
  display: block !important;
  transform-origin: center bottom;
  pointer-events: none;
  will-change: transform, opacity;
}

.rainbow-home-page .cs_hero_img_2 > img {
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
  object-position: center bottom !important;
}

.rainbow-home-page .motion-hero-brand-arc {
  position: absolute;
  z-index: 0;
  left: clamp(-120px, -4vw, -30px);
  top: clamp(92px, 15vw, 220px);
  width: min(830px, 63vw);
  height: auto;
  opacity: 0.48;
  pointer-events: none;
  filter: drop-shadow(0 12px 22px rgba(17, 133, 216, 0.1));
}

.rainbow-home-page .motion-hero-brand-arc path {
  fill: none;
  stroke: url(#motionHeroArcGradient);
  stroke-width: 8;
  stroke-linecap: round;
}

.rainbow-home-page .motion-hero-orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  opacity: 0.25;
  filter: blur(38px);
  pointer-events: none;
  animation: motionOrbFloat 9s ease-in-out infinite alternate;
}

.rainbow-home-page .motion-hero-orb--one {
  top: 18%;
  right: 43%;
  width: 190px;
  height: 190px;
  background: rgba(93, 203, 185, 0.7);
}

.rainbow-home-page .motion-hero-orb--two {
  right: 4%;
  bottom: 6%;
  width: 240px;
  height: 240px;
  background: rgba(182, 144, 226, 0.55);
  animation-delay: -3s;
}

@keyframes motionOrbFloat {
  from { transform: translate3d(-8px, 8px, 0) scale(0.94); }
  to { transform: translate3d(16px, -14px, 0) scale(1.06); }
}

.rainbow-home-page .cs_hero_shape_1,
.rainbow-home-page .cs_hero_shape_2,
.rainbow-home-page .cs_hero_shape_3,
.rainbow-home-page .cs_hero_text {
  will-change: transform, opacity;
}

.rainbow-home-page .motion-rainbow-divider {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 32px));
  height: 72px;
  margin: -4px auto 24px;
  overflow: visible;
  pointer-events: none;
}

.rainbow-home-page .motion-rainbow-divider svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* Homepage feature highlights */
.rainbow-home-page .cs_feature_section_2 .rainbow_feature_card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform-origin: center bottom;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
  will-change: transform, opacity;
}

.rainbow-home-page .cs_feature_section_2 .rainbow_feature_card::after {
  position: absolute;
  z-index: 5;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 10%, rgba(239, 61, 77, 0.75), rgba(255, 159, 28, 0.7), rgba(33, 166, 117, 0.75), rgba(15, 159, 232, 0.78), rgba(118, 87, 213, 0.7), transparent 90%);
  background-size: 240% 100%;
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 0.3s ease;
}

.rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:hover,
.rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:focus-within {
  transform: translateY(-7px);
  box-shadow: 0 24px 54px rgba(4, 61, 80, 0.14);
}

.rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:hover::after,
.rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:focus-within::after {
  opacity: 0.78;
  animation: motionFeatureBorder 2.7s linear infinite;
}

.rainbow-home-page .cs_feature_section_2 .rainbow_feature_img {
  overflow: hidden;
}

.rainbow-home-page .cs_feature_section_2 .rainbow_feature_img img {
  transform: scale(1.025);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
  will-change: transform;
}

.rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:hover .rainbow_feature_img img,
.rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:focus-within .rainbow_feature_img img {
  transform: scale(1.065);
  filter: saturate(1.04) contrast(1.02);
}

.rainbow-home-page .cs_feature_section_2 .cs_feature_icon {
  transition: transform 0.45s cubic-bezier(0.22, 1.4, 0.36, 1), box-shadow 0.4s ease;
}

.rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:hover .cs_feature_icon,
.rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:focus-within .cs_feature_icon {
  transform: translateY(-3px) rotate(-2deg);
  box-shadow: 0 12px 24px rgba(4, 61, 80, 0.1);
}

@keyframes motionFeatureBorder {
  to { background-position: -240% 0; }
}

.rainbow-home-page .motion-rainbow-path {
  fill: none;
  stroke: url(#motionRainbowGradient);
  stroke-width: 5;
  stroke-linecap: round;
  filter: drop-shadow(0 6px 10px rgba(17, 133, 216, 0.12));
}

.rainbow-home-page #specialities .cs_service_card_2 {
  position: relative;
  isolation: isolate;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.rainbow-home-page #specialities .cs_service_card_2::after,
.rainbow-home-page #consultant-doctors .cs_team_style_2::after,
.rainbow-home-page .rainbow_instant_booking::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 12%, rgba(239, 68, 68, 0.55), rgba(245, 184, 46, 0.52), rgba(23, 141, 114, 0.55), rgba(17, 133, 216, 0.58), rgba(120, 86, 200, 0.48), transparent 88%);
  background-size: 240% 100%;
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 0.28s ease;
}

.rainbow-home-page .rainbow_instant_booking {
  position: relative;
  isolation: isolate;
  border-color: transparent !important;
  box-shadow: 0 18px 42px rgba(4, 61, 80, 0.14), 0 0 24px rgba(17, 133, 216, 0.08);
}

.rainbow-home-page .rainbow_instant_booking::after {
  padding: 1.5px;
  background: linear-gradient(110deg, #ef3d4d, #ff9f1c, #f5d742, #21a675, #0f9fe8, #7657d5, #ef3d8f, #ef3d4d);
  background-size: 260% 100%;
  opacity: 1;
  animation: motionBookingBorder 2.8s linear infinite;
}

.rainbow-home-page #specialities .cs_service_card_2:hover::after,
.rainbow-home-page #specialities .cs_service_card_2:focus-within::after,
.rainbow-home-page #consultant-doctors .cs_team_style_2:hover::after,
.rainbow-home-page #consultant-doctors .cs_team_style_2:focus-within::after {
  opacity: 0.8;
  animation: motionBorderSweep 2.4s linear infinite;
}

@keyframes motionBorderSweep {
  to { background-position: -240% 0; }
}

@keyframes motionBookingBorder {
  to { background-position: -260% 0; }
}

.rainbow-home-page .cs_section_title {
  position: relative;
}

.rainbow-home-page .cs_section_title::after {
  display: block;
  width: min(180px, 44%);
  height: 4px;
  margin: 13px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef4444, #f5b82e, #178d72, #1185d8, #7856c8);
  content: "";
  opacity: 0.82;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.rainbow-home-page .cs_section_heading_style_1:not(.text-center) .cs_section_title::after,
.rainbow-home-page .cs_section_heading_style_2 .cs_section_title::after {
  margin-left: 0;
}

.rainbow-home-page .cs_section_title.is-motion-visible::after {
  transform: scaleX(1);
}

.rainbow-home-page #specialities .cs_service_img {
  clip-path: inset(48% 6% 48% 94% round 18px);
  opacity: 0.12;
  transform: translate3d(26px, 0, 0) scale(1.06);
  transform-origin: right center;
  transition: clip-path 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: clip-path, transform, opacity;
}

.rainbow-home-page #specialities .cs_service_card_2:hover,
.rainbow-home-page #specialities .cs_service_card_2:focus-within,
.rainbow-home-page #specialities .cs_service_card_2.is-motion-active {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(4, 61, 80, 0.12);
}

.rainbow-home-page #specialities .cs_service_card_2:hover .cs_service_img,
.rainbow-home-page #specialities .cs_service_card_2:focus-within .cs_service_img,
.rainbow-home-page #specialities .cs_service_card_2.active .cs_service_img,
.rainbow-home-page #specialities .cs_service_card_2.is-motion-active .cs_service_img {
  clip-path: inset(0 round 18px);
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.rainbow-home-page #care-journey .container {
  position: relative;
}

.rainbow-home-page #care-journey .cs_work_card_shape {
  opacity: 0;
}

.rainbow-home-page .motion-care-path {
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 228px;
  width: 80%;
  height: 86px;
  overflow: visible;
  pointer-events: none;
}

.rainbow-home-page .motion-care-path__track,
.rainbow-home-page .motion-care-path__draw {
  fill: none;
  stroke-linecap: round;
  stroke-width: 5;
}

.rainbow-home-page .motion-care-path__track {
  stroke: rgba(0, 94, 184, 0.28);
}

.rainbow-home-page .motion-care-path__draw {
  stroke: url(#motionCareGradient);
  filter: drop-shadow(0 3px 5px rgba(0, 48, 135, 0.28));
}

.rainbow-home-page .motion-care-path__dot {
  fill: #fff;
  stroke: #005eb8;
  stroke-width: 4;
  filter: drop-shadow(0 4px 7px rgba(0, 48, 135, 0.3));
}

.rainbow-home-page #consultant-doctors {
  overflow: hidden;
}

.rainbow-home-page #consultant-doctors .motion-doctor-viewport {
  overflow: hidden;
  padding: 18px 0 28px;
}

.rainbow-home-page #consultant-doctors .motion-doctor-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  margin: 0;
  will-change: transform;
}

.rainbow-home-page #consultant-doctors .motion-doctor-slide {
  flex: 0 0 clamp(280px, 29vw, 380px);
  width: auto;
  padding: 0;
  opacity: 0.62;
  transform: scale(0.94);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.rainbow-home-page #consultant-doctors .motion-doctor-slide.is-centered {
  opacity: 1;
  transform: scale(1);
}

.rainbow-home-page #consultant-doctors .motion-doctor-slide.is-centered .cs_team_img img {
  transform: scale(1.03);
}

.rainbow-home-page #consultant-doctors .motion-doctor-slide.is-centered .cs_team_info::before {
  opacity: 0;
}

.rainbow-home-page #consultant-doctors .motion-doctor-slide.is-centered .cs_team_info::after {
  opacity: 1;
}

.rainbow-home-page #consultant-doctors .motion-doctor-slide.is-centered .cs_team_title,
.rainbow-home-page #consultant-doctors .motion-doctor-slide.is-centered .cs_team_subtitle {
  color: var(--white-color);
}

.rainbow-home-page #consultant-doctors .motion-doctor-slide.is-centered .cs_btn_style_1 {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.rainbow-home-page #consultant-doctors .motion-doctor-slide.is-centered .cs_team_style_2::after {
  opacity: 0.8;
  animation: motionBorderSweep 2.4s linear infinite;
}

.rainbow-home-page #consultant-doctors .cs_team_style_2 {
  isolation: isolate;
  height: 100%;
  box-shadow: 0 18px 50px rgba(4, 61, 80, 0.12);
}

.rainbow-home-page #consultant-doctors .cs_team_img {
  position: relative;
  isolation: isolate;
}

.rainbow-home-page #consultant-doctors .cs_team_img::after {
  position: absolute;
  z-index: 1;
  inset: 7% 7% 13%;
  border-radius: 46% 54% 44% 56%;
  background: conic-gradient(from 205deg, rgba(239, 68, 68, 0.24), rgba(245, 184, 46, 0.2), rgba(23, 141, 114, 0.24), rgba(17, 133, 216, 0.23), rgba(120, 86, 200, 0.2), rgba(239, 68, 68, 0.24));
  content: "";
  opacity: 0.38;
  pointer-events: none;
  mix-blend-mode: soft-light;
  filter: blur(18px);
  animation: motionDoctorHalo 8s ease-in-out infinite alternate;
}

.rainbow-home-page #consultant-doctors .cs_team_img img {
  position: relative;
  z-index: 0;
}

@keyframes motionDoctorHalo {
  from { transform: rotate(-4deg) scale(0.94); }
  to { transform: rotate(7deg) scale(1.05); }
}

.rainbow-home-page .motion-light-sweep {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.rainbow-home-page .motion-light-sweep .motion-button-sweep {
  position: absolute;
  z-index: 0;
  inset: -35% auto -35% -55%;
  width: 42%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.14), rgba(135, 228, 213, 0.3), rgba(198, 177, 235, 0.25), transparent);
  pointer-events: none;
  transform: skewX(-17deg);
  transition: left 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.rainbow-home-page .motion-light-sweep:hover .motion-button-sweep,
.rainbow-home-page .motion-light-sweep:focus-visible .motion-button-sweep {
  left: 120%;
}

.rainbow-home-page .motion-light-sweep > :not(.motion-button-sweep) {
  position: relative;
  z-index: 2;
}

.rainbow-home-page .motion-heartbeat {
  display: inline-grid;
  width: 27px;
  height: 20px;
  margin-right: 8px;
  place-items: center;
  vertical-align: middle;
}

.rainbow-home-page .motion-heartbeat svg {
  width: 100%;
  overflow: visible;
}

.rainbow-home-page .motion-heartbeat path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: motionHeartbeat 1.8s ease-in-out infinite;
}

@keyframes motionHeartbeat {
  0%, 22% { stroke-dashoffset: 48; opacity: 0.45; }
  48%, 72% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -48; opacity: 0.45; }
}

@media (min-width: 992px) {
  .rainbow-home-page #consultant-doctors > .container > .row {
    display: block;
  }

  .rainbow-home-page #consultant-doctors > .container > .row > [class*="col-"] {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .rainbow-home-page #consultant-doctors .cs_section_heading_style_1 {
    max-width: 760px;
    margin-bottom: 28px;
  }
}

@media (max-width: 991px) {
  .rainbow-home-page .motion-rainbow-divider {
    height: 52px;
    margin-bottom: 12px;
  }

  .rainbow-home-page .motion-care-path {
    display: none;
  }

  .rainbow-home-page #care-journey .cs_work_card_shape {
    opacity: 0;
  }

  .rainbow-home-page #consultant-doctors .motion-doctor-viewport {
    margin-right: calc(var(--bs-gutter-x, 24px) * -0.5);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .rainbow-home-page #consultant-doctors .motion-doctor-viewport::-webkit-scrollbar {
    display: none;
  }

  .rainbow-home-page #consultant-doctors .motion-doctor-track {
    width: max-content;
    padding-right: 24px;
  }

  .rainbow-home-page #consultant-doctors .motion-doctor-slide {
    flex-basis: min(82vw, 340px);
    opacity: 0.62;
    scroll-snap-align: center;
    transform: scale(0.94);
  }
}

@media (max-width: 767px) {
  .rainbow-home-page .motion-hero-brand-arc {
    left: -24%;
    top: 20%;
    width: 100%;
    opacity: 0.25;
  }

  .rainbow-home-page .motion-hero-orb--one {
    right: 8%;
  }

  .rainbow-home-page #specialities .cs_service_img {
    clip-path: inset(0 round 16px);
    opacity: 1;
    transform: none;
  }

  .rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:hover,
  .rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:focus-within {
    transform: translateY(-3px);
  }

  .rainbow-home-page .cs_feature_section_2 .rainbow_feature_img img,
  .rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:hover .rainbow_feature_img img,
  .rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:focus-within .rainbow_feature_img img {
    transform: none;
  }

  .rainbow-home-page #specialities .cs_service_card_2:hover,
  .rainbow-home-page #specialities .cs_service_card_2:focus-within,
  .rainbow-home-page #specialities .cs_service_card_2.is-motion-active {
    transform: none;
  }

  .rainbow-home-page .motion-site-badge {
    left: 10px;
    bottom: 10px;
  }
}

/* Medical blue glass design system scoped to the Rainbow homepage. */
.rainbow-home-page {
  --accent-color: #005eb8;
  --primary-color: #003087;
  --secondary-color: #425563;
  --motion-glass-border: rgba(255, 255, 255, 0.78);
  color: var(--primary-color);
  background:
    radial-gradient(circle at 8% 10%, rgba(71, 179, 224, 0.17), transparent 26rem),
    radial-gradient(circle at 94% 26%, rgba(92, 160, 220, 0.14), transparent 29rem),
    linear-gradient(180deg, #f0f4f5 0%, #ffffff 34%, #e8edee 100%);
}

.rainbow-home-page main {
  position: relative;
  z-index: 1;
  background: transparent;
}

.rainbow-home-page .cs_site_header > .container-fluid {
  filter: drop-shadow(0 18px 35px rgba(3, 54, 78, 0.1));
}

.rainbow-home-page .cs_top_header {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(112deg, #003087 0%, #005eb8 52%, #0072ce 100%) !important;
}

.rainbow-home-page .cs_main_header {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-top: 0;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  backdrop-filter: blur(20px) saturate(135%);
}

.rainbow-home-page .cs_nav_list > li > a {
  color: #123f57;
}

.rainbow-home-page .cs_nav_list > li > a:hover,
.rainbow-home-page .cs_nav_list > li.active > a {
  color: var(--accent-color);
}

.rainbow-home-page .cs_hero_style_2 {
  padding-top: 200px !important;
  background:
    radial-gradient(circle at 14% 58%, rgba(54, 151, 238, 0.3), transparent 31%),
    radial-gradient(circle at 56% 20%, rgba(108, 176, 230, 0.24), transparent 25%),
    radial-gradient(circle at 92% 12%, rgba(186, 174, 235, 0.21), transparent 26%),
    linear-gradient(125deg, rgba(225, 246, 253, 0.96), rgba(248, 253, 255, 0.9) 52%, rgba(230, 245, 249, 0.94));
}

/* Keep the hero close to the fixed header on short laptop viewports while
   preserving the roomier composition used by taller desktop monitors. */
@media (min-width: 1200px) and (max-height: 950px) {
  .rainbow-home-page .cs_hero_style_2 {
    padding-top: clamp(120px, calc(100vh - 790px), 200px) !important;
  }
}

@media (max-width: 1199px) {
  .rainbow-home-page .cs_hero_style_2 {
    padding-top: 180px !important;
  }
}

@media (max-width: 991px) {
  .rainbow-home-page .cs_hero_style_2 {
    padding-top: 150px !important;
  }
}

@media (max-width: 767px) {
  .rainbow-home-page .cs_hero_style_2 {
    padding-top: 112px !important;
  }
}

.rainbow-home-page .rainbow_hero_title_main {
  color: #003087 !important;
}

.rainbow-home-page .rainbow_hero_title_accent {
  color: #005eb8 !important;
}

.rainbow-home-page .rainbow_instant_booking {
  border: 1px solid rgba(255, 255, 255, 0.84) !important;
  background: rgba(250, 254, 255, 0.73) !important;
  box-shadow: 0 24px 60px rgba(3, 66, 95, 0.16), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  backdrop-filter: blur(22px) saturate(145%);
}

.rainbow-home-page .rainbow_instant_booking .cs_field_item {
  border: 1px solid rgba(0, 94, 184, 0.1);
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.rainbow-home-page .cs_hero_img_1 {
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 30px 70px rgba(3, 64, 91, 0.16), inset 0 1px 0 #fff;
}

.rainbow-home-page .cs_visiting_info {
  border-color: rgba(255, 255, 255, 0.82) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 16px 40px rgba(3, 64, 91, 0.14);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}

.rainbow-home-page .cs_feature_section_2 .rainbow_feature_card {
  border: 1px solid var(--motion-glass-border);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(218, 242, 249, 0.55)) !important;
  box-shadow: 0 18px 48px rgba(3, 68, 97, 0.1), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
}

.rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:nth-child(2) {
  background: linear-gradient(145deg, rgba(239, 251, 255, 0.84), rgba(201, 238, 246, 0.58)) !important;
}

.rainbow-home-page .cs_feature_section_2 .rainbow_feature_card:nth-child(3) {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(220, 235, 250, 0.55)) !important;
}

.rainbow-home-page .cs_feature_section_2 .cs_feature_icon,
.rainbow-home-page .cs_work_step,
.rainbow-home-page .cs_author_icon {
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 10px 24px rgba(3, 68, 97, 0.1);
}

.rainbow-home-page .cs_about_style_2 .cs_about_img,
.rainbow-home-page .cs_about_style_2 .cs_about_text_wrapper,
.rainbow-home-page #specialities .cs_service_card_2,
.rainbow-home-page #facilities-support .cs_service_card_3,
.rainbow-home-page #care-journey .cs_work_card_1,
.rainbow-home-page #patient-support .cs_testimonial_style_2,
.rainbow-home-page #health-articles .cs_post_style_2 {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.68) !important;
  box-shadow: 0 18px 50px rgba(3, 68, 97, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
}

.rainbow-home-page #specialities .cs_service_card_2.active {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(207, 239, 248, 0.68)) !important;
}

.rainbow-home-page #facilities-support,
.rainbow-home-page #why-rainbow,
.rainbow-home-page #patient-support,
.rainbow-home-page .rainbow_appointment_section {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 84% 20%, rgba(86, 189, 221, 0.15), transparent 28rem),
    linear-gradient(135deg, rgba(223, 246, 252, 0.7), rgba(255, 255, 255, 0.62)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 22px 64px rgba(3, 68, 97, 0.08);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  backdrop-filter: blur(16px) saturate(125%);
}

.rainbow-home-page #why-rainbow .cs_accordian,
.rainbow-home-page #why-rainbow .cs_facility_item,
.rainbow-home-page .rainbow_appointment_section .cs_appointment_content,
.rainbow-home-page .rainbow_appointment_section .cs_appointment_form_wrapper {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 14px 38px rgba(3, 68, 97, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  backdrop-filter: blur(14px) saturate(120%);
}

.rainbow-home-page .cs_form_field,
.rainbow-home-page .choices__inner,
.rainbow-home-page .flatpickr-input {
  border: 1px solid rgba(0, 94, 184, 0.13) !important;
  color: var(--primary-color);
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.rainbow-home-page .cs_form_field:focus,
.rainbow-home-page .choices.is-focused .choices__inner {
  border-color: rgba(0, 94, 184, 0.58) !important;
  box-shadow: 0 0 0 4px rgba(0, 94, 184, 0.1);
}

.rainbow-home-page .cs_accent_bg {
  background-color: #005eb8 !important;
}

.rainbow-home-page .cs_btn_style_1.cs_accent_bg,
.rainbow-home-page #appointment .cs_btn_style_2 {
  border-color: rgba(255, 255, 255, 0.22);
  background: linear-gradient(112deg, #003087, #005eb8 58%, #0072ce) !important;
  box-shadow: 0 12px 28px rgba(0, 94, 184, 0.22);
}

.rainbow-home-page .cs_btn_style_1.cs_accent_bg:hover,
.rainbow-home-page #appointment .cs_btn_style_2:hover {
  box-shadow: 0 16px 34px rgba(0, 94, 184, 0.3);
  transform: translateY(-2px);
}

.rainbow-home-page .cs_section_subtitle {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.58) !important;
  box-shadow: 0 8px 24px rgba(3, 68, 97, 0.06);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.rainbow-home-page .cs_footer_style_1 {
  background:
    radial-gradient(circle at 84% 12%, rgba(40, 157, 191, 0.22), transparent 24rem),
    linear-gradient(145deg, #001f5b, #003087 58%, #005eb8) !important;
}

@media (max-width: 767px) {
  .rainbow-home-page .cs_main_header,
  .rainbow-home-page .rainbow_instant_booking,
  .rainbow-home-page .cs_feature_section_2 .rainbow_feature_card,
  .rainbow-home-page #facilities-support,
  .rainbow-home-page #why-rainbow,
  .rainbow-home-page #patient-support,
  .rainbow-home-page .rainbow_appointment_section {
    -webkit-backdrop-filter: blur(10px) saturate(115%);
    backdrop-filter: blur(10px) saturate(115%);
  }

  .rainbow-home-page .cs_visiting_info {
    color: #fff;
    background: rgba(4, 55, 80, 0.86) !important;
  }
}

/* Pro glass layer: refraction, specular light and animated atmosphere. */
.rainbow-home-page .motion-glass-atmosphere {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.rainbow-home-page .motion-glass-atmosphere::after {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.035;
  mix-blend-mode: multiply;
}

.rainbow-home-page .motion-glass-blob {
  position: absolute;
  border-radius: 42% 58% 55% 45%;
  opacity: 0.5;
  filter: none;
  will-change: transform;
  animation: motionGlassDrift 18s ease-in-out infinite alternate;
}

.rainbow-home-page .motion-glass-blob--one {
  left: -8vw;
  top: 15vh;
  width: 34vw;
  height: 34vw;
  background: radial-gradient(circle at 62% 38%, rgba(87, 209, 237, 0.72), rgba(39, 140, 207, 0.28) 48%, transparent 72%);
}

.rainbow-home-page .motion-glass-blob--two {
  right: -11vw;
  top: 48vh;
  width: 39vw;
  height: 39vw;
  background: radial-gradient(circle at 36% 44%, rgba(99, 173, 230, 0.58), rgba(54, 123, 203, 0.24) 52%, transparent 72%);
  animation-delay: -7s;
  animation-duration: 23s;
}

.rainbow-home-page .motion-glass-blob--three {
  display: none;
}

@keyframes motionGlassDrift {
  0% { transform: translate3d(-2vw, 1vh, 0) rotate(-7deg) scale(0.94); }
  50% { transform: translate3d(4vw, -4vh, 0) rotate(8deg) scale(1.06); }
  100% { transform: translate3d(-1vw, 5vh, 0) rotate(15deg) scale(0.98); }
}

.rainbow-home-page .motion-pro-glass {
  --glass-x: 50%;
  --glass-y: 12%;
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(226, 248, 253, 0.2) 46%, rgba(255, 255, 255, 0.1)) !important;
  box-shadow:
    0 18px 42px rgba(3, 55, 82, 0.11),
    0 5px 14px rgba(6, 86, 117, 0.07),
    inset 1px 1px 0 rgba(255, 255, 255, 0.92),
    inset -1px -1px 0 rgba(75, 167, 196, 0.12),
    inset 0 18px 38px rgba(255, 255, 255, 0.12) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.rainbow-home-page .motion-pro-glass::before {
  position: absolute;
  z-index: 5;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.12) 21%, transparent 42%),
    linear-gradient(300deg, rgba(83, 204, 225, 0.11), transparent 32%);
  content: "";
  opacity: 0.58;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000, transparent 28%, transparent 74%, #000);
  mask: linear-gradient(#000, transparent 28%, transparent 74%, #000);
}

.rainbow-home-page .motion-pro-glass__shine {
  position: absolute;
  z-index: 6;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle 170px at var(--glass-x) var(--glass-y), rgba(255, 255, 255, 0.44), rgba(129, 224, 239, 0.12) 38%, transparent 70%),
    linear-gradient(105deg, transparent 22%, rgba(255, 255, 255, 0.14) 42%, transparent 62%);
  background-position: center, -130% 0;
  background-size: auto, 220% 100%;
  content: "";
  opacity: 0.14;
  pointer-events: none;
  transition: opacity 0.3s ease, background-position 0.6s ease;
}

.rainbow-home-page .motion-pro-glass:hover > .motion-pro-glass__shine,
.rainbow-home-page .motion-pro-glass:focus-within > .motion-pro-glass__shine {
  background-position: center, 130% 0;
  opacity: 0.48;
}

.rainbow-home-page .cs_main_header {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.62), rgba(231, 248, 253, 0.34)) !important;
  box-shadow:
    0 22px 55px rgba(3, 55, 82, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -1px 0 rgba(80, 176, 204, 0.1);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  backdrop-filter: blur(16px) saturate(135%);
}

.rainbow-home-page #facilities-support,
.rainbow-home-page #why-rainbow,
.rainbow-home-page #patient-support,
.rainbow-home-page .rainbow_appointment_section {
  background: linear-gradient(135deg, rgba(224, 247, 253, 0.38), rgba(255, 255, 255, 0.24)) !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.rainbow-home-page .rainbow_instant_booking.motion-pro-glass {
  -webkit-backdrop-filter: blur(16px) saturate(135%) !important;
  backdrop-filter: blur(16px) saturate(135%) !important;
}

.rainbow-home-page .motion-pro-glass .cs_form_field,
.rainbow-home-page .motion-pro-glass .choices__inner,
.rainbow-home-page .motion-pro-glass .cs_field_item {
  border-color: rgba(255, 255, 255, 0.82) !important;
  background: rgba(255, 255, 255, 0.56) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 7px 18px rgba(3, 65, 94, 0.06);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.rainbow-home-page .motion-pro-glass .cs_feature_img,
.rainbow-home-page .motion-pro-glass .cs_service_img,
.rainbow-home-page .motion-pro-glass .cs_post_img {
  box-shadow: 0 14px 34px rgba(3, 63, 91, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

/* Glass layout corrections: preserve comfortable content insets. */
.rainbow-home-page #care-journey .cs_work_card_1 {
  min-height: 460px;
  padding: 38px clamp(24px, 2.2vw, 36px) 34px;
  border-radius: 24px;
  box-sizing: border-box;
}

.rainbow-home-page #care-journey > .container > .row {
  position: relative;
  z-index: 2 !important;
}

.rainbow-home-page #care-journey .cs_work_card_1.motion-pro-glass {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(225, 241, 250, 0.18)) !important;
}

.rainbow-home-page #care-journey .cs_work_img {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.rainbow-home-page #care-journey .cs_work_info {
  width: 100%;
  padding-top: 0;
}

.rainbow-home-page #care-journey .cs_work_title {
  padding-inline: 4px;
  line-height: 1.3;
}

.rainbow-home-page #care-journey .cs_work_desc {
  max-width: 440px;
  margin-inline: auto;
  padding-inline: 4px;
  line-height: 1.55;
}

.rainbow-home-page .rainbow_appointment_section .cs_appointment_content,
.rainbow-home-page .rainbow_appointment_section .cs_appointment_form_wrapper {
  height: 100%;
  padding: clamp(28px, 3vw, 46px);
  border-radius: 24px;
  box-sizing: border-box;
}

.rainbow-home-page .rainbow_appointment_section .cs_appointment_form_wrapper {
  padding-inline: clamp(30px, 4vw, 56px);
}

.rainbow-home-page .rainbow_appointment_section .cs_appointment_heading {
  padding-inline: 0;
  text-align: center;
}

.rainbow-home-page .rainbow_appointment_section .cs_content_bottom {
  width: min(100%, 470px);
  margin-top: 30px;
  padding-right: 0 !important;
}

.rainbow-home-page .rainbow_appointment_access_card {
  overflow: hidden;
  border: 1px solid rgba(139, 204, 232, 0.34);
  border-radius: 20px;
  background: rgba(244, 251, 255, 0.58);
  box-shadow: 0 18px 42px rgba(0, 54, 92, 0.12);
}

.rainbow-home-page .rainbow_appointment_access_card .cs_appointment_img {
  aspect-ratio: 2.7 / 1;
}

.rainbow-home-page .rainbow_appointment_access_card .cs_appointment_img img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center 38%;
}

.rainbow-home-page .rainbow_appointment_access_card .cs_checkup_schedule {
  margin-top: 0;
  padding: 22px 24px 24px;
  border-radius: 0;
  background: linear-gradient(145deg, rgba(217, 243, 250, 0.96), rgba(226, 238, 249, 0.92));
}

.rainbow-home-page .rainbow_appointment_access_card .cs_schedule_header {
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 73, 125, 0.13);
}

.rainbow-home-page .rainbow_appointment_access_card .rainbow_appointment_contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rainbow-home-page .rainbow_appointment_access_card .rainbow_appointment_contact i {
  color: #0072ce;
  font-size: 16px;
}

.rainbow-home-page .rainbow_appointment_access_card .cs_schedule_header a {
  font-size: 16px;
}

.rainbow-home-page .rainbow_appointment_access_card .cs_schedult_list {
  gap: 0;
}

.rainbow-home-page .rainbow_appointment_access_card .rainbow_appointment_hours_item {
  min-height: 48px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0, 73, 125, 0.1);
  color: #274f65;
  font-size: 15px;
  line-height: 1.4;
}

.rainbow-home-page .rainbow_appointment_access_card .rainbow_appointment_hours_item:last-child {
  border-bottom: 0;
}

.rainbow-home-page .rainbow_appointment_access_card .rainbow_appointment_hours_item strong {
  color: #003087;
  font-weight: 700;
  text-align: right;
}

.rainbow-home-page #appointment .cs_btn_style_2 {
  color: #fff !important;
}

.rainbow-home-page #appointment .cs_btn_style_2 img {
  filter: brightness(0) invert(1);
}

.rainbow-home-page #health-articles .cs_post_style_2.cs_type_2 {
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}

.rainbow-home-page #health-articles .cs_post_style_2.cs_type_2 .cs_post_info {
  padding: 2px clamp(22px, 2vw, 30px) 30px;
}

.rainbow-home-page #health-articles .cs_post_style_2.cs_type_2 .cs_post_meta_wrapper {
  gap: 12px 18px;
  margin-bottom: 20px;
}

.rainbow-home-page #health-articles .cs_post_style_2.cs_type_2 .cs_post_title {
  margin-bottom: 14px !important;
  line-height: 1.28;
}

.rainbow-home-page #health-articles .cs_post_style_2.cs_type_2 .rainbow_article_desc {
  line-height: 1.55;
}

.rainbow-home-page #patient-support .cs_testimonial_info_item {
  align-items: center;
}

.rainbow-home-page #patient-support .rainbow_support_fact_icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid rgba(0, 94, 184, 0.2);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(205, 237, 255, 0.72));
  box-shadow: 0 8px 18px rgba(0, 74, 145, 0.12);
  color: #005eb8;
  font-size: 17px;
}

.rainbow-home-page #why-rainbow .cs_accordian {
  padding: 20px 22px;
  border-radius: 18px;
}

.rainbow-home-page #why-rainbow .cs_facility_item {
  min-height: 92px;
  padding: 20px 22px;
  border-radius: 18px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .rainbow-home-page .motion-glass-blob {
    opacity: 0.24;
    filter: none;
  }

  .rainbow-home-page .motion-glass-blob--one,
  .rainbow-home-page .motion-glass-blob--two {
    width: 78vw;
    height: 78vw;
  }

  .rainbow-home-page .motion-pro-glass {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(226, 248, 253, 0.3)) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .rainbow-home-page .rainbow_instant_booking.motion-pro-glass {
    -webkit-backdrop-filter: blur(10px) saturate(120%) !important;
    backdrop-filter: blur(10px) saturate(120%) !important;
  }

  .rainbow-home-page .motion-pro-glass__shine {
    display: none;
  }

  .rainbow-home-page #care-journey .cs_work_card_1 {
    min-height: 0;
    padding: 28px 20px 26px;
  }

  .rainbow-home-page .rainbow_appointment_section .cs_appointment_content,
  .rainbow-home-page .rainbow_appointment_section .cs_appointment_form_wrapper {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .rainbow-home-page .rainbow_appointment_section .cs_content_bottom {
    width: 100%;
  }

  .rainbow-home-page .rainbow_appointment_access_card .cs_checkup_schedule {
    padding: 20px 18px;
  }

  .rainbow-home-page .rainbow_appointment_access_card .cs_schedule_header {
    align-items: flex-start;
    flex-direction: column;
  }

  .rainbow-home-page .rainbow_appointment_access_card .rainbow_appointment_hours_item {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .rainbow-home-page #health-articles .cs_post_style_2.cs_type_2 .cs_post_info {
    padding: 2px 20px 24px;
  }
}

/* Mobile hero composition: full emergency scene with a separate caption strip. */
@media (max-width: 767px) {
  .rainbow-home-page .cs_hero_img_wrapper {
    min-height: 0;
    padding-bottom: 84px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.28);
  }

  .rainbow-home-page .cs_hero_style_2 .cs_hero_img_1 {
    height: auto;
    max-height: none !important;
    aspect-ratio: 4 / 3;
    border-radius: 20px 20px 0 0;
  }

  .rainbow-home-page .cs_hero_style_2 .cs_hero_img_1 > img {
    object-position: center !important;
  }

  .rainbow-home-page .cs_hero_style_2 .cs_hero_img_2 {
    z-index: 3;
    bottom: 84px;
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0 4% 0 0 !important;
  }

  .rainbow-home-page .cs_hero_style_2 .cs_hero_img_2 > img {
    width: auto !important;
    height: min(360px, 90vw) !important;
    max-width: 72vw;
    margin-left: auto;
    object-fit: contain !important;
    object-position: right bottom !important;
  }

  .rainbow-home-page .cs_hero_style_2 .cs_visiting_info {
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    min-height: 84px;
    max-width: none;
    padding: 13px 16px;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(112deg, rgba(0, 48, 135, 0.96), rgba(0, 94, 184, 0.94)) !important;
    box-shadow: 0 14px 28px rgba(0, 48, 135, 0.18);
  }

  .rainbow-home-page .cs_hero_style_2 .cs_visiting_info .cs_visitint_title {
    margin-bottom: 2px !important;
    font-size: 19px;
    line-height: 1.25;
  }

  .rainbow-home-page .cs_hero_style_2 .cs_visiting_info p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rainbow-home-page *,
  .rainbow-home-page *::before,
  .rainbow-home-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .rainbow-home-page #specialities .cs_service_img {
    clip-path: inset(0 round 18px);
    opacity: 1;
    transform: none;
  }
}
