@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
body .ux-menu .ux-menu-link a.ux-menu-link__link {
  position: relative;
  border-bottom-style: unset !important;
}
body .ux-menu .ux-menu-link a.ux-menu-link__link::before {
  color: var(--text-color);
  top: 30%;
  position: absolute;
  font-size: 6px;
  content: "\f6ad";
  transform: rotate(-30deg);
  font-family: "matbaows-icons";
}
body .ux-menu .ux-menu-link a.ux-menu-link__link span {
  margin-left: 15px;
}
body .post-item .box .box-text .cat-label::before {
  content: "﫷";
  font-family: "matbaows-icons";
  color: var(--text-color);
  margin-right: 5px;
  font-size: 16px;
}
body .post-item .box .box-text .post-meta::before {
  content: "\f319";
  font-family: "matbaows-icons";
  color: var(--text-color);
  margin-right: 5px;
  font-size: 16px;
}
body .post-item .box .box-text .is-divider {
  display: none;
}
body #wrapper {
  margin-bottom: 30px;
  margin-top: 30px;
}
body .back-to-top {
  border-radius: unset;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
}
body .back-to-top:hover {
  background-color: var(--fs-color-primary) !important;
}
body .mbws_dich-vu .post-item .box .box-text {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 7px 17px 9px 17px;
  background-color: #fff !important;
  height: 60px;
  -webkit-transition: height 0.3s ease-in-out 0s;
  -moz-transition: height 0.3s ease-in-out 0s;
  -ms-transition: height 0.3s ease-in-out 0s;
  -o-transition: height 0.3s ease-in-out 0s;
  transition: height 0.3s ease-in-out 0s;
}
body .mbws_dich-vu .post-item .box .box-text .cat-label {
  font-size: 13px;
  text-transform: none;
  color: var(--fs-color-primary);
}
body .mbws_dich-vu .post-item .box .box-text .from_the_blog_excerpt {
  display: none;
}
body .mbws_dich-vu .post-item .box .box-text .cat-label::before {
  display: none;
}
body .mbws_dich-vu .post-item .box .box-text .is-divider {
  display: none;
}
body .mbws_dich-vu .post-item .box:hover .box-text {
  height: 100%;
}
body .mbws_dich-vu .post-item .box:hover .box-text .from_the_blog_excerpt {
  display: block;
}
body .wpcf7-form {
  margin-bottom: 0;
}
body .wpcf7-form label {
  font-weight: bold;
  color: var(--heading-color);
}
body .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
  text-transform: none;
  font-weight: 500;
  color: #8a8a8a;
  border: 1px solid #ddd;
  box-shadow: none;
  background-color: transparent;
  height: 40px;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
}
body .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):focus {
  color: #8a8a8a;
  background-color: transparent;
  box-shadow: unset;
  border: 1px solid var(--fs-color-primary);
}
body .wpcf7-form .wpcf7-submit {
  padding: 9px 10px;
  padding: 0px 30px;
  margin-bottom: unset;
}
body .wpcf7-form .wpcf7-submit:hover {
  background-color: var(--fs-color-primary);
  color: #fff !important;
}
body .wpcf7-form input[type=file] {
  padding: 6px 10px;
}
body .wpcf7-form .wpcf7-spinner {
  display: none;
}
body .mbws_y-kien-khach-hang .slider-wrapper .flickity-slider .mbws_testi::after {
  border-right: 16px solid transparent;
  border-top: 15px solid #ddd;
  bottom: -14px;
  content: "";
  position: absolute;
  left: 41px;
  top: auto;
  width: 0;
  z-index: 1;
}
body .mbws_y-kien-khach-hang .slider-wrapper .flickity-slider .mbws_testi::before {
  border-right: 13px solid transparent;
  border-top: 14px solid #fff;
  bottom: -13px;
  top: auto;
  content: "";
  left: 42px;
  position: absolute;
  z-index: 2;
}
body .mbws_y-kien-khach-hang .slider-wrapper .flickity-slider .testimonial-box .icon-box-img img {
  border-radius: unset !important;
  padding: 10px;
  background-color: var(--fs-color-primary);
}
body .dark .wpcf7-form label,
body .dark .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
  color: #fff;
}
body .dark .wpcf7-form label:focus,
body .dark .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):focus {
  color: #fff;
}
body .slider-nav-circle .flickity-button svg {
  border-radius: unset;
}
body .pri-color {
  color: var(--fs-color-primary);
}
body .sec-color {
  color: var(--fs-color-primary);
}
body .section-title-container .section-title-normal span {
  border-bottom: 2px solid var(--fs-color-primary);
}
body .social-icons a.icon {
  border-radius: unset;
  margin-left: 0;
  margin-right: 0;
  border: unset;
  line-height: 2.4;
  font-size: 12px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
body .social-icons a.icon:nth-child(1) {
  border-left: 1px solid #ddd;
}

.accordion .accordion-item {
  background-color: #ebf4ff;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.accordion .accordion-item .accordion-title {
  border-top: none;
  padding: 24px;
  font-size: 22px;
  color: var(--heading-color);
  font-weight: var(--heading-font-weight);
  font-family: var(--heading-font-family);
}
.accordion .accordion-item .accordion-title .toggle {
  left: auto;
  right: 24px;
  margin: unset;
  top: 24px;
  font-size: 12px;
}
.accordion .accordion-item .accordion-title .toggle i::before {
  content: "+";
  font-family: "Font Awesome 6 Pro";
}
.accordion .accordion-item .accordion-title.active {
  background-color: unset;
}
.accordion .accordion-item .accordion-title.active .toggle i::before {
  content: "\f068";
}
.accordion .accordion-item .accordion-inner {
  padding: 24px;
}

/* Custom Date/Time/Datetime-local Placeholders styling */
.mbws-datetime-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.mbws-datetime-wrapper:not(.has-value):not(.has-focus) input[type=date],
.mbws-datetime-wrapper:not(.has-value):not(.has-focus) input[type=time],
.mbws-datetime-wrapper:not(.has-value):not(.has-focus) input[type=datetime-local] {
  color: transparent !important;
}
.mbws-datetime-wrapper:not(.has-value):not(.has-focus) input[type=date]::-webkit-datetime-edit,
.mbws-datetime-wrapper:not(.has-value):not(.has-focus) input[type=time]::-webkit-datetime-edit,
.mbws-datetime-wrapper:not(.has-value):not(.has-focus) input[type=datetime-local]::-webkit-datetime-edit {
  color: transparent !important;
}
.mbws-datetime-wrapper .mbws-datetime-placeholder {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #a9a9a9;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 30px);
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
}
.mbws-datetime-wrapper.has-value .mbws-datetime-placeholder, .mbws-datetime-wrapper.has-focus .mbws-datetime-placeholder {
  opacity: 0;
  visibility: hidden;
}
.mbws-datetime-wrapper input[type=date]::-webkit-calendar-picker-indicator,
.mbws-datetime-wrapper input[type=time]::-webkit-calendar-picker-indicator,
.mbws-datetime-wrapper input[type=datetime-local]::-webkit-calendar-picker-indicator {
  opacity: 0.6;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

body.dark .mbws-datetime-wrapper .mbws-datetime-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.header .header-wrapper .header-top {
  padding: 15px 15px 0px 15px;
}
.header .header-wrapper .header-top .header-contact li a[href^=mailto] {
  text-transform: none;
}
.header .header-wrapper .header-top .header-contact li a i::before {
  color: var(--fs-color-primary);
}
.header .header-wrapper .header-main {
  z-index: 99;
  padding: 0 15px;
}
.header .header-wrapper .header-main .top-divider {
  border: unset;
}
.header .header-wrapper .header-bottom {
  padding: 0 30px;
}
.header .header-wrapper .header-bottom .container {
  padding-left: 0;
  padding-right: 0;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item {
  margin: 0;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item::after {
  border-width: 9px;
  margin-left: -9px;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item > a {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  line-height: unset;
  padding: 18px 25px;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item > a:hover {
  border-top: 1px solid var(--fs-color-primary);
  border-bottom: 1px solid var(--fs-color-primary);
  border-right: 1px solid var(--fs-color-primary);
  background-color: var(--fs-color-primary);
  color: #fff;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item .sub-menu {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: unset;
  box-shadow: unset;
  padding: 0;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item .sub-menu .menu-item {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item .sub-menu .menu-item a {
  border-bottom: unset;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item .sub-menu .menu-item:nth-child(1) {
  border-top: unset;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item .sub-menu .menu-item:last-child {
  border-bottom: unset;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item .sub-menu .menu-item:hover {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item .sub-menu .menu-item:hover:nth-child(1) {
  border-top: unset;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item .sub-menu .menu-item:hover:last-child {
  border-bottom: unset;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item .sub-menu .menu-item:hover a {
  color: var(--fs-color-primary);
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item:nth-child(1) > a {
  border-left: 1px solid #ddd;
}
.header .header-wrapper .header-bottom .container .header-nav > .menu-item.active > a {
  border-top: 1px solid var(--fs-color-primary);
  border-bottom: 1px solid var(--fs-color-primary);
  border-right: 1px solid var(--fs-color-primary);
  background-color: var(--fs-color-primary);
  color: #fff;
}
.header .header-wrapper .header-bottom .container .flex-right {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.header .header-wrapper .header-bottom .header-search::before {
  display: none;
}
.header .header-wrapper .header-bottom .header-search::after {
  display: none;
}
.header .header-wrapper .header-bottom .header-search a {
  padding: 18.5px 20px;
  border-left: 1px solid #dddddd;
}
.header .header-wrapper .header-bottom .header-search a:hover {
  color: var(--fs-color-primary);
}
.header .header-wrapper .header-bottom .header-search .nav-dropdown {
  box-shadow: unset;
  border: 1px solid #ddd;
}
.header .header-wrapper .header-bottom .header-search .nav-dropdown input {
  box-shadow: unset;
}
.header .header-wrapper .header-bottom .header-search .nav-dropdown .ux-search-submit {
  background-color: var(--fs-color-primary);
}
.header .header-contact {
  margin-right: 0;
}
.header .header-contact .icon-box .icon-box-text h4,
.header .header-contact .icon-box .icon-box-text p {
  margin-bottom: 0;
}

.mbws-page-header .page-title-inner {
  padding: 0 0 60px !important;
  justify-content: space-between !important;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .mbws-page-header .page-title-inner {
    padding: 30px 0 !important;
  }
}
.mbws-page-header .page-title-inner .title-content,
.mbws-page-header .page-title-inner .title-wrapper {
  width: 100%;
  text-align: left;
}
.mbws-page-header .page-title-inner .title-content .title-breadcrumbs,
.mbws-page-header .page-title-inner .title-wrapper .title-breadcrumbs {
  padding: unset;
}

main .content-area .row-main > .large-12.col {
  padding: 0 30px 30px;
}
main .content-area .row-main > .large-12.col > .col-inner > .section {
  padding-left: 0;
  padding-right: 0;
}

.mbws_doi-ngu-bac-si .box .box-image {
  width: 100% !important;
}
.mbws_doi-ngu-bac-si .box .box-image .box-image-inner {
  border-radius: unset !important;
}
.mbws_doi-ngu-bac-si .box .box-text {
  margin-top: -10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.mbws_doi-ngu-bac-si .box .box-text h4 {
  text-transform: none;
  padding: 20px;
}
.mbws_doi-ngu-bac-si .box .box-text h4 .person-name {
  color: var(--fs-color-primary);
}
.mbws_doi-ngu-bac-si .box .box-text .social-icons {
  padding-left: 10px;
  width: 100%;
  border-top: solid 1px #ddd;
}
.mbws_doi-ngu-bac-si .box .box-text .social-icons a {
  border-radius: unset !important;
  border: unset;
}

body.home .mbws_header {
  display: none;
}

.mbws_home-dich-vu .slider .flickity-viewport .post-item .box .box-text {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 7px 17px 9px 17px;
  background-color: #fff !important;
  height: 60px;
  -webkit-transition: height 0.3s ease-in-out 0s;
  -moz-transition: height 0.3s ease-in-out 0s;
  -ms-transition: height 0.3s ease-in-out 0s;
  -o-transition: height 0.3s ease-in-out 0s;
  transition: height 0.3s ease-in-out 0s;
}
.mbws_home-dich-vu .slider .flickity-viewport .post-item .box .box-text .cat-label {
  font-size: 13px;
  text-transform: none;
  color: var(--fs-color-primary);
}
.mbws_home-dich-vu .slider .flickity-viewport .post-item .box .box-text .from_the_blog_excerpt {
  display: none;
}
.mbws_home-dich-vu .slider .flickity-viewport .post-item .box .box-text .is-divider {
  display: none;
}
.mbws_home-dich-vu .slider .flickity-viewport .post-item .box:hover .box-text {
  height: 100%;
}
.mbws_home-dich-vu .slider .flickity-viewport .post-item .box:hover .box-text .from_the_blog_excerpt {
  display: block;
}

.mbws_tin-tuc-y-kien .post-item .box .box-text .cat-label {
  font-size: 13px;
  text-transform: none;
  color: var(--fs-color-primary);
}
.mbws_tin-tuc-y-kien .post-item .box .box-text .post-title {
  color: var(--fs-color-primary);
}
.mbws_tin-tuc-y-kien .post-item .box .box-text .is-divider {
  display: none;
}

.mbws-member-list .box-text {
  padding: 15px 0 0;
}
.mbws-member-list .box-text .person-name {
  display: block;
  min-height: 2.6em;
}
.mbws-member-list .box-text br {
  display: none;
}

body .post-sidebar {
  padding: 0 0px 30px !important;
}
body .post-sidebar .widget-area .widget_search .searchform {
  border: 1px solid #ddd;
}
body .post-sidebar .widget-area .widget_search .searchform .search-field {
  border: unset;
  box-shadow: unset;
}
body .post-sidebar .widget-area .widget_search .searchform .ux-search-submit {
  border: unset;
  color: var(--text-color) !important;
  background-color: transparent !important;
}
body .post-sidebar .widget-area .widget_search .searchform .ux-search-submit:hover {
  background-color: var(--fs-color-primary) !important;
  color: #fff !important;
}
body .post-sidebar .widget-area .widget_search {
  margin: 0 30px 0;
}
body .post-sidebar .widget-area .mbws_sidebar-bai-viet .post-item {
  padding: 0 15px 0px;
}
body .post-sidebar .widget-area .mbws_sidebar-bai-viet .post-item .box {
  padding: 15px 20px 17px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
body .post-sidebar .widget-area .mbws_sidebar-bai-viet .post-item .box .box-text {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 0;
}
body .post-sidebar .widget-area .mbws_sidebar-bai-viet .post-item .box .box-text .post-title {
  font-size: 13px;
  color: var(--fs-color-primary);
  font-weight: 500;
}
body .post-sidebar .widget-area .mbws_sidebar-bai-viet .post-item .box .box-text .is-divider {
  display: none;
}
body .post-sidebar .widget-area .mbws_y-kien-khach-hang .section-content .slider-wrapper .flickity-slider > .row > .col {
  padding: 0 0px 30px;
}
body .post-sidebar .widget-area .mbws_y-kien-khach-hang .section-content .slider-wrapper .flickity-slider > .row > .col .testimonial-box .icon-box-img {
  width: 24px !important;
}
body .post-sidebar .widget-area .mbws_y-kien-khach-hang .section-content .slider-wrapper .flickity-slider > .row > .col .testimonial-box .icon-box-img img {
  padding: 5px;
}
body .post-sidebar .widget-area .mbws_y-kien-khach-hang .section-content .slider-wrapper .flickity-slider > .row > .col .icon-box-text .testimonial-text .text {
  font-size: 11px;
}
body .post-sidebar .widget-area .mbws_y-kien-khach-hang .section-content .slider-wrapper .flickity-slider > .row > .col .icon-box-text .testimonial-text .text h3 {
  color: var(--fs-color-primary);
}
body .post-sidebar .widget-area .mbws_sidebar-bac-si .ux-menu .menu-item a {
  color: var(--fs-color-primary);
  font-size: 13px;
}
body .post-sidebar .widget-area .mbws_sidebar-bac-si .ux-menu .menu-item a:hover {
  color: var(--fs-experimental-link-color-hover);
}
.archive-page-header h1.page-title {
  font-size: 30px;
}

#post-list .post-item .box {
  cursor: pointer;
}
#post-list .post-item .box .box-text {
  height: 155px;
  transition: height 0.5s ease;
  background-color: #fff;
}
#post-list .post-item .box .box-text * {
  color: var(--text-color);
  text-shadow: none;
}
#post-list .post-item .box:hover .box-text {
  height: 100%;
}

body.single-post .entry-header-text {
  padding-top: unset;
}
body.single-post .entry-header-text .entry-meta .expiration-notice {
  margin-left: 20px;
}
body.single-post .entry-header-text .entry-meta .expiration-notice i {
  font-size: 1rem;
  margin-right: 5px;
}
body.single-post .related-box .related-post {
  margin-top: 20px;
}
body.single-post .related-box .related-post ul li {
  list-style: none;
  position: relative;
}
body.single-post .related-box .related-post ul li a {
  margin-left: 20px;
}
body.single-post .related-box .related-post ul li a::before {
  left: 0;
  color: var(--fs-color-primary);
  top: 7px;
  position: absolute;
  font-size: 6px;
  content: "\f6ad";
  transform: rotate(-30deg);
  font-family: "matbaows-icons";
}

@media (max-width: 991px) {
  .post .entry-header .row > .col:last-of-type {
    padding-bottom: 0;
  }
}
.post .entry-header .entry-category a::before {
  content: "﫷";
  font-size: 16px;
  font-family: "matbaows-icons";
  color: var(--text-color);
  margin-right: 5px;
}
.post .entry-header .entry-meta .posted-on {
  margin-right: 20px;
}
.post .entry-header .entry-meta .posted-on::before {
  content: "\f319";
  font-family: "matbaows-icons";
  color: var(--text-color);
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}
.post .entry-header .entry-meta .byline::before {
  content: "\eb4d";
  font-family: "matbaows-icons";
  color: var(--text-color);
  margin-right: 5px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .mobile-expand {
    width: 100%;
  }
}

.btn-apply.disabled {
  background-color: #757575;
  cursor: not-allowed;
  pointer-events: none;
}

/* Custom Styles for Featured Item Archive (SCSS format) */
.featured-item-page {
  font-family: "Montserrat", "Inter", sans-serif;
  color: #333;
  background-color: #f7f9fc;
  padding-bottom: 50px;
}

/* Banner section */
.featured-item-banner {
  background: linear-gradient(135deg, var(--fs-color-primary) 0%, #0093dd 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  min-height: 220px;
  display: flex;
  align-items: center;
}
.featured-item-banner .banner-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.featured-item-banner .banner-content {
  flex: 1;
  padding-right: 30px;
}
.featured-item-banner .banner-breadcrumbs {
  font-size: 14px;
  margin-bottom: 15px;
  opacity: 0.9;
}
.featured-item-banner .banner-breadcrumbs a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.featured-item-banner .banner-breadcrumbs a:hover {
  opacity: 1;
  text-decoration: underline;
}
.featured-item-banner .banner-breadcrumbs .active-crumb {
  font-weight: 600;
}
.featured-item-banner .banner-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  line-height: 1.2;
}
.featured-item-banner .banner-image {
  width: 300px;
  height: auto;
  position: absolute;
  right: 15px;
  bottom: -40px;
  display: flex;
  align-items: flex-end;
}
.featured-item-banner .banner-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .featured-item-banner {
    padding: 30px 0;
    min-height: 180px;
  }
  .featured-item-banner .banner-image {
    display: none;
    /* Hide decorative doctors image on mobile */
  }
  .featured-item-banner .banner-content {
    padding-right: 0;
  }
  .featured-item-banner .banner-title {
    font-size: 24px;
  }
}

/* Main content wrapper */
.featured-item-main {
  padding: 30px 15px;
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .featured-item-main {
    flex-direction: column;
  }
}

/* Sidebar */
.featured-item-sidebar {
  width: 280px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  height: fit-content;
}
@media (max-width: 991px) {
  .featured-item-sidebar {
    width: 100%;
  }
}
.featured-item-sidebar .sidebar-title {
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px 15px;
  margin: 0;
  border-bottom: 1px solid #eee;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.featured-item-sidebar .category-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.featured-item-sidebar .category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  cursor: pointer;
  border-bottom: 1px solid #f9f9f9;
  font-size: 14px;
  color: #555;
  transition: all 0.2s ease;
}
.featured-item-sidebar .category-item:last-child {
  border-bottom: none;
}
.featured-item-sidebar .category-item:hover {
  background-color: #f5f8fc;
  color: var(--fs-color-primary);
}
.featured-item-sidebar .category-item:hover .category-indicator {
  border-color: var(--fs-color-primary);
}
.featured-item-sidebar .category-item.active {
  background-color: #e6f2fc;
  color: var(--fs-color-primary);
  font-weight: 600;
}
.featured-item-sidebar .category-item.active .category-indicator {
  border-color: var(--fs-color-primary);
  background-color: var(--fs-color-primary);
}
.featured-item-sidebar .category-item.active .category-indicator::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.featured-item-sidebar .category-indicator {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  transition: all 0.2s ease;
}

/* Content Area */
.featured-item-content {
  flex: 1;
}

/* Search bar */
.search-bar-container {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .search-bar-container {
    flex-direction: column;
  }
}
.search-bar-container .search-input-wrapper {
  flex: 1;
  position: relative;
}
.search-bar-container .search-input-wrapper input[type=search] {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  color: #333;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s;
  padding-left: 40px;
  margin-bottom: unset;
}
.search-bar-container .search-input-wrapper input[type=search]:focus {
  border-color: var(--fs-color-primary);
  box-shadow: 0 0 0 3px rgba(0, 114, 188, 0.1);
}
.search-bar-container .search-input-wrapper i {
  position: absolute;
  left: 15px;
  top: 0;
  color: #888;
  font-size: 16px;
  pointer-events: none;
  line-height: 45px;
  z-index: 1;
}
.search-bar-container .btn-search {
  background-color: var(--fs-color-primary);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0 25px;
  margin: unset;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  height: 45px;
}
.search-bar-container .btn-search:hover {
  background-color: #005a96;
}
@media (max-width: 991px) {
  .search-bar-container .btn-search {
    width: 100%;
  }
}

/* Filter Tabs */
.filter-tabs {
  display: flex;
  gap: 25px;
  border-bottom: 2px solid #eef2f5;
  margin-bottom: 20px;
}
.filter-tabs .tab-button {
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
  margin: unset;
  padding-left: 0;
  padding-right: 0;
}
.filter-tabs .tab-button:hover {
  color: var(--fs-color-primary);
}
.filter-tabs .tab-button.active {
  color: var(--fs-color-primary);
}
.filter-tabs .tab-button.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--fs-color-primary);
}

/* Active Filters */
.active-filters-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.filter-tag {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 12px;
  font-size: 13px;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.filter-tag .close-tag {
  cursor: pointer;
  color: #999;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  transition: color 0.2s;
}
.filter-tag .close-tag:hover {
  color: #ff3b30;
}

.clear-all-filters {
  color: var(--fs-color-primary);
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  transition: text-decoration 0.2s;
}
.clear-all-filters:hover {
  text-decoration: underline;
}

/* Cards Grid */
.cards-grid-container {
  position: relative;
  min-height: 200px;
}
.cards-grid-container.loading .cards-grid {
  opacity: 0.5;
  pointer-events: none;
}
.cards-grid-container.loading .grid-loader {
  display: block;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  transition: opacity 0.3s ease;
}
@media (max-width: 991px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

/* Loading spinner */
.grid-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 114, 188, 0.1);
  border-top: 4px solid var(--fs-color-primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Card design */
.featured-item-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  border: 1px solid #eaeaea;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s, box-shadow 0.2s;
}
.featured-item-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border-color: #d1d8e0;
}
.featured-item-card .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  line-height: 1.4;
  min-height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-item-card .card-description {
  font-size: 13.5px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 60px;
}
.featured-item-card .card-footer {
  display: flex;
  gap: 10px;
}
.featured-item-card .btn {
  flex: 1;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  box-shadow: none;
  outline: none;
  transition: all 0.2s;
}
.featured-item-card .btn-detail {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #555;
}
.featured-item-card .btn-detail:hover {
  background-color: #f5f5f5;
  border-color: #aaa;
  color: #333;
}
.featured-item-card .btn-booking {
  background-color: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
  color: #fff;
}
.featured-item-card .btn-booking:hover {
  background-color: #005a96;
  border-color: #005a96;
}

.service-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--fs-color-primary);
  margin-bottom: 12px;
}

/* Disclaimer */
.disclaimer-section {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 15px;
  text-align: center;
}

.disclaimer-text {
  font-size: 13px;
  color: #888;
  font-style: italic;
  line-height: 1.6;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin: 0;
}

/* Empty search result */
.no-items-found {
  grid-column: span 2;
  text-align: center;
  padding: 50px 20px;
  color: #888;
  font-size: 15px;
  background: #fff;
  border-radius: 8px;
  border: 1px dashed #ccc;
}
@media (max-width: 991px) {
  .no-items-found {
    grid-column: span 1;
  }
}

/* Booking Modal & Combobox Styles */
.mbws-booking-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}
.mbws-booking-modal.active {
  display: flex;
}

.mbws-booking-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  transition: opacity 0.3s ease;
}

.mbws-booking-modal-content {
  position: relative;
  background-color: #fff;
  width: 90%;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 2;
  padding: 30px;
  max-height: 90vh;
  overflow-y: auto;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.mbws-booking-modal-content form {
  margin-bottom: unset;
}
.mbws-booking-modal-content form button[type=submit] {
  height: 50px;
  border-radius: 6px;
  text-transform: none;
  margin: unset;
}
.mbws-booking-modal-content form button[type=submit] i {
  font-size: 24px;
  vertical-align: baseline;
}

.mbws-booking-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #aaa;
  cursor: pointer;
  transition: color 0.2s;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  box-shadow: none;
  min-height: unset;
}
.mbws-booking-modal-close:hover {
  color: #333;
  background: none;
}

.mbws-booking-modal-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--heading-color);
}
.mbws-booking-modal-header h3 i {
  font-size: 24px;
  margin-right: 10px;
  color: var(--fs-color-primary);
}

/* Combobox styles */
.mbws-booking-fields-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}

.mbws-booking-field-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  padding-left: 40px;
}
.mbws-booking-field-group label {
  margin-bottom: unset;
  font-weight: bold;
  color: var(--fs-color-primary);
}
.mbws-booking-field-group i {
  position: absolute;
  top: 20px;
  left: 0;
  color: var(--fs-color-primary);
  font-size: 24px;
}

.mbws-cf7-noti {
  background-color: #F0F5FF;
  border-radius: 8px;
  border: 1px solid #0072BC;
  color: #0072BC;
  padding: 15px 15px 15px 40px;
  font-size: 14px;
  margin: 15px 0;
  position: relative;
}
.mbws-cf7-noti::before {
  content: "\f05a";
  font-family: "Font Awesome 6 Pro";
  display: inline;
  position: absolute;
  left: 15px;
  top: 15px;
  font-weight: 700;
  font-size: 18px;
}

.mbws-field-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
  display: block;
}
.mbws-field-label .required {
  color: #d9534f;
  margin-left: 2px;
}

.mbws-combobox {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}

.mbws-combobox-select-box {
  position: relative;
  cursor: pointer;
}

.mbws-combobox-input {
  width: 100%;
  height: 40px !important;
  padding: 10px 35px 10px 15px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  font-size: 14px !important;
  color: #333 !important;
  cursor: pointer !important;
  user-select: none;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

.mbws-combobox-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #888;
  pointer-events: none;
  transition: transform 0.2s ease;
}

.mbws-combobox.open .mbws-combobox-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.mbws-combobox.open .mbws-combobox-dropdown {
  display: flex;
}

.mbws-combobox-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  flex-direction: column;
  max-height: 250px;
  overflow: hidden;
}

.mbws-combobox-search-wrapper {
  padding: 8px;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
}

.mbws-combobox-search-input {
  width: 100%;
  height: 34px;
  padding: 6px 12px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  font-size: 13.5px !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  background-color: #fff !important;
}

.mbws-combobox-options-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-y: auto;
  max-height: 190px;
}

