.select2-container .select2-selection--single {
  height: 49.6px;
  border-radius: 0;
  border: none;
  display: flex;
  align-items: center;
}
.select2-container .select2-selection__rendered {
  padding: 15px 10px !important;
}
.select2-container .select2-selection__arrow {
  top: 12px !important;
  right: 10px !important;
}

.select2-search__field:focus, .select2-search__field:focus-visible {
  border: 1px solid rgba(133, 20, 57, 0.4941176471) !important;
  outline: 0 !important;
  outline-offset: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #EC407A !important;
}

.toastr-container ul li {
  width: 100% !important;
}

.swiper-btn {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
.swiper-btn:after {
  color: #EC407A;
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

.primary-btn {
  border-radius: 10px;
  background-color: #EC407A;
  color: white;
  font-weight: 500;
  padding: 12px 30px;
  letter-spacing: 0.2px;
  border: 1px solid #EC407A;
  transition: 0.2s;
}
.primary-btn:hover {
  background-color: white;
  color: #EC407A;
  border: 1px solid #EC407A;
}

img {
  width: 100%;
}

h2 {
  font-family: "Roboto Slab", serif;
  font-size: clamp(1.4rem, 1.5vw + 0.5rem, 1.8rem);
  font-weight: 800;
}

.padding-top {
  padding-top: 6rem;
}

.padding-bot {
  padding-bottom: 6rem;
}

.link {
  color: #EC407A;
  font-weight: 600;
  transition: 0.2s;
  border: 0;
  background-color: transparent;
}
.link:hover {
  text-decoration: underline;
}
.link i {
  font-size: 14px;
}

.form-control, .form-select {
  border-radius: 10px;
  padding: 0.75rem 0.75rem;
}

.select2 {
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 10px;
}

.event-main-btn {
  background-color: #ffcdde;
  color: #000;
  border-color: transparent;
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  border-radius: 10px;
  padding: 0.7rem 1.3rem 0.7rem;
  display: inline-block;
}
.event-main-btn:hover {
  background-color: #EC407A;
  color: #fff;
}

.secondry-btn {
  border-radius: 10px;
  background-color: white;
  color: #EC407A;
  font-weight: 500;
  padding: 12px 30px;
  letter-spacing: 0.2px;
  border: 1px solid #EC407A;
  transition: 0.2s;
}
.secondry-btn:hover {
  background-color: #EC407A;
  color: white;
}

.vertical-border {
  border: 1px solid #ffcdde;
}

.send-enquiry-btn {
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  color: #000;
}

.view-contact-btn {
  border: 1px solid #EC407A;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  color: #EC407A;
}

.select2-container .select2-dropdown.scrollable-dropdown .select2-results {
  max-height: 200px; /* adjust as needed */
  overflow-y: auto;
}

header {
  border-bottom: 1px solid #ffe1eb;
}
header .logo img {
  width: 150px;
}
header .menu {
  gap: 2rem;
}
header .menu a {
  color: #000000;
}
header .menu a:hover {
  color: #EC407A;
}
header .menu a i {
  font-size: 12px;
}
header .menu .dropdown .dropdown-toggle::after {
  content: none;
}
header .menu .dropdown .dropdown-menu {
  top: 18px !important;
}
header .menu .dropdown .dropdown-menu .dropdown-item {
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
}
header .menu .dropdown .dropdown-menu .dropdown-item img {
  width: 20px;
}
header .menu .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
  color: #EC407A;
}
header .account {
  gap: 2rem;
}
header .account .login-menu {
  gap: 2rem;
}
header .account .login-menu a {
  color: #000000;
}
header .account .login-menu a:hover {
  color: #EC407A;
}
header .account .login-menu .vendor-link {
  font-weight: 600;
}
header .account .login-menu .dropdown-toggle::after {
  display: none;
}
header .account .login-menu .other-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 5px 10px 5px 15px;
  list-style: none;
  min-width: 176px;
  z-index: 99;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1882352941);
  width: 100%;
}
@media (max-width: 767px) {
  header .account .login-menu .other-dropdown-menu {
    top: 125%;
    left: -95%;
  }
}
header .account .login-menu .other-dropdown-menu li {
  padding: 10px 0;
}
header .account .login-menu .other-dropdown-menu li a {
  font-size: 14px;
  font-family: "Poppins", serif;
}
header .account .input-group input {
  padding: 8px 16px;
  border-radius: 10px 0 0 10px;
}
header .account .input-group input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #EC407A;
}
header .account .input-group .search-btn {
  background-color: #EC407A;
  border-radius: 0 10px 10px 0;
  color: white;
}

