@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
*/
@font-face {
  font-family: "doclap";
  src: url("../fonts/doclap/doc-lap.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.section-title-container .section-title-normal {
  border-bottom: 2px solid var(--heading-color);
}
.section-title-container .section-title-normal .section-title-main {
  border-bottom: 0;
}
.section-title-container a {
  font-weight: 400;
  padding: 0 80px;
  text-transform: uppercase;
  color: var(--heading-color);
  position: relative;
}
@media (max-width: 767px) {
  .section-title-container a {
    margin-left: 0 !important;
    min-height: 52px;
    align-content: center;
    padding-left: 0 !important;
  }
}
.section-title-container a::before {
  font-family: inherit;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  display: block;
  width: 45px;
  height: 2px;
  background-color: var(--heading-color);
  will-change: width;
  -webkit-transition: width 0.3s ease-out, background-color 0.3s ease;
  -ms-transition: width 0.3s ease-out, background-color 0.3s ease;
  -o-transition: width 0.3s ease-out, background-color 0.3s ease;
  transition: width 0.3s ease-out, background-color 0.3s ease;
  -webkit-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  opacity: 1;
}
.section-title-container a:hover::before {
  width: 0%;
}
.section-title-container a:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  color: var(--heading-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f105";
  font-family: "Font Awesome 6 pro";
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 39.33px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  letter-spacing: -1px;
  -webkit-transition: border-width 0.3s ease-out, border-color 0.3s ease;
  -ms-transition: border-width 0.3s ease-out, border-color 0.3s ease;
  -o-transition: border-width 0.3s ease-out, border-color 0.3s ease;
  transition: border-width 0.3s ease-out, border-color 0.3s ease;
  opacity: 1;
}
.section-title-container a i {
  display: none;
}

.dark .section-title-container a::before {
  background-color: #fff;
}
.dark .section-title-container a::after {
  border-color: #fff;
  color: #fff !important;
}
.dark .section-title-container a i {
  color: #fff !important;
}

.button:not(.icon) {
  font-weight: 400 !important;
  text-transform: uppercase;
  padding: 5px 30px !important;
  font-size: 0.9rem !important;
}
.button:not(.icon).is-link {
  padding-left: 0 !important;
}
.button:not(.icon).is-outline.secondary {
  color: var(--heading-color) !important;
  border-color: #c9c8bf !important;
  border-width: 1px !important;
}
.button:not(.icon).is-outline.secondary:hover {
  background-color: var(--heading-color) !important;
  color: #fff !important;
}

.dark p,
.dark td,
.dark li,
.dark span {
  color: var(--color-mbws-custom-1);
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form input[type=url],
.wpcf7-form input[type=search],
.wpcf7-form input[type=password],
.wpcf7-form input[type=date],
.wpcf7-form input[type=time] {
  width: 100%;
  border-radius: 100px;
  border: 1px solid var(--color-mbws-border);
  padding: 10px 20px;
  height: 50px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--heading-color);
  background-color: transparent !important;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form input[type=number]::placeholder,
.wpcf7-form input[type=url]::placeholder,
.wpcf7-form input[type=search]::placeholder,
.wpcf7-form input[type=password]::placeholder,
.wpcf7-form input[type=date]::placeholder,
.wpcf7-form input[type=time]::placeholder {
  color: var(--color-mbws-border);
}
.wpcf7-form textarea {
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--color-mbws-border);
  padding: 10px 20px;
  height: 150px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--heading-color);
  background-color: transparent !important;
}
.wpcf7-form button {
  border-radius: 100px;
  border: 1px solid var(--color-mbws-border);
  padding: 5px 20px;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 400;
  color: var(--heading-color);
  background-color: var(--fs-color-primary) !important;
}

#popup-all-page img {
  margin-bottom: 0;
}

