.text-gray {
  color: #5e5e5e !important;
}

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

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

.text-dark {
  color: #161611 !important;
}

body {
  font-family: "Poppins";
  font-weight: 400 !important;
  background: #E3E9E8 !important;
}

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

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

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

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

.section-heading {
  margin-bottom: 35px;
  position: relative;
  text-align: center;
}
.section-heading h4 {
  text-transform: uppercase;
  font-size: 32px !important;
  font-weight: 800;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1.5px #517871;
  display: inline-block;
  position: relative;
}
.section-heading h4::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
  background-color: #517871;
}

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

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

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

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

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

.main-content {
  position: relative !important;
  max-width: 670px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  z-index: 2 !important;
  min-height: 100vh !important;
  background-color: #ffffff !important;
  border-radius: 15px !important;
}

.banner-section .banner-img {
  width: 100%;
  max-width: 100%;
  height: 320px;
  overflow: hidden;
  z-index: 2;
}

.profile-section .banner-bg {
  position: absolute;
  top: -35px;
  right: -19px;
  z-index: 1;
}
@media (max-width: 575px) {
  .profile-section .banner-bg {
    right: 5px;
    top: 0;
  }
}
.profile-section .banner-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .profile-section .banner-bg img {
    width: 70%;
  }
}
@media (max-width: 490px) {
  .profile-section .banner-bg img {
    width: 50%;
  }
}
.profile-section .card {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid #517871;
  border-radius: 0;
  padding: 0;
}
.profile-section .card .card-img {
  width: 150px;
  height: 150px;
  min-width: 150px;
  overflow: hidden;
  border-radius: 50% 50% 0 0;
  border: 3px solid #517871;
}
@media (max-width: 575px) {
  .profile-section .card .card-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}

.social-media-section {
  position: relative;
}
.social-media-section .social-icon a {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px 30px 0px 0px;
  background-color: #eff2f2;
  transition: all 0.3s ease-in-out;
  color: #517871;
  border: 1px solid #dfe5e5;
  border-bottom: 4px solid #517871;
}
.social-media-section .social-icon a:hover {
  border: 1px solid #517871;
  border-bottom: 4px solid #517871;
}
.social-media-section .social-icon a svg,
.social-media-section .social-icon a img {
  height: 24px;
  fill: #517871 !important;
  margin-top: 4px;
}

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

.contact-section {
  position: relative;
}
.contact-section .contact-box {
  margin-top: 25px;
  justify-content: center;
  position: relative;
  padding: 30px 16px 14px 16px;
  border-radius: 40px;
  background-color: #eff2f2;
  border: 1px solid #d6dfde;
  height: -moz-available;
  height: -webkit-fill-available;
  height: stretch;
}
.contact-section .contact-box .contact-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 30px 30px 0px 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: 0 auto;
  border: 1px solid #517871;
  border-bottom: 4px solid #517871;
}
.contact-section .contact-box .contact-icon svg,
.contact-section .contact-box .contact-icon img {
  margin-top: 4px;
}
.contact-section .contact-box a {
  font-size: 14px !important;
}
.contact-section .contact-box .contact-desc {
  word-break: break-all !important;
  font-size: 14px;
}

.our-services-section {
  position: relative;
}
.our-services-section .services-slider-view .card-body .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 18px;
  min-height: 44px;
  word-break: break-all;
}
.our-services-section .services-slider-view .card-body .description-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  font-size: 14px;
  min-height: 63px;
}
.our-services-section .services .service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #eff2f2;
  border-radius: 150px 150px 10px 10px;
  border: 1px solid #9aafad;
  border-bottom: 3px solid #9aafad;
  max-width: 295px;
  margin: 0 auto;
}
.our-services-section .services .service-card .card-title {
  font-size: 18px;
}
.our-services-section .services .service-card .description-text {
  font-size: 14px;
}
.our-services-section .services .service-card .card-img {
  width: 100%;
  height: 220px;
  min-width: 100%;
  border-radius: 150px 150px 0px 0px;
  border-bottom: 1px solid #517871;
  overflow: hidden;
}
.our-services-section .services .service-card .card-img a {
  width: 100%;
  height: 100%;
  display: block;
}
.our-services-section .services .services-slider-view .service-card .card-body {
  min-height: 193px;
}

