.text-gray-100 {
  color: #6b7280 !important;
}

.text-gray-200 {
  color: #535659 !important;
}

.text-primary {
  color: #c82d4d !important;
}

.text-secondary {
  color: #25054e !important;
}

@font-face {
  font-family: "Merienda";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Merienda-Bold.ttf?76d9f2307e1f47336045f2f72f069f08) format("truetype");
  font-display: swap;
}
.z-index-2 {
  z-index: 2;
}

body {
  font-family: "Poppins";
  font-weight: 400 !important;
  padding-right: 0 !important;
  background: #ffd6d7 !important;
}
body.modal-open {
  padding-right: 0 !important;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 575px) {
  .px-40 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 575px) {
  .px-20 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section-heading {
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.section-heading h2 {
  font-size: 28px;
  position: relative;
  color: black;
  font-family: "Merienda";
  font-style: normal;
  font-weight: 600;
  padding: 4px 20px;
  text-align: center;
}
.section-heading h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 50%;
  background-color: #fbd6d7;
  border-bottom: 2px solid #c82d4d;
  z-index: -1;
}

.btn {
  border-radius: 0;
  font-weight: 500;
  padding: 12px 36px;
  border-radius: 10px;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  color: #ffffff;
  background-color: #c82d4d;
  border: 1px solid #c82d4d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  color: #c82d4d;
  background-color: #ffffff;
  border: 1px solid #c82d4d;
}

@media (max-width: 425px) {
  .enquiry-btn {
    width: 100%;
    margin-top: 4px;
  }
}
.enquiry-btn .btn-primary-enquiry {
  color: #ffffff;
  background-color: #c82d4d;
  border: 1px solid #c82d4d;
  padding: 6px 20px !important;
}
.enquiry-btn .btn-primary-enquiry:hover, .enquiry-btn .btn-primary-enquiry:focus, .enquiry-btn .btn-primary-enquiry.active {
  color: #c82d4d;
  background-color: #ffffff;
  border: 1px solid #c82d4d;
}
@media (max-width: 425px) {
  .enquiry-btn .btn-primary-enquiry {
    width: 100%;
  }
}

.btn-wp-visit-store {
  color: #ffffff;
  background-color: #c82d4d;
  border: 1px solid #c82d4d;
  padding: 6px 20px !important;
}
@media (max-width: 425px) {
  .btn-wp-visit-store {
    width: 100%;
  }
}
.btn-wp-visit-store:hover, .btn-wp-visit-store:focus, .btn-wp-visit-store.active {
  color: #c82d4d;
  background-color: #ffffff;
  border: 1px solid #c82d4d;
}

.btn-product-enquiry {
  padding: 10px 20px !important;
  background: #c82d4d !important;
  border: none !important;
  outline: none !important;
  color: #f1faff !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

.main-section {
  background-color: #ffffff;
  position: relative;
  margin-top: 15px;
  border-top: 2px solid #c82d4d;
  transition: all 0.3s ease-in;
}
.main-section:hover {
  margin-top: 0;
}
.main-section::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 28px;
  background-image: url(/images/main-section-bg.svg?1d59be632c35f2e68200f86f74d3730a);
  background-size: 40px;
  background-repeat: no-repeat;
  z-index: 2;
}

.banner-section {
  z-index: 1;
}
.banner-section .banner-img {
  position: relative;
  width: 100%;
  height: 320px;
}
@media (max-width: 575px) {
  .banner-section .banner-img {
    height: 300px;
  }
}

.profile-section {
  position: relative;
}
.profile-section .profile-bg {
  position: absolute;
  top: 0;
  right: 0;
}
.profile-section .card {
  background-color: rgba(233, 3, 8, 0.3098039216) !important;
  border: 2px solid #c82d4d;
  border-radius: 20px;
  padding: 90px 20px 20px 20px;
  position: relative;
  margin-top: 70px;
}
@media (max-width: 575px) {
  .profile-section .card {
    padding: 50px 20px 20px 20px;
    border-radius: 15px;
  }
}
.profile-section .card .card-img {
  width: 140px;
  height: 140px;
  min-width: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #c82d4d;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .profile-section .card .card-img {
    width: 110px;
    height: 110px;
    min-width: 110px;
    margin: auto;
  }
}

.profile-desc-section .profile-desc-bg {
  position: absolute;
}
.profile-desc-section .profile-desc-bg.img-1 {
  top: 5px;
  left: 10px;
}
.profile-desc-section .profile-desc-bg.img-2 {
  bottom: 10px;
  right: 10px;
}
@media (max-width: 575px) {
  .profile-desc-section .profile-desc-bg.img-2 {
    bottom: 0px;
    right: 0px;
  }
}

.social-media-section {
  position: relative;
}
.social-media-section .social-icons {
  gap: 16px;
}
.social-media-section .social-icon {
  width: 50px;
  min-width: 50px;
  height: 46px;
  background-image: url(/images/Social-Icon-Bg-29.svg?b2239213fc76b31623491e1fdeb12a0a);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  transition: 0.3s all ease-in-out;
}
.social-media-section .social-icon a {
  color: #c82d4d !important;
}
.social-media-section .social-icon svg,
.social-media-section .social-icon img {
  transition: 0.3s all ease-in;
  width: 22px;
  height: 22px;
  fill: #c82d4d !important;
}
.social-media-section .social-icon:hover {
  background-image: url(/images/Social-Icon-Hover-Bg-29.svg?ee861e5abfbc30f927cf97cd4b1097d2);
  transition: 0.3s all ease-in;
  transform: scale(1.1);
}
.social-media-section .social-icon:hover a {
  color: #ffffff !important;
}
.social-media-section .social-icon:hover svg,
.social-media-section .social-icon:hover img {
  fill: #ffffff !important;
}

