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

header.sticky-header {
  background: #fff;
  padding-block: 0 !important;
}

#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: 33.333% 33.333% 33.333%;
  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;
}

.vendor_img {
  height: 280px;
  background-color: #fff;
  margin-bottom: 15px;

}

.vendor_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#styled-horses,
#styled-services {
  position: relative;
}

.dashbaord_btn {
  position: absolute;
  top: 0;
  right: 20px;
}
#styled-events{
  position: relative;
}
#horseSelect {
  width: auto;
  min-width: 185px;
  padding-right: 25px;
}

#styled-services .row.myHorsePanel {
  display: flex;
  flex-wrap: wrap;
}

#styled-services .row.myHorsePanel .box {
  width: 31.3%;
}

.home-Categories .box p {
  min-width: 130px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #292929;
}

.stellarnav.mobile {
  text-align: right;
}

.stellarnav .menu-toggle span.bars span {
  background: #000;
}

.stellarnav .menu-toggle {
  padding-right: 0;
}

.stellarnav .menu-toggle span.bars {
  margin-right: 0;
}

.user_info {
  padding-inline: 10px;
}

.user_info p {
  word-wrap: break-word;
}

.dashboard .dashbord-list #default-styled-tab li button {
  text-align: left;
}

#changePasswordForm .relative span.absolute {
  top: 60%;
  transform: translateY(-40%);
}

.engagementForm_inputfile, .eventListingUpdateForm_fileUp, input[type="file"]{
      padding-block: 0px !important;
    height: 47px !important;
}

.horse_row{
      margin-top: 43px;
}
.horse_row #description{
      height: 137px;
}

@media screen and (max-width: 1300px) {
  .banner .text3 .text-customColor {
    font-size: 276px;
  }
}

@media screen and (max-width: 1200px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .banner .box {
    margin-top: 0;
    padding-top: 15px;
  }

  .banner .text2 h1 {
    text-align: left;
  }

  .banner .text2 div.flex h2 br {
    display: none;
  }

  .banner .icon-wrap .image {
    width: 65px;
    background-color: #D9D9D9;
    flex: 0 0 65px;
    height: 65px;
  }

  .banner .text2 div {
    text-align: start;
    width: 100%;
  }

  .horse_sliderbtn {
    width: 100%;
    max-width: 60%;
  }

  .home-Categories .box span.bg-secondary {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }

  .home-Categories .box span.bg-secondary img {
    width: 100%;
    max-width: 30px;
    height: 30px;
  }

  .home-Categories .box p {
    width: 110px;
    font-size: 18px;
    min-width: none;
  }
}

@media screen and (max-width: 1030px) {
  .banner .text3 .text-customColor {
    font-size: 222px;
  }

  .dashboard .dashbord-list #default-styled-tab li button .gap-3 {
    gap: 5px;
    font-size: 15px;
  }

  .dashboard .dashbord-list {
    padding-inline: 10px;
  }

  .dashbaord_btn {
    top: 0px;
  }

  #styled-services .row.myHorsePanel .box {
    width: 47.91%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #styled-services .row.myHorsePanel .box .mypanelPriceeditedbutton {
    margin-bottom: 15px;
  }
  #eventListingForm #location{
    margin-bottom: 10px;
  }
  .dashboard #default-styled-tab-content input,
  .dashboard #default-styled-tab-content select,
  #dropdownCheckboxButton,
  #eventListingForm input,#eventListingForm select {
    padding-block: 5px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .dashboard #default-styled-tab-content input[type="checkbox"] {
    height: 16px;
  }

  .dashboard #default-styled-tab-content input[type="file"], #eventListingForm input[type="file"]{
    line-height: 20px;
    padding-block: 0
  }
  .dashboard #default-styled-tab-content select {
    line-height: 27px;
  }
}