.appointment-section {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/appointment-bg-vcard32.png?3ea9bd8b788f4076d1f591501234a83d);
  background-attachment: fixed;
  padding: 40px 0px;
}
@media (max-width: 575px) {
  .appointment-section {
    background-size: cover;
  }
}
.appointment-section .section-heading .main-text {
  -webkit-text-stroke: 1.5px #5e5e5e !important;
}
.appointment-section .appointment {
  padding: 0px 30px;
}
.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  background-color: white;
  border: 2px solid #517871;
  color: #517871;
  border-radius: 10px;
}
.appointment-section .appointment .appointment-input:focus {
  box-shadow: none;
  outline: none;
}
.appointment-section .appointment .appointment-input::-moz-placeholder {
  color: #5e5e5e;
}
.appointment-section .appointment .appointment-input::placeholder {
  color: #5e5e5e;
}
.appointment-section .appointment .calendar-icon {
  position: absolute;
  right: 18px;
  top: 11px;
}
.appointment-section .appointment .time-slot {
  margin-top: 20px !important;
  padding: 10px 6px;
  font-size: 14px !important;
  border-radius: 10px;
  color: #517871 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: white;
  cursor: pointer;
  border: 1px solid #517871;
  transition: all 0.3s ease-in-out;
}
.appointment-section .appointment .time-slot:hover, .appointment-section .appointment .time-slot.activeSlot {
  background-color: #517871;
  color: white !important;
}
.appointment-section .appointment .hour-input {
  height: 50px;
  padding: 10px;
  background-color: #dde2d1;
  border-radius: 10px;
}

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