.mbws-combobox-option {
  padding: 10px 15px;
  font-size: 13.5px;
  color: #444;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
  border-bottom: 1px solid #f9f9f9;
}
.mbws-combobox-option:last-child {
  border-bottom: none;
}
.mbws-combobox-option:hover, .mbws-combobox-option.highlighted {
  background-color: #e6f2fc;
  color: #0072bc;
}
.mbws-combobox-option.selected {
  background-color: #0072bc;
  color: #fff;
  font-weight: 600;
}
.mbws-combobox-option.empty-option {
  color: #999;
  font-style: italic;
}

.mbws-datetime-inputs {
  display: flex;
  gap: 15px;
  width: 100%;
  margin-top: 5px;
}
.mbws-datetime-inputs .wpcf7-form-control-wrap {
  flex: 1;
}
@media (max-width: 991px) {
  .mbws-datetime-inputs {
    flex-wrap: wrap !important;
  }
  .mbws-datetime-inputs > * {
    flex: 1;
    max-width: 100%;
    flex-basis: 100%;
  }
}

.mbws-datetime-input {
  width: 100%;
  height: 42px;
  padding: 10px 15px !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  font-size: 14px !important;
  color: #333 !important;
  margin-bottom: 0 !important;
}

html.mbws-modal-open {
  overflow: hidden;
}

