@charset "UTF-8";
section.landing-home .landing-banner-video {
  aspect-ratio: 192/50;
  position: relative;
}
section.landing-home .landing-banner-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.landing-home .landing-banner-video video {
  width: 85%;
  height: 100%;
  object-fit: cover;
  margin-left: auto;
  display: flex;
}
@media screen and (width < 768px) {
  section.landing-home .landing-banner-video video {
    width: 100%;
    transform: translateY(-2.5%);
    height: auto;
    object-fit: contain;
    object-position: top;
    background-image: url(/images/default-source/my-ph/common/pantai-landing-video-placeholder.webp?202403061107);
    object-position: top;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    min-height: -webkit-fill-available;
  }
}
@media screen and (width < 768px) {
  section.landing-home .landing-banner-video {
    aspect-ratio: 360/525 !important;
  }
}
section.landing-home .landing-banner-video.kl-video-banner {
  aspect-ratio: 16/4;
}
section.landing-home .landing-banner-video.kl-video-banner .phkl-banner-swiper {
  height: 100%;
  z-index: 0;
}
@media screen and (width < 768px) {
  section.landing-home .landing-banner-video.kl-video-banner video {
    background-image: url(/images/pantaihospitalmalaysiakllibraries/general/videoframe_4389.webp?1);
    height: 100%;
    background-size: 100%;
    object-fit: cover;
  }
  section.landing-home
    .landing-banner-video.kl-video-banner
    .swiper-pagination {
    --swiper-pagination-bottom: 200px;
    justify-content: end;
    display: flex;
    padding-right: 1rem;
  }
  section.landing-home
    .landing-banner-video.kl-video-banner
    section.landing-home
    .landing-banner-cta-wrapper::before {
    background: linear-gradient(
      0deg,
      #eff5ff 24%,
      rgba(239, 245, 255, 0.9333333333) 25%,
      rgba(0, 0, 0, 0) 30%
    );
  }
}
@media screen and (width < 768px) {
  section.landing-home .landing-banner-video.kl-video-banner {
    aspect-ratio: 360/660 !important;
  }
}
section.landing-home .landing-banner-cta-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}
section.landing-home .landing-banner-cta-wrapper .landing-banner-cta {
  pointer-events: all;
}
@media screen and (width < 768px) {
  section.landing-home .landing-banner-cta-wrapper {
    align-items: end;
    padding-bottom: 2.5rem;
  }
}
section.landing-home .landing-banner-cta-wrapper * {
  z-index: 1;
}
section.landing-home .landing-banner-cta-wrapper .select2 {
  opacity: 0.85;
}
section.landing-home
  .landing-banner-cta-wrapper
  .select2
  .select2-selection__rendered {
  padding: var(--space-3xs) var(--space-xs);
  padding-right: 3rem;
  background-color: var(--pantai-blue);
  color: white !important;
}
section.landing-home
  .landing-banner-cta-wrapper
  .select2
  .select2-selection__placeholder {
  font-size: var(--step-0);
  color: white;
}
section.landing-home
  .landing-banner-cta-wrapper
  .select2
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: white !important;
}
section.landing-home .landing-banner-cta-wrapper .default-search-box {
  opacity: 0.85;
}
section.landing-home .landing-banner-cta-wrapper .default-search-box input {
  font-size: var(--step-0);
}
section.landing-home
  .landing-banner-cta-wrapper
  .default-search-box
  input::placeholder {
  font-size: var(--step-0);
}
section.landing-home
  .landing-banner-cta-wrapper
  .default-search-box
  .search-box {
  padding: var(--space-3xs) var(--space-xs);
  padding-right: 0;
}
section.landing-home
  .landing-banner-cta-wrapper
  .default-search-box
  .search-icon {
  background-color: white;
}
section.landing-home
  .landing-banner-cta-wrapper
  .default-search-box
  .search-icon
  img {
  width: 60%;
  height: 60%;
  filter: brightness(0) saturate(100%) invert(35%) sepia(91%) saturate(784%)
    hue-rotate(183deg) brightness(103%) contrast(88%);
}
section.landing-home .landing-banner-cta-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f5f9ff 15%, rgba(0, 0, 0, 0) 35%);
  z-index: 0;
}
@media screen and (width < 768px) {
  section.landing-home .landing-banner-cta-wrapper::before {
    background: linear-gradient(
      0deg,
      #eff5ff 22.5%,
      rgba(239, 245, 255, 0.9333333333) 25%,
      rgba(0, 0, 0, 0) 35%
    );
  }
}
section.landing-home .landing-cta {
  background-color: #fcf5e2;
  position: relative;
}
@media screen and (width < 768px) {
  section.landing-home .landing-cta .container {
    --bs-gutter-x: 0;
  }
  section.landing-home .landing-cta .container > .row {
    --bs-gutter-x: 0;
  }
}
section.landing-home .landing-cta .landing-ctaa {
  margin-top: -2rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
}
@media screen and (width < 768px) {
  section.landing-home .landing-cta .landing-ctaa {
    margin-top: -1rem;
  }
}
section.landing-home .landing-cta .landing-cta-search {
  padding: var(--space-s) var(--space-m);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
}
@media screen and (width >= 768px) {
  section.landing-home .landing-cta .landing-cta-search {
    padding: var(--space-xs) var(--space-l);
    flex-wrap: nowrap;
  }
}
section.landing-home .landing-cta .landing-cta-search-input {
  flex: 1 0 auto;
  background-color: white;
  outline: none;
  border: none;
  border-bottom: 1px solid gray;
}
@media screen and (width < 768px) {
  section.landing-home .landing-cta .landing-cta-search-input {
    flex: 1 0 100%;
    padding: var(--space-2xs) 0;
  }
}
section.landing-home .landing-cta .landing-cta-search-btn {
  display: inline-block;
  flex: 0 1 auto;
  padding: calc(var(--space-3xs) * 1.25) var(--space-xl);
  border: none;
  background-color: var(--pantai-orange);
  color: white;
  border-radius: 0.5rem;
  overflow: hidden;
}
section.landing-home .landing-cta .landing-cta-search-btn:active,
section.landing-home .landing-cta .landing-cta-search-btn:focus {
  border: none;
  outline: none;
}
@media screen and (width < 768px) {
  section.landing-home .landing-cta .landing-cta-search-btn {
    flex: 1 0 auto;
  }
}
section.landing-home .landing-cta .landing-cta-voice-input {
  flex: 0 1 auto;
  display: inline-block;
  aspect-ratio: 1;
  outline: none;
  border: none;
  background-color: var(--pantai-orange);
  border-radius: 0.5rem;
  overflow: hidden;
}
section.landing-home .landing-cta .landing-cta-voice-input img {
  padding: var(--space-3xs);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (width < 992px) {
  section.landing-home .landing-cta.hospitals {
    padding: 1.5em;
    background-color: #eff5ff;
  }
  section.landing-home .landing-cta.hospitals .landing-ctaa {
    box-shadow: none;
  }
  section.landing-home .landing-cta.hospitals .landing-cta-wrapper {
    background-color: #eff5ff;
  }
  section.landing-home .landing-cta.hospitals .landing-cta-inner {
    gap: var(--space-2xs);
  }
  section.landing-home .landing-cta.hospitals .landing-cta-item {
    flex-basis: 100%;
    border-radius: 0.5rem;
  }
}
section.landing-home .landing-cta-inner {
  display: flex;
}
@media screen and (width < 992px) {
  section.landing-home .landing-cta-inner {
    flex-wrap: wrap;
  }
}
section.landing-home .landing-cta-inner .landing-cta-item {
  flex: 1 1 100%;
}
@media screen and (width < 992px) {
  section.landing-home .landing-cta-inner .landing-cta-item {
    flex: 1 1 50%;
    min-height: 4rem;
    padding: var(--space-3xs) var(--space-m);
    line-height: 1.15;
  }
}
section.landing-home .landing-cta-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 4rem;
  text-decoration: none;
  transition: all 0.12s ease-in-out;
}
@media screen and (width < 768px) {
  section.landing-home .landing-cta-item {
    height: 4.5rem;
  }
}
section.landing-home .landing-cta-item.orange {
  background-color: var(--pantai-orange);
}
section.landing-home .landing-cta-item.orange:hover {
  background-color: var(--pantai-orange-darker);
}
section.landing-home .landing-cta-item.green {
  background-color: var(--pantai-light-green);
}
section.landing-home .landing-cta-item.green:hover {
  background-color: var(--pantai-light-green-darker);
}
section.landing-home .landing-cta-item.yellow {
  background-color: var(--pantai-yellow);
}
section.landing-home .landing-cta-item.yellow:hover {
  background-color: var(--pantai-yellow-darker);
}
section.landing-home .landing-cta-item.blue {
  background-color: var(--pantai-blue);
}
section.landing-home .landing-cta-item.blue:hover {
  background-color: var(--pantai-blue-darker);
}
section.landing-home .landing-cta-item.light-blue {
  background-color: var(--pantai-light-blue);
}
section.landing-home .landing-cta-item.light-blue:hover {
  background-color: var(--pantai-light-blue-darker);
}
section.landing-home .landing-cta-item.purple {
  background-color: var(--pantai-purple);
}
section.landing-home .landing-cta-item.purple:hover {
  background-color: var(--pantai-purple-darker);
}
section.landing-home .landing-cta-item.pink {
  background-color: var(--pantai-pink);
}
section.landing-home .landing-cta-item.pink:hover {
  background-color: var(--pantai-pink-darker);
}
section.landing-home .landing-cta-item img {
  width: 25px;
  height: var(--step-5);
  margin-right: var(--space-2xs);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(102%);
}
@media screen and (width < 768px) {
  section.landing-home .landing-cta-item {
    padding: var(--space-s) var(--space-m);
    justify-content: start;
  }
}
section.landing-home .landing-promotion {
  background-color: #fcf5e2;
}
section.landing-home .landing-promotion .landing-promotion-header {
  display: flex;
  align-items: center;
}
section.landing-home .landing-promotion .landing-promotion-header-viewall {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-2xs) var(--space-s);
  background-color: var(--pantai-blue);
  color: white;
  margin-bottom: var(--space-xs);
  margin-left: auto;
  text-decoration: none;
  border-radius: 0.25rem;
  border: 1px solid var(--pantai-blue);
  transition: all 0.15s ease;
}
section.landing-home
  .landing-promotion
  .landing-promotion-header-viewall::after {
  content: "";
  display: inline-block;
  height: calc(var(--step--2) * 0.75);
  width: calc(var(--step--2) * 0.75);
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-15%) rotate(-45deg);
  margin-left: var(--space-3xs);
}
section.landing-home
  .landing-promotion
  .landing-promotion-header-viewall:hover {
  background-color: white;
  color: var(--pantai-blue);
}
section.landing-home
  .landing-promotion
  .landing-promotion-header-viewall:hover::after {
  border-color: var(--pantai-blue);
}
section.landing-home
  .landing-promotion
  .landing-promotion-header-viewall.d-md-none {
  width: fit-content;
  margin: auto;
}