.payment-link-section {
  position: relative;
  z-index: 2;
}
.payment-link-section .payment-link-bg {
  position: absolute;
  top: 10px;
  left: 10px;
}
.payment-link-section .payment-link-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.payment-link-section .payment-link-slider .slick-slide {
  height: auto;
}
.payment-link-section .payment-link-slider .slick-slide > div {
  height: 100%;
}
.payment-link-section .payment-link-slider .slide {
  height: 100%;
}
.payment-link-section .pl-strip {
  display: flex;
  align-items: center;
  background: #fbd6d7;
  border-radius: 16px;
  padding: 14px 16px;
  transition: all 0.3s ease;
  min-height: 120px;
  height: 100%;
  border: 1px solid #c82d4d;
}
.payment-link-section .pl-strip-icon {
  flex-shrink: 0;
  background: #e89b9d;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-link-section .pl-strip-icon img {
  height: 65px;
  width: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}
.payment-link-section .pl-strip-content {
  flex-grow: 1;
  padding: 0 14px;
  min-width: 0;
}
.payment-link-section .pl-strip-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payment-link-section .pl-strip-desc {
  font-size: 13px;
  color: #535659;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-break: break-word;
  line-height: 1.4;
  max-height: 5.6em;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.payment-link-section .pl-strip-action {
  flex-shrink: 0;
}
.payment-link-section .pl-strip-btn {
  padding: 8px 18px;
  border-radius: 10px;
  background: #c82d4d;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
.payment-link-section .pl-strip-btn:hover, .payment-link-section .pl-strip-btn:focus, .payment-link-section .pl-strip-btn.active {
  color: #c82d4d;
  background-color: #ffffff;
  border: 1px solid #c82d4d;
}
.payment-link-section .pl-strip-badge {
  padding: 9px 13px 6px 17px;
  border-radius: 10px;
  background: #c82d4d;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.payment-link-section .pl-strip-badge:hover, .payment-link-section .pl-strip-badge:focus, .payment-link-section .pl-strip-badge.active {
  color: #c82d4d;
  background-color: #ffffff;
  border: 1px solid #c82d4d;
}
.payment-link-section .link-icon-btn svg {
  width: 15px;
  height: 16px;
}
.payment-link-section .pl-strip-content-img {
  max-width: 65px;
  max-height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-section {
  position: relative;
  z-index: 2;
}
.contact-section .contact-bg {
  position: absolute;
  top: 10px;
  left: 10px;
}
.contact-section .contact-box {
  flex-direction: column;
  border-radius: 10px;
  padding: 23px 10px 10px 10px;
  border: 1px solid #c82d4d;
  background: #fbd6d7;
  position: relative;
  margin-top: 16px;
  height: -moz-available;
  height: -webkit-fill-available;
  height: stretch;
}
.contact-section .contact-box .contact-icon {
  width: 42px;
  min-width: 42px;
  height: 42px;
  background-image: url(/images/contact-icon-bg.svg?d4d83f34fe2da604e9f3bb3fd1db067e);
  background-position: center;
  background-size: 42px;
  background-repeat: no-repeat;
  position: absolute;
  top: -21px;
}
.contact-section .contact-box .contact-icon img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-section .contact-box .contact-desc {
  word-break: break-all !important;
}

.our-services-section {
  position: relative;
  z-index: 2;
}
.our-services-section .services-slider-view .service-card .card-body {
  padding: 15px;
  border-top: 1px solid #c82d4d;
  background-color: #fbd6d7;
  min-height: 192px;
}
.our-services-section .services-slider-view .service-card .card-body .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  min-height: 44px;
  font-size: 18px;
}
.our-services-section .services-slider-view .service-card .card-body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-align: center;
  min-height: 63px;
  font-size: 14px;
}
.our-services-section .services-bg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.our-services-section .services .slick-slide {
  padding: 0 10px;
}
.our-services-section .services .service-card {
  border-radius: 15px;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #c82d4d;
  position: relative;
}
.our-services-section .services .service-card .card-img {
  width: 100%;
  height: 175px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.our-services-section .services .service-card .card-img a {
  width: 100%;
  height: 100%;
  display: block;
}
.our-services-section .services .service-card .card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.our-services-section .services .service-card .card-body {
  padding: 15px !important;
  border-top: 1px solid #c82d4d;
  background-color: #fbd6d7;
}
.our-services-section .services .service-card .card-body .card-title {
  font-size: 18px;
}
.our-services-section .services .service-card .card-body p {
  font-size: 14px;
}

.appointment-section {
  position: relative;
  z-index: 2;
}
.appointment-section .appointment-bg {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 575px) {
  .appointment-section .appointment-bg {
    top: 0px;
    left: 0px;
  }
}
.appointment-section .appointment {
  padding: 15px;
  border: 1px solid #d45972;
  border-radius: 15px;
  background-color: #fbd6d7;
}
.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  background-color: #ffffff;
  border: 1px solid #c82d4d;
  color: #c82d4d;
  border-radius: 10px;
}
.appointment-section .appointment .appointment-input::-moz-placeholder {
  color: #c82d4d;
}
.appointment-section .appointment .appointment-input::placeholder {
  color: #c82d4d;
}
.appointment-section .appointment .appointment-input:focus {
  box-shadow: none;
  outline: none;
}
.appointment-section .appointment .hour-input {
  height: 50px;
  padding: 10px;
  background-color: #25054e;
  border-radius: 50px;
}

.gallery-section {
  position: relative;
  z-index: 2;
}
.gallery-section .gallery-bg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.gallery-section .gallery-slider .slick-slide {
  padding: 0 10px;
}
.gallery-section .gallery-slider .gallery-img {
  position: relative;
  max-width: 560px;
  width: 100%;
  height: 280px;
  border-radius: 15px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #c82d4d;
}
.gallery-section .gallery-slider .gallery-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section .gallery-slider .gallery-img .expand-icon {
  align-items: center;
  background-color: #fbd6d7;
  border: 1px solid #c82d4d;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  z-index: 1;
}
.gallery-section .gallery-slider .gallery-img .audio-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
}
.gallery-section .gallery-slider .gallery-img .audio-container .audio-image {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-bottom: 0;
}
.gallery-section .gallery-slider .gallery-img .audio-container audio {
  position: absolute;
  bottom: 20px !important;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 400px;
  z-index: 2;
}
.gallery-section .gallery-slider .gallery-img .audio-container:fullscreen {
  padding: 15% !important;
}
@media (max-width: 575px) {
  .gallery-section .gallery-slider .gallery-img .audio-container:fullscreen {
    padding: 20px !important;
    flex-direction: column;
  }
}
.gallery-section .gallery-slider .gallery-img .audio-container:fullscreen .audio-image {
  border-radius: 12px;
}
@media (max-width: 575px) {
  .gallery-section .gallery-slider .gallery-img .audio-container:fullscreen .audio-image {
    height: 350px;
  }
}
.gallery-section .gallery-slider .gallery-img .audio-container:fullscreen audio {
  bottom: 28% !important;
  min-width: 45%;
}
@media (max-width: 575px) {
  .gallery-section .gallery-slider .gallery-img .audio-container:fullscreen audio {
    position: static;
    transform: none;
    width: 90%;
    margin-top: -70px;
  }
}
.gallery-section .gallery-slider .gallery-file-link {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-section .gallery-slider .gallery-file-item {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.gallery-section .gallery-filter-nav {
  padding: 0 10px;
}
.gallery-section .gallery-filter-btn {
  border: 1px solid #c82d4d;
  background-color: #ffffff;
  color: #c82d4d;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease;
}
.gallery-section .gallery-filter-btn.active {
  background-color: #c82d4d;
  border-color: #c82d4d;
  color: #ffffff;
}
.gallery-section .gallery-filter-panel {
  display: none;
}
.gallery-section .gallery-filter-panel.active {
  display: block;
}

.product-section {
  position: relative;
  z-index: 2;
}
.product-section .product-bg {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-section .product-slider {
  margin-bottom: 30px;
}
.product-section .product-slider .slick-slide {
  padding: 0 10px;
}
.product-section .product-slider .product-card {
  border-radius: 15px;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #c82d4d;
  position: relative;
}
@media (max-width: 575px) {
  .product-section .product-slider .product-card {
    margin: 0 auto;
  }
}
.product-section .product-slider .product-card .product-img {
  max-width: 100%;
  width: 100%;
  height: 175px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .product-section .product-slider .product-card .product-img {
    margin: 0 auto;
  }
}
.product-section .product-slider .product-card .product-img img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  border-radius: 15px;
}
.product-section .product-slider .product-card .product-desc {
  padding: 15px;
  border-top: 1px solid #c82d4d;
  background-color: #fbd6d7;
  min-height: 129px;
}
@media (max-width: 425px) {
  .product-section .product-slider .product-card .product-desc {
    min-height: 161px;
  }
}
.product-section .product-slider .product-card .product-desc .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  min-height: 44px;
  font-size: 18px;
}
.product-section .product-slider .product-card .product-desc .product-info {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 425px) {
  .product-section .product-slider .product-card .product-desc .product-info {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.product-section .product-slider .product-card .product-desc .product-info > a {
  overflow: hidden;
}
.product-section .product-slider .product-card .product-desc .amount {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
}
@media (max-width: 425px) {
  .product-section .product-slider .product-card .product-desc .amount {
    text-align: center;
    width: 100%;
  }
}

.whatsapp-store-product-section {
  position: relative;
  z-index: 2;
}
.whatsapp-store-product-section .product-bg {
  position: absolute;
  top: 10px;
  left: 10px;
}
.whatsapp-store-product-section .whatsapp-store-slider {
  margin-bottom: 30px;
}
.whatsapp-store-product-section .whatsapp-store-slider .slick-slide {
  padding: 0 10px;
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box {
  border-radius: 15px;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #c82d4d;
  position: relative;
}
@media (max-width: 575px) {
  .whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box {
    margin: 0 auto;
  }
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-img {
  max-width: 100%;
  width: 100%;
  height: 175px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-img {
    margin: 0 auto;
  }
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-img img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  border-radius: 15px;
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-content {
  padding: 15px;
  border-top: 1px solid #c82d4d;
  background-color: #fbd6d7;
  min-height: 129px;
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-content .whatsapp-store-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  min-height: 44px;
  font-size: 18px;
}

.insta-feed-section {
  position: relative;
  z-index: 2;
}
.insta-feed-section .insta-feed-bg {
  position: absolute;
  top: 10px;
  left: 10px;
}

.testimonial-section {
  position: relative;
  z-index: 2;
}
.testimonial-section .testimonial-bg-vector {
  position: absolute;
  top: 10px;
  right: 10px;
}
.testimonial-section .testimonial-slider .slick-slide {
  padding: 0 10px;
}
.testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  border: 1px solid #c82d4d;
  border-radius: 15px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 65px 25px 25px 25px;
  margin-top: 45px;
  min-height: 225px;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-bg {
  position: absolute;
  top: 0px;
  right: -5px;
  width: 24%;
  transform: rotate(26deg);
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  border: 3px solid #c82c4d;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 96px;
  font-size: 16px;
}

.blog-section {
  position: relative;
  z-index: 2;
}
.blog-section .blog-bg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.blog-section .blog-slider {
  position: relative;
}
.blog-section .blog-slider .slick-slide {
  padding: 0 10px;
}
.blog-section .blog-slider .blog-card {
  border-radius: 15px;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #c82d4d;
  position: relative;
}
.blog-section .blog-slider .blog-card .card-img {
  position: relative;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.blog-section .blog-slider .blog-card .card-img img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.blog-section .blog-slider .blog-card .card-body {
  padding: 15px;
  border-top: 1px solid #c82d4d;
  background-color: #fbd6d7;
  min-height: 154px;
}
.blog-section .blog-slider .blog-card .card-body .card-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 20px;
  overflow: hidden;
  min-height: 48px;
}
.blog-section .blog-slider .blog-card .card-body .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 39px;
  font-size: 16px;
  line-height: 1.2;
}
.blog-section .blog-slider .slick-prev,
.blog-section .blog-slider .slick-next {
  position: absolute;
  opacity: 1 !important;
  width: 40px;
  z-index: 2;
}
@media (max-width: 575px) {
  .blog-section .blog-slider .slick-prev,
  .blog-section .blog-slider .slick-next {
    display: none;
  }
}
.blog-section .blog-slider .slick-next {
  right: 0;
}
@media (max-width: 768px) {
  .blog-section .blog-slider .slick-next {
    right: -15px;
  }
}
.blog-section .blog-slider .slick-next:before {
  content: url("/assets/img/vcard29/right-arrow.svg");
  opacity: 1 !important;
}
.blog-section .blog-slider .slick-prev {
  left: 0;
}
@media (max-width: 768px) {
  .blog-section .blog-slider .slick-prev {
    left: -15px;
  }
}
.blog-section .blog-slider .slick-prev:before {
  opacity: 1 !important;
  content: url("/assets/img/vcard29/left-arrow.svg");
}

.business-hour-section {
  position: relative;
  z-index: 2;
}
.business-hour-section .business-hour-bg {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 575px) {
  .business-hour-section .business-hour-bg {
    top: -3px;
    left: 0px;
  }
}
.business-hour-section .business-hour-card .business-hour {
  padding: 10px 5px;
  border-radius: 12px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #c82d4d;
}
.business-hour-section .business-hour-card .business-hour div {
  font-size: 14px;
}

.qr-code-section {
  position: relative;
  z-index: 2;
}
.qr-code-section .qr-code-bg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.qr-code-section .qr-code {
  max-width: 500px;
  width: 100%;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 25px;
  border: 1px solid #c82d4d;
  background-color: #fbd6d7;
}
.qr-code-section .qr-code .qr-code-img {
  width: 130px;
  height: 130px;
  min-width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #c82d4d;
  border-radius: 10px;
  padding: 8px;
  background: #ffffff;
}
.qr-code-section .qr-code .qr-code-img svg,
.qr-code-section .qr-code .qr-code-img img {
  border-radius: 6px;
}

.contact-us-section {
  position: relative;
  z-index: 2;
}
.contact-us-section .contact-us-bg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.contact-us-section .contact-form {
  padding: 20px;
  background: #fbd6d7;
  border-radius: 15px;
  border: 1px solid #d45972;
}
.contact-us-section .contact-form form .form-control {
  margin-bottom: 15px;
  padding: 13px 20px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #c82d4d;
  color: black;
  font-size: 14px;
  background: white;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #6b7280;
}
.contact-us-section .contact-form form .form-control::placeholder {
  color: #6b7280;
}
.contact-us-section .contact-form form .form-control:focus {
  box-shadow: none;
  outline: none;
}

.create-vcard-section {
  position: relative;
  z-index: 2;
}
.create-vcard-section .create-vcard-bg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.create-vcard-section .content {
  position: relative;
  z-index: 2;
}
.create-vcard-section .vcard-link-card {
  padding: 15px 20px;
  background-color: #fbd6d7;
  border-radius: 12px;
  border: 1px solid #d45972;
}
.create-vcard-section .vcard-link-card .link-text {
  font-size: 16px;
  word-break: break-all;
}
@media (max-width: 575px) {
  .create-vcard-section .vcard-link-card .link-text {
    font-size: 14px;
  }
}

.add-to-contact-section {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 60px;
  z-index: 11111;
}

.btn-section .fixed-btn-section .marriage-bars-btn {
  background-color: #c82d4d;
}
.btn-section .fixed-btn-section .sub-btn .marriage-sub-btn {
  background-color: #ffffff;
  border: 1px solid #c82d4d;
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  margin: 0 4px !important;
  width: 8px !important;
  height: 8px !important;
}
.slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  font-size: 0;
}
.slick-dots li button:before {
  content: "" !important;
  font-size: 0;
  width: 8px !important;
  height: 8px !important;
  border-radius: 10px;
  background-color: #f4a9b8;
}
.slick-dots li.slick-active {
  width: 30px !important;
}
.slick-dots li.slick-active button {
  width: 30px !important;
}
.slick-dots li.slick-active button:before {
  width: 30px !important;
  opacity: 1;
  background-color: #c82d4d;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 40%;
  opacity: 1 !important;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #c82d4d;
  border: 1px solid #c82d4d;
  color: #ffffff;
}
.slick-arrow.slick-disabled {
  background-color: #ffffff;
  color: #c82d4d;
  border: 1px solid #c82d4d;
}
@media (max-width: 575px) {
  .slick-arrow {
    display: none;
  }
}

.next-arrow {
  right: 0;
}

.prev-arrow {
  left: 0;
}

.dob-icon svg {
  width: 18px;
  height: 18px;
  color: #c82d4d;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 575px) {
  .px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

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

.fs-18 {
  font-size: 18px;
}
@media (max-width: 575px) {
  .fs-18 {
    font-size: 16px;
  }
}

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

.mt-10 {
  margin-top: 10px;
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .mt-40 {
    margin-top: 30px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .mb-30 {
    margin-bottom: 25px;
  }
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .mx-30 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pb-50 {
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .pb-50 {
    padding-bottom: 40px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 30px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 30px;
  }
}

.pt-60 {
  padding-top: 60px;
}
@media (max-width: 575px) {
  .pt-60 {
    padding-top: 40px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

.pt-30 {
  padding-top: 30px;
}
@media (max-width: 575px) {
  .pt-30 {
    padding-top: 20px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .pb-30 {
    padding-bottom: 20px;
  }
}

.pt-50 {
  padding-top: 50px;
}
@media (max-width: 575px) {
  .pt-50 {
    padding-top: 40px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

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

.fs-36 {
  font-size: 36px;
}
@media (max-width: 575px) {
  .fs-36 {
    font-size: 30px;
  }
}

.fs-30 {
  font-size: 30px;
}
@media (max-width: 575px) {
  .fs-30 {
    font-size: 28px;
  }
}

.fs-28 {
  font-size: 28px;
}
@media (max-width: 575px) {
  .fs-28 {
    font-size: 24px;
  }
}

a {
  text-decoration: none;
}

.main-content {
  max-width: 670px !important;
  min-height: calc(100vh - 8px);
  border-radius: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-1 {
  flex: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-section {
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 9;
}
.btn-section .fixed-btn-section {
  position: fixed;
  top: 50%;
  display: flex;
  align-items: center;
}
.btn-section .fixed-btn-section .bars-btn {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-section .fixed-btn-section .sub-btn {
  position: absolute;
  right: 75px;
  display: none;
}
.btn-section .fixed-btn-section .sub-btn .social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-section .fixed-btn-section .sub-btn .social-btn i {
  font-size: 24px;
}

.language ul {
  list-style: none;
}
.language ul .lang-list {
  padding: 3px 9px;
  background: #c82d4d;
  border: none;
  outline: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.language ul .lang-list .lang-head {
  color: #ffffff;
}
.language ul .lang-list .lang-head i {
  color: #ffffff;
}
.language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 14px;
  width: 100%;
  right: 0;
  min-width: 70px;
}
.language ul .lang-list .lang-hover-list li {
  padding: 4px 10px;
}
.language ul .lang-list .lang-hover-list li:hover, .language ul .lang-list .lang-hover-list li.active {
  background-color: #fbd6d7 !important;
}
.language ul .lang-list .lang-hover-list li:hover a, .language ul .lang-list .lang-hover-list li.active a {
  color: #c82d4d !important;
}
.language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
  font-size: 14px !important;
}
.language ul .lang-list .lang-hover-list li img {
  height: 14px !important;
  width: 18px !important;
}

.insta-feed {
  max-height: 1000px !important;
  overflow-x: hidden;
  overflow-y: scroll;
}

.insta-feed::-webkit-scrollbar {
  width: 0px;
}

.insta-feed::-webkit-scrollbar-thumb {
  background-color: #f1faff !important;
}

.insta-feed::-webkit-scrollbar-track {
  background-color: #f1faff !important;
}

.insta-feed-iframe iframe {
  border-radius: 15px !important;
}

.instagram-btn {
  flex: 1;
  position: relative;
  background: transparent;
}
.instagram-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 100%;
  background-color: #c82d4d;
  transition: width 0.3s ease;
}
.instagram-btn.active::before {
  width: 80%;
}
.instagram-btn .svg-post-icon rect,
.instagram-btn .svg-post-icon line {
  stroke: #c82d4d;
}
.instagram-btn.active .svg-post-icon rect, .instagram-btn.active .svg-post-icon line {
  fill: #c82d4d;
  stroke: #f9f5f9;
}
.instagram-btn .svg-reels-icon .not-active-svg {
  display: block;
}
.instagram-btn .svg-reels-icon .active-svg {
  display: none;
}
.instagram-btn .svg-reels-icon path.not-active-svg,
.instagram-btn .svg-reels-icon rect {
  fill: #c82d4d;
}
.instagram-btn .svg-reels-icon path {
  fill: #c82d4d;
}
.instagram-btn.active .svg-reels-icon .not-active-svg, .instagram-btn.active .svg-reels-icon rect {
  display: none;
}
.instagram-btn.active .svg-reels-icon .active-svg {
  display: block;
}

#instafeed-container a img {
  width: 44%;
  height: 200px !important;
  margin: 11px;
  border-radius: 15px;
}

.instagram-media {
  min-width: 50% !important;
  max-width: 100% !important;
  border-radius: 15px !important;
  border: 1px solid #c82d4d !important;
  box-shadow: none !important;
}

.support-banner {
  width: 100%;
  max-width: 606px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #c82d4d;
  margin-left: 32px;
  margin-right: 32px;
}
@media (max-width: 575px) {
  .support-banner {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.support-banner .support_heading {
  font-size: 27px;
  margin-top: 30px;
}
.support-banner .support_text {
  margin-bottom: 22px;
  max-height: 123px !important;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 13px;
}
.support-banner .support_text::-webkit-scrollbar {
  width: 4px;
}
.support-banner .support_text::-webkit-scrollbar-track {
  background: transparent;
}
.support-banner .support_text::-webkit-scrollbar-thumb {
  background: #888;
}

@media (max-width: 767px) {
  .support-banner {
    max-width: 476px !important;
  }
}
@media (max-width: 575px) {
  .support-banner {
    max-width: 100% !important;
  }
}
.banner-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 20px !important;
  background: none;
  border: none;
}

.act-now {
  padding: 7px 21px;
  background: #c82d4d !important;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  transform: translateY(0);
  text-decoration: none;
  color: white !important;
  position: relative;
  bottom: 10px;
  display: inline-block !important;
  border-radius: 10px;
}

.modal {
  z-index: 99999 !important;
  background-color: rgba(0, 0, 0, 0.5019607843);
}
.modal .news-modal #newsLatter-content .form-control {
  padding: 0.375rem 0.75rem !important;
  font-size: 0.875rem !important;
}
.modal .news-modal #newsLatter-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0.475rem;
  outline: 0;
  background-color: #212020;
}
.modal .news-modal #newsLatter-content .newsmodal-header .btn-close {
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ADB5BD'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  z-index: 1 !important;
}
.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
  font-size: 50px;
  text-align: center !important;
  color: #c82d4d;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #c82d4d;
  font-size: 23px;
}
.modal .news-modal #newsLatter-content .modal-body .modal-desc {
  color: silver;
  font-size: 16px;
  font-weight: 400;
}
.modal .news-modal #newsLatter-content .modal-body .email-input {
  border-radius: 8px !important;
}
.modal .news-modal #newsLatter-content .modal-body .email-input .btn {
  padding: 4px 10px !important;
  border-radius: 8px !important;
}
.modal .news-modal #newsLatter-content .modal-body .required:after {
  color: #f62947;
  content: "*";
  font-size: inherit;
  font-weight: 700;
  position: relative;
}
.modal .news-modal #newsLatter-content .modal-body .input-box {
  background-color: #f5f8fa;
  border: unset;
  color: #5e6278;
  transition: all 0.2s ease;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  border-radius: 0.475rem;
}
.modal .news-modal #newsLatter-content .modal-body .input-box:focus {
  box-shadow: unset;
  background-color: #eef3f7;
}
.modal .news-modal #newsLatter-content .modal-body .input-group {
  background: black;
  border: none;
}
.modal .news-modal #newsLatter-content .modal-footer {
  padding: 1.875rem;
  border-top: none !important;
}
.modal .news-modal #newsLatter-content .modal-footer .btn {
  padding: 10px 20px !important;
  border-radius: 0.475rem !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
  background-color: #c82d4d !important;
  border: unset;
  outline: unset;
  color: #ffffff;
  padding: 10px 20px !important;
  margin-top: 26px;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:hover {
  background-color: #c82d4d !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
  box-shadow: unset;
}

#email-send {
  background-color: #c82d4d;
  color: white !important;
  font-size: 15px;
  border: none;
  border-radius: 8px;
}

