@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..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;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.button.ct-icon i {
  font-family: "Font Awesome 6 Free" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900 !important;
}

.button.primary {
  color: #3b0764;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  padding: 1rem 2.25rem;
  background-color: #fff;
  border-radius: 99px;
}

.button.is-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.title {
  margin-bottom: 3rem;
}

.title h4 {
  display: inline-block;
  border-radius: 9999px;
  background-color: rgb(243 232 255/1);
  padding: 0.375rem 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
  margin-bottom: 0.75rem;
  width: fit-content;
}

.title h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #4c1d95;
}

#top-bar {
  background-image: linear-gradient(
    to right,
    #5c4033 0%,
    #6b5344 50%,
    #8b7355 100%
  );
}

.home #top-bar {
  background-image: linear-gradient(to right, #3b0764, #4c0519);
}

/* home */
.home1 {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(rgba(76, 29, 149, 0.72), rgba(190, 24, 93, 0.58)),
    url(/wp-content/uploads/nguoc.png);
  background-size: cover;
  background-position: center 30%;
  background-attachment: fixed;
}

.home1 .container {
  max-width: 56rem;
}

.home1 h4 {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  color: #3b0764;
  padding: 0.375rem 1rem;
  background-color: #ffffffe6;
  border-radius: 99px;
  width: fit-content;
  margin-bottom: 15px;
}

.home1 h4::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: #10b981;
  display: inline-block;
  border-radius: 99px;
  margin-right: 8px;
}

.home1 h1 {
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
  font-family: "Playfair Display", serif;
  color: #fff;
}

.home1 h1 strong {
  color: #fecdd3;
}

.home1 p {
  color: #ffffffe6;
  font-size: 1.125rem;
  line-height: 1.625;
}

.home2 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e5e7eb;
}

.home2 .col {
  padding-bottom: 0;
}

.home2 .icon-box {
  display: flex;
  align-items: center;
}

.home2 .icon {
  width: 48px;
  height: 48px;
  background-color: #f3e8ff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.home2 .icon svg {
  max-width: 30px;
  max-height: 30px;
}

.home2 .cl2 .icon {
  background-color: #ffe4e6;
}

.home2 .cl2.icon-box h3 {
  color: #e11d48;
}

.home2 .cl3 .icon {
  background-color: #fef3c7;
}

.home2 .cl3.icon-box h3 {
  color: #d97706;
}

.home2 .icon-box h3 {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.home2 .icon-box h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 0;
}

