@charset "UTF-8";
.single-content h1,
.page-content h1 {
  font-size: 2.5rem;
}
.single-content h2,
.page-content h2 {
  font-size: 2rem;
}
.single-content h3,
.page-content h3 {
  font-size: 1.5rem;
}
.single-content h4,
.page-content h4 {
  font-size: 1.125rem;
}
.single-content h5,
.page-content h5 {
  font-size: 0.875rem;
}
.single-content blockquote,
.page-content blockquote {
  font-size: 1.225rem !important;
}
.single-content blockquote p,
.page-content blockquote p {
  font-size: 1.225rem !important;
}
.single-content figcaption,
.single-content .wp-caption-text,
.page-content figcaption,
.page-content .wp-caption-text {
  font-size: 0.875rem !important;
}

.floor-rooms {
  grid-template-columns: repeat(2, 1fr);
}

.floor-number {
  font-size: 2.5rem;
  flex: 0 0 20%;
}
.floor-number .fl {
  font-size: 0.875rem;
  bottom: -2.5rem;
}

.floor-wrapper {
  gap: 1rem;
}

.room-item {
  font-size: 1rem;
}

.top-bar .s-container ul.t-nav {
  justify-content: center;
  -moz-column-gap: var(--s-gap);
       column-gap: var(--s-gap);
}
.top-bar .s-container ul.t-nav li a {
  line-height: 1.5rem;
  font-size: 0.875rem;
}
.top-bar .s-container ul.t-nav li a .menu-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rtl .footer-bar::before, .rtl .footer-bar::after {
  content: "";
}
.rtl .footer-bar .footer-bar-cols {
  display: flex;
}
.rtl .footer-bar .footer-bar-cols .footer-bar-content {
  padding: 0.75rem 0 0.75rem 1rem;
}
.rtl .footer-bar .footer-bar-cols .footer-bar-group-logo {
  padding: 0.75rem 1rem;
  flex: 2;
}

.single-page .article-header {
  flex-direction: row;
}
.single-page .article-header__last {
  grid-template-columns: 1fr 1fr;
}

.breadcrumb {
  font-size: 0.875rem;
}
.breadcrumb a {
  font-size: 0.875rem;
}