/* Custom error message styling for CF7 in our fields */
.mbws-booking-field-group .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d9534f;
  margin-top: 4px;
  font-weight: 500;
  display: block;
}

.service-wrapper {
  padding: 30px 0;
}
.service-wrapper .container {
  max-width: 1200px;
}

.service-header .entry-title {
  font-size: 36px;
}
@media (max-width: 991px) {
  .service-header .entry-title {
    font-size: 30px;
  }
}
.service-header .service-price {
  font-size: 28px;
  margin-bottom: unset;
}
.service-header .entry-cat {
  width: fit-content;
  background-color: #eaf3ff;
  border-radius: 5px;
  padding: 8px;
  color: var(--fs-color-primary);
  font-size: 14px;
}
.service-header .service-price-wrapper {
  text-align: right;
  padding-right: 30px;
  flex: 1;
}
@media (max-width: 991px) {
  .service-header .service-price-wrapper {
    text-align: left;
  }
}
.service-header .button {
  width: 100%;
}

.testing-procedure {
  padding: 30px 0;
}
.testing-procedure ol {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  counter-reset: step-counter;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.testing-procedure ol li {
  position: relative;
  padding-left: 55px;
  margin-left: unset !important;
  counter-increment: step-counter;
  margin-bottom: 0 !important;
  min-height: 36px;
}
.testing-procedure ol li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  color: #0072BC;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 114, 188, 0.08);
}
.testing-procedure ol li strong,
.testing-procedure ol li b,
.testing-procedure ol li .step-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
  line-height: 1.3;
}
.testing-procedure ol li p,
.testing-procedure ol li .step-desc {
  margin: 0 !important;
  font-size: 14.5px;
  color: #4a4a4a;
  line-height: 1.6;
}

