.vertical-menu > li:hover > .submenu,
.menu > li:hover .megamenu,
.menu > li.show > .submenu,
.menu > li.show .megamenu {
  top: 0;
}

.featured-cat-section .section-title {
  margin-bottom: 1.7rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
}
.featured-cat-section .section-desc {
  max-width: 50rem;
}
.featured-cat-section .featured-cat {
  display: block;
  padding: 3.1rem 0 3.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0.1rem 0.19rem 1rem rgb(0 0 0 / 5%),
    0 0 5px rgb(0 0 0 / 5%);
  box-shadow: 0.1rem 0.19rem 1rem rgb(0 0 0 / 5%), 0 0 5px rgb(0 0 0 / 5%);
  border-radius: 1rem;
}
.featured-cat-section .featured-cat:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
  transition: fill 0.5s, stroke-dashoffset 6s, -webkit-transform 0.3s;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s,
    -webkit-transform 0.3s;
}
.featured-cat-section .featured-cat:hover p {
  color: #a41733;
}
.featured-cat-section .featured-cat p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.featured-cat-section .featured-cat.featured-cat-vendor {
  padding: 2.5rem 0 3.6rem;
}
.featured-cat-section .featured-cat.featured-cat-vendor p {
  margin-top: 0.6rem;
}

@media (max-width: 479px) {
  .featured-cat-section .featured-cat {
    max-width: 23.2rem;
    margin: 0 auto;
  }
}

.main-menu-icon {
  max-width: 20px !important;
}

.featured-cat-icon {
  max-width: 48px !important;
}

.featured-product-section .section-title {
  margin-bottom: 1.7rem;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
}
.featured-product-section .section-desc {
  max-width: 50rem;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.quick-view-img {
  padding: 20px;
  border-radius: 5px;
  max-height: 400px;
}

.quick-view-brand-img {
  max-width: 100px;
  max-height: 50px;
  object-fit: fill;
}

.product-brand-img {
  max-width: 100px;
  max-height: 50px;
  object-fit: fill;
}

.breadcrumb li {
  text-transform: capitalize;
}

.mb1rem {
  margin-bottom: 1rem;
}

.btn-xs {
  font-size: 1.2rem;
  padding: 0.77em 0.4em;
}

.center-row {
  justify-content: center;
  align-items: center;
}
.product-rating {
  background: #2a2a2a;
  padding: 4px;
  font-size: 12px;
  font-weight: 500;
  color: gold;
}

.btn-danger {
  color: #d11919;
  border: none;
}

.btn-danger:hover {
  color: #f04040;
  border: none;
  background-color: #ffffff !important;
}

.product-rating-pp {
  max-width: 200px;
  border: 1.5px solid orange;
  border-radius: 10px;
}
.pr-color-left {
  color: orange;
}

.pr-color-right {
  color: #85f385;
}

.text-success {
  color: green !important;
}

.text-danger {
  color: red !important;
}

.new-price {
  text-decoration: none;
}
/* SPecial*/
/* Intro Wrapper  */
.intro-slide-wrapper .swiper-button-next:not(.swiper-button-disabled),
.intro-slide-wrapper .swiper-button-prev:not(.swiper-button-disabled) {
  color: #3d5e6e;
  opacity: 0;
}
.intro-slide-wrapper .swiper-button-next:not(.swiper-button-disabled):hover,
.intro-slide-wrapper .swiper-button-next:not(.swiper-button-disabled):active,
.intro-slide-wrapper .swiper-button-next:not(.swiper-button-disabled):focus,
.intro-slide-wrapper .swiper-button-prev:not(.swiper-button-disabled):hover,
.intro-slide-wrapper .swiper-button-prev:not(.swiper-button-disabled):active,
.intro-slide-wrapper .swiper-button-prev:not(.swiper-button-disabled):focus {
  color: #3d5e6e;
  background-color: transparent;
  border-color: transparent;
}
.intro-slide-wrapper .swiper-button-next,
.intro-slide-wrapper .swiper-button-prev {
  border: transparent;
  font-size: 3.3rem;
  -webkit-transition: right 0.3s, opacity 0.3s;
  transition: right 0.3s, opacity 0.3s;
}
.intro-slide-wrapper .swiper-button-next {
  right: -10%;
}
.intro-slide-wrapper .swiper-button-prev {
  left: -10%;
}
.intro-slide-wrapper:hover .swiper-button-next {
  opacity: 1;
  right: 0.3%;
}
.intro-slide-wrapper:hover .swiper-button-prev {
  opacity: 1;
  left: 0.3%;
}
.intro-slide-wrapper .swiper-pagination {
  bottom: 2.9rem;
}

.intro-slide {
  min-height: 49.8rem;
}

.intro-slide1 .banner-content {
  right: 10%;
  margin-top: -0.3rem;
}
.intro-slide1 .banner-content span {
  margin: 0.9rem 0 3.2rem 0;
  font-size: 3em;
  line-height: 1.2;
}
.intro-slide1 .banner-subtitle {
  font-size: 1.8em;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
.intro-slide1 .banner-title {
  margin: -0.5rem 0 3rem -2rem;
  font-size: 7em;
}
.intro-slide1 .btn {
  border-color: rgba(255, 255, 255, 0.4);
}
.intro-banner img {
  height: 23.9rem;
}
/* Intro-section */
@media (min-width: 768px) {
  .intro-wrapper .col-md-8 {
    max-width: 68%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
  }
  .intro-wrapper .col-md-4 {
    max-width: 32%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}
.intro-wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border-color: #fff;
  opacity: 0.5;
}
.intro-wrapper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.8rem;
  opacity: 1;
}

@media (min-width: 992px) {
  .intro-wrapper {
    /*margin: 2rem 0 0 30rem;*/
  }
}
.intro-slide {
  min-height: 498px;
}

.sub-cat-btn {
  padding: 0.7em 0.4em !important;
}

.cat-banner-text {
  background: #a41733;
  padding: 0px 10px 0px 10px;
  border-radius: 5px;
}

.filter-brand a {
  padding: 1rem 0 1rem 0.2rem;
  color: #333;
}

.filter-brand a:hover {
  padding: 1rem 0 1rem 0.2rem;
  color: #a41733;
}

.filter-brand li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
}