.home2 .icon-box p {
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.home3 {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.home3 .icon-box {
  padding: 1.75rem;
  background-color: rgb(255 255 255/1);
  border: 1px solid rgb(241 245 249/1);
  border-radius: 1rem;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.home5 .box,
.home6 .col-inner,
.home10 .col-inner,
.home4 .col-inner {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.home3 .icon-box:hover,
.home5 .box:hover,
.home6 .col-inner:hover,
.home10 .col-inner:hover,
.home4 .col-inner:hover {
	transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgb(190 24 93 / 0.12), 0 8px 10px -6px rgb(190 24 93 / 0.1);
}

.home6 .button.primary {
	background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
	color: #fff;
}

.home6 .button.is-outline {
	background-color: transparent;
    border: 2px solid #3b0764;
    color: #3b0764;
}

.home3 .icon {
  width: 36px;
  height: 36px;
  background-color: #d1fae5;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.home3 .icon svg {
  max-width: 20px;
  max-height: 20px;
}

.home3 .icon-box p strong {
  color: #3b0764;
  font-weight: 600;
}

.home4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8fafc;
  border-top: 1px solid #f1f5f9;
}

.home4 .title h4 {
  color: #e11d48;
  background-color: transparent;
  padding: 0;
}

.home4 .title p {
  color: #475569;
  max-width: 32rem;
  margin: 0 auto;
  margin-top: 0.75rem;
}

.home4 .col-inner {
  padding: 2.25rem;
  background-color: #fff;
  border: 1px solid rgb(226 232 240);
  border-radius: 1rem;
  position: relative;
  height: 100%;
}

.home4 .col-inner h4 {
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  background-image: linear-gradient(to bottom right, #9333ea, #e11d48);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  left: 2.25rem;
  top: -1.25rem;
  position: absolute;
}

.home4 .col-inner h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-top: 2rem;
}

.home4 .col-inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  list-style: none;
}

.home4 .col-inner ul li {
  color: rgb(126 34 206);
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.75rem;
  background-color: rgb(243 232 255);
  border-radius: 9999px;
  margin: 0;
}

.home4 .col-inner p {
  color: #475569;
}

.home4 .col-inner h5 {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 1rem;
  background-color: #ecfdf5;
  color: #047857;
  font-weight: 400;
  border-radius: 1rem;
  display: flex;
  gap: 8px;
}

.home4 .col-inner h5::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900 !important;
  top: 4px;
  position: relative;
}

.home5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home5 .col-inner {
  height: 100%;
}

.home5 .box {
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #f1f5f9;
}

.home5 .box-text {
  padding: 24px;
}

.home5 .box-text h4 {
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  background: linear-gradient(to bottom right, #f43f5e, #9333ea);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 16px;
}

.home5 .box-text h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.home5 .box-text p {
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.625;
  margin-bottom: 15px;
}

.home5 .box-text h5 {
  color: rgb(5 150 105/1);
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  column-gap: 0.375rem;
  align-items: center;
  display: flex;
}

.home5 .box-text h5::before {
  content: "\f560";
  font-family: "Font Awesome 6 Free" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900 !important;
}

.home5 .row.row-small .col {
  flex-basis: 20%;
  max-width: 20%;
}

.home5 .col:nth-of-type(2) .box-text h4 {
  background: linear-gradient(to bottom right, #9333ea, #7c3aed);
}

.home5 .col:nth-of-type(3) .box-text h4 {
  background: linear-gradient(to bottom right, #f59e0b, #ea580c);
}

.home5 .col:nth-of-type(4) .box-text h4 {
  background: linear-gradient(to bottom right, #ec4899, #e11d48);
}

.home5 .col:nth-of-type(5) .box-text h4 {
  background: linear-gradient(to bottom right, #0ea5e9, #0891b2);
}

.home5 .button.primary {
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  background-color: #3b0764;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  display: block;
  margin-top: 1rem;
}

.home6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home6 .col-inner {
  padding: 2rem;
  background-color: #fff;
  border: 1px solid rgb(226 232 240);
  border-radius: 1.5rem;
  height: 100%;
}

.home6 .col-inner h4 {
  color: rgb(100 116 139/1);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.25rem;
}

.home6 .col-inner h3 {
  color: #3b0764;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.25rem;
}

.home6 .col-inner p {
  color: #059669;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
}

.home6 .col-inner ul {
  list-style: none;
}

.home6 .col-inner ul li {
  margin-left: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.home6 .col-inner ul li::before {
  content: "\f560";
  font-family: "Font Awesome 6 Free" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900 !important;
  color: #059669;
  margin-right: 8px;
}

.home6 .col-inner h5 {
  color: rgb(100 116 139/1);
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
  margin-top: 1.5rem;
  font-weight: 500;
}

.home7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid #e5e7eb;
}

.home7 .b-text {
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid rgb(241 245 249);
  border-radius: 1.5rem;
  gap: 1.25rem;
  display: flex;
  margin-bottom: 16px;
}

.home7 .b-text h3 {
  color: rgb(126 34 206/1);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: rgb(243 232 255/1);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  margin-bottom: 0;
}

.home7 .b-text p {
  margin: 0;
  padding-top: 0.125rem;
}

.home8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8fafc;
  border-top: 1px solid #f1f5f9;
}

.home8 .box {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow:
    0 0 transparent,
    0 0 transparent,
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.home9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.home9 .box-image {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.home10 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8fafc;
  border-top: 1px solid #f1f5f9;
}

.home10 .col-inner {
  padding: 2rem;
  background-color: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 1.5rem;
}

.home10 .ux_rating {
  color: #fbbf24;
  margin-bottom: 1rem;
}

.home10 .col-inner p {
  font-size: 15px;
  ine-height: 1.625;
  color: #334155;
}

.home10 .col-inner h4 {
  color: #64748b;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.home10 .col-inner h4 strong {
  color: #3b0764;
  font-weight: 600;
}

/* icon */
.icon-phone:before {
  font-family: "Font Awesome 6 Brands" !important;
  content: "\f232";

}
.icon-angle-right:before {
  content: "\f061";
}

/* price */
.price1 {
  min-height: 55vh;
}

.price1 .container,
.price2 .container {
  max-width: 56rem;
}

.price2 {
  padding: 1.5rem 0;
  background-color: #fffbeb;
  border-bottom: 1px solid #fde68a;
}

.price2 p {
  margin-bottom: 0;
}

.price2 p::before {
  content: "\f05a";
  font-family: "Font Awesome 6 Free" !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900 !important;
  color: #d97706;
  margin-right: 8px;
}

.price3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.box-tt {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 14px 24px;

  background: linear-gradient(135deg, #4c1d95 0%, #6d28d9 100%);

  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.box-tt h3 {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
  width: auto;
}

.box-tt p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  opacity: 0.9;
  color: #fff;
  margin-bottom: 0;
}

.box-price table {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.05);
}

.box-price thead {
  background: linear-gradient(135deg, #4c1d95 0%, #6d28d9 100%);
  color: white;
}

.box-price td {
  padding: 16px 24px;
  border-bottom: 1px solid #f1e7ff;
  font-size: 14px;
  color: #000;
  background-color: #fff;
}

.box-price tbody tr {
  transition: background-color 0.2s ease;
}

.box-price th {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 16px;
}

.box-price .img {
  border-radius: 1rem;
  overflow: hidden;
}

.box-price {
  margin-top: 32px;
}

.product-archive {
  background-color: #fffaf0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.product-archive h1 {
  font-size: 3.75rem;
  line-height: 1;
  font-family: "Playfair Display", serif;
  color: #5c4033;
}

/* service */
.service1 {
  background-color: #fffaf0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.service1 .s-title {
  max-width: 57rem;
  margin-left: auto;
  margin-right: auto;
}

.s-title h1 {
  font-size: 3.75rem;
  line-height: 1;
  font-family: "Playfair Display", serif;
  color: #5c4033;
}

.s-title h4 {
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.375rem 1rem;
  background-color: #ffffff;
  border: 1px solid #e2d9c8;
  border-radius: 9999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  width: fit-content;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #d4af37;
}

.s-title h3 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 42rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #475569;
  font-weight: 600;
}

.s-image {
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid #e2d9c8;

  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  max-width: 64rem;
  margin: 0 auto;
}

.s-content {
  max-width: 58rem;
  margin: 0 auto;
}

.s-content ul {
  padding-left: 20px;
}

.s-content h2 {
  color: #5c4033;
  margin-bottom: 24px;
}

.s-content blockquote {
  padding: 1.5rem;
  background-color: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 1rem;
  font-size: 1rem;
  font-style: normal;
}

.s-content .aspect-\[16\/9\],
.s-content .img,
.s-content figure {
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #e2d9c8;
}

.s-content img,
.s-content .img img,
.s-content figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.s-content blockquote > :last-child {
  margin-bottom: 0;
}

.s-row .col-inner h4 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  color: #000;
}

.s-row .col-inner {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #e2d9c8;
  border-radius: 1rem;
}

.s-row .col-inner p {
  margin: 0;
  font-weight: 600;
  color: #5c4033;
}

.post-meta-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #64748b;
}

.post-meta-wrapper i {
  color: #d4af37;
}

#post-list .box {
  background-color: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 1rem;
  overflow: hidden;
}

#post-list .box:not(.box-vertical) .box-text,
#post-list .box .box-text {
  padding: 1rem;
}

#post-list h1,
#post-list h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.75rem;
  margin-bottom: 2rem;
  font-family: "Playfair Display", serif;
  color: #5c4033;
}

#post-list h2 {
  color: var(--fs-color-primary);
  margin-bottom: 2.5rem;
}