.popup-home-page {
  position: fixed;
  bottom: 5%;
  left: 2%;
  box-sizing: border-box;
  background: var(--color-mbws-bgr);
  max-width: 400px;
  width: 100%;
  border-radius: 8px;
  z-index: 999999;
  padding: 20px;
  box-shadow: 6px 17px 43px rgba(0, 0, 0, 0.15);
}
.popup-home-page .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 0.9rem;
  line-height: 1;
  color: #333;
  opacity: 0.5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.popup-home-page .popup-content p {
  margin-bottom: 0;
}
.popup-home-page .popup-close:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.05);
}

.mbws_toolbar ul li a > div {
  box-shadow: 0 0 0 0 #d1b152;
}

@media (min-width: 768px) {
  .nav-dropdown-has-border header#header .nav-dropdown ul.sub-menu {
    border-style: solid;
    border-width: 2px;
  }
  header#header .nav-dropdown {
    display: block;
    padding: 20px 0;
  }
  header#header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    padding: 0;
    display: none !important;
  }
  header#header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
  }
  header#header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  header#header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  header#header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
  }
}
.entry-content ul li ul {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  box-shadow: none !important;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  height: unset;
  min-height: unset;
  padding: 0 10px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  content: "\eb1c";
  font-family: "matbaows-icons";
  font-size: 1rem;
  color: inherit;
}

.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-range {
  background-color: var(--fs-color-secondary);
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background-color: var(--fs-color-primary);
}

.wpcf7-form .wpcf7-form-control-wrap input {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
}
.wpcf7-form .form-dk {
  display: flex;
  width: 100%;
}
.wpcf7-form .form-dk .wpcf7-spinner {
  display: none;
}
.wpcf7-form .form-dk .wpcf7-submit {
  margin-right: 0;
}

.box-contact p i {
  color: var(--fs-color-primary);
  width: 23px;
  text-align: center;
}

#related_posts {
  border-top: 4px double #e8e8e8;
  padding-top: 10px;
}
#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
#related_posts .relatedthumb img {
  height: 100%;
}

.mbws-related-posts-title {
  margin-top: 30px;
}

.relatedcontent h3 {
  font-size: 1rem;
  margin-top: 7px;
}

.header .stuck > div:not(.hide-for-sticky) {
  background-color: var(--color-sticky-header-bgr);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a {
  color: var(--color-sticky-header-nav);
}
.header .stuck > div:not(.hide-for-sticky) .nav li.menu-item a:hover {
  color: var(--color-sticky-header-nav-hover);
}

.header.has-transparent .header-main {
  background-image: linear-gradient(0deg, rgba(19, 19, 13, 0) 0%, rgba(19, 19, 13, 0.8) 100%);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #8c8b7a;
}
.header.has-transparent .header-main .header-nav .menu-item a {
  color: var(--color-mbws-custom-1);
}
.header.has-transparent .header-main .header-nav .menu-item.active a {
  color: var(--fs-color-secondary);
}
.header.has-transparent .header-main .header-nav .sub-menu .menu-item > a {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.header #top-bar .nav {
  font-size: 1rem;
}
.header #top-bar .nav:hover {
  color: var(--fs-color-secondary);
}
.header #top-bar .nav .html {
  font-size: 0.8rem;
  color: var(--color-mbws-custom-1);
}
.header #top-bar .searchform {
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
}
.header #top-bar .searchform .search-field {
  background-color: transparent;
  border: none;
}
.header #top-bar .searchform .search-field::placeholder {
  color: var(--color-mbws-custom-1);
}
.header #top-bar .searchform .ux-search-submit {
  background-color: transparent;
  border: none;
  color: var(--color-mbws-custom-1);
}
.header #top-bar .searchform .ux-search-submit:hover {
  color: var(--fs-color-secondary);
}

.mbws_service .icon-box {
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-mbws-border);
}

.mbws_time_open .list-two-col {
  border-top: 1px solid rgba(235, 233, 207, 0.5098039216);
}
.mbws_time_open .list-two-col li {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  font-size: 1.2rem;
}
.mbws_time_open .list-two-col li strong {
  width: 40%;
  border-right: 1px solid rgba(235, 233, 207, 0.5098039216);
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .mbws_time_open .list-two-col li strong {
    width: 50%;
  }
}