.ajs-message.ajs-custom {
  color: #ffffff;
  background-color: #a41733;
  border-color: #a41733;
}

.justify-cc {
  justify-content: center;
}

@media (max-width: 940px) {
  .full-button {
    width: 100%;
    margin-bottom: 2px;
  }
  .product-pa-wrapper {
    display: inline-grid !important;
  }
}

.form-bg {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  background: #28282829;
}

.form-bg input {
  background: white;
  border-radius: 5px;
}

.form-bg .form-group select {
  background: white;
  border-radius: 5px;
  max-width: 100%;
}

.form-bg .form-group textarea {
  background: white;
  border-radius: 5px;
}

.countdown {
  padding: 7px;
  border-radius: 5px;
  max-width: fit-content;
  display: block ruby;
}

.countdown-product {
  background: #a41733;
  color: white;
  font-size: 14px;
  max-width: fit-content;
  padding: 6px;
  letter-spacing: normal;
  border-radius: 5px;
  display: block ruby;
  font-weight: normal;
}

.mr--2 {
  margin-right: -4rem !important;
}

.btn-call-us {
  background: #3d4451;
  border: 2px solid #3d4451;
  color: whitesmoke;
  font-size: 15px;
}

.btn-call-us:hover {
  background: #303642;
  border: 2px solid #303642;
  color: whitesmoke;
  font-size: 15px;
}

.title-link-wrapper .product-countdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 0 0.5rem 2.2rem;
  padding: 0.3rem 0.9rem;
  border-radius: 3px;
  background-color: #a41733;
  color: white !important;
}

