@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.box-text {
  font-size: 100%;
  padding: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.container_breadcrumbs {
  padding: 12px 0;
  border-bottom: 1px solid #eadfcd;
}

.container_breadcrumbs .dawp-crumb-sep {
  margin: 0 5px;
}

.dawp-breadcrumbs-nav,
.dawp-breadcrumbs-nav a {
  color: #5a5b75;
  font-size: 14px;
  font-weight: 500;
}

.title p {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  color: var(--fs-color-primary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 auto 12px;
}

.title p::before,
.title p::after {
  content: "";
  width: 60px;
  height: 2px;

  background: linear-gradient(
    to right,
    transparent,
    var(--fs-color-primary) 25%,
    var(--fs-color-primary) 75%,
    transparent
  );

  opacity: 0.5;
}

.title h2 {
  text-align: center;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 48px;
}

.title h2 strong {
  color: var(--fs-color-primary);
}

.rowSlider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  opacity: 1 !important;
  margin-top: unset;
  background: #ffffff33;
  backdrop-filter: blur(17.467933654785156px);
  box-shadow: 8.73px 8.73px 13.1px 0px #00000026;
}

.rowSlider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 2rem;
  height: 2rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.rowSlider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

/* home */
.home2 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.home3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background:
    radial-gradient(circle at 10% 10%, rgba(172, 5, 75, 0.08), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
  overflow: hidden;
}

.home3 .title h2 {
  margin-bottom: 24px;
  text-align: left;
}

.home3 .title h2::after {
  display: block;
  width: 40px;
  height: 4px;
  background-color: var(--fs-color-primary);
  content: "";
  margin-top: 24px;
}

.lgr-about-image-wrap {
  position: relative;
  padding: 34px 0 0 34px;
}

.lgr-about-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 210px;
  background: var(--fs-color-primary);
  border-radius: 18px;
  z-index: 0;
}

.lgr-about-image {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 1rem;
  border: 8px solid #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.lgr-about-image img {
  border-radius: 1rem;
}

.lgr-about-badge {
  position: absolute;
  left: 0;
  bottom: 38px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  padding: 20px 26px;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
}

.lgr-badge-icon {
  width: 62px;
  height: 62px;
  border-radius: 10px;
  background: #ac054b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lgr-badge-icon svg {
  width: 34px;
  height: 34px;
}

.lgr-about-badge strong {
  display: block;
  color: #ac054b;
  font-size: 16px;
  margin-bottom: 5px;
}

.lgr-about-badge span {
  display: block;
  color: #111827;
  font-size: 15px;
  line-height: 1.4;
}

.lgr-about-content {
  padding-left: 35px;
}

.home3 .r-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  margin-top: 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.home3 .r-box h3 {
  display: block;
  color: #ac054b;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

.home3 .r-box p {
  display: block;
  color: #6b7280;
  font-size: 13px;
  margin-top: 6px;
}

.home4 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.home4 .img {
  border: 1px solid #e8eaf0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
  transition: all 0.35s ease;
  transform: scale(0.82);
  opacity: 0.45;
}

.home4 .is-selected .img {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.home4 .rowSlider {
  padding-bottom: 60px;
}

.flickity-page-dots .dot {
  background: #cbd5e1;
  border-color: #cbd5e1;
  opacity: 1;
}

.flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}

.home5 {
  padding-top: 60px;
  padding-bottom: 40px;
  background:
    radial-gradient(circle at 80% 15%, rgba(172, 5, 75, 0.07), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
}

.home6 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.lgr-map-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.lgr-map-bg iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  filter: grayscale(1) brightness(1.08);
  transform: scale(1.03);
}

.lgr-map-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 20% 20%, rgba(172, 5, 75, 0.08), transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(172, 5, 75, 0.06), transparent 32%);
  pointer-events: none;
}

.lgr-map-content {
  position: relative;
  z-index: 3;
}

.home6 .b-row {
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  background-color: #fff;
  padding: 30px 30px 0;
  border-radius: 10px;
}