@media (min-width: 576px) {
  #newsLatterModal .modal-dialog {
    max-width: 420px !important;
    min-height: calc(100% - 5rem) !important;
    transform: none !important;
  }
}

.vcard29-sticky-btn {
  background: #ffffff;
  color: #c82d4d !important;
  border: 1px solid #c82d4d !important;
  border-radius: 5px;
  height: 40px;
}

.vcard29-btn-group {
  width: 50px;
  height: 50px;
  color: #c82d4d !important;
  background-color: #ffffff;
  border-radius: 50px !important;
}

.buy-product {
  padding: 10px 20px;
  background: #c82d4d !important;
  border: none;
  outline: none;
  color: #f1faff;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.product-heading {
  font-size: 24px !important;
}

.back-btn {
  padding: 10px 20px;
  border: 1px solid #c82d4d !important;
  outline: none;
  background-color: #c82d4d !important;
  color: white !important;
  border-radius: 10px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.back-btn:hover {
  background-color: white !important;
  color: #c82d4d !important;
}

.modal-backdrop {
  background-color: transparent !important;
}

.activeSlot {
  background-color: #c82d4d !important;
  color: #f5f2fb !important;
  cursor: pointer;
}

.time-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 14px;
  cursor: pointer;
  color: #c82d4d;
  border: 1px solid #c82d4d;
  background-color: #ffffff;
  border-radius: 12px;
  transition: 0.3s all ease-in-out;
  margin-top: 10px;
}
.time-slot:hover, .time-slot.activeSlot {
  border: 1px solid #c82d4d;
  background-color: #c82d4d !important;
  color: #ffffff;
}