.product-section {
  position: relative;
  z-index: 2;
}
.product-section .product-slider .slick-slide {
  padding: 0 10px;
}
.product-section .product-slider .product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 295px;
  margin: 0 auto;
  background: #eff2f2;
  border-radius: 150px 150px 10px 10px;
  border: 1px solid #9aafad;
  border-bottom: 3px solid #9aafad;
}
.product-section .product-slider .product-card .product-img {
  width: 100%;
  height: 220px;
  min-width: 100%;
  border-radius: 150px 150px 0px 0px;
  border-bottom: 1px solid #517871;
  overflow: hidden;
}
.product-section .product-slider .product-card .card-body {
  border-radius: 0 0 10px 10px;
  min-height: 126px;
}
@media (max-width: 425px) {
  .product-section .product-slider .product-card .card-body {
    min-height: 159px;
  }
}
.product-section .product-slider .product-card .card-body .product-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 18px;
  min-height: 44px;
  overflow: hidden;
}
.product-section .product-slider .product-card .card-body .product-amount {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 22px;
  overflow: hidden;
  padding-right: 4px;
}
.product-section .product-slider .product-card .card-body .product-info {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 425px) {
  .product-section .product-slider .product-card .card-body .product-info {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.product-section .product-slider .product-card .card-body .product-info > a {
  overflow: hidden;
}

.whatsapp-store-product-section {
  position: relative;
  z-index: 2;
}
.whatsapp-store-product-section .whatsapp-store-slider .slick-slide {
  padding: 0 10px;
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 295px;
  margin: 0 auto;
  background: #eff2f2;
  border-radius: 150px 150px 10px 10px;
  border: 1px solid #9aafad;
  border-bottom: 3px solid #9aafad;
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-img {
  width: 100%;
  height: 220px;
  min-width: 100%;
  border-radius: 150px 150px 0px 0px;
  border-bottom: 1px solid #517871;
  overflow: hidden;
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-content {
  border-radius: 0 0 10px 10px;
  min-height: 126px;
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-content .whatsapp-store-name {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 18px;
  min-height: 44px;
  overflow: hidden;
}

.testimonial-section {
  position: relative;
}
.testimonial-section .testimonial-slider .slick-slide {
  padding: 0 10px;
}
.testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  border: none;
  margin: 0 auto;
  background-color: #eff2f2;
  border: 2px solid #517871;
  padding: 20px;
  border-radius: 10px;
  min-height: 244px;
}
.testimonial-section .testimonial-slider .testimonial-card .quote-img {
  height: 50px;
  position: absolute;
  top: 80px;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-profile-img {
  width: 75px;
  height: 75px;
  min-width: 75px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  outline: 4px solid #517871;
  overflow: hidden;
}
.testimonial-section .testimonial-slider .testimonial-card h5 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 18px;
  overflow: hidden;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 84px;
}
.testimonial-section .testimonial-slider .prev-arrow {
  right: 40px;
  bottom: 5px;
}
.testimonial-section .testimonial-slider .next-arrow {
  right: 0;
  bottom: 5px;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .slick-dots {
    margin-left: -20px;
  }
}
@media (max-width: 490px) {
  .testimonial-section .testimonial-slider .slick-dots {
    margin-left: -20px;
  }
}

.blog-section {
  position: relative;
  z-index: 2;
}
.blog-section .blog-slider {
  position: relative;
}
.blog-section .blog-slider::after {
  position: absolute;
  content: "";
  width: calc(100% - 100px);
  height: 75%;
  background-color: #517871;
  border-radius: 0 15px 15px 0;
  top: 0;
  left: -20px;
  z-index: -1;
}
.blog-section .blog-slider .slick-slide {
  padding: 0 10px 1px 10px;
}
.blog-section .blog-slider .blog-card {
  border-radius: 15px;
  background-color: #eff2f2;
  border: 1px solid #517871;
  position: relative;
}
.blog-section .blog-slider .blog-card .card-img {
  border-radius: 15px 15px 0 0;
  position: relative;
  overflow: hidden;
  height: 280px;
  width: 100%;
}
.blog-section .blog-slider .blog-card .card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog-slider .blog-card .card-body {
  min-height: 146px;
}
.blog-section .blog-slider .blog-card .card-body .blog-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
  line-height: 1.2;
  font-size: 18px;
}
.blog-section .blog-slider .blog-card .card-body .blog-desc {
  margin-bottom: 0 !important;
  display: -webkit-box;
  color: #5e5e5e !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 33px;
  line-height: 1.2;
  font-size: 14px;
}

.business-hour-section {
  position: relative;
  z-index: 2;
}
.business-hour-section .business-hour-card .business-hour {
  margin-top: 25px;
  justify-content: center;
  position: relative;
  padding: 30px 10px 5px 10px;
  border-radius: 40px;
  background-color: #eff2f2;
  border: 1px solid #d6dfde;
}
.business-hour-section .business-hour-card .business-hour .time-icons {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 30px 30px 0px 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: 0 auto;
  border: 1px solid #517871;
  border-bottom: 4px solid #517871;
}
.business-hour-section .business-hour-card .business-hour span {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 500;
}

.qr-code-section {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/vcard32-qr-bg-img.png?e76aae5cd69cb32191214d9d50de4a41);
  background-attachment: fixed;
  padding: 40px 0px;
}
.qr-code-section .section-heading .main-text {
  -webkit-text-stroke: 1.5px #ffffff !important;
}
.qr-code-section .qr-code {
  max-width: 480px;
  width: 100%;
  border-radius: 100px;
  padding: 60px 20px 20px 20px;
  border: 1px solid #517871;
  background-color: rgba(223, 229, 229, 0.6392156863);
  margin-top: 100px;
  text-align: center;
}
.qr-code-section .qr-code .qr-code-img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #517871;
  border-radius: 10px;
  padding: 8px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
}
.qr-code-section .qr-code .qr-code-img svg,
.qr-code-section .qr-code .qr-code-img img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.contact-us-section {
  position: relative;
  z-index: 2;
}
.contact-us-section .contact-bg-img {
  position: absolute;
  bottom: -30px;
  right: 0;
}
.contact-us-section .contact-bg-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .contact-us-section .contact-bg-img img {
    width: 70%;
  }
}
@media (max-width: 490px) {
  .contact-us-section .contact-bg-img img {
    width: 60%;
  }
}
.contact-us-section .contact-form {
  padding: 20px;
  background: #eff2f2;
  border-radius: 15px;
  border: 1px solid #517871;
}
.contact-us-section .contact-form form .form-control {
  margin-bottom: 15px;
  padding: 13px 16px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #517871;
  color: #517871;
  font-size: 14px;
  background: white;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #5e5e5e;
}
.contact-us-section .contact-form form .form-control::placeholder {
  color: #5e5e5e;
}
.contact-us-section .contact-form form .form-control:focus {
  outline: none;
  box-shadow: none !important;
}
.contact-us-section .contact-form .form-check-input {
  min-width: 16px !important;
}