.page-title.featured-title .title-wrapper .entry-title {
  color: var(--color-mbws-custom-1);
}

.mbws_about-icon .mbws_counter .counter-icon {
  border: 1px solid var(--color-mbws-border);
  border-radius: 50%;
  width: 120px !important;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 30px;
}
.mbws_about-icon .mbws_counter .counter-number {
  color: var(--heading-color);
  font-size: 1.5rem;
}

.mbws_about-teams .box .box-text .box-text-inner .social-icons a:hover {
  color: var(--fs-color-secondary);
}

.mbws_contact .col-left p {
  margin-bottom: 0px;
}
.mbws_contact .list-two-col {
  border-top: 1px solid rgba(235, 233, 207, 0.5098039216);
}
.mbws_contact .list-two-col li {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  font-size: 1.2rem;
}
.mbws_contact .list-two-col li strong {
  width: 30%;
  border-right: 1px solid rgba(235, 233, 207, 0.5098039216);
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .mbws_contact .list-two-col li strong {
    width: 50%;
  }
}

.mbws_faq .accordion-item .accordion-title {
  color: var(--heading-color);
  font-size: 1.2rem;
  padding-left: 10px;
}
.mbws_faq .accordion-item .accordion-title .toggle {
  right: 0;
  left: unset;
}
.mbws_faq .accordion-item .accordion-title:hover {
  color: var(--fs-color-secondary);
}
.mbws_faq .accordion-item .accordion-inner {
  padding-left: 10px;
}

.mbws_overlay .section-bg-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/11/download-2.png");
  background-repeat: repeat;
  opacity: 0.4;
}

@media (max-width: 767px) {
  .mbws_home_banner {
    min-height: auto !important;
    height: unset !important;
    aspect-ratio: 1619/911;
  }
}
.mbws_home_banner h1 {
  font-family: "doclap", sans-serif !important;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .mbws_banner {
    height: 500px !important;
  }
}

.mbws_price .list-two-col {
  border-top: 1px solid var(--color-mbws-border);
}
.mbws_price .list-two-col li {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  font-size: 1.2rem;
}
.mbws_price .list-two-col li strong {
  width: 40%;
  border-right: 1px solid var(--color-mbws-border);
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .mbws_price .list-two-col li strong {
    width: 50%;
  }
}

.mbws_submit-form .wpcf7-form .form-main {
  margin-bottom: 10px;
}
.mbws_submit-form .wpcf7-form .form-main .wpcf7-submit {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
  margin-bottom: 0;
  height: 50px;
}
.mbws_submit-form .wpcf7-form .form-main .wpcf7-submit::before {
  content: "\f061";
  font-family: "Font Awesome 6 pro";
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
}
.mbws_submit-form .wpcf7-form .form-main .wpcf7-form-control-wrap input {
  width: 100%;
  padding: 10px 20px;
  height: 50px;
  border: 1px solid var(--fs-color-secondary);
  color: #fff;
  border-radius: 100px;
  font-weight: 400;
  background-color: var(--heading-color);
}
.mbws_submit-form .wpcf7-form .form-main .wpcf7-spinner {
  display: none;
}
.mbws_submit-form .wpcf7-form .form-bottom .wpcf7-list-item-label {
  font-weight: 400;
  color: var(--color-mbws-custom-1);
}