.hero-section {
  position: relative;
}
.hero-section .hero-swiper .swiper-slide {
  position: relative;
}
.hero-section .hero-swiper .swiper-slide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.205);
}
.hero-section .hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.hero-section .slider-content {
  position: absolute;
  width: 80%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  left: 50%;
}
.hero-section .slider-content .hero-content {
  max-width: 1000px;
  margin: auto;
  color: white;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
  z-index: 2;
}
.hero-section .slider-content .hero-content h1 {
  font-family: "Roboto Slab", serif;
  font-size: clamp(1.8rem, 2.5vw + 1rem, 3rem);
  font-weight: 800;
}
.hero-section .slider-content .hero-content .hero-desc {
  font-size: clamp(1rem, 1vw + 0.5rem, 1.2rem);
  font-weight: 500;
}
.hero-section .slider-content .main-search-wrapper {
  position: relative;
  box-sizing: content-box;
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
  z-index: 3;
}
.hero-section .slider-content .main-search-wrapper .divider {
  width: 2px;
  height: 48px;
  background-color: #c5c5c5;
}
.hero-section .slider-content .main-search-wrapper .search-icon {
  width: 15px;
}
.hero-section .slider-content .main-search-wrapper .location-icon {
  width: 18px;
}
.hero-section .slider-content .main-search-wrapper .main-search-btn {
  min-width: 162px;
  border-radius: 0 10px 10px 0;
}
.hero-section .slider-content .main-search-wrapper .main-search-btn:hover {
  background-color: #EC407A;
  color: white;
  opacity: 0.8;
}
.hero-section .slider-content .hero-slider-category-text {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top: 1rem;
}
.hero-section .slider-content .slider-vendor-category {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  max-width: 100%;
}
.hero-section .slider-content .slider-vendor-category a {
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.4rem 1rem;
  display: inline-flex;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: "Poppins", serif;
  font-size: 0.8rem;
}
.hero-section .slider-content .slider-vendor-category a:hover {
  background-color: #EC407A;
}
.hero-section .slider-content .slider-vendor-category a i {
  margin-right: 0.5rem;
}

.category-section {
  display: block;
}
.category-section .event-vendor-listing-wrapper {
  background-color: #ffcdde;
  border-radius: 1rem;
  position: relative;
}
.category-section .event-vendor-listing-wrapper .vendor-img {
  border-radius: 1rem;
}
.category-section .event-vendor-listing-wrapper .vendor-img img {
  width: 100%;
  border-radius: 1rem;
}
.category-section .event-vendor-listing-wrapper:hover .vendor-overlay-wrapper {
  background-color: #EC407A;
}
.category-section .event-vendor-listing-wrapper .vendor-overlay-wrapper {
  width: 100%;
  bottom: 0;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 99;
  transition: all 400ms ease-in-out;
  border-radius: 1rem;
}
.category-section .event-vendor-listing-wrapper .vendor-overlay-wrapper .vendor-info {
  color: #fff;
}
.category-section .event-vendor-listing-wrapper .vendor-overlay-wrapper .vendor-info h5 {
  font-family: "Roboto Slab", serif;
  font-size: 1.2rem;
}
.category-section .event-vendor-listing-wrapper .vendor-overlay-wrapper .vendor-info p {
  font-family: "Poppins", serif;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.category-section .event-vendor-listing-wrapper .vendor-overlay-wrapper .icon-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
}
.category-section .event-vendor-listing-wrapper .vendor-overlay-wrapper .icon-link i {
  color: #FFF;
}
.category-section .event-main-btn {
  display: flex;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  margin: 1rem auto 0;
}