.create-vcard-section .section-heading .main-text {
  -webkit-text-stroke: 1.5px rgba(135, 137, 121, 0.3019607843) !important;
}
.create-vcard-section .content {
  position: relative;
  z-index: 2;
}
.create-vcard-section .vcard-link-card {
  padding: 15px 20px;
  background-color: #eff2f2;
  border-radius: 10px;
  border: 1px solid #517871;
}
.create-vcard-section .vcard-link-card .link-text {
  font-size: 16px;
  word-break: break-all;
}
@media (max-width: 575px) {
  .create-vcard-section .vcard-link-card .link-text {
    font-size: 14px;
  }
}

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

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

.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.slick-dots {
  position: relative;
  bottom: -15px;
}
.slick-dots li {
  margin: 0 4px !important;
  width: 25px !important;
  height: 5px !important;
}
.slick-dots li button {
  width: 25px !important;
  height: 5px !important;
  font-size: 0;
}
.slick-dots li button:before {
  font-size: 0 !important;
  width: 25px !important;
  height: 5px !important;
  border-radius: 10px;
  background-color: #517871;
  opacity: 0.5 !important;
}
.slick-dots li.slick-active {
  width: 25px !important;
}
.slick-dots li.slick-active button {
  width: 25px !important;
}
.slick-dots li.slick-active button:before {
  width: 25px !important;
  opacity: 1 !important;
}

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

.language ul {
  list-style: none;
}
.language ul .lang-list {
  padding: 3px 9px;
  background: #517871 !important;
  border: none;
  outline: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.language ul .lang-list .lang-head {
  color: #ffffff !important;
}
.language ul .lang-list .lang-head i {
  color: #ffffff !important;
}
.language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 14px;
  width: 100%;
  right: 0;
  min-width: 70px;
}
.language ul .lang-list .lang-hover-list li {
  padding: 4px 8px;
}
.language ul .lang-list .lang-hover-list li a {
  color: black !important;
}
.language ul .lang-list .lang-hover-list li:hover, .language ul .lang-list .lang-hover-list li.active {
  background-color: #eff2f2 !important;
}
.language ul .lang-list .lang-hover-list li:hover a, .language ul .lang-list .lang-hover-list li.active a {
  color: #517871 !important;
}
.language ul .lang-list .lang-hover-list li img {
  height: 14px !important;
  width: 18px !important;
}
.language ul .lang-list:hover .dropdown-menu {
  display: block !important;
}

.vcard-thirtytwo.main-content {
  max-width: 670px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  z-index: 2 !important;
  text-align: center !important;
  background-color: white !important;
}
.vcard-thirtytwo .vcard-thirtytwo-heading {
  font-weight: 500;
  font-size: 28px;
  color: #517871 !important;
}

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

.product-heading {
  font-size: 24px !important;
  font-weight: 500;
  color: #517871 !important;
}

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

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

.input-box {
  padding: 20px;
  display: grid;
  place-items: center;
  border: 1px solid #517871 !important;
  border-radius: 8px !important;
  margin-bottom: 5px;
  cursor: pointer;
  background: white;
}

.input-box h4 {
  margin: 0;
  color: #5e5e5e !important;
  font-size: medium !important;
}

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

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

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

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

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

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

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

