.comments-area {
  background: #fff5f7;
  border-radius: 8px;
  padding: 20px;
  /* Replies styling */
}
.comments-area ul {
  padding-left: 0;
  list-style: none;
}
.comments-area li.comment {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0e6ea;
}
.comments-area li.comment .d-flex {
  align-items: flex-start;
}
.comments-area li.comment .comment-text {
  font-size: 0.95rem;
  color: #333;
}
.comments-area li.comment .reply-link a {
  color: #80002D;
  font-weight: 500;
  text-decoration: none;
}
.comments-area li.comment .reply-link a:hover {
  text-decoration: underline;
}
.comments-area .children {
  margin-left: 3rem; /* indent replies */
  border-left: 3px solid #fce9f0;
  padding-left: 1rem;
  margin-top: 1rem;
}
.comments-area .children li.comment {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
}

.comment-form textarea,
.comment-form input {
  border-radius: 8px;
}

.floating-contact-btn {
  position: fixed;
  bottom: 100px; /* Above the cart button */
  right: 12px;
  background-color: #80002D; /* Wine Red (matches theme) */
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: background 0.3s ease;
}

.floating-contact-btn:hover {
  background-color: #A5003A; /* Slightly lighter on hover */
  color: #fff;
}

/*****Side Filters*****/
/* Filter Wrapper */
.wpc-filters-widget-containers-wrapper {
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
}

/* Section Titles */
.wpc-filters-section .wpc-filter-title {
  font-size: 18px;
  font-weight: 700;
  color: #80002D;
  margin-bottom: 10px;
}

/* Filter List */
.wpc-filters-ul-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wpc-filters-ul-list li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

/* Checkbox styling */
.wpc-filters-ul-list input[type=checkbox] {
  accent-color: #80002D; /* Custom checkbox color */
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
}

/* Links inside label */
.wpc-filters-ul-list .wpc-filter-link {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: color 0.3s;
}

.wpc-filters-ul-list .wpc-filter-link:hover {
  color: #80002D;
  font-weight: 600;
}

/* Count styling */
.wpc-term-count {
  font-size: 14px;
  color: #999;
  margin-left: 5px;
}

/* Active Filter Chips */
.wpc-filter-chips-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.wpc-filter-chip {
  background: #fce9f0;
  color: #80002D;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.wpc-chip-remove-icon {
  margin-left: 8px;
  cursor: pointer;
}

