@layer utilities {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@font-face {
  font-family: "Lavish";
  src: url("../font2/LavishRegular.eot");
  src: url("../font2/LavishRegular.eot?#iefix") format("embedded-opentype"), url("../font2/LavishRegular.woff2") format("woff2"), url("../font2/LavishRegular.woff") format("woff"), url("../font2/LavishRegular.svg#LavishRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FD;
}

h2 {
  font-family: "Lavish";
  text-transform: capitalize;
  line-height: 1.2;
}

.feature .swiper-slide img {
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.feature .swiper-slide-active img {
  transform: scaleY(1.09);
}

.feature .swiper-button-next:after,
.feature .swiper-button-prev:after {
  color: #000;
  font-size: 17px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-trending-product .swiper-slide-active .swiper-card .text {
  max-width: 214px;
  padding: 18px;
  height: 127px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.home-trending-product .swiper-slide-prev,
.home-trending-product .swiper-slide-next {
  opacity: 0.5 !important;
}

.home-trending-product .swiper-pagination {
  position: absolute;
  top: 30%;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: end;
  gap: 5px;
  margin-left: -82px;
  z-index: 1;
}

.home-trending-product .swiper-pagination-bullet-active {
  background-color: #35855f;
}

.banner .icon-wrap .image {
  background-color: #D9D9D9;

}

.banner .icon-wrap .image .plus {
  background-color: rgba(53, 133, 95, 0.5);
}

.stellarnav li a, .stellarnav a {
  color: #262626;
  font-weight: 400;
}

.categories-page .nav-tabs li {
  position: relative;
  cursor: pointer;
}

.categories-page .nav-tabs li.active::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-color: #35855f;
  width: 100%;
  height: 5px;
  bottom: -17px;
}

.categories-page .nav-tabs li.active {
  font-weight: 700;
}


.horse-slider .swiper-button-next:after,
.horse-slider .swiper-button-prev:after {
  font-size: 15px;
  color: #151515;
  background-color: rgba(255, 255, 255, 0.6);
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.listing-slider .swiper-button-next:after,
.listing-slider .swiper-button-prev:after {
  font-size: 15px;
  color: #151515;
  background-color: rgba(255, 255, 255, 0.6);
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-img {
  transform: translate(0, -50%);
}


/* profile page modal css 08/10/2025*/
#paymentModal .modal-content {
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: none;
  overflow: hidden;
}

#paymentModal .modal-header {
  background: #f8f8fc;
  border-bottom: 1px solid #eee;
  padding: 24px 32px 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#paymentModal .modal-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #6c4ba2;
  margin-bottom: 0;
}

#paymentModal .modal-body {
  background: #fff;
  padding: 24px 32px 12px 32px;
}

#paymentModal .form-section-title {
  color: #888;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 18px;
  margin-top: 10px;
}

#paymentModal .form-control {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 12px 15px;
  font-size: 1rem;
  background: #fafafa;
  margin-bottom: 12px;
}

#paymentModal .form-control:focus {
  border-color: #6c4ba2;
  box-shadow: 0 0 0 0.15rem rgba(108, 75, 162, 0.12);
  background: #fff;
}

#paymentModal .row.g-3 {
  margin-bottom: 12px;
}

#paymentModal .modal-footer {
  background: #f8f8fc;
  border-top: 1px solid #eee;
  padding: 18px 32px;
  display: flex;
  justify-content: flex-end;
}

#paymentModal .btn-payment {
  background: linear-gradient(135deg, #6c4ba2, #b39ddb);
  border: none;
  color: #fff;
  padding: 12px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(108, 75, 162, 0.08);
  transition: background 0.2s;
}

#paymentModal .btn-payment:hover {
  background: linear-gradient(135deg, #5a3b8c, #a593d1);
}

#paymentModal .payment-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  justify-content: center;
}

#paymentModal .payment-icon {
  width: 44px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

#paymentModal .visa {
  background: #1a1f71;
}

#paymentModal .mastercard {
  background: linear-gradient(45deg, #ff5f00, #eb001b);
}

#paymentModal .amex {
  background: #006fcf;
}

#paymentModal .paypal {
  background: #003087;
  font-size: 10px;
}

.myItemsPanel {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 25px;
}

.myItemsPanelImage {
    height: 200px;
    margin-bottom: 15px;
}
.myItemsPanelImage img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.myPanelViewButton button:hover{
  color: rgb(53 133 95);
}

.plan-page .plan:hover button{
    background-color: #fff;
    color: #000;
}



.plan-page .plan:hover ul svg{
    fill: #fff;
}


.plan-page .plan ul{
    min-height: 313px;
}