.home6 .icon-box {
  display: flex;
  align-items: center;
}

.home6 .icon-box h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--fs-color-primary);
  margin-bottom: 0;
}

.home6 .icon-box p {
  font-size: 14px;
}

.home6 .icon-inner {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--fs-color-primary);
  border-radius: 99px;
}

.home6 .icon-inner svg {
  width: 40px;
}

.home6 .icon-box-img svg path {
  fill: transparent;
  stroke: var(--fs-color-primary);
}

#footer {
  background:
    radial-gradient(
      circle at 20% 0%,
      rgba(255, 255, 255, 0.06),
      transparent 26%
    ),
    linear-gradient(135deg, #20242a 0%, #12161c 100%);
  color: #fff;
  padding-top: 60px;
}

#footer .icon-inner {
  border: 1.5px dashed rgba(255, 255, 255, 0.85);
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
}

#footer .icon-inner svg {
  max-width: 40px;
}

#footer .icon-inner svg rect {
  stroke: #fff;
}

#footer .ic4 .icon-box-img svg path {
  fill: transparent;
  stroke: #fff;
}

#footer h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

#footer p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}

#nav_menu-2 {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

#nav_menu-2 ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

#nav_menu-2 ul li {
  border: 0;
}

#nav_menu-2 ul li a {
  color: rgba(255, 255, 255, 0.78);
}

#nav_menu-2 .sub-menu,
#nav_menu-2 .toggle {
  display: none;
}

#footer .absolute-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.72);
  padding: 16px 0;
}

#footer .absolute-footer .container {
  max-width: 1250px;
}

#footer .copyright-footer,
#footer .copyright-footer a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
}

#footer .copyright-footer a:hover {
  color: #fff;
}

#header .nav > li {
  margin: 0 16px;
}

#header .header-nav-main.nav > li > a.nav-top-link {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

#header .header-nav-main.nav > li > a.nav-top-link:hover,
#header .header-nav-main.nav > li.active > a.nav-top-link,
#header .header-nav-main.nav > li.current-menu-item > a.nav-top-link,
#header .header-nav-main.nav > li.current_page_item > a.nav-top-link {
  color: var(--fs-color-primary);
  transform: translateY(-1px);
}

#header .header-nav-main.nav > li > a.nav-top-link::after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  left: 4px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: var(--fs-color-primary);
  opacity: 0;
  transform: scaleX(0.5);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

#header .header-nav-main.nav > li > a.nav-top-link:hover::after,
#header .header-nav-main.nav > li.active > a.nav-top-link::after,
#header .header-nav-main.nav > li.current-menu-item > a.nav-top-link::after,
#header .header-nav-main.nav > li.current_page_item > a.nav-top-link::after {
  opacity: 1;
  transform: scaleX(1);
}

/* product small */
.product-small.box {
  background:
    radial-gradient(
      circle at top left,
      rgba(172, 5, 75, 0.08),
      transparent 32%
    ),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);

  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
  transition: all 0.3s ease;
}

.product-small .box-text {
  padding: 15px;
  position: relative;
  padding-right: 40px;
  padding-bottom: 30px;
}

.product-small .product-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 47px;
}

.product-small .box-text::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #111827;
  border-radius: 50%;

  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6l6 6-6 6' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;

  position: absolute;
  bottom: 15px;
  right: 15px;

  transition: all 0.3s ease;
}

.product-small .box-text:hover::after {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);

  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 6l6 6-6 6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

  transform: translateX(4px);
}

.product-small .product-title a {
  color: var(--fs-color-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* product details */
.product-images img {
  border-radius: 10px;
}

.product-thumbnails img {
  margin: 0;
  border-radius: 10px;
  opacity: 1;
}

.product-thumbnails a {
  border: 1px solid #e9e9f2;
  border-radius: 10px;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-radius: 10px;
  border-color: var(--fs-color-primary);
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: unset;
}

.product-gallery-slider img {
  aspect-ratio: 1;
  object-fit: cover;
}

.image-tools.bottom.left {
  display: none;
}

h1.product-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--fs-color-primary);
}