.add-contact-btn {
  border-radius: 10px !important;
  padding: 14px 28px;
  transition: all 0.3s ease-in;
}
.add-contact-btn i,
.add-contact-btn svg {
  height: auto !important;
  width: 20px;
  font-size: 1rem;
}
.add-contact-btn:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(200, 45, 77) !important;
  border-color: rgb(200, 45, 77) !important;
}

.vcard-twentynine.main-content {
  max-width: 670px !important;
  min-height: calc(100vh - 8px);
  border-radius: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
  background-color: #ffffff;
}
.vcard-twentynine .vcard-twentynine-heading {
  font-weight: 500;
  font-size: 28px;
  color: #c82d4d !important;
}
.vcard-twentynine .card-back {
  border: 1px solid #c82d4d !important;
  background: #fbd6d7 !important;
  border-radius: 10px !important;
}

.vcard-twentynine-btn {
  padding: 10px 20px;
  border: 1px solid #c82d4d !important;
  outline: none;
  background-color: #c82d4d !important;
  color: white !important;
  border-radius: 10px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard-twentynine-btn:hover {
  background-color: #ffffff !important;
  color: #c82d4d !important;
}

.social-media .social-icon,
.social-media .social-back {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  margin: 0 7px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(136, 126, 150, 0.1);
}
@media (max-width: 575px) {
  .social-media .social-icon,
  .social-media .social-back {
    margin: 0 5px;
  }
}
.social-media .social-icon svg,
.social-media .social-icon img,
.social-media .social-back svg,
.social-media .social-back img {
  width: 30px;
  height: 30px !important;
  border-radius: 50% !important;
  color: #6554ce !important;
  fill: #6554ce !important;
}
.social-media .social-icon:first-child,
.social-media .social-back:first-child {
  margin-left: 0;
}
.social-media .social-icon:last-child,
.social-media .social-back:last-child {
  margin-right: 0;
}

.audio-control {
  position: absolute;
  bottom: 0px !important;
  left: 1px;
}

.made-by-section {
  border-top: 1px solid #d45972;
}

.btn-icon {
  top: 18px;
  padding: 0;
  right: 6%;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}

.main-content.rtl .expand-icon {
  left: 10px !important;
  right: auto !important;
}
.main-content.rtl .lang-hover-list {
  left: 0 !important;
  right: auto !important;
}
.main-content.rtl .profile-bg {
  transform: scaleX(-1);
  left: 0;
  right: auto;
}
@media (min-width: 576px) {
  .main-content.rtl .text-sm-start {
    text-align: right !important;
  }
}
.main-content.rtl .ms-3 {
  margin-right: 1rem !important;
}
.main-content.rtl .me-2 {
  margin-left: 0.5rem !important;
}
.main-content.rtl .calendar-icon {
  left: 18px;
  right: auto;
}
.main-content.rtl .text-start {
  text-align: right !important;
}
.main-content.rtl .our-services-section .services .service-card .card-img {
  margin-left: auto;
}

.btn-section.rtl {
  right: auto !important;
  left: 15px !important;
}

.btn-section.rtl {
  right: auto !important;
  left: 15px !important;
}

.modal-content[dir=rtl] .pl-50 {
  padding-right: 50px;
}
.modal-content[dir=rtl] .text-center {
  text-align: start !important;
}
.modal-content[dir=rtl] .arrow {
  transform: rotate(180deg) !important;
}
.modal-content[dir=rtl] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0.313rem !important;
  border-bottom-right-radius: 0.313rem !important;
}
.modal-content[dir=rtl] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0.313rem !important;
  border-bottom-left-radius: 0.313rem !important;
}
.modal-content[dir=rtl] .btn-icon {
  left: 6%;
  right: auto;
}

