/*
Theme Name: C16WE0426
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.6
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@keyframes luxuryGradientFlow {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}
header .header-top {
  border-top: 4px solid #e52829;
}
header #wide-nav.header-bottom ul.header-bottom-nav > li.menu-item {
  transition: 1s ease !important;
}
header #wide-nav.header-bottom ul.header-bottom-nav > li.menu-item .sub-menu {
  background: #1e2a59;
  border-bottom: 2px solid #d9b067;
}
header #wide-nav.header-bottom ul.header-bottom-nav > li.menu-item .sub-menu li:hover a {
  color: #d9b067;
}
header #wide-nav.header-bottom ul.header-bottom-nav > li.menu-item .sub-menu a {
  color: #FFF;
}
header #wide-nav.header-bottom ul.header-bottom-nav > li.menu-item:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  height: 0%;
  transition-duration: 1s;
  transition: ease 1s;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: none;
  opacity: 1;
}
header #wide-nav.header-bottom ul.header-bottom-nav > li.menu-item > a {
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2;
  position: relative;
}
header #wide-nav.header-bottom ul.header-bottom-nav > li.menu-item.has-dropdown > a {
  padding-left: 5px;
  padding-right: 20px;
}
header #wide-nav.header-bottom ul.header-bottom-nav > li.menu-item:hover:before {
  height: 100%;
  background: linear-gradient(#1e2a59, #d9b067);
}
header #wide-nav.header-bottom {
  padding-bottom: 4px;
}
header #wide-nav.header-bottom:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #8a5c12 0%, #c8922f 18%, #f6dfac 32%, #fff3cf 40%, #d3a34d 52%, #b67d1f 70%, #f3d79a 82%, #8a5c12 100%);
  background-size: 300% 100%;
  animation: goldShimmer 20s ease-in-out infinite;
  filter: blur(0.2px);
}
@keyframes goldShimmer {
  0% {
    background-position: 200% center;
    filter: brightness(0.95);
  }
  50% {
    background-position: 100% center;
    filter: brightness(1.15);
  }
  100% {
    background-position: 0% center;
    filter: brightness(0.95);
  }
}
@keyframes headerGradientFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}
header .btn-booking {
  display: flex;
  gap: 5px;
  background: #dcc32b;
  height: auto;
  padding: 0 10px !important;
  box-shadow: 0 0 10px rgba(203, 164, 20, 0.75);
  color: #1e2a59 !important;
  transition: 0.6s ease;
  border: 1px solid #FFF;
}
header .btn-booking:hover {
  box-shadow: 0 0 15px #FFF;
}
header .btn-booking.m-fixed {
  position: fixed;
  bottom: 50px;
  padding: 10px !important;
  right: 0;
  z-index: 10;
  display: block;
}

.mobile-cta .btn-booking {
  display: flex;
  gap: 5px;
  background: #dcc32b;
  height: auto;
  padding: 0 10px !important;
  box-shadow: 0 0 10px rgba(203, 164, 20, 0.75);
  color: #1e2a59 !important;
  transition: 0.6s ease;
  border: 1px solid #FFF;
}
.mobile-cta .btn-booking:hover {
  box-shadow: 0 0 15px #FFF;
}
.mobile-cta .btn-booking.m-fixed {
  position: fixed;
  bottom: 50px;
  padding: 10px !important;
  right: 0;
  z-index: 10;
  display: block;
}

.wpcf7 .wpcf7-submit {
  min-width: 200px;
  display: block;
  margin: 0 auto;
  border: none;
  background-image: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.fp-heading {
  font-size: 20px;
  font-family: "Libre Bodoni", Georgia, serif;
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 1px;
}
.fp-heading h1, .fp-heading h2, .fp-heading h3, .fp-heading h4, .fp-heading h5, .fp-heading h6 {
  margin-bottom: 10px;
  font-family: "Libre Bodoni", Georgia, serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (max-width: 576px) {
  .fp-heading h1, .fp-heading h2, .fp-heading h3, .fp-heading h4, .fp-heading h5, .fp-heading h6 {
    font-size: 22px;
  }
}
.fp-heading h1, .fp-heading h2, .fp-heading h3, .fp-heading h4, .fp-heading h5, .fp-heading h6 {
  background: linear-gradient(120deg, #b91517 0%, #e7292b 42%, #ff6d6f 72%, #b91517 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  animation: luxuryGradientFlow 25s ease-in-out infinite;
  will-change: background-position;
}
.fp-heading h1:before, .fp-heading h1:after, .fp-heading h2:before, .fp-heading h2:after, .fp-heading h3:before, .fp-heading h3:after, .fp-heading h4:before, .fp-heading h4:after, .fp-heading h5:before, .fp-heading h5:after, .fp-heading h6:before, .fp-heading h6:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(to right, #e7292b, #FFF);
  width: 150px;
  height: 2px;
  border-radius: 30px;
}
.fp-heading h1:before, .fp-heading h2:before, .fp-heading h3:before, .fp-heading h4:before, .fp-heading h5:before, .fp-heading h6:before {
  left: calc(50% - 152px);
  background: linear-gradient(to left, #e7292b, #FFF);
}
.fp-heading h1:after, .fp-heading h2:after, .fp-heading h3:after, .fp-heading h4:after, .fp-heading h5:after, .fp-heading h6:after {
  left: calc(50% + 2px);
  background: linear-gradient(to right, #e7292b, #FFF);
}
@media all and (max-width: 576px) {
  .fp-heading {
    font-size: 30px;
  }
}

.fp-heading.heading-light h1, .fp-heading.heading-light h2, .fp-heading.heading-light h3, .fp-heading.heading-light h4, .fp-heading.heading-light h5, .fp-heading.heading-light h6 {
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #fff;
  background-clip: border-box;
  color: #fff;
  animation: none;
}
.fp-heading.heading-light h1:before, .fp-heading.heading-light h2:before, .fp-heading.heading-light h3:before, .fp-heading.heading-light h4:before, .fp-heading.heading-light h5:before, .fp-heading.heading-light h6:before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0));
}
.fp-heading.heading-light h1:after, .fp-heading.heading-light h2:after, .fp-heading.heading-light h3:after, .fp-heading.heading-light h4:after, .fp-heading.heading-light h5:after, .fp-heading.heading-light h6:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0));
}

.yw-gold-heading h1, .yw-gold-heading h2, .yw-gold-heading h3, .yw-gold-heading h4, .yw-gold-heading h5, .yw-gold-heading h6 {
  display: inline-block;
  margin-bottom: 0.28em;
  color: #fff4ad;
  font-family: "Libre Bodoni", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.4;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #7c2600, 0 8px 18px rgba(0, 0, 0, 0.46), 0 0 18px rgba(255, 232, 123, 0.22);
}

.doctor-card p {
  margin-bottom: 10px;
  line-height: 1;
}
.doctor-card p:nth-child(1) {
  color: #e7292b !important;
}
.doctor-card p:nth-child(2) {
  background: #1e2a59;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 15px;
  border-radius: 5px;
  color: #FFF;
}

.box.service-box .box-image {
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.27);
  transition: 0.6s ease;
}
.box.service-box .box-text {
  padding: 15px;
  background: linear-gradient(to top, rgb(225, 21, 23), rgba(228, 57, 59, 0.76));
  margin: 0 auto;
  max-width: 100%;
  transition: 0.6s ease;
  transform: translateY(0%);
  border-radius: 0;
}
.box.service-box .box-text h1, .box.service-box .box-text h2, .box.service-box .box-text h3, .box.service-box .box-text h4, .box.service-box .box-text h5, .box.service-box .box-text h6, .box.service-box .box-text p, .box.service-box .box-text strong, .box.service-box .box-text span {
  color: #FFF;
}
.box.service-box:hover .box-image {
  box-shadow: 0 0 30px rgba(37, 11, 230, 0.27);
}
.box.service-box:hover .box-text {
  max-width: 85%;
  transform: translateY(-50%);
  background: linear-gradient(to top, rgb(228, 57, 59), rgba(228, 57, 59, 0.96), rgba(228, 57, 59, 0.76));
  border-radius: 15px;
}

.box.box-blog-post {
  border: 1px solid #F1F1F1;
}
.box.box-blog-post .box-image {
  border-bottom: 4px solid rgba(255, 219, 154, 0.66);
}
.box.box-blog-post .box-text .post-title a {
  font-weight: 500;
  color: #1e2a59;
  font-family: sans-serif;
}
.box.box-blog-post .box-text .is-divider {
  display: none;
}

.ft-heading {
  position: relative;
  display: block;
  margin: 0 0 18px;
  padding-bottom: 0;
  border-bottom: 0;
  color: #fff4ad;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.08;
  font-size: 20px;
}
.ft-heading h1, .ft-heading h2, .ft-heading h3, .ft-heading h4, .ft-heading h5, .ft-heading h6 {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.ft-heading:after {
  content: "";
  display: block;
  width: min(194px, 100%);
  height: 1px;
  margin-top: 12px;
  background: rgba(214, 205, 232, 0.82);
}

footer .ft-heading {
  border-bottom: 0;
}

.post-sidebar .widget .widget-title,
.widget-area .widget .widget-title {
  background: #1e2a59;
  color: #FFF;
  border-radius: 5px;
  display: block;
  padding: 15px 15px;
  line-height: 1;
  margin-bottom: 10px;
}
.post-sidebar .widget .is-divider,
.widget-area .widget .is-divider {
  display: none;
}
.post-sidebar .widget.widget_categories ul li a,
.widget-area .widget.widget_categories ul li a {
  font-size: 14px;
  color: #000;
}
.post-sidebar .widget.flatsome_recent_posts .badge,
.widget-area .widget.flatsome_recent_posts .badge {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
}
.post-sidebar .widget.flatsome_recent_posts a,
.widget-area .widget.flatsome_recent_posts a {
  font-size: 14px;
  color: #000;
}

div.video {
  border: 10px solid rgba(255, 219, 154, 0.66);
}

.yw-page-title {
  background: #0f1e5b;
}
.yw-page-title h1, .yw-page-title h2, .yw-page-title h3 {
  color: #FFF;
  text-align: center;
  padding: 15px;
}

body.single.single-post .entry-content {
  padding-top: 0;
}
body.single.single-post .entry-content h2, body.single.single-post .entry-content h3 {
  color: #1e2a59;
}

.header-contact > a,
.header-contact .yw-header-contact__phone {
  padding: 10px 15px;
  background: linear-gradient(20deg, #d9b067, #ffcb2f);
  color: #1e2a59;
  box-shadow: 0 0 10px rgba(255, 219, 154, 0.66);
  transition: 0.6s ease;
}
.header-contact > a:hover,
.header-contact .yw-header-contact__phone:hover {
  background: #1e2a59;
  color: #FFF;
}

@media (min-width: 850px) {
  #header {
    --yw-header-purple: #e7292b;
    --yw-header-orange: #e7292b;
    --yw-header-line: #e7292b;
    --yw-header-logo-width: 250px;
    --yw-header-logo-left: 15px;
    --yw-header-logo-top: -38px;
    --yw-header-logo-height: 92px;
    --yw-header-menu-offset: 276px;
    --yw-header-ribbon-width: 680px;
    --yw-header-ribbon-slant: 32px;
    --yw-header-actions-right: 15px;
    --yw-header-top-height: 58px;
    --yw-header-main-height: 54px;
    --yw-header-ribbon-height: 50px;
  }
  #header .header-wrapper {
    background: #fff;
    border-bottom: 1px solid var(--yw-header-line);
    box-shadow: 0 8px 24px rgba(56, 10, 58, 0.08);
  }
  #header .header-bg-color {
    background: #fff !important;
  }
  #header .header-top {
    position: relative;
    min-height: var(--yw-header-top-height) !important;
    height: var(--yw-header-top-height);
    border-top: 0;
    background: transparent !important;
    overflow: visible;
    z-index: 4;
    align-items: flex-start;
  }
  #header .header-top::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 8px;
    background: var(--yw-header-purple);
  }
  #header .header-top .flex-row {
    height: 100%;
    align-items: flex-start;
  }
  #header .header-top .nav-center {
    width: min(var(--yw-header-ribbon-width), 56vw);
    height: var(--yw-header-top-height);
    margin: 0 auto;
    align-items: flex-start;
    justify-content: center;
  }
  #header .header-top .html_top_right_text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 8px;
    z-index: 1;
    width: 100%;
    min-height: var(--yw-header-ribbon-height);
    padding: 12px 54px 11px;
    border-radius: 0;
    clip-path: none;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
  }
  #header .header-top .html_top_right_text::before {
    content: "";
    position: absolute;
    inset: 0 calc(var(--yw-header-ribbon-slant) * -1.35);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 50' preserveAspectRatio='none'%3E%3Cpath fill='%23e7292b' d='M0 0H1000L946 41Q940 50 928 50H72Q60 50 54 41L0 0Z'/%3E%3C/svg%3E") center/100% 100% no-repeat;
    pointer-events: none;
    z-index: -1;
  }
  #header .header-main {
    height: var(--yw-header-main-height) !important;
    border-top: 0;
    background: #fff;
  }
  #header .header-main .header-inner {
    position: relative;
    height: var(--yw-header-main-height);
    padding-left: var(--yw-header-menu-offset);
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  #header .header-main .top-divider {
    display: none;
  }
  #header #logo {
    position: absolute;
    left: var(--yw-header-logo-left);
    top: var(--yw-header-logo-top);
    z-index: 8;
    display: flex;
    align-items: center;
    width: var(--yw-header-logo-width) !important;
    height: var(--yw-header-logo-height) !important;
    max-height: none !important;
    margin: 0;
    padding: 0 18px 0 0;
    background: #fff;
  }
  #header #logo a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #header #logo img {
    display: block;
  }
  #header #logo img {
    width: auto;
    max-width: 100%;
    max-height: 82px !important;
    object-fit: contain;
  }
  #header .header-main .hide-for-medium.flex-left.flex-grow {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    height: var(--yw-header-main-height);
    margin: 0;
    padding-top: 10px;
    display: flex;
    align-items: flex-start;
    overflow: visible;
  }
  #header .header-main .hide-for-medium.flex-right {
    position: absolute;
    top: -45px;
    right: var(--yw-header-actions-right);
    z-index: 9;
    order: 1;
    height: 44px;
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  #header .header-nav-main.nav-left {
    width: 100%;
    min-height: 42px;
    justify-content: flex-start;
    gap: 2px;
  }
  #header .header-nav-main.nav-left > li {
    margin: 0;
  }
  #header .header-nav-main.nav-left > li > a {
    min-height: 42px;
    padding: 0 10px;
    color: var(--yw-header-purple) !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 42px;
    text-transform: uppercase;
  }
  #header .header-nav-main.nav-left > li.active > a,
  #header .header-nav-main.nav-left > li.current-menu-item > a,
  #header .header-nav-main.nav-left > li:hover > a {
    color: var(--yw-header-orange) !important;
  }
  #header .header-nav-main.nav-right {
    height: 44px;
    align-items: center;
    gap: 9px;
  }
  #header .header-nav-main.nav-right > li {
    margin: 0;
  }
  #header .header-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 0;
  }
  #header .header-contact > a,
  #header .header-contact .yw-header-contact__phone {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 15px !important;
    border: 0;
    border-radius: 6px;
    background: var(--yw-header-orange) !important;
    box-shadow: 0 8px 18px rgba(231, 41, 43, 0.24);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
  }
  #header .header-contact > a:hover,
  #header .header-contact .yw-header-contact__phone:hover {
    box-shadow: 0 10px 22px rgba(231, 41, 43, 0.32);
    transform: translateY(-1px);
  }
  #header .yw-header-actions {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 0;
  }
  #header .yw-header-action {
    appearance: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0 !important;
    border: 0;
    border-radius: 999px;
    background: var(--yw-header-purple);
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    text-decoration: none;
    transition: 0.25s ease;
  }
  #header .yw-header-action:hover {
    background: var(--yw-header-orange);
    color: #fff !important;
    transform: translateY(-1px);
  }
  #header .yw-header-action i {
    display: block;
    color: inherit !important;
    font-size: inherit;
    line-height: 1;
  }
  #header .yw-header-action--search i {
    transform: translateX(1px);
  }
  #header .yw-header-search-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 80;
    width: min(340px, 100vw - 30px);
    padding: 10px;
    border: 1px solid rgba(231, 41, 43, 0.14);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(50, 0, 0, 0.16);
  }
  #header .yw-header-search-panel[hidden] {
    display: none !important;
  }
  #header .yw-header-search-panel::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 14px;
    width: 14px;
    height: 14px;
    border-left: 1px solid rgba(231, 41, 43, 0.14);
    border-top: 1px solid rgba(231, 41, 43, 0.14);
    background: #fff;
    transform: rotate(45deg);
  }
  #header .yw-header-search-form {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
  }
  #header .yw-header-search-field {
    flex: 1 1 auto;
    height: 42px;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 1px solid rgba(231, 41, 43, 0.2) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #3b0b0b;
    font-size: 14px;
    line-height: 42px;
  }
  #header .yw-header-search-field:focus {
    border-color: rgba(231, 41, 43, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(231, 41, 43, 0.1) !important;
    outline: 0;
  }
  #header .yw-header-search-submit {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    margin: 0;
    padding: 0 !important;
    border: 0;
    border-radius: 10px;
    background: var(--yw-header-purple);
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    line-height: 1;
  }
  #header .yw-header-search-submit i {
    color: inherit;
    line-height: 1;
  }
  #header:has(.yw-header-actions) .header-nav-main.nav-right > li.header-social-icons, .yw-has-header-actions #header .header-nav-main.nav-right > li.header-social-icons {
    display: none !important;
  }
  #header:has(.yw-header-actions) .header-nav-main.nav-right > li.header-search, .yw-has-header-actions #header .header-nav-main.nav-right > li.header-search {
    width: 0;
    margin: 0 !important;
    overflow: visible;
  }
  #header:has(.yw-header-actions) .header-nav-main.nav-right > li.header-search > a, .yw-has-header-actions #header .header-nav-main.nav-right > li.header-search > a {
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  #header .header-social-icons .social-icons,
  #header .header-social-icons .social-icons a,
  #header .header-search > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #header .header-social-icons .social-icons a,
  #header .header-search > a {
    position: relative;
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0 !important;
    border-radius: 999px;
    background: var(--yw-header-purple);
    color: #fff !important;
    font-size: 22px;
    line-height: 1;
    transition: 0.25s ease;
  }
  #header .header-social-icons .social-icons a:hover,
  #header .header-search > a:hover {
    background: var(--yw-header-orange);
    color: #fff !important;
    transform: translateY(-1px);
  }
  #header .header-social-icons .social-icons a i,
  #header .header-search > a i {
    color: inherit !important;
  }
  #header .header-search > a::before,
  #header .header-search > a::after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
  }
  #header .header-search > a::before {
    top: 11px;
    left: 10px;
    width: 19px;
    height: 19px;
    border: 4px solid #fff;
    border-radius: 999px;
    box-sizing: border-box;
  }
  #header .header-search > a::after {
    top: 27px;
    left: 25px;
    width: 13px;
    height: 4px;
    border-radius: 999px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: left center;
  }
  #header .header-search > a i {
    display: none !important;
  }
  #header .header-search .nav-dropdown {
    margin-top: 8px;
  }
}
@media (min-width: 1500px) {
  #header {
    --yw-header-logo-width: 340px;
    --yw-header-logo-left: -82px;
    --yw-header-menu-offset: 290px;
    --yw-header-actions-right: -60px;
  }
}
@media (min-width: 850px) and (max-width: 1180px) {
  #header {
    --yw-header-logo-width: 218px;
    --yw-header-logo-height: 82px;
    --yw-header-menu-offset: 238px;
    --yw-header-ribbon-width: 620px;
    --yw-header-ribbon-slant: 24px;
    --yw-header-actions-right: 0;
    --yw-header-top-height: 54px;
    --yw-header-main-height: 52px;
    --yw-header-ribbon-height: 46px;
  }
  #header .header-top .html_top_right_text {
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #header .header-nav-main.nav-left > li > a {
    padding: 0 6px;
    font-size: 12px;
  }
  #header .header-contact > a,
  #header .header-contact .yw-header-contact__phone {
    font-size: 12px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #header .yw-header-actions {
    gap: 7px;
  }
  #header .yw-header-action {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    font-size: 19px;
  }
  #header .header-social-icons .social-icons a,
  #header .header-search > a {
    width: 38px;
    height: 38px;
    min-height: 38px;
    font-size: 19px;
  }
  #header .header-search > a::before {
    top: 9px;
    left: 9px;
    width: 17px;
    height: 17px;
    border-width: 3px;
  }
  #header .header-search > a::after {
    top: 24px;
    left: 23px;
    width: 11px;
    height: 3px;
  }
}
.featured-border {
  border: 4px solid rgba(235, 38, 40, 0.1803921569);
  transition: 0.6s ease;
}
.featured-border:hover {
  box-shadow: 0 0 30px #ffcb2f;
}

section.press-about-us .banner-grid-wrapper .banner {
  border: 1px solid #FFF;
}
section.press-about-us .banner-grid-wrapper .text-box {
  border-bottom: 1px solid rgba(229, 209, 33, 0.5411764706);
}
section.press-about-us .banner-grid-wrapper .text-box .text-box-content p:first-child {
  background: linear-gradient(90deg, #ffe04e, #f6dfac);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
section.press-about-us .banner-grid-wrapper .text-box .text-box-content p {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px !important;
}
section.press-about-us .banner-grid-wrapper .text-box .text-box-content p strong, section.press-about-us .banner-grid-wrapper .text-box .text-box-content p span {
  font-size: 13px !important;
  line-height: 1.2;
}
section.press-about-us .stack .img {
  border: 4px solid rgba(238, 203, 205, 0.7294117647);
  border-radius: 5px;
  overflow: hidden;
}
section.press-about-us .banner {
  border: 4px solid #FFF;
  border-radius: 5px;
  overflow: hidden;
}
section.press-about-us .banner .text {
  font-size: 16px;
}
section.press-about-us .banner .text p {
  margin-top: 0;
  margin-bottom: 5px;
}

:root {
  --yw-fs-meta: 12px;
  --yw-fs-body-sm: 14px;
  --yw-fs-body: 16px;
  --yw-fs-body-lg: 18px;
  --yw-fs-heading-sm: clamp(20px, 1.8vw, 24px);
  --yw-fs-heading-md: clamp(23px, 2.1vw, 30px);
  --yw-fs-heading-lg: clamp(28px, 2.55vw, 36px);
  --yw-fs-display: clamp(36px, 4.4vw, 56px);
  --yw-lh-tight: 1.15;
  --yw-lh-heading: 1.25;
  --yw-lh-body: 1.65;
}

.yw-heading {
  margin: 0;
  line-height: var(--yw-lh-heading);
}

.yw-heading--heading-sm {
  font-size: var(--yw-fs-heading-sm);
}

.yw-heading--heading-md {
  font-size: var(--yw-fs-heading-md);
}

.yw-heading--heading-lg {
  font-size: var(--yw-fs-heading-lg);
}

.yw-heading--display {
  font-size: var(--yw-fs-display);
  line-height: var(--yw-lh-tight);
}

.yw-text {
  line-height: var(--yw-lh-body);
}

.yw-text--body-sm {
  font-size: var(--yw-fs-body-sm);
}

.yw-text--body {
  font-size: var(--yw-fs-body);
}

.yw-text--body-lg {
  font-size: var(--yw-fs-body-lg);
}

.yw-meta {
  font-size: var(--yw-fs-meta);
}

.yw-doctor-intro {
  --yw-doctor-bg: #ffffff;
  --yw-doctor-accent: #e7292b;
  --yw-doctor-accent-soft: #fde7e8;
  --yw-doctor-text: #111111;
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 5vw, 82px) 16px;
  background: var(--yw-doctor-bg);
  color: var(--yw-doctor-text);
}

.yw-doctor-intro,
.yw-doctor-intro * {
  box-sizing: border-box;
}

.yw-doctor-intro__inner {
  display: grid;
  grid-template-columns: minmax(480px, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: clamp(24px, 3.2vw, 52px);
  width: min(1420px, 100%);
  margin: 0 auto;
}

.yw-doctor-intro--media-right .yw-doctor-intro__visual {
  order: 2;
}

.yw-doctor-intro--media-right .yw-doctor-intro__content {
  order: 1;
}

.yw-doctor-intro__visual {
  position: relative;
  min-height: clamp(520px, 47vw, 650px);
  isolation: isolate;
}

.yw-doctor-intro__shape,
.yw-doctor-intro__base-line,
.yw-doctor-intro__signature {
  position: absolute;
  display: block;
  pointer-events: none;
}

.yw-doctor-intro__shape--orb {
  z-index: 1;
  top: 1%;
  left: 7%;
  width: clamp(96px, 10vw, 134px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle at 72% 35%, #ff7b7d 0%, var(--yw-doctor-accent) 58%, #8f0d12 100%);
  box-shadow: 0 24px 50px rgba(231, 41, 43, 0.2);
}

.yw-doctor-intro__shape--blob {
  z-index: 1;
  top: 22%;
  left: 12%;
  width: clamp(260px, 30vw, 405px);
  aspect-ratio: 1;
  border-radius: 42% 58% 48% 52%;
  background: radial-gradient(circle at 68% 26%, #ff8587 0%, #f04a4d 39%, var(--yw-doctor-accent) 72%, #9b0e14 100%);
  box-shadow: inset -24px -30px 55px rgba(255, 255, 255, 0.18);
}

.yw-doctor-intro__shape--wash {
  z-index: 0;
  top: 7%;
  right: 4%;
  width: clamp(230px, 22vw, 330px);
  height: clamp(330px, 35vw, 460px);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(253, 231, 232, 0.82)), radial-gradient(circle at 80% 18%, rgba(231, 41, 43, 0.14), transparent 32%);
  transform: skewX(-8deg);
  filter: saturate(1.08);
}

.yw-doctor-intro__vertical {
  position: absolute;
  z-index: 5;
  left: 2%;
  bottom: 14%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0.52em;
  color: rgba(40, 40, 40, 0.42);
  text-transform: uppercase;
  white-space: nowrap;
}

.yw-doctor-intro__doctor {
  position: absolute;
  z-index: 4;
  left: 8%;
  right: 23%;
  bottom: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.yw-doctor-intro__doctor-img {
  display: block;
  width: min(440px, 100%);
  max-height: 660px;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(38, 15, 43, 0.16));
}

.yw-doctor-intro__quote {
  position: absolute;
  z-index: 6;
  top: 8%;
  right: -1%;
  width: min(292px, 40%);
  min-height: 238px;
  padding: 46px 28px 28px;
  border: 1px solid rgba(231, 41, 43, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 60px rgba(231, 41, 43, 0.12);
  backdrop-filter: blur(8px);
}

.yw-doctor-intro__quote-mark {
  position: absolute;
  top: 10px;
  left: 28px;
  color: var(--yw-doctor-accent);
  font-size: 74px;
  font-family: Georgia, serif;
  font-weight: 700;
  line-height: 1;
}

.yw-doctor-intro__quote p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(17, 17, 17, 0.68);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.yw-doctor-intro__signature {
  z-index: 7;
  right: 5%;
  bottom: 25%;
  width: 170px;
  height: 72px;
  border-bottom: 3px solid var(--yw-doctor-accent);
  border-radius: 55% 0 45% 0;
  transform: rotate(-4deg);
  opacity: 0.8;
}

.yw-doctor-intro__signature::before {
  content: "";
  position: absolute;
  right: 72px;
  bottom: -2px;
  width: 42px;
  height: 88px;
  border-left: 3px solid var(--yw-doctor-accent);
  border-bottom: 3px solid var(--yw-doctor-accent);
  border-radius: 50%;
  transform: rotate(8deg);
}

.yw-doctor-intro__base-line {
  z-index: 8;
  left: 9%;
  right: 9%;
  bottom: 0;
  height: 4px;
  background: var(--yw-doctor-accent);
}

.yw-doctor-intro__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.yw-doctor-intro__eyebrow {
  margin: 0 0 22px;
  color: rgba(17, 17, 17, 0.42);
  letter-spacing: 0.68em;
  text-transform: uppercase;
}

.yw-doctor-intro__title {
  margin-bottom: 18px;
  color: var(--yw-doctor-accent);
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  text-wrap: balance;
}

.yw-doctor-intro__description {
  max-width: 690px;
  color: var(--yw-doctor-text);
}

.yw-doctor-intro__description p {
  margin: 0 0 10px;
}

.yw-doctor-intro__description strong {
  font-weight: 800;
}

.yw-doctor-intro__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(14px, 1.8vw, 24px);
  margin-top: 22px;
  max-width: 700px;
}

.yw-doctor-intro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  max-width: 326px;
  min-height: 54px;
  padding: 14px 28px;
  border: 1px solid var(--yw-doctor-accent);
  font-size: var(--yw-fs-body-lg);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.yw-doctor-intro__btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.yw-doctor-intro__btn--primary {
  background: var(--yw-doctor-accent);
  color: #fff;
  box-shadow: 0 16px 32px rgba(231, 41, 43, 0.2);
}

.yw-doctor-intro__btn--primary:hover {
  color: #fff;
  box-shadow: 0 20px 42px rgba(231, 41, 43, 0.28);
}

.yw-doctor-intro__btn--secondary {
  background: transparent;
  color: var(--yw-doctor-accent);
}

.yw-doctor-intro__btn--secondary:hover {
  background: rgba(231, 41, 43, 0.06);
  color: var(--yw-doctor-accent);
}

.yw-doctor-intro--motion .yw-doctor-intro__shape--orb {
  animation: ywDoctorFloatOrb 7.5s ease-in-out infinite;
}

.yw-doctor-intro--motion .yw-doctor-intro__shape--blob {
  animation: ywDoctorMorphBlob 10s ease-in-out infinite;
}

.yw-doctor-intro--motion .yw-doctor-intro__shape--wash {
  animation: ywDoctorWashDrift 11s ease-in-out infinite;
}

.yw-doctor-intro--motion .yw-doctor-intro__quote {
  animation: ywDoctorQuoteLift 8.5s ease-in-out infinite;
}

@keyframes ywDoctorFloatOrb {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(10px, -12px, 0) scale(1.035);
  }
}
@keyframes ywDoctorMorphBlob {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    border-radius: 42% 58% 48% 52%;
  }
  50% {
    transform: translate3d(-8px, 10px, 0) rotate(2deg);
    border-radius: 54% 46% 42% 58%;
  }
}
@keyframes ywDoctorWashDrift {
  0%, 100% {
    transform: skewX(-8deg) translate3d(0, 0, 0);
  }
  50% {
    transform: skewX(-8deg) translate3d(-8px, 12px, 0);
  }
}
@keyframes ywDoctorQuoteLift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}
@media (max-width: 1024px) {
  .yw-doctor-intro__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .yw-doctor-intro--media-right .yw-doctor-intro__visual,
  .yw-doctor-intro--media-right .yw-doctor-intro__content {
    order: initial;
  }
  .yw-doctor-intro__visual {
    min-height: 610px;
  }
  .yw-doctor-intro__content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
  }
  .yw-doctor-intro__actions {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .yw-doctor-intro {
    padding: 34px 14px 42px;
  }
  .yw-doctor-intro__visual {
    min-height: 520px;
  }
  .yw-doctor-intro__shape--orb {
    left: 2%;
    width: 88px;
  }
  .yw-doctor-intro__shape--blob {
    top: 22%;
    left: 8%;
    width: 270px;
  }
  .yw-doctor-intro__shape--wash {
    top: 13%;
    right: 0;
    width: 220px;
    height: 330px;
  }
  .yw-doctor-intro__doctor {
    left: 8%;
    right: 8%;
  }
  .yw-doctor-intro__doctor-img {
    max-height: 520px;
  }
  .yw-doctor-intro__quote {
    top: 10%;
    right: 0;
    width: 48%;
    min-height: 190px;
    padding: 38px 18px 20px;
  }
  .yw-doctor-intro__quote p {
    font-size: 12px;
    line-height: 1.45;
  }
  .yw-doctor-intro__quote-mark {
    left: 16px;
    font-size: 54px;
  }
  .yw-doctor-intro__signature {
    right: 2%;
    bottom: 26%;
    width: 120px;
  }
  .yw-doctor-intro__vertical {
    display: none;
  }
  .yw-doctor-intro__eyebrow {
    letter-spacing: 0.38em;
  }
  .yw-doctor-intro__actions {
    flex-direction: column;
    gap: 12px;
  }
  .yw-doctor-intro__btn {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .yw-doctor-intro--motion .yw-doctor-intro__shape,
  .yw-doctor-intro--motion .yw-doctor-intro__quote {
    animation: none;
  }
}
section.tech .box .box-image {
  border: 2px solid #FFF;
}

.yw-customer-reviews {
  --yw-review-bg: #fff7f7;
  --yw-review-accent: #e7292b;
  --yw-review-text: #151515;
  --yw-review-card-width: 330px;
  --yw-review-card-width-md: 300px;
  --yw-review-card-width-sm: 78vw;
  position: relative;
  overflow: hidden;
  padding: clamp(46px, 5vw, 84px) 16px;
  background: radial-gradient(circle at 84% 16%, rgba(231, 41, 43, 0.13), transparent 28%), linear-gradient(180deg, var(--yw-review-bg), #ffffff 100%);
  color: var(--yw-review-text);
}

.yw-customer-reviews,
.yw-customer-reviews * {
  box-sizing: border-box;
}

.yw-customer-reviews__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.yw-customer-reviews__header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.yw-customer-reviews__eyebrow {
  margin: 0 0 10px;
  color: var(--yw-review-accent);
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.yw-customer-reviews__title {
  color: var(--yw-review-text);
}

.yw-customer-reviews__subtitle {
  max-width: 620px;
  margin: 14px auto 0;
  color: rgba(21, 21, 21, 0.68);
}

.yw-customer-reviews__subtitle p {
  margin: 0;
}

.yw-customer-reviews__slider-wrap {
  margin-top: clamp(28px, 4vw, 48px);
  padding: 14px 0 18px;
  overflow: visible;
}

.yw-customer-reviews__slider {
  padding: 34px 0 58px;
}

.yw-customer-reviews__slider:not(.flickity-enabled) {
  display: flex;
  justify-content: center;
  gap: 22px;
  overflow: hidden;
}

.yw-customer-reviews__slider .flickity-viewport {
  overflow: visible;
}

.yw-customer-reviews__slider:not(.flickity-enabled) > *,
.yw-customer-reviews__slider .flickity-slider > * {
  width: var(--yw-review-card-width) !important;
  max-width: var(--yw-review-card-width) !important;
  margin: 0 13px;
  padding: 0 !important;
  opacity: 0.46;
  filter: saturate(0.82);
  transform: scale(0.88);
  transition: opacity 0.45s ease, filter 0.45s ease, transform 0.45s ease;
}

.yw-customer-reviews__slider:not(.flickity-enabled) > *:nth-child(2),
.yw-customer-reviews__slider .flickity-slider > *.is-selected {
  z-index: 4;
  opacity: 1;
  filter: saturate(1);
  transform: scale(1.08);
}

.yw-customer-reviews__slider .img {
  margin-bottom: 0;
}

.yw-customer-reviews__slider .img-inner {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/3;
  border: 1px solid rgba(231, 41, 43, 0.08);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(42, 10, 13, 0.14);
  transition: border-color 0.45s ease, box-shadow 0.45s ease;
}

.yw-customer-reviews__slider .img-inner::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.14));
  opacity: 0.4;
}

.yw-customer-reviews__slider .img-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease;
}

.yw-customer-reviews__slider .is-selected .img-inner,
.yw-customer-reviews__slider:not(.flickity-enabled) > *:nth-child(2) .img-inner {
  border-color: rgba(231, 41, 43, 0.22);
  box-shadow: 0 30px 72px rgba(42, 10, 13, 0.22), 0 0 0 8px rgba(231, 41, 43, 0.06);
}

.yw-customer-reviews__slider .is-selected .img-inner img,
.yw-customer-reviews__slider:not(.flickity-enabled) > *:nth-child(2) .img-inner img {
  transform: scale(1.025);
}

.yw-customer-reviews .flickity-prev-next-button {
  display: none !important;
}

.yw-customer-reviews .flickity-page-dots {
  bottom: 0;
}

.yw-customer-reviews .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border: 1px solid rgba(231, 41, 43, 0.28);
  background: transparent;
  opacity: 1;
}

.yw-customer-reviews .flickity-page-dots .dot.is-selected {
  width: 24px;
  border-radius: 999px;
  background: var(--yw-review-accent);
}

.yw-customer-reviews__empty {
  max-width: 540px;
  margin: 34px auto 0;
  padding: 26px;
  border: 1px dashed rgba(231, 41, 43, 0.32);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(21, 21, 21, 0.62);
  text-align: center;
}

.yw-customer-reviews__shape {
  position: absolute;
  display: block;
  pointer-events: none;
}

.yw-customer-reviews__shape--glow {
  top: 9%;
  right: 8%;
  width: clamp(140px, 16vw, 230px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(231, 41, 43, 0.25), rgba(231, 41, 43, 0) 70%);
}

.yw-customer-reviews__shape--ring {
  left: 5%;
  bottom: 13%;
  width: clamp(110px, 12vw, 170px);
  aspect-ratio: 1;
  border: 22px solid rgba(231, 41, 43, 0.07);
  border-radius: 999px;
}

.yw-customer-reviews__shape--dot {
  top: 23%;
  left: 14%;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--yw-review-accent);
  box-shadow: 38px 26px 0 rgba(231, 41, 43, 0.18), 74px -18px 0 rgba(231, 41, 43, 0.11);
}

.yw-customer-reviews--motion .yw-customer-reviews__shape--glow {
  animation: ywCustomerReviewsFloat 7s ease-in-out infinite;
}

.yw-customer-reviews--motion .yw-customer-reviews__shape--ring {
  animation: ywCustomerReviewsFloat 9s ease-in-out infinite reverse;
}

@keyframes ywCustomerReviewsFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -14px, 0);
  }
}
@media (max-width: 849px) {
  .yw-customer-reviews {
    padding: 42px 14px 62px;
  }
  .yw-customer-reviews__slider:not(.flickity-enabled) > *,
  .yw-customer-reviews__slider .flickity-slider > * {
    width: var(--yw-review-card-width-md) !important;
    max-width: var(--yw-review-card-width-md) !important;
    transform: scale(0.9);
  }
  .yw-customer-reviews__slider:not(.flickity-enabled) > *:nth-child(2),
  .yw-customer-reviews__slider .flickity-slider > *.is-selected {
    transform: scale(1.04);
  }
}
@media (max-width: 640px) {
  .yw-customer-reviews__eyebrow {
    letter-spacing: 0.18em;
  }
  .yw-customer-reviews__slider {
    padding-top: 22px;
  }
  .yw-customer-reviews__slider:not(.flickity-enabled) > *,
  .yw-customer-reviews__slider .flickity-slider > * {
    width: var(--yw-review-card-width-sm) !important;
    max-width: var(--yw-review-card-width-sm) !important;
    margin: 0 9px;
    opacity: 0.58;
    transform: scale(0.92);
  }
  .yw-customer-reviews__slider:not(.flickity-enabled) > *:nth-child(2),
  .yw-customer-reviews__slider .flickity-slider > *.is-selected {
    transform: scale(1.02);
  }
  .yw-customer-reviews .flickity-prev-next-button {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .yw-customer-reviews--motion .yw-customer-reviews__shape {
    animation: none;
  }
  .yw-customer-reviews__slider:not(.flickity-enabled) > *,
  .yw-customer-reviews__slider .flickity-slider > *,
  .yw-customer-reviews__slider .img-inner,
  .yw-customer-reviews__slider .img-inner img {
    transition: none;
  }
}
.bg-gradient {
  background: linear-gradient(to top, #fda3a3, transparent);
}

.yw-ha-thanh-showcase {
  --yw-ha-thanh-primary: #e7292b;
  --yw-ha-thanh-red-dark: #6f0505;
  --yw-ha-thanh-red-deep: #3f0202;
  --yw-ha-thanh-gold: #ffe36e;
  --yw-ha-thanh-gold-soft: #fff4ad;
  --yw-ha-thanh-gold-shadow: #7c2600;
  --yw-ha-thanh-white: #ffffff;
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 4.6vw, 64px) 16px clamp(36px, 4vw, 56px);
  background: radial-gradient(circle at 50% 22%, rgba(255, 76, 60, 0.55), transparent 34%), radial-gradient(circle at 18% 85%, rgba(255, 110, 48, 0.38), transparent 34%), linear-gradient(130deg, var(--yw-ha-thanh-primary) 0%, #a40708 44%, #420202 100%);
  color: var(--yw-ha-thanh-white);
}

.yw-ha-thanh-showcase,
.yw-ha-thanh-showcase * {
  box-sizing: border-box;
}

.yw-ha-thanh-showcase::before,
.yw-ha-thanh-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.yw-ha-thanh-showcase::before {
  background: linear-gradient(115deg, transparent 0 12%, rgba(255, 255, 255, 0.16) 12% 13%, transparent 13% 38%, rgba(255, 255, 255, 0.08) 38% 50%, transparent 50% 100%), linear-gradient(22deg, transparent 0 58%, rgba(255, 255, 255, 0.1) 58% 59%, transparent 59% 100%), radial-gradient(ellipse at 70% 48%, rgba(255, 198, 68, 0.18), transparent 42%);
  mix-blend-mode: screen;
  opacity: 0.82;
}

.yw-ha-thanh-showcase::after {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0 2px, transparent 2px), linear-gradient(130deg, rgba(255, 255, 255, 0.1), transparent 28%, rgba(0, 0, 0, 0.22) 72%);
  background-position: 0 0, center;
  background-size: 34px 34px, cover;
  opacity: 0.18;
}

.yw-ha-thanh-showcase__inner {
  position: relative;
  z-index: 2;
  width: min(1620px, 100%);
  margin: 0 auto;
}

.yw-ha-thanh-showcase__intro {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.yw-ha-thanh-showcase__title {
  display: inline-block;
  font-size: 35px;
  margin: 0;
  color: var(--yw-ha-thanh-gold-soft);
  font-weight: 950;
  letter-spacing: 0.028em;
  line-height: 0.98;
  text-transform: uppercase;
  text-shadow: 0 3px 0 var(--yw-ha-thanh-gold-shadow), 0 8px 18px rgba(0, 0, 0, 0.46), 0 0 18px rgba(255, 232, 123, 0.22);
}

.yw-ha-thanh-showcase__rule {
  width: min(340px, 52vw);
  height: 1px;
  margin: 20px auto 16px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
}

.yw-ha-thanh-showcase__desc {
  margin: 0 auto;
  color: var(--yw-ha-thanh-white);
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1.2;
  white-space: pre-line;
  text-transform: uppercase;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.34);
  font-size: 22px;
}

.yw-ha-thanh-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.1vw, 18px);
  margin-top: 28px;
}

.yw-ha-thanh-showcase__card {
  min-width: 0;
  text-align: center;
}

.yw-ha-thanh-showcase__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.4/1;
  border: 2px solid var(--yw-ha-thanh-gold);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 42px rgba(40, 0, 0, 0.32), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.yw-ha-thanh-showcase__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 35%, rgba(0, 0, 0, 0.08));
}

.yw-ha-thanh-showcase__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.yw-ha-thanh-showcase__card:hover .yw-ha-thanh-showcase__image img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.025);
}

.yw-ha-thanh-showcase__caption {
  margin: 19px 0 0;
  color: var(--yw-ha-thanh-white);
  font-size: var(--yw-fs-body-lg);
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1.32;
  text-transform: uppercase;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.46);
}

@media (max-width: 849px) {
  .yw-ha-thanh-showcase__intro {
    max-width: 760px;
  }
  .yw-ha-thanh-showcase__title {
    letter-spacing: 0.015em;
  }
  .yw-ha-thanh-showcase__desc {
    letter-spacing: 0.02em;
  }
  .yw-ha-thanh-showcase__grid {
    gap: 12px;
    margin-top: 24px;
  }
  .yw-ha-thanh-showcase__caption {
    margin-top: 14px;
    font-size: var(--yw-fs-body);
  }
}
@media (max-width: 549px) {
  .yw-ha-thanh-showcase {
    padding-right: 14px;
    padding-left: 14px;
  }
  .yw-ha-thanh-showcase__rule {
    width: 210px;
    margin: 14px auto 13px;
  }
  .yw-ha-thanh-showcase__desc br {
    display: none;
  }
  .yw-ha-thanh-showcase__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
  .yw-ha-thanh-showcase__card + .yw-ha-thanh-showcase__card {
    margin-top: 12px;
  }
  .yw-ha-thanh-showcase__image {
    border-radius: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .yw-ha-thanh-showcase__image img {
    transition: none;
  }
}
.yw-community-banner {
  --yw-community-bg: #fff5f5;
  --yw-community-accent: #e7292b;
  --yw-community-title: #b80d10;
  --yw-community-button: #e7292b;
  --yw-community-button-text: #ffffff;
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 4.4vw, 64px) 16px;
  background: radial-gradient(circle at 14% 18%, rgba(231, 41, 43, 0.13), transparent 28%), radial-gradient(circle at 88% 8%, rgba(231, 41, 43, 0.1), transparent 30%), linear-gradient(180deg, var(--yw-community-bg) 0%, #ffffff 100%);
  color: #231314;
}

.yw-community-banner,
.yw-community-banner * {
  box-sizing: border-box;
}

.yw-community-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(231, 41, 43, 0.055) 1px, transparent 1px), linear-gradient(0deg, rgba(231, 41, 43, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
  opacity: 0.42;
}

.yw-community-banner__inner {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.yw-community-banner__header {
  max-width: 920px;
  margin: 0 auto 24px;
  text-align: center;
}

.yw-community-banner__title {
  display: inline-block;
  max-width: 980px;
  margin: 0;
  color: var(--yw-community-title);
  font-size: var(--yw-fs-heading-lg);
  font-weight: 900;
  letter-spacing: 0.018em;
  line-height: 1.18;
  text-transform: uppercase;
  text-shadow: none;
}

.yw-community-banner__rule {
  display: block;
  width: min(240px, 48vw);
  height: 2px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--yw-community-accent), transparent);
}

.yw-community-banner__media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(231, 41, 43, 0.16);
  border-radius: 26px;
  background: #7b090a;
  box-shadow: 0 26px 70px rgba(78, 5, 7, 0.18), 0 0 0 10px rgba(231, 41, 43, 0.045);
}

.yw-community-banner__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 35%, rgba(0, 0, 0, 0.04));
}

.yw-community-banner__img {
  display: block;
  width: 100%;
  height: auto;
}

.yw-community-banner__actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.yw-community-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yw-community-button), #b60f12);
  color: var(--yw-community-button-text) !important;
  font-size: var(--yw-fs-body-lg);
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(231, 41, 43, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.yw-community-banner__button:hover {
  color: var(--yw-community-button-text) !important;
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(231, 41, 43, 0.34);
}

@media (max-width: 849px) {
  .yw-community-banner__header {
    margin-bottom: 22px;
  }
  .yw-community-banner__media {
    border-radius: 20px;
    box-shadow: 0 18px 46px rgba(78, 5, 7, 0.16), 0 0 0 7px rgba(231, 41, 43, 0.04);
  }
  .yw-community-banner__actions {
    margin-top: 24px;
  }
}
@media (max-width: 549px) {
  .yw-community-banner {
    padding-right: 14px;
    padding-left: 14px;
  }
  .yw-community-banner__title {
    letter-spacing: 0.018em;
  }
  .yw-community-banner__media {
    width: calc(100vw - 28px);
    margin-left: calc(50% - 50vw + 14px);
    border-radius: 16px;
  }
  .yw-community-banner__button {
    width: min(100%, 260px);
    min-height: 46px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: var(--yw-fs-body);
  }
}
@media (prefers-reduced-motion: reduce) {
  .yw-community-banner__button {
    transition: none;
  }
}
.yw-doctor-follow {
  --yw-doctor-follow-title: #fff4ad;
  --yw-doctor-follow-text: #ffffff;
  --yw-doctor-follow-icon: #ffffff;
  --yw-doctor-follow-icon-hover: #fff4ad;
  position: relative;
  padding: clamp(28px, 3vw, 42px) 0;
  color: var(--yw-doctor-follow-text);
}

.yw-doctor-follow,
.yw-doctor-follow * {
  box-sizing: border-box;
}

.yw-doctor-follow__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 72px);
  width: 100%;
}

.yw-doctor-follow__content {
  min-width: 0;
}

.yw-doctor-follow__title {
  margin: 0;
  color: var(--yw-doctor-follow-title);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.12;
  text-transform: uppercase;
}

.yw-doctor-follow__subtitle {
  margin: 10px 0 0;
  color: var(--yw-doctor-follow-text);
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.45;
  text-transform: uppercase;
}

.yw-doctor-follow__social {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-width: 190px;
  color: var(--yw-doctor-follow-text);
  text-align: center;
}

.yw-doctor-follow__label {
  margin: 0;
  color: var(--yw-doctor-follow-text);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.yw-doctor-follow__social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.yw-doctor-follow__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--yw-doctor-follow-icon);
  text-decoration: none;
  transition: color 0.24s ease, transform 0.24s ease, opacity 0.24s ease;
}

.yw-doctor-follow__social-link:hover {
  color: var(--yw-doctor-follow-icon-hover);
  opacity: 0.92;
  transform: translateY(-2px);
}

.yw-doctor-follow__icon-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.yw-doctor-follow__social-link--facebook .yw-doctor-follow__icon-svg,
.yw-doctor-follow__social-link--tiktok .yw-doctor-follow__icon-svg {
  width: 34px;
  height: 34px;
}

.yw-doctor-follow__social-link--instagram .yw-doctor-follow__icon-svg {
  width: 35px;
  height: 35px;
}

@media (max-width: 849px) {
  .yw-doctor-follow__inner {
    gap: 24px;
  }
  .yw-doctor-follow__social {
    min-width: 166px;
  }
  .yw-doctor-follow__social-list {
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .yw-doctor-follow {
    padding: 30px 0;
  }
  .yw-doctor-follow__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .yw-doctor-follow__social {
    align-items: flex-start;
    min-width: 0;
    text-align: left;
  }
  .yw-doctor-follow__social-list {
    justify-content: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  .yw-doctor-follow__social-link {
    transition: none;
  }
}
.yw-footer-contact-form {
  --yw-footer-form-accent: #e7292b;
  --yw-footer-form-gold: #f6d777;
  --yw-footer-form-gold-mid: #d9a63a;
  --yw-footer-form-gold-dark: #956113;
  --yw-footer-form-border: rgba(246, 215, 119, .58);
  --yw-footer-form-bg: #fffaf2;
  --yw-footer-form-text: #241314;
  --yw-footer-form-placeholder: rgba(36, 19, 20, .52);
  display: grid;
  gap: 11px;
  width: 100%;
}

.yw-footer-contact-form,
.yw-footer-contact-form * {
  box-sizing: border-box;
}

.yw-footer-contact-form p {
  margin: 0;
}

.yw-footer-contact-form__field {
  position: relative;
}

.yw-footer-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.yw-footer-contact-form input[type=text],
.yw-footer-contact-form input[type=tel],
.yw-footer-contact-form input[type=email],
.yw-footer-contact-form select {
  display: block;
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid var(--yw-footer-form-border);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, var(--yw-footer-form-bg) 100%);
  color: var(--yw-footer-form-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), inset 0 -1px 0 rgba(149, 97, 19, 0.08), 0 12px 26px rgba(68, 7, 8, 0.14);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.yw-footer-contact-form select {
  cursor: pointer;
  appearance: none;
  padding-right: 34px;
  background-image: linear-gradient(45deg, transparent 50%, var(--yw-footer-form-gold-dark) 50%), linear-gradient(135deg, var(--yw-footer-form-gold-dark) 50%, transparent 50%), linear-gradient(180deg, #ffffff 0%, var(--yw-footer-form-bg) 100%);
  background-position: calc(100% - 18px) 18px, calc(100% - 13px) 18px, 0 0;
  background-size: 5px 5px, 5px 5px, 100% 100%;
  background-repeat: no-repeat;
}

.yw-footer-contact-form input::placeholder {
  color: var(--yw-footer-form-placeholder);
}

.yw-footer-contact-form input:focus,
.yw-footer-contact-form select:focus {
  outline: none;
  border-color: rgba(246, 215, 119, 0.9);
  background: linear-gradient(180deg, #ffffff 0%, #fff7e7 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 13px 28px rgba(68, 7, 8, 0.18), 0 0 0 3px rgba(246, 215, 119, 0.22);
  transform: translateY(-1px);
}

.yw-footer-contact-form select:focus {
  background-image: linear-gradient(45deg, transparent 50%, var(--yw-footer-form-gold-dark) 50%), linear-gradient(135deg, var(--yw-footer-form-gold-dark) 50%, transparent 50%), linear-gradient(180deg, #ffffff 0%, #fff7e7 100%);
  background-position: calc(100% - 18px) 18px, calc(100% - 13px) 18px, 0 0;
  background-size: 5px 5px, 5px 5px, 100% 100%;
  background-repeat: no-repeat;
}

.yw-footer-contact-form input:-webkit-autofill,
.yw-footer-contact-form input:-webkit-autofill:hover,
.yw-footer-contact-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--yw-footer-form-text);
  -webkit-box-shadow: 0 0 0 1000px #fff8ed inset, 0 12px 26px rgba(68, 7, 8, 0.14);
  transition: background-color 9999s ease-in-out 0s;
}

.yw-footer-contact-form__submit {
  margin-top: 2px;
}

.yw-footer-contact-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid rgba(255, 239, 173, 0.78);
  border-radius: 999px;
  background: linear-gradient(135deg, #fff4bc 0%, var(--yw-footer-form-gold) 24%, var(--yw-footer-form-gold-mid) 54%, #b97918 100%) !important;
  color: #641108 !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -1px 0 rgba(92, 54, 6, 0.24), 0 16px 34px rgba(99, 12, 10, 0.26), 0 6px 14px rgba(217, 166, 58, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.yw-footer-contact-form .wpcf7-submit:hover,
.yw-footer-contact-form .wpcf7-submit:focus,
.yw-footer-contact-form .wpcf7-submit:active {
  background: linear-gradient(135deg, #fff8d3 0%, #f9df84 24%, #e1b345 54%, #bd801f 100%) !important;
  color: #4e0d07 !important;
  filter: none;
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 -1px 0 rgba(92, 54, 6, 0.2), 0 18px 38px rgba(99, 12, 10, 0.32), 0 8px 18px rgba(217, 166, 58, 0.28);
}

.yw-footer-contact-form .wpcf7-submit:focus-visible {
  outline: none;
  color: #4e0d07 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), 0 0 0 3px rgba(255, 239, 173, 0.36), 0 16px 34px rgba(99, 12, 10, 0.28);
}

.yw-footer-contact-form .wpcf7-submit:disabled,
.yw-footer-contact-form .wpcf7-submit[disabled] {
  cursor: not-allowed;
  background: linear-gradient(135deg, #f7e8b5 0%, #dfbf68 48%, #a87525 100%) !important;
  color: rgba(76, 13, 7, 0.74) !important;
  filter: none;
  opacity: 0.86;
  transform: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52), 0 10px 22px rgba(99, 12, 10, 0.18);
}

.yw-footer-contact-form .wpcf7-not-valid {
  border-color: rgba(255, 218, 121, 0.95) !important;
  background: linear-gradient(180deg, #fffefb 0%, #fff4de 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 24px rgba(68, 7, 8, 0.16), 0 0 0 2px rgba(255, 229, 145, 0.18);
}

.yw-footer-contact-form select.wpcf7-not-valid,
.yw-footer-contact-form select.wpcf7-not-valid:focus {
  background-image: linear-gradient(45deg, transparent 50%, var(--yw-footer-form-gold-dark) 50%), linear-gradient(135deg, var(--yw-footer-form-gold-dark) 50%, transparent 50%), linear-gradient(180deg, #fffefb 0%, #fff4de 100%) !important;
  background-position: calc(100% - 18px) 18px, calc(100% - 13px) 18px, 0 0;
  background-size: 5px 5px, 5px 5px, 100% 100%;
  background-repeat: no-repeat;
}

.yw-footer-contact-form .wpcf7-not-valid-tip {
  display: block;
  width: auto;
  margin: 4px 0 0 2px;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: #ffe5a3;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.28;
  text-shadow: 0 1px 2px rgba(79, 0, 0, 0.38);
}

.yw-footer-contact-form .wpcf7-spinner {
  display: block;
  margin: 8px auto 0;
}

.yw-footer-contact-form + .wpcf7-response-output,
.wpcf7 form .yw-footer-contact-form ~ .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 220, 104, 0.86) !important;
  border-radius: 12px;
  background: rgba(118, 10, 12, 0.32);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.45;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (max-width: 549px) {
  .yw-footer-contact-form input[type=text],
  .yw-footer-contact-form input[type=tel],
  .yw-footer-contact-form input[type=email],
  .yw-footer-contact-form select {
    height: 44px;
    line-height: 44px;
  }
}

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