/* [project]/src/components/scrollReveal/scrollReveal.module.css [app-client] (css) */
.scrollReveal-module__pE663a__reveal {
  opacity: 0;
  transition: opacity .8s ease-out, transform .8s ease-out;
  transform: translateY(50px);
}

.scrollReveal-module__pE663a__revealVisible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 750px) {
  .scrollReveal-module__pE663a__revealVisible {
    margin-top: 30px;
  }
}

/* [project]/src/components/HeroBanner/hero.module.css [app-client] (css) */
.hero-module__xRxV9q__heroRoot {
  background: none;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.hero-module__xRxV9q__heroBg {
  background: #ced5dc;
  border-bottom-right-radius: 85px 80px;
  border-bottom-left-radius: 85px 80px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 20px 64px;
  position: relative;
}

.hero-module__xRxV9q__heroContent {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-module__xRxV9q__headingBlock {
  text-align: center;
}

.hero-module__xRxV9q__topText {
  color: #222;
  letter-spacing: .01em;
  margin-bottom: 2px;
  font-size: 1.3rem;
  font-weight: 400;
}

.hero-module__xRxV9q__title h1 {
  color: #19324e;
  letter-spacing: 1px;
  margin-bottom: 7px;
  font-size: 2.3rem;
  font-weight: 700;
}

.hero-module__xRxV9q__subtitle {
  color: #222;
  margin-bottom: 18px;
  font-size: 1.18rem;
  font-weight: 400;
}

.hero-module__xRxV9q__contactBtn {
  color: #fff;
  cursor: pointer;
  background: #f26c2f;
  border: none;
  border-radius: 8px;
  margin-bottom: 22px;
  padding: 12px 32px;
  font-size: 1.05rem;
  font-weight: 600;
  transition: background .2s;
}

.hero-module__xRxV9q__contactBtn:hover {
  background: #ff823e;
}

.hero-module__xRxV9q__phoneRow {
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
  display: flex;
}

.hero-module__xRxV9q__phoneBtn {
  color: #17304c;
  letter-spacing: .02em;
  cursor: pointer;
  background: #fff;
  border: 2px solid #17304c;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.hero-module__xRxV9q__phoneBtn:hover {
  color: #f26c2f;
  background: #f7f7f7;
  border-color: #f26c2f;
}

.hero-module__xRxV9q__orText {
  color: #282c36;
  margin: 13px 0 0;
  font-size: 1.05rem;
}

.hero-module__xRxV9q__callbackCard {
  z-index: 2;
  background: none;
  justify-content: center;
  max-width: 900px;
  margin: -60px auto 0;
  display: flex;
  position: relative;
}

.hero-module__xRxV9q__callbackForm {
  z-index: 99;
  background: #0a2c50;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 95%;
  padding: 36px 22px 28px;
  display: flex;
  box-shadow: 0 2px 32px #0f223c21;
}

.hero-module__xRxV9q__callbackHeading {
  color: #fff;
  text-align: center;
  margin-bottom: 18px;
  font-size: 1.4rem;
  font-weight: 500;
}

.hero-module__xRxV9q__input {
  color: #fff;
  background: none;
  border: 2px solid #d3e1ed;
  border-radius: 8px;
  outline: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 11px 18px;
  font-size: 1rem;
  font-weight: 500;
  transition: border .2s, color .2s;
}

.hero-module__xRxV9q__input::placeholder {
  color: #b0c5db;
  opacity: 1;
  letter-spacing: .05em;
}

.hero-module__xRxV9q__input:focus {
  color: #f26c2f;
  border: 2px solid #f26c2f;
}

.hero-module__xRxV9q__sendBtn {
  color: #fff;
  cursor: pointer;
  background: #f26c2f;
  border: none;
  border-radius: 8px;
  width: 100%;
  margin-top: 5px;
  padding: 13px 0;
  font-size: 1.06rem;
  font-weight: 700;
  transition: background .2s;
}

.hero-module__xRxV9q__sendBtn:hover {
  background: #ff823e;
}

.hero-module__xRxV9q__dropdownRow {
  gap: 15px;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.hero-module__xRxV9q__dropdownCol {
  color: #fff;
  flex: 1;
}

.hero-module__xRxV9q__inputRow {
  gap: 15px;
  width: 100%;
  display: flex;
}

.hero-module__xRxV9q__inputCol {
  flex: 1;
}

.hero-module__xRxV9q__sendBtn:disabled {
  cursor: not-allowed;
  opacity: .8;
  background: #ff996b;
  border: 2px solid #f26c2f;
}

@media (max-width: 600px) {
  .hero-module__xRxV9q__heroBg {
    border-bottom-right-radius: 24px 46px;
    border-bottom-left-radius: 24px 46px;
    margin-top: 70px;
    padding: 27px 3vw 48px;
  }

  .hero-module__xRxV9q__callbackCard {
    margin-top: -38px;
    padding: 0 1vw;
  }

  .hero-module__xRxV9q__callbackForm {
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 15px 6vw;
  }

  .hero-module__xRxV9q__title h1 {
    font-size: 1.37rem;
  }

  .hero-module__xRxV9q__topText {
    font-size: 1.02rem;
  }

  .hero-module__xRxV9q__subtitle {
    font-size: 1rem;
  }

  .hero-module__xRxV9q__inputRow {
    flex-direction: column;
    gap: 0;
  }
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg, .swiper-button-next svg {
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  height: 100%;
}

.swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* [project]/node_modules/swiper/modules/pagination.css [app-client] (css) */
.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* [project]/src/components/SwiperSlider/sliderswiper.module.css [app-client] (css) */
.sliderswiper-module__WhK0Dq__section {
  min-height: 300px;
}

.sliderswiper-module__WhK0Dq__heading {
  text-align: center;
  color: #19324e;
  margin-bottom: 14px;
  font-size: 2.2rem;
  font-weight: 700;
}

.sliderswiper-module__WhK0Dq__accent {
  color: #8d2020;
}

.sliderswiper-module__WhK0Dq__subheading {
  text-align: center;
  color: #444;
  max-width: 780px;
  margin: 0 auto 36px;
  font-size: 1.05rem;
  line-height: 1.5;
}

.sliderswiper-module__WhK0Dq__swiperWrapper {
  padding: 24px 10px;
}

.sliderswiper-module__WhK0Dq__swiper-button-next, .sliderswiper-module__WhK0Dq__swiper-button-prev {
  color: #19324e;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 12px #19324e26;
}

.sliderswiper-module__WhK0Dq__swiper-button-next:after, .sliderswiper-module__WhK0Dq__swiper-button-prev:after {
  font-size: 18px;
  font-weight: 700;
}

.sliderswiper-module__WhK0Dq__swiper-button-next {
  right: 12px;
}

.sliderswiper-module__WhK0Dq__swiper-button-prev {
  left: 12px;
}

.sliderswiper-module__WhK0Dq__swiper-pagination {
  text-align: center;
  margin-top: 22px;
}

.sliderswiper-module__WhK0Dq__swiper-pagination-bullet {
  opacity: 1;
  background: #ccc;
  width: 10px;
  height: 10px;
  transition: all .3s;
  margin: 0 5px !important;
}

.sliderswiper-module__WhK0Dq__swiper-pagination-bullet-active {
  background: #19324e;
  transform: scale(1.2);
}

@media (max-width: 900px) {
  .sliderswiper-module__WhK0Dq__heading {
    font-size: 1.6rem;
  }

  .sliderswiper-module__WhK0Dq__subheading {
    margin-bottom: 24px;
    font-size: .95rem;
  }
}

@media (max-width: 600px) {
  .sliderswiper-module__WhK0Dq__heading {
    font-size: 1.3rem;
  }

  .sliderswiper-module__WhK0Dq__subheading {
    padding: 0 12px;
    font-size: .88rem;
  }
}

/* [project]/src/components/DoctorsSlider/doctorsSlider.module.css [app-client] (css) */
.doctorsSlider-module__Zrw_Nq__heading {
  text-align: center;
  color: #19324e;
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: 800;
}

.doctorsSlider-module__Zrw_Nq__doctorsAccent {
  color: #19324e;
}

.doctorsSlider-module__Zrw_Nq__card {
  background: linear-gradient(135deg, #f8f9fc, #eef2f7);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 320px;
  height: 100%;
  margin: 0 auto;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 16px #0000001a;
}

.doctorsSlider-module__Zrw_Nq__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px #00000026;
}

.doctorsSlider-module__Zrw_Nq__img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  display: block;
}

.doctorsSlider-module__Zrw_Nq__textBlock {
  flex-direction: column;
  flex: 1;
  width: -webkit-fill-available;
  padding: 10px;
  display: flex;
}

.doctorsSlider-module__Zrw_Nq__name {
  color: #19324e;
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 800;
}

.doctorsSlider-module__Zrw_Nq__title {
  color: #444;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
}

.doctorsSlider-module__Zrw_Nq__desc {
  color: #333;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  word-break: break-word;
  white-space: normal;
  -webkit-box-orient: vertical;
  margin-bottom: auto;
  font-size: .9rem;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
}

.doctorsSlider-module__Zrw_Nq__readMore {
  color: #e34747;
  margin-top: 12px;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

.doctorsSlider-module__Zrw_Nq__readMore:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .doctorsSlider-module__Zrw_Nq__heading {
    color: #19324e;
    font-size: 1.6rem;
  }
}

@media (max-width: 600px) {
  .doctorsSlider-module__Zrw_Nq__heading {
    color: #19324e;
    font-size: 1.3rem;
  }

  .doctorsSlider-module__Zrw_Nq__img {
    height: 300px;
  }

  .doctorsSlider-module__Zrw_Nq__desc {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

/* [project]/src/components/ServicesSlider/servicesSlider.module.css [app-client] (css) */
.servicesSlider-module__5zUhqa__section {
  text-align: center;
  background: #feeae2;
  border-radius: 20px;
  padding: 40px 10px 50px;
}

.servicesSlider-module__5zUhqa__heading {
  color: #19324e;
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: 700;
}

.servicesSlider-module__5zUhqa__accent {
  color: #f26c2f;
}

.servicesSlider-module__5zUhqa__subheading {
  color: #444;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
}

.servicesSlider-module__5zUhqa__topBar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.servicesSlider-module__5zUhqa__leftText {
  text-align: left;
  flex: 1;
}

.servicesSlider-module__5zUhqa__viewAll {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #8d2020;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  transition: background .3s;
}

.servicesSlider-module__5zUhqa__viewAll:hover {
  background: #142d66;
}

.servicesSlider-module__5zUhqa__card {
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  height: 340px;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 8px #00000014;
}

.servicesSlider-module__5zUhqa__card:hover {
  transform: translateY(-4px);
}

.servicesSlider-module__5zUhqa__img {
  object-fit: contain;
  width: 100%;
  height: 180px;
  display: block;
}

.servicesSlider-module__5zUhqa__textBlock {
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 18px;
  display: flex;
}

.servicesSlider-module__5zUhqa__name {
  color: #222;
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 600;
}

.servicesSlider-module__5zUhqa__desc {
  color: #555;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.servicesSlider-module__5zUhqa__readMore {
  color: #e34747;
  margin-top: 12px;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 900px) {
  .servicesSlider-module__5zUhqa__heading {
    font-size: 1.8rem;
  }

  .servicesSlider-module__5zUhqa__card {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .servicesSlider-module__5zUhqa__heading {
    font-size: 1.5rem;
  }

  .servicesSlider-module__5zUhqa__subheading {
    margin-bottom: 20px;
    font-size: .95rem;
  }

  .servicesSlider-module__5zUhqa__card {
    height: 300px;
  }

  .servicesSlider-module__5zUhqa__img {
    height: 150px;
  }

  .servicesSlider-module__5zUhqa__desc {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

/* [project]/src/components/Tooltip/tooltip.module.css [app-client] (css) */
.tooltip-module__KnNxxW__wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.tooltip-module__KnNxxW__tooltip {
  opacity: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  text-align: center;
  color: #fff;
  z-index: 9999;
  background: #141e30a6;
  border: 1px solid #ffffff40;
  border-radius: 14px;
  width: 220px;
  padding: 12px 16px;
  font-size: .88rem;
  line-height: 1.45;
  animation: .28s forwards tooltip-module__KnNxxW__tooltipFade;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%)translateY(6px)scale(.92);
  box-shadow: 0 8px 22px #0000002e;
}

.tooltip-module__KnNxxW__tooltip:after {
  content: "";
  border: 8px solid #0000;
  border-top-color: #141e30a6;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip-module__KnNxxW__wrapper.tooltip-module__KnNxxW__active .tooltip-module__KnNxxW__tooltip, .tooltip-module__KnNxxW__wrapper:hover .tooltip-module__KnNxxW__tooltip {
  animation: .28s forwards tooltip-module__KnNxxW__tooltipFade;
}

.tooltip-module__KnNxxW__trigger {
  color: #e34747;
  margin-top: 12px;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

@keyframes tooltip-module__KnNxxW__tooltipFade {
  0% {
    opacity: 0;
    transform: translateX(-50%)translateY(8px)scale(.9);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%)translateY(0)scale(1);
  }
}

@media (max-width: 600px) {
  .tooltip-module__KnNxxW__tooltip {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 190px;
    padding: 10px 14px;
    font-size: .8rem;
    bottom: 130%;
  }
}

/* [project]/src/components/aboutUs/aboutUs.module.css [app-client] (css) */
.aboutUs-module__XSeAJW__aboutSection {
  background: #0000001f;
  border-radius: 20px;
  margin-top: 40px;
  padding: 60px 20px;
}

.aboutUs-module__XSeAJW__mt5 {
  padding-top: 0;
}

.aboutUs-module__XSeAJW__accent {
  color: #0a2c50;
}

.aboutUs-module__XSeAJW__specialTxt {
  color: #0a2c50;
  font-style: italic;
  font-weight: 700;
}

.aboutUs-module__XSeAJW__numberLabel {
  color: #0a2c50;
  font-weight: 700;
}

.aboutUs-module__XSeAJW__aboutContainer {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.aboutUs-module__XSeAJW__aboutText {
  flex: 1;
  min-width: 300px;
}

.aboutUs-module__XSeAJW__subtitle {
  color: #b52a2a;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

.aboutUs-module__XSeAJW__title {
  color: #0a2c50;
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.aboutUs-module__XSeAJW__desc {
  color: #444;
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1.6;
}

.aboutUs-module__XSeAJW__stats {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 28px;
  display: grid;
}

.aboutUs-module__XSeAJW__statItem {
  border-top: 3px solid #b52a2a;
  padding-top: 12px;
}

.aboutUs-module__XSeAJW__statItem h3 {
  color: #b52a2a;
  margin-bottom: 6px;
  font-size: 1.6rem;
  font-weight: 700;
}

.aboutUs-module__XSeAJW__readBtn {
  color: #fff;
  cursor: pointer;
  background: #b52a2a;
  border: none;
  border-radius: 6px;
  padding: 12px 26px;
  font-size: 1rem;
  font-weight: 600;
  transition: background .3s;
}

.aboutUs-module__XSeAJW__readBtn:hover {
  background: #8d2020;
}

.aboutUs-module__XSeAJW__aboutImage {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  min-width: 320px;
  display: flex;
}

.aboutUs-module__XSeAJW__image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 520px;
  margin: 12px 0;
}

/* [project]/src/components/TestimonialsSlider/testimonialsSlider.module.css [app-client] (css) */
.testimonialsSlider-module__ijt_GW__testimonialsSection {
  text-align: center;
  background: #feeae2;
  border-radius: 20px;
  padding: 20px;
}

.testimonialsSlider-module__ijt_GW__heading {
  color: #19324e;
  font-size: 2rem;
  font-weight: 700;
}

.testimonialsSlider-module__ijt_GW__card {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 4px 15px #00000014;
}

.testimonialsSlider-module__ijt_GW__feedback {
  color: #444;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  min-height: 6.5rem;
  font-size: 1rem;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
}

.testimonialsSlider-module__ijt_GW__avatar {
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 16px;
}

.testimonialsSlider-module__ijt_GW__name {
  color: #111;
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 600;
}

.testimonialsSlider-module__ijt_GW__stars {
  justify-content: center;
  gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.testimonialsSlider-module__ijt_GW__star {
  color: #ccc;
  font-size: 1.2rem;
}

.testimonialsSlider-module__ijt_GW__star.testimonialsSlider-module__ijt_GW__filled {
  color: #f4b400;
}

.testimonialsSlider-module__ijt_GW__feedback {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
}

/* [project]/src/components/quickFacts/quickFacts.module.css [app-client] (css) */
.quickFacts-module__OcxjVa__quickFacts {
  color: #fff;
  margin-top: 50px;
  position: relative;
}

.quickFacts-module__OcxjVa__overlay {
  background: #0000001f;
  border-radius: 16px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}

.quickFacts-module__OcxjVa__title {
  color: #0a2c50;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.quickFacts-module__OcxjVa__factsGrid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
  display: grid;
}

.quickFacts-module__OcxjVa__factItem {
  color: #000;
  background: #fff;
  border-radius: 8px;
  align-items: center;
  padding: 12px 18px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 4px 8px #0000001a;
}

.quickFacts-module__OcxjVa__icon {
  color: #1a3a8c;
  margin-right: 10px;
}

.quickFacts-module__OcxjVa__cta {
  color: #fff;
  cursor: pointer;
  background: #1a3a8c;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  transition: background .3s;
}

.quickFacts-module__OcxjVa__cta:hover {
  background: #0f2762;
}

@media (max-width: 1024px) {
  .quickFacts-module__OcxjVa__title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .quickFacts-module__OcxjVa__overlay {
    padding: 25px;
  }

  .quickFacts-module__OcxjVa__title {
    text-align: center;
    font-size: 2rem;
  }

  .quickFacts-module__OcxjVa__factsGrid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .quickFacts-module__OcxjVa__factItem {
    padding: 10px 14px;
    font-size: .95rem;
  }

  .quickFacts-module__OcxjVa__cta {
    text-align: center;
    width: 100%;
    padding: 12px;
    font-size: .95rem;
    display: block;
  }
}

@media (max-width: 480px) {
  .quickFacts-module__OcxjVa__title {
    font-size: 1.8rem;
  }

  .quickFacts-module__OcxjVa__factItem, .quickFacts-module__OcxjVa__cta {
    font-size: .9rem;
  }
}

/* [project]/src/components/videoTestimonials/videoTestimonials.module.css [app-client] (css) */
.videoTestimonials-module__Rjdm8W__section {
  text-align: center;
  padding: 60px 20px;
}

.videoTestimonials-module__Rjdm8W__heading {
  color: #19324e;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 700;
}

.videoTestimonials-module__Rjdm8W__swiper {
  width: 100%;
}

.videoTestimonials-module__Rjdm8W__grid {
  grid-template-rows: 250px 250px;
  grid-template-columns: 1fr 1fr 1.3fr 1fr 1fr;
  place-items: stretch stretch;
  gap: 15px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  display: grid;
}

.videoTestimonials-module__Rjdm8W__card {
  color: #fff;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  background: #eee;
  border-radius: 14px;
  transition: transform .35s, box-shadow .35s;
  animation: .85s forwards videoTestimonials-module__Rjdm8W__fadeUp;
  position: relative;
  overflow: hidden;
  transform: translateY(40px)scale(1);
}

.videoTestimonials-module__Rjdm8W__card:hover {
  z-index: 5;
  transform: translateY(0)scale(.95);
  box-shadow: 0 15px 25px #00000040;
}

.videoTestimonials-module__Rjdm8W__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  display: block;
  transform: scale(1);
}

.videoTestimonials-module__Rjdm8W__card:hover .videoTestimonials-module__Rjdm8W__img {
  transform: scale(1.1);
}

.videoTestimonials-module__Rjdm8W__overlay {
  z-index: 1;
  background: linear-gradient(to top, #000000b3 15%, #0006 50%, #0000 85%);
  position: absolute;
  inset: 0;
}

.videoTestimonials-module__Rjdm8W__play {
  z-index: 2;
  background: #ffffff40;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background .3s, transform .3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videoTestimonials-module__Rjdm8W__card:hover .videoTestimonials-module__Rjdm8W__play {
  z-index: 5;
  transform: translate(-50%, -50%)scale(1.1);
  box-shadow: 0 15px 25px #0000004d;
}

.videoTestimonials-module__Rjdm8W__iframe {
  background: #000;
  border: none;
  width: 100%;
  height: 100%;
}

.videoTestimonials-module__Rjdm8W__triangle {
  border-top: 8px solid #0000;
  border-bottom: 8px solid #0000;
  border-left: 14px solid #fff;
  width: 0;
  height: 0;
  margin-left: 3px;
}

.videoTestimonials-module__Rjdm8W__meta {
  z-index: 2;
  text-align: left;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.videoTestimonials-module__Rjdm8W__title {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  max-height: 4.2em;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}

.videoTestimonials-module__Rjdm8W__relatedCardWrapper {
  padding: 0 5px;
}

.videoTestimonials-module__Rjdm8W__relatedCard {
  border-radius: 14px;
  flex-shrink: 0;
  align-items: flex-end;
  width: 100%;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.videoTestimonials-module__Rjdm8W__relatedCard .videoTestimonials-module__Rjdm8W__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
}

.videoTestimonials-module__Rjdm8W__relatedCard:hover .videoTestimonials-module__Rjdm8W__img {
  transform: scale(1.05);
}

.videoTestimonials-module__Rjdm8W__relatedCard .videoTestimonials-module__Rjdm8W__overlay {
  background: linear-gradient(to top, #000000b3 15%, #0006 50%, #0000 85%);
}

.videoTestimonials-module__Rjdm8W__relatedCard .videoTestimonials-module__Rjdm8W__meta {
  bottom: 12px;
  left: 12px;
  right: 12px;
}

.videoTestimonials-module__Rjdm8W__relatedCard .videoTestimonials-module__Rjdm8W__title {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 2.6em;
  font-size: 16px;
  line-height: 1.3;
}

.videoTestimonials-module__Rjdm8W__titleLink {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.videoTestimonials-module__Rjdm8W__titleLink:hover .videoTestimonials-module__Rjdm8W__title {
  text-decoration: underline;
}

.videoTestimonials-module__Rjdm8W__name {
  opacity: .85;
  margin-top: 4px;
  font-size: 13px;
}

@keyframes videoTestimonials-module__Rjdm8W__fadeUp {
  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.videoTestimonials-module__Rjdm8W__col1 {
  animation-delay: .1s;
}

.videoTestimonials-module__Rjdm8W__col2-top {
  animation-delay: .2s;
}

.videoTestimonials-module__Rjdm8W__col2-bottom {
  animation-delay: .3s;
}

.videoTestimonials-module__Rjdm8W__col3 {
  animation-delay: .4s;
}

.videoTestimonials-module__Rjdm8W__col4-top {
  animation-delay: .5s;
}

.videoTestimonials-module__Rjdm8W__col4-bottom {
  animation-delay: .6s;
}

.videoTestimonials-module__Rjdm8W__col5 {
  animation-delay: .7s;
}

.videoTestimonials-module__Rjdm8W__col1 {
  grid-area: 1 / 1 / span 2;
  align-self: center;
  height: 70%;
}

.videoTestimonials-module__Rjdm8W__col2-top {
  grid-area: 1 / 2;
}

.videoTestimonials-module__Rjdm8W__col2-bottom {
  grid-area: 2 / 2;
}

.videoTestimonials-module__Rjdm8W__col3 {
  grid-area: 1 / 3 / span 2;
  height: 100%;
}

.videoTestimonials-module__Rjdm8W__col4-top {
  grid-area: 1 / 4;
}

.videoTestimonials-module__Rjdm8W__col4-bottom {
  grid-area: 2 / 4;
}

.videoTestimonials-module__Rjdm8W__col5 {
  grid-area: 1 / 5 / span 2;
  align-self: center;
  height: 70%;
}

.videoTestimonials-module__Rjdm8W__viewAll {
  text-align: center;
  margin-top: 28px;
}

.videoTestimonials-module__Rjdm8W__viewAllBtn {
  color: #444;
  background: none;
  border: 2px solid #ee633814;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.videoTestimonials-module__Rjdm8W__viewAllBtn .videoTestimonials-module__Rjdm8W__arrow {
  color: #fff;
  background: #ef6f49;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: inline-flex;
}

@media (max-width: 1024px) {
  .videoTestimonials-module__Rjdm8W__grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .videoTestimonials-module__Rjdm8W__col1, .videoTestimonials-module__Rjdm8W__col2-top, .videoTestimonials-module__Rjdm8W__col2-bottom, .videoTestimonials-module__Rjdm8W__col3, .videoTestimonials-module__Rjdm8W__col4-top, .videoTestimonials-module__Rjdm8W__col4-bottom, .videoTestimonials-module__Rjdm8W__col5 {
    grid-area: auto;
    align-self: stretch;
    height: auto;
    animation-delay: 0s;
  }
}

@media (max-width: 600px) {
  .videoTestimonials-module__Rjdm8W__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .videoTestimonials-module__Rjdm8W__col1, .videoTestimonials-module__Rjdm8W__col2-top, .videoTestimonials-module__Rjdm8W__col2-bottom, .videoTestimonials-module__Rjdm8W__col3, .videoTestimonials-module__Rjdm8W__col4-top, .videoTestimonials-module__Rjdm8W__col4-bottom, .videoTestimonials-module__Rjdm8W__col5 {
    height: auto;
  }

  .videoTestimonials-module__Rjdm8W__title {
    font-size: 14px;
  }

  .videoTestimonials-module__Rjdm8W__name {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .videoTestimonials-module__Rjdm8W__mobileSwiper {
    padding: 0 25px;
  }

  .videoTestimonials-module__Rjdm8W__mobileCardWrapper {
    padding: 0 5px;
  }

  .videoTestimonials-module__Rjdm8W__mobileCard {
    border-radius: 14px;
    flex-shrink: 0;
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
  }

  .videoTestimonials-module__Rjdm8W__mobileCard .videoTestimonials-module__Rjdm8W__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .videoTestimonials-module__Rjdm8W__section {
    padding: 28px 0;
  }

  .videoTestimonials-module__Rjdm8W__mobileSwiper .videoTestimonials-module__Rjdm8W__swiper-slide {
    box-sizing: border-box;
    padding-right: 10px;
    width: auto !important;
  }

  .videoTestimonials-module__Rjdm8W__heading {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .videoTestimonials-module__Rjdm8W__mobileSwiper {
    margin-bottom: 8px;
    padding: 0 8px;
  }

  .videoTestimonials-module__Rjdm8W__mobileCard {
    align-items: flex-end;
    height: 220px;
    min-height: 180px;
    max-height: 320px;
    display: flex;
  }

  .videoTestimonials-module__Rjdm8W__mobileCard .videoTestimonials-module__Rjdm8W__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.05);
  }

  .videoTestimonials-module__Rjdm8W__mobileCard .videoTestimonials-module__Rjdm8W__overlay {
    background: linear-gradient(to top, #000000a6 20%, #00000059 50%, #0000 85%);
  }

  .videoTestimonials-module__Rjdm8W__mobileCard .videoTestimonials-module__Rjdm8W__meta {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .videoTestimonials-module__Rjdm8W__mobileCard .videoTestimonials-module__Rjdm8W__title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 2.6em;
    font-size: 16px;
    line-height: 1.3;
  }

  .videoTestimonials-module__Rjdm8W__mobileCard .videoTestimonials-module__Rjdm8W__name {
    font-size: 12px;
  }

  .videoTestimonials-module__Rjdm8W__swiper-pagination {
    margin-top: 8px;
  }
}

@media (max-width: 360px) {
  .videoTestimonials-module__Rjdm8W__mobileCard {
    height: 200px;
  }

  .videoTestimonials-module__Rjdm8W__heading {
    font-size: 18px;
  }

  .videoTestimonials-module__Rjdm8W__mobileCard .videoTestimonials-module__Rjdm8W__title {
    font-size: 15px;
  }
}

/* [project]/src/components/hospitalTies/hospitalTies.module.css [app-client] (css) */
.hospitalTies-module__WngpLG__img {
  object-fit: contain;
}

.hospitalTies-module__WngpLG__trustedSection section {
  min-height: 200px;
  padding: 40px 0;
}

/* [project]/src/components/swiperBlogs/patientStoriesSlider.module.css [app-client] (css) */
.patientStoriesSlider-module__vQNogG__section {
  text-align: center;
  padding: 60px 20px;
}

.patientStoriesSlider-module__vQNogG__heading {
  color: #19324e;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 700;
}

.patientStoriesSlider-module__vQNogG__swiper {
  width: 100%;
}

.patientStoriesSlider-module__vQNogG__grid {
  grid-template-rows: 250px 250px;
  grid-template-columns: 1fr 1fr 1.3fr 1fr 1fr;
  place-items: stretch stretch;
  gap: 15px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  display: grid;
}

.patientStoriesSlider-module__vQNogG__card {
  color: #fff;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  background: #eee;
  border-radius: 14px;
  transition: transform .35s, box-shadow .35s;
  animation: .85s forwards patientStoriesSlider-module__vQNogG__fadeUp;
  position: relative;
  overflow: hidden;
  transform: translateY(40px)scale(1);
}

.patientStoriesSlider-module__vQNogG__card:hover {
  z-index: 5;
  transform: translateY(0)scale(.95);
  box-shadow: 0 15px 25px #00000040;
}

.patientStoriesSlider-module__vQNogG__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  display: block;
  transform: scale(1);
}

.patientStoriesSlider-module__vQNogG__card:hover .patientStoriesSlider-module__vQNogG__img {
  transform: scale(1.1);
}

.patientStoriesSlider-module__vQNogG__overlay {
  z-index: 1;
  background: linear-gradient(to top, #000000b3 15%, #0006 50%, #0000 85%);
  position: absolute;
  inset: 0;
}

.patientStoriesSlider-module__vQNogG__play {
  z-index: 2;
  background: #ffffff40;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background .3s, transform .3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.patientStoriesSlider-module__vQNogG__card:hover .patientStoriesSlider-module__vQNogG__play {
  z-index: 5;
  transform: translateY(-5px)scale(.95);
  box-shadow: 0 15px 25px #0000004d;
}

.patientStoriesSlider-module__vQNogG__triangle {
  border-top: 8px solid #0000;
  border-bottom: 8px solid #0000;
  border-left: 14px solid #fff;
  width: 0;
  height: 0;
  margin-left: 3px;
}

.patientStoriesSlider-module__vQNogG__meta {
  z-index: 2;
  text-align: left;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.patientStoriesSlider-module__vQNogG__title {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  max-height: 4.2em;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}

.patientStoriesSlider-module__vQNogG__name {
  opacity: .85;
  margin-top: 4px;
  font-size: 13px;
}

@keyframes patientStoriesSlider-module__vQNogG__fadeUp {
  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.patientStoriesSlider-module__vQNogG__col1 {
  animation-delay: .1s;
}

.patientStoriesSlider-module__vQNogG__col2-top {
  animation-delay: .2s;
}

.patientStoriesSlider-module__vQNogG__col2-bottom {
  animation-delay: .3s;
}

.patientStoriesSlider-module__vQNogG__col3 {
  animation-delay: .4s;
}

.patientStoriesSlider-module__vQNogG__col4-top {
  animation-delay: .5s;
}

.patientStoriesSlider-module__vQNogG__col4-bottom {
  animation-delay: .6s;
}

.patientStoriesSlider-module__vQNogG__col5 {
  animation-delay: .7s;
}

.patientStoriesSlider-module__vQNogG__col1 {
  grid-area: 1 / 1 / span 2;
  align-self: center;
  height: 70%;
}

.patientStoriesSlider-module__vQNogG__col2-top {
  grid-area: 1 / 2;
}

.patientStoriesSlider-module__vQNogG__col2-bottom {
  grid-area: 2 / 2;
}

.patientStoriesSlider-module__vQNogG__col3 {
  grid-area: 1 / 3 / span 2;
  height: 100%;
}

.patientStoriesSlider-module__vQNogG__col4-top {
  grid-area: 1 / 4;
}

.patientStoriesSlider-module__vQNogG__col4-bottom {
  grid-area: 2 / 4;
}

.patientStoriesSlider-module__vQNogG__col5 {
  grid-area: 1 / 5 / span 2;
  align-self: center;
  height: 70%;
}

.patientStoriesSlider-module__vQNogG__viewAll {
  text-align: center;
  margin-top: 28px;
}

.patientStoriesSlider-module__vQNogG__viewAllBtn {
  color: #444;
  background: none;
  border: 2px solid #ee633814;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.patientStoriesSlider-module__vQNogG__viewAllBtn .patientStoriesSlider-module__vQNogG__arrow {
  color: #fff;
  background: #ef6f49;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: inline-flex;
}

@media (max-width: 1024px) {
  .patientStoriesSlider-module__vQNogG__grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .patientStoriesSlider-module__vQNogG__col1, .patientStoriesSlider-module__vQNogG__col2-top, .patientStoriesSlider-module__vQNogG__col2-bottom, .patientStoriesSlider-module__vQNogG__col3, .patientStoriesSlider-module__vQNogG__col4-top, .patientStoriesSlider-module__vQNogG__col4-bottom, .patientStoriesSlider-module__vQNogG__col5 {
    grid-area: auto;
    align-self: stretch;
    height: auto;
    animation-delay: 0s;
  }
}

@media (max-width: 600px) {
  .patientStoriesSlider-module__vQNogG__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .patientStoriesSlider-module__vQNogG__col1, .patientStoriesSlider-module__vQNogG__col2-top, .patientStoriesSlider-module__vQNogG__col2-bottom, .patientStoriesSlider-module__vQNogG__col3, .patientStoriesSlider-module__vQNogG__col4-top, .patientStoriesSlider-module__vQNogG__col4-bottom, .patientStoriesSlider-module__vQNogG__col5 {
    height: auto;
  }

  .patientStoriesSlider-module__vQNogG__title {
    font-size: 14px;
  }

  .patientStoriesSlider-module__vQNogG__name {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .patientStoriesSlider-module__vQNogG__mobileSwiper {
    padding: 0 25px;
  }

  .patientStoriesSlider-module__vQNogG__mobileCardWrapper {
    padding: 0 5px;
  }

  .patientStoriesSlider-module__vQNogG__mobileCard {
    border-radius: 14px;
    flex-shrink: 0;
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
  }

  .patientStoriesSlider-module__vQNogG__mobileCard .patientStoriesSlider-module__vQNogG__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .patientStoriesSlider-module__vQNogG__section {
    padding: 28px 0;
  }

  .patientStoriesSlider-module__vQNogG__mobileSwiper .patientStoriesSlider-module__vQNogG__swiper-slide {
    box-sizing: border-box;
    padding-right: 10px;
    width: auto !important;
  }

  .patientStoriesSlider-module__vQNogG__heading {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .patientStoriesSlider-module__vQNogG__mobileSwiper {
    margin-bottom: 8px;
    padding: 0 8px;
  }

  .patientStoriesSlider-module__vQNogG__mobileCard {
    align-items: flex-end;
    height: 220px;
    min-height: 180px;
    max-height: 320px;
    display: flex;
  }

  .patientStoriesSlider-module__vQNogG__mobileCard .patientStoriesSlider-module__vQNogG__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.05);
  }

  .patientStoriesSlider-module__vQNogG__mobileCard .patientStoriesSlider-module__vQNogG__overlay {
    background: linear-gradient(to top, #000000a6 20%, #00000059 50%, #0000 85%);
  }

  .patientStoriesSlider-module__vQNogG__mobileCard .patientStoriesSlider-module__vQNogG__meta {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .patientStoriesSlider-module__vQNogG__mobileCard .patientStoriesSlider-module__vQNogG__title {
    -webkit-line-clamp: 2;
    max-height: 2.6em;
    font-size: 16px;
    line-height: 1.3;
  }

  .patientStoriesSlider-module__vQNogG__mobileCard .patientStoriesSlider-module__vQNogG__name {
    font-size: 12px;
  }

  .patientStoriesSlider-module__vQNogG__swiper-pagination {
    margin-top: 8px;
  }
}

@media (max-width: 360px) {
  .patientStoriesSlider-module__vQNogG__mobileCard {
    height: 200px;
  }

  .patientStoriesSlider-module__vQNogG__heading {
    font-size: 18px;
  }

  .patientStoriesSlider-module__vQNogG__mobileCard .patientStoriesSlider-module__vQNogG__title {
    font-size: 15px;
  }
}

/* [project]/src/components/IndiaMapSection/indiaMapSection.module.css [app-client] (css) */
.indiaMapSection-module__JLR6TW__wrapper {
  color: #fff;
  background: #f26c2f;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.indiaMapSection-module__JLR6TW__textContent {
  flex: 45%;
  min-width: 300px;
}

.indiaMapSection-module__JLR6TW__textContent h4 {
  text-transform: uppercase;
  opacity: .9;
  font-size: 1rem;
}

.indiaMapSection-module__JLR6TW__textContent h2 {
  margin: 1rem 0 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.indiaMapSection-module__JLR6TW__buttons {
  gap: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.indiaMapSection-module__JLR6TW__knowMore {
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: .7rem 1.2rem;
  text-decoration: none;
  transition: all .3s;
}

.indiaMapSection-module__JLR6TW__knowMore:hover {
  color: #f26c2f;
  background: #fff;
}

.indiaMapSection-module__JLR6TW__enquireNow {
  color: #f26c2f;
  background: #fff;
  border-radius: 25px;
  padding: .7rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.indiaMapSection-module__JLR6TW__stats {
  gap: 2rem;
  margin-top: 1.5rem;
  display: flex;
}

.indiaMapSection-module__JLR6TW__stats h3 {
  margin: 0;
  font-size: 1.5rem;
}

.indiaMapSection-module__JLR6TW__mapContainer {
  flex: 50%;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  display: flex;
  position: relative;
}

.indiaMapSection-module__JLR6TW__mapImage {
  width: 100%;
  max-width: 600px;
  height: auto;
}

.indiaMapSection-module__JLR6TW__cityPin {
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  transition: all .2s;
  position: absolute;
  transform: translate(-50%, -50%);
}

.indiaMapSection-module__JLR6TW__cityPin:hover {
  background: #ffeb3b;
}

.indiaMapSection-module__JLR6TW__tooltip {
  color: #f26c2f;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  background: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: .8rem;
  transition: opacity .2s;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}

.indiaMapSection-module__JLR6TW__cityPin:hover .indiaMapSection-module__JLR6TW__tooltip {
  opacity: 1;
}

@media (max-width: 768px) {
  .indiaMapSection-module__JLR6TW__wrapper {
    text-align: center;
    flex-direction: column;
    padding: 1rem;
  }

  .indiaMapSection-module__JLR6TW__mapContainer {
    width: 100%;
  }

  .indiaMapSection-module__JLR6TW__stats {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}

.indiaMapSection-module__JLR6TW__mapContainer {
  height: 600px;
}

@media (max-width: 1024px) {
  .indiaMapSection-module__JLR6TW__mapContainer {
    height: 700px;
  }
}

@media (max-width: 768px) {
  .indiaMapSection-module__JLR6TW__mapContainer {
    height: 850px;
  }
}

@media (max-width: 480px) {
  .indiaMapSection-module__JLR6TW__mapContainer {
    height: 100vh;
  }
}

/*# sourceMappingURL=_dab05214._.css.map*/