@media screen and (max-width: 991px) {
  .horse_sliderbtn {
    width: 100%;
    max-width: 75%;
  }

  .banner .text2 h1 {
    font-size: 42px;
  }

  .banner .text2 div h2 {
    font-size: 24px;
  }

  .banner .text2 div>div a {
    padding: 8px 15px;
    font-size: 14px;
  }

  .banner .box .icon-wrap>div.grid {
    grid-template-columns: auto auto;
    gap: 15px 10px;
  }

  .banner .text3 .text-customColor {
    font-size: 166px;
  }

  .banner .text3 {
    bottom: -60px;
  }

  

  .dashboard #default-styled-tab-content #styled-reminders {
    padding-inline: 0;
  }

  

  .banner .icon-wrap .image {
    width: 45px;
    flex: 0 0 45px;
    height: 45px;
  }

  .banner .icon-wrap .image img {
    width: 25px;
    height: 25px;
  }

  .banner {
    height: 700px !important;
    padding-top: 105px !important;
    overflow: hidden;
  }

  .banner .icon-wrap .image .plus {
    width: 20px;
    height: 20px;
    right: 3px;
  }

  .banner .icon-wrap .icon-box {
    align-items: center;
  }

  .banner .icon-wrap .icon-box small {
    min-width: 75px;
  }

  .banner .box {
    height: 485px;
  }

  .banner .box .text-end h4 {
    width: 100%;
    max-width: 50%;
    margin-left: auto;
  }

  .service form#searchForm input,
  #service_category_id {
    padding-block: 5px;
    height: 45px;
  }

  #viewAllBtn {
    padding-block: 9px;
    margin-bottom: 15px;
  }

  .home-trending-product .line2,
  .home-trending-product .line1,
  .home-trending-product .line3 {
    display: none;
  }

  .home-trending-product .swiper-card a>img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .home-trending-product .swiper-pagination {
    position: absolute;
    top: 35%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 0;
    margin-left: 0;
    z-index: 99999;
  }

  .home-Categories .box span.bg-secondary {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
  }

  .home-Categories .box span.bg-secondary img {
    width: 100%;
    max-width: 25px;
    height: 25px;
  }

  .home-Categories .box p {
    width: 90px;
    font-size: 14px;
    min-width: unset;
  }

  .home-Categories .card-image {
    max-width: 25.993rem;
  }

  .home-Categories .card-image .text-\[56px\] {
    font-size: 46px;
  }

  .home-Categories .wrap .top-\[-41px\] {
    top: -30px;
  }

  .home-Categories .wrap .box.wrap3.right-0 {
    right: 0;
  }

  .home-Categories .wrap .top-\[159px\] {
    top: 125px;
  }

  .home-Categories .wrap .right-\[60px\] {
    right: 35px;
  }

  .home-Categories .wrap .right-\[20px\] {
    right: 10px;
  }

  .home-Categories .wrap .bottom-\[113px\] {
    bottom: 80px;
  }

  .home-Categories .wrap .left-\[65px\] {
    left: 45px;
  }

  .home-Categories .wrap .left-\[65px\] p {
    width: 100px;
  }

  .home-Categories .wrap .left-\[0\] p,
  .home-Categories .wrap .left-\[35px\] p {
    width: 112px;
  }

  .home-Categories .wrap .left-\[35px\] {
    left: 20px;
  }

  .home-Categories .wrap .left-\[0\] {
    left: -5px;
  }

  .prod_img {
    height: 150px;
  }

  .prod_img img {
    width: 100%;
    height: 100%;

  }

  .swiper.product-slider {
    padding-bottom: 35px;
  }

  .swiper.product-slider .swiper-pagination {
    bottom: 0;
  }

  #changePasswordForm button {
    margin-top: 25px;
  }
  .details-content p, .details-content ul{
  font-size: 16px;
}
.details-content h4{
  font-size: 21px;
}
}

@media screen and (max-width: 767px) {
  .plan-page .plan {
    margin-bottom: 15px;
  }
  .vacations_list_panel{
    justify-content: center;
  }

  .plan-page .plan ul {
    min-height: unset;
  }

  .banner .text2 h1 {
    font-size: 40px;
    text-align: center;
  }

  .banner .text2 div {
    text-align: center;
    width: auto;
  }

  .myHorsePanel {
    display: grid;
    grid-template-columns: auto !important;
    gap: 25px;
  }
.details-content{
  text-align: center;
  margin-bottom: 25px;
}

.moblie_event{
  justify-content: center;
}
  .checkbox_event {
    flex-direction: column;
    align-items: baseline !important;
  }

  #calendarTab #nextBtn {
    padding-right: 0;
  }

  #styled-calendar {
    padding-inline: 0;
  }

  #calendarTab #monthYear {
    font-size: 18px;
  }

  .calender_width {
    display: none;
  }

  #styled-services .row.myHorsePanel .box {
    width: 100%;
  }



  #calendarTab #prevBtn {
    padding-left: 0;
  }

  #mycalendarevent {
    margin-top: 25px;
  }

  .checkbox_event_parent {
    justify-content: start;
  }

  .dashbaord_btn {
    position: static;
    margin-bottom: 25px;
    text-align: center;
  }

  .dashbaord_btn a {
    padding-inline: 25px;
  }



  .horse_sliderbtn {
    width: 100%;
    max-width: 90%;
  }

  .banner .text2 div h2 {
    font-size: 20px;
  }

  .banner .text3 .text-customColor {
    font-size: 80px;
  }

  .banner .text3 {
    bottom: -26px;
  }

  .home-Categories .wrap .box {
    position: static;
    margin-bottom: 15px;
  }

  .home-Categories .wrap .box p {
    width: 100%;
  }

  .locate_business_Details h1.text-\[60px\] {
    font-size: 46px;
  }

  .vacations_list li {
    flex-direction: row !important;
    justify-content: center;
  }
}

@media screen and (max-width: 399px) {
  .banner .text2 h1 {
    font-size: 32px;
  }

  .banner .text2 div h2 {
    font-size: 18px;
  }

  .banner .box {
    background-position: top;
  }

  .banner .box .text-end h4 {
    max-width: 100%;
  }

  .banner .box div.text {
    padding-right: 20px;
  }

  .banner {
    height: 610px !important;
    padding-top: 90px !important;
  }

  .banner .text3 .text-customColor {
    font-size: 68px;
  }

  .horse_sliderbtn {
    width: 100%;
    max-width: 100%;
    text-align: end !important;
  }

  .horse_sliderbtn a {
    padding: 8px 20px;
  }

  .home-Categories .card-image h5.text-\[27px\] {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .home-Categories .card-image .text-\[56px\] {
    font-size: 22px;
  }

  .locate_business p {
    font-size: 14px;
  }

  .locate_business h1.text-\[28px\] {
    font-size: 24px;
  }
}

@media screen and (max-width: 330px) {
  .service h4.text-\[20px\] {
    font-size: 16px;
  }



}