.center-archive-grid {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media screen and (min-width: 1280px) {
  .center-archive-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.doctor-archive-grid {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media screen and (min-width: 1280px) {
  .doctor-archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-archive .box-padding {
  margin: 0 auto;
  padding: 2rem 5vw;
}
.blog-archive .box-padding .input-search-thb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
}
.blog-archive .box-padding .input-search-thb .input-search-thb__wrapper {
  width: 30rem;
}
.blog-archive .post-grid {
  grid-template-columns: repeat(4, 1fr);
}
.blog-archive .post-grid .post-card {
  width: 14rem;
  height: 19.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 123, 255, 0.2);
}
.blog-archive .post-grid .post-card .post-card__image {
  width: 100%;
  height: 7.875rem;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.blog-archive .banner-carousel-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.package-carousel .post-card {
  width: 100%;
}
.package-carousel .post-card__title {
  font-size: 1.125rem;
}
.package-carousel .post-card__price {
  font-size: 1.5rem;
  font-weight: 600;
}
.package-carousel .post-card__meta .post-card__date {
  min-height: 1.575rem;
  font-size: 0.875rem;
}
.package-carousel .post-card__footer__more-link {
  font-size: 1rem;
}
.package-carousel .post-card__footer__more-link__text {
  line-height: 1;
}

.section-carousel__title {
  font-size: 2rem;
}

.section-carousel__more-link {
  font-size: 1rem;
}

.shortcuts__container {
  transform: translateY(calc(-100% - 52px));
  margin-bottom: -9rem;
  z-index: 9;
  padding: 0 1rem;
  background-color: transparent;
}
.shortcuts__container .shortcuts__wrapper {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(0.75rem) brightness(0.8);
          backdrop-filter: blur(0.75rem) brightness(0.8);
  border: 0.025rem solid #fff;
  min-height: 9rem;
  gap: 0;
  overflow: hidden;
}
.shortcuts__container .shortcuts__wrapper .shortcuts__item {
  padding: 1rem 1rem;
  color: #fff;
  border: 0.025rem solid transparent;
  border-right-color: #fff;
  min-width: 14rem;
  border-radius: 0;
}
.shortcuts__container .shortcuts__wrapper .shortcuts__item:last-child {
  border-right-color: transparent;
}
.shortcuts__container .shortcuts__wrapper .shortcuts__item__details {
  display: flex;
}
.shortcuts__container .shortcuts__wrapper .shortcuts__item__headers {
  align-items: center;
  gap: 1rem;
}
.shortcuts__container .shortcuts__wrapper .shortcuts__item__title {
  font-size: 1.3rem;
}

.home-clinics__wrapper {
  flex-direction: row;
}
.home-clinics__wrapper::after {
  content: "";
}
.home-clinics__heading {
  font-size: 2rem;
}
.home-clinics__header {
  min-width: 16rem;
  flex-direction: column;
  width: auto;
  align-items: flex-start;
  gap: 1rem;
}
.home-clinics__button {
  border: 1px solid #0473bb;
  padding: 0.5rem 1rem;
  border-radius: 0.7rem;
}
.home-clinics__list {
  gap: 2rem 4rem;
}
.home-clinics__item {
  flex: 1 1 10rem;
  padding: 0 1rem;
  gap: 0.5rem;
}
.home-clinics__icon {
  height: 6rem;
  width: 6rem;
}
.home-clinics__icon img {
  width: 4rem;
  height: 4rem;
}

.testimonials__wrapper .testimonial__item {
  flex-direction: row;
  box-shadow: none;
  gap: 1rem;
}
.testimonials__wrapper .testimonial__heading {
  font-size: 2rem;
}
.testimonials__wrapper .testimonial__excerpt {
  display: none;
}
.testimonials__wrapper .testimonial__preview {
  display: flex;
  text-align: center;
}
.testimonials__wrapper .testimonial__cover {
  flex: 11;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.625rem 1.25rem rgba(4, 115, 187, 0.15);
}
.testimonials__wrapper .testimonial__content {
  flex: 13;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.625rem 1.25rem rgba(4, 115, 187, 0.15);
}

.testimonial-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.doctor-authors__title {
  font-size: 1.5rem;
}

.doctor-authors__grid {
  grid-template-columns: repeat(2, 1fr);
}

.quote-hero::before, .quote-hero::after {
  font-size: 4rem;
}

.quote-hero__text {
  font-size: 1.75rem;
}

.contact-history {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 2rem;
  border-radius: 0.875rem;
  justify-content: space-between;
  border-radius: 0.5rem;
  box-shadow: 0px 5px 20px 0px rgba(4, 115, 187, 0.15);
}
.contact-history__head {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.contact-history__icon {
  display: flex;
  align-items: center;
}
.contact-history__icon img {
  display: block;
  max-width: 3rem;
  max-height: 3rem;
  width: auto;
  height: auto;
}
.contact-history__divider {
  display: block;
  min-width: 0.125rem;
  min-height: 3rem;
  background: linear-gradient(to bottom, #0473bb 70%, #fdc231 30%);
}
.contact-history__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contact-history__title {
  font-size: 1rem;
  font-weight: 600;
  color: #0473bb;
  line-height: 1.4;
}
.contact-history__summary {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3e3f41;
  line-height: 1.6;
}
.contact-history__actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  flex-shrink: 0;
}

.room-section {
  flex-direction: row;
}

.room-facility-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hospital-facility-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.thb-orders__head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.thb-orders__head-col {
  order: 0;
}

.thb-order {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  font-size: 1rem;
}

.thb-orders__cell {
  order: 0;
  flex: initial;
  display: block;
}
.thb-orders__cell::before {
  content: "";
  display: none;
}

.thb-orders__col--order-number {
  grid-column: 1;
  text-align: center;
  font-size: 1rem;
}

.thb-orders__col--order-date {
  grid-column: 2;
  text-align: center;
  font-size: 1rem;
}

.thb-orders__col--order-quantity {
  grid-column: 3;
  text-align: center;
  font-size: 1rem;
}

.thb-orders__col--order-title {
  display: none;
  grid-column: 4;
  text-align: center;
  font-size: 1rem;
}

.thb-orders__col--order-status {
  grid-column: 4;
  text-align: center;
  font-size: 1rem;
}

.thb-orders__col--order-total {
  grid-column: 5;
  text-align: center;
  font-size: 1rem;
}

.thb-orders__col--order-actions {
  grid-column: 6;
  text-align: center;
  font-size: 1rem;
}

.woocommerce-EditAccountForm.edit-account {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
}

/* ให้บล็อกกว้างเต็มแถวเมื่อเป็น “บรรทัดยาว” (เช่น Display name, Email, fieldset, ปุ่ม) */
.woocommerce-EditAccountForm.edit-account .woocommerce-form-row--wide,
.woocommerce-EditAccountForm.edit-account fieldset,
.woocommerce-EditAccountForm.edit-account > p:last-of-type {
  grid-column: 1/-1;
}

/* เคารพคลาสเดิมของ Woo สำหรับคู่ซ้าย/ขวา */
.woocommerce-EditAccountForm.edit-account .form-row-first {
  grid-column: 1;
}

.woocommerce-EditAccountForm.edit-account .form-row-last {
  grid-column: 2;
}

/* ปุ่มอยู่ท้ายคอลัมน์ทั้งสอง */
.woocommerce-EditAccountForm.edit-account > p:last-of-type {
  margin-top: 0.5rem;
  text-align: center;
}

.account-blog .woocommerce-cart.thb-cart {
  display: flex;
  gap: 2rem;
  align-items: start;
  justify-content: space-between;
  flex-direction: row;
}

.thb-cart__head {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #0473bb;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.thb-cart__head .thb-cart__col--name {
  grid-column: 1;
  text-align: center;
  order: 0;
}
.thb-cart__head .thb-cart__col--qty {
  grid-column: 2;
  text-align: center;
  color: #fff;
  order: 0;
}
.thb-cart__head .thb-cart__col--subtotal {
  grid-column: 3;
  color: #fff;
  text-align: center;
  order: 0;
}

.thb-cart__list {
  padding: 0;
}
.thb-cart__list .thb-cart__col--remove {
  grid-column: 1;
  text-align: center;
}
.thb-cart__list .thb-cart__col--thumb {
  grid-column: 2;
  text-align: center;
  display: block;
}
.thb-cart__list .thb-cart__col--name {
  grid-column: 3;
  text-align: left;
}
.thb-cart__list .thb-cart__col--name a {
  font-size: 1rem;
}
.thb-cart__list .thb-cart__col--qty {
  grid-column: 4;
  text-align: center;
  width: auto;
  display: flex;
  justify-content: center;
}
.thb-cart__list .thb-cart__col--subtotal {
  grid-column: 5;
  text-align: right;
  font-weight: 700;
  font-size: 1rem;
}

.thb-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 60px 80px 2fr 1fr 1fr;
  align-items: center;
  padding: 0.75rem 1rem;
}
.thb-cart-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background: #e0e0e0;
  z-index: 99;
}
.thb-cart-item:last-child::after {
  display: none;
}

.thb-cart-item:last-child {
  border-bottom: none;
}

.thb-cart__cell {
  order: 0;
}
.thb-cart__cell::before {
  content: "";
  display: none;
}

.account-blog .woocommerce-cart .cart_totals {
  border: solid 1px #e0f1fa;
  padding: 1.5rem;
  box-shadow: 0 0.625rem 1.25rem rgba(4, 115, 187, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.875rem;
}

.calculated_shipping h2 {
  display: block;
}
.calculated_shipping .cart-subtotal {
  display: table-row;
}

body.woocommerce-cart.-has-item .cart_totals {
  border: block;
}

.cart-collaterals .wc-proceed-to-checkout,
.cart-collaterals .checkout-button,
a.checkout-button.button.alt.wc-forward {
  display: block;
}

.thb-cart-sticky {
  display: none;
}

.thb-cart {
  padding-bottom: 0;
}

.archive-page .content .thb-shop-wrapper .products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1280px) {
  .archive-page .content .thb-shop-wrapper .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.lang-device-mobile {
  display: none !important;
}

.lang-device-desktop {
  display: block !important;
}

.widget_block:has(.lang-device-mobile) {
  display: none !important;
}

.widget_block:has(.lang-device-desktop) {
  display: block !important;
}

.custom-title {
  font-size: 2.5rem;
}

.content-blog {
  padding-top: 1.5rem;
}

.custom-page-header {
  margin: 32px 0px;
}

.menu-tags {
  margin: 32px 0px;
}

.contact-info-section {
  font-size: 1rem;
}
.contact-info-section .contact-blog.map {
  padding-top: 36%;
}
.contact-info-section .contact-blog h2 {
  font-size: 24px;
}
.contact-info-section .contact-flex {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.contact-info-section .traval-info .travel-list {
  grid-template-columns: repeat(2, 1fr);
}
.contact-info-section .traval-info .travel-list.one-column {
  grid-template-columns: repeat(1, 1fr);
}
.contact-info-section .traval-info .travel-item img {
  width: 2.5rem;
  height: 2.5rem;
}
.contact-info-section .traval-info .travel-item p {
  padding-top: 0rem;
}

.related-doctor-card .card-body .doctor-info .doctor-name {
  flex-direction: row;
  flex-wrap: wrap;
}/*# sourceMappingURL=style-d.css.map */