/* Buttons at bottom */
.wpc-filters-apply-button,
.wpc-filters-close-button {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #80002D;
  border-radius: 5px;
  padding: 8px 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.wpc-filters-apply-button:hover,
.wpc-filters-close-button:hover {
  background-color: #fce9f0;
  color: #80002D;
  border: 1px solid #80002D;
}

/* Make it clean for mobile */
@media (max-width: 768px) {
  .wpc-filters-widget-containers-wrapper {
    padding: 15px;
  }
  .wpc-filters-ul-list .wpc-filter-link {
    font-size: 14px;
  }
}
.wpc-filters-widget-content .wpc-filters-section .wpc-filter-search-form .wpc-search-field {
  padding-left: 40px;
  font-size: 14px;
}

.club-home .bg-theme {
  background-color: #FE4593;
}
.club-home .text-theme {
  color: #FE4593;
}
.club-home .btn-theme {
  background-color: #FE4593;
  color: #fff;
}
.club-home .btn-theme:hover {
  background-color: #80002D;
  color: #fff;
}
.club-home .btn-outline-theme {
  border: 1px solid #FE4593;
  color: #FE4593;
}
.club-home .btn-outline-theme:hover {
  background-color: #FE4593;
  color: #fff;
}
.club-home .club-title {
  font-weight: 600;
  color: #FE4593;
}
.club-home .forum-list li {
  transition: background 0.2s ease;
}
.club-home .forum-list li:hover {
  background: #FFF6F9;
  cursor: pointer;
}
.club-home .book-month .book-cover img {
  max-width: 120px;
  border: 2px solid #FFF6F9;
}
.club-home .exclusive-items .card {
  transition: transform 0.2s ease;
}
.club-home .exclusive-items .card:hover {
  transform: translateY(-4px);
}
.club-home .exclusive-items .card .price {
  font-weight: 600;
}
.club-home .banner-widget img {
  border-bottom: 1px solid #eee;
}
.club-home .poll-widget .form-check-input:checked {
  background-color: #FE4593;
  border-color: #FE4593;
}
.club-home .club-intro {
  padding: 30px 0;
  border-bottom: 1px solid #fce9f0;
}
.club-home .club-intro .user-info {
  min-width: 250px;
  background-color: #FFF6F9;
  border: 1px solid #fce9f0;
  transition: 0.3s ease-in-out;
}
.club-home .club-intro .user-info:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.club-home .club-intro .club-title {
  font-size: 28px;
  font-weight: bold;
}
.club-home .club-intro .club-subtitle {
  font-size: 16px;
  max-width: 420px;
}
@media (max-width: 767px) {
  .club-home .club-intro .user-info {
    margin-top: 20px;
    text-align: center;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Yeseva One", serif;
  font-weight: normal;
  color: #80002D !important;
}

.text-main {
  color: #FE4593 !important;
}

.text-wine {
  color: #80002D !important;
}

.text-light {
  color: #fce9f0 !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.btn-main {
  background-color: #FE4593;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  min-height: 40px;
  padding: 0.6rem 1.5rem;
  font-size: 15px;
  color: #fff;
}
.btn-main:hover {
  background-color: rgb(102.5, 0, 36.03515625);
  color: #fce9f0;
}
.btn-main:focus {
  background-color: rgb(248.94, 210.56, 224.7);
  color: #80002D;
}

.btn-wine {
  background-color: #80002D;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  min-height: 40px;
  padding: 0.6rem 1.5rem;
  font-size: 15px;
  color: #fce9f0;
}
.btn-wine:hover {
  background-color: rgb(102.5, 0, 36.03515625);
  color: #fce9f0;
}
.btn-wine:focus {
  background-color: rgb(248.94, 210.56, 224.7);
  color: #80002D;
}

.bg-white {
  background-color: #fff;
}

.bg-main {
  background-color: #FE4593;
}

.bg-light {
  background-color: #fce9f0 !important;
}

.bg-lightest {
  background-color: #FFF6F9 !important;
}

.bg-wine {
  background-color: #80002D !important;
}

.bg-black {
  background-color: #232323 !important;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-150 {
  padding-bottom: 150px;
}

section {
  padding-top: 120px;
  padding-bottom: 120px;
}

header {
  position: sticky;
  top: 0;
  z-index: 1020;
  /* =======================
     Mobile Menu Styling
  ======================== */
  /* =======================
     Desktop Dropdown Hover
  ======================== */
}
header .nav-link {
  color: #80002D !important;
  font-weight: 500;
}
header .nav-link:hover {
  color: rgb(77, 0, 27.0703125);
}
header .nav-item.active .nav-link {
  font-weight: 700;
}
header .custom-toggler {
  border: none;
  background: white;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 45px;
  height: 31px;
  z-index: 1002;
}
header .custom-toggler .bar {
  width: 100%;
  height: 3px;
  background-color: #80002D;
  border-radius: 2px;
  transition: all 0.3s ease;
}
header .custom-toggler.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header .custom-toggler.open .bar:nth-child(2) {
  opacity: 0;
}
header .custom-toggler.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media (max-width: 991.98px) {
  header {
    /* Full-Width Dropdown Menu */
    /* Arrow Icon */
  }
  header .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #80002D;
    z-index: 999;
    padding: 3rem 2rem 2rem;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .navbar-collapse.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  header .navbar-nav {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  header .nav-link {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fce9f0 !important;
  }
  header .dropdown-menu {
    position: relative;
    width: 100%;
    background-color: #fce9f0 !important;
    padding: 1.5rem 0;
    margin: 1rem 0;
    border-radius: 10px;
    text-align: center;
    display: block;
    box-shadow: none;
  }
  header .dropdown-menu .dropdown-item {
    font-size: 1.4rem;
    font-weight: 600;
    color: #80002D;
    padding: 0.8rem 0;
    display: block;
    width: 100%;
    transition: background 0.3s ease, color 0.3s ease;
  }
  header .dropdown-menu .dropdown-item:hover {
    background-color: white;
    color: rgb(77, 0, 27.0703125);
  }
  header .navbar-nav .dropdown-toggle {
    width: 100%;
    text-align: center;
  }
  header .navbar-nav .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5rem;
  }
  header .navbar-nav .nav-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0.5rem;
  }
}
header .dropdown-menu {
  background-color: #80002D;
}
header .dropdown-menu li .dropdown-item:focus,
header .dropdown-menu li .dropdown-item:hover {
  background-color: #fce9f0;
  color: #80002D;
}
header .dropdown-menu li a {
  color: #fff;
}

/* =======================
   Subheader Styling
======================== */
.subheader {
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.subheader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.subheader .container {
  position: relative;
  z-index: 2;
}
.subheader .page-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: bold;
  color: #fce9f0 !important;
  font-family: "Yeseva One", serif;
}

.nav-icons a {
  color: #80002D !important;
}

.site-footer {
  color: #80002D;
}
.site-footer .footer-logo {
  font-family: "Yeseva One", serif;
  color: #80002D;
  font-size: 18px;
}
.site-footer .footer-logo img {
  height: 130px;
}
.site-footer .footer-link {
  color: #80002D;
  text-decoration: none;
}
.site-footer .footer-link:hover {
  color: #FE4593;
}
.site-footer h6 {
  font-family: "Yeseva One", serif;
  color: #80002D;
}
.site-footer input.form-control {
  border-radius: 0;
}
.site-footer button.btn-primary {
  background-color: #FE4593;
  border: none;
}
.site-footer button.btn-primary:hover {
  background-color: rgb(253.7272727273, 18.2727272727, 117.5454545455);
}
.site-footer i.bi {
  font-size: 1.2rem;
}
.site-footer ul li {
  margin-top: 10px;
}

/* Newsletter Popup */
.newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.newsletter-popup.active {
  display: flex;
}

.newsletter-content {
  background: #fff;
  padding: 30px 25px;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.4s ease-in-out;
}

.newsletter-content h2 {
  font-size: 1.8rem;
  color: #80002D; /* Theme color */
  margin-bottom: 10px;
}

.newsletter-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.newsletter-content .tnp-field input[type=email] {
  width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
}

.newsletter-content .tnp-field input[type=submit] {
  background-color: #80002D;
  color: #fff;
  font-size: 1rem;
  border: none;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-content .tnp-field input[type=submit]:hover {
  background-color: #a10d45;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.hero-section {
  position: relative;
}
.hero-section h1 {
  font-size: clamp(28px, 5vw + 16px, 50px);
}
.hero-section .carousel-indicators {
  bottom: 2rem;
  justify-content: center;
}
.hero-section .carousel-indicators button {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #FF9FC1;
  opacity: 0.5;
  border: none;
  transition: all 0.3s ease;
}
.hero-section .carousel-indicators button.active {
  opacity: 1;
  transform: scale(1.2);
}
.hero-section .hero-slide {
  min-height: 85vh;
  display: flex;
  align-items: center;
}
.hero-section .image-wrapper {
  position: relative;
}
.hero-section .image-wrapper .bookmark-overlay {
  position: absolute;
  top: -60px;
  left: -53px;
  width: 200px;
  z-index: 2;
}
.hero-section .image-wrapper .hero-image {
  max-height: 400px;
}
.hero-section .custom-arrow {
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  z-index: 2;
}
.hero-section .custom-arrow.carousel-control-prev {
  left: 20px;
}
.hero-section .custom-arrow.carousel-control-next {
  right: 20px;
}
.hero-section .custom-arrow span {
  filter: invert(1);
}

.category-section .section-title {
  font-family: "Yeseva One", serif;
  color: #80002D;
  font-size: 1.75rem;
}
.category-section .view-all-link {
  color: #80002D;
  font-weight: 500;
  text-decoration: none;
}
.category-section .view-all-link:hover {
  text-decoration: underline;
}
.category-section .product-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.category-section .product-swiper .swiper-slide .book-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.category-section .product-swiper .swiper-button-prev,
.category-section .product-swiper .swiper-button-next {
  color: #80002D;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.category-section .product-swiper .swiper-button-prev::after,
.category-section .product-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
.category-section .product-swiper .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}
.category-section .product-swiper .swiper-pagination-bullets {
  top: 100%;
  z-index: 999999;
  position: relative;
}
.category-section .product-swiper .swiper-pagination-bullet-active {
  background-color: #80002D;
}

.book-card {
  background-color: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.book-card img {
  aspect-ratio: 3/4;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  transition: 0.3s ease;
  display: block;
}
@media (max-width: 992px) {
  .book-card img {
    height: 280px;
  }
}
.book-card .book-details {
  background-color: #fff;
  padding: 1rem;
  flex-grow: 1;
}
.book-card .book-details .book-title {
  font-family: "Yeseva One", serif;
  color: #80002D !important;
  margin-bottom: 4px;
}
.book-card .book-details .book-title a {
  color: #80002D !important;
  text-decoration: none;
}
.book-card .book-details .book-desc {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 6px;
}
.book-card .book-details .book-price {
  font-size: 1rem;
  color: #333;
}
.book-card .add-to-cart {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  transition: 0.3s ease;
}
.book-card .add-to-cart .added {
  display: none;
}
.book-card .add-to-cart a {
  text-decoration: none !important;
  color: #fce9f0;
}
.book-card:hover {
  transform: translateY(-4px);
}
.book-card:hover .add-to-cart {
  opacity: 1;
  transform: translate(-50%, 0);
}
.book-card:hover img {
  filter: brightness(90%);
}

.subscription-box-section {
  position: relative;
  padding-top: 100px;
}
.subscription-box-section::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("../assets/images/wave-top.svg") no-repeat center center;
  background-size: cover;
  opacity: 1;
  z-index: 0;
}
.subscription-box-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("../assets/images/wave-bottom.svg") no-repeat center center;
  background-size: cover;
  opacity: 1;
  z-index: 0;
}
.subscription-box-section .wave-top,
.subscription-box-section .wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.subscription-box-section .wave-top img,
.subscription-box-section .wave-bottom img {
  display: block;
}
.subscription-box-section .wave-top {
  top: -1px;
}
.subscription-box-section .wave-bottom {
  bottom: -1px;
}
.subscription-box-section .container {
  position: relative;
  z-index: 2;
}
.subscription-box-section h2 {
  font-family: "Yeseva One", serif;
}

.text-image-section .tpb-club-image {
  max-width: 100%;
  height: auto;
}

.review-section {
  background-color: #fff5f7;
}
.review-section .review-box {
  background: transparent;
  padding: 1rem 1rem 0;
  font-family: "Montserrat", sans-serif;
}
.review-section .review-text {
  font-size: 0.95rem;
  color: #333;
  margin: 1rem 0;
}
.review-section .stars {
  font-size: 1.25rem;
  color: #80002D;
}
.review-section .custom-arrow {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.review-section .custom-arrow.carousel-control-prev {
  left: -30px;
}
@media (max-width: 767px) {
  .review-section .custom-arrow.carousel-control-prev {
    left: 0;
  }
}
.review-section .custom-arrow.carousel-control-next {
  right: -30px;
}
@media (max-width: 767px) {
  .review-section .custom-arrow.carousel-control-next {
    right: 0;
  }
}
.review-section .custom-arrow .carousel-control-prev-icon,
.review-section .custom-arrow .carousel-control-next-icon {
  background-size: 60% 60%;
  background-position: center;
}
.review-section .swiper-pagination-bullet {
  background-color: #fce9f0;
  opacity: 1;
  border-radius: 50%;
  margin: 0 6px;
  transition: all 0.3s ease;
}
.review-section .swiper-pagination-bullet-active {
  background-color: #80002D;
  transform: scale(1.2);
}
.review-section .swiper-pagination-bullets {
  top: 100% !important;
}
.newsletter-signup .form-control {
  border-radius: 8px;
  padding: 0.75rem 1rem;
  max-width: 350px;
  width: 100%;
}
.newsletter-signup .tnp-subscription form .tnp-field-button {
  text-align: center !important;
}
.newsletter-signup .tnp-subscription form .tnp-field-button .tnp-submit {
  background-color: #80002D !important;
  width: 150px;
}
.newsletter-signup .tnp-subscription form .tnp-field {
  text-align: left;
}
.newsletter-signup .tnp-subscription form label {
  color: #fce9f0;
}
.newsletter-signup .tnp-subscription form input {
  border-radius: 8px;
}
@media (max-width: 576px) {
  .newsletter-signup .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }
}

.blog-section .text-wine {
  color: #80002D;
}
.blog-section .blog-swiper .swiper-button-prev,
.blog-section .blog-swiper .swiper-button-next {
  color: #80002D;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blog-section .blog-swiper .swiper-button-prev::after,
.blog-section .blog-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
.blog-section .blog-swiper .swiper-pagination-bullets {
  top: 100%;
  z-index: 999999;
  position: relative;
}
.blog-section .blog-swiper .swiper-pagination-bullet-active {
  background: #80002D !important;
}
.blog-section .blog-swiper .swiper-pagination-bullet-active {
  background-color: #80002D;
}

.blog-card-link {
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card-link:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.blog-card {
  border-radius: 12px;
  overflow: hidden;
}
.blog-card img {
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}
.blog-card .card-body {
  padding: 1rem;
}
.blog-card .card-body .card-title {
  font-family: "Yeseva One", serif;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}
.blog-card .card-body .card-text {
  font-size: 0.875rem;
}

.faq-section {
  padding: 60px 0;
}
.faq-section h2 {
  font-family: "Yeseva One", serif;
  color: #80002D;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.faq-section .accordion-item {
  border: none;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.faq-section .accordion-item .accordion-header {
  margin: 0;
}
.faq-section .accordion-item .accordion-button {
  background-color: #FFF6F9;
  color: #80002D;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: none;
}
.faq-section .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.faq-section .accordion-item .accordion-button::after {
  background-image: none;
  content: ">";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #80002D;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.faq-section .accordion-item .accordion-button.collapsed::after {
  transform: rotate(0deg);
}
.faq-section .accordion-item .accordion-body {
  font-size: 1rem;
  color: #80002D;
  padding: 1rem 1.2rem;
  border-top: 1px solid #eee;
  background-color: #fce9f0;
}

.contact-split {
  background: #fff;
}
.contact-split .contact-info h3 {
  font-family: "Yeseva One", serif;
  color: #80002D;
  margin-bottom: 2rem;
}
.contact-split .contact-info .info-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.contact-split .contact-info .info-box i {
  font-size: 1.5rem;
  color: #80002D;
}
.contact-split .contact-info .info-box h6 {
  margin-bottom: 5px;
  font-weight: 700;
}
.contact-split .contact-info .info-box p {
  margin-bottom: 3px;
  color: #555;
}
.contact-split .contact-info .info-box a {
  color: #80002D;
  font-weight: 500;
  text-decoration: none;
}
.contact-split .contact-info .info-box a:hover {
  text-decoration: underline;
}
.contact-split .contact-info .social-icons a {
  font-size: 1.2rem;
  color: #80002D;
  margin-right: 10px;
  transition: color 0.3s ease;
}
.contact-split .contact-info .social-icons a:hover {
  color: #d81b60;
}
.contact-split .contact-form-wrapper {
  background: #fce9f0;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.contact-split .contact-form-wrapper h2 {
  font-family: "Yeseva One", serif;
  font-size: 2rem;
  color: #80002D;
}
.contact-split .contact-form-wrapper p {
  color: #555;
  font-size: 1rem;
}
.contact-split .contact-form-wrapper .form-control {
  border-radius: 10px;
  border: 2px solid #f1f1f1;
  font-size: 1rem;
  padding: 12px;
  transition: all 0.3s ease;
}
.contact-split .contact-form-wrapper .form-control:focus {
  border-color: #80002D;
  box-shadow: 0 0 8px rgba(128, 0, 45, 0.15);
}
.contact-split .contact-form-wrapper .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.contact-split .contact-form-wrapper .checkbox-group label {
  font-size: 0.95rem;
  color: #333;
}
.contact-split .contact-form-wrapper .checkbox-group label input {
  margin-right: 8px;
  accent-color: #80002D;
}
.contact-split .contact-form-wrapper .contact-btn {
  display: inline-block;
  background: #80002D;
  color: #fff;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
  font-size: 1rem;
}
.contact-split .contact-form-wrapper .contact-btn:hover {
  background: #fff;
  color: #80002D;
  border: 2px solid #80002D;
}

.contact-form-wrapper {
  background: #fce9f0;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.contact-form-wrapper h2 {
  font-family: "Yeseva One", serif;
  font-size: 2rem;
  color: #80002D;
}

.contact-form-wrapper p {
  color: #555;
  font-size: 1rem;
}

.contact-form-wrapper .form-control {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
  font-size: 1rem;
  padding: 12px;
  transition: all 0.3s ease;
}

.contact-form-wrapper .form-control:focus {
  border-color: #80002D;
  box-shadow: 0 0 8px rgba(128, 0, 45, 0.15);
}

.contact-btn {
  display: inline-block;
  background: #80002D;
  color: #fff;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: none;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}

.contact-btn:hover {
  background: #fff;
  color: #80002D;
  border: 2px solid #80002D;
}

.wc-block-components-order-meta.css-0.e19lxcc00 {
    display: none !important;
}

/*# sourceMappingURL=style.css.map */