#post-list .box:not(.box-vertical) .post-title {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  margin-bottom: 0.5rem;
}

.box-blog-post .is-divider {
  display: none;
}

p.from_the_blog_excerpt {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #64748b;
  margin-bottom: 12px;
}

.custom-blog-post-info {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.custom-blog-post-info div {
  font-size: 14px;
  color: #d4af37;
}

.custom-blog-post-info span {
  color: var(--fs-color-primary);
}

.custom-blog-post-info .box-category {
  background-color: rgb(209 245 254);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgb(33 129 153);
  border-radius: 99px;
}

.archive-page-header {
  display: none;
}

#post-list img {
  border-radius: 1rem;
}

#post-list .box .post-title {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", serif;
  color: #5c4033;
}

.box-list-view .box .box-image,
.box-vertical .box-image {
  width: 20% !important;
}

.box-vertical .box-image .image-cover {
  padding-top: 100% !important;
}

#secondary .widget {
  background-color: #ffffff;
  border: 1px solid #e2d9c8;
  padding: 1.5rem;
  border-radius: 1rem;
}

.recent-blog-posts {
  align-items: center !important;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 80px;
  height: 80px;
  border-radius: 1rem;
  overflow: hidden;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 80px);
}

h3.widget-title,
span.widget-title {
  font-size: 20px;
  margin-bottom: 1rem;
  display: block;
}