.toast-title {
  margin-right: 12px;
}

.toast-message {
  margin-right: 12px;
}

.input-box {
  padding: 20px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid #c82d4d;
  color: #6b7280;
  font-size: 14px;
  background: white;
  margin-bottom: 5px;
  cursor: pointer;
}

.input-box h4 {
  margin: 0;
  color: #6b7280;
  font-size: 14px !important;
}

.file-list li {
  color: #ffffff !important;
}

.selected-files .item {
  border: 1px solid #f4a9b8 !important;
  border-radius: 25px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}

.file-list .name {
  flex-grow: 1;
}

.file-list .remove {
  margin-left: 8px;
  cursor: pointer;
  color: red;
}

.file-list .remove svg {
  width: 16px;
  height: 16px;
}

.selected-files .item .name {
  color: #ffffff !important;
}

.selected-files h5 {
  color: #ffffff !important;
  font-size: medium !important;
  margin-top: 9px !important;
  margin-bottom: 10px !important;
}

small {
  font-size: 12px;
  color: #fcfcfc !important;
}

.file-list {
  overflow-y: auto;
  list-style-type: none !important;
  padding: 0 0px 10px 0;
  margin: 0;
  max-height: 220px;
  font-size: medium !important;
}

.modal {
  padding-right: 0 !important;
}
.modal.show {
  padding-right: 0 !important;
}
.modal.show .modal-dialog {
  transform: translateY(35px) !important;
}
@media (min-width: 576px) {
  .modal.show .modal-dialog {
    margin: 2.5rem auto !important;
    max-width: 520px !important;
  }
}
.modal .modal-dialog {
  transform: translateY(95px) !important;
}
.modal .modal-dialog.modal-bottom {
  height: 87vh !important;
}

