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

.vcard-products-showcase .product-card {
  cursor: zoom-in;
}
.vcard-products-showcase .product-card .product-whatsapp-enquiry {
  cursor: pointer;
}
.vcard-products-showcase .product-image-carousel {
  height: 100%;
  width: 100%;
}
.vcard-products-showcase .product-image-carousel.slick-slider {
  margin-bottom: 0;
}
.vcard-products-showcase .product-image-carousel .slick-list,
.vcard-products-showcase .product-image-carousel .slick-track {
  height: 100%;
  width: 100%;
}
.vcard-products-showcase .product-image-carousel .slick-slide {
  height: 100%;
}
.vcard-products-showcase .product-image-carousel .slick-slide > div,
.vcard-products-showcase .product-image-carousel .product-image-slide {
  height: 100%;
}
.vcard-products-showcase .product-image-carousel .slick-dots {
  align-items: center;
  bottom: 9px;
  display: flex !important;
  gap: 5px;
  justify-content: center;
  left: 0;
  margin: 0;
  padding: 0 8px;
  position: absolute;
  right: 0;
}
.vcard-products-showcase .product-image-carousel .slick-dots li {
  height: 6px;
  margin: 0;
  width: 6px;
}
.vcard-products-showcase .product-image-carousel .slick-dots li button {
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(19, 78, 94, 0.22);
  height: 6px;
  padding: 0;
  transition: width 0.2s ease, background 0.2s ease;
  width: 6px;
}
.vcard-products-showcase .product-image-carousel .slick-dots li button::before {
  display: none;
}
.vcard-products-showcase .product-image-carousel .slick-dots li.slick-active {
  width: 18px;
}
.vcard-products-showcase .product-image-carousel .slick-dots li.slick-active button {
  background: linear-gradient(126.11deg, #134E5E 0%, #54b972 100%);
  width: 18px;
}

/* Final social icon normalization */
.vcard__social.social-icons,
.social-icons.vcard__social {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
  justify-content: center !important;
  max-width: 100% !important;
  padding-top: 18px !important;
}

.vcard__social .icons {
  align-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(19, 78, 94, 0.16) !important;
  display: inline-flex !important;
  flex: 0 0 38px !important;
  height: 38px !important;
  justify-content: center !important;
  margin: 0 !important;
  min-width: 38px !important;
  overflow: hidden !important;
  padding: 0 !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease !important;
  width: 38px !important;
}
.vcard__social .icons a,
.vcard__social .icons span {
  align-items: center !important;
  display: inline-flex !important;
  height: 100% !important;
  justify-content: center !important;
  width: 100% !important;
}
.vcard__social .icons i,
.vcard__social .icons .icon {
  color: #fff !important;
  display: inline-flex !important;
  font-size: 18px !important;
  line-height: 1 !important;
  margin: 0 !important;
}
.vcard__social .icons svg {
  display: block !important;
  height: 18px !important;
  margin: 0 !important;
  width: 18px !important;
}

.vcard__social .icons:has(.fa-globe),
.vcard__social .icons:has(.fa-globe-americas),
.vcard__social .icons:has(.fa-globe-asia) {
  background: linear-gradient(135deg, #00A6D6, #0077B6) !important;
}

.vcard__social .icons:has(.fa-facebook),
.vcard__social .icons:has(.fa-facebook-f),
.vcard__social .icons:has(.fa-facebook-square) {
  background: #1877F2 !important;
}

.vcard__social .icons:has(.fa-instagram) {
  background: radial-gradient(circle at 30% 105%, #fdf497 0%, #fdf497 16%, #fd5949 42%, #d6249f 68%, #285AEB 100%) !important;
}

.vcard__social .icons:has(.fa-youtube),
.vcard__social .icons:has(.fa-youtube-play) {
  background: #FF0000 !important;
}

.vcard__social .icons:has(.fa-tumblr) {
  background: #35465C !important;
}

.vcard__social .icons:has(.fa-linkedin),
.vcard__social .icons:has(.fa-linkedin-in) {
  background: #0A66C2 !important;
}

.vcard__social .icons:has(.fa-whatsapp) {
  background: #25D366 !important;
}

.vcard__social .icons:has(.fa-twitter) {
  background: #1DA1F2 !important;
}

.vcard__social .icons:has(.twitter_icon),
.vcard__social .icons:has(svg[class*=twitter]),
.vcard__social .icons:has(svg[class*=x-twitter]) {
  background: #000 !important;
}

.vcard__social .icons .fa-globe,
.vcard__social .icons .fa-globe-americas,
.vcard__social .icons .fa-globe-asia,
.vcard__social .icons .fa-facebook,
.vcard__social .icons .fa-facebook-f,
.vcard__social .icons .fa-facebook-square,
.vcard__social .icons .fa-instagram,
.vcard__social .icons .fa-youtube,
.vcard__social .icons .fa-youtube-play,
.vcard__social .icons .fa-tumblr,
.vcard__social .icons .fa-linkedin,
.vcard__social .icons .fa-linkedin-in,
.vcard__social .icons .fa-whatsapp,
.vcard__social .icons .fa-twitter {
  color: #fff !important;
}

.vcard__social .icons .twitter_icon,
.vcard__social .icons svg.twitter_icon,
.vcard__social .icons svg[class*=twitter],
.vcard__social .icons svg[class*=x-twitter] {
  color: #fff !important;
  fill: #fff !important;
}

.vcard__social .icons:hover {
  box-shadow: 0 14px 28px rgba(19, 78, 94, 0.22) !important;
  filter: saturate(1.12) brightness(1.02);
  transform: translateY(-3px) scale(1.06) !important;
}

/* Final social icon normalization */
.vcard__social.social-icons,
.social-icons.vcard__social {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
  justify-content: center !important;
  max-width: 100% !important;
  padding-top: 18px !important;
}

.vcard__social .icons {
  align-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(19, 78, 94, 0.16) !important;
  display: inline-flex !important;
  flex: 0 0 38px !important;
  height: 38px !important;
  justify-content: center !important;
  margin: 0 !important;
  min-width: 38px !important;
  overflow: hidden !important;
  padding: 0 !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease !important;
  width: 38px !important;
}
.vcard__social .icons a,
.vcard__social .icons span {
  align-items: center !important;
  display: inline-flex !important;
  height: 100% !important;
  justify-content: center !important;
  width: 100% !important;
}
.vcard__social .icons i,
.vcard__social .icons .icon {
  color: #fff !important;
  display: inline-flex !important;
  font-size: 18px !important;
  line-height: 1 !important;
  margin: 0 !important;
}
.vcard__social .icons svg {
  display: block !important;
  height: 18px !important;
  margin: 0 !important;
  width: 18px !important;
}

.vcard__social .icons:has(.fa-globe),
.vcard__social .icons:has(.fa-globe-americas),
.vcard__social .icons:has(.fa-globe-asia) {
  background: linear-gradient(135deg, #00A6D6, #0077B6) !important;
}

.vcard__social .icons:has(.fa-facebook),
.vcard__social .icons:has(.fa-facebook-f),
.vcard__social .icons:has(.fa-facebook-square) {
  background: #1877F2 !important;
}

.vcard__social .icons:has(.fa-instagram) {
  background: radial-gradient(circle at 30% 105%, #fdf497 0%, #fdf497 16%, #fd5949 42%, #d6249f 68%, #285AEB 100%) !important;
}

.vcard__social .icons:has(.fa-youtube),
.vcard__social .icons:has(.fa-youtube-play) {
  background: #FF0000 !important;
}

.vcard__social .icons:has(.fa-tumblr) {
  background: #35465C !important;
}

.vcard__social .icons:has(.fa-linkedin),
.vcard__social .icons:has(.fa-linkedin-in) {
  background: #0A66C2 !important;
}

.vcard__social .icons:has(.fa-whatsapp) {
  background: #25D366 !important;
}

.vcard__social .icons:has(.fa-twitter) {
  background: #1DA1F2 !important;
}

.vcard__social .icons:has(.twitter_icon),
.vcard__social .icons:has(svg[class*=twitter]),
.vcard__social .icons:has(svg[class*=x-twitter]) {
  background: #000 !important;
}

.vcard__social .icons .fa-globe,
.vcard__social .icons .fa-globe-americas,
.vcard__social .icons .fa-globe-asia,
.vcard__social .icons .fa-facebook,
.vcard__social .icons .fa-facebook-f,
.vcard__social .icons .fa-facebook-square,
.vcard__social .icons .fa-instagram,
.vcard__social .icons .fa-youtube,
.vcard__social .icons .fa-youtube-play,
.vcard__social .icons .fa-tumblr,
.vcard__social .icons .fa-linkedin,
.vcard__social .icons .fa-linkedin-in,
.vcard__social .icons .fa-whatsapp,
.vcard__social .icons .fa-twitter {
  color: #fff !important;
}

.vcard__social .icons .twitter_icon,
.vcard__social .icons svg.twitter_icon,
.vcard__social .icons svg[class*=twitter],
.vcard__social .icons svg[class*=x-twitter] {
  color: #fff !important;
  fill: #fff !important;
}

.vcard__social .icons:hover {
  box-shadow: 0 14px 28px rgba(19, 78, 94, 0.22) !important;
  filter: saturate(1.12) brightness(1.02);
  transform: translateY(-3px) scale(1.06) !important;
}

.vcard__social .icons {
  background: #fff !important;
  border: 0 !important;
  box-shadow: 0 10px 22px rgba(19, 78, 94, 0.14) !important;
  overflow: hidden;
}
.vcard__social .icons .fa-facebook,
.vcard__social .icons .fa-facebook-f,
.vcard__social .icons .fa-facebook-square {
  color: #fff !important;
}
.vcard__social .icons .fa-instagram {
  color: #fff !important;
}
.vcard__social .icons .fa-youtube,
.vcard__social .icons .fa-youtube-play {
  color: #fff !important;
}
.vcard__social .icons .fa-linkedin,
.vcard__social .icons .fa-linkedin-in {
  color: #fff !important;
}
.vcard__social .icons .fa-whatsapp {
  color: #fff !important;
}
.vcard__social .icons .fa-tumblr {
  color: #fff !important;
}
.vcard__social .icons .fa-twitter {
  color: #fff !important;
}
.vcard__social .icons .twitter_icon,
.vcard__social .icons svg.twitter_icon,
.vcard__social .icons svg[class*=twitter],
.vcard__social .icons svg[class*=x-twitter] {
  fill: #fff !important;
  color: #fff !important;
}
.vcard__social .icons .fa-globe,
.vcard__social .icons .fa-globe-americas,
.vcard__social .icons .fa-globe-asia {
  color: #fff !important;
}

.vcard__social .icons:has(.fa-facebook),
.vcard__social .icons:has(.fa-facebook-f),
.vcard__social .icons:has(.fa-facebook-square) {
  background: #1877F2 !important;
}

.vcard__social .icons:has(.fa-instagram) {
  background: radial-gradient(circle at 30% 105%, #fdf497 0%, #fdf497 18%, #fd5949 43%, #d6249f 68%, #285AEB 100%) !important;
}

.vcard__social .icons:has(.fa-youtube),
.vcard__social .icons:has(.fa-youtube-play) {
  background: #FF0000 !important;
}

.vcard__social .icons:has(.fa-linkedin),
.vcard__social .icons:has(.fa-linkedin-in) {
  background: #0A66C2 !important;
}

.vcard__social .icons:has(.fa-whatsapp) {
  background: #25D366 !important;
}

.vcard__social .icons:has(.fa-tumblr) {
  background: #35465C !important;
}

.vcard__social .icons:has(.fa-twitter) {
  background: #1DA1F2 !important;
}

.vcard__social .icons:has(.twitter_icon),
.vcard__social .icons:has(svg[class*=twitter]),
.vcard__social .icons:has(svg[class*=x-twitter]) {
  background: #000 !important;
}

.vcard__social .icons:has(.fa-globe),
.vcard__social .icons:has(.fa-globe-americas),
.vcard__social .icons:has(.fa-globe-asia) {
  background: linear-gradient(135deg, #0284C7, #06B6D4) !important;
}

.vcard__social .icons:hover {
  filter: saturate(1.12);
  transform: translateY(-4px) scale(1.06) !important;
}

@media (max-width: 575px) {
  .vcard__event-card {
    align-items: center !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: 82px !important;
    padding: 14px 16px !important;
    text-align: center !important;
  }
  .vcard__event-card .event-icon {
    flex: 0 0 44px !important;
    height: 44px !important;
    left: auto !important;
    margin: 0 0 10px !important;
    position: static !important;
    top: auto !important;
    transform: none !important;
    width: 44px !important;
  }
  .vcard__event-card .event-name {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    padding: 0 !important;
    text-align: center !important;
    word-break: break-word !important;
  }
  .service-image-lightbox {
    padding: 14px !important;
  }
  .service-image-lightbox .product-image-lightbox-dialog {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    max-width: calc(100vw - 28px) !important;
    width: calc(100vw - 28px) !important;
  }
  .service-image-lightbox .product-image-lightbox-dialog img {
    display: block !important;
    height: auto !important;
    max-height: 68vh !important;
    max-width: calc(100vw - 28px) !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    width: auto !important;
  }
  .service-image-lightbox .product-image-lightbox-dialog h5 {
    font-size: 16px !important;
    line-height: 1.25 !important;
    margin: 12px 16px 0 !important;
  }
}
/* Mobile-first premium product grid */
.vcard-products-showcase {
  background: #F5FAF8 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 28px 14px 34px !important;
}
.vcard-products-showcase .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vcard-products-showcase .product-showcase-header {
  justify-content: flex-start !important;
  margin-bottom: 18px;
  text-align: left !important;
}
.vcard-products-showcase .product-showcase-header .vcard__heading {
  color: #075B60 !important;
  font-size: 36px !important;
  font-weight: 950 !important;
  line-height: 1.02 !important;
  margin: 0 0 8px !important;
  text-align: left !important;
}
.vcard-products-showcase .product-showcase-subtitle {
  color: #075B60 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  justify-content: flex-start !important;
}
.vcard-products-showcase .product-showcase-subtitle::before {
  width: 44px !important;
}
.vcard-products-showcase .product-showcase-subtitle::after {
  content: none !important;
}
.vcard-products-showcase .product-category-pills,
.vcard-products-showcase .product-showcase-bag {
  display: none !important;
}
.vcard-products-showcase .vcard-products-grid {
  --bs-gutter-x: 12px !important;
  --bs-gutter-y: 12px !important;
  align-items: stretch;
}
.vcard-products-showcase .vcard-products-grid .product-grid-col {
  display: flex;
}
.vcard-products-showcase .vcard-products-grid .product-card {
  background: #FFFFFF !important;
  border: 1px solid #DCE9E6 !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 28px rgba(7, 91, 96, 0.08) !important;
  min-height: 310px;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100%;
}
.vcard-products-showcase .vcard-products-grid .product-card .product-profile {
  aspect-ratio: 1/1;
  background: linear-gradient(145deg, #f8fffb 0%, #ecf7f2 100%) !important;
  border: 0 !important;
  border-radius: 18px 18px 0 0 !important;
  min-height: 0 !important;
  overflow: hidden;
}
.vcard-products-showcase .vcard-products-grid .product-card .product-profile img {
  border-radius: 0 !important;
  height: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
}
.vcard-products-showcase .product-image-carousel,
.vcard-products-showcase .product-image-carousel .slick-list,
.vcard-products-showcase .product-image-carousel .slick-track,
.vcard-products-showcase .product-image-carousel .slick-slide,
.vcard-products-showcase .product-image-carousel .slick-slide > div,
.vcard-products-showcase .product-image-slide {
  align-items: center;
  background: #fff;
  display: flex !important;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.vcard-products-showcase .product-image-slide::after {
  display: none !important;
}
.vcard-products-showcase .product-image-carousel .slick-dots {
  bottom: 10px !important;
  gap: 6px !important;
}
.vcard-products-showcase .product-image-carousel .slick-dots li {
  height: 7px !important;
  width: 7px !important;
}
.vcard-products-showcase .product-image-carousel .slick-dots li button {
  background: rgba(255, 255, 255, 0.8) !important;
  height: 7px !important;
  width: 7px !important;
}
.vcard-products-showcase .product-image-carousel .slick-dots li.slick-active, .vcard-products-showcase .product-image-carousel .slick-dots li.slick-active button {
  background: #0F7776 !important;
  width: 18px !important;
}
.vcard-products-showcase .product-favorite-btn {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 8px 20px rgba(7, 91, 96, 0.12) !important;
  color: #075B60 !important;
  height: 38px !important;
  right: 10px !important;
  top: 10px !important;
  width: 38px !important;
}
.vcard-products-showcase .product-details {
  min-height: 122px !important;
  padding: 12px 12px 14px !important;
}
.vcard-products-showcase .product-details h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #075B60 !important;
  display: -webkit-box;
  font-size: 16px !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
  margin: 0 0 10px !important;
  min-height: 38px !important;
  overflow: hidden;
}
.vcard-products-showcase .product-details .enquiry-btn {
  flex: 0 0 auto;
  position: static !important;
}
.vcard-products-showcase .product-premium-badge {
  background: #DDF3EC !important;
  color: #075B60 !important;
  font-size: 10px !important;
  margin-bottom: 8px !important;
  padding: 5px 10px !important;
}
.vcard-products-showcase .product-info {
  align-items: flex-end !important;
  gap: 8px;
  margin-top: auto !important;
}
.vcard-products-showcase .product-price-stack {
  align-items: baseline !important;
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 8px !important;
  margin: 0 !important;
  min-width: 0;
}
.vcard-products-showcase .product-selling-price,
.vcard-products-showcase .product-net-price {
  display: inline-flex !important;
}
.vcard-products-showcase .product-selling-price small,
.vcard-products-showcase .product-net-price small {
  display: none !important;
}
.vcard-products-showcase .product-selling-price strong {
  color: #075B60 !important;
  font-size: 20px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}
.vcard-products-showcase .product-net-price del {
  color: #9CA3AF !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}
.vcard-products-showcase .product-whatsapp-enquiry {
  align-items: center !important;
  background: #25D366 !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.24) !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 18px !important;
  height: 38px !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 !important;
  width: 38px !important;
}
.vcard-products-showcase .product-whatsapp-enquiry span {
  display: none !important;
}

.product-image-lightbox {
  background: rgba(2, 16, 20, 0.92) !important;
}

.product-image-lightbox-dialog {
  background: transparent !important;
  box-shadow: none !important;
  max-width: 94vw !important;
  padding: 0 !important;
  position: relative;
}
.product-image-lightbox-dialog img {
  background: transparent !important;
  border-radius: 18px !important;
  max-height: 78vh !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  touch-action: pinch-zoom;
}
.product-image-lightbox-dialog h5 {
  color: #fff !important;
  margin: 14px 52px 0 !important;
  text-align: center;
}

.product-image-lightbox-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 50%;
  color: #075B60;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}

.product-image-lightbox-prev {
  left: 10px;
}

.product-image-lightbox-next {
  right: 10px;
}

.product-image-lightbox-dots {
  align-items: center;
  display: none;
  gap: 7px;
  justify-content: center;
  margin-top: 14px;
}
.product-image-lightbox-dots button {
  background: rgba(255, 255, 255, 0.45);
  border: 0;
  border-radius: 999px;
  height: 7px;
  padding: 0;
  width: 7px;
}
.product-image-lightbox-dots button.active {
  background: #25D366;
  width: 20px;
}

@media (min-width: 576px) {
  .vcard-products-showcase .vcard-products-grid .product-grid-col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .vcard-products-showcase {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-grid-col {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .vcard-products-showcase .vcard-products-grid .product-grid-col {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .vcard-products-showcase {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .vcard-products-showcase .vcard-products-grid {
    --bs-gutter-x: 10px !important;
    --bs-gutter-y: 10px !important;
  }
  .vcard-products-showcase .product-showcase-header .vcard__heading {
    font-size: 31px !important;
  }
  .vcard-products-showcase .product-details {
    padding: 10px !important;
  }
  .vcard-products-showcase .product-details h4 {
    font-size: 14px !important;
  }
  .vcard-products-showcase .product-selling-price strong {
    font-size: 17px !important;
  }
  .vcard-products-showcase .product-net-price del {
    font-size: 12px !important;
  }
  .vcard-products-showcase .product-whatsapp-enquiry {
    height: 34px !important;
    min-height: 34px !important;
    width: 34px !important;
  }
}
.product-lightbox-open {
  overflow: hidden;
}

.product-image-lightbox {
  align-items: center;
  background: rgba(3, 23, 31, 0.78);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 22px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.2s ease;
  z-index: 99999;
}
.product-image-lightbox.show {
  opacity: 1;
  pointer-events: auto;
}
.product-image-lightbox.show .product-image-lightbox-dialog {
  transform: scale(1);
}

.product-image-lightbox-dialog {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
  max-width: min(92vw, 760px);
  overflow: hidden;
  padding: 16px;
  transform: scale(0.96);
  transition: transform 0.2s ease;
  width: 100%;
}
.product-image-lightbox-dialog img {
  background: #f8fafc;
  border-radius: 16px;
  display: block;
  max-height: 74vh;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.product-image-lightbox-dialog h5 {
  color: #063f4d;
  font-size: 18px;
  font-weight: 900;
  margin: 14px 4px 2px;
}

.product-image-lightbox-close {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: #063f4d;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: fixed;
  right: 20px;
  top: 18px;
  width: 42px;
  z-index: 100000;
}

@media (max-width: 420px) {
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry {
    gap: 5px;
    justify-content: center;
    min-height: 36px;
    padding: 7px 8px !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry span {
    font-size: 0;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry span::after {
    content: "WhatsApp";
    font-size: 11px;
    font-weight: 900;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry i {
    font-size: 13px;
  }
  .product-image-lightbox {
    padding: 16px;
  }
  .product-image-lightbox-dialog {
    border-radius: 18px;
    padding: 12px;
  }
  .product-image-lightbox-dialog img {
    max-height: 68vh;
  }
}
/* Final visual polish for template 4 */
.vcard-template,
.vcard-main,
.main-content,
.vcard4-sticky-btn,
.vcard__product,
.vcard__service,
.vcard-products-showcase {
  font-family: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  letter-spacing: 0.01em;
}

.vcard__heading,
.vcard-products-showcase .product-showcase-header .vcard__heading {
  font-family: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
  text-shadow: 0 8px 22px rgba(0, 91, 96, 0.12);
}

.vcard-products-showcase .product-showcase-subtitle,
.vcard-products-showcase .product-details h4,
.vcard__service .service-card .card-title {
  font-family: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 900 !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry {
  animation: vcard4WhatsappPulse 2.8s ease-in-out infinite !important;
  background: linear-gradient(126.11deg, #007f73 0%, #13a16d 46%, #5ac878 100%) !important;
  border-radius: 13px !important;
  color: #ffffff !important;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 950 !important;
  isolation: isolate !important;
  overflow: hidden !important;
  position: relative !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry::before,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry::before,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry::before {
  animation: vcard4WhatsappShimmer 2.9s ease-in-out infinite !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent) !important;
  content: "" !important;
  height: 160% !important;
  left: -40% !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -30% !important;
  width: 42% !important;
  z-index: 1 !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry i,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry i,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry i {
  color: #ffffff !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 20px !important;
  line-height: 1 !important;
  position: relative !important;
  transform: translateY(0.5px);
  z-index: 2 !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry span,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry span,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry span {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: 0.01em !important;
  position: relative !important;
  text-shadow: 0 1px 2px rgba(0, 63, 54, 0.28) !important;
  z-index: 2 !important;
}

/* vcard4PremiumButtonSystem */
@keyframes vcard4ButtonSweep {
  0% {
    opacity: 0;
    transform: translateX(-135%) skewX(-18deg);
  }
  18% {
    opacity: 1;
  }
  58%, 100% {
    opacity: 0;
    transform: translateX(245%) skewX(-18deg);
  }
}
@keyframes vcard4ButtonGlow {
  0%, 100% {
    box-shadow: 0 14px 26px rgba(0, 128, 111, 0.22), 0 0 0 0 rgba(37, 211, 102, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.36);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 20px 36px rgba(0, 128, 111, 0.32), 0 0 0 9px rgba(37, 211, 102, 0), inset 0 1px 0 rgba(255, 255, 255, 0.48);
    transform: translateY(-1px);
  }
}
@keyframes vcard4IconBeat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes vcard4CardLift {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
.vcard__service .service-card .enquiry-btn .btn-primary-enquiry,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry,
.vcard__product .product-card .product-details .btn-primary-enquiry,
.vcard__product_details_page .btn-product-enquiry.btn-primary-enquiry,
.vcard__contact-us .contact-form .contact-btn,
.contact-form .contact-btn,
.vcard4-sticky-btn.add-contact-btn,
.add-contact-btn,
.share-wp-btn {
  align-items: center !important;
  animation: vcard4ButtonGlow 2.75s ease-in-out infinite !important;
  background: linear-gradient(135deg, #005f64 0%, #008b74 42%, #4fbd78 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 30px rgba(0, 109, 100, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.36) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 950 !important;
  gap: 10px !important;
  justify-content: center !important;
  line-height: 1.1 !important;
  min-height: 44px !important;
  overflow: hidden !important;
  padding: 11px 18px !important;
  position: relative !important;
  text-decoration: none !important;
  transition: box-shadow 0.24s ease, filter 0.24s ease, transform 0.24s ease !important;
  white-space: nowrap !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry::before,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry::before,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry::before,
.vcard__product .product-card .product-details .btn-primary-enquiry::before,
.vcard__product_details_page .btn-product-enquiry.btn-primary-enquiry::before,
.vcard__contact-us .contact-form .contact-btn::before,
.contact-form .contact-btn::before,
.vcard4-sticky-btn.add-contact-btn::before,
.add-contact-btn::before,
.share-wp-btn::before {
  animation: vcard4ButtonSweep 3s ease-in-out infinite !important;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.58) 48%, transparent 100%) !important;
  content: "" !important;
  height: 170% !important;
  left: -42% !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -35% !important;
  width: 40% !important;
  z-index: 1 !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry:hover,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry:hover,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry:hover,
.vcard__product .product-card .product-details .btn-primary-enquiry:hover,
.vcard__product_details_page .btn-product-enquiry.btn-primary-enquiry:hover,
.vcard__contact-us .contact-form .contact-btn:hover,
.contact-form .contact-btn:hover,
.vcard4-sticky-btn.add-contact-btn:hover,
.add-contact-btn:hover,
.share-wp-btn:hover {
  filter: brightness(1.06) saturate(1.12) !important;
  transform: translateY(-2px) !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry i,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry i,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry i,
.vcard__product .product-card .product-details .btn-primary-enquiry i,
.vcard__product_details_page .btn-product-enquiry.btn-primary-enquiry i,
.vcard__contact-us .contact-form .contact-btn i,
.contact-form .contact-btn i,
.vcard4-sticky-btn.add-contact-btn i,
.add-contact-btn i,
.share-wp-btn i {
  animation: vcard4IconBeat 2.1s ease-in-out infinite !important;
  color: #ffffff !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 21px !important;
  line-height: 1 !important;
  position: relative !important;
  text-shadow: 0 2px 7px rgba(0, 54, 49, 0.34) !important;
  z-index: 2 !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry span,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry span,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry span,
.vcard__product .product-card .product-details .btn-primary-enquiry span,
.vcard__product_details_page .btn-product-enquiry.btn-primary-enquiry span,
.vcard__contact-us .contact-form .contact-btn span,
.contact-form .contact-btn span,
.vcard4-sticky-btn.add-contact-btn span,
.add-contact-btn span,
.share-wp-btn span {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.1 !important;
  position: relative !important;
  text-shadow: 0 1px 2px rgba(0, 55, 49, 0.32) !important;
  z-index: 2 !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry {
  width: 100% !important;
}

.vcard__contact-us .contact-form .contact-btn,
.contact-form .contact-btn {
  min-width: 178px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.sticky-vcard4-div {
  bottom: 18px !important;
  pointer-events: none !important;
  z-index: 9997 !important;
}

.sticky-vcard4-div .add-contact-btn {
  border-radius: 14px !important;
  min-height: 42px !important;
  pointer-events: auto !important;
  padding: 10px 22px !important;
}

.vcard__contact-us {
  padding-bottom: 86px !important;
}

.payment-link-section .pl-strip,
.vcard__timing .business-card {
  animation: vcard4CardLift 5.5s ease-in-out infinite !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(0, 95, 100, 0.16) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 38px rgba(0, 74, 69, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  overflow: hidden !important;
}

.payment-link-section .pl-strip:hover,
.vcard__timing .business-card:hover {
  box-shadow: 0 24px 48px rgba(0, 74, 69, 0.14), inset 0 1px 0 rgb(255, 255, 255) !important;
  transform: translateY(-3px) !important;
}

.payment-link-section .pl-strip-icon,
.vcard__timing .business-card .calendar-icon {
  background: linear-gradient(135deg, #006b67 0%, #4fbd78 100%) !important;
  border-radius: 15px !important;
  box-shadow: 0 12px 24px rgba(0, 109, 100, 0.18) !important;
}

@media (max-width: 575px) {
  .vcard__service .service-card .enquiry-btn .btn-primary-enquiry,
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry,
  .vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry {
    border-radius: 14px !important;
    gap: 7px !important;
    min-height: 40px !important;
    padding: 9px 10px !important;
  }
  .vcard__service .service-card .enquiry-btn .btn-primary-enquiry i,
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry i,
  .vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry i {
    font-size: 18px !important;
  }
  .vcard__service .service-card .enquiry-btn .btn-primary-enquiry span,
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry span,
  .vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry span {
    font-size: 12px !important;
  }
}
/* vcard4FinalHeaderImageVisibilityFix */
.vcard__banner .banner-image.object-fit-cover,
.vcard__banner > img.banner-image.object-fit-cover {
  -o-object-position: center 22% !important;
     object-position: center 22% !important;
}

.vcard__profile {
  margin-top: -42px !important;
}

@media (max-width: 575px) {
  .vcard__banner .banner-image.object-fit-cover,
  .vcard__banner > img.banner-image.object-fit-cover {
    -o-object-position: center 20% !important;
       object-position: center 20% !important;
  }
  .vcard__profile {
    margin-top: -34px !important;
  }
}
/* vcard4CoverPhotoPositionFix */
.vcard__banner .banner-image.object-fit-cover,
.vcard__banner > img.banner-image.object-fit-cover {
  -o-object-position: center 38% !important;
     object-position: center 38% !important;
}

@media (max-width: 575px) {
  .vcard__banner .banner-image.object-fit-cover,
  .vcard__banner > img.banner-image.object-fit-cover {
    -o-object-position: center 36% !important;
       object-position: center 36% !important;
  }
}
/* vcard4ProductSaleRibbonPolish */
@keyframes vcard4SaleGlow {
  0%, 100% {
    filter: saturate(1) brightness(1);
    box-shadow: 0 10px 22px rgba(0, 111, 101, 0.22);
  }
  50% {
    filter: saturate(1.2) brightness(1.08);
    box-shadow: 0 16px 30px rgba(0, 111, 101, 0.36);
  }
}
@keyframes vcard4SaleSpark {
  0% {
    opacity: 0;
    transform: translate(-12px, 10px) scale(0.65) rotate(0deg);
  }
  35% {
    opacity: 1;
    transform: translate(6px, -7px) scale(1) rotate(24deg);
  }
  100% {
    opacity: 0;
    transform: translate(18px, -17px) scale(0.72) rotate(44deg);
  }
}
.vcard-products-showcase .vcard-products-grid {
  align-items: stretch !important;
}

.vcard-products-showcase .vcard-products-grid .product-grid-col {
  display: flex !important;
}

.vcard-products-showcase .vcard-products-grid .product-card {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(0, 90, 88, 0.12) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 42px rgba(0, 74, 69, 0.09) !important;
  min-height: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-profile {
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden !important;
  padding: 10px 10px 0 !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-image-carousel,
.vcard-products-showcase .vcard-products-grid .product-card .product-image-slide {
  border-radius: 16px 16px 0 0 !important;
  overflow: hidden !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-image-slide img {
  border-radius: 16px 16px 0 0 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-details {
  gap: 10px !important;
  min-height: 198px !important;
  padding: 18px 16px 16px !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-details h4 {
  color: #004a51 !important;
  font-size: 19px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  margin: 0 !important;
  text-align: left !important;
}

.vcard-products-showcase .product-premium-badge {
  align-items: center !important;
  animation: vcard4SaleGlow 2.4s ease-in-out infinite !important;
  background: linear-gradient(135deg, #006d68 0%, #008c80 55%, #58c878 100%) !important;
  border-radius: 0 0 14px 0 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  left: 0 !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important;
  padding: 13px 16px 12px !important;
  position: absolute !important;
  text-transform: uppercase !important;
  top: 0 !important;
  z-index: 8 !important;
}

.vcard-products-showcase .product-premium-badge::before {
  animation: vcard4SaleSpark 1.9s ease-in-out infinite !important;
  background: radial-gradient(circle, #fff7a7 0 30%, rgba(255, 247, 167, 0) 64%) !important;
  content: "" !important;
  height: 34px !important;
  position: absolute !important;
  right: -19px !important;
  top: -14px !important;
  width: 34px !important;
}

.vcard-products-showcase .product-premium-badge::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent) !important;
  content: "" !important;
  height: 100% !important;
  left: -55% !important;
  position: absolute !important;
  top: 0 !important;
  transform: skewX(-18deg) !important;
  width: 45% !important;
}

.vcard-products-showcase .vcard-products-grid .product-card:hover .product-premium-badge::after {
  left: 120% !important;
  transition: left 0.7s ease !important;
}

.vcard-products-showcase .product-price-stack {
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column-reverse !important;
  gap: 2px !important;
  width: 100% !important;
}

.vcard-products-showcase .product-net-price small,
.vcard-products-showcase .product-selling-price small {
  display: none !important;
}

.vcard-products-showcase .product-selling-price strong {
  color: #006b67 !important;
  font-size: 24px !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
  line-height: 1 !important;
}

.vcard-products-showcase .product-net-price del {
  color: #f04848 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  opacity: 1 !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-info {
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .enquiry-btn {
  width: 100% !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry {
  border-radius: 13px !important;
  gap: 9px !important;
  min-height: 43px !important;
  padding: 10px 12px !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry i {
  font-size: 20px !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry span {
  font-size: 13px !important;
}

@media (max-width: 575px) {
  .vcard-products-showcase .vcard-products-grid {
    margin-left: -6px !important;
    margin-right: -6px !important;
    row-gap: 22px !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-grid-col {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card {
    border-radius: 17px !important;
    box-shadow: 0 14px 30px rgba(0, 74, 69, 0.08) !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-profile {
    padding: 8px 8px 0 !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-details {
    min-height: 176px !important;
    padding: 14px 12px 12px !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-details h4 {
    font-size: 15px !important;
  }
  .vcard-products-showcase .product-premium-badge {
    border-radius: 0 0 10px 0 !important;
    font-size: 9px !important;
    padding: 9px 10px 8px !important;
  }
  .vcard-products-showcase .product-selling-price strong {
    font-size: 19px !important;
  }
  .vcard-products-showcase .product-net-price del {
    font-size: 12px !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry {
    border-radius: 10px !important;
    gap: 6px !important;
    min-height: 38px !important;
    padding: 8px 9px !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry i {
    font-size: 15px !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry span {
    font-size: 11px !important;
  }
}
/* vcard4MobileSaleRibbonAndPriceFix */
.vcard-products-showcase .vcard-products-grid .product-card .product-premium-badge {
  border-radius: 16px 16px 0 0 !important;
  box-shadow: 0 10px 22px rgba(0, 111, 101, 0.24) !important;
  color: #ffffff !important;
  justify-content: flex-start !important;
  left: 0 !important;
  min-height: 36px !important;
  padding: 11px 16px !important;
  right: 0 !important;
  text-shadow: 0 1px 2px rgba(0, 54, 49, 0.35) !important;
  top: 0 !important;
  width: 100% !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-profile {
  padding-top: 0 !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-image-carousel,
.vcard-products-showcase .vcard-products-grid .product-card .product-image-slide,
.vcard-products-showcase .vcard-products-grid .product-card .product-image-slide img {
  border-radius: 16px 16px 0 0 !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-price-stack {
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  text-align: center !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-selling-price,
.vcard-products-showcase .vcard-products-grid .product-card .product-net-price {
  display: block !important;
  text-align: center !important;
  width: 100% !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-selling-price strong,
.vcard-products-showcase .vcard-products-grid .product-card .product-net-price del {
  display: inline-block !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

@media (max-width: 575px) {
  .vcard-products-showcase .vcard-products-grid .product-card .product-premium-badge {
    border-radius: 14px 14px 0 0 !important;
    font-size: 9px !important;
    min-height: 26px !important;
    padding: 8px 10px !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-details {
    justify-content: space-between !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-price-stack {
    gap: 1px !important;
    margin-top: 6px !important;
    min-height: 42px !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-selling-price strong {
    font-size: clamp(17px, 4.8vw, 21px) !important;
    line-height: 1.05 !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-net-price del {
    font-size: clamp(11px, 3.2vw, 13px) !important;
    line-height: 1 !important;
  }
}
/* vcard4FinalProductMobileAlignmentFix */
.vcard-products-showcase .vcard-products-grid .product-card .product-premium-badge {
  border-radius: 0 0 14px 0 !important;
  bottom: auto !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 11px !important;
  justify-content: center !important;
  left: 0 !important;
  min-height: auto !important;
  min-width: 88px !important;
  padding: 10px 14px !important;
  right: auto !important;
  top: 0 !important;
  width: auto !important;
  z-index: 12 !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-details,
.vcard-products-showcase .vcard-products-grid .product-card .product-info,
.vcard-products-showcase .vcard-products-grid .product-card .product-price-stack,
.vcard-products-showcase .vcard-products-grid .product-card .product-selling-price,
.vcard-products-showcase .vcard-products-grid .product-card .product-net-price {
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-price-stack {
  margin-top: 0 !important;
  min-height: 0 !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-selling-price strong,
.vcard-products-showcase .vcard-products-grid .product-card .product-net-price del {
  text-align: left !important;
}

@media (max-width: 575px) {
  .vcard-products-showcase .vcard-products-grid .product-card .product-premium-badge {
    border-radius: 0 0 10px 0 !important;
    font-size: 8px !important;
    letter-spacing: 0.08em !important;
    min-width: 66px !important;
    padding: 8px 9px !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-details {
    gap: 11px !important;
    min-height: 178px !important;
    padding: 16px 12px 12px !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-selling-price strong {
    font-size: clamp(18px, 4.9vw, 21px) !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-net-price del {
    font-size: clamp(11px, 3.1vw, 13px) !important;
  }
}
/* vcard4QrPremiumPolish */
@keyframes vcard4QrHalo {
  0%, 100% {
    box-shadow: 0 18px 42px rgba(0, 74, 69, 0.12), 0 0 0 0 rgba(79, 189, 120, 0.18);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 24px 56px rgba(0, 74, 69, 0.18), 0 0 0 12px rgba(79, 189, 120, 0);
    transform: translateY(-2px);
  }
}
@keyframes vcard4QrScan {
  0% {
    opacity: 0;
    transform: translateY(-34px);
  }
  16%, 65% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(134px);
  }
}
.vcard__qr-code {
  background: radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.78) 0 16%, rgba(255, 255, 255, 0) 34%), linear-gradient(180deg, rgba(217, 239, 226, 0.9) 0%, rgba(236, 248, 243, 0.98) 100%) !important;
  padding: 36px 0 42px !important;
  position: relative !important;
}

.vcard__qr-code::before,
.vcard__qr-code::after {
  background: linear-gradient(90deg, rgba(0, 111, 101, 0), rgba(0, 111, 101, 0.35), rgba(0, 111, 101, 0)) !important;
  content: "" !important;
  height: 1px !important;
  left: 50% !important;
  max-width: 240px !important;
  opacity: 0.55 !important;
  position: absolute !important;
  transform: translateX(-50%) !important;
  width: 58% !important;
}

.vcard__qr-code::before {
  top: 18px !important;
}

.vcard__qr-code::after {
  bottom: 20px !important;
}

.vcard__qr-code .vcard__heading {
  color: #004a51 !important;
  font-size: 25px !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}

.vcard__qr-code .qr-code {
  animation: vcard4QrHalo 4.2s ease-in-out infinite !important;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(135deg, rgba(0, 111, 101, 0.4), rgba(88, 200, 120, 0.1), rgba(0, 111, 101, 0.2)) border-box !important;
  border: 1px solid transparent !important;
  border-radius: 24px !important;
  max-width: 310px !important;
  min-height: 214px !important;
  overflow: visible !important;
  padding: 58px 30px 28px !important;
  position: relative !important;
  width: calc(100% - 72px) !important;
}

.vcard__qr-code .qr-code::before {
  background: linear-gradient(90deg, transparent, rgba(79, 189, 120, 0.22), transparent) !important;
  content: "" !important;
  height: 2px !important;
  left: 42px !important;
  position: absolute !important;
  right: 42px !important;
  top: 92px !important;
  z-index: 2 !important;
  animation: vcard4QrScan 3.2s ease-in-out infinite !important;
}

.vcard__qr-code .qr-code-profile {
  background: #ffffff !important;
  border: 6px solid rgba(236, 248, 243, 0.95) !important;
  border-radius: 50% !important;
  box-shadow: 0 16px 30px rgba(0, 74, 69, 0.16) !important;
  height: 76px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 8px !important;
  width: 76px !important;
  z-index: 3 !important;
}

.vcard__qr-code #qr-code-four {
  align-items: center !important;
  background: #ffffff !important;
  border-radius: 18px !important;
  box-shadow: inset 0 0 0 1px rgba(0, 74, 69, 0.08) !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 auto !important;
  padding: 16px !important;
  position: relative !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.vcard__qr-code #qr-code-four img,
.vcard__qr-code #qr-code-four svg {
  border-radius: 10px !important;
  display: block !important;
  height: 150px !important;
  max-height: 150px !important;
  max-width: 150px !important;
  width: 150px !important;
}

@media (max-width: 575px) {
  .vcard__qr-code {
    padding: 30px 0 36px !important;
  }
  .vcard__qr-code .vcard__heading {
    font-size: 22px !important;
  }
  .vcard__qr-code .qr-code {
    border-radius: 22px !important;
    max-width: 300px !important;
    padding: 54px 18px 22px !important;
    width: calc(100% - 48px) !important;
  }
  .vcard__qr-code .qr-code-profile {
    height: 70px !important;
    width: 70px !important;
  }
  .vcard__qr-code #qr-code-four img,
  .vcard__qr-code #qr-code-four svg {
    height: 138px !important;
    max-height: 138px !important;
    max-width: 138px !important;
    width: 138px !important;
  }
}
/* vcard4QrFinalVisibilityPolish */
@keyframes vcard4QrBeam {
  0% {
    opacity: 0;
    transform: translateY(-72px);
  }
  12% {
    opacity: 1;
  }
  56% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(118px);
  }
}
@keyframes vcard4QrLogoFloat {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-5px) scale(1.04);
  }
}
.vcard__qr-code {
  padding-top: 52px !important;
}

.vcard__qr-code .vcard__heading {
  display: block !important;
  margin: 0 auto 42px !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 6 !important;
}

.vcard__qr-code .qr-code {
  margin-top: 0 !important;
  padding-top: 64px !important;
}

.vcard__qr-code .qr-code-profile {
  animation: vcard4QrLogoFloat 3.4s ease-in-out infinite !important;
  top: 0 !important;
}

.vcard__qr-code .qr-code::before {
  animation: vcard4QrBeam 2.6s ease-in-out infinite !important;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 139, 116, 0.14) 12%, rgba(0, 139, 116, 0.72) 50%, rgba(0, 139, 116, 0.14) 88%, transparent 100%) !important;
  box-shadow: 0 0 18px rgba(0, 139, 116, 0.45), 0 0 34px rgba(79, 189, 120, 0.35) !important;
  height: 4px !important;
  left: 62px !important;
  right: 62px !important;
  top: 118px !important;
  z-index: 5 !important;
}

.vcard__qr-code #qr-code-four::before {
  background: linear-gradient(90deg, rgba(0, 139, 116, 0.22) 50%, transparent 50%), linear-gradient(90deg, rgba(0, 139, 116, 0.22) 50%, transparent 50%), linear-gradient(0deg, rgba(0, 139, 116, 0.22) 50%, transparent 50%), linear-gradient(0deg, rgba(0, 139, 116, 0.22) 50%, transparent 50%) !important;
  background-position: top left, bottom left, top left, top right !important;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y !important;
  background-size: 16px 2px, 16px 2px, 2px 16px, 2px 16px !important;
  border-radius: 18px !important;
  content: "" !important;
  inset: 8px !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 4 !important;
}

.vcard__qr-code #qr-code-four img,
.vcard__qr-code #qr-code-four svg {
  position: relative !important;
  z-index: 3 !important;
}

.vcard4-qr-open-btn {
  border: 0 !important;
  cursor: zoom-in !important;
  outline: 0 !important;
}

.vcard4-payment-qr-trigger {
  cursor: zoom-in !important;
  display: inline-block !important;
}

.vcard4-qr-lightbox {
  align-items: center;
  background: rgba(3, 24, 25, 0.86);
  backdrop-filter: blur(16px);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.22s ease;
  z-index: 10050;
}

.vcard4-qr-lightbox.show {
  display: flex !important;
  opacity: 1;
  pointer-events: auto;
}

.vcard4-qr-lightbox-close {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  color: #004a51;
  display: flex;
  height: 44px;
  justify-content: center;
  position: fixed;
  right: 22px;
  top: 22px;
  width: 44px;
  z-index: 2;
}

.vcard4-qr-lightbox-panel {
  animation: vcard4QrLightboxIn 0.24s ease both;
  background: radial-gradient(circle at 50% 0%, rgba(82, 190, 132, 0.16), transparent 42%), #ffffff;
  border: 1px solid rgba(113, 178, 128, 0.26);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  max-width: 430px;
  padding: 18px;
  width: min(100%, 430px);
}

.vcard4-qr-lightbox-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
}
.vcard4-qr-lightbox-head span {
  color: #004a51;
  font-size: 18px;
  font-weight: 900;
}

.vcard4-qr-download {
  align-items: center;
  background: linear-gradient(126.11deg, #134E5E 0%, #54b972 100%);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(19, 78, 94, 0.22);
  color: #ffffff !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  padding: 10px 14px;
  text-decoration: none !important;
}

.vcard4-qr-lightbox-frame {
  align-items: center;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(135deg, rgba(0, 139, 116, 0.34), rgba(84, 185, 114, 0.2)) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  min-height: 320px;
  padding: 28px;
}

.vcard4-qr-lightbox-image {
  display: block !important;
  height: auto !important;
  max-height: 74vh !important;
  max-width: 100% !important;
  width: min(280px, 76vw) !important;
}

@keyframes vcard4QrLightboxIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 575px) {
  .vcard4-qr-lightbox {
    padding: 16px;
  }
  .vcard4-qr-lightbox-panel {
    border-radius: 24px;
    padding: 14px;
  }
  .vcard4-qr-lightbox-frame {
    min-height: 280px;
    padding: 22px;
  }
  .vcard4-qr-download span {
    display: inline !important;
  }
}
@media (max-width: 575px) {
  .vcard__qr-code {
    padding-top: 44px !important;
  }
  .vcard__qr-code .vcard__heading {
    margin-bottom: 38px !important;
  }
  .vcard__qr-code .qr-code {
    padding-top: 58px !important;
  }
  .vcard__qr-code .qr-code::before {
    left: 44px !important;
    right: 44px !important;
    top: 108px !important;
  }
}
/* Absolute final CTA animation override for template 4 */
.vcard__service .service-card .enquiry-btn .btn-primary-enquiry,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry {
  animation: vcard4WhatsappPulse 2.8s ease-in-out infinite !important;
  background: linear-gradient(126.11deg, #00806f 0%, #20a36d 48%, #54b972 100%) !important;
  color: #ffffff !important;
  isolation: isolate !important;
  overflow: hidden !important;
  position: relative !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry::before,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry::before,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry::before {
  animation: vcard4WhatsappShimmer 3.2s ease-in-out infinite !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent) !important;
  content: "" !important;
  height: 150% !important;
  left: -35% !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -25% !important;
  width: 34% !important;
  z-index: 1 !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry i,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry i,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry i {
  color: #ffffff !important;
  font-size: 18px !important;
  position: relative !important;
  z-index: 2 !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry span,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry span,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry span {
  color: #ffffff !important;
  font-weight: 900 !important;
  position: relative !important;
  z-index: 2 !important;
}

@keyframes vcard4WhatsappShimmer {
  0% {
    transform: translateX(-130%) skewX(-18deg);
  }
  46%, 100% {
    transform: translateX(230%) skewX(-18deg);
  }
}
@keyframes vcard4WhatsappPulse {
  0%, 100% {
    box-shadow: 0 12px 22px rgba(0, 128, 111, 0.18), 0 0 0 0 rgba(37, 211, 102, 0.28);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 16px 28px rgba(0, 128, 111, 0.24), 0 0 0 7px rgba(37, 211, 102, 0);
    transform: translateY(-1px);
  }
}
.vcard__service .service-card .enquiry-btn .btn-primary-enquiry,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry {
  align-items: center !important;
  animation: vcard4WhatsappPulse 2.8s ease-in-out infinite !important;
  background: linear-gradient(126.11deg, #00806f 0%, #20a36d 48%, #54b972 100%) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  gap: 8px !important;
  isolation: isolate !important;
  overflow: hidden !important;
  position: relative !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry::before,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry::before,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry::before {
  animation: vcard4WhatsappShimmer 3.2s ease-in-out infinite !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent) !important;
  content: "" !important;
  height: 150% !important;
  left: -35% !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -25% !important;
  width: 34% !important;
  z-index: 1 !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry i,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry i,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry i {
  color: #ffffff !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 18px !important;
  line-height: 1 !important;
  position: relative !important;
  z-index: 2 !important;
}

.vcard__service .service-card .enquiry-btn .btn-primary-enquiry span,
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry span,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry span {
  color: #ffffff !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em !important;
  position: relative !important;
  text-shadow: 0 1px 1px rgba(0, 66, 55, 0.22) !important;
  z-index: 2 !important;
}

.btn-check:focus + .btn {
  outline: unset !important;
  box-shadow: unset !important;
}

.btn:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media (max-width: 425px) {
  .enquiry-btn {
    width: 100%;
    margin-top: 4px;
  }
}
.enquiry-btn .btn-primary-enquiry {
  align-items: center;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 22px rgba(19, 78, 94, 0.18);
  color: #fff !important;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  max-width: 100%;
  min-height: 44px;
  min-width: 0;
  overflow: hidden;
  padding: 10px 14px !important;
  text-wrap: nowrap !important;
  transition: all 0.3s ease;
  width: 100%;
}
@media (max-width: 425px) {
  .enquiry-btn .btn-primary-enquiry {
    width: 100%;
  }
}
.enquiry-btn .btn-primary-enquiry span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enquiry-btn .btn-primary-enquiry:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
  box-shadow: 0 16px 28px rgba(19, 78, 94, 0.24);
  transform: translateY(-1px);
}

.btn-wp-visit-store {
  text-wrap: nowrap !important;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  transition: all 0.3s ease;
  color: #fff !important;
  padding: 6px 20px !important;
  display: inline-block;
}
@media (max-width: 425px) {
  .btn-wp-visit-store {
    width: 100%;
  }
}
.btn-wp-visit-store:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}

.btn-product-enquiry {
  text-wrap: nowrap !important;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  transition: all 0.3s ease;
  color: #fff !important;
}
.btn-product-enquiry:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}

.vcard4-btn-div {
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%) !important;
}

.vcard4-sticky-btn {
  background-color: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  height: 40px;
  color: floralwhite;
}

.vcard4-btn-group {
  width: 50px;
  height: 50px;
  color: white;
  border: 1px solid green;
  background-image: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%) !important;
  border-radius: 50px !important;
}

a {
  text-decoration: none;
}

body {
  background-color: #E5E5E5 !important;
}

.vcard-four-heading {
  font-weight: 500;
  font-size: 28px;
  color: #134E5E;
}

.link-back {
  background-color: #aed2b6;
  margin-bottom: 55px !important;
}

.font-primary {
  color: #3D7B6E !important;
}

.vcard {
  max-width: 576px;
  min-height: 100vh;
  background-color: #fff;
}
.vcard__heading {
  font-size: 22px;
  font-weight: 600;
  color: #134E5E;
}
.vcard__banner img {
  height: 300px !important;
  width: 100%;
}
.vcard__banner .image-icon img {
  height: 20px;
  width: 25px;
}
.vcard__profile {
  padding-top: 20px;
  z-index: 10;
}
.vcard__avatar {
  z-index: 10;
  margin-top: -90px;
}
@media (max-width: 575px) {
  .vcard__avatar {
    text-align: center;
  }
}
.vcard__avatar img {
  min-width: 200px;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
}
@media (max-width: 575px) {
  .vcard__position .vcard_details {
    margin-top: 0;
  }
}
.vcard__position .vcard_details .avatar-name {
  font-size: 22px;
  font-weight: 600;
  color: #134E5E;
}
.vcard__position .vcard_details .avatar-designation {
  font-size: 18px;
  color: #3D7B6E;
  font-weight: 500;
}
.vcard__position .vcard_details .avatar-company {
  font-size: 14px;
  font-weight: 500;
  margin: 5px;
  color: #3D7B6E;
}
.vcard__social {
  max-width: 280px;
  width: 100%;
}
.vcard__social .icons {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #134E5E;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 4px;
}
.vcard__social .icons:hover {
  background-color: #DEEFE3;
}
.vcard__social .icons .icon {
  color: #134E5E;
  font-size: 1.3em;
  margin-top: 1px !important;
}
.vcard__social .icons .twitter_icon {
  height: 20px !important;
  fill: #134E5E !important;
  transition: all 0.3s ease;
}
.vcard__event-card {
  background-color: #DEEFE3;
  border-radius: 50px;
}
.vcard__event-card .event-icon {
  height: 30px;
}
.vcard__event-card .event-name {
  font-size: 14px;
  color: #141414;
  font-weight: 500;
  padding: 5px !important;
  text-align: -webkit-center !important;
  word-break: break-word !important;
}
.vcard .line-shape {
  width: 162px;
  height: 245px;
  border: 1px solid #134E5E;
  border-radius: 325px;
  top: 0;
  left: -80px;
  z-index: 0;
}
@media (max-width: 576px) {
  .vcard .line-shape {
    left: -110px;
  }
}
.vcard .line-shape .inner-circle {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: #DEEFE3;
  right: -15px;
  top: 20px;
}
.vcard__appointment .appointment {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
}
.vcard__appointment .appointment .appoint-date {
  font-size: 16px;
}
.vcard__appointment .appointment .appoint-input {
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  border: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-radius: 10px;
  background: #DEEFE3;
}
.vcard__appointment .appointment .appoint-input:focus-visible {
  outline: none;
}
.vcard__appointment .appointment .appoint-btn {
  padding: 10px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard__appointment .appointment .appoint-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}
.vcard .service-container {
  z-index: 10;
}
.vcard__service .service-lightbox-trigger,
.vcard__service .service-new-image {
  cursor: zoom-in;
}
.vcard__service .service-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(19, 78, 94, 0.08);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  max-height: none;
  min-height: 100%;
  overflow: hidden;
}
.vcard__service .service-card .service-new-image {
  width: 100%;
  height: 220px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 0.5rem;
}
.vcard__service .service-card .card-body {
  padding-left: 0 !important;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.vcard__service .service-card .card-body .title-text {
  color: #1c4854;
}
.vcard__service .service-card .card-body .description-text {
  color: #79959d;
  line-height: 1.45;
}
.vcard__service .service-card .card-body .enquiry-btn {
  margin-top: auto !important;
  width: 100%;
}
.vcard__service .service-card .service-image {
  min-width: 90px;
  width: 90px;
  height: 90px;
  background-color: #DEEFE3;
}
.vcard__service .service-card .service-image img {
  max-width: 80px;
  max-height: 80px;
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard__service .service-card .service-details h4 {
  font-size: 18px;
  font-weight: 500;
  color: #141414;
}
.vcard__service .service-card .service-details p {
  font-size: 14px;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.vcard__service .row > [class*=col-] {
  display: flex;
}
.vcard__service .services-slider-view .slick-list {
  padding-top: 5px !important;
  height: auto !important;
}
.vcard__service .services-slider-view .service-card {
  border-radius: 10px;
  min-height: 213px;
  overflow: hidden;
  background-color: transparent;
}
@media (max-width: 425px) {
  .vcard__service .services-slider-view .service-card {
    flex-direction: column;
    min-height: 268px;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .vcard__service .services-slider-view .service-card .service-sub-card {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.vcard__service .services-slider-view .service-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 6px;
}
.vcard__service .services-slider-view .service-card .description-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 84px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .vcard__service .services-slider-view .service-card .description-text {
    min-height: 63px;
    -webkit-line-clamp: 3;
  }
}
.vcard__service .services-slider-view .service-card .img {
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  float: left;
}
.vcard__service .services-slider-view .service-card .img img {
  width: 120px;
  height: 120px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 500px) {
  .vcard__service .services-slider-view .service-card .img img {
    width: 90px;
    height: 90px;
  }
}
.vcard__service .services-slider-view .slick-list .slick-slide {
  margin: 0 15px;
}
.vcard__service .services-slider-view .slick-dots {
  bottom: -20px !important;
}
.vcard__service .services-slider-view .slick-dots li {
  margin: 0;
}
.vcard__service .services-slider-view .slick-dots button::before {
  font-size: 20px;
  color: #3D7B6E;
}
.vcard .slick-dots > li {
  display: inline-block;
}
.vcard .slick-dots > li:only-child {
  display: none;
}
.vcard__gallery .gallery-slider .slick-track {
  display: flex !important;
}
.vcard__gallery .gallery-slider .slick-slide {
  margin: 0 17px;
  display: flex;
  height: auto;
}
.vcard__gallery .gallery-slider .slick-list {
  padding: 10px 0;
}
.vcard__gallery .gallery-slider .slick-dots li {
  width: 10px !important;
}
.vcard__gallery .gallery-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.vcard__gallery .gallery-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
  padding: 5px;
}
.vcard__gallery .gallery-card .gallery-profile img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 238px;
}
.vcard__gallery .gallery-card .gallery-profile .gallery-link:focus-visible {
  outline: none;
}
.vcard__gallery .gallery-card .gallery-profile .gallery-item {
  display: inline-block;
  width: 100%;
  height: 238px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.vcard .gallery-filter-nav {
  padding: 0 10px;
}
.vcard .gallery-filter-btn {
  border: 1px solid #134E5E;
  background-color: #fff;
  color: #134E5E;
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease;
}
.vcard .gallery-filter-btn.active {
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  color: #fff;
}
.vcard .gallery-filter-panel {
  display: none;
}
.vcard .gallery-filter-panel.active {
  display: block;
}
.vcard .video-container {
  height: 238px;
}
.vcard .audio-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 242px;
  padding: 0;
}
.vcard .audio-container .audio-image {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 0;
  margin-bottom: 0;
}
.vcard .audio-container audio {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 400px;
  z-index: 2;
}
.vcard .audio-container:fullscreen {
  padding: 15% !important;
}
@media (max-width: 575px) {
  .vcard .audio-container:fullscreen {
    padding: 20px !important;
    flex-direction: column;
  }
}
.vcard .audio-container:fullscreen .audio-image {
  border-radius: 12px;
}
@media (max-width: 575px) {
  .vcard .audio-container:fullscreen .audio-image {
    height: 350px;
  }
}
.vcard .audio-container:fullscreen audio {
  bottom: 28%;
  min-width: 45%;
}
@media (max-width: 575px) {
  .vcard .audio-container:fullscreen audio {
    position: static;
    transform: none;
    width: 90%;
    margin-top: -70px;
  }
}
.vcard__product .product-slider .slick-track {
  display: flex !important;
}
.vcard__product .product-slider .slick-slide {
  margin: 0 17px;
  height: 100%;
}
.vcard__product .product-slider .slick-list {
  padding: 10px 0;
}
.vcard__product .product-slider .slick-dots li {
  width: 10px !important;
}
.vcard__product .product-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.vcard__product .product-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
  padding: 15px;
}
.vcard__product .product-card .product-profile img {
  -o-object-fit: contain;
     object-fit: contain;
}
.vcard__product .product-card .product-details {
  margin-top: 10px !important;
  min-height: 94px;
}
@media (max-width: 425px) {
  .vcard__product .product-card .product-details {
    min-height: 119px;
  }
}
.vcard__product .product-card .product-details .product-info {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 425px) {
  .vcard__product .product-card .product-details .product-info {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.vcard__product .product-card .product-details .product-info > a {
  overflow: hidden;
}
.vcard__product .product-card .product-details h4 {
  font-weight: 500;
  font-size: 18px;
  color: #141414;
  min-height: 43px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 43px;
}
.vcard__product .product-card .product-details span {
  font-weight: 500;
  font-size: 14px;
  color: #B8B8B8;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 7px;
}
@media (max-width: 425px) {
  .vcard__product .product-card .product-details span {
    text-align: center;
    width: 100%;
  }
}
.vcard__product .product-card .product-details p {
  font-size: 14px;
  font-weight: 400;
  color: #141414;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 63px;
}
.vcard__product_details_page .product-slider .slick-track {
  display: flex !important;
}
.vcard__product_details_page .product-slider .slick-slide {
  margin: 0 17px;
  display: flex;
  height: auto;
}
.vcard__product_details_page .product-slider .slick-list {
  padding: 10px 0;
}
.vcard__product_details_page .product-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
  padding: 15px 15px 0 15px;
}
.vcard__product_details_page .product-card .product-profile img {
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard__product_details_page .product-card .product-details {
  margin-top: 20px !important;
}
.vcard__product_details_page .product-card .product-details h4 {
  font-weight: 500;
  font-size: 18px;
  color: #141414;
}
.vcard__product_details_page .product-card .product-details span {
  font-weight: 500;
  font-size: 14px;
  color: #B8B8B8;
}
.vcard__product_details_page .product-card .product-details p {
  font-size: 14px;
  font-weight: 400;
  color: #141414;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 580px) {
  .vcard__product_details_page .product-card {
    width: 99% !important;
  }
  .vcard__product_details_page .product-card img {
    width: 100% !important;
  }
}
.vcard .activeSlot {
  background-color: #134E5E !important;
  color: white !important;
}
.vcard__whatsapp-store .whatsapp-store-vcard .slick-track {
  display: flex !important;
}
.vcard__whatsapp-store .whatsapp-store-vcard .slick-slide {
  margin: 0 17px;
  height: 100%;
}
.vcard__whatsapp-store .whatsapp-store-vcard .slick-list {
  padding: 10px 0;
}
.vcard__whatsapp-store .whatsapp-store-vcard .slick-dots li {
  width: 10px !important;
}
.vcard__whatsapp-store .whatsapp-store-vcard .slick-dots li button:before {
  font-size: 30px !important;
}
.vcard__whatsapp-store .whatsapp-store-shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
  padding: 15px;
}
.vcard__whatsapp-store .whatsapp-store-shadow .whatsapp-store-profile img {
  -o-object-fit: contain;
     object-fit: contain;
}
.vcard__whatsapp-store .whatsapp-store-shadow .whatsapp-store-details {
  margin-top: 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
}
.vcard__whatsapp-store .whatsapp-store-shadow .whatsapp-store-details h4 {
  font-weight: 500;
  font-size: 18px;
  color: #141414;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 43px;
}
.vcard__testimonial .testimonial-slider .slick-track {
  display: flex !important;
}
.vcard__testimonial .testimonial-slider .slick-slide {
  margin: 0 17px;
  display: flex;
  height: auto;
}
.vcard__testimonial .testimonial-slider .slick-list {
  padding: 10px 0;
}
.vcard__testimonial .testimonial-slider .slick-dots li {
  width: 10px !important;
}
.vcard__testimonial .testimonial-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.vcard__testimonial .testimonial-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
  min-height: 253px;
}
.vcard__testimonial .testimonial-card .testimonial-image {
  min-width: 70px;
  width: 70px;
  height: 70px;
  min-height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.vcard__testimonial .testimonial-card .testimonial-details p {
  font-size: 14px;
  color: #141414;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 96px;
}
.vcard__testimonial .testimonial-card .reviews .review-star {
  color: #FFCA2C;
}
.vcard__testimonial .testimonial-card .testimonial-user .user-name {
  font-size: 16px;
  color: #3D7B6E;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vcard__testimonial .testimonial-card .testimonial-user .user-name::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 70px;
  height: 2px;
  border-radius: 5px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  left: 50%;
  transform: translateX(-50%);
}
.vcard__testimonial .testimonial-card .testimonial-user .user-designation {
  font-size: 12px;
  color: #141414;
}
.vcard .slick-dots > li {
  display: inline-block;
}
.vcard .slick-dots > li:only-child {
  display: none;
}
.vcard__blog .blog-slider {
  margin-top: -35px !important;
}
.vcard__blog .blog-slider .slick-track {
  display: flex !important;
}
.vcard__blog .blog-slider .slick-slide {
  margin: 0 28px;
  display: flex;
  height: auto;
}
.vcard__blog .blog-slider .slick-list {
  padding: 30px 0;
  overflow: visible;
}
.vcard__blog .blog-slider .slick-dots li {
  width: 10px !important;
}
.vcard__blog .blog-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.vcard__blog .blog-slider .blog-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .vcard__blog .blog-slider .blog-card {
    padding: 20px;
  }
}
.vcard__blog .blog-slider .blog-card .blog-image img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 575px) {
  .vcard__blog .blog-slider .blog-card .blog-image img {
    border-radius: 15px;
    margin: auto;
  }
}
.vcard__blog .blog-slider .blog-card .blog-details {
  min-height: 167px;
}
.vcard__blog .blog-slider .blog-card .blog-details a h4 {
  color: #3D7B6E;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 38px;
}
.vcard__blog .blog-slider .blog-card .blog-details p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-width: 100%;
  font-size: 14px;
  min-height: 84px;
}
.vcard__qr-code {
  background-color: #DEEFE3;
}
.vcard__qr-code .qr-code {
  max-width: 300px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.vcard__qr-code .qr-code .qr-code-image img {
  min-width: 170px;
  width: 170px;
  height: 170px;
}
.vcard__qr-code .qr-code .qr-code-profile {
  min-width: 80px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
}
.vcard__qr-code .qr-code-btn {
  padding: 10px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard__qr-code .qr-code-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}
.vcard .share-btn {
  padding: 10px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.vcard .share-btn a {
  color: #fff;
}
.vcard .share-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}
@media (max-width: 575px) {
  .vcard .share-btn {
    margin: 0 auto;
  }
}
.vcard__timing .business-card {
  padding: 20px !important;
  background: transparent;
  border-radius: 15px;
  border: 1px solid #B8B8B8;
}
@media (max-width: 575px) {
  .vcard__timing .business-card {
    padding: 15px !important;
  }
}
.vcard__timing .business-card .calendar-icon {
  background-color: #3D7B6E;
  border-radius: 12px;
}
.vcard__timing .business-card .business-hour-day-text {
  color: #949494 !important;
}
.vcard__timing .business-card .business-hour-time-text {
  color: #141414 !important;
}
.vcard__timing .business-card-today {
  border: 1px solid #134E5E;
}
.vcard__contact-us .contact-form input, .vcard__contact-us .contact-form textarea {
  padding: 0.688rem 0.75rem;
}
.vcard__contact-us .contact-form input:focus, .vcard__contact-us .contact-form textarea:focus {
  box-shadow: unset;
  border-color: #3D7B6E;
}
.vcard__contact-us .contact-form input::-moz-placeholder, .vcard__contact-us .contact-form textarea::-moz-placeholder {
  color: #B4B4B4;
}
.vcard__contact-us .contact-form input::placeholder, .vcard__contact-us .contact-form textarea::placeholder {
  color: #B4B4B4;
}
.vcard__contact-us .contact-form .form-check-input {
  border: 1px solid #dbdbdb;
}
.vcard__contact-us .contact-form .form-check-input:checked {
  background-color: #6571ff;
  border-color: #6571ff;
}
.vcard__contact-us .contact-form label {
  color: #B8B8B8;
}
.vcard__contact-us .contact-form .contact-btn {
  padding: 10px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.vcard__contact-us .contact-form .contact-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}
.vcard__contact-us .vcard-four-btn {
  padding: 10px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.vcard__contact-us .vcard-four-btn i {
  color: #fff;
}
.vcard__contact-us .vcard-four-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}
.vcard .language ul {
  list-style: none;
}
.vcard .language ul .lang-list {
  padding: 3px 9px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71B280 100%);
  border: none;
  outline: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.vcard .language ul .lang-list .lang-head {
  color: white;
}
.vcard .language ul .lang-list .lang-head i {
  color: white;
}
.vcard .language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 14px;
  width: 100%;
  left: unset !important;
  right: 0;
  min-width: 70px;
  transform: translateY(0);
}
.vcard .language ul .lang-list .lang-hover-list li {
  padding: 4px 10px;
}
.vcard .language ul .lang-list .lang-hover-list li:hover {
  background-color: rgba(37, 98, 101, 0.2) !important;
}
.vcard .language ul .lang-list .lang-hover-list li:hover a {
  color: #215c63 !important;
}
.vcard .language ul .lang-list .lang-hover-list li.active {
  background-color: rgba(37, 98, 101, 0.2) !important;
}
.vcard .language ul .lang-list .lang-hover-list li.active a {
  color: #215c63 !important;
}
.vcard .language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
}
.vcard .language ul .lang-list .lang-hover-list li img {
  height: 14px !important;
  width: 18px !important;
}

.service-image-lightbox .product-image-lightbox-dialog {
  max-width: min(92vw, 860px) !important;
}
.service-image-lightbox .product-image-lightbox-dialog img {
  background: #fff !important;
  border-radius: 18px !important;
  max-height: 82vh !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: auto !important;
}

.payment-link-section .slick-dots {
  position: relative;
  bottom: -12px;
  display: flex !important;
  justify-content: center;
  gap: 0px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
.payment-link-section .slick-dots li {
  margin: 0;
}
.payment-link-section .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  background: #c6c6c6;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.payment-link-section .slick-dots li.slick-active button {
  background: #494949;
  width: 10px;
  height: 10px;
}
.payment-link-section .payment-link-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.payment-link-section .payment-link-slider .slick-slide {
  height: auto;
}
.payment-link-section .payment-link-slider .slick-slide > div {
  height: 100%;
}
.payment-link-section .payment-link-slider .slide {
  height: 100%;
}
.payment-link-section .pl-strip {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  padding: 14px 16px;
  transition: all 0.3s ease;
  min-height: 120px;
  height: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.payment-link-section .pl-strip-icon {
  flex-shrink: 0;
  background: #c9e6d6;
  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: #141414;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payment-link-section .pl-strip-desc {
  font-size: 13px;
  color: #5b5b5b;
  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: 5px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.payment-link-section .pl-strip-badge {
  padding: 5px 13px 6px 17px;
  border-radius: 5px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.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;
}

.dob-icon {
  display: inline-block;
}
.dob-icon i, .dob-icon svg {
  width: 25px;
  height: 30px;
}
.dob-icon i path, .dob-icon svg path {
  fill: url(#vcard4-icon-gradient) !important;
}

.slick-slide > div {
  width: 100% !important;
}

.vcard .language ul .lang-list .dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  padding: 0;
  content: "";
  margin-left: 0.255em;
  vertical-align: 0.255em;
  transform: rotate(0deg);
}
.vcard .language ul .lang-list .lang-hover-list {
  margin: 0 0 0;
}
.vcard__event-card {
  background-color: #DEEFE3 !important;
  border-radius: 50px !important;
}

.profile-description {
  font-size: 17px;
  text-align: center;
  color: #6c757d !important;
}
.profile-description h1, .profile-description h2 {
  color: #6c757d !important;
}

#wrap {
  background-color: #ddd;
  padding: 50px 0;
}

#slider {
  width: 500px;
  margin: 0 auto;
}
#slider img {
  width: 100%;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 99%;
  width: 15px !important;
}

.prev-arrow {
  z-index: 99;
  left: 137px;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 11px solid #134E5E;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .prev-arrow {
    left: 43px;
  }
}

.next-arrow {
  z-index: 99;
  right: 137px;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 11px solid #134E5E;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .next-arrow {
    right: 43px;
  }
}

.slide-arrow-our-services {
  position: absolute;
  bottom: -20px;
  width: 13px !important;
}

.slick-dots {
  bottom: -35px !important;
}

.vcard__blog .blog-slider .slick-list {
  margin-bottom: 18px !important;
}

.vcard__blog .blog-slider .slick-dots {
  bottom: 20px !important;
}

.slide-arrow-blog {
  position: absolute;
  top: 85%;
  width: 15px !important;
}

.lb-data .lb-number {
  display: none !important;
}

.social-icons img, .social-icons svg {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50% !important;
}

.underline {
  background-color: #134E5E;
}

.add-contact-btn {
  width: 200px !important;
  text-wrap: nowrap !important;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  transition: all 0.3s ease;
}
.add-contact-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}

.product-btn {
  padding: 10px 20px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.product-btn:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%);
}

.view-more {
  color: #3D7B6E !important;
}

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

.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;
}
.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-title {
  font-size: 50px;
  text-align: center !important;
  color: #71B280;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #71B280;
  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: 5px 10px !important;
  border-radius: 8px !important;
}
.modal .news-modal #newsLatter-content .modal-body .required:after {
  color: #71B280;
  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;
  border-radius: 8px;
}
.modal .news-modal #newsLatter-content .modal-footer {
  padding: 1.875rem;
}
.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: #6571ff !important;
  border: unset;
  outline: unset;
  color: #fff;
  padding: 10px 20px !important;
  margin-top: 26px;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:hover {
  background-color: #6571ff !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
  box-shadow: unset;
}

#email-send {
  background-color: #71B280;
  color: white !important;
  font-size: 15px;
  border: none;
}

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

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.insta-feed {
  max-height: 1000px !important;
  overflow: scroll !important;
}

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

.instagram-btn {
  flex: 1;
  position: relative;
}
.instagram-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 100%;
  background-color: #3D7B6E;
  transition: width 0.3s ease;
}
.instagram-btn.active::before {
  width: 80%;
}
.instagram-btn .svg-post-icon rect, .instagram-btn .svg-post-icon line {
  stroke: #3D7B6E;
}
.instagram-btn.active .svg-post-icon rect, .instagram-btn.active .svg-post-icon line {
  fill: #3D7B6E;
  stroke: #fff;
}
.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, .instagram-btn .svg-reels-icon rect {
  fill: #3D7B6E;
}
.instagram-btn.active .svg-reels-icon .not-active-svg {
  display: none;
}
.instagram-btn.active .svg-reels-icon .active-svg {
  display: block;
}

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

.insta-heading {
  font-size: 22px;
  font-weight: 600;
  color: #134E5E;
  padding-top: 2.25rem !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;
}

.iframe-card .card-body {
  padding: 10px !important;
}

.ifram-body {
  height: 280px !important;
  width: 400px !important;
}

.support-banner {
  width: 100%;
  max-width: 520px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 10px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;
  margin-left: 32px;
  margin-right: 32px;
}
@media (max-width: 575px) {
  .support-banner {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.support-banner .support_heading {
  font-size: 27px;
  margin-top: 30px;
}
.support-banner .support_text {
  margin-bottom: 22px;
  max-height: 110px !important;
  overflow: scroll !important;
  margin-top: 13px;
}

.act-now {
  padding: 10px 23px;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: none;
  outline: none;
  transition: all 0.3s ease;
  transform: translateY(0);
  text-decoration: none;
  color: white;
  position: relative;
  bottom: 10px;
  display: inline-block !important;
  border-radius: 15px;
}

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

.inquries {
  margin-top: -22px !important;
}

.iframe-slider {
  margin-top: -35px !important;
}
.iframe-slider .slick-track {
  display: flex !important;
}
.iframe-slider .slick-slide {
  margin: 0 28px;
  display: flex;
  height: auto;
}
.iframe-slider .slick-list {
  padding: 30px 0;
  overflow: visible;
}
.iframe-slider .slick-dots {
  bottom: 0px !important;
}
.iframe-slider .slick-dots li {
  width: 10px !important;
}
.iframe-slider .slick-dots li button:before {
  font-size: 30px !important;
}
.iframe-slider .iframe-card {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .iframe-slider .iframe-card {
    padding: 20px;
  }
}

.iframe-prev-arrow {
  z-index: 99;
  left: 137px;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 11px solid #134E5E;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .iframe-prev-arrow {
    left: 43px;
  }
}

.iframe-next-arrow {
  z-index: 99;
  right: 137px;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 11px solid #134E5E;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .iframe-next-arrow {
    right: 43px;
  }
}

.slide-arrow-iframe {
  position: absolute;
  top: 92% !important;
  width: 15px !important;
}

.hours-section {
  margin-top: -15px;
}

.cover-video {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.verification-icon {
  color: #71B280;
}

.pl-50 {
  padding-left: 50px;
}

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

.main-content.rtl .text-start {
  text-align: right !important;
}
.main-content.rtl .form-check {
  padding-right: 2.063em !important;
  padding-left: 0 !important;
}
.main-content.rtl .form-check .form-check-input {
  float: right !important;
  margin-right: -2.063em !important;
}
.main-content.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;
}
.main-content.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;
}

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

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

.input-box h4 {
  margin: 0;
  color: #b6b6b6 !important;
}

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

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

.file-list li span {
  color: #6c757d !important;
}

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

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

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

@media (min-width: 576px) {
  #newsLatterModal .modal-dialog {
    max-width: 420px !important;
  }
}

.close-modal {
  position: absolute !important;
  right: 8px !important;
  top: 8px !important;
  z-index: 1 !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: 32px;
  box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pwa-support .pwa-heading {
  font-size: 20px;
  margin-bottom: 12px;
}
.pwa-support .pwa-text {
  margin-bottom: 16px;
}

.pwa-install-button {
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%) !important;
  color: #fff !important;
  border-radius: 15px !important;
  border: none !important;
}
.pwa-install-button:hover {
  background: linear-gradient(-126.11deg, #134E5E 0%, #71B280 100%) !important;
}

.pwa-cancel-button {
  background-color: #adb5bd !important;
  color: #000000;
  border-radius: 15px !important;
  padding: 0.563rem 1.563rem;
  border: none !important;
}
.pwa-cancel-button:hover {
  background-color: #d1d5db !important;
  border: none !important;
  color: #000000 !important;
}

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

.product-img-slider {
  padding-bottom: 20px !important;
}
.product-img-slider .slick-dots {
  bottom: 0px !important;
}
.product-img-slider .slick-dots li button:before {
  font-size: 20px !important;
  color: #3D7B6E !important;
}

.language-btn {
  z-index: 99999 !important;
}

/* Professional theme gallery refresh */
.vcard__gallery {
  background: linear-gradient(180deg, rgba(222, 239, 227, 0.34), rgba(255, 255, 255, 0) 78%);
  border-radius: 28px;
  margin-inline: auto;
  padding: 18px 10px 30px;
  position: relative;
}
.vcard__gallery .vcard__heading {
  margin-bottom: 10px;
}
.vcard__gallery .gallery-slider .slick-list {
  padding: 12px 0 34px !important;
}
.vcard__gallery .gallery-slider .slick-slide {
  height: auto;
  margin: 0 12px;
}
.vcard__gallery .gallery-slider .slick-dots {
  align-items: center;
  bottom: -6px !important;
  display: flex !important;
  gap: 8px;
  justify-content: center;
  margin: 0;
}
.vcard__gallery .gallery-slider .slick-dots li {
  height: 8px !important;
  margin: 0 !important;
  width: auto !important;
}
.vcard__gallery .gallery-slider .slick-dots li button {
  background: rgba(19, 78, 94, 0.22);
  border: 0;
  border-radius: 999px;
  height: 8px;
  padding: 0;
  transition: width 0.22s ease, background 0.22s ease;
  width: 8px;
}
.vcard__gallery .gallery-slider .slick-dots li button::before {
  content: "" !important;
}
.vcard__gallery .gallery-slider .slick-dots li.slick-active button {
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  width: 24px;
}
.vcard__gallery .gallery-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(19, 78, 94, 0.1);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(19, 78, 94, 0.12);
  overflow: hidden;
  padding: 10px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  width: 100%;
}
.vcard__gallery .gallery-card:hover {
  border-color: rgba(19, 78, 94, 0.2);
  box-shadow: 0 24px 48px rgba(19, 78, 94, 0.18);
  transform: translateY(-4px);
}
.vcard__gallery .gallery-card .gallery-profile {
  border-radius: 16px;
  overflow: hidden;
}
.vcard__gallery .gallery-card .gallery-profile img,
.vcard__gallery .gallery-card .gallery-profile .gallery-item {
  aspect-ratio: 4/3;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  display: block;
  height: auto !important;
  min-height: 210px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  transition: transform 0.32s ease;
  width: 100%;
}
.vcard__gallery .gallery-card:hover .gallery-profile img,
.vcard__gallery .gallery-card:hover .gallery-profile .gallery-item {
  transform: scale(1.035);
}

.vcard .gallery-filter-nav {
  gap: 10px !important;
  margin-bottom: 18px !important;
  padding: 0 6px !important;
}
.vcard .gallery-filter-btn {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(19, 78, 94, 0.28);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(19, 78, 94, 0.08);
  color: #134E5E;
  min-height: 38px;
  padding: 9px 18px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}
.vcard .gallery-filter-btn:hover {
  border-color: rgba(19, 78, 94, 0.52);
  box-shadow: 0 14px 30px rgba(19, 78, 94, 0.14);
  transform: translateY(-2px);
}
.vcard .gallery-filter-btn.active {
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border: 1px solid transparent;
  box-shadow: 0 16px 32px rgba(19, 78, 94, 0.22);
  color: #fff;
}

@media (max-width: 575px) {
  .vcard__gallery {
    border-radius: 22px;
    padding: 14px 4px 28px;
  }
  .vcard__gallery .gallery-card {
    border-radius: 18px;
    padding: 8px;
  }
  .vcard__gallery .gallery-card .gallery-profile img,
  .vcard__gallery .gallery-card .gallery-profile .gallery-item {
    min-height: 180px;
  }
}
/* Professional theme product refresh */
.vcard__product {
  background: linear-gradient(180deg, rgba(222, 239, 227, 0.26), rgba(255, 255, 255, 0) 78%);
  border-radius: 28px;
  margin-inline: auto;
  padding: 18px 10px 30px;
  position: relative;
}
.vcard__product .vcard__heading {
  margin-bottom: 12px;
}
.vcard__product .product-slider .slick-list {
  padding: 14px 0 34px !important;
}
.vcard__product .product-slider .slick-slide {
  display: flex !important;
  height: auto !important;
  margin: 0 12px;
}
.vcard__product .product-slider .slick-slide > div,
.vcard__product .product-slider .slick-slide .col-6,
.vcard__product .product-slider .slick-slide > div > div {
  display: flex !important;
  height: 100%;
  width: 100%;
}
.vcard__product .product-slider .slick-dots {
  align-items: center;
  bottom: -6px !important;
  display: flex !important;
  gap: 8px;
  justify-content: center;
  margin: 0;
}
.vcard__product .product-slider .slick-dots li {
  height: 8px !important;
  margin: 0 !important;
  width: auto !important;
}
.vcard__product .product-slider .slick-dots li button {
  background: rgba(19, 78, 94, 0.22);
  border: 0;
  border-radius: 999px;
  height: 8px;
  padding: 0;
  transition: width 0.22s ease, background 0.22s ease;
  width: 8px;
}
.vcard__product .product-slider .slick-dots li button::before {
  content: "" !important;
}
.vcard__product .product-slider .slick-dots li.slick-active button {
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  width: 24px;
}
.vcard__product .product-card {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(19, 78, 94, 0.1) !important;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(19, 78, 94, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  overflow: hidden;
  padding: 12px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.vcard__product .product-card:hover {
  border-color: rgba(19, 78, 94, 0.22) !important;
  box-shadow: 0 26px 54px rgba(19, 78, 94, 0.18);
  transform: translateY(-4px);
}
.vcard__product .product-card .product-profile {
  background: #fff;
  border-radius: 18px;
  display: flex;
  min-height: 190px;
  overflow: hidden;
}
.vcard__product .product-card .product-profile img {
  aspect-ratio: 4/3;
  border-radius: 18px;
  height: auto !important;
  min-height: 190px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 8px;
  transition: transform 0.28s ease;
  width: 100% !important;
}
.vcard__product .product-card:hover .product-profile img {
  transform: scale(1.035);
}
.vcard__product .product-card .product-details {
  display: flex !important;
  flex: 1 1 auto;
  margin-top: 14px !important;
  min-height: 138px;
}
.vcard__product .product-card .product-details h4 {
  color: #123746;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 12px;
  min-height: 42px;
}
.vcard__product .product-card .product-details .product-info {
  align-items: stretch;
  flex-direction: column;
  gap: 12px;
  margin-top: auto !important;
}
.vcard__product .product-card .product-details .product-info > div:first-child {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.vcard__product .product-card .product-details span {
  color: #134E5E !important;
  display: block;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.2;
  padding-right: 0;
}
.vcard__product .product-card .product-details .enquiry-btn {
  flex: 0 0 auto;
  margin-top: 0 !important;
  max-width: none;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}
.vcard__product .product-card .product-details .btn-primary-enquiry {
  border-radius: 12px;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px !important;
  width: 100%;
}
.vcard__product .product-card .product-details .btn-primary-enquiry i {
  font-size: 15px;
}
.vcard__product .view-more {
  color: #134E5E !important;
  display: inline-flex;
  font-size: 15px !important;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-decoration: none !important;
}
.vcard__product .view-more::after {
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border-radius: 999px;
  bottom: -7px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: width 0.22s ease;
  width: 100%;
}

@media (max-width: 575px) {
  .vcard__product {
    border-radius: 22px;
    padding: 14px 4px 28px;
  }
  .vcard__product .product-card {
    border-radius: 18px;
    min-height: 320px;
    padding: 10px;
  }
  .vcard__product .product-card .product-profile,
  .vcard__product .product-card .product-profile img {
    min-height: 170px;
  }
  .vcard__product .product-card .product-details h4 {
    font-size: 15px;
    min-height: 40px;
  }
  .vcard__product .product-card .product-details span {
    font-size: 15px;
  }
  .vcard__product .product-card .product-details .product-info {
    align-items: stretch;
    flex-direction: column;
  }
  .vcard__product .product-card .product-details .product-price-stack {
    gap: 7px;
    width: 100%;
  }
  .vcard__product .product-card .product-details .product-net-price,
  .vcard__product .product-card .product-details .product-selling-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .vcard__product .product-card .product-details .product-net-price small,
  .vcard__product .product-card .product-details .product-selling-price small {
    color: #79959d;
    font-size: 11px;
    font-weight: 750;
    line-height: 1;
  }
  .vcard__product .product-card .product-details .product-net-price del {
    color: #ef4444;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
  }
  .vcard__product .product-card .product-details .product-selling-price strong {
    color: #134E5E !important;
    display: block;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.2;
    padding-right: 0;
  }
  .vcard__product .product-card .product-details .enquiry-btn {
    max-width: none;
    width: 100%;
  }
  .vcard__product .product-card .product-details .btn-primary-enquiry {
    align-items: center;
    background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%) !important;
    border-radius: 999px;
    box-shadow: 0 12px 22px rgba(19, 78, 94, 0.18);
    color: #fff !important;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    min-width: 0;
    overflow: visible;
    padding: 10px 14px !important;
    text-wrap: nowrap !important;
    width: 100%;
  }
  .vcard__product .product-card .product-details .btn-primary-enquiry i {
    color: #fff !important;
    font-size: 15px;
  }
  .vcard__product .product-card .product-details .btn-primary-enquiry span {
    color: #fff !important;
    font-weight: 800;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }
}
.vcard__product .vcard-products-grid {
  align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
  row-gap: 16px;
}
.vcard__product .vcard-products-grid .product-grid-col {
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
}
.vcard__product .vcard-products-grid .product-grid-col > div {
  display: flex;
  width: 100%;
}
.vcard__product .vcard-products-grid .product-card {
  box-shadow: 0 14px 34px rgba(19, 78, 94, 0.1);
  min-height: 0;
  padding: 12px;
}
.vcard__product .vcard-products-grid .product-card .product-profile {
  align-items: center;
  justify-content: center;
  min-height: 178px;
}
.vcard__product .vcard-products-grid .product-card .product-profile img {
  max-height: 178px;
  min-height: 178px;
}
.vcard__product .vcard-products-grid .product-card .product-details {
  min-height: 146px;
}
.vcard__product .vcard-products-grid .product-card .product-details h4 {
  font-size: 15px;
  min-height: 40px;
}
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry {
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%) !important;
  border-radius: 999px;
  min-height: 42px;
}

.vcard__product_details_page .btn-product-enquiry.btn-primary-enquiry {
  align-items: center;
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%) !important;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 22px rgba(19, 78, 94, 0.18);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px !important;
}
.vcard__product_details_page .product-net-price,
.vcard__product_details_page .product-selling-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.vcard__product_details_page .product-net-price small,
.vcard__product_details_page .product-selling-price small {
  color: #79959d;
  font-size: 11px;
  font-weight: 750;
}
.vcard__product_details_page .product-net-price del {
  color: #ef4444;
  font-size: 14px;
  font-weight: 800;
}
.vcard__product_details_page .product-selling-price strong {
  color: #134E5E;
  font-size: 18px;
  font-weight: 850;
}

@media (max-width: 420px) {
  .vcard__product .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .vcard__product .vcard-products-grid {
    margin-left: -6px;
    margin-right: -6px;
  }
  .vcard__product .vcard-products-grid .product-grid-col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .vcard__product .vcard-products-grid .product-card {
    border-radius: 16px;
    padding: 10px;
  }
  .vcard__product .vcard-products-grid .product-card .product-profile,
  .vcard__product .vcard-products-grid .product-card .product-profile img {
    min-height: 148px;
  }
  .vcard__product .vcard-products-grid .product-card .product-profile img {
    max-height: 148px;
  }
  .vcard__product .vcard-products-grid .product-card .product-details {
    min-height: 150px;
  }
  .vcard__product .vcard-products-grid .product-card .product-details h4 {
    font-size: 13px;
  }
  .vcard__product .vcard-products-grid .product-card .product-details .product-selling-price strong {
    font-size: 15px;
  }
  .vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry {
    box-sizing: border-box;
    font-size: 11px;
    gap: 5px;
    min-height: 38px;
    max-width: 100%;
    overflow: hidden;
    padding: 8px 7px !important;
    white-space: normal;
  }
  .vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry span {
    line-height: 1.1;
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    white-space: normal;
  }
  .vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry i {
    flex: 0 0 auto;
  }
}
.profile-margin {
  margin-top: 70px !important;
}

@media (max-width: 375px) {
  .profile-margin {
    margin-top: 20px !important;
  }
}
.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: 1px solid rgb(219, 219, 219);
  border-radius: 15px !important;
  transform-origin: top left;
  transform: scale(1);
}

.sound-toggle-btn {
  position: absolute;
  bottom: -40px;
  right: 25px;
  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: -32px;
    right: 2px;
  }
}
@media (max-width: 375px) {
  .sound-toggle-btn {
    bottom: -20px;
    right: 2px;
  }
}
@media (max-width: 320px) {
  .sound-toggle-btn {
    bottom: -2px;
    right: 2px;
  }
}
.sound-toggle-btn i {
  font-size: 18px;
}

/* Premium product showcase refresh */
.vcard-products-showcase {
  background: linear-gradient(180deg, rgba(222, 239, 227, 0.88), rgba(255, 255, 255, 0.98));
  border-radius: 26px;
  padding: 22px 12px 30px;
}
.vcard-products-showcase .product-showcase-header {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}
.vcard-products-showcase .product-showcase-header .vcard__heading {
  color: #064858;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 8px;
}
.vcard-products-showcase .product-showcase-subtitle {
  align-items: center;
  color: #134E5E;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  margin: 0;
}
.vcard-products-showcase .product-showcase-subtitle::before, .vcard-products-showcase .product-showcase-subtitle::after {
  background: linear-gradient(126.11deg, #134E5E 0%, #71b280 100%);
  border-radius: 999px;
  content: "";
  height: 2px;
  width: 42px;
}
.vcard-products-showcase .product-showcase-bag {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(19, 78, 94, 0.12);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(19, 78, 94, 0.14);
  color: #134E5E;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 0;
  width: 54px;
}
.vcard-products-showcase .product-category-pills {
  display: flex;
  gap: 10px;
  margin: 22px 0 20px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: none;
}
.vcard-products-showcase .product-category-pills::-webkit-scrollbar {
  display: none;
}
.vcard-products-showcase .product-category-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(19, 78, 94, 0.08);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(19, 78, 94, 0.08);
  color: #134E5E;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
}
.vcard-products-showcase .product-category-pill.active {
  background: linear-gradient(126.11deg, #134E5E 0%, #2d7f72 100%);
  color: #fff;
}
.vcard-products-showcase .vcard-products-grid {
  row-gap: 18px;
}
.vcard-products-showcase .vcard-products-grid .product-card {
  background: #fff;
  border: 1px solid rgba(19, 78, 94, 0.08) !important;
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(19, 78, 94, 0.12);
  overflow: hidden;
  padding: 14px;
  position: relative;
}
.vcard-products-showcase .vcard-products-grid .product-card .product-profile {
  background: #fff;
  border-radius: 16px;
  min-height: 178px;
  overflow: hidden;
}
.vcard-products-showcase .vcard-products-grid .product-card .product-profile img {
  border-radius: 16px;
  max-height: 178px;
  min-height: 178px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vcard-products-showcase .vcard-products-grid .product-card .product-details {
  min-height: 206px;
}
.vcard-products-showcase .vcard-products-grid .product-card .product-details h4 {
  color: #063f4d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 18px;
  min-height: 44px;
}
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry {
  background: linear-gradient(126.11deg, #00806f 0%, #54b972 100%) !important;
  border-radius: 12px;
  box-shadow: 0 12px 22px rgba(0, 128, 111, 0.18);
  font-size: 14px;
  min-height: 48px;
}
.vcard-products-showcase .product-favorite-btn {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(19, 78, 94, 0.16);
  color: #134E5E;
  display: inline-flex;
  font-size: 17px;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 42px;
  z-index: 2;
}
.vcard-products-showcase .product-premium-badge {
  background: rgba(113, 178, 128, 0.16);
  border-radius: 999px;
  color: #08765f !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  padding: 6px 14px;
  text-transform: uppercase;
}
.vcard-products-showcase .product-price-stack {
  flex-direction: row !important;
  gap: 12px !important;
  margin-bottom: 16px;
}
.vcard-products-showcase .product-selling-price {
  order: 1;
}
.vcard-products-showcase .product-net-price {
  justify-content: flex-end;
  order: 2;
}
.vcard-products-showcase .product-net-price small,
.vcard-products-showcase .product-selling-price small {
  display: none;
}
.vcard-products-showcase .product-selling-price strong {
  color: #08765f !important;
  font-size: 21px !important;
  font-weight: 950 !important;
}
.vcard-products-showcase .product-net-price del {
  color: #ef4444 !important;
  font-size: 15px !important;
  font-weight: 850 !important;
}

@media (max-width: 420px) {
  .vcard-products-showcase {
    border-radius: 22px;
    margin-left: -6px;
    margin-right: -6px;
    padding: 16px 4px 24px;
  }
  .vcard-products-showcase .product-showcase-header .vcard__heading {
    font-size: 28px;
  }
  .vcard-products-showcase .product-showcase-bag {
    display: none;
  }
  .vcard-products-showcase .product-category-pill {
    font-size: 12px;
    min-height: 42px;
    padding: 0 15px;
  }
  .vcard-products-showcase .vcard-products-grid .product-card {
    border-radius: 18px;
    padding: 12px;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-profile,
  .vcard-products-showcase .vcard-products-grid .product-card .product-profile img {
    min-height: 142px;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-profile img {
    max-height: 142px;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-details {
    min-height: 202px;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-details h4 {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry {
    border-radius: 10px;
    font-size: 12px;
    min-height: 42px;
    padding: 8px 9px !important;
    white-space: nowrap;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry span {
    white-space: nowrap;
  }
  .vcard-products-showcase .product-premium-badge {
    font-size: 9px !important;
    padding: 5px 10px;
  }
  .vcard-products-showcase .product-price-stack {
    align-items: flex-start;
    flex-direction: column !important;
    gap: 2px !important;
  }
  .vcard-products-showcase .product-selling-price strong {
    font-size: 18px !important;
  }
  .vcard-products-showcase .product-net-price del {
    font-size: 13px !important;
  }
}
@media (max-width: 575px) {
  .vcard__service {
    padding-bottom: 78px !important;
  }
  .vcard__service .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
  }
  .vcard__service .row > [class*=col-] {
    display: flex;
    width: 100%;
  }
  .vcard__service .service-card {
    background: #fff;
    border: 1px solid rgba(19, 78, 94, 0.1);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(19, 78, 94, 0.1);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 14px;
    width: 100%;
  }
  .vcard__service .service-card .service-new-image {
    border-radius: 12px;
    height: auto !important;
    max-height: 220px;
    min-height: 160px;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    width: 100%;
  }
  .vcard__service .service-card .card-body {
    padding-top: 12px !important;
  }
  .vcard__service .service-card .title-text {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
  }
  .vcard__service .service-card .description-text {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 18px;
  }
  .vcard__service .service-card .enquiry-btn {
    margin-top: auto !important;
    width: 100%;
  }
  .vcard__service .service-card .enquiry-btn .btn-primary-enquiry {
    align-items: center;
    border-radius: 12px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 850;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    padding: 10px 14px !important;
    width: 100%;
  }
  .vcard__service .service-card .enquiry-btn .btn-primary-enquiry span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .vcard__service .services-slider-view .slick-list {
    overflow: visible;
    padding: 0 !important;
  }
  .vcard__service .services-slider-view .slick-slide {
    padding: 0 8px;
  }
  .vcard__service .services-slider-view .service-card {
    align-items: stretch !important;
    min-height: 0 !important;
    text-align: left !important;
  }
  .vcard__service .services-slider-view .service-card .service-sub-card {
    align-items: stretch !important;
    flex-direction: column !important;
    width: 100%;
  }
  .vcard__service .services-slider-view .service-card .img {
    display: block;
    float: none;
    width: 100%;
  }
  .vcard__service .services-slider-view .service-card .img img {
    border-radius: 12px;
    height: 180px !important;
    margin-right: 0 !important;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100% !important;
  }
}
/* Premium modern profile redesign */
body {
  background: radial-gradient(circle at 20% 0%, rgba(113, 178, 128, 0.18), transparent 34%), linear-gradient(180deg, #eef8f4 0%, #f7fbf9 48%, #e8f5ef 100%) !important;
}

.vcard {
  background: radial-gradient(circle at 86% 6%, rgba(113, 178, 128, 0.2), transparent 26%), linear-gradient(180deg, #f7fcfa 0%, #ffffff 34%, #f4fbf7 100%) !important;
  box-shadow: 0 18px 60px rgba(19, 78, 94, 0.12);
  overflow: hidden;
}
.vcard__banner {
  margin: 12px 12px 0;
  overflow: hidden;
}
.vcard__banner::after {
  background: linear-gradient(180deg, rgba(6, 42, 48, 0.08) 0%, rgba(6, 42, 48, 0.46) 100%);
  border-radius: 0 0 30px 30px;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.vcard__banner .banner-image,
.vcard__banner > img,
.vcard__banner video,
.vcard__banner iframe {
  border-radius: 0 0 30px 30px;
  height: 330px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
}
.vcard__banner .language-btn {
  z-index: 3;
}
.vcard .language ul .lang-list .lang-head,
.vcard .language-btn .lang-head {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(19, 78, 94, 0.16);
  color: #075B60 !important;
  font-weight: 850;
  min-height: 36px;
  padding: 8px 12px !important;
}
.vcard__profile {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 78, 94, 0.09);
  border-radius: 28px;
  box-shadow: 0 18px 46px rgba(19, 78, 94, 0.12);
  margin: -74px 20px 0;
  padding: 18px !important;
  position: relative;
  z-index: 4;
}
.vcard__avatar {
  margin-top: 0 !important;
  position: relative;
}
.vcard__avatar::before {
  background: linear-gradient(135deg, #134E5E, #71b280);
  border-radius: 32px;
  content: "";
  inset: -5px;
  position: absolute;
  z-index: -1;
}
.vcard__avatar img {
  border: 4px solid #fff !important;
  border-radius: 28px !important;
  box-shadow: 0 14px 28px rgba(19, 78, 94, 0.18);
  height: 132px !important;
  min-width: 132px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 132px !important;
}
.vcard__position {
  align-items: flex-start !important;
  flex: 1 1 auto;
  margin-left: 22px !important;
  margin-right: 0 !important;
  min-width: 0;
}
.vcard__position .vcard_details {
  min-width: 0;
  width: 100%;
}
.vcard__position .vcard_details .avatar-name {
  color: #053f49 !important;
  font-size: 25px !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 5px;
}
.vcard__position .vcard_details .avatar-designation,
.vcard__position .vcard_details .avatar-company {
  color: #2f7b6d !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.vcard__social {
  justify-content: flex-start !important;
  max-width: none !important;
  padding-top: 16px !important;
}
.vcard__social .icons {
  background: #f4fbf7;
  border: 1px solid rgba(19, 78, 94, 0.18) !important;
  box-shadow: 0 8px 18px rgba(19, 78, 94, 0.08);
  height: 38px !important;
  margin: 4px 6px 4px 0 !important;
  min-width: 38px !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  width: 38px !important;
}
.vcard__social .icons:hover {
  background: #fff !important;
  box-shadow: 0 12px 24px rgba(19, 78, 94, 0.2);
  transform: translateY(-3px);
}
.vcard__social .icons .icon,
.vcard__social .icons i {
  color: #075B60 !important;
  font-size: 17px !important;
}
.vcard .profile-description {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(19, 78, 94, 0.08);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(19, 78, 94, 0.08);
  color: #55737a;
  display: block;
  line-height: 1.6;
  margin: 16px 20px 0;
  max-width: calc(100% - 40px);
  padding: 14px 16px !important;
  text-align: center;
  width: 100%;
}
.vcard__event .row {
  --bs-gutter-x: 14px;
  --bs-gutter-y: 14px;
}
.vcard__event-card {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(19, 78, 94, 0.08) !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 30px rgba(19, 78, 94, 0.1);
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 92px;
  overflow: hidden;
  padding: 18px 16px !important;
  position: relative;
  text-align: center !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.vcard__event-card:hover {
  box-shadow: 0 18px 36px rgba(19, 78, 94, 0.15);
  transform: translateY(-3px);
}
.vcard__event-card .event-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(19, 78, 94, 0.95), rgba(113, 178, 128, 0.95));
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(19, 78, 94, 0.18);
  display: inline-flex;
  height: 42px !important;
  justify-content: center;
  margin-bottom: 10px;
  position: static;
  transform: none;
  width: 42px;
}
.vcard__event-card .event-icon img {
  filter: brightness(0) invert(1);
  max-height: 22px;
  max-width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vcard__event-card .event-name {
  color: #073f48 !important;
  display: block;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 0 !important;
  text-align: center !important;
  width: 100%;
  word-break: break-word;
}

@media (max-width: 575px) {
  .vcard {
    box-shadow: none;
  }
  .vcard__banner {
    margin: 0;
  }
  .vcard__banner .banner-image,
  .vcard__banner > img,
  .vcard__banner video,
  .vcard__banner iframe {
    border-radius: 0 0 28px 28px;
    height: 270px !important;
  }
  .vcard__profile {
    flex-direction: column !important;
    margin: -58px 16px 0;
    padding: 16px !important;
    text-align: center;
  }
  .vcard__avatar img {
    height: 128px !important;
    min-width: 128px !important;
    width: 128px !important;
  }
  .vcard__position {
    align-items: center !important;
    margin: 14px 0 0 !important;
  }
  .vcard__position .vcard_details {
    align-items: center;
  }
  .vcard__position .vcard_details .avatar-name {
    font-size: 24px !important;
    text-align: center !important;
  }
  .vcard__position .vcard_details .avatar-designation,
  .vcard__position .vcard_details .avatar-company {
    text-align: center !important;
  }
  .vcard__social {
    justify-content: center !important;
  }
  .vcard__social .icons {
    margin: 4px !important;
  }
  .vcard .profile-description {
    margin-left: 16px;
    margin-right: 16px;
    max-width: calc(100% - 32px);
  }
  .vcard__event-card {
    min-height: 86px;
    padding: 14px 14px 14px 62px !important;
  }
}
@media (max-width: 575px) {
  .vcard__event-card {
    align-items: center !important;
    min-height: 84px;
    padding: 14px 16px 14px 76px !important;
  }
  .vcard__event-card .event-icon {
    left: 18px;
  }
  .vcard__event-card .event-name {
    display: block;
    overflow-wrap: anywhere;
    text-align: left !important;
    word-break: break-word;
  }
  .vcard-products-showcase .product-whatsapp-enquiry {
    gap: 6px !important;
    min-height: 34px !important;
    padding: 7px 8px !important;
  }
  .vcard-products-showcase .product-whatsapp-enquiry i {
    flex: 0 0 auto;
    font-size: 12px !important;
  }
  .vcard-products-showcase .product-whatsapp-enquiry span {
    display: inline !important;
    font-size: 11px !important;
    line-height: 1 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .vcard-products-showcase .product-whatsapp-enquiry span::after {
    content: none !important;
    display: none !important;
  }
}
/* FINAL SOCIAL ICON ALIGNMENT FIX */
.vcard__social.social-icons,
.social-icons.vcard__social {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  justify-content: center !important;
  margin: 0 auto !important;
  max-width: 390px !important;
  padding: 18px 8px 0 !important;
}

.vcard__social .icons {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid rgba(6, 91, 96, 0.12) !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(12, 74, 80, 0.12) !important;
  display: inline-flex !important;
  flex: 0 0 34px !important;
  height: 34px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 34px !important;
  min-width: 34px !important;
  overflow: hidden !important;
  padding: 0 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
  width: 34px !important;
}

.vcard__social .icons a,
.vcard__social .icons span {
  align-items: center !important;
  display: inline-flex !important;
  height: 100% !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  width: 100% !important;
}

.vcard__social .icons i,
.vcard__social .icons .icon {
  align-items: center !important;
  color: #075b60 !important;
  display: inline-flex !important;
  font-size: 17px !important;
  height: 18px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  width: 18px !important;
}

.vcard__social .icons svg {
  color: #111827 !important;
  display: block !important;
  fill: currentColor !important;
  height: 17px !important;
  margin: 0 !important;
  max-height: 17px !important;
  max-width: 17px !important;
  width: 17px !important;
}

.vcard__social .icons svg path {
  fill: currentColor !important;
}

.vcard__social .icons:has(.fa-globe),
.vcard__social .icons:has(.fa-globe-americas),
.vcard__social .icons:has(.fa-globe-asia) {
  background: linear-gradient(135deg, #f0fbff, #e5f6ff) !important;
}

.vcard__social .icons:has(.fa-globe) i,
.vcard__social .icons:has(.fa-globe-americas) i,
.vcard__social .icons:has(.fa-globe-asia) i {
  color: #0096c7 !important;
}

.vcard__social .icons:has(.fa-facebook) i,
.vcard__social .icons:has(.fa-facebook-f) i,
.vcard__social .icons:has(.fa-facebook-square) i {
  color: #1877f2 !important;
}

.vcard__social .icons:has(.fa-instagram) {
  background: radial-gradient(circle at 30% 105%, #fdf497 0%, #fdf497 18%, #fd5949 45%, #d6249f 70%, #285aeb 100%) !important;
  border-color: transparent !important;
}

.vcard__social .icons:has(.fa-instagram) i {
  color: #ffffff !important;
}

.vcard__social .icons:has(.fa-youtube) i,
.vcard__social .icons:has(.fa-youtube-play) i {
  color: #ff0000 !important;
}

.vcard__social .icons:has(.fa-tumblr) i {
  color: #35465c !important;
}

.vcard__social .icons:has(.fa-linkedin) i,
.vcard__social .icons:has(.fa-linkedin-in) i {
  color: #0a66c2 !important;
}

.vcard__social .icons:has(.fa-whatsapp) i {
  color: #25d366 !important;
}

.vcard__social .icons:has(.fa-twitter) i {
  color: #1da1f2 !important;
}

.vcard__social .icons:has(.twitter_icon) svg,
.vcard__social .icons:has(svg[class*=twitter]) svg,
.vcard__social .icons:has(svg[class*=x-twitter]) svg {
  color: #111827 !important;
}

.vcard__social .icons:hover {
  border-color: rgba(6, 91, 96, 0.22) !important;
  box-shadow: 0 12px 26px rgba(12, 74, 80, 0.18) !important;
  filter: none !important;
  transform: translateY(-2px) !important;
}

/* FINAL PROFILE CONTACT + SOCIAL POLISH */
.vcard__social.social-icons,
.social-icons.vcard__social {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  justify-content: center !important;
  margin: 0 auto !important;
  padding: 18px 10px 0 !important;
}

.vcard__social .icons {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid rgba(6, 91, 96, 0.14) !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 18px rgba(12, 74, 80, 0.12) !important;
  display: inline-flex !important;
  flex: 0 0 34px !important;
  height: 34px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 34px !important;
  min-width: 34px !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 34px !important;
}

.vcard__social .icons a,
.vcard__social .icons span {
  align-items: center !important;
  display: inline-flex !important;
  height: 100% !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding: 0 !important;
  width: 100% !important;
}

.vcard__social .icons i,
.vcard__social .icons .icon {
  align-items: center !important;
  color: #075b60 !important;
  display: inline-flex !important;
  font-size: 18px !important;
  height: 18px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 18px !important;
}

.vcard__social .icons svg {
  color: #111827 !important;
  display: block !important;
  fill: currentColor !important;
  height: 17px !important;
  margin: 0 !important;
  width: 17px !important;
}

.vcard__social .icons svg path {
  fill: currentColor !important;
}

.vcard__social .icons:has(.fa-facebook),
.vcard__social .icons:has(.fa-facebook-f),
.vcard__social .icons:has(.fa-facebook-square),
.vcard__social .icons:has(.fa-youtube),
.vcard__social .icons:has(.fa-youtube-play),
.vcard__social .icons:has(.fa-tumblr),
.vcard__social .icons:has(.fa-linkedin),
.vcard__social .icons:has(.fa-linkedin-in),
.vcard__social .icons:has(.fa-whatsapp),
.vcard__social .icons:has(.fa-twitter),
.vcard__social .icons:has(.twitter_icon),
.vcard__social .icons:has(svg[class*=twitter]),
.vcard__social .icons:has(svg[class*=x-twitter]) {
  background: #ffffff !important;
  border-color: rgba(6, 91, 96, 0.14) !important;
}

.vcard__social .icons:has(.fa-globe) i,
.vcard__social .icons:has(.fa-globe-americas) i,
.vcard__social .icons:has(.fa-globe-asia) i {
  color: #0096c7 !important;
}

.vcard__social .icons:has(.twitter_icon) svg,
.vcard__social .icons:has(svg[class*=twitter]) svg,
.vcard__social .icons:has(svg[class*=x-twitter]) svg {
  color: #111827 !important;
}

.vcard__social .icons:has(.fa-facebook) i,
.vcard__social .icons:has(.fa-facebook-f) i,
.vcard__social .icons:has(.fa-facebook-square) i {
  color: #1877f2 !important;
}

.vcard__social .icons:has(.fa-instagram) {
  background: radial-gradient(circle at 30% 105%, #fdf497 0%, #fdf497 18%, #fd5949 45%, #d6249f 70%, #285aeb 100%) !important;
  border-color: transparent !important;
}

.vcard__social .icons:has(.fa-instagram) i {
  color: #ffffff !important;
}

.vcard__social .icons:has(.fa-youtube) i,
.vcard__social .icons:has(.fa-youtube-play) i {
  color: #ff0000 !important;
}

.vcard__social .icons:has(.fa-tumblr) i {
  color: #35465c !important;
}

.vcard__social .icons:has(.fa-linkedin) i,
.vcard__social .icons:has(.fa-linkedin-in) i {
  color: #0a66c2 !important;
}

.vcard__social .icons:has(.fa-whatsapp) i {
  color: #25d366 !important;
}

.vcard__social .icons:has(.fa-twitter) i {
  color: #1da1f2 !important;
}

.vcard__event-card {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 96px !important;
  padding: 58px 18px 18px !important;
  position: relative !important;
  text-align: center !important;
}

.vcard__event-card .event-icon {
  left: 50% !important;
  position: absolute !important;
  top: 16px !important;
  transform: translateX(-50%) !important;
}

.vcard__event-card .event-name {
  display: block !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  text-align: center !important;
  width: 100% !important;
  word-break: break-word !important;
}

@media (min-width: 768px) {
  .vcard__event-card {
    min-height: 112px !important;
    padding: 62px 20px 20px !important;
  }
}
/* FINAL COLORFUL SOCIAL + CENTERED CONTACT CARDS */
.vcard__social.social-icons,
.social-icons.vcard__social {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: center !important;
  margin: 0 auto !important;
  padding: 18px 10px 0 !important;
}

.vcard__social .icons {
  align-items: center !important;
  background: linear-gradient(135deg, #0ea5e9, #0369a1) !important;
  border: 2px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 50% !important;
  box-shadow: 0 10px 20px rgba(6, 91, 96, 0.18) !important;
  display: inline-flex !important;
  flex: 0 0 36px !important;
  height: 36px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 36px !important;
  min-width: 36px !important;
  overflow: hidden !important;
  padding: 0 !important;
  transform: translateZ(0) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  width: 36px !important;
}

.vcard__social .icons a,
.vcard__social .icons span {
  align-items: center !important;
  display: inline-flex !important;
  height: 100% !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding: 0 !important;
  width: 100% !important;
}

.vcard__social .icons i,
.vcard__social .icons .icon {
  align-items: center !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 18px !important;
  height: 19px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  width: 19px !important;
}

.vcard__social .icons svg {
  color: #ffffff !important;
  display: block !important;
  fill: currentColor !important;
  height: 17px !important;
  margin: 0 !important;
  width: 17px !important;
}

.vcard__social .icons svg path {
  fill: currentColor !important;
}

.vcard__social .icons:has(.fa-globe),
.vcard__social .icons:has(.fa-globe-americas),
.vcard__social .icons:has(.fa-globe-asia) {
  background: linear-gradient(135deg, #00b4d8, #0077b6) !important;
}

.vcard__social .icons:has(.fa-facebook),
.vcard__social .icons:has(.fa-facebook-f),
.vcard__social .icons:has(.fa-facebook-square) {
  background: #1877f2 !important;
}

.vcard__social .icons:has(.fa-instagram) {
  background: radial-gradient(circle at 30% 105%, #fdf497 0%, #fdf497 18%, #fd5949 45%, #d6249f 70%, #285aeb 100%) !important;
}

.vcard__social .icons:has(.fa-youtube),
.vcard__social .icons:has(.fa-youtube-play) {
  background: #ff0000 !important;
}

.vcard__social .icons:has(.fa-tumblr) {
  background: #35465c !important;
}

.vcard__social .icons:has(.fa-linkedin),
.vcard__social .icons:has(.fa-linkedin-in) {
  background: #0a66c2 !important;
}

.vcard__social .icons:has(.fa-whatsapp) {
  background: #25d366 !important;
}

.vcard__social .icons:has(.fa-twitter) {
  background: #1da1f2 !important;
}

.vcard__social .icons:has(.twitter_icon),
.vcard__social .icons:has(svg[class*=twitter]),
.vcard__social .icons:has(svg[class*=x-twitter]) {
  background: #111827 !important;
}

.vcard__social .icons:has(.fa-globe) i,
.vcard__social .icons:has(.fa-globe-americas) i,
.vcard__social .icons:has(.fa-globe-asia) i,
.vcard__social .icons:has(.fa-facebook) i,
.vcard__social .icons:has(.fa-facebook-f) i,
.vcard__social .icons:has(.fa-facebook-square) i,
.vcard__social .icons:has(.fa-instagram) i,
.vcard__social .icons:has(.fa-youtube) i,
.vcard__social .icons:has(.fa-youtube-play) i,
.vcard__social .icons:has(.fa-tumblr) i,
.vcard__social .icons:has(.fa-linkedin) i,
.vcard__social .icons:has(.fa-linkedin-in) i,
.vcard__social .icons:has(.fa-whatsapp) i,
.vcard__social .icons:has(.fa-twitter) i,
.vcard__social .icons:has(.twitter_icon) svg,
.vcard__social .icons:has(svg[class*=twitter]) svg,
.vcard__social .icons:has(svg[class*=x-twitter]) svg {
  color: #ffffff !important;
}

.vcard__social .icons:hover {
  box-shadow: 0 14px 26px rgba(6, 91, 96, 0.24) !important;
  filter: saturate(1.12) brightness(1.04) !important;
  transform: translateY(-2px) scale(1.05) !important;
}

.vcard__event-card {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  justify-content: center !important;
  min-height: 96px !important;
  padding: 18px 16px !important;
  position: relative !important;
  text-align: center !important;
}

.vcard__event-card .event-icon {
  flex: 0 0 42px !important;
  height: 42px !important;
  left: auto !important;
  margin: 0 auto !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
  width: 42px !important;
}

.vcard__event-card .event-name {
  display: block !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  text-align: center !important;
  width: 100% !important;
  word-break: break-word !important;
}

@media (min-width: 768px) {
  .vcard__event-card {
    min-height: 108px !important;
    padding: 20px 18px !important;
  }
}
/* FINAL PREMIUM SOCIAL SHINE */
.vcard__social.social-icons,
.social-icons.vcard__social {
  gap: 11px !important;
  perspective: 700px !important;
}

.vcard__social .icons {
  border: 2px solid rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 14px 24px rgba(6, 40, 61, 0.18), 0 5px 10px rgba(6, 40, 61, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.72), inset 0 -8px 14px rgba(0, 0, 0, 0.12) !important;
  isolation: isolate !important;
  position: relative !important;
}

.vcard__social .icons::before {
  background: radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.34) 26%, rgba(255, 255, 255, 0) 54%) !important;
  border-radius: inherit !important;
  content: "" !important;
  inset: 0 !important;
  opacity: 0.9 !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 0 !important;
}

.vcard__social .icons::after {
  background: linear-gradient(115deg, transparent 0%, transparent 34%, rgba(255, 255, 255, 0.55) 45%, transparent 58%, transparent 100%) !important;
  border-radius: inherit !important;
  content: "" !important;
  inset: -2px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  transform: translateX(-120%) rotate(8deg) !important;
  transition: opacity 0.2s ease, transform 0.55s ease !important;
  z-index: 1 !important;
}

.vcard__social .icons a,
.vcard__social .icons span,
.vcard__social .icons i,
.vcard__social .icons .icon,
.vcard__social .icons svg {
  position: relative !important;
  z-index: 2 !important;
}

.vcard__social .icons:has(.fa-globe),
.vcard__social .icons:has(.fa-globe-americas),
.vcard__social .icons:has(.fa-globe-asia) {
  background: linear-gradient(145deg, #18d5ff 0%, #0284c7 55%, #075985 100%) !important;
}

.vcard__social .icons:has(.fa-facebook),
.vcard__social .icons:has(.fa-facebook-f),
.vcard__social .icons:has(.fa-facebook-square) {
  background: linear-gradient(145deg, #55a7ff 0%, #1877f2 55%, #0b4eb8 100%) !important;
}

.vcard__social .icons:has(.fa-youtube),
.vcard__social .icons:has(.fa-youtube-play) {
  background: linear-gradient(145deg, #ff6b6b 0%, #ff0000 55%, #b91c1c 100%) !important;
}

.vcard__social .icons:has(.fa-tumblr) {
  background: linear-gradient(145deg, #667891 0%, #35465c 56%, #1f2937 100%) !important;
}

.vcard__social .icons:has(.fa-linkedin),
.vcard__social .icons:has(.fa-linkedin-in) {
  background: linear-gradient(145deg, #3fb6ff 0%, #0a66c2 55%, #074a8c 100%) !important;
}

.vcard__social .icons:has(.fa-whatsapp) {
  background: linear-gradient(145deg, #6ee7a8 0%, #25d366 52%, #128c7e 100%) !important;
}

.vcard__social .icons:has(.twitter_icon),
.vcard__social .icons:has(svg[class*=twitter]),
.vcard__social .icons:has(svg[class*=x-twitter]) {
  background: linear-gradient(145deg, #4b5563 0%, #111827 58%, #000000 100%) !important;
}

.vcard__social .icons:hover {
  box-shadow: 0 18px 32px rgba(6, 40, 61, 0.24), 0 8px 14px rgba(6, 40, 61, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.82), inset 0 -8px 14px rgba(0, 0, 0, 0.14) !important;
  filter: saturate(1.18) brightness(1.08) !important;
  transform: translateY(-3px) scale(1.08) rotateX(8deg) !important;
}

.vcard__social .icons:hover::after {
  opacity: 1 !important;
  transform: translateX(120%) rotate(8deg) !important;
}

/* FINAL REAL SOCIAL APP ICON STYLE */
.vcard__social.social-icons,
.social-icons.vcard__social {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
  padding-top: 18px !important;
}

.vcard__social .icons {
  align-items: center !important;
  background: linear-gradient(145deg, #0ea5e9 0%, #0369a1 100%) !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: 0 10px 16px rgba(15, 23, 42, 0.22), 0 3px 6px rgba(15, 23, 42, 0.18), inset 0 1px 1px rgba(255, 255, 255, 0.72), inset 0 -7px 10px rgba(0, 0, 0, 0.22) !important;
  display: inline-flex !important;
  flex: 0 0 34px !important;
  height: 34px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 34px !important;
  min-width: 34px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 34px !important;
}

.vcard__social .icons::before {
  background: radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.46) 22%, rgba(255, 255, 255, 0) 52%) !important;
  border-radius: inherit !important;
  content: "" !important;
  inset: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 1 !important;
}

.vcard__social .icons::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 48%) !important;
  border-radius: 50% 50% 46% 46% !important;
  content: "" !important;
  height: 48% !important;
  left: 12% !important;
  opacity: 0.8 !important;
  pointer-events: none !important;
  position: absolute !important;
  top: 7% !important;
  transform: none !important;
  width: 76% !important;
  z-index: 1 !important;
}

.vcard__social .icons a,
.vcard__social .icons span {
  align-items: center !important;
  display: inline-flex !important;
  height: 100% !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
  z-index: 2 !important;
}

.vcard__social .icons i,
.vcard__social .icons .icon {
  align-items: center !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-size: 18px !important;
  height: 18px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28) !important;
  width: 18px !important;
}

.vcard__social .icons svg {
  color: #ffffff !important;
  display: block !important;
  fill: currentColor !important;
  height: 17px !important;
  margin: 0 !important;
  position: relative !important;
  width: 17px !important;
  z-index: 2 !important;
}

.vcard__social .icons svg path {
  fill: currentColor !important;
}

.vcard__social .icons:has(.fa-globe),
.vcard__social .icons:has(.fa-globe-americas),
.vcard__social .icons:has(.fa-globe-asia) {
  background: linear-gradient(145deg, #31d7ff 0%, #0496d8 48%, #005f99 100%) !important;
}

.vcard__social .icons:has(.twitter_icon),
.vcard__social .icons:has(svg[class*=twitter]),
.vcard__social .icons:has(svg[class*=x-twitter]) {
  background: linear-gradient(145deg, #293241 0%, #111827 54%, #000000 100%) !important;
}

.vcard__social .icons:has(.fa-facebook),
.vcard__social .icons:has(.fa-facebook-f),
.vcard__social .icons:has(.fa-facebook-square) {
  background: linear-gradient(145deg, #62b0ff 0%, #1877f2 52%, #0b4bb3 100%) !important;
}

.vcard__social .icons:has(.fa-instagram) {
  background: radial-gradient(circle at 30% 105%, #fdf497 0%, #fdf497 18%, #fd5949 42%, #d6249f 66%, #285aeb 100%) !important;
}

.vcard__social .icons:has(.fa-youtube),
.vcard__social .icons:has(.fa-youtube-play) {
  background: linear-gradient(145deg, #ff5f5f 0%, #ff0000 52%, #ba0000 100%) !important;
}

.vcard__social .icons:has(.fa-tumblr) {
  background: linear-gradient(145deg, #516783 0%, #35465c 55%, #1f2937 100%) !important;
}

.vcard__social .icons:has(.fa-linkedin),
.vcard__social .icons:has(.fa-linkedin-in) {
  background: linear-gradient(145deg, #4bb9ff 0%, #0a66c2 52%, #064a8f 100%) !important;
}

.vcard__social .icons:has(.fa-whatsapp) {
  background: linear-gradient(145deg, #6ee7a8 0%, #25d366 48%, #128c7e 100%) !important;
}

.vcard__social .icons:has(.fa-twitter) {
  background: linear-gradient(145deg, #64c9ff 0%, #1da1f2 52%, #0b75bb 100%) !important;
}

.vcard__social .icons:hover {
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.26), 0 6px 10px rgba(15, 23, 42, 0.18), inset 0 1px 1px rgba(255, 255, 255, 0.78), inset 0 -7px 10px rgba(0, 0, 0, 0.2) !important;
  filter: saturate(1.16) brightness(1.08) !important;
  transform: translateY(-3px) scale(1.08) !important;
}

/* Final template 4 product enquiry button fix */
.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry {
  align-items: center !important;
  background: linear-gradient(126.11deg, #00806f 0%, #54b972 100%) !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 22px rgba(0, 128, 111, 0.18) !important;
  color: #fff !important;
  display: flex !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  gap: 7px !important;
  height: auto !important;
  justify-content: center !important;
  line-height: 1.15 !important;
  min-height: 42px !important;
  overflow: hidden !important;
  padding: 8px 10px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  width: 100% !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry i,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry i {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry span,
.vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry span {
  display: inline-block !important;
  flex: 0 1 auto !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 420px) {
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry,
  .vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry {
    border-radius: 10px !important;
    font-size: 12px !important;
    gap: 5px !important;
    min-height: 38px !important;
    padding: 7px 8px !important;
  }
  .vcard-products-showcase .vcard-products-grid .product-card .product-whatsapp-enquiry span,
  .vcard__product .vcard-products-grid .product-card .product-whatsapp-enquiry span {
    font-size: 12px !important;
  }
}
/* vcard4AbsoluteFinalHeaderImageVisibilityFix */
.vcard__banner .banner-image.object-fit-cover,
.vcard__banner > img.banner-image.object-fit-cover {
  -o-object-position: center 18% !important;
     object-position: center 18% !important;
}

.vcard__profile {
  margin-top: -34px !important;
}

@media (max-width: 575px) {
  .vcard__banner .banner-image.object-fit-cover,
  .vcard__banner > img.banner-image.object-fit-cover {
    -o-object-position: center 16% !important;
       object-position: center 16% !important;
  }
  .vcard__profile {
    margin-top: -26px !important;
  }
}
/* vcard4AbsoluteFinalCoverVisibilityFix */
.vcard__banner .banner-image,
.vcard__banner > img,
.vcard__banner video,
.vcard__banner iframe {
  height: 385px !important;
}

.vcard__banner .banner-image.object-fit-cover,
.vcard__banner > img.banner-image.object-fit-cover {
  -o-object-position: center center !important;
     object-position: center center !important;
}

.vcard__profile {
  margin: 18px 20px 0 !important;
}

@media (max-width: 575px) {
  .vcard__banner .banner-image,
  .vcard__banner > img,
  .vcard__banner video,
  .vcard__banner iframe {
    height: 330px !important;
  }
  .vcard__profile {
    margin: 16px 16px 0 !important;
  }
}