.widget .is-divider {
  display: none;
}

.recent-blog-posts a {
  font-size: 1rem;
  color: #000;
}

.recent-blog-posts .post_comments {
  display: none;
}

.blog-archive {
  background-color: #fffaf0;
  padding-top: 3rem;
}

/* contact */
.box-contact {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.5rem;
}

.box-contact h1 {
  font-size: 5.625rem;
  font-weight: 500;
  line-height: 6.75rem;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
}

.box-contact h2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--fs-color-primary);
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
}

.box-contact .img {
  max-width: 700px;
  border-radius: 20px;
  overflow: hidden;
}

.wpcf7-spinner {
  display: none !important;
}

.box-contact2 h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.75rem;
  font-family: "Playfair Display", serif;
}

.box-contact2 {
  padding: 1.5rem;
  border-radius: 1rem;
  padding-bottom: 0;
  background-color: #fffbeb;
  border: 1px solid #fde68a;
}

.box-contact2 form .col {
  padding-bottom: 0;
}

.box-contact2 form {
  margin-bottom: 0;
}

.box-contact2 form input,
.box-contact2 form textarea {
  font-size: 1rem;
  line-height: 1.5rem;
  height: 44px;
  box-shadow: none !important;
  border-radius: 0.5rem;
}

.box-contact2 form input[type="submit"] {
  margin: 0;
  width: 100%;
}

#masthead .flex-left .header-nav-main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  top: 20px;
}

#masthead .flex-left .nav > li {
  margin: 0 15px;
}

#masthead .flex-left .nav > li > a {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #222;
}

#masthead .button.primary {
  font-size: 14px;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  padding: 6px 24px;
  border-radius: 1rem !important;
  color: #fff;
  text-transform: none;
}

#masthead .button.is-outline {
  background-color: transparent;
  border-color: #e2d9c8;
  border-width: 1px;
  font-size: 14px;
  padding: 6px 24px;
  border-radius: 1rem !important;
  color: var(--fs-color-primary);
}

/*  */
.post-item .box-image {
  border-radius: 12px;
  overflow: hidden;
}

.post-item .box-text {
  padding: 0;
  padding-top: 16px;
}

.post-item .box-text h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  font-family: "Playfair Display", serif;
  min-height: 63px;
}

.post-item .box-text h3 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #5c4033;
}

.post-item .from_the_blog_excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* footer */
.home .footer1 {
  background-image: linear-gradient(to bottom right, #581c87, #3b0764, #4c0519);
}

.home .footer1 .button.primary {
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.home .footer1 .icon {
  color: #fda4af;
}

.footer1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #ffffff;
  background: linear-gradient(to bottom right, #581c87, #3b0764, #4c0519);
  text-align: center;
}

.footer1 .icon {
  width: 64px;
  height: 64px;
  background-color: rgb(255 255 255 / 0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #d4af37;
}

.footer1 .icon svg {
  max-width: 42px;
  max-height: 42px;
}

.footer1 .icon-box-text h3 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #fff;
}

.footer1 .icon-box-text p {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer1 .button.primary {
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  color: #fff;
}

.footer1 .button.is-outline {
  background-color: transparent;
  border-width: 1px;
}

.footer2 {
  background-color: #3b0764;
  padding-top: 4rem;
  color: #fff;
}

.sv02 .box-ct {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;

  padding-left: 1.5rem;
  padding-right: 1.5rem;

  background-color: rgb(248, 250, 252);

  border-bottom: 1px solid rgb(241, 245, 249);
}

.col-tl .title h4 {
  background-color: transparent;
  color: #e11d48;
  padding: 0;
}

.col-tl .img {
  border-radius: 1rem;
  overflow: hidden;
}

.row-db .col-inner {
  padding: 2rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(241, 245, 249);
  border-radius: 1.5rem;
}

.row-db .col-inner h4 {
  color: rgb(225, 29, 72);
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
}

.row-db .col-inner h3 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0.5rem;
}

.row-db .col-inner .dt {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}

.row-db .col-inner .dt h5 {
  width: fit-content;
  margin: 0;
  font-weight: 400;
  color: #000;
}

.row-db .col-inner .dt p {
  margin: 0;
  font-weight: 700;
}

#footer a {
	color: #fff;
}



@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;
  }

  .home1 {
    min-height: 80vh;
  }

  .home1 h1,
  .s-title h1 {
    font-size: 50px;
  }

  .home5 .box-text {
    padding: 15px;
  }

  .home5 .row.row-small .col {
    flex-basis: 50%;
    max-width: 50%;
  }
}