.post-sidebar {
  padding-left: 0px !important;
}
.post-sidebar .widget-title {
  color: var(--heading-color);
  text-transform: none;
  font-size: 1.25rem;
  margin-bottom: 20px;
  display: block;
}
.post-sidebar .widget {
  background-color: var(--color-mbws-bgr);
  border-radius: 10px;
  padding: 20px;
}
.post-sidebar .widget .is-divider {
  display: none;
}
.post-sidebar .widget .searchform {
  margin-bottom: 0px;
}
.post-sidebar .widget .searchform .search-field {
  border: 1px solid var(--color-mbws-border);
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  font-family: var(--text-font-family);
}
.post-sidebar .widget .searchform .ux-search-submit {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: var(--fs-color-primary);
}
.post-sidebar .widget .searchform .ux-search-submit:hover {
  box-shadow: none;
}
.post-sidebar .widget.widget_categories ul li a {
  color: var(--text-color);
  font-weight: 400;
}
.post-sidebar .widget.widget_categories ul li a::before {
  content: "-";
  margin-right: 5px;
  color: var(--fs-color-secondary);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  width: 10px;
  height: 1px;
}
.post-sidebar .widget.widget_categories ul li a:hover {
  color: var(--fs-color-secondary);
}

.blog-archive .page-title h1 {
  color: var(--color-mbws-custom-1);
  font-size: 2.5rem;
  text-transform: none;
}
.blog-archive .simple-title.page-title {
  padding-top: 120px !important;
  overflow: hidden;
  margin-bottom: 0px !important;
}
.blog-archive .simple-title.page-title .page-title {
  padding-top: 0px !important;
}
.blog-archive .page-title-inner {
  min-height: 300px;
  justify-content: center;
}
.blog-archive .post-item .col-inner {
  border-bottom: 1px solid var(--color-mbws-border);
}
.blog-archive .post-item .box-text .post-title {
  font-size: 1.3rem;
  font-weight: 600;
}
.blog-archive .post-item .box-text .is-divider {
  background-color: var(--fs-color-primary);
}
.blog-archive .post-item .box-text .post-meta:before {
  content: "\f133";
  font-family: "Font Awesome 6 pro";
  margin-right: 5px;
}
.blog-archive .post-item .box-text .button {
  padding-right: 80px !important;
  color: var(--heading-color);
  padding: 0;
}
.blog-archive .post-item .box-text .button::before {
  font-family: inherit;
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  display: block;
  width: 45px;
  height: 2px;
  background-color: var(--heading-color);
  will-change: width;
  -webkit-transition: width 0.3s ease-out, background-color 0.3s ease;
  -ms-transition: width 0.3s ease-out, background-color 0.3s ease;
  -o-transition: width 0.3s ease-out, background-color 0.3s ease;
  transition: width 0.3s ease-out, background-color 0.3s ease;
  -webkit-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  opacity: 1;
}
.blog-archive .post-item .box-text .button:hover::before {
  width: 0%;
}
.blog-archive .post-item .box-text .button:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  color: var(--heading-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f105";
  font-family: "Font Awesome 6 pro";
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 39.33px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  letter-spacing: -1px;
  -webkit-transition: border-width 0.3s ease-out, border-color 0.3s ease;
  -ms-transition: border-width 0.3s ease-out, border-color 0.3s ease;
  -o-transition: border-width 0.3s ease-out, border-color 0.3s ease;
  transition: border-width 0.3s ease-out, border-color 0.3s ease;
  opacity: 1;
}
.blog-archive .page-numbers .page-number {
  border-radius: 3px;
}

.blog-featured-title .entry-title {
  color: var(--color-mbws-custom-1);
}

.display-single-page .sidebar .col-inner {
  background-color: var(--color-mbws-bgr);
  padding: 20px;
}
.display-single-page .sidebar .col-inner .display-title {
  border-bottom: 1px solid var(--heading-color);
  padding-bottom: 10px;
}
.display-single-page .sidebar .col-inner .display-meta-content {
  border-bottom: 1px solid var(--color-mbws-border);
  margin-bottom: 20px;
}
.display-single-page .sidebar .col-inner .display-meta-content .display-meta-item {
  margin-bottom: 15px;
}
.display-single-page .sidebar .col-inner .display-meta-content .display-meta-title {
  font-weight: bold;
  margin-right: 10px;
  display: block;
  color: var(--heading-color);
}
.display-single-page .sidebar .col-inner .social-icons a {
  border-width: 1px;
  color: var(--heading-color);
  border-color: var(--color-mbws-border);
}
.display-single-page .display-image {
  margin-bottom: 20px;
}
.display-single-page .display-related .display-related-title {
  padding-top: 40px;
  padding-bottom: 20px;
  border-top: 1px solid var(--color-mbws-border);
  margin-bottom: 20px;
}
.display-single-page .display-related .display-related-item .display-related-thumbnail img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
}