small {
  font-size: 13px;
  color: #517871 !important;
  font-weight: 500;
}

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

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

@media (max-width: 767px) {
  .support-banner {
    max-width: 476px !important;
  }
}
@media (max-width: 575px) {
  .support-banner {
    max-width: 100% !important;
  }
}
.dob-icon svg {
  width: 24px;
  height: 21px;
  color: #517871;
}

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

.banner-close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 20px !important;
  background: none;
  border: none;
}

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

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

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

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

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

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

.insta-toggle {
  border-radius: 35px !important;
  transition: all 0.3s ease !important;
}

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

.instagram-media {
  min-width: 50% !important;
  max-width: 100% !important;
}

.vcard32-sticky-btn {
  color: #fbd77a;
  border: 1px solid #517871;
  border-radius: 5px;
  height: 40px;
  background-color: #ffffff;
}

.vcard32-btn-group {
  width: 50px;
  height: 50px;
  color: white;
  background-color: #517871;
  border-radius: 50px !important;
}

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

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

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

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

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.main-content.rtl .lang-hover-list {
  left: 0 !important;
  right: auto !important;
}
.main-content.rtl .main-bg-vector img {
  transform: scaleX(-1);
}
.main-content.rtl .expand-icon {
  left: 10px;
  right: auto;
}
.main-content.rtl .gallery-slider::after {
  border-radius: 15px 0px 0px 15px;
  right: -20px;
  left: auto;
}
.main-content.rtl .vector-11, .main-content.rtl .vector-9 {
  text-align: end !important;
}
.main-content.rtl .btn-section {
  left: 18px !important;
  right: auto !important;
}
.main-content.rtl .banner-bg {
  left: -19px;
  right: auto;
}
.main-content.rtl .blog-slider::after {
  left: auto;
  right: -20px;
  border-radius: 15px 0px 0px 15px;
}
.main-content.rtl .text-start {
  text-align: right !important;
}
.main-content.rtl .me-2 {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}
.main-content.rtl .calendar-icon {
  left: 18px !important;
  right: auto !important;
}
.main-content.rtl .time-slot {
  text-align: right;
}
.main-content.rtl .justify-content-start {
  justify-content: flex-end !important;
}

.pwa-support {
  width: 100%;
  max-width: 400px;
  height: auto !important;
  position: fixed !important;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 24px;
  border-radius: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #517871;
}
.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: #517871 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 0.563rem 1.563rem !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
  border: 1px solid #517871;
  transition: 0.3s all ease-in-out;
}
.pwa-install-button:hover {
  background-color: white !important;
  color: #517871 !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;
  transition: 0.3s all ease-in-out;
}
.pwa-cancel-button:hover {
  background-color: #d1d5db !important;
  border: none !important;
  color: #000000 !important;
}

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

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

.row-gap-20px {
  row-gap: 20px;
}

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

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

.iframe-card iframe {
  border: 2px solid #dfe5e5;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(135, 137, 121, 0.55) 3px 3px 6px 0px inset, rgba(135, 137, 121, 0.55) -3px -3px 6px 1px inset;
}

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

.vector-1 {
  left: 0px;
  top: 0px;
  width: 45px;
}

.vector-2 {
  right: 0px;
  top: 0px;
  text-align: end;
}

.vector-3 {
  left: 10px;
  top: 15px;
}

.vector-4 {
  right: 10px;
  top: 5px;
  text-align: end;
  width: 50px;
}

.vector-5 {
  left: 0px;
  top: 0px;
}

.vector-6 {
  right: 0px;
  top: 0px;
  text-align: end;
}

.vector-7 {
  left: 10px;
  top: 5px;
}
@media (max-width: 576px) {
  .vector-7 {
    left: 0px;
    top: 0;
  }
}

.vector-8 {
  right: 10px;
  top: 10px;
  text-align: end;
}

.vector-9 {
  left: 10px;
  top: 5px;
}
@media (max-width: 576px) {
  .vector-9 {
    left: 0px;
    top: 0;
  }
}

.vector-10 {
  right: 10px;
  top: 5px;
  text-align: end;
}