.results-cards {
  width: 36.5%;
  max-height: 260px;
  margin: 0 auto;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
  transition: 0.5s;
  border-radius: 7px;
  padding: 15px 15px;
  background: whitesmoke;
  position: absolute;
  z-index: 9999;
  overflow-y: scroll;
}

.results-cards-mobile {
  width: 88%;
  max-height: 260px;
  margin: 0 auto;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
  transition: 0.5s;
  border-radius: 7px;
  padding: 15px 15px;
  background: whitesmoke;
  position: absolute;
  z-index: 9999;
  overflow-y: scroll;
}

.not-visible {
  display: none;
}

.search-area {
  width: 100%;
  margin-left: 10%;
}

.header-search.hs-expanded {
  margin: 0 !important;
}

@media (max-width: 991px) {
  .d-mobile {
    display: block !important;
  }
  .d-mobile-none {
    display: none !important;
  }
  .d-grid {
    display: grid !important;
  }
  .product-price .new-price {
    display: block ruby !important;
  }
  .countdown {
    padding: 4px;
    font-size: 2em !important;
  }
  .shop-default-banner .banner-title {
    font-size: 2em;
    padding: 8px;
  }
}

.product-single .product-details {
  padding: 1rem 0 0 1rem;
  padding-right: 0px;
}

.border-primary {
  border: 2px solid #a41733;
  border-radius: 10px;
}

.search-item:hover {
  color: #a41733 !important;
}

.img-70 {
  height: 70px !important;
  width: 70px !important;
}

.my-account .nav-link,
.my-account .link-item {
  margin-bottom: 0;
  padding: 1.7rem 0 1.6rem;
  font-size: 1.6rem;
  text-transform: none;
  border-bottom: 1px solid #eee;
}
.my-account .link-item {
  font-weight: 600;
  color: #333;
  line-height: 1;
}
.my-account .link-item a {
  color: inherit;
}
.my-account .link-item:hover {
  color: #a41733;
}

.bg-whatsapp {
  background: #25d366;
  border: 2px solid #25d366;
}

.bg-whatsapp:hover {
  background: #21bd5a;
  border: 2px solid #21bd5a;
}

.list-style-inside ul li {
  list-style: inside;
}

.bg-danger-light {
  background: #ff000030 !important;
}
.bg-success-light {
  background: #0080005e !important;
}

