body {
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  padding-right: 0 !important;
  background-color: var(--primary-light, var(--primary-100)) !important;
}
body.modal-open {
  padding-right: 0 !important;
}

.vcard22-main .bg-green {
  background-color: var(--green, #0f2f3a) !important;
}
.vcard22-main .text-gray-100 {
  color: var(--gray-100, #9facb0) !important;
}
.vcard22-main .text-primary {
  color: var(--primary-color) !important;
}
.vcard22-main .text-black {
  color: var(--black, #2d2624) !important;
}
.vcard22-main .text-white {
  color: var(--white, #ffffff) !important;
}
.vcard22-main .text-light-100 {
  color: var(--light-100, #000000) !important;
}
.vcard22-main .text-label-color {
  color: var(--label-color, #ffffff) !important;
}
.vcard22-main .px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 575px) {
  .vcard22-main .px-40 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.vcard22-main.main-content {
  max-width: 670px !important;
  min-height: 100vh !important;
  border-radius: 15px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  background-color: var(--green, #0f2f3a) !important;
  text-align: center !important;
  color: #211c29;
  position: relative;
  z-index: 1;
}
.vcard22-main .vcard-twentytwo-heading {
  font-weight: 500;
  font-size: 28px;
  color: var(--primary-color) !important;
}
.vcard22-main .vcard-prodcut-heading {
  font-weight: 500;
  font-size: 24px !important;
  color: var(--primary-color);
}
.vcard22-main .section-heading {
  overflow: hidden;
}
.vcard22-main .section-heading h2 {
  font-size: 26px;
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .vcard22-main .section-heading h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.vcard22-main .section-heading h2::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 4px;
  bottom: -40px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  background-color: var(--label-color, #ffffff);
}
.vcard22-main .section-heading .blog-head {
  margin-left: -2px;
}
.vcard22-main .section-heading .product-heading {
  margin-left: -2px;
}
.vcard22-main .section-heading .testimonial-head {
  margin-left: -2px;
}
.vcard22-main .section-heading .insta-head {
  margin-left: -2px;
}
.vcard22-main .btn {
  border-radius: 0;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 10px;
}
.vcard22-main .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.vcard22-main .btn-primary {
  color: var(--black, #2d2624);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease-in-out;
}
.vcard22-main .btn-primary:hover, .vcard22-main .btn-primary:focus, .vcard22-main .btn-primary.active {
  background-color: var(--black, #2d2624);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
@media (max-width: 425px) {
  .vcard22-main .enquiry-btn {
    width: 100%;
    margin-top: 4px;
  }
}
.vcard22-main .enquiry-btn .btn-primary-enquiry {
  color: var(--black, #2d2624);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 6px 20px !important;
  transition: all 0.3s ease-in-out;
}
.vcard22-main .enquiry-btn .btn-primary-enquiry:hover, .vcard22-main .enquiry-btn .btn-primary-enquiry:focus, .vcard22-main .enquiry-btn .btn-primary-enquiry.active {
  background-color: var(--black, #2d2624);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
@media (max-width: 425px) {
  .vcard22-main .enquiry-btn .btn-primary-enquiry {
    width: 100%;
  }
}
.vcard22-main .btn-product-enquiry {
  padding: 10px 20px !important;
  border: 1px solid var(--primary-color) !important;
  outline: none !important;
  background-color: var(--primary-color) !important;
  color: var(--black, #2d2624) !important;
  border-radius: 10px !important;
  transition: all 0.3s ease-in-out !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-weight: inherit !important;
}
.vcard22-main .main-content {
  position: relative;
  max-width: 670px !important;
  min-height: 100vh !important;
  border-radius: 15px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  background-color: var(--green, #0f2f3a) !important;
}
.vcard22-main .vcard-twentytwo-btn {
  padding: 10px 20px;
  border: 1px solid var(--primary-color);
  outline: none;
  background-color: var(--primary-color);
  color: var(--black, #2d2624);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard22-main .back-btn {
  padding: 10px 20px;
  border: 1px solid var(--primary-color);
  outline: none;
  background-color: var(--primary-color);
  color: var(--black, #2d2624);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard22-main .buy-product {
  padding: 10px 20px;
  border: 1px solid var(--primary-color);
  outline: none;
  background-color: var(--primary-color);
  color: var(--black, #2d2624);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard22-main .bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .vcard22-main .bg-img img {
    width: 85%;
  }
}
.vcard22-main .banner-section .banner-img {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .vcard22-main .banner-section .banner-img {
    height: 300px;
  }
}
.vcard22-main .profile-section {
  background: var(--green, #0f2f3a);
}
.vcard22-main .profile-section .card {
  background-color: transparent !important;
  border: none;
}
.vcard22-main .profile-section .card .card-img {
  width: 160px;
  height: 160px;
  min-width: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--secondary-color);
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .vcard22-main .profile-section .card .card-img {
    width: 130px;
    height: 130px;
    min-width: 130px;
  }
}
.vcard22-main .profile-section .card .card-img > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
}
.vcard22-main .social-media-section .social-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 50%;
  background-color: var(--green-100, #0f2f3a);
  border: 1px solid var(--light-100, #000000);
}
.vcard22-main .social-media-section .social-icon:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
  background-color: var(--primary-color);
}
.vcard22-main .social-media-section .social-icon svg,
.vcard22-main .social-media-section .social-icon img {
  width: 24px;
  height: 24px !important;
  color: var(--light-100, #000000) !important;
  position: relative;
  z-index: 1;
}
.vcard22-main .social-media-section .social-icon:first-child {
  margin-left: 0;
}
.vcard22-main .social-media-section .social-icon:last-child {
  margin-right: 0;
}
.vcard22-main .contact-section .contact-box {
  position: relative;
  padding: 30px 10px 10px 10px;
  background-color: var(--primary-100);
  margin-top: 25px;
  border-radius: 20px;
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}
.vcard22-main .contact-section .contact-box .contact-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--green-100, #0f2f3a);
  border: 1px solid var(--light-100, #000000);
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: -25px;
  right: 0;
  margin: auto;
}
.vcard22-main .contact-section .contact-box svg,
.vcard22-main .contact-section .contact-box img {
  color: var(--light-100, #000000) !important;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vcard22-main .gallery-section .gallery-slider .slick-slide {
  padding: 0 10px;
}
.vcard22-main .gallery-section .gallery-slider .gallery-img {
  border-radius: 30px;
  border: 2px solid var(--secondary-color) !important;
  margin: 0 auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  background-color: var(--white, #ffffff);
}
@media (max-width: 575px) {
  .vcard22-main .gallery-section .gallery-slider .gallery-img {
    max-height: 260px;
    height: 260px;
  }
}
@media (max-width: 425px) {
  .vcard22-main .gallery-section .gallery-slider .gallery-img {
    max-height: 225px;
    height: 225px;
  }
}
.vcard22-main .gallery-section .gallery-slider .gallery-img .expand-icon {
  background-color: var(--green-100, #0f2f3a);
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}
.vcard22-main .gallery-section .gallery-slider .gallery-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.vcard22-main .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 20px;
  border-radius: 50%;
  padding: 0px 0px 0px 4px;
}
.vcard22-main .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  transition: all 200ms;
}
.vcard22-main .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid var(--green-100, #0f2f3a);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.vcard22-main .product-section .product-slider .product-card {
  border-radius: 20px;
  background-color: var(--green-100, #0f2f3a);
  padding: 10px;
  position: relative;
  border: none;
  border: 2px solid var(--secondary-color);
  overflow: hidden;
}
.vcard22-main .product-section .product-slider .product-card .product-img {
  max-width: 100%;
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 425px) {
  .vcard22-main .product-section .product-slider .product-card .product-img {
    margin: 0 auto;
  }
}
.vcard22-main .product-section .product-slider .product-card .service-wave-img {
  bottom: -30px;
}
.vcard22-main .product-section .product-slider .product-card .product-desc {
  min-height: 106px;
}
@media (max-width: 425px) {
  .vcard22-main .product-section .product-slider .product-card .product-desc {
    min-height: 140px;
  }
}
.vcard22-main .product-section .product-slider .product-card .product-desc .product-info {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 425px) {
  .vcard22-main .product-section .product-slider .product-card .product-desc .product-info {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.vcard22-main .product-section .product-slider .product-card .product-desc .product-info > a {
  overflow: hidden;
}
.vcard22-main .product-section .product-slider .product-card .product-head {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 18px;
  min-height: 44px;
  overflow: hidden;
  color: var(--label-color, #ffffff);
}
.vcard22-main .product-section .product-slider .product-card .product-amount {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px !important;
  padding-right: 7px;
}
@media (max-width: 425px) {
  .vcard22-main .product-section .product-slider .product-card .product-amount {
    text-align: center;
    width: 100%;
  }
}
.vcard22-main .product-section .product-slider .slick-slide {
  padding: 0 10px;
}
.vcard22-main .our-services-section .services .service-card {
  border-radius: 20px;
  background-color: var(--green-100, #0f2f3a);
  padding: 10px;
  position: relative;
  border: 2px solid var(--secondary-color);
  overflow: hidden;
}
.vcard22-main .our-services-section .services .service-card .card-img {
  height: 176px;
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.vcard22-main .our-services-section .services .service-card .service-new-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard22-main .our-services-section .services .service-card .card-title {
  color: var(--label-color, #ffffff);
  font-size: 18px;
}
.vcard22-main .our-services-section .services .service-card .description-text {
  font-size: 14px;
}
.vcard22-main .our-services-section .services .services-slider-view .slick-slide {
  padding: 0 10px;
}
.vcard22-main .our-services-section .services .services-slider-view .services-desc {
  min-height: 185px;
}
.vcard22-main .our-services-section .services .services-slider-view .card-title {
  color: var(--label-color, #ffffff);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
  font-size: 18px;
}
.vcard22-main .our-services-section .services .services-slider-view .description-text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 63px;
}
.vcard22-main .our-services-section .services .services-slider-view .slick-dots {
  bottom: -20px !important;
}
.vcard22-main .appointment-section .appointment {
  padding: 15px;
  background: var(--primary-100);
  border-radius: 20px;
  border-bottom: 2px solid var(--primary-color);
  border-top: 2px solid var(--primary-color);
}
.vcard22-main .appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  background-color: white;
  border: 1px solid var(--green-100, #0f2f3a);
  color: var(--primary-color);
  border-radius: 15px;
  position: relative;
}
.vcard22-main .appointment-section .appointment .appointment-input::-moz-placeholder {
  color: var(--gray-100, #9facb0);
}
.vcard22-main .appointment-section .appointment .appointment-input::placeholder {
  color: var(--gray-100, #9facb0);
}
.vcard22-main .appointment-section .appointment .appointment-input:focus {
  box-shadow: none;
  outline: none;
}
.vcard22-main .appointment-section .appointment .calendar-icon {
  position: absolute;
  right: 20px;
  top: 13px;
}
.vcard22-main .appointment-section .appointment .calendar-icon svg path {
  fill: var(--gray-100, #9facb0);
  stroke: var(--gray-100, #9facb0);
}
@media (max-width: 576px) {
  .vcard22-main .appointment-section .appointment .calendar-icon {
    right: 15px;
    top: 12px;
  }
}
.vcard22-main .appointment-section .appointment .hour-input {
  height: 50px;
  padding: 10px;
  background-color: var(--primary-100);
  border-radius: 15px;
  color: var(--white, #ffffff);
}
.vcard22-main .appointment-section .appointment .btn-primary {
  max-width: 270px;
  width: 100%;
  color: var(--black, #2d2624);
}
.vcard22-main .appointment-section .appointment .btn-primary:hover {
  color: var(--white, #ffffff);
}
.vcard22-main .blog-section {
  position: relative;
}
.vcard22-main .blog-section .blog-slider .slick-slide {
  padding: 0 10px;
}
.vcard22-main .blog-section .blog-slider .blog-card {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  background-color: var(--green-100, #0f2f3a);
}
.vcard22-main .blog-section .blog-slider .blog-card .card-img {
  width: 100%;
  overflow: hidden;
  height: 250px;
}
.vcard22-main .blog-section .blog-slider .blog-card .card-body {
  padding: 15px;
  background-color: var(--green-100, #0f2f3a);
  position: relative;
  min-height: 173px;
}
.vcard22-main .blog-section .blog-slider .blog-card .blog-description, .vcard22-main .blog-section .blog-slider .blog-card .blog-description span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  min-height: 39px;
  line-height: 1.2;
}
.vcard22-main .blog-section .blog-slider .blog-card .read-more a {
  background: var(--secondary-color);
  color: var(--white, #ffffff) !important;
  padding: 6px 10px;
  border-radius: 30px;
  margin-top: 10px;
  border: 1px solid var(--secondary-color);
}
.vcard22-main .blog-section .blog-slider .blog-card .read-more a:hover {
  background-color: var(--white, #ffffff);
  color: var(--secondary-color) !important;
}
.vcard22-main .blog-section .blog-slider .blog-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  min-height: 48px;
}
.vcard22-main .business-hour-section {
  position: relative;
}
.vcard22-main .business-hour-section .business-hour-card .business-hour {
  justify-content: center;
  margin-top: 30px;
  padding: 35px 10px 10px 10px;
  position: relative;
  border-radius: 20px;
  transition: 0.3s all ease-in-out;
  background-color: var(--primary-100);
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .vcard22-main .business-hour-section .business-hour-card .business-hour {
    padding: 35px 9px 10px 9px;
  }
}
@media (max-width: 575px) {
  .vcard22-main .business-hour-section .business-hour-card .business-hour {
    padding: 35px 10px 10px 10px;
  }
}
.vcard22-main .business-hour-section .business-hour-card .business-hour .time-icons {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: var(--green-100, #0f2f3a);
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid var(--light-100, #000000);
}
.vcard22-main .business-hour-section .business-hour-card .business-hour .time-icons img,
.vcard22-main .business-hour-section .business-hour-card .business-hour .time-icons svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vcard22-main .business-hour-section .business-hour-card .business-hour span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .vcard22-main .business-hour-section .business-hour-card .business-hour span {
    font-size: 14px;
  }
}
.vcard22-main .testimonial-section {
  position: relative;
}
.vcard22-main .testimonial-section .testimonial-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  text-align: end;
}
@media (max-width: 575px) {
  .vcard22-main .testimonial-section .testimonial-bg-img img {
    width: 60%;
  }
}
.vcard22-main .testimonial-section .testimonial-slider .slick-slide {
  padding: 0 10px;
}
.vcard22-main .testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  border: 2px solid var(--primary-color);
  min-height: 214px;
  background-color: var(--green-100, #0f2f3a);
}
.vcard22-main .testimonial-section .testimonial-slider .testimonial-card .card-body .quote-img {
  width: 60px;
  height: 45px;
  min-width: 60px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .vcard22-main .testimonial-section .testimonial-slider .testimonial-card .card-body .quote-img {
    width: 45px;
    min-width: 45px;
    height: 40px;
  }
  .vcard22-main .testimonial-section .testimonial-slider .testimonial-card .card-body .quote-img svg {
    width: 100%;
  }
}
.vcard22-main .testimonial-section .testimonial-slider .testimonial-card .card-body .quote-img svg path {
  fill: var(--secondary-color) !important;
}
.vcard22-main .testimonial-section .testimonial-slider .testimonial-card .card-body .quote-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  display: block;
}
.vcard22-main .testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  min-height: 84px;
}
.vcard22-main .testimonial-section .testimonial-slider .testimonial-card .card-body h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 22px;
}
.vcard22-main .testimonial-section .testimonial-slider .testimonial-card .card-body .testimonial-profile-img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  border: 2px solid var(--secondary-color);
}
.vcard22-main .qr-code-section .qr-code {
  max-width: 550px;
  width: 100%;
  border-radius: 20px;
  padding: 25px;
  border: 2px solid var(--primary-color);
  overflow: hidden;
  background-color: var(--green-100, #0f2f3a);
}
.vcard22-main .qr-code-section .qr-code .qr-code-box {
  position: relative;
  z-index: 1;
  gap: 30px;
}
@media (max-width: 576px) {
  .vcard22-main .qr-code-section .qr-code .qr-code-box {
    gap: 20px;
  }
}
.vcard22-main .qr-code-section .qr-code .qr-code-img {
  width: 120px;
  height: 120px;
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  padding: 8px;
  background-color: var(--white, #ffffff);
}
.vcard22-main .qr-code-section .qr-code .qr-code-img svg,
.vcard22-main .qr-code-section .qr-code .qr-code-img img {
  border-radius: 6px;
}
.vcard22-main .business-hour {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px;
  padding: 18px !important;
}
.vcard22-main .business-hour .time-icons {
  position: static !important;
  inset: auto !important;
  margin: 0 !important;
  width: 52px !important;
  min-width: 52px !important;
  height: 52px !important;
  color: var(--light-100, #000000) !important;
  background: var(--v22-icon-bg) !important;
  border: var(--v22-icon-border-width) solid var(--light-100, #000000) !important;
}
.vcard22-main .business-hour span {
  color: var(--black, #2d2624) !important;
  font-size: 0.98rem !important;
  line-height: 1.45;
}
.vcard22-main .map-section iframe,
.vcard22-main .map-section .embed-responsive {
  display: block;
  width: 100%;
  border: var(--v22-card-border-width) solid var(--v22-card-border-color) !important;
  box-shadow: var(--v22-surface-shadow) !important;
  background: var(--primary-100) !important;
}
.vcard22-main .input-box {
  border-radius: 18px !important;
  border: 1px dashed color-mix(in srgb, var(--light-100, #000000) 26%, transparent) !important;
  background: color-mix(in srgb, var(--primary-100) 90%, var(--green-100, #0f2f3a) 10%) !important;
}
.vcard22-main .input-box h4,
.vcard22-main .selected-files h5,
.vcard22-main small,
.vcard22-main .file-list li,
.vcard22-main .file-list .name {
  color: var(--gray-100, #9facb0) !important;
}
.vcard22-main .selected-files .item {
  background: color-mix(in srgb, var(--primary-100) 90%, var(--green-100, #0f2f3a) 10%) !important;
  border-radius: 14px !important;
}
.vcard22-main .contact-us-section {
  position: relative;
}
.vcard22-main .contact-us-section .contact-form {
  padding: 20px;
  background: var(--primary-100);
  border-radius: 20px;
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}
.vcard22-main .contact-us-section .contact-form form .form-control {
  margin-bottom: 15px;
  padding: 13px 20px;
  height: 50px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--primary-100) 88%, var(--green-100, #0f2f3a) 12%) !important;
  border: 1px solid color-mix(in srgb, var(--light-100, #000000) 18%, transparent) !important;
  color: var(--v22-field-text-color, var(--v22-text-color, #111827)) !important;
  font-size: 14px;
  -webkit-text-fill-color: var(--v22-field-text-color, var(--v22-text-color, #111827)) !important;
  caret-color: var(--v22-field-text-color, var(--v22-text-color, #111827)) !important;
}
.vcard22-main .contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: var(--v22-field-placeholder-color, var(--v22-muted-text-color, #6b7280)) !important;
  opacity: 1;
}
.vcard22-main .contact-us-section .contact-form form .form-control::placeholder {
  color: var(--v22-field-placeholder-color, var(--v22-muted-text-color, #6b7280)) !important;
  opacity: 1;
}
.vcard22-main .contact-us-section .contact-form form .form-control:focus {
  box-shadow: none;
  outline: none;
  color: var(--v22-field-text-color, var(--v22-text-color, #111827)) !important;
  -webkit-text-fill-color: var(--v22-field-text-color, var(--v22-text-color, #111827)) !important;
}
.vcard22-main .contact-us-section .contact-form form .form-control:-webkit-autofill, .vcard22-main .contact-us-section .contact-form form .form-control:-webkit-autofill:hover, .vcard22-main .contact-us-section .contact-form form .form-control:-webkit-autofill:focus, .vcard22-main .contact-us-section .contact-form form .form-control:-webkit-autofill:active {
  -webkit-text-fill-color: var(--v22-field-text-color, var(--v22-text-color, #111827)) !important;
  caret-color: var(--v22-field-text-color, var(--v22-text-color, #111827)) !important;
  box-shadow: 0 0 0 1000px color-mix(in srgb, var(--primary-100) 88%, var(--green-100, #0f2f3a) 12%) inset !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}
.vcard22-main .create-vcard-section .vcard-link-card {
  padding: 20px;
  background-color: var(--primary-100);
  border-radius: 20px;
  border: none;
  border-top: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
}
.vcard22-main .create-vcard-section .vcard-link-card .link-text {
  font-size: 18px;
  word-break: break-all;
  color: var(--label-color, #ffffff);
}
@media (max-width: 575px) {
  .vcard22-main .create-vcard-section .vcard-link-card .link-text {
    font-size: 16px;
  }
}
.vcard22-main .add-to-contact-section {
  position: fixed !important;
  width: 100%;
  bottom: 60px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: var(--black, #2d2624);
  z-index: 3;
}
.vcard22-main .add-to-contact-section .add-contact-btn {
  padding: 10px 30px !important;
  color: var(--white, #ffffff) !important;
  transition: all 0.3s ease-in-out !important;
}
.vcard22-main .add-to-contact-section .add-contact-btn i {
  font-size: 1rem;
}
.vcard22-main .add-to-contact-section .add-contact-btn:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: var(--primary-color) !important;
  color: var(--white, #ffffff) !important;
  transform: scale(1.05);
}
.vcard22-main .btn-section .fixed-btn-section .dynamic-bars-btn {
  background-color: var(--primary-color);
}
.vcard22-main .btn-section .fixed-btn-section .sub-btn .dynamic-sub-btn {
  background-color: var(--green-100, #0f2f3a);
  border: 1px solid var(--primary-color);
}
.vcard22-main .slick-dotted.slick-slider {
  margin-bottom: 10px;
}
.vcard22-main .slick-dots {
  position: relative;
  bottom: -15px;
}
.vcard22-main .slick-dots li {
  margin: 0 5px !important;
  width: 8px !important;
  height: 8px !important;
}
.vcard22-main .slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  font-size: 0 !important;
}
.vcard22-main .slick-dots li button:before {
  font-size: 0 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 10px;
  background-color: var(--gray-100, #9facb0);
  opacity: 1;
}
.vcard22-main .slick-dots li.slick-active {
  width: 30px !important;
}
.vcard22-main .slick-dots li.slick-active button {
  width: 30px !important;
}
.vcard22-main .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 30px !important;
  background-color: var(--secondary-color);
}
.vcard22-main .px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 575px) {
  .vcard22-main .px-30 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.vcard22-main .fs-12 {
  font-size: 12px;
}
.vcard22-main .fs-14 {
  font-size: 14px;
}
.vcard22-main .fs-18 {
  font-size: 18px;
}
@media (max-width: 575px) {
  .vcard22-main .fs-18 {
    font-size: 16px;
  }
}
.vcard22-main .fs-20 {
  font-size: 20px;
}
.vcard22-main .fs-24 {
  font-size: 24px;
}
@media (max-width: 575px) {
  .vcard22-main .fs-24 {
    font-size: 22px;
  }
}
.vcard22-main .mt-10 {
  margin-top: 10px;
}
.vcard22-main .mt-40 {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .vcard22-main .mt-40 {
    margin-top: 30px;
  }
}
.vcard22-main .mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .vcard22-main .mb-40 {
    margin-bottom: 30px;
  }
}
.vcard22-main .mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .vcard22-main .mb-30 {
    margin-bottom: 25px;
  }
}
.vcard22-main .mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .vcard22-main .mx-30 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.vcard22-main .mb-20 {
  margin-bottom: 20px;
}
.vcard22-main .mb-10 {
  margin-bottom: 10px;
}
.vcard22-main .pb-50 {
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .vcard22-main .pb-50 {
    padding-bottom: 40px;
  }
}
.vcard22-main .pt-40 {
  padding-top: 40px;
}
@media (max-width: 575px) {
  .vcard22-main .pt-40 {
    padding-top: 25px;
  }
}
.vcard22-main .pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .vcard22-main .pb-40 {
    padding-bottom: 25px;
  }
}
.vcard22-main .pt-60 {
  padding-top: 60px;
}
@media (max-width: 575px) {
  .vcard22-main .pt-60 {
    padding-top: 40px;
  }
}
.vcard22-main .pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  .vcard22-main .pb-60 {
    padding-bottom: 40px;
  }
}
.vcard22-main .pt-30 {
  padding-top: 30px;
}
@media (max-width: 575px) {
  .vcard22-main .pt-30 {
    padding-top: 20px;
  }
}
.vcard22-main .pb-30 {
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .vcard22-main .pb-30 {
    padding-bottom: 20px;
  }
}
.vcard22-main .pt-50 {
  padding-top: 50px;
}
@media (max-width: 575px) {
  .vcard22-main .pt-50 {
    padding-top: 40px;
  }
}
.vcard22-main .pt-80 {
  padding-top: 80px;
}
@media (max-width: 575px) {
  .vcard22-main .pt-80 {
    padding-top: 40px;
  }
}
.vcard22-main .pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .vcard22-main .pb-80 {
    padding-bottom: 40px;
  }
}
.vcard22-main .px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.vcard22-main .fw-5 {
  font-weight: 500;
}
.vcard22-main .fw-6 {
  font-weight: 600;
}
.vcard22-main .fw-7 {
  font-weight: 700;
}
.vcard22-main .fs-12 {
  font-size: 12px;
}
.vcard22-main .fs-36 {
  font-size: 36px;
}
@media (max-width: 575px) {
  .vcard22-main .fs-36 {
    font-size: 30px;
  }
}
.vcard22-main .fs-30 {
  font-size: 30px;
}
@media (max-width: 575px) {
  .vcard22-main .fs-30 {
    font-size: 28px;
  }
}
.vcard22-main .fs-28 {
  font-size: 28px;
}
@media (max-width: 575px) {
  .vcard22-main .fs-28 {
    font-size: 24px;
  }
}
.vcard22-main a {
  text-decoration: none;
}
.vcard22-main .main-content {
  max-width: 670px !important;
  min-height: 100vh !important;
  border-radius: 15px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  background-color: var(--green, #0f2f3a) !important;
}
.vcard22-main .object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard22-main .flex-1 {
  flex: 1;
}
.vcard22-main .cursor-pointer {
  cursor: pointer;
}
.vcard22-main .btn-section {
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 9;
}
.vcard22-main .btn-section .fixed-btn-section {
  position: fixed;
  top: 50%;
  display: flex;
  align-items: center;
}
.vcard22-main .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;
}
.vcard22-main .btn-section .fixed-btn-section .bars-btn svg path {
  stroke: var(--white, #ffffff) !important;
  fill: none !important;
}
.vcard22-main .btn-section .fixed-btn-section .sub-btn {
  position: absolute;
  right: 75px;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.vcard22-main .btn-section .fixed-btn-section .sub-btn .social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vcard22-main .btn-section .fixed-btn-section .sub-btn .social-btn i {
  font-size: 24px;
}
.vcard22-main .btn-section .fixed-btn-section .sub-btn .sub-btn-div {
  position: absolute;
  top: -55px;
  width: 100%;
  right: 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.vcard22-main .activeSlot {
  background-color: transparent !important;
  color: #f5f2fb !important;
  cursor: pointer;
}
.vcard22-main .time-slot {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
  font-size: 12px;
  padding: 9px 10px !important;
  cursor: pointer;
  color: var(--black, #2d2624) !important;
  background-color: transparent !important;
}
.vcard22-main .time-slot:hover, .vcard22-main .time-slot.activeSlot {
  text-align: center !important;
  color: var(--primary-color) !important;
  background-color: var(--black, #2d2624) !important;
}
.vcard22-main .appointment-slots-section .row {
  margin-top: 16px;
}
.vcard22-main .appointment-slots-section .appointmentAdd {
  margin-bottom: 16px !important;
}
.vcard22-main .send-btn {
  padding: 6px 30px;
  width: auto !important;
}
.vcard22-main .iframe-head {
  padding-left: 30px !important;
  margin-bottom: -20px !important;
}
.vcard22-main .insta-feed {
  max-height: 1000px !important;
  overflow-x: hidden;
  overflow-y: scroll;
}
.vcard22-main .insta-feed::-webkit-scrollbar {
  width: 0px;
}
.vcard22-main .insta-feed::-webkit-scrollbar-thumb {
  background-color: #f1faff !important;
}
.vcard22-main .insta-feed::-webkit-scrollbar-track {
  background-color: #f1faff !important;
}
.vcard22-main .insta-feed-iframe iframe {
  border-radius: 15px !important;
  border: 2px solid var(--secondary-color) !important;
  margin-bottom: 0px !important;
}
.vcard22-main .instagram-btn {
  flex: 1;
  position: relative;
  background: transparent;
}
.vcard22-main .instagram-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 100%;
  background-color: var(--primary-color);
  transition: width 0.3s ease;
}
.vcard22-main .instagram-btn.active::before {
  width: 80%;
}
.vcard22-main .instagram-btn .svg-post-icon rect,
.vcard22-main .instagram-btn .svg-post-icon line {
  stroke: var(--primary-color);
}
.vcard22-main .instagram-btn.active .svg-post-icon rect, .vcard22-main .instagram-btn.active .svg-post-icon line {
  fill: var(--primary-color);
  stroke: var(--green, #0f2f3a);
}
.vcard22-main .instagram-btn .svg-reels-icon .not-active-svg {
  display: block;
}
.vcard22-main .instagram-btn .svg-reels-icon .active-svg {
  display: none;
}
.vcard22-main .instagram-btn .svg-reels-icon path.not-active-svg,
.vcard22-main .instagram-btn .svg-reels-icon rect {
  fill: var(--primary-color);
}
.vcard22-main .instagram-btn .svg-reels-icon path {
  fill: var(--primary-color);
}
.vcard22-main .instagram-btn.active .svg-reels-icon .not-active-svg, .vcard22-main .instagram-btn.active .svg-reels-icon rect {
  display: none;
}
.vcard22-main .instagram-btn.active .svg-reels-icon .active-svg {
  display: block;
}
.vcard22-main .insta-toggle {
  border-radius: 35px !important;
  transition: all 0.3s ease !important;
}
.vcard22-main #instafeed-container a img {
  width: 44%;
  height: 200px !important;
  margin: 11px;
  border-radius: 15px;
}
.vcard22-main .instagram-media {
  min-width: 50% !important;
  max-width: 100% !important;
}
.vcard22-main .vcard22-sticky-btn {
  background: var(--primary-color);
  color: var(--white, #ffffff);
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  height: 40px;
}
.vcard22-main .vcard22-btn-group {
  width: 50px;
  height: 50px;
  color: var(--white, #ffffff);
  background-color: var(--primary-color) !important;
  border-radius: 50px !important;
}
.vcard22-main .language ul {
  list-style: none;
}
.vcard22-main .language ul .lang-list {
  border: none;
  outline: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard22-main .language ul .lang-list .lang-head {
  color: var(--white, #ffffff) !important;
  font-size: 14px;
  padding: 3px 9px;
}
.vcard22-main .language ul .lang-list .lang-head i {
  color: var(--white, #ffffff) !important;
}
.vcard22-main .language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 14px;
  width: 100%;
  right: 0;
  min-width: 70px;
}
.vcard22-main .language ul .lang-list .lang-hover-list li {
  padding: 4px 8px;
}
.vcard22-main .language ul .lang-list .lang-hover-list li:hover, .vcard22-main .language ul .lang-list .lang-hover-list li.active {
  background-color: var(--primary-100) !important;
}
.vcard22-main .language ul .lang-list .lang-hover-list li:hover a, .vcard22-main .language ul .lang-list .lang-hover-list li.active a {
  color: var(--primary-color) !important;
}
.vcard22-main .language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
  font-size: 14px;
}
.vcard22-main .language ul .lang-list .lang-hover-list li img {
  height: 14px !important;
  width: 16px !important;
}
.vcard22-main .z-index-2 {
  z-index: 2;
}
.vcard22-main .audio-image {
  height: 140px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard22-main .gallery-file-item {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.vcard22-main .support-banner {
  width: 100%;
  max-width: 606px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background: var(--white, #ffffff) !important;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid var(--primary-color);
}
.vcard22-main .support-banner .support_heading {
  font-size: 27px;
  margin-top: 30px;
  color: var(--primary-color) !important;
}
.vcard22-main .support-banner .support_text {
  margin-bottom: 22px;
  max-height: 123px !important;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 13px;
}
.vcard22-main .support-banner .support_text::-webkit-scrollbar {
  width: 4px;
}
.vcard22-main .support-banner .support_text::-webkit-scrollbar-track {
  background: transparent;
}
.vcard22-main .support-banner .support_text::-webkit-scrollbar-thumb {
  background: #888;
}
@media (max-width: 767px) {
  .vcard22-main .support-banner {
    max-width: 476px !important;
  }
}
@media (max-width: 575px) {
  .vcard22-main .support-banner {
    max-width: 100% !important;
  }
}
.vcard22-main .act-now {
  padding: 7px 21px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  outline: none;
  transition: all 0.3s ease;
  transform: translateY(0);
  text-decoration: none;
  position: relative;
  bottom: 10px;
  display: inline-block !important;
  border-radius: 10px !important;
}
.vcard22-main .banner-close {
  position: absolute;
  background: transparent !important;
  top: 20px;
  right: 25px;
  color: var(--black, #2d2624) !important;
  font-size: 20px !important;
  border: none;
}

.appoint-date {
  color: var(--white, #ffffff) !important;
}

.appoint-hour {
  color: var(--white, #ffffff) !important;
}

.made-by-text {
  color: var(--white, #ffffff) !important;
}

.contact-desc {
  color: var(--label-color, #ffffff) !important;
  word-break: break-all !important;
}

.blog-title {
  color: var(--white, #ffffff) !important;
}

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

.modal {
  z-index: 99999 !important;
  background-color: #00000080;
}
#email-send {
  background-color: var(--primary-100);
  color: white !important;
  font-size: 15px;
  border: none;
  border-radius: 8px;
}

.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.product-back {
  background: var(--light, #ffffff) !important;
  border-top: 2px solid var(--primary-color) !important;
  border-bottom: 2px solid var(--primary-color) !important;
  padding: 10px;
  border-radius: 20px !important;
}

.card-back {
  background: var(--light, #ffffff) !important;
  border-radius: 20px !important;
  border-top: 2px solid var(--primary-color) !important;
  border-bottom: 2px solid var(--primary-color) !important;
}

@media (max-width: 575px) {
  .made-by-section {
    margin-top: 35px;
  }
}

.dynamic-btn-1 {
  border-radius: 10px !important;
  color: var(--black, #2d2624);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: all 0.2s ease;
}
.dynamic-btn-1:hover, .dynamic-btn-1:focus, .dynamic-btn-1.active {
  color: var(--primary-color) !important;
  background-color: var(--black, #2d2624);
  border: 1px solid var(--primary-color);
}
.dynamic-btn-1 i {
  font-size: 1rem;
}
.dynamic-btn-1:hover {
  color: var(--primary-color) !important;
}

.dynamic-btn-2 {
  color: var(--black, #2d2624) !important;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 9px 35px !important;
  border-radius: 0px !important;
}
.dynamic-btn-2:hover, .dynamic-btn-2:focus, .dynamic-btn-2.active {
  color: var(--primary-color) !important;
  background-color: var(--green-100, #0f2f3a);
  border: 1px solid var(--primary-color);
}
.dynamic-btn-2 i {
  font-size: 1rem;
}
.dynamic-btn-2:hover {
  color: var(--primary-color) !important;
}

.dynamic-btn-3 {
  border-radius: 20px !important;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  display: inline-block;
  color: var(--black, #2d2624) !important;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.dynamic-btn-3:hover, .dynamic-btn-3:focus, .dynamic-btn-3.active {
  color: var(--primary-color) !important;
  background-color: var(--black, #2d2624);
  border: 1px solid var(--primary-color);
}

.dynamic-btn-4 {
  display: inline-block;
  color: var(--black, #2d2624) !important;
  border-radius: 0px !important;
  background-color: var(--primary-color) !important;
}
.dynamic-btn-4:hover, .dynamic-btn-4:focus, .dynamic-btn-4.active {
  box-shadow: 0px 0px 12px 4px var(--white, #ffffff) !important;
  border: none !important;
  color: var(--green-100, #0f2f3a) !important;
}

.dynamic-btn-5 {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  display: inline-block;
  color: var(--primary-color) !important;
  border: thick double var(--primary-color) !important;
  border-radius: 20px !important;
  background-color: var(--green-100, #0f2f3a) !important;
}

.dynamic-btn-6 {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  display: inline-block;
  border: 4px solid var(--primary-color) !important;
  border-style: dotted !important;
  background-color: var(--green-100, #0f2f3a) !important;
  color: var(--primary-color) !important;
}

.dynamic-btn-7 {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  display: inline-block;
  border: thick double var(--primary-color) !important;
  color: var(--primary-color) !important;
  background-color: var(--green-100, #0f2f3a) !important;
}

.dynamic-btn-8 {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  display: inline-block;
  border: 4px solid var(--primary-color) !important;
  color: var(--black, #2d2624) !important;
  border-radius: 0px !important;
  transition: transform 0.5s ease !important;
  background-color: var(--primary-color) !important;
}
.dynamic-btn-8:hover {
  transform: translateY(-5px) !important;
  color: var(--black, #2d2624) !important;
}

.dynamic-btn-9 {
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  display: inline-block;
  border-radius: 30px 0 30px 0 !important;
  background-color: var(--primary-color) !important;
  transition: transform 0.5s ease !important;
  color: var(--black, #2d2624) !important;
  border-radius: 30px 0 30px 0 !important;
}

.dynamic-btn-10 {
  border: 2px solid var(--primary-color) !important;
  display: inline-block;
  transition: ease-out 0.5s;
  color: var(--primary-color) !important;
  background-color: var(--green-100, #0f2f3a) !important;
  border-radius: 0px !important;
}
.dynamic-btn-10:hover {
  box-shadow: inset 400px 0 0 0 var(--primary-color);
  color: var(--green-100, #0f2f3a) !important;
}

.time-slot.dynamic-btn-1:hover, .time-slot.dynamic-btn-1:focus, .time-slot.dynamic-btn-1.active, .time-slot.dynamic-btn-1.activeSlot, .time-slot.dynamic-btn-2:hover, .time-slot.dynamic-btn-2:focus, .time-slot.dynamic-btn-2.active, .time-slot.dynamic-btn-2.activeSlot, .time-slot.dynamic-btn-3:hover, .time-slot.dynamic-btn-3:focus, .time-slot.dynamic-btn-3.active, .time-slot.dynamic-btn-3.activeSlot {
  color: var(--primary-color) !important;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.time-slot.dynamic-btn-4:hover, .time-slot.dynamic-btn-4:focus, .time-slot.dynamic-btn-4.active, .time-slot.dynamic-btn-4.activeSlot {
  box-shadow: 0px 0px 12px 4px var(--white, #ffffff) !important;
  border: none !important;
  color: var(--green-100, #0f2f3a) !important;
}
.time-slot.dynamic-btn-5.activeSlot, .time-slot.dynamic-btn-5:hover, .time-slot.dynamic-btn-5:focus, .time-slot.dynamic-btn-5.active, .time-slot.dynamic-btn-7.activeSlot, .time-slot.dynamic-btn-7:hover, .time-slot.dynamic-btn-7:focus, .time-slot.dynamic-btn-7.active {
  border: thick double var(--white, #ffffff) !important;
  color: var(--black, #2d2624) !important;
  background-color: var(--primary-color) !important;
}
.time-slot.dynamic-btn-6.activeSlot, .time-slot.dynamic-btn-6:hover, .time-slot.dynamic-btn-6:focus, .time-slot.dynamic-btn-6.active {
  border: 4px dotted var(--white, #ffffff) !important;
  color: var(--black, #2d2624) !important;
  background-color: var(--primary-color) !important;
}
.time-slot.dynamic-btn-8.activeSlot, .time-slot.dynamic-btn-8:hover, .time-slot.dynamic-btn-8:focus, .time-slot.dynamic-btn-8.active {
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  background-color: var(--green-100, #0f2f3a) !important;
  transform: translateY(-5px) !important;
}
.time-slot.dynamic-btn-9.activeSlot, .time-slot.dynamic-btn-9:hover, .time-slot.dynamic-btn-9:focus, .time-slot.dynamic-btn-9.active {
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  background-color: var(--green-100, #0f2f3a) !important;
}
.time-slot.dynamic-btn-10.activeSlot, .time-slot.dynamic-btn-10:hover, .time-slot.dynamic-btn-10:focus, .time-slot.dynamic-btn-10.active {
  box-shadow: inset 400px 0 0 0 var(--primary-color);
  color: var(--green-100, #0f2f3a) !important;
  background-color: var(--primary-color) !important;
}

.main-content.rtl .expand-icon {
  left: 10px;
  right: auto;
}
.main-content.rtl .calendar-icon {
  right: auto !important;
  left: 20px !important;
  top: 13px;
}
.main-content.rtl .lang-hover-list {
  left: 0;
  right: auto;
}
.main-content.rtl .profile-section {
  transform: scaleX(-1);
}
.main-content.rtl .profile-section .profile-details {
  transform: scaleX(-1);
}
.main-content.rtl .profile-section .profile-details.text-sm-start {
  text-align: end !important;
}
@media (max-width: 575px) {
  .main-content.rtl .profile-section .profile-details.text-sm-start {
    text-align: center !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;
}

.slick-prev:before {
  margin-left: 10px !important;
}

.slick-next:before {
  margin-right: 10px !important;
}

.slick-next {
  right: -13px !important;
}

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

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

.input-box {
  padding: 20px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  border: 1px solid var(--green-100, #0f2f3a);
  background-color: var(--green-100, #0f2f3a);
}

.input-box h4 {
  margin: 0;
  color: var(--label-color, #ffffff) !important;
  font-size: medium !important;
}

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

.selected-files .item {
  border-width: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background-color: #224754;
  border-radius: 5px;
}

.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 h5 {
  color: #ffffff !important;
  font-size: medium !important;
  margin-top: 9px !important;
  margin-bottom: 10px !important;
}

small {
  font-size: 12px;
  color: var(--primary-color) !important;
}

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

.oobject-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.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: var(--white, #ffffff) !important;
  padding: 24px;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid var(--primary-color);
}
.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: var(--primary-color, #b9ff6989) !important;
  color: var(--white, #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: #adb5bd !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: #d1d5db !important;
  border: none !important;
  color: #000000 !important;
}

.product-img-slider {
  margin-bottom: 10px !important;
}
.product-img-slider .slick-dots {
  position: relative;
  bottom: 0px;
}
.product-img-slider .slick-dots li {
  margin: 0 5px !important;
  width: 8px !important;
  height: 8px !important;
}
.product-img-slider .slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  font-size: 0 !important;
}
.product-img-slider .slick-dots li button:before {
  font-size: 0 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 10px;
  background-color: var(--gray-100, #9facb0);
  opacity: 1;
}
.product-img-slider .slick-dots li.slick-active {
  width: 30px !important;
}
.product-img-slider .slick-dots li.slick-active button {
  width: 30px !important;
}
.product-img-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 30px !important;
  background-color: var(--primary-color);
}

.card-padding {
  padding-top: 0 !important;
}

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

.vcard22-bg-hero-1 {
  left: 0px;
  top: 0;
  width: 245px;
  z-index: 1;
}
.vcard22-bg-hero-1 svg path {
  fill: var(--primary-color) !important;
}
@media (max-width: 575px) {
  .vcard22-bg-hero-1 {
    display: none;
  }
}

.vcard22-bg-hero-2 {
  z-index: 1;
  right: 0px;
  top: 0px;
  width: 220px;
}
.vcard22-bg-hero-2 svg path {
  fill: var(--primary-color) !important;
}
.vcard22-bg-hero-2 .after-img {
  position: absolute;
  top: 0px;
  right: 0;
  width: 230px;
  height: 129px;
  z-index: -2;
}
.vcard22-bg-hero-2 .after-img svg path {
  fill: var(--secondary-color) !important;
}
@media (max-width: 575px) {
  .vcard22-bg-hero-2 {
    width: 150px;
  }
  .vcard22-bg-hero-2 .after-img {
    width: 160px;
  }
}

.profile-desc p {
  margin-bottom: 0 !important;
}

.rotate-vector {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(270deg);
}
.rotate-vector .vcard22-bg-hero-2 {
  width: 270px;
  right: 5px !important;
}
.rotate-vector .vcard22-bg-hero-2 .after-img {
  width: 280px;
}
@media (max-width: 575px) {
  .rotate-vector .vcard22-bg-hero-2 {
    width: 160px;
  }
  .rotate-vector .vcard22-bg-hero-2 .after-img {
    width: 170px;
  }
}

.rotate-vector-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(90deg);
}
.rotate-vector-bottom .vcard22-bg-hero-2 {
  width: 270px;
  right: 5px !important;
}
.rotate-vector-bottom .vcard22-bg-hero-2 .after-img {
  width: 280px;
}
@media (max-width: 575px) {
  .rotate-vector-bottom .vcard22-bg-hero-2 {
    width: 160px;
  }
  .rotate-vector-bottom .vcard22-bg-hero-2 .after-img {
    width: 170px;
  }
}

.row-gap-20px {
  row-gap: 20px;
}
@media (max-width: 575px) {
  .row-gap-20px {
    row-gap: 10px;
  }
}

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

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

@keyframes right-arrow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(8px);
  }
}
.iframe-slider .iframe-card iframe {
  border-radius: 20px;
  border: 2px solid var(--primary-color) !important;
  height: 330px;
}
.iframe-slider .slick-slide {
  padding: 0 10px;
}

.px-custome {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 768px) {
  .px-custome {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 575px) {
  .px-custome {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.map-section {
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--primary-100);
  position: relative;
}
.map-section .map-location {
  padding: 10px;
}
.map-section .map-location .location-icon {
  width: 50px;
  height: 50px;
  background-color: var(--green-100, #0f2f3a);
  position: relative;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light-100, #000000);
  border-radius: 50%;
  border: 1px solid var(--light-100, #000000);
}
.map-section .map-location .location-icon img {
  width: 18px;
}
.map-section iframe {
  border-radius: 0 !important;
  overflow: hidden;
  margin-bottom: -6px;
}

.wave-vcard22 svg {
  width: 100%;
}
.wave-vcard22 svg path {
  fill: var(--primary-100) !important;
}

.service-wave-img svg {
  width: 100%;
}
.service-wave-img svg path {
  fill: var(--primary-100);
}

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

.timePick {
  padding: 0;
  overflow: hidden;
}

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

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

.linkedin-feed-iframe iframe {
  width: calc(100% - 2px) !important;
  height: 500px !important;
  border: 2px solid var(--secondary-color) !important;
  border-radius: 15px !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;
}

.vcard22-main {
  max-width: 430px !important;
  margin: 0 auto !important;
  width: 100%;
}
.vcard22-main .px-30,
.vcard22-main .px-25 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.vcard22-main.main-content,
.vcard22-main .main-content {
  max-width: 430px !important;
  min-height: 100svh !important;
  margin: 0 auto !important;
  border-radius: 28px !important;
  background: linear-gradient(180deg, color-mix(in srgb, var(--green), white 4%), var(--green) 18%, var(--green) 100%) !important;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
  overflow: clip !important;
  padding-bottom: calc(104px + var(--v22-cta-bottom-offset) + env(safe-area-inset-bottom, 0px));
}
.vcard22-main .banner-section {
  padding-bottom: 14px !important;
}
.vcard22-main .banner-section .banner-img {
  position: relative;
  box-sizing: border-box;
  min-height: 340px !important;
  height: clamp(340px, 88vw, 420px) !important;
  overflow: hidden;
  background: color-mix(in srgb, var(--green), white 12%) !important;
}
.vcard22-main .banner-section .banner-img[data-cover-kind=image] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto !important;
  height: auto !important;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(15, 23, 42, 0.18) 100%), var(--v22-cover-image) center/cover no-repeat !important;
}
.vcard22-main .banner-section .banner-img[data-cover-kind=image]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.06) 0%, rgba(15, 23, 42, 0.28) 100%), var(--v22-cover-image) center/cover no-repeat;
  filter: blur(22px) saturate(1.08);
  transform: scale(1.08);
  opacity: 0.78;
}
.vcard22-main .banner-section .banner-img[data-cover-kind=image] > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  max-height: min(420px, calc(100vw - 52px));
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 12px;
  background: rgba(15, 23, 42, 0.14);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.vcard22-main .banner-section .banner-img[data-cover-kind=image] > img.object-fit-cover,
.vcard22-main .banner-section .banner-img[data-cover-kind=image] > img.object-fit-contain {
  margin: 0;
}
.vcard22-main .banner-section .banner-img[data-cover-kind=video] {
  min-height: auto !important;
  height: auto !important;
  background: transparent !important;
}
.vcard22-main .banner-section .banner-img[data-cover-kind=video] .cover-video,
.vcard22-main .banner-section .banner-img[data-cover-kind=video] video {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center center !important;
     object-position: center center !important;
  display: block;
  background: transparent !important;
}
.vcard22-main .banner-section .banner-img[data-cover-kind=youtube] {
  min-height: auto !important;
  height: auto !important;
  aspect-ratio: 16/9;
  background: color-mix(in srgb, var(--green), black 18%) !important;
}
.vcard22-main .banner-section .banner-img[data-cover-kind=youtube] .youtube-link-22 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding-top: 0 !important;
  display: block;
  overflow: hidden;
  background: transparent !important;
}
.vcard22-main .banner-section .banner-img[data-cover-kind=youtube] .youtube-link-22 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: none;
  border: 0;
}
.vcard22-main .banner-section .youtube-link-22,
.vcard22-main .banner-section iframe,
.vcard22-main .banner-section img {
  width: 100%;
  height: 100%;
}
.vcard22-main .banner-section .youtube-link-22 iframe {
  border: 0;
}
.vcard22-main .banner-section .overlay {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, calc(var(--v22-hero-overlay-opacity) * 0.45)) 100%) !important;
}
.vcard22-main .section-heading {
  text-align: var(--v22-heading-align) !important;
  margin-bottom: 14px !important;
}
.vcard22-main .section-heading h2 {
  color: var(--black, #2d2624) !important;
  font-size: clamp(1.85rem, 7vw, 2.2rem) !important;
  margin-bottom: 16px !important;
}
.vcard22-main .section-heading h2::after {
  width: var(--v22-heading-underline-width) !important;
  height: var(--v22-heading-underline-height) !important;
  top: auto !important;
  bottom: -10px !important;
  left: 0 !important;
  right: auto !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background-color: var(--primary-color) !important;
}
.vcard22-main .profile-section {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  padding-top: 14px !important;
}
.vcard22-main .profile-section .card {
  display: flex !important;
  flex-direction: column !important;
  align-items: var(--v22-hero-align-items) !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  padding: 20px !important;
  background: var(--primary-100) !important;
  border: var(--v22-card-border-width) solid var(--v22-card-border-color) !important;
  border-radius: var(--v22-card-radius) !important;
  box-shadow: var(--v22-surface-shadow) !important;
}
.vcard22-main .profile-section .card-img {
  width: 112px !important;
  height: 112px !important;
  min-width: 112px !important;
  margin: 0 !important;
  position: relative !important;
  inset: auto !important;
  border: 4px solid color-mix(in srgb, var(--primary-color), white 15%) !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16) !important;
}
.vcard22-main .profile-section .profile-details {
  width: 100%;
  margin-top: 0 !important;
  text-align: var(--v22-hero-text-align) !important;
}
.vcard22-main .profile-section .profile-name {
  width: 100%;
}
.vcard22-main .profile-section .profile-name h2 {
  color: var(--black, #2d2624) !important;
  font-size: clamp(2rem, 9vw, 2.5rem) !important;
  line-height: 1.05;
  word-break: break-word;
}
.vcard22-main .profile-section .profile-name p {
  color: color-mix(in srgb, var(--black, #2d2624) 88%, transparent) !important;
  line-height: 1.35;
  word-break: break-word;
}
.vcard22-main .profile-section .profile-desc {
  margin: 12px 0 0 !important;
  padding: 16px !important;
  border-radius: calc(var(--v22-card-radius) - 6px) !important;
  background: var(--v22-soft-surface) !important;
  border: var(--v22-card-border-width) solid var(--v22-card-border-color) !important;
  box-shadow: var(--v22-surface-shadow) !important;
  color: var(--gray-100, #9facb0) !important;
  text-align: left !important;
}
.vcard22-main .profile-section .profile-desc p:last-child {
  margin-bottom: 0;
}
.vcard22-main .profile-section .social-media-section {
  padding-top: 0 !important;
  margin-top: 14px;
}
.vcard22-main .profile-section .social-icons {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
  gap: 10px;
  width: 100%;
  padding: 14px !important;
  background: var(--primary-100) !important;
  border: var(--v22-card-border-width) solid var(--v22-card-border-color) !important;
  border-radius: calc(var(--v22-card-radius) - 4px) !important;
  box-shadow: var(--v22-surface-shadow) !important;
  justify-content: stretch !important;
  align-items: stretch !important;
}
.vcard22-main .profile-section .social-icon {
  width: 100% !important;
  min-width: 0 !important;
  height: 56px !important;
  margin: 0 !important;
  background: var(--v22-icon-bg) !important;
  border: var(--v22-icon-border-width) solid var(--light-100, #000000) !important;
  border-radius: 18px !important;
}
.vcard22-main .profile-section .social-icon a {
  width: 100%;
  height: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--light-100, #000000) !important;
  text-decoration: none !important;
  margin: 0 !important;
}
.vcard22-main .profile-section .social-icon i,
.vcard22-main .profile-section .social-icon svg,
.vcard22-main .profile-section .social-icon img {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  flex-shrink: 0;
}
.vcard22-main .contact-section,
.vcard22-main .our-services-section,
.vcard22-main .appointment-section,
.vcard22-main .gallery-section,
.vcard22-main .product-section,
.vcard22-main .products-section,
.vcard22-main .testimonial-section,
.vcard22-main .blog-section,
.vcard22-main .business-hour-section,
.vcard22-main .qr-code-section,
.vcard22-main .contact-us-section,
.vcard22-main .create-vcard-section,
.vcard22-main .map-section {
  margin-bottom: max(16px, calc(var(--v22-section-gap) - 4px)) !important;
}
.vcard22-main .our-services-section,
.vcard22-main .appointment-section,
.vcard22-main .gallery-section,
.vcard22-main .product-section,
.vcard22-main .testimonial-section,
.vcard22-main .blog-section,
.vcard22-main .iframe-section {
  position: relative;
  isolation: isolate;
}
.vcard22-main .row > [class*=col-sm-6],
.vcard22-main .row > [class*=col-md-6],
.vcard22-main .row > [class*=col-lg-6] {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.vcard22-main .contact-box,
.vcard22-main .appointment,
.vcard22-main .service-card,
.vcard22-main .product-card,
.vcard22-main .testimonial-card,
.vcard22-main .blog-card,
.vcard22-main .business-hour,
.vcard22-main .qr-code,
.vcard22-main .contact-form,
.vcard22-main .vcard-link-card,
.vcard22-main .map-section,
.vcard22-main .iframe-card {
  background: var(--primary-100) !important;
  border: var(--v22-card-border-width) solid var(--v22-card-border-color) !important;
  border-radius: var(--v22-card-radius) !important;
  box-shadow: var(--v22-surface-shadow) !important;
}
.vcard22-main .contact-box,
.vcard22-main .business-hour {
  min-height: auto !important;
  padding: 14px 16px !important;
}
.vcard22-main .map-section {
  padding: 16px 16px 0 !important;
  background: var(--primary-100) !important;
}
.vcard22-main .map-section .map-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 16px;
}
.vcard22-main .map-section .map-meta-copy {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1 1 auto;
}
.vcard22-main .map-section .map-pin-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--v22-icon-bg) !important;
  border: var(--v22-icon-border-width) solid var(--light-100, #000000) !important;
  color: var(--light-100, #000000) !important;
  font-size: 18px;
}
.vcard22-main .map-section .map-meta-text {
  min-width: 0;
}
.vcard22-main .map-section .map-label {
  display: block;
  color: var(--gray-100, #9facb0) !important;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.vcard22-main .map-section .map-address {
  color: var(--black, #2d2624) !important;
  font-size: 1rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.vcard22-main .map-section .map-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}
.vcard22-main .map-section .map-action-btn,
.vcard22-main .map-section .map-secondary-btn {
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.vcard22-main .map-section .map-action-btn {
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--v22-button-text-color) !important;
}
.vcard22-main .map-section .map-secondary-btn {
  background: var(--v22-soft-surface) !important;
  border: 1px solid var(--v22-card-border-color) !important;
  color: var(--black, #2d2624) !important;
}
.vcard22-main .map-section .map-canvas {
  margin: 0 -16px -1px;
  overflow: hidden;
  border-radius: 22px 22px calc(var(--v22-card-radius) - 1px) calc(var(--v22-card-radius) - 1px);
  background: var(--v22-soft-surface) !important;
  border-top: 1px solid var(--v22-card-border-color) !important;
}
.vcard22-main .map-section iframe,
.vcard22-main .map-section .embed-responsive {
  display: block;
  width: 100%;
  min-height: 230px;
  background: var(--v22-soft-surface) !important;
  border: 0 !important;
  box-shadow: none !important;
}
.vcard22-main .map-section .embed-responsive iframe {
  width: 100% !important;
  min-height: 230px !important;
  border: 0 !important;
}
.vcard22-main .contact-section .contact-box,
.vcard22-main .business-hour-card .business-hour {
  margin-top: 0 !important;
}
.vcard22-main .contact-section .row,
.vcard22-main .business-hour-card.row,
.vcard22-main .contact-us-section .contact-form form .row {
  --bs-gutter-y: 10px;
  row-gap: 10px;
}
.vcard22-main .contact-section .row > [class*=col-],
.vcard22-main .business-hour-card.row > [class*=col-],
.vcard22-main .contact-us-section .contact-form form .row > [class*=col-] {
  margin-bottom: 0 !important;
}
.vcard22-main .contact-box {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center !important;
  gap: 10px;
  padding: 14px !important;
}
.vcard22-main .contact-box .contact-icon {
  position: static !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
  background: var(--v22-icon-bg) !important;
  border: var(--v22-icon-border-width) solid var(--light-100, #000000) !important;
  box-shadow: none !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
}
.vcard22-main .contact-box .contact-icon i,
.vcard22-main .contact-box .contact-icon svg,
.vcard22-main .contact-box .contact-icon img {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
}
.vcard22-main .contact-box .contact-desc {
  min-width: 0;
  width: 100%;
  padding: 0 !important;
}
.vcard22-main .contact-box .contact-desc,
.vcard22-main .contact-box .contact-desc a,
.vcard22-main .contact-box .contact-desc p {
  color: var(--black, #2d2624) !important;
  overflow-wrap: anywhere;
  word-break: normal;
  margin-bottom: 0 !important;
  font-size: 0.95rem;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .vcard22-main .map-section .map-meta {
    flex-direction: column;
    align-items: stretch;
  }
  .vcard22-main .map-section .map-actions {
    justify-content: stretch;
  }
  .vcard22-main .map-section .map-action-btn,
.vcard22-main .map-section .map-secondary-btn {
    flex: 1 1 0;
  }
}
.vcard22-main .service-card,
.vcard22-main .product-card,
.vcard22-main .blog-card,
.vcard22-main .testimonial-card {
  padding: 14px !important;
  overflow: hidden;
}
.vcard22-main .service-card .card-title,
.vcard22-main .service-card .title-text {
  color: var(--black, #2d2624) !important;
}
.vcard22-main .service-card .card-body,
.vcard22-main .service-card .description-text,
.vcard22-main .service-card .card-text {
  color: var(--gray-100, #9facb0) !important;
}
.vcard22-main .product-card .card-body,
.vcard22-main .blog-card .card-body {
  background: transparent !important;
  padding-top: 14px !important;
}
.vcard22-main .product-card .product-head,
.vcard22-main .product-card .product-desc,
.vcard22-main .product-card .product-desc p {
  color: var(--black, #2d2624) !important;
}
.vcard22-main .blog-card .card-img {
  height: 220px !important;
  border-radius: calc(var(--v22-card-radius) - 6px) !important;
  overflow: hidden;
  margin-bottom: 14px !important;
}
.vcard22-main .blog-card .blog-title {
  color: var(--black, #2d2624) !important;
  font-size: 1.1rem !important;
  line-height: 1.4;
  margin-bottom: 10px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.vcard22-main .blog-card .blog-desc,
.vcard22-main .blog-card .blog-desc * {
  color: var(--gray-100, #9facb0) !important;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.vcard22-main .testimonial-card .desc,
.vcard22-main .testimonial-card .profile-desc,
.vcard22-main .testimonial-card .profile-desc h3 {
  color: var(--black, #2d2624) !important;
}
.vcard22-main .appointment {
  padding: 18px 16px !important;
}
.vcard22-main .appointment .appoint-date,
.vcard22-main .appointment .appoint-hour {
  color: var(--black, #2d2624) !important;
}
.vcard22-main .appointment .appoint-input,
.vcard22-main .appointment .appointment-input {
  background: var(--v22-field-bg) !important;
  border: 1px solid var(--v22-card-border-color) !important;
  color: var(--black, #2d2624) !important;
  min-height: 56px !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}
.vcard22-main .appointment .position-relative::after {
  color: var(--gray-100, #9facb0) !important;
}
.vcard22-main .appointment #slotData {
  margin-top: 12px !important;
  row-gap: 10px;
}
.vcard22-main .appointment .time-slot {
  width: 100%;
  min-height: 48px;
  border-radius: 16px !important;
  border: 1px solid var(--v22-card-border-color) !important;
  background: var(--v22-field-bg) !important;
  color: var(--black, #2d2624) !important;
}
.vcard22-main .appointment .appointmentAdd,
.vcard22-main .appointment #appointment-btn {
  width: 100% !important;
  min-height: 52px;
  margin-top: 14px !important;
}
.vcard22-main .contact-form {
  padding: 18px 16px !important;
  background: var(--v22-soft-surface) !important;
  border: var(--v22-card-border-width) solid var(--v22-card-border-color) !important;
  border-radius: calc(var(--v22-card-radius) + 4px) !important;
  box-shadow: var(--v22-surface-shadow) !important;
}
.vcard22-main .contact-form .form-control {
  background: var(--v22-field-bg) !important;
  border: 1px solid var(--v22-card-border-color) !important;
  color: var(--v22-text-color) !important;
  min-height: 56px;
  border-radius: 18px !important;
  box-shadow: none !important;
  -webkit-text-fill-color: var(--v22-text-color) !important;
  caret-color: var(--v22-text-color) !important;
  margin-bottom: 0 !important;
}
.vcard22-main .contact-form .form-control::-moz-placeholder {
  color: var(--v22-muted-text-color) !important;
  opacity: 1;
}
.vcard22-main .contact-form .form-control::placeholder {
  color: var(--v22-muted-text-color) !important;
  opacity: 1;
}
.vcard22-main .contact-form .form-control:focus {
  color: var(--v22-text-color) !important;
  -webkit-text-fill-color: var(--v22-text-color) !important;
}
.vcard22-main .contact-form .form-control:-webkit-autofill, .vcard22-main .contact-form .form-control:-webkit-autofill:hover, .vcard22-main .contact-form .form-control:-webkit-autofill:focus, .vcard22-main .contact-form .form-control:-webkit-autofill:active {
  -webkit-text-fill-color: var(--v22-text-color) !important;
  caret-color: var(--v22-text-color) !important;
  box-shadow: 0 0 0 1000px var(--v22-field-bg) inset !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}
.vcard22-main .contact-form textarea.form-control {
  min-height: 128px !important;
  resize: vertical;
}
.vcard22-main .contact-form .row {
  row-gap: 10px;
}
.vcard22-main .contact-form .alert {
  width: 100%;
  margin-bottom: 4px !important;
  border-radius: 16px !important;
}
.vcard22-main .contact-form .form-check-label,
.vcard22-main .contact-form .form-check-label span {
  color: var(--gray-100, #9facb0) !important;
  line-height: 1.5;
}
.vcard22-main .contact-form .link-info {
  color: var(--primary-color) !important;
  font-weight: 600;
}
.vcard22-main .contact-form .send-btn,
.vcard22-main .contact-form .contact-btn {
  width: 100% !important;
  min-height: 54px;
  margin-top: 4px !important;
}
.vcard22-main .contact-form .wrapper-file-input {
  margin-top: 2px;
}
.vcard22-main .contact-form .input-box {
  min-height: 58px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px dashed var(--v22-card-border-color) !important;
  background: var(--v22-soft-surface) !important;
  color: var(--black, #2d2624) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.vcard22-main .contact-form .input-box h4,
.vcard22-main .contact-form .wrapper-file-input small,
.vcard22-main .contact-form .selected-files h5,
.vcard22-main .contact-form .file-list li,
.vcard22-main .contact-form .text-light {
  color: var(--gray-100, #9facb0) !important;
}
.vcard22-main .contact-form .selected-files {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--v22-soft-surface) !important;
  border: 1px solid var(--v22-card-border-color) !important;
}
.vcard22-main .contact-form .terms-condition {
  margin-top: 2px;
}
.vcard22-main .gallery-slider,
.vcard22-main .product-slider,
.vcard22-main .blog-slider,
.vcard22-main .testimonial-slider,
.vcard22-main .iframe-slider,
.vcard22-main .services-slider-view {
  padding: 0 16px;
}
.vcard22-main .gallery-slider .slick-slide,
.vcard22-main .product-slider .slick-slide,
.vcard22-main .blog-slider .slick-slide,
.vcard22-main .testimonial-slider .slick-slide,
.vcard22-main .iframe-slider .slick-slide,
.vcard22-main .services-slider-view .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
.vcard22-main .product-slider,
.vcard22-main .blog-slider,
.vcard22-main .testimonial-slider,
.vcard22-main .iframe-slider,
.vcard22-main .services-slider-view {
  padding: 0 10px 12px;
  position: relative;
  z-index: 1;
}
.vcard22-main .product-slider .slick-list,
.vcard22-main .blog-slider .slick-list,
.vcard22-main .testimonial-slider .slick-list,
.vcard22-main .iframe-slider .slick-list,
.vcard22-main .services-slider-view .slick-list {
  overflow: visible;
  padding-bottom: 2px;
}
.vcard22-main .product-slider .slick-track,
.vcard22-main .blog-slider .slick-track,
.vcard22-main .testimonial-slider .slick-track,
.vcard22-main .iframe-slider .slick-track,
.vcard22-main .services-slider-view .slick-track {
  display: flex;
  align-items: stretch;
}
.vcard22-main .product-slider .slick-slide,
.vcard22-main .blog-slider .slick-slide,
.vcard22-main .testimonial-slider .slick-slide,
.vcard22-main .iframe-slider .slick-slide,
.vcard22-main .services-slider-view .slick-slide {
  padding: 0 6px;
  height: inherit !important;
}
.vcard22-main .product-slider .slick-slide > div,
.vcard22-main .blog-slider .slick-slide > div,
.vcard22-main .testimonial-slider .slick-slide > div,
.vcard22-main .iframe-slider .slick-slide > div,
.vcard22-main .services-slider-view .slick-slide > div {
  height: 100%;
}
.vcard22-main .services-slider-view .slick-slide > div,
.vcard22-main .product-slider .slick-slide > div,
.vcard22-main .testimonial-slider .slick-slide > div,
.vcard22-main .blog-slider .slick-slide > div,
.vcard22-main .iframe-slider .slick-slide > div {
  padding-bottom: 2px;
}
.vcard22-main .gallery-slider {
  padding: 0 14px;
}
.vcard22-main .gallery-slider .slick-list {
  overflow: visible;
}
.vcard22-main .gallery-slider .slick-dots {
  bottom: -28px !important;
}
.vcard22-main .gallery-slider .gallery-img {
  border-radius: var(--v22-card-radius) !important;
  border: var(--v22-card-border-width) solid var(--v22-card-border-color) !important;
  overflow: hidden;
  box-shadow: var(--v22-surface-shadow) !important;
  background: var(--v22-soft-surface) !important;
  min-height: 430px;
}
.vcard22-main .gallery-slider .gallery-img > a,
.vcard22-main .gallery-slider .gallery-img > video,
.vcard22-main .gallery-slider .gallery-img > iframe,
.vcard22-main .gallery-slider .gallery-img .audio-container,
.vcard22-main .gallery-slider .gallery-img .gallery-item {
  display: block;
  width: 100%;
  min-height: 430px;
}
.vcard22-main .gallery-slider .gallery-img img,
.vcard22-main .gallery-slider .gallery-img video,
.vcard22-main .gallery-slider .gallery-img iframe {
  width: 100%;
  height: 430px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard22-main .gallery-slider .expand-icon {
  width: 46px !important;
  height: 46px !important;
  top: 14px !important;
  right: 14px !important;
  background: rgba(15, 23, 42, 0.72) !important;
  color: var(--white, #ffffff) !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.vcard22-main .gallery-slider .audio-container {
  padding: 20px 14px;
}
.vcard22-main .business-hour {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start !important;
  -moz-column-gap: 14px;
       column-gap: 14px;
  row-gap: 6px;
}
.vcard22-main .business-hour .time-icons {
  grid-column: 1;
  grid-row: 1/span 2;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--v22-icon-bg) !important;
  border: var(--v22-icon-border-width) solid var(--light-100, #000000) !important;
  color: var(--light-100, #000000) !important;
}
.vcard22-main .business-hour span {
  grid-column: 2;
  color: var(--black, #2d2624) !important;
  line-height: 1.5;
  display: block;
  word-break: break-word;
}
.vcard22-main .business-hour span:first-of-type {
  align-self: end;
  font-weight: 700;
}
.vcard22-main .business-hour span:last-of-type {
  align-self: start;
  color: var(--gray-100, #9facb0) !important;
}
.vcard22-main .business-hour.is-today {
  border-color: color-mix(in srgb, var(--primary-color) 44%, transparent) !important;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08), 0 0 0 2px rgba(244, 197, 66, 0.12) !important;
}
.vcard22-main .qr-code-section .qr-code {
  padding: 18px !important;
  background: var(--v22-soft-surface) !important;
  border: var(--v22-card-border-width) solid var(--v22-card-border-color) !important;
  box-shadow: var(--v22-surface-shadow) !important;
  border-radius: calc(var(--v22-card-radius) + 6px) !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vcard22-main .qr-code-section .qr-widget-header {
  display: flex;
  align-items: center;
  gap: 14px;
}
.vcard22-main .qr-code-section .qr-widget-header.no-avatar {
  justify-content: center;
  text-align: center;
}
.vcard22-main .qr-code-section .qr-profile-img {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  border-radius: 50% !important;
  overflow: hidden;
  border: 3px solid color-mix(in srgb, var(--primary-color) 50%, transparent) !important;
  background: var(--v22-muted-surface) !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
  margin-bottom: 0;
}
.vcard22-main .qr-code-section .qr-widget-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.vcard22-main .qr-code-section .qr-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-100) !important;
  font-weight: 700;
}
.vcard22-main .qr-code-section .qr-person-name {
  font-size: 1.08rem;
  line-height: 1.25;
  color: var(--black) !important;
  font-weight: 700;
  word-break: break-word;
}
.vcard22-main .qr-code-section .qr-person-company {
  font-size: 0.92rem;
  line-height: 1.4;
  color: var(--gray-100) !important;
  word-break: break-word;
}
.vcard22-main .qr-code-section .qr-stage {
  position: relative;
  padding: 16px;
  border-radius: calc(var(--v22-card-radius) + 2px);
  background: linear-gradient(180deg, color-mix(in srgb, var(--primary-color) 6%, transparent), transparent), var(--v22-support-surface);
  border: 1px solid color-mix(in srgb, var(--v22-card-border-color) 88%, transparent);
  display: flex;
  justify-content: center;
  align-items: center;
}
.vcard22-main .qr-code-section .qr-code-img {
  width: min(100%, 240px) !important;
  min-width: 0 !important;
  aspect-ratio: 1/1;
  padding: 16px !important;
  background: #ffffff !important;
  border-radius: 26px !important;
  border: 1px solid color-mix(in srgb, var(--v22-card-border-color) 88%, transparent) !important;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vcard22-main .qr-code-section .qr-code-img svg,
.vcard22-main .qr-code-section .qr-code-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.vcard22-main .qr-code-section .qr-code-img[data-qr-style=round],
.vcard22-main .qr-code-section .qr-code-img[data-qr-style=dot] {
  border-radius: 28px !important;
}
.vcard22-main .qr-code-section .qr-avatar-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  border-width: 4px !important;
  background: #ffffff !important;
}
.vcard22-main .qr-code-section .qr-helper-text {
  text-align: center;
  color: var(--gray-100) !important;
  font-size: 0.92rem;
  line-height: 1.5;
}
.vcard22-main .qr-code-section .qr-widget-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.vcard22-main .qr-code-section .qr-widget-btn {
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 18px;
  background: var(--primary-color) !important;
  color: var(--v22-button-text-color) !important;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}
.vcard22-main .qr-code-section .qr-widget-btn:hover, .vcard22-main .qr-code-section .qr-widget-btn:focus {
  color: var(--v22-button-text-color) !important;
  transform: translateY(-1px);
}
.vcard22-main .qr-code-section .qr-widget-btn-secondary {
  background: #ffffff !important;
  color: var(--black) !important;
  border-color: color-mix(in srgb, var(--v22-card-border-color) 88%, transparent) !important;
  box-shadow: none;
}
@media (max-width: 379px) {
  .vcard22-main .qr-code-section .qr-widget-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}
.vcard22-main .map-section,
.vcard22-main .iframe-card {
  overflow: hidden;
}
.vcard22-main .iframe-card .overlay,
.vcard22-main .iframe-card iframe {
  background: var(--v22-soft-surface) !important;
}
.vcard22-main .create-vcard-section .vcard-link-card,
.vcard22-main .support-banner,
.vcard22-main .pwa-support {
  background: var(--v22-support-surface) !important;
  border: var(--v22-card-border-width) solid var(--v22-card-border-color) !important;
  box-shadow: var(--v22-surface-shadow) !important;
}
.vcard22-main .create-vcard-section .link-text,
.vcard22-main .support-banner .support_heading,
.vcard22-main .support-banner .support_text,
.vcard22-main .pwa-support .pwa-heading,
.vcard22-main .pwa-support .pwa-text {
  color: var(--black, #2d2624) !important;
}
.vcard22-main .add-to-contact-section {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: calc(var(--v22-cta-bottom-offset) + env(safe-area-inset-bottom, 0px)) !important;
  width: min(calc(100vw - 32px), var(--v22-cta-max-width)) !important;
  max-width: min(calc(100vw - 32px), 398px) !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%);
  z-index: 30 !important;
}
.vcard22-main .add-to-contact-section .text-center {
  width: 100%;
}
.vcard22-main .add-to-contact-section .add-contact-btn,
.vcard22-main .add-to-contact-section #dynamic-btn {
  width: 100% !important;
  min-height: 52px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 13px 20px !important;
  border-radius: 999px !important;
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.24) !important;
  color: var(--v22-button-text-color) !important;
}
.vcard22-main .made-by-section {
  padding: 0 20px 20px;
}
.vcard22-main .contact-btn,
.vcard22-main #send-btn,
.vcard22-main .appointmentAdd,
.vcard22-main #appointment-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 13px 20px !important;
  border-radius: 999px !important;
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.24) !important;
  color: var(--v22-button-text-color) !important;
}
.vcard22-main .appointment .time-slot,
.vcard22-main .language .lang-head,
.vcard22-main .support-banner .act-now {
  color: var(--v22-button-text-color) !important;
}
.vcard22-main .appointment .row,
.vcard22-main .contact-form .row {
  row-gap: 8px;
}
.vcard22-main .contact-form .terms-condition {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 1px solid var(--v22-card-border-color) !important;
}
.vcard22-main .product-card,
.vcard22-main .blog-card,
.vcard22-main .testimonial-card,
.vcard22-main .service-card,
.vcard22-main .iframe-card {
  height: 100%;
}
.vcard22-main .product-card .product-img {
  height: 220px !important;
  border-radius: calc(var(--v22-card-radius) - 6px) !important;
  overflow: hidden;
  background: var(--v22-soft-surface) !important;
}
.vcard22-main .iframe-card {
  overflow: hidden;
}
.vcard22-main .iframe-card iframe {
  min-height: 360px !important;
}

@media (max-width: 430px) {
  .vcard22-main {
    max-width: 100% !important;
  }
  .vcard22-main.main-content,
.vcard22-main .main-content {
    border-radius: 0 !important;
    box-shadow: none;
  }
}
.vcard22-contact-modal .modal-dialog {
  max-width: min(100vw - 24px, 420px);
}
.vcard22-contact-modal .modal-content {
  background: linear-gradient(180deg, color-mix(in srgb, var(--primary-color) 10%, #ffffff), #ffffff 28%);
  border: var(--v22-card-border-width) solid var(--v22-card-border-color) !important;
  border-radius: calc(var(--v22-card-radius) + 8px) !important;
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.24);
  overflow: hidden;
}
.vcard22-contact-modal .modal-header,
.vcard22-contact-modal .modal-body,
.vcard22-contact-modal .modal-footer {
  padding-left: 18px;
  padding-right: 18px;
}
.vcard22-contact-modal .modal-header {
  padding-top: 18px;
  padding-bottom: 10px;
  border-bottom: 0;
  gap: 6px;
}
.vcard22-contact-modal .modal-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary-color) 14%, #ffffff);
  color: var(--v22-text-color);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.vcard22-contact-modal .modal-title {
  margin: 0;
  color: var(--v22-text-color);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.vcard22-contact-modal .text-muted {
  color: var(--v22-muted-text-color) !important;
  line-height: 1.55;
}
.vcard22-contact-modal .btn-close {
  opacity: 1;
  border-radius: 50%;
  box-shadow: none;
}
.vcard22-contact-modal .modal-body {
  padding-top: 4px;
  padding-bottom: 8px;
}
.vcard22-contact-modal #askContactDetailForm .mb-3 {
  margin-bottom: 12px !important;
}
.vcard22-contact-modal #askContactDetailForm .form-label {
  margin-bottom: 6px;
  color: var(--v22-text-color);
  font-size: 0.9rem;
  font-weight: 600;
}
.vcard22-contact-modal #askContactDetailForm .form-control {
  min-height: 54px;
  border-radius: 18px !important;
  border: 1px solid var(--v22-card-border-color) !important;
  background: var(--v22-soft-surface) !important;
  color: var(--v22-text-color) !important;
  box-shadow: none !important;
  padding: 0 16px;
  -webkit-text-fill-color: var(--v22-text-color) !important;
  caret-color: var(--v22-text-color) !important;
}
.vcard22-contact-modal #askContactDetailForm .form-control::-moz-placeholder {
  color: var(--v22-muted-text-color) !important;
  opacity: 1;
}
.vcard22-contact-modal #askContactDetailForm .form-control::placeholder {
  color: var(--v22-muted-text-color) !important;
  opacity: 1;
}
.vcard22-contact-modal #askContactDetailForm .form-control:focus {
  border-color: color-mix(in srgb, var(--primary-color) 40%, var(--v22-card-border-color)) !important;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-color) 14%, transparent) !important;
}
.vcard22-contact-modal #askContactDetailForm .form-control:-webkit-autofill, .vcard22-contact-modal #askContactDetailForm .form-control:-webkit-autofill:hover, .vcard22-contact-modal #askContactDetailForm .form-control:-webkit-autofill:focus, .vcard22-contact-modal #askContactDetailForm .form-control:-webkit-autofill:active {
  -webkit-text-fill-color: var(--v22-text-color) !important;
  caret-color: var(--v22-text-color) !important;
  box-shadow: 0 0 0 1000px var(--v22-soft-surface) inset !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}
.vcard22-contact-modal #askContactDetailForm .iti {
  width: 100%;
}
.vcard22-contact-modal #askContactDetailForm .vcard22-contact-modal .iti__flag {
  background-image: url("/assets/img/flags.png") !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .vcard22-contact-modal #askContactDetailForm .vcard22-contact-modal .iti__flag {
    background-image: url("/assets/img/flags@2x.png") !important;
  }
}
.vcard22-contact-modal #askContactDetailForm .iti__selected-dial-code,
.vcard22-contact-modal #askContactDetailForm .iti__country-name,
.vcard22-contact-modal #askContactDetailForm .iti__dial-code {
  color: var(--v22-text-color);
}
.vcard22-contact-modal #askContactDetailForm #valid-msg,
.vcard22-contact-modal #askContactDetailForm #error-msg {
  font-size: 0.8rem;
}
.vcard22-contact-modal .modal-footer {
  padding-top: 6px;
  padding-bottom: 18px;
  border-top: 0;
  display: flex;
  gap: 10px;
}
.vcard22-contact-modal .submit-btn,
.vcard22-contact-modal .btn-secondary {
  flex: 1 1 0;
  min-height: 50px;
  margin: 0 !important;
  border-radius: 999px !important;
  font-weight: 700;
}
.vcard22-contact-modal .submit-btn {
  background: var(--primary-color) !important;
  border-color: transparent !important;
  color: var(--v22-button-text-color) !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
}
.vcard22-contact-modal .btn-secondary {
  background: var(--v22-soft-surface) !important;
  border: 1px solid var(--v22-card-border-color) !important;
  color: var(--v22-text-color) !important;
  box-shadow: none !important;
}