.vector-11 {
  left: 10px;
  top: 10px;
}

.vector-12 {
  right: 10px;
  top: 10px;
  text-align: end;
}
@media (max-width: 576px) {
  .vector-12 {
    right: 0px;
    top: 0;
  }
}

.vector-13 {
  left: 6px;
  top: 5px;
}

.vector-15 {
  right: 10px;
  top: 0px;
  text-align: end;
  width: 28px;
}

.vector-14 {
  right: 7px;
  top: 0px;
  text-align: end;
  width: 35px;
}

.insta-feed-iframe .instagram-media {
  border: 2px solid #517871 !important;
  border-radius: 15px !important;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.services-slider-view .slick-slide {
  padding: 0 10px;
}

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

.iframe-slider .slick-slide {
  padding: 0 10px;
}
.iframe-slider .iframe-card iframe {
  border: 2px solid #517871 !important;
  border-radius: 15px !important;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.map-section {
  border: 1px solid #517871;
  border-radius: 15px;
  overflow: hidden;
  background-color: #eff2f2;
}
.map-section .map-location {
  padding: 10px;
}
.map-section .map-location .location-icon {
  background-color: white;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 30px 30px 0px 0px;
  border: 1px solid #517871;
  border-bottom: 4px solid #517871;
}
.map-section .map-location .location-icon img {
  width: 18px;
}
.map-section iframe {
  border-radius: 0 !important;
  overflow: hidden;
  margin-bottom: -6px;
}

.add-contact-btn {
  background-color: #517871;
  color: #ffffff !important;
  border: none;
  border-radius: 10px !important;
  padding: 14px 28px !important;
  transition: all 0.3s ease-in;
}
.add-contact-btn:hover, .add-contact-btn:focus {
  transform: scale(1.05);
  transition: all 0.3s ease-in;
}
.add-contact-btn i {
  font-size: 20px;
}
.add-contact-btn svg {
  width: 20px;
  height: auto !important;
}

.card-back {
  background: #eff2f2 !important;
  border-width: 1px 1px 3px !important;
  border-style: solid;
  border-color: #517871;
  -o-border-image: initial;
     border-image: initial;
  border-bottom: 3px solid #517871 !important;
}

.vcard-one__product .product-card {
  padding: 15px;
  background-color: #eff2f2 !important;
  border: 1px solid #517871;
  border-radius: 15px;
}
.vcard-one__product .fs-18 {
  font-size: 18px !important;
}
@media (max-width: 575px) {
  .vcard-one__product .fs-18 {
    font-size: 16px !important;
  }
}
.vcard-one__product .product-img-slider {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0px !important;
}
.vcard-one__product .product-img-slider .slick-list {
  padding: 0 !important;
}
.vcard-one__product .product-img-slider .slick-dots {
  bottom: -3px !important;
}
.vcard-one__product .product-img-slider .slick-slide {
  padding: 0 10px !important;
  margin: 0 !important;
  width: 100%;
}
.vcard-one__product .product-img-slider .product-img-height {
  max-height: 208px;
  aspect-ratio: 2.76;
  border-radius: 10px;
  border: 1px solid #517871;
}
.vcard-one__product .product-img-slider .product-img-height img {
  aspect-ratio: 2.76;
  border-radius: 10px;
}

.vcard-thirtytwo-effect-bg {
  width: 100vw;
  position: absolute;
  animation: rotated-bg-effect-32 40s linear infinite forwards;
  height: 100vh;
  background-size: cover;
  background-repeat: repeat-x;
  background-image: url(/images/vcard32-bg-effect.png?35b6b8e56a2ca02dc4ef0213f339fa1d);
}
@keyframes rotated-bg-effect-32 {
  0% {
    background-position: 100vh 100%;
  }
  100% {
    background-position: 0 100%;
  }
}

@keyframes left-right {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.left-img-2 img {
  opacity: 0.7;
  animation: right-left 3s ease-in-out infinite alternate;
}

@keyframes right-left {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.linkedin-feed {
  max-height: 1000px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

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

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