.top-listings {
  height: 100%;
}
.top-listings h2 {
  text-align: center;
}
.top-listings .vendor-list {
  position: relative;
}
.top-listings .vendor-list .vendor-box {
  border: 1px solid #ccc;
  border-radius: 1rem;
  position: relative;
}
.top-listings .vendor-list .vendor-box .vendor-img img {
  border-radius: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px 1%;
     object-position: 0px 1%;
  width: 100%;
}
.top-listings .vendor-list .vendor-box .vendor-category-tag {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 1rem;
  left: 1rem;
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 0.8rem;
  border-radius: 50px;
  padding: 0.5rem 1rem;
}
.top-listings .vendor-list .vendor-box .vendor-category-tag a {
  color: #fff;
}
.top-listings .vendor-list .vendor-box .vendor-wishlist-tag {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 1rem;
  right: 1rem;
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 0.8rem;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail {
  padding: 1rem;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail h5 {
  color: #000;
  font-family: "Roboto Slab", serif;
  font-size: 1.2rem;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail p {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 1rem;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .rating-location-wrapper {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .rating-location-wrapper .vendor-rating {
  color: #eb942d;
  font-family: "Poppins", serif;
  font-size: 1rem;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .rating-location-wrapper .vendor-rating span {
  color: #000;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .rating-location-wrapper .vendor-border {
  background: #EC407A;
  width: 1px;
  height: 25px;
  margin-left: 1rem;
  margin-right: 1rem;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .rating-location-wrapper .vendor-location {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 1rem;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .rating-location-wrapper .vendor-location i {
  width: 15px;
  color: #EC407A;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .inquiry-other-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .inquiry-other-detail .other-detail-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .inquiry-other-detail .other-detail-wrapper span {
  font-family: "Poppins", serif;
  color: #EC407A;
  font-weight: bold;
  font-size: 18px;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .status {
  padding: 0.2rem 1.5rem;
  border-radius: 20px;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  font-weight: bold;
  margin-top: 1rem;
  color: #fff;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .pending {
  background-color: #eb942d;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .booked {
  background-color: green;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .rejected {
  background-color: #dc3545;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .do-not-proceed {
  background-color: #646464;
}
.top-listings .vendor-list .vendor-box .vendor-listing-detail .vendor-listing-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-listings .vendor-list .vendor-box .vertical-border {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.top-listings .vendor-list .vendor-box:hover h5 {
  color: #EC407A;
}
.top-listings .vendor-list .vendor-box:hover .vendor-category-tag, .top-listings .vendor-list .vendor-box:hover .vendor-wishlist-tag {
  background-color: #EC407A;
}
.top-listings .vendor-list .swiper-button-next {
  top: -2rem;
  width: 30px;
  height: 30px;
  border: 1px solid;
  padding: 10px;
  border-radius: 100%;
  background-color: #EC407A;
  color: white;
}
.top-listings .vendor-list .swiper-button-next:hover {
  background-color: #EC407A;
  color: white;
}
.top-listings .vendor-list .swiper-button-next::after {
  font-size: 16px;
}
.top-listings .vendor-list .swiper-button-prev {
  right: 3.5rem;
  left: unset;
  top: -2rem;
  width: 30px;
  height: 30px;
  border: 1px solid;
  padding: 10px;
  border-radius: 100%;
  background-color: #EC407A;
  color: white;
}
.top-listings .vendor-list .swiper-button-prev:hover {
  background-color: #EC407A;
  color: white;
}
.top-listings .vendor-list .swiper-button-prev::after {
  font-size: 16px;
}

.why-us {
  background-color: #ffcdde;
  border-radius: 10px;
  padding: 2.5rem 2rem;
}
.why-us h3 {
  font-family: "Roboto Slab", serif;
  font-size: 1.2rem;
  color: #EC407A;
}
.why-us .box .icon img {
  width: 60px;
}
.why-us .box .content {
  font-size: 15px;
}
.why-us .custom-border {
  border-left: 1px solid rgba(0, 0, 0, 0.4392156863);
  border-right: 1px solid rgba(0, 0, 0, 0.4392156863);
}

.testimonial-wrapper {
  position: relative;
}
.testimonial-wrapper .testimonial {
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
  transition: 0.3s;
  border-radius: 1rem;
  padding: 1rem;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  z-index: 10;
  position: relative;
}
.testimonial-wrapper .testimonial:hover {
  border-color: #EC407A;
  transform: scale(0.95);
}
.testimonial-wrapper .testimonial .review-img {
  width: 100%;
}
.testimonial-wrapper .testimonial .review-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(128, 128, 128, 0.374);
  border-radius: 1rem;
}
.testimonial-wrapper .testimonial .name {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  text-align: left;
}
.testimonial-wrapper .testimonial .rating {
  color: rgb(255, 183, 0);
  font-size: 14px;
}
.testimonial-wrapper .testimonial-prev {
  position: absolute;
  top: 10%;
  right: 10%;
  left: unset;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.testimonial-wrapper .testimonial-prev::after {
  font-size: 13px;
}
.testimonial-wrapper .testimonial-prev:hover {
  background-color: #EC407A;
  color: #fff;
  border: 2px solid #EC407A;
}
.testimonial-wrapper .testimonial-next {
  position: absolute;
  top: 10%;
  right: 5%;
  left: unset;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.testimonial-wrapper .testimonial-next::after {
  font-size: 13px;
}
.testimonial-wrapper .testimonial-next:hover {
  background-color: #EC407A;
  color: #fff;
  border: 2px solid #EC407A;
}

.cta-wrapper {
  background-color: #ffcdde;
  margin-top: 4rem;
}
.cta-wrapper .cta-bg {
  background: url(https://weddingdir.net/wp-content/uploads/2021/08/weddingdir-home-page-call-to-action.jpg) center center no-repeat;
  background-size: cover;
  height: 60vh;
}
.cta-wrapper .cta-content-wrapper {
  padding: 5rem;
  max-width: 80%;
}
.cta-wrapper .cta-content-wrapper h5 {
  font-family: "Roboto Slab", serif;
  font-size: clamp(1.5rem, 2vw + 0.5rem, 2rem);
}
.cta-wrapper .cta-content-wrapper p {
  font-family: "Poppins", serif;
  font-size: clamp(0.875rem, 0.8vw + 0.3rem, 1rem);
}
.cta-wrapper .cta-content-wrapper .event-main-btn {
  border: 1px solid #EC407A;
  margin-top: 1rem;
}

.blogs-wrapper .blog {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
  transition: 0.3s;
}
.blogs-wrapper .blog:hover {
  border-color: #EC407A;
  transform: scale(0.95);
}
.blogs-wrapper .blog .blog-img {
  height: 200px;
  overflow: hidden;
}
.blogs-wrapper .blog .blog-img img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs-wrapper .blog .blog-title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.4;
}
.blogs-wrapper .blog .blog-desc {
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogs-wrapper .blog .date {
  font-size: 0.8rem;
  color: gray;
}
.blogs-wrapper .blog .link {
  font-size: 0.85rem;
}

footer {
  background-color: #EC407A;
  color: white;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  footer {
    margin-top: 0;
  }
}
footer .info {
  font-size: 15px;
}
footer h5 {
  font-family: "Roboto Slab", serif;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.6039215686);
}
footer ul {
  font-size: 15px;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2470588235);
  font-size: 14px;
}
footer .social-link {
  width: 35px;
  height: 35px;
  border: 1px solid white;
  border-radius: 100%;
}
footer .social-link:hover {
  background-color: white;
  color: #EC407A;
}

.inner-banner-wrapper {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-height: 200px;
  position: relative;
}
.inner-banner-wrapper h1 {
  color: white;
  font-family: "Roboto Slab", serif;
  font-weight: 800;
}
.inner-banner-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(91, 6, 34, 0.5490196078);
  z-index: 0;
}

.blog-detail-wrapper .blog-img {
  max-height: 500px;
  overflow: hidden;
  border-radius: 10px;
}
.blog-detail-wrapper .blog-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog-detail-wrapper .blog-title {
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
  line-height: 1.5;
}
.blog-detail-wrapper .blog-date {
  color: gray;
  font-size: 12px;
}

.main-form-wrapper .form-wrapper, .main-form-wrapper .register-wrapper {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1882352941);
  border-radius: 10px;
  max-width: 650px;
  width: 100%;
  margin: auto;
}
.main-form-wrapper .form-wrapper .row .form-top i, .main-form-wrapper .register-wrapper .row .form-top i {
  color: #EC407A;
  font-size: 3rem;
}
.main-form-wrapper .form-wrapper .row form label, .main-form-wrapper .register-wrapper .row form label {
  font-weight: 500;
  font-size: 15px;
}
.main-form-wrapper .form-wrapper .row form input, .main-form-wrapper .register-wrapper .row form input, .main-form-wrapper .form-wrapper .row form textarea, .main-form-wrapper .register-wrapper .row form textarea {
  padding: 8px 14px;
  font-size: 15px;
  border-radius: 10px;
}
.main-form-wrapper .form-wrapper .row form input:focus, .main-form-wrapper .register-wrapper .row form input:focus, .main-form-wrapper .form-wrapper .row form textarea:focus, .main-form-wrapper .register-wrapper .row form textarea:focus {
  border: 1px solid rgba(189, 22, 78, 0.3960784314);
  box-shadow: none;
}
.main-form-wrapper .form-wrapper .row form .select2, .main-form-wrapper .register-wrapper .row form .select2 {
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #dee2e6;
}
.main-form-wrapper .form-wrapper .row form .select2 .select2-selection, .main-form-wrapper .register-wrapper .row form .select2 .select2-selection {
  border-radius: 10px;
  height: 38px;
}
.main-form-wrapper .form-wrapper .row form .select2 .select2-selection .select2-selection__rendered, .main-form-wrapper .register-wrapper .row form .select2 .select2-selection .select2-selection__rendered {
  padding: 8px 14px !important;
  line-height: 23px;
}
.main-form-wrapper .form-wrapper .row form .select2 .select2-selection .select2-selection__arrow, .main-form-wrapper .register-wrapper .row form .select2 .select2-selection .select2-selection__arrow {
  top: 7px !important;
}
.main-form-wrapper .form-wrapper .row .form-bottom, .main-form-wrapper .register-wrapper .row .form-bottom {
  font-size: 14px;
}
.main-form-wrapper .form-wrapper .row .form-bottom a, .main-form-wrapper .register-wrapper .row .form-bottom a {
  color: #EC407A;
  font-weight: 600;
}
.main-form-wrapper .form-wrapper .row .form-img, .main-form-wrapper .register-wrapper .row .form-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-form-wrapper .form-wrapper .row .form-img img, .main-form-wrapper .register-wrapper .row .form-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.main-form-wrapper .register-wrapper {
  max-width: 800px;
}
.main-form-wrapper .event-main-btn {
  max-width: 100%;
  width: 200px;
  border: transparent;
}

@media (max-width: 767px) {
  .vendor-profile-wrapper {
    padding-top: 3rem;
    margin-bottom: 3rem;
  }
}
.vendor-profile-wrapper .vendor-profile-tabs {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1882352941);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
}
.vendor-profile-wrapper .vendor-profile-tabs a {
  color: #000000;
  font-weight: 500;
}
.vendor-profile-wrapper .vendor-profile-tabs a:hover {
  background-color: #ffcdde;
}
.vendor-profile-wrapper .vendor-profile-tabs a img {
  width: 16px;
}
.vendor-profile-wrapper .vendor-profile-tabs a span {
  font-family: "Poppins", serif;
}
.vendor-profile-wrapper .vendor-profile-tabs .active {
  color: #EC407A;
}
.vendor-profile-wrapper .vendor-profile-content {
  min-height: 50vh;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
  background-color: rgba(189, 22, 78, 0.0196078431);
}
.vendor-profile-wrapper .vendor-profile-content .profile-banner .vendor-profile-img {
  width: 100px;
}
.vendor-profile-wrapper .vendor-profile-content .profile-banner .vendor-profile-img img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.vendor-profile-wrapper .vendor-profile-content .profile-banner .edit-img span {
  color: #EC407A;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper {
  margin-top: 1.5rem;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper h3 {
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper label {
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .event-main-btn {
  border: transparent;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .service-offered-icon .fa-solid {
  color: #EC407A;
  font-size: 1.3rem;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .service-offered-icon .fa-solid:focus-visible {
  border: unset;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .service-offered-icon:active {
  border: unset;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .service-input-wrapper {
  display: flex;
  gap: 1rem;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .service-input-wrapper .remove-item {
  color: #EC407A;
  border: 1px solid #EC407A;
}
.vendor-profile-wrapper .vendor-profile-content .vendor-dashboard .analytics-box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1882352941);
  background-color: white;
}
@media (max-width: 767px) {
  .vendor-profile-wrapper .vendor-profile-content .vendor-dashboard .analytics-box {
    margin-top: 15px;
  }
}
.vendor-profile-wrapper .vendor-profile-content .vendor-dashboard .analytics-box .icon img {
  width: 48px;
}
.vendor-profile-wrapper .vendor-profile-content .vendor-dashboard .analytics-box .title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  color: gray;
}
.vendor-profile-wrapper .vendor-profile-content .vendor-dashboard .analytics-box .count {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .avatar-upload {
  position: relative;
  display: inline-block;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .avatar-upload .avatar-edit {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .avatar-upload .avatar-edit input {
  display: none;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .avatar-upload .avatar-edit input + label:hover {
  background: #ffcdde;
  border-color: #ffcdde;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #EC407A;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-size: 13px;
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .avatar-upload .avatar-preview {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #ffcdde;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.vendor-profile-wrapper .vendor-profile-content .profile-setting-wrapper .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vendor-profile-wrapper .vendor-profile-content .divider {
  border-top: 1px solid #ffcdde;
  margin-top: 32px;
  margin-bottom: 32px;
}

.modal .modal-content .modal-header {
  border: none;
}
.modal .modal-content .modal-header .btn-close {
  font-size: 12px;
}

.otpModal .otp-msg {
  font-size: 14px;
}
.otpModal .otp-msg span {
  font-weight: 500;
  color: #000000;
}
.otpModal .resend-otp {
  font-size: 14px;
  color: rgb(157, 157, 157);
}
.otpModal .resend-otp a {
  font-weight: 500;
  color: #EC407A;
}
.otpModal input {
  width: 42px !important;
  text-align: center;
}
.otpModal input:focus {
  box-shadow: none;
  border-color: #EC407A;
}
.otpModal .event-main-btn {
  border: transparent;
  max-width: 100%;
  width: 150px;
}

.otp-modal-msg {
  color: #02c27a;
  margin-top: 10px;
  font-size: 14px;
}

.otp-status {
  position: absolute;
  right: 0;
  top: 50%;
}
.otp-status img {
  width: 30px;
}

.imageuploadify-message {
  border-top: 1px solid #EC407A !important;
  border-bottom: 1px solid #EC407A !important;
  color: #EC407A !important;
}

.imageuploadify-images-list button {
  border-color: #EC407A !important;
  color: #EC407A !important;
}
.imageuploadify-images-list button:hover {
  background-color: #ffcdde !important;
}

.vendor-delete-btn {
  position: absolute;
  right: -11px;
  top: -13px;
  background-color: #dc3545;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vendor-portfolio-delete-icon {
  color: #fff;
  font-size: 12px;
}

.vendor-youtube-video-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vendor-listing-wrapper .filter-btn {
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
  border-radius: 7px;
  padding: 4px;
  width: 90px;
  font-weight: 500;
  font-size: 14px;
}
.vendor-listing-wrapper .filter-btn img {
  width: 16px;
}
.vendor-listing-wrapper .filter-btn:hover {
  border-color: rgba(0, 0, 0, 0.3137254902);
}
.vendor-listing-wrapper .vendor-box {
  display: inline-block;
  border: 1px solid white;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1882352941);
  transition: 0.3s;
}
.vendor-listing-wrapper .vendor-box:hover {
  border: 1px solid #EC407A;
  transform: scale(0.96);
}
.vendor-listing-wrapper .vendor-box .img-box {
  height: 190px;
  padding: 8px 8px 0;
}
.vendor-listing-wrapper .vendor-box .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 10px;
}
.vendor-listing-wrapper .vendor-box .vendor-detail {
  color: #000000;
}
.vendor-listing-wrapper .vendor-box .vendor-detail .vendor-name {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 600;
}
.vendor-listing-wrapper .vendor-box .vendor-detail .rating {
  font-weight: 600;
  font-size: 14px;
}
.vendor-listing-wrapper .vendor-box .vendor-detail .rating span {
  font-weight: 400;
}
.vendor-listing-wrapper .vendor-box .vendor-detail .rating i {
  color: rgb(255, 174, 0);
}
.vendor-listing-wrapper .vendor-box .vendor-detail .vendor-location {
  font-size: 14px;
}
.vendor-listing-wrapper .vendor-box .vendor-detail .vendor-location img {
  width: 16px;
}
.vendor-listing-wrapper .vendor-box .vendor-detail .pricing {
  font-size: 14px;
}
.vendor-listing-wrapper .vendor-box .vendor-detail .pricing img {
  width: 16px;
}
.vendor-listing-wrapper .vendor-box .vendor-detail .pricing span {
  font-weight: 500;
}

/* Filter Drawer */
.filter-drawer {
  position: fixed;
  right: -400px; /* Hidden off-screen */
  top: 0;
  width: 400px;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  height: 100vh;
  z-index: 2;
  overflow-y: auto;
  transition: right 0.3s ease-in-out; /* Smooth sliding effect */
}

/* Overlay */
.filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  z-index: 1;
  opacity: 0; /* Hidden */
  visibility: hidden; /* Prevent interaction */
  transition: opacity 0.3s ease-in-out; /* Fade in/out effect */
}

/* Active States */
.filter-drawer.active {
  right: 0; /* Slide in */
}

.filter-overlay.active {
  opacity: 1; /* Make visible */
  visibility: visible; /* Enable interaction */
}

.filter-wrapper .filter-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
}
.filter-wrapper .clear-filter {
  color: #EC407A;
  font-size: 14px;
  font-weight: 500;
}
.filter-wrapper .filter-type .filter-title {
  font-size: 1rem;
  font-weight: 600;
}
.filter-wrapper .filter-type .filter-pills-wrapper {
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 10px;
}
.filter-wrapper .filter-type .filter-pills-wrapper .filter-pill {
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
  border-radius: 10px;
  padding: 4px 12px;
  cursor: pointer;
}
.filter-wrapper .filter-type .filter-pills-wrapper .filter-pill:hover {
  background-color: rgba(0, 0, 0, 0.0196078431);
}
.filter-wrapper .filter-type .filter-pills-wrapper input[type=radio] {
  display: none;
}
.filter-wrapper .filter-type .filter-pills-wrapper input[type=radio]:checked + label {
  background-color: #EC407A;
  color: white;
}
.filter-wrapper .filter-result {
  position: absolute;
  bottom: 0;
}

.vendor-profile-wrapper .profile-main-img {
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.vendor-profile-wrapper .profile-main-img .img-count {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.53);
  color: white;
  cursor: pointer;
}
.vendor-profile-wrapper .profile-main-img .img-count:hover {
  background-color: #EC407A;
}
.vendor-profile-wrapper .profile-main-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.vendor-profile-wrapper .detail-wrapper .tabs {
  background-color: #ffcdde;
  border-radius: 10px;
}
.vendor-profile-wrapper .detail-wrapper .tabs a {
  color: #000000;
  font-weight: 500;
}
.vendor-profile-wrapper .detail-wrapper .tabs a:hover {
  color: #EC407A;
}
.vendor-profile-wrapper .detail-wrapper h4.title {
  font-size: 1.2rem;
  font-family: "Roboto Slab", serif;
}
.vendor-profile-wrapper .detail-wrapper .about-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
  border-radius: 10px;
}
.vendor-profile-wrapper .detail-wrapper .about-wrapper ul li {
  font-weight: 500;
  margin: 8px 0;
}
.vendor-profile-wrapper .detail-wrapper .portfolio-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
  border-radius: 10px;
}
.vendor-profile-wrapper .detail-wrapper .portfolio-wrapper .portfolio-img {
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  display: block;
}
.vendor-profile-wrapper .detail-wrapper .portfolio-wrapper .portfolio-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 1;
}
.vendor-profile-wrapper .detail-wrapper .portfolio-wrapper .portfolio-img .album-wrapper {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 0.5rem;
}
.vendor-profile-wrapper .detail-wrapper .portfolio-wrapper .portfolio-img .album-wrapper .album-name {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}
.vendor-profile-wrapper .detail-wrapper .portfolio-wrapper .portfolio-img .album-wrapper .album-description {
  color: #fff;
  font-size: 0.7rem;
}
.vendor-profile-wrapper .detail-wrapper .vendor-other-detail-listing li {
  font-family: "Poppins", serif;
  margin-bottom: 10px;
}
.vendor-profile-wrapper .detail-wrapper .vendor-other-detail-listing li span {
  margin-right: 10px;
}
.vendor-profile-wrapper .detail-wrapper .other-detail-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
  border-radius: 10px;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form input, .vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form textarea {
  font-size: 15px;
  padding: 8px 14px;
  border-radius: 10px;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form input:focus, .vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form input:focus-visible, .vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form textarea:focus, .vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form textarea:focus-visible {
  box-shadow: none !important;
  border: 1px solid #EC407A !important;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form input::-moz-placeholder, .vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3764705882);
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form input::placeholder, .vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.3764705882);
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .review-date {
  font-size: 12px;
  color: #a6a6a6;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .review-count-wrapper .rating {
  background-color: green;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .review-count-wrapper .review-count {
  color: rgb(120, 120, 120);
  font-size: 15px;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.8em;
  justify-content: space-around;
  text-align: center;
  width: 5em;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .star-rating input {
  display: none;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .star-rating label {
  color: #ccc;
  cursor: pointer;
  line-height: 1;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .star-rating :checked ~ label {
  color: #f90;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .star-rating label:hover,
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .star-rating label:hover ~ label {
  color: #fc0;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .review {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1176470588);
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .review:last-child {
  border-bottom: 0;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .review .user-img {
  overflow: hidden;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
  border-radius: 100%;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .review .user-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .review .review-content-wrapper {
  flex-basis: 90%;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .review .review-content-wrapper .rating {
  font-weight: 600;
  font-size: 13px;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .review .review-content-wrapper .rating i {
  color: rgb(255, 174, 0);
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .rating-form .review .review-content-wrapper .review-content {
  font-size: 14px;
}
.vendor-profile-wrapper .detail-wrapper .review-main-wrapper .reviews-list {
  border: 1px solid #fafafa;
  box-shadow: 2px 5px 14px #ccc;
  border-radius: 10px;
  padding: 1rem;
}
.vendor-profile-wrapper .profile-info {
  top: 1.5rem;
}
.vendor-profile-wrapper .profile-info .category {
  color: #EC407A;
  font-size: 12px;
  font-weight: 300;
}
.vendor-profile-wrapper .profile-info .review-wrapper .rating {
  background-color: green;
}
.vendor-profile-wrapper .profile-info .review-wrapper .review-count {
  color: rgb(120, 120, 120);
  font-size: 15px;
}
.vendor-profile-wrapper .profile-info .vendor-location img {
  width: 18px;
}
.vendor-profile-wrapper .profile-info .pricing-wrapper {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1882352941);
  border-radius: 10px;
}
.vendor-profile-wrapper .profile-info .pricing-wrapper .title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
}
.vendor-profile-wrapper .profile-info .pricing-wrapper .price {
  color: #EC407A;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
}
.vendor-profile-wrapper .profile-info .vendor-contact-wrapper {
  margin-top: 2rem;
}
.vendor-profile-wrapper .profile-info .vendor-contact-wrapper .primary-btn:hover {
  opacity: 0.8;
  background-color: #EC407A;
  color: white;
}
.vendor-profile-wrapper .profile-info .vendor-contact-wrapper .fa-envelope {
  font-size: 18px;
}
.vendor-profile-wrapper .vendor-portfolio-img-user-div {
  width: 100%;
}

.vendor-profile-detail .vendor-name {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  margin-bottom: 5px;
}
.vendor-profile-detail .vendor-other-info {
  font-family: "Poppins", serif;
  font-size: 14px;
  color: #646464;
}
.vendor-profile-detail .vendor-other-detail-info {
  border-top: 1px solid #848383;
  padding-top: 20px;
}
.vendor-profile-detail .vendor-other-detail-page-name {
  color: #EC407A;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
}
.vendor-profile-detail .portfolio-img {
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  display: block;
}
.vendor-profile-detail .portfolio-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 1;
}
.vendor-profile-detail .portfolio-img .album-wrapper {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 0.5rem;
}
.vendor-profile-detail .portfolio-img .album-wrapper .album-name {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}
.vendor-profile-detail .portfolio-img .album-wrapper .album-description {
  color: #fff;
  font-size: 0.7rem;
}

.toggle-button-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-family: "Poppins", serif;
  margin-top: 0.5rem;
}
.toggle-button-wrapper input[type=radio] {
  display: none;
}
.toggle-button-wrapper label {
  border: 1px solid #EC407A;
  border-radius: 10px;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #EC407A;
}
.toggle-button-wrapper input[type=radio]:checked + label {
  background-color: #EC407A;
  color: white;
  font-weight: bold;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day:hover, .flatpickr-day .selected:hover {
  background: #EC407A !important;
  color: #fff;
  border-radius: 50% !important;
  border-color: #EC407A !important;
}

.flatpickr-months .flatpickr-month {
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  font-family: "Poppins", serif;
  padding-bottom: 10px;
}

.flatpickr-current-month {
  font-weight: bold;
  padding: 0 !important;
}

.enquiry-modal h5 {
  font-weight: bold;
}
.enquiry-modal .modal-body {
  padding: 3rem;
}
@media (min-width: 576px) {
  .enquiry-modal .modal-dialog {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.enquiry-modal .event-main-btn {
  margin-top: 3rem;
  width: 200px;
}

.inquiry-dropdown {
  position: relative;
  display: inline-block;
}
.inquiry-dropdown .inquiry-filter {
  display: flex;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1176470588);
  border-radius: 7px;
  gap: 10px;
  padding: 4px 10px;
  width: 90px;
  font-weight: 500;
  font-size: 14px;
}
.inquiry-dropdown .inquiry-filter img {
  width: 16px;
}

@media (max-width: 768px) {
  .hero-swiper,
  .hero-swiper .swiper-slide {
    height: 70vh;
  }
  .slider-content {
    background-color: #fff;
    color: #000;
    width: 90% !important;
    top: 100% !important;
    padding: 15px;
    border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 8px -1px #727272;
  }
  .slider-content .mobile-slider-content-wrapper .hero-content {
    color: #000;
  }
  .slider-content .main-search-wrapper .hero-form-input {
    width: 100%;
    margin-top: 10px;
  }
  .slider-content .main-search-wrapper .hero-form-input .select2 {
    border: 1px solid #dee2e6;
    border-radius: 0;
  }
  .slider-content .main-search-wrapper .main-search-btn {
    border-radius: 10px !important;
    margin-top: 20px;
  }
  .mobile-top-margin {
    margin-top: 10rem;
  }
  .why-us .box {
    margin-top: 2rem;
  }
  .why-us .custom-border {
    border-left: 0;
    border-right: 0;
  }
  .testimonial-wrapper h2 {
    text-align: center;
  }
  .testimonial-wrapper .testimonial .testimonial-single {
    flex-direction: column;
    gap: 0 !important;
  }
  .testimonial-wrapper .testimonial .name {
    margin-top: 1rem;
    text-align: left;
  }
  .testimonial-wrapper .testimonial-prev {
    top: unset;
    bottom: -10%;
    left: 38%;
  }
  .testimonial-wrapper .testimonial-next {
    top: unset;
    bottom: -10%;
    left: 50%;
  }
  .cta-wrapper {
    margin-top: 8rem;
  }
  .cta-wrapper .cta-content-wrapper {
    padding: 2rem 1rem;
    max-width: 100%;
  }
  .blogs-wrapper h2 {
    text-align: center !important;
  }
}
.user-detail-wrapper {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 1rem;
}
.user-detail-wrapper .user-other-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4f4f4f;
}
.user-detail-wrapper .inquiry-other-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.user-detail-wrapper .inquiry-other-detail .other-detail-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.user-detail-wrapper .inquiry-other-detail .other-detail-wrapper span {
  font-family: "Poppins", serif;
  color: #EC407A;
  font-weight: bold;
  font-size: 18px;
}

.fixed-mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 12px);
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px 15px 0 0;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 769px) {
  .fixed-mobile-footer {
    display: none;
  }
}
.fixed-mobile-footer ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.fixed-mobile-footer ul li {
  flex: 1;
  text-align: center;
}
.fixed-mobile-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 !important;
}
.fixed-mobile-footer ul li a span {
  font-size: 12px;
}

.main-bottom-mobile-menu {
  position: fixed;
  bottom: 0px;
  width: 100vw;
  z-index: 99;
  background-color: #fff;
  height: 4rem;
  padding: 10px 15px;
}
@media (min-width: 991px) {
  .main-bottom-mobile-menu {
    display: none;
  }
}
.main-bottom-mobile-menu .menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-bottom-mobile-menu .menu-wrapper .menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  color: #646464;
}
.main-bottom-mobile-menu .menu-wrapper .menu-link span {
  font-size: 14px;
}
.main-bottom-mobile-menu .menu-wrapper .active {
  color: #EC407A;
}

.static-page {
  margin-top: 4rem;
}
.static-page h1 {
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: clamp(1.4rem, 1.5vw + 0.5rem, 1.8rem);
  font-weight: 800;
  margin-bottom: 4rem;
}
.static-page h5 {
  margin-top: 1rem;
}
.static-page ul {
  list-style: disc;
  padding-left: 1rem;
}/*# sourceMappingURL=style.css.map */