.product-short-description {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
}

.product-short-description ul {
  margin-bottom: 0 !important;
}

.product-short-description ul li {
  background-image: url(/wp-content/uploads/2026/07/icon-check.webp);
  background-position: left top 5px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 26px;
  list-style: none !important;
  margin-left: 0 !important;
  margin-bottom: 10px;
}

.product-short-description .row {
  margin: 0 !important;
}

.p-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0068ff;
  padding: 8px;
  color: #fff;
  border-radius: 0.5rem;
  gap: 8px;
  height: 46px;
}

.row-meta {
  margin-top: 10px;
  margin-bottom: 14px;
}

.row-meta .col-inner {
  height: 100%;
}

.row-meta .icon-box {
  height: 100%;
  min-height: 108px;
  padding: 14px 10px 12px;
  border: 1px solid #e8eaf0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.row-meta .icon-box:hover {
  border-color: var(--fs-color-primary);
  box-shadow: 0 12px 24px rgba(29, 54, 102, 0.1);
  transform: translateY(-2px);
}

.row-meta .icon-box .icon-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 34px;
  margin: 0 auto 9px;
  border-radius: 999px;
  background: rgba(213, 177, 117, 0.16);
  color: var(--fs-color-primary);
}

.row-meta .icon-box .icon-box-img img,
.row-meta .icon-box .icon-box-img svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.row-meta .icon-box i {
  color: var(--fs-color-primary);
  font-size: 20px;
  line-height: 1;
}

.row-meta .icon-box p {
  max-width: 145px;
  margin: 0 auto;
  color: #253047;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
}

@media (max-width: 549px) {
  .row-meta .icon-box {
    min-height: 96px;
    padding: 12px 8px 10px;
  }

  .row-meta .icon-box p {
    max-width: 100%;
    font-size: 12px;
  }
}

.woocommerce-tabs .tab-panels {
  border: 1px solid #eeee;
  padding: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.woocommerce-tabs .nav > li {
  margin: 0 !important;
}

.woocommerce-tabs .nav > li > a {
  font-size: 16px;
  gap: 10px;
  padding: 10px;
  border-right: 1px solid;
  background-color: var(--fs-color-secondary);
  color: #fff !important;
  text-transform: none;
}

.woocommerce-tabs .nav > li.active > a {
  background: var(--fs-color-primary);
  color: #fff;
}

.woocommerce-tabs .nav-line > li > a:before {
  display: none;
}

.pc-box,
.pc-form {
  padding: 15px;
  box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
  border-radius: 10px;
  border: 1px solid #e8eaf0;
}

.pc-box h3,
.pc-form h3 {
  position: relative;
  color: var(--fs-color-primary);
}

.pc-form form {
  margin-bottom: 0;
}

.pc-form .col {
  padding-bottom: 0;
}

.pc-form .dawp-form-submit {
  margin: 0;
  color: #fff;
  border-radius: 8px;
}

/* post-item */
.post-item .box {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e8eaf0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.post-item .box:hover {
  border-color: rgba(0, 68, 28, 0.2);
  box-shadow: 0 8px 12px rgba(0, 68, 28, 0.17);
  transform: translateY(-5px);
}

.post-item .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #eef4ed;
}

.post-item .box-image img {
  transform: scale(1.01);
  transition: transform 0.45s ease;
}

.post-item .box:hover .box-image img {
  transform: scale(1.08);
}

.post-item .box-text {
  display: flex;
  flex: 1;
  padding: 15px;
  background: #fff;
}

.post-item .box-text-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.post-item .post-title {
  margin: 0 0 12px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.26;
  min-height: 42px;
}

.post-item .post-title a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-item .post-title a:hover {
  color: #c8650b;
}

.post-item .is-divider {
  display: none;
}

.post-item .from_the_blog_excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--fs-color-primary);
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #222222;
  opacity: 0.5;
}