.pwa-support {
  width: 100%;
  max-width: 400px;
  height: auto !important;
  position: fixed !important;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #c82d4d;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pwa-support .pwa-heading {
  font-size: 20px;
  margin-bottom: 12px;
}
.pwa-support .pwa-text {
  margin-bottom: 16px;
  font-size: 0.875rem !important;
}

.pwa-install-button {
  background: #c82d4d !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 0.563rem 1.563rem !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}

.pwa-cancel-button {
  background-color: #d1d5db !important;
  color: #000000;
  border-radius: 10px !important;
  padding: 0.563rem 1.563rem;
  border: none !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}
.pwa-cancel-button:hover {
  background-color: #d3d3d3 !important;
  border: none !important;
  color: #000000 !important;
}

.youtube-link-29 {
  padding-top: 56.25%;
  position: relative;
}
.youtube-link-29 iframe {
  position: absolute !important;
  top: 0;
  left: 0 !important;
  height: 100% !important;
  width: 100 !important;
}

.vcard-one__product .product-card {
  border: 1px solid #c82d4d !important;
  border-radius: 15px !important;
}
.vcard-one__product .product-card .card-body {
  background-color: #fbd6d7;
}
.vcard-one__product .product-img-slider {
  padding-bottom: 30px !important;
  margin-bottom: 0px !important;
}
.vcard-one__product .product-img-slider .slick-dots {
  position: relative !important;
  width: 130px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  overflow: hidden !important;
  bottom: 30px !important;
  bottom: -12px !important;
}
@media (max-width: 575px) {
  .vcard-one__product .product-img-slider .slick-dots {
    width: 80% !important;
  }
}
.vcard-one__product .product-img-slider .slick-dots .slick-active button::before {
  opacity: 1 !important;
  color: #c82d4d !important;
}
.vcard-one__product .product-img-slider .slick-dots li button {
  content: "." !important;
}
.vcard-one__product .product-img-slider .slick-dots li button::before {
  font-size: 20px !important;
  color: #f4a9b8 !important;
  opacity: 1 !important;
}
.vcard-one__product .product-img-height {
  max-height: 208px;
  max-width: 208px;
}

.card-margin {
  margin-top: 40px !important;
}

.profile-margin {
  margin-top: 35px !important;
}
.profile-margin .card::after {
  top: 25px !important;
}
@media (max-width: 576px) {
  .profile-margin .card::after {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.profile-margin .card-img {
  top: 0 !important;
}
@media (max-width: 576px) {
  .profile-margin .card-img {
    left: 0;
    right: 0;
    margin: auto;
    position: relative !important;
  }
}
@media (max-width: 576px) {
  .profile-margin .card-body {
    padding-top: 0 !important;
  }
}

@media (max-width: 375px) {
  .profile-margin {
    margin-top: 7px !important;
  }
}
@media (max-width: 320px) {
  .profile-margin {
    margin-top: -21px !important;
  }
}
.row-gap-20px {
  row-gap: 20px;
}

.right-arrow-animation {
  animation: right-arrow 1s linear 1s infinite alternate;
}

@keyframes right-arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(8px);
  }
}
.view-more {
  padding: 8px 25px 8px 15px;
  color: #ffffff;
  background-color: #c82d4d;
  border: 1px solid #c82d4d;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.view-more:hover {
  background-color: #ffffff;
  color: #c82d4d;
}

.iframe-card iframe {
  border: 2px solid #c82d4d;
  border-radius: 15px;
  overflow: hidden;
}

.iframe-section {
  position: relative;
  z-index: 2;
}
.iframe-section .iframe-bg {
  position: absolute;
  top: 10px;
  left: 10px;
}
.iframe-section .iframe-slider .slick-slide {
  padding: 0 10px;
}

.map-section {
  position: relative;
  z-index: 2;
}
.map-section .map-bg {
  position: absolute;
  top: 5px;
  left: 10px;
}
@media (max-width: 575px) {
  .map-section .map-bg img {
    width: 60% !important;
  }
}
.map-section .map-content {
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #d45972;
}
.map-section .map-content .location-icon {
  width: 45px;
  min-width: 45px;
  height: 50px;
  background-image: url(/images/Social-Icon-Bg-29.svg?b2239213fc76b31623491e1fdeb12a0a);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.map-section .map-content .location-icon img {
  height: 24px !important;
}

@media (max-width: 576px) {
  .vector-all img {
    width: 75% !important;
  }
}

.main-vector-bg {
  top: -30px;
}

.language-btn {
  z-index: 1;
}

@keyframes snowflakes-fall {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px) scale(0.6);
  }
  25% {
    transform: translateX(40px) scale(0.8);
  }
  50% {
    transform: translateX(60px) scale(1);
  }
  75% {
    transform: translateX(40px) scale(0.8);
  }
  100% {
    transform: translateX(0px) scale(0.6);
  }
}
.snowflake {
  position: fixed;
  top: -25px;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 15s, 10s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}