@keyframes fadeInOut {
  5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInOut {
  animation: fadeInOut 0.5s ease;
}

.landing-services .panel-carousel {
  display: flex;
  border-radius: 0.75rem;
  overflow: hidden;
}
.landing-services .panel-carousel .panel-carousel-item {
  flex: 1 1 0;
  text-decoration: none;
  color: white;
  transition: flex 0.5s ease;
  color: white;
}
.landing-services .panel-carousel .panel-carousel-item.active {
  flex: 0 0 50%;
}
.landing-services
  .panel-carousel
  .panel-carousel-item.active
  .panel-carousel-desc {
  opacity: 1;
  transform: none;
  transition: all 0.35s ease 0.25s;
}
.landing-services
  .panel-carousel
  .panel-carousel-item.active
  .panel-carousel-btn {
  opacity: 1;
  transition: all 0.25s ease 0.15s;
}
.landing-services .panel-carousel .panel-carousel-item:nth-child(1) {
  background-color: var(--pantai-light-green);
}
.landing-services
  .panel-carousel
  .panel-carousel-item:nth-child(1)
  .panel-carousel-image::after {
  --color1: var(--pantai-light-green);
  --color2: #307ede80;
}
.landing-services
  .panel-carousel
  .panel-carousel-item:nth-child(1)
  .panel-carousel-btn::after {
  border-color: var(--pantai-green);
}
.landing-services .panel-carousel .panel-carousel-item:nth-child(2) {
  background-color: var(--pantai-yellow);
}
.landing-services
  .panel-carousel
  .panel-carousel-item:nth-child(2)
  .panel-carousel-image::after {
  --color1: var(--pantai-yellow);
}
.landing-services
  .panel-carousel
  .panel-carousel-item:nth-child(2)
  .panel-carousel-btn::after {
  border-color: var(--pantai-yellow);
}
.landing-services .panel-carousel .panel-carousel-item:nth-child(3) {
  background-color: var(--pantai-light-blue);
}
.landing-services
  .panel-carousel
  .panel-carousel-item:nth-child(3)
  .panel-carousel-image::after {
  --color1: var(--pantai-light-blue);
}
.landing-services
  .panel-carousel
  .panel-carousel-item:nth-child(3)
  .panel-carousel-btn::after {
  border-color: var(--pantai-light-blue);
}
.landing-services .panel-carousel .panel-carousel-item:nth-child(4) {
  background-color: var(--pantai-pink);
}
.landing-services
  .panel-carousel
  .panel-carousel-item:nth-child(4)
  .panel-carousel-image::after {
  --color1: var(--pantai-pink);
}
.landing-services
  .panel-carousel
  .panel-carousel-item:nth-child(4)
  .panel-carousel-btn::after {
  border-color: var(--pantai-pink);
}
.landing-services .panel-carousel .panel-carousel-item .panel-carousel-image {
  height: 15rem;
  width: 100%;
  position: relative;
}
.landing-services
  .panel-carousel
  .panel-carousel-item
  .panel-carousel-image
  img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.landing-services
  .panel-carousel
  .panel-carousel-item
  .panel-carousel-image::after {
  --color1: var(--pantai-blue);
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--color1) 2%, rgba(0, 0, 0, 0) 25%);
}
.landing-services .panel-carousel .panel-carousel-item .panel-carousel-title {
  height: 3rem;
  font-size: var(--step-3);
  font-weight: bold;
  color: white !important;
}
.landing-services .panel-carousel .panel-carousel-item .panel-carousel-text {
  padding: var(--space-s);
  height: max-content;
  position: relative;
  color: white !important;
}
.landing-services .panel-carousel .panel-carousel-item .panel-carousel-desc {
  height: 4rem;
  opacity: 0;
  font-size: var(--step--1);
  transform: translateY(50%);
  line-height: 1.2;
}
.landing-services .panel-carousel .panel-carousel-item .panel-carousel-btn {
  display: flex;
  background-color: white;
  height: 3rem;
  aspect-ratio: 1;
  margin-left: auto;
  border-radius: 50%;
  position: absolute;
  top: var(--space-2xs);
  right: var(--space-s);
  opacity: 0;
  transition: all 0.15s ease;
}
.landing-services
  .panel-carousel
  .panel-carousel-item
  .panel-carousel-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20%;
  height: 20%;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transform: translate(-75%, -50%) rotate(-45deg);
}
@media screen and (width < 768px) {
  .landing-services .panel-carousel .panel-carousel-item .panel-carousel-btn {
    display: none;
  }
}
@media screen and (width < 768px) {
  .landing-services .panel-carousel {
    flex-direction: column;
  }
  .landing-services .panel-carousel .panel-carousel-image {
    position: absolute !important;
    z-index: 1;
    height: 10rem !important;
    width: auto;
    overflow: hidden;
  }
  .landing-services .panel-carousel .panel-carousel-image img {
    top: -10% !important;
  }
  .landing-services .panel-carousel .panel-carousel-image::after {
    bottom: 10% !important;
  }
  .landing-services .panel-carousel .panel-carousel-text {
    position: relative;
    z-index: 2;
    height: 8rem !important;
    transition:
      margin-top 0.5s ease,
      background-color 0.15s ease,
      height 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .landing-services .panel-carousel .panel-carousel-text::before {
    position: absolute;
    content: "";
    display: inline-block;
    bottom: 100%;
    left: 0;
    height: 3rem;
    width: 100%;
    background: linear-gradient(
      0deg,
      var(--pantai-blue) 2%,
      rgba(0, 0, 0, 0) 100%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .landing-services .panel-carousel .panel-carousel-title {
    height: auto !important;
    display: flex;
  }
  .landing-services .panel-carousel .panel-carousel-title::after {
    content: "[＋]";
    margin-left: auto;
    transition: all 0.25s ease 0.15s;
  }
  .landing-services .panel-carousel .panel-carousel-desc {
    height: 0 !important;
    line-height: 1.2;
  }
  .landing-services .panel-carousel .panel-carousel-item {
    position: relative;
  }
  .landing-services
    .panel-carousel
    .panel-carousel-item:nth-child(1)
    .panel-carousel-text {
    background-color: rgba(137, 220, 101, 0.7411764706);
  }
  .landing-services
    .panel-carousel
    .panel-carousel-item:nth-child(1)
    .panel-carousel-text::before {
    background: linear-gradient(
      0deg,
      rgba(137, 220, 101, 0.7411764706) 2%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .landing-services
    .panel-carousel
    .panel-carousel-item:nth-child(2)
    .panel-carousel-text {
    background-color: rgba(255, 188, 41, 0.7411764706);
  }
  .landing-services
    .panel-carousel
    .panel-carousel-item:nth-child(2)
    .panel-carousel-text::before {
    background: linear-gradient(
      0deg,
      rgba(255, 188, 41, 0.7411764706) 2%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .landing-services
    .panel-carousel
    .panel-carousel-item:nth-child(3)
    .panel-carousel-text {
    background-color: rgba(50, 194, 238, 0.7411764706);
  }
  .landing-services
    .panel-carousel
    .panel-carousel-item:nth-child(3)
    .panel-carousel-text::before {
    background: linear-gradient(
      0deg,
      rgba(50, 194, 238, 0.7411764706) 2%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .landing-services
    .panel-carousel
    .panel-carousel-item:nth-child(4)
    .panel-carousel-text {
    background-color: rgba(254, 121, 215, 0.7411764706);
  }
  .landing-services
    .panel-carousel
    .panel-carousel-item:nth-child(4)
    .panel-carousel-text::before {
    background: linear-gradient(
      0deg,
      rgba(254, 121, 215, 0.7411764706) 2%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .landing-services .panel-carousel .panel-carousel-item .panel-carousel-text {
    transition:
      margin-top 0.5s ease,
      background-color 1s ease 0s,
      height 0.5s ease;
  }
  .landing-services .panel-carousel .panel-carousel-item .panel-carousel-desc {
    transition: all 0.5s ease !important;
  }
  .landing-services
    .panel-carousel
    .panel-carousel-item.active
    .panel-carousel-text {
    margin-top: 11rem;
    background-color: transparent;
    transition:
      margin-top 0.5s ease,
      background-color 0.35s ease 0.25s,
      height 0.5s ease;
    height: 11rem !important;
  }
  .landing-services
    .panel-carousel
    .panel-carousel-item.active
    .panel-carousel-text::before {
    opacity: 1;
    transition: opacity 0.15s ease;
  }
  .landing-services
    .panel-carousel
    .panel-carousel-item.active
    .panel-carousel-desc {
    height: 7rem !important;
    opacity: 1;
    transition: all 0.5s ease !important;
  }
}

.landing-hero-mini {
  background-color: #fcf5e2;
}
.landing-hero-mini .landing-hero-mini-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 14/5;
  object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (width < 768px) {
  .landing-hero-mini .landing-hero-mini-swiper .swiper-slide img {
    aspect-ratio: 2/3;
  }
}

.landing-why-choose .landing-why-choose-inner {
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  background-color: var(--pantai-blue);
}
@media screen and (width < 992px) {
  .landing-why-choose .landing-why-choose-inner {
    flex-direction: column;
  }
}
.landing-why-choose .landing-why-choose-inner .landing-why-choose-us-image {
  position: relative;
  flex: 0 0 30%;
}
.landing-why-choose .landing-why-choose-inner .landing-why-choose-us-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}
@media screen and (width < 992px) {
  .landing-why-choose
    .landing-why-choose-inner
    .landing-why-choose-us-image
    img {
    position: relative;
    aspect-ratio: 3/2;
  }
}
.landing-why-choose .landing-why-choose-inner .landing-why-choose-us-texts {
  color: white;
  padding: var(--space-l);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: var(--space-s);
  row-gap: var(--space-m);
}
@media screen and (width < 992px) {
  .landing-why-choose .landing-why-choose-inner .landing-why-choose-us-texts {
    padding: var(--space-m);
  }
}
.landing-why-choose
  .landing-why-choose-inner
  .landing-why-choose-us-texts
  .landing-why-choose-us-item {
  flex: 0 0 calc(33.3333333333% - var(--space-s) * 2 / 3);
}
@media screen and (width < 992px) {
  .landing-why-choose
    .landing-why-choose-inner
    .landing-why-choose-us-texts
    .landing-why-choose-us-item {
    flex: 1 1 100%;
  }
}
.landing-why-choose
  .landing-why-choose-inner
  .landing-why-choose-us-texts
  .landing-why-choose-us-item
  .landing-why-choose-us-item-icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: var(--space-2xs);
}
.landing-why-choose
  .landing-why-choose-inner
  .landing-why-choose-us-texts
  .landing-why-choose-us-item
  .landing-why-choose-us-item-icon
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7314%)
    hue-rotate(206deg) brightness(123%) contrast(100%);
}
.landing-why-choose
  .landing-why-choose-inner
  .landing-why-choose-us-texts
  .landing-why-choose-us-item
  .landing-why-choose-us-item-text1 {
  font-weight: bold;
  font-size: var(--step-1);
  margin-bottom: var(--space-2xs);
}
.landing-why-choose .landing-why-choose-inner .default-button {
  display: none;
  width: 100%;
  max-width: 20rem;
  font-weight: bold;
}
@media screen and (width < 992px) {
  .landing-why-choose .landing-why-choose-inner .default-button {
    max-width: 100%;
  }
}
.landing-why-choose .landing-why-choose-inner .default-button:hover {
  background-color: #e7f1f4;
}

@media screen and (width >= 992px) {
  .phkl-home-video .patient-journey .container {
    --bs-gutter-x: 0rem;
  }
}
.phkl-home-video .patient-journey .main-wcu-slider {
  position: relative;
}
.phkl-home-video .patient-journey .main-wcu-slider .wcu-slider {
  padding: 5px;
}
.phkl-home-video .patient-journey .main-wcu-slider .wcu-slider .message-item {
  position: relative;
  cursor: pointer;
}
.phkl-home-video
  .patient-journey
  .main-wcu-slider
  .wcu-slider
  .message-item
  .video-container {
  position: relative;
  display: grid;
  place-items: center;
}
.phkl-home-video
  .patient-journey
  .main-wcu-slider
  .wcu-slider
  .message-item
  .video-container
  > * {
  grid-area: 1/1;
}
.phkl-home-video
  .patient-journey
  .main-wcu-slider
  .wcu-slider
  .message-item
  .video-container
  .video-thumbnail {
  width: 100%;
  border-radius: 0.5rem;
}
.phkl-home-video
  .patient-journey
  .main-wcu-slider
  .wcu-slider
  .message-item
  .video-container
  .yt-play {
  width: 70px;
  height: auto;
  position: absolute;
}
.phkl-home-video
  .patient-journey
  .main-wcu-slider
  .wcu-slider
  .message-item
  .quotation {
  --size: 60px;
  font-size: calc(var(--size));
  height: calc(var(--size) / 2);
  line-height: 1em;
}
.phkl-home-video
  .patient-journey
  .main-wcu-slider
  .wcu-slider
  .message-item
  .message {
  margin: 1rem 0rem 2rem;
}
.phkl-home-video
  .patient-journey
  .main-wcu-slider
  .wcu-slider
  .message-item
  .signature {
  font-family: "jennasue";
  font-size: 3rem;
  line-height: 1em;
}
.phkl-home-video
  .patient-journey
  .main-wcu-slider
  .wcu-slider
  .message-item:nth-child(3n + 1)
  .quotation {
  color: var(--green);
}
.phkl-home-video
  .patient-journey
  .main-wcu-slider
  .wcu-slider
  .message-item:nth-child(3n + 2)
  .quotation {
  color: var(--orange);
}
.phkl-home-video
  .patient-journey
  .main-wcu-slider
  .wcu-slider
  .message-item:nth-child(3n + 3)
  .quotation {
  color: var(--blue);
}
.phkl-home-video
  .patient-journey
  .main-wcu-slider
  .wcu-slider
  .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0px);
}
.phkl-home-video
  .patient-journey
  .main-wcu-slider
  .wcu-slider
  .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0px);
}
@media (max-width: 767.98px) {
  .phkl-home-video .patient-journey .wcu-slider {
    margin: 0px 0.5rem;
  }
}

.swiper-alt-container {
  --btn-size: 35px;
  --to-reduce: 0rem;
  position: relative;
}
.swiper-alt-container .swiper-button-prev {
  left: calc(var(--btn-size) / -2 + var(--to-reduce));
}
.swiper-alt-container .swiper-button-next {
  right: calc(var(--btn-size) / -2 + var(--to-reduce));
}
.swiper-alt-container .swiper-button-prev,
.swiper-alt-container .swiper-button-next {
  background: white;
  border-radius: 50%;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
  aspect-ratio: 1/1;
  height: var(--btn-size);
  width: var(--btn-size);
}
.swiper-alt-container .swiper-button-prev::after,
.swiper-alt-container .swiper-button-next::after {
  font-size: 1rem;
  font-weight: bold;
}
.swiper-alt-container .swiper-button-next {
  right: -2%;
}
.swiper-alt-container .swiper-button-prev {
  left: -2%;
}
@media (max-width: 767.98px) {
  .swiper-alt-container {
    --to-reduce: 0.5rem;
  }
}

.patient-video-modal iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/*# sourceMappingURL=landing.css.map */