.display-single-page .display-featured-title.page-title h1 {
  color: var(--color-mbws-custom-1);
  font-size: 2.5rem;
  text-transform: none;
}
.display-single-page .page-title {
  padding-top: 120px !important;
  overflow: hidden;
}
.display-single-page .featured-title .page-title-inner {
  min-height: 300px;
}

.post-item.display .box-image .image-cover {
  padding-top: 0 !important;
}
.post-item.display .box-image img {
  position: unset;
}
.post-item.display .box-text .post-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.post-item.display .box-text .is-divider {
  display: none;
}

.display-archive .page-title h1 {
  color: var(--color-mbws-custom-1);
  font-size: 2.5rem;
  text-transform: none;
}
.display-archive .page-title {
  padding-top: 120px !important;
  overflow: hidden;
}
.display-archive .featured-title {
  aspect-ratio: 1920/420;
}
.display-archive .featured-title .page-title-inner {
  min-height: 100%;
  height: unset;
}
.display-archive .title-bg {
  aspect-ratio: 1920/420;
  object-fit: contain;
  width: 100%;
  height: unset !important;
  min-height: unset;
  transform: unset !important;
}
.display-archive .page-title-bg {
  position: absolute;
  height: 100%;
  width: auto;
  aspect-ratio: 1920/420;
  top: 0;
  left: 0;
}

.display-archive .list-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .display-archive .list-category {
    gap: 0 5px;
  }
}
.display-archive .list-category .category-item {
  padding: 10px 20px;
  border-radius: 120px;
  border: 1px solid var(--color-mbws-border) !important;
  color: var(--heading-color);
  font-weight: 400;
  text-transform: none;
  transition: all 0.3s ease;
}
.display-archive .list-category .category-item:hover, .display-archive .list-category .category-item.active {
  background-color: var(--heading-color);
  color: #fff;
}

.single-service .service-featured-title.page-title h1 {
  color: var(--color-mbws-custom-1);
  font-size: 2.5rem;
  text-transform: none;
}
.single-service .page-title {
  padding-top: 120px !important;
  overflow: hidden;
}
.single-service .featured-title .page-title-inner {
  min-height: 300px;
}
.single-service .service-info-col .button {
  border-radius: 100px;
}
.single-service .service-info-col .social-icons a {
  color: var(--fs-color-primary);
}
.single-service #service-booking-lightbox {
  border-radius: 20px;
  background-color: var(--color-mbws-bgr);
}
.single-service #service-booking-lightbox form .wpcf7-spinner {
  display: none;
}

.service-archive .service-featured-title.page-title h1 {
  color: var(--color-mbws-custom-1);
  font-size: 2.5rem;
  text-transform: none;
}
.service-archive .page-title {
  padding-top: 120px !important;
  overflow: hidden;
}
.service-archive .featured-title .page-title-inner {
  min-height: 300px;
}
.service-archive .post-item.service .box .box-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

#footer .mbws_footer-main .col-contact ul {
  list-style: none;
}
#footer .mbws_footer-main .col-contact ul li {
  margin-left: 0;
}
#footer .social-icons a {
  color: var(--color-mbws-custom-1);
}
#footer .social-icons a:hover {
  color: var(--fs-color-secondary);
}
#footer .mbws_bottom {
  border-top: 1px solid var(--color-mbws-custom-1);
}
#footer .mbws_bottom p {
  margin-bottom: 0;
  opacity: 0.8;
}

.absolute-footer {
  display: none;
}/*# sourceMappingURL=style.css.map */