.snowflake:nth-of-type(1) {
  left: 0%;
  animation-delay: 3s, 3s;
}

.snowflake:nth-of-type(2) {
  left: 66%;
  animation-delay: 3s, 3s;
}

.snowflake:nth-of-type(3) {
  left: 3%;
  animation-delay: 6s, 9s;
}

.snowflake:nth-of-type(4) {
  left: 69%;
  animation-delay: 6s, 9s;
}

.snowflake:nth-of-type(5) {
  left: 6%;
  animation-delay: 9s, 6s;
}

.snowflake:nth-of-type(6) {
  left: 72%;
  animation-delay: 9s, 6s;
}

.snowflake:nth-of-type(7) {
  left: 9%;
  animation-delay: 12, 3s;
}

.snowflake:nth-of-type(8) {
  left: 75%;
  animation-delay: 12, 3s;
}

.snowflake:nth-of-type(9) {
  left: 12%;
  animation-delay: 15s, 9s;
}

.snowflake:nth-of-type(10) {
  left: 78%;
  animation-delay: 15s, 9s;
}

.snowflake:nth-of-type(11) {
  left: 15%;
  animation-delay: 3s, 6s;
}

.snowflake:nth-of-type(12) {
  left: 81%;
  animation-delay: 3s, 6s;
}