.related-packages-services {
  padding: 30px 0;
}

.related-services {
  padding-top: 60px;
}

.slider .featured-item-card {
  padding: 24px !important;
  margin-right: 20px !important;
  max-width: calc(33.3333333333% - 20px);
}
@media (max-width: 991px) {
  .slider .featured-item-card {
    max-width: 100%;
  }
}

.mbws_footer-1 {
  background-color: var(--fs-color-primary) !important;
}
.mbws_footer-1 .col {
  padding: 0 15px 0px;
}
.mbws_footer-1 p {
  margin-top: 10px;
  margin-bottom: 0;
}
.mbws_footer-1 .slider-nav-circle .flickity-prev-next-button {
  transform: unset;
  display: block;
  opacity: 1 !important;
}
.mbws_footer-1 .slider-nav-circle .flickity-prev-next-button svg {
  width: 75%;
  border: 1px solid #7cdced;
  color: #fff;
  top: 10%;
}
.mbws_footer-1 .slider-nav-circle .flickity-prev-next-button:hover svg {
  border: 1px solid #fff;
  background-color: #fff;
}
.mbws_footer-1 .slider-nav-circle .flickity-prev-next-button:hover svg .arrow {
  fill: var(--fs-color-primary) !important;
}
.mbws_footer-1 .slider-nav-circle .flickity-button.next {
  right: 10;
}
.mbws_footer-1 .slider-nav-circle .flickity-button.previous {
  left: unset;
  right: 50px;
}
.mbws_footer-1 .slider-nav-circle:hover .flickity-button {
  transform: unset !important;
}

.mbws_footer-2 {
  padding: 30px 15px !important;
}
.mbws_footer-2 .wpcf7-form {
  margin-bottom: 0;
}
.mbws_footer-2 .wpcf7-form .wpcf7-form-control {
  border: 1px solid #464646;
}
.mbws_footer-2 .wpcf7-form .wpcf7-form-control:focus {
  border: 1px solid #fff;
}
.mbws_footer-2 p {
  color: var(--text-color);
}
.mbws_footer-2 a i {
  color: var(--fs-color-primary);
  margin-right: 15px;
}
.mbws_footer-2 a:hover {
  color: var(--fs-color-primary) !important;
}
.mbws_footer-2 .section-title-container .section-title-normal {
  border-bottom: unset;
}
.mbws_footer-2 .section-title-container .section-title-normal .section-title-main {
  border-color: var(--fs-color-primary);
}

.absolute-footer {
  background-color: #2A2A2A !important;
}
.absolute-footer .footer-primary .copyright-footer {
  padding: 7.5px 0;
}