.shadow-md {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.rounded-md {
  border-radius: 10px;
}

.border-sm {
  border-bottom: 1px solid #eaeaea;
}

.cart-summary .product-item {
  border-bottom: 1px solid #eaeaea;
  padding: 1rem 0;
}
.cart-summary .product-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cart-summary .quantity-btn {
  width: 30px;
  height: 30px;
}
.cart-summary .subtotal, .cart-summary .total {
  font-weight: bold;
  color: #d9534f;
}
.cart-summary .shipping-option {
  margin-left: 1.5rem;
}
.cart-summary .shipping-option label {
  font-weight: normal;
}
.quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  overflow: hidden;
  width: 100px;
}
.quantity-control button {
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
}
.quantity-control .minus-btn {
  background-color: #ff000030 !important;
  color: black;
  font-weight: bold;
}
.quantity-control .plus-btn {
  background-color: #0080005e !important;
  color: black;
  font-weight: bold;
}
.quantity-control .quantity-display {
  width: 40px;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.order {
  appearance: none;
  border: 0;
  background: #A41733;
  position: relative;
  height: 63px;
  width: 240px;
  padding: 0;
  outline: none;
  cursor: pointer;
  border-radius: 32px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.order span {
  --o: 1;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 19px;
  line-height: 24px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  opacity: var(--o);
  transition: opacity 0.3s ease;
}
.order span.default {
  transition-delay: 0.3s;
}
.order span.success {
  --offset: 16px;
  --o: 0;
}
.order span.success svg {
  width: 12px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  fill: none;
  margin: 7px 0 0 4px;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: var(--offset);
  transition: stroke-dashoffset 0.3s ease;
}
.order:active {
  transform: scale(0.96);
}
.order .lines {
  opacity: 0;
  position: absolute;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  width: 6px;
  top: 30px;
  left: 100%;
  box-shadow: 15px 0 0 #fff, 30px 0 0 #fff, 45px 0 0 #fff, 60px 0 0 #fff, 75px 0 0 #fff, 90px 0 0 #fff, 105px 0 0 #fff, 120px 0 0 #fff, 135px 0 0 #fff, 150px 0 0 #fff, 165px 0 0 #fff, 180px 0 0 #fff, 195px 0 0 #fff, 210px 0 0 #fff, 225px 0 0 #fff, 240px 0 0 #fff, 255px 0 0 #fff, 270px 0 0 #fff, 285px 0 0 #fff, 300px 0 0 #fff, 315px 0 0 #fff, 330px 0 0 #fff;
}
.order .back, .order .box {
  --start: #fff;
  --stop: #CDD9ED;
  border-radius: 2px;
  background: linear-gradient(#fff, #CDD9ED);
  position: absolute;
}
.order .truck {
  width: 60px;
  height: 41px;
  left: 100%;
  z-index: 1;
  top: 11px;
  position: absolute;
  transform: translateX(24px);
}
.order .truck:before, .order .truck:after {
  --r: -90deg;
  content: '';
  height: 2px;
  width: 20px;
  right: 58px;
  position: absolute;
  display: block;
  background: white;
  border-radius: 1px;
  transform-origin: 100% 50%;
  transform: rotate(var(--r));
}
.order .truck:before {
  top: 4px;
}
.order .truck:after {
  --r: 90deg;
  bottom: 4px;
}
.order .truck .back {
  left: 0;
  top: 0;
  width: 60px;
  height: 41px;
  z-index: 1;
}
.order .truck .front {
  overflow: hidden;
  position: absolute;
  border-radius: 2px 9px 9px 2px;
  width: 26px;
  height: 41px;
  left: 60px;
}
.order .truck .front:before, .order .truck .front:after {
  content: '';
  position: absolute;
  display: block;
}
.order .truck .front:before {
  height: 13px;
  width: 2px;
  left: 0;
  top: 14px;
  background: linear-gradient(#6C7486, #3F4656);
}
.order .truck .front:after {
  border-radius: 2px 9px 9px 2px;
  background: #275EFE;
  width: 24px;
  height: 41px;
  right: 0;
}
.order .truck .front .window {
  overflow: hidden;
  border-radius: 2px 8px 8px 2px;
  background: #7699FF;
  transform: perspective(4px) rotateY(3deg);
  width: 22px;
  height: 41px;
  position: absolute;
  left: 2px;
  top: 0;
  z-index: 1;
  transform-origin: 0 50%;
}
.order .truck .front .window:before, .order .truck .front .window:after {
  content: '';
  position: absolute;
  right: 0;
}
.order .truck .front .window:before {
  top: 0;
  bottom: 0;
  width: 14px;  
  background: black;
}
.order .truck .front .window:after {
  width: 14px;
  top: 7px;
  height: 4px;
  position: absolute;
  background: rgba(255, 255, 255, 0.14);
  transform: skewY(14deg);
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.14);
}
.order .truck .light {
  width: 3px;
  height: 8px;
  left: 83px;
  transform-origin: 100% 50%;
  position: absolute;
  border-radius: 2px;
  transform: scaleX(0.8);
  background: #f0dc5f;
}
.order .truck .light:before {
  content: '';
  height: 4px;
  width: 7px;
  opacity: 0;
  transform: perspective(2px) rotateY(-15deg) scaleX(0.94);
  position: absolute;
  transform-origin: 0 50%;
  left: 3px;
  top: 50%;
  margin-top: -2px;
  background: linear-gradient(90deg, #f0dc5f, rgba(240, 220, 95, 0.7), rgba(240, 220, 95, 0));
}
.order .truck .light.top {
  top: 4px;
}
.order .truck .light.bottom {
  bottom: 4px;
}
.order .box {
  --start: #EDD9A9;;
  --stop: #DCB773;
  width: 21px;
  height: 21px;
  right: 100%;
  top: 21px;
}
.order .box:before, .order .box:after {
  content: '';
  top: 10px;
  position: absolute;
  left: 0;
  right: 0;
}
.order .box:before {
  height: 3px;
  margin-top: -1px;
  background: rgba(0, 0, 0, 0.1);
}
.order .box:after {
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}
.order.animate .default {
  --o: 0;
  transition-delay: 0s;
}
.order.animate .success {
  --offset: 0;
  --o: 1;
  transition-delay: 7s;
}
.order.animate .success svg {
  transition-delay: 7.3s;
}
.order.animate .truck {
  animation: truck 10s ease forwards;
}
.order.animate .truck:before {
  animation: door1 2.4s ease forwards 0.3s;
}
.order.animate .truck:after {
  animation: door2 2.4s ease forwards 0.6s;
}
.order.animate .truck .light:before, .order.animate .truck .light:after {
  animation: light 10s ease forwards;
}
.order.animate .box {
  animation: box 10s ease forwards;
}
.order.animate .lines {
  animation: lines 10s ease forwards;
}
@keyframes truck {
  10%, 30% {
    transform: translateX(-164px);
  }
  40% {
    transform: translateX(-104px);
  }
  60% {
    transform: translateX(-224px);
  }
  75%, 100% {
    transform: translateX(24px);
  }
}
@keyframes lines {
  0%, 30% {
    opacity: 0;
    transform: scaleY(0.7) translateX(0);
  }
  35%, 65% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    transform: scaleY(0.7) translateX(-400px);
  }
}
@keyframes light {
  0%, 30% {
    opacity: 0;
    transform: perspective(2px) rotateY(-15deg) scaleX(0.88);
  }
  40%, 100% {
    opacity: 1;
    transform: perspective(2px) rotateY(-15deg) scaleX(0.94);
  }
}
@keyframes door1 {
  30%, 50% {
    transform: rotate(32deg);
  }
}
@keyframes door2 {
  30%, 50% {
    transform: rotate(-32deg);
  }
}
@keyframes box {
  8%, 10% {
    transform: translateX(40px);
    opacity: 1;
  }
  25% {
    transform: translateX(112px);
    opacity: 1;
  }
  26% {
    transform: translateX(112px);
    opacity: 0;
  }
  27%, 100% {
    transform: translateX(0px);
    opacity: 0;
  }
}

.edit-cart-btn {
  height: 65px;
  padding: 22px;
  border-radius: 100px !important;
}

.swiper-review {
  overflow: hidden;
}

.swiper-review .swiper-slide img {
  width: 100%;
  height: auto;
  max-width: 384px;
  max-height: 384px;
  border-radius: 5px;
  object-fit: cover;
}
.swiper-review .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancy-heading {
  background: #A7344C;
  color: #ffffffd7;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  margin: 20px auto;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  animation: glow 1.5s ease-in-out infinite alternate;
}

/* Glowing effect animation */
@keyframes glow {
  from {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 10px #85253a;
  }
  to {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 20px #c59207;
  }
}

/* Animated stars */
.fancy-heading:before, .fancy-heading:after {
  content: '★★★★★';
  color: #ffd700;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  animation: star-twinkle 3s ease-in-out infinite alternate;
  opacity: 0;
}

.fancy-heading:before {
  left: 20px;
  animation-delay: 0.5s;
}

.fancy-heading:after {
  right: 20px;
  animation-delay: 1s;
}

/* Star twinkling animation */
@keyframes star-twinkle {
  0% { opacity: 0; transform: translateY(-50%) scale(1); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.2); }
  100% { opacity: 0; transform: translateY(-50%) scale(1); }
}

/* Background pulse effect */
.fancy-heading-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
  animation: pulse 3s infinite;
  z-index: 0;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.1); opacity: 0.8; }
  100% { transform: scale(1); opacity: 0.6; }
}

/* Ensure text is on top of animated background */
.fancy-heading-text {
  position: relative;
  z-index: 1;
}