.snowflake:nth-of-type(13) {
  left: 18%;
  animation-delay: 6s, 3s;
}

.snowflake:nth-of-type(14) {
  left: 84%;
  animation-delay: 6s, 3s;
}

.snowflake:nth-of-type(15) {
  left: 21%;
  animation-delay: 9s, 9s;
}

.snowflake:nth-of-type(16) {
  left: 87%;
  animation-delay: 9s, 9s;
}

.snowflake:nth-of-type(17) {
  left: 24%;
  animation-delay: 12s, 6s;
}

.snowflake:nth-of-type(18) {
  left: 90%;
  animation-delay: 12s, 6s;
}

.snowflake:nth-of-type(19) {
  left: 27%;
  animation-delay: 15s, 0s;
}

.snowflake:nth-of-type(20) {
  left: 93%;
  animation-delay: 15s, 0s;
}

.vector-all img {
  width: 100% !important;
}
@media (max-width: 575px) {
  .vector-all img {
    width: 60% !important;
  }
}
@media (max-width: 378px) {
  .vector-all img {
    width: 40px !important;
  }
}

.terms-condition {
  min-width: 16px !important;
}

.embed-responsive iframe {
  display: block !important;
}

.send-btn {
  border-radius: 10px !important;
}

.linkedin-feed {
  max-height: 1000px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.linkedin-feed-iframe {
  height: 500px;
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
}

.linkedin-feed-iframe iframe {
  width: calc(100% - 2px) !important;
  height: 500px !important;
  border-radius: 15px !important;
  border: 1px solid #c82d4d !important;
  transform-origin: top left;
  transform: scale(1);
}

.sound-toggle-btn {
  position: absolute;
  bottom: 12px;
  right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 425px) {
  .sound-toggle-btn {
    bottom: 12px;
    right: 2px;
  }
}
@media (max-width: 375px) {
  .sound-toggle-btn {
    bottom: 10px;
    right: 2px;
  }
}
@media (max-width: 320px) {
  .sound-toggle-btn {
    bottom: 10px;
    right: 2px;
  }
}
.sound-toggle-btn i {
  font-size: 18px;
}