.post-item .from_the_blog_excerpt::after {
  content: "";
  display: block;
  margin-top: 18px;
}

.post-item .box-text-inner::after {
  content: "Xem thêm →";
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 18px;
  color: var(--fs-color-primary);
  font-size: 13px;
  font-weight: 700;
}

.post-item .box:hover .box-text-inner::after {
  color: #c8650b;
}

@media (max-width: 549px) {
  .post-item .box {
    border-radius: 14px;
  }

  .post-item .box-image {
    border-radius: 14px 14px 0 0;
  }

  .post-item .box-text {
    padding: 18px 16px;
  }

  .post-item .post-title {
    font-size: 16px;
  }
}

.entry-content {
  padding-top: 0;
}

.widget {
  margin-bottom: 1.5em;
  box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e8eaf0;
}

span.widget-title {
  font-size: 16px;
  color: var(--fs-color-primary);
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 80px;
  height: 60px;
  border-radius: 0.5rem;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 80px);
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.4;
  font-size: 14px;
  color: #222;
}

.recent-blog-posts .mr-half {
  margin-right: 10px;
}

.recent-blog-posts {
  align-items: center !important;
}

.recent-blog-posts .badge::after {
  display: none !important;
}

.searchform {
  margin-bottom: 0;
}

.searchform input[type="search"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.searchform .button.icon {
  height: 44px;
  width: 44px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  font-size: 14px;
  border-color: var(--fs-color-secondary);
  padding: 0;
}

.archive-page-header,
.shop-page-title {
  display: none;
}

/* contact */
.b-contact {
  border: 1px solid #e8eaf0;
  box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 24px;
}

.b-contact h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 32px;
}

.b-contact h2::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: var(--fs-color-primary);
  bottom: 0;
  left: 0;
}

.b-contact .icon-inner {
  background-color: var(--fs-color-primary);
  padding: 12px;
  line-height: 1;
  border-radius: 99px;
  box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08);
  border: 1px solid #e8eaf0;
}

.b-contact .icon-box h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -1%;
  margin-bottom: 0;
}

.b-contact .icon-box h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.b-contact .icon-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -1%;
  color: #858585;
}

.b-contact .icon-box:not(:last-of-type) {
  margin-bottom: 24px;
}

.b-contact .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 20px;
}

.b-contact input.wpcf7-form-control,
.b-contact textarea {
  padding: 10px;
  border: 0.5px solid #bfbfbf !important;
  border-radius: 8px;
  box-shadow: none;
  height: 48px;
  margin-bottom: 0;
}

.b-contact input.wpcf7-submit {
  border: 0 !important;
  background-color: var(--fs-color-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  padding: 10px 24px;
  width: 100%;
  margin: 0;
}

.b-contact .wpcf7 .row {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

.b-contact .wpcf7 .col {
  padding: 0 6px 12px;
}

.b-contact .wpcf7 label {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
}

.b-contact form {
  margin-bottom: 0;
}

.b-contact .dawp-form-container .col {
  padding-bottom: 0;
}

.b-contact .dawp-contact-form-el button.dawp-form-submit {
  margin-top: 20px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  border-radius: 8px;
  margin-bottom: 0;
}

.wpcf7-spinner {
  display: none;
}

.b-socials h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.23px;
  margin-bottom: 16px;
}

.b-socials p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.b-socials p img {
  margin-bottom: 0 !important;
}

.map-html p {
  margin-bottom: 0;
}

/* form */
.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;
  height: 42px;
  border-radius: 8px;
}

.dawp-form-submit {
  background-color: var(--fs-color-primary);
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  .title h2 {
    font-size: 28px;
    margin-bottom: 32px;
    line-height: 1.6;
  }

  .home3 .title h2 {
    font-size: 24px;
  }

  #nav_menu-2 {
    display: none;
  }

  .home .img .img-inner {
    padding-top: 50vh !important;
  }
}
