@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.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 {
  background: #4CA1F2 !important;
  color: white !important;
  height: 40px;
  padding: 8px 20px !important;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff !important;
  border-radius: 50px !important;
}
@media (max-width: 425px) {
  .enquiry-btn .btn-primary-enquiry {
    width: 100%;
  }
}

.btn-wp-visit-store {
  background: #4CA1F2 !important;
  color: white !important;
  height: 40px;
  padding: 8px 20px !important;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff !important;
  border-radius: 50px !important;
}
@media (max-width: 425px) {
  .btn-wp-visit-store {
    width: 100%;
  }
}

.btn-product-enquiry {
  padding: 10px 20px !important;
  background: #141E30 !important;
  box-shadow: inset 6px 6px 12px #010101, inset -6px -6px 12px #141E30 !important;
  border: 0 !important;
  outline: none !important;
  transition: all 0.3s ease !important;
}
.btn-product-enquiry:hover {
  background: #141E30;
  box-shadow: inset -6px -6px 12px #141E30, inset 6px 6px 12px #010101 !important;
}

.vcard3-btn-group {
  width: 50px;
  height: 50px;
  color: #4CA1F2;
  padding: 10px;
  border: 1px solid #4CA1F2;
  background-color: #fff;
  border-radius: 50px !important;
}

.vcard3-sticky-btn {
  background: #4CA1F2;
  color: white;
  height: 40px;
  padding: 10px 20px;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border-radius: 50px !important;
}

a {
  text-decoration: none !important;
  color: #4CA1F2 !important;
}

body {
  background-color: #E5E5E5 !important;
  font-family: "Manrope", sans-serif;
}

.vcard-three.main-content {
  max-width: 576px;
  min-height: 100vh;
  background-color: #141E30;
}
.vcard-three .vcard-three-heading {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
.vcard-three .heading-line {
  padding-top: 30px;
  z-index: 1;
}
.vcard-three .heading-line::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  border-radius: 50%;
  background: rgb(175, 175, 175);
  background: linear-gradient(90deg, rgb(20, 30, 48) 0%, rgb(255, 255, 255) 50%, rgb(20, 30, 48) 100%);
  left: 50%;
  top: 0;
  right: 0;
  transform: translateX(-50%);
}
.vcard-three__banner {
  height: auto;
}
.vcard-three__banner .banner-image {
  height: 300px;
  width: 100%;
  z-index: 10;
}
.vcard-three__profile {
  z-index: 10;
}
.vcard-three__profile .avatar {
  z-index: 11;
}
.vcard-three__profile .avatar img {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
}
.vcard-three__profile-details {
  margin-top: 60px;
  z-index: 111;
}
.vcard-three__profile-details .profile-designation {
  font-size: 18px;
}
.vcard-three__profile-details .profile-company {
  font-size: 16px;
  padding: 10px;
}
.vcard-three__profile-details .social-icons {
  z-index: 10;
  position: relative;
}
.vcard-three__profile-details .social-icons a {
  width: 20%;
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
  text-decoration: none;
}
.vcard-three__profile-details .social-icons .icon {
  color: #898e97;
  cursor: pointer;
  transition: all 0.3s ease;
}
.vcard-three__profile-details .social-icons .icon:hover {
  color: #fff;
}
.vcard-three__profile-details .social-icons .twitter_icon {
  height: 30px !important;
  fill: #898e97;
  transition: all 0.3s ease;
}
.vcard-three__profile-details .social-icons .twitter_icon:hover {
  fill: #fff;
}
.vcard-three .activeSlot {
  background-color: white !important;
  color: #4CA1F2 !important;
}
.vcard-three__event .shape-one {
  top: -130px;
}
@media (max-width: 575px) {
  .vcard-three__event .shape-one {
    top: 100px;
  }
}
.vcard-three__event .event-card {
  background-color: transparent;
}
.vcard-three__event .event-card .event-icon {
  background-color: #4CA1F2;
  padding: 10px;
  border-radius: 50%;
  min-width: 48px;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 0 5px #141E30, 0 0 0 7px #4CA1F2;
}
.vcard-three__event .event-card .event-detail h6 {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
}
.vcard-three__event .event-card .event-detail .event-name {
  font-size: 12px;
  word-break: break-all;
}
.vcard-three__appointment .appoint-date {
  font-size: 16px;
  color: #fff;
}
.vcard-three__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: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  color: #fff;
}
.vcard-three__appointment .appoint-input:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}
.vcard-three__appointment .appoint-input:focus-visible {
  outline: none;
}
.vcard-three__appointment .appoint-input::-moz-placeholder {
  color: #fff;
}
.vcard-three__appointment .appoint-input::placeholder {
  color: #fff;
}
.vcard-three__appointment .appoint-btn {
  padding: 10px 16px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.vcard-three__appointment .appoint-btn:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}
.vcard-three__service .shape-two {
  top: -50px;
}
.vcard-three__service .service-card {
  border-radius: 15px;
  background: transparent;
  border: 1px solid #283a5a;
  padding: 20px;
  max-height: 445px;
  overflow: auto;
}
.vcard-three__service .service-card .service-new-image {
  width: 100%;
  height: 25vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
}
.vcard-three__service .service-card .card-body {
  padding-left: 0 !important;
}
.vcard-three__service .service-card .service-image {
  min-width: 90px;
  width: 90px;
  height: 90px;
  background: #4CA1F2;
  border-radius: 50%;
}
.vcard-three__service .service-card .service-image img {
  min-width: 80px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-three__service .service-card .service-details .service-title {
  font-weight: 500;
  font-size: 18px;
  color: #141E30;
}
.vcard-three__service .service-card .service-details .service-paragraph {
  font-size: 14px;
  color: #141E30;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  width: 160px;
}
.vcard-three__service .services-slider-view .slick-list {
  padding-top: 5px !important;
  height: auto !important;
}
.vcard-three__service .services-slider-view .service-card {
  border-radius: 10px;
  min-height: 214px;
  overflow-y: auto;
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 0px 20px -5px #4CA1F2;
}
@media (max-width: 500px) {
  .vcard-three__service .services-slider-view .service-card .service-sub-card {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.vcard-three__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-three__service .services-slider-view .service-card .description-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 84px;
}
@media (max-width: 500px) {
  .vcard-three__service .services-slider-view .service-card .description-text {
    -webkit-line-clamp: 3;
    min-height: 63px;
  }
}
.vcard-three__service .services-slider-view .service-card .img {
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  float: left;
}
.vcard-three__service .services-slider-view .service-card .img img {
  width: 120px;
  height: 120px;
  margin-right: 10px;
}
@media (max-width: 500px) {
  .vcard-three__service .services-slider-view .service-card .img img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 500px) {
  .vcard-three__service .services-slider-view .service-card {
    min-height: 285px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
  }
}
.vcard-three__service .services-slider-view .slick-list .slick-slide {
  margin: 0 15px;
}
.vcard-three__service .services-slider-view .slick-dots {
  bottom: -20px !important;
}
.vcard-three__service .services-slider-view .slick-dots li {
  margin: 0;
}
.vcard-three__service .services-slider-view .slick-dots button::before {
  font-size: 20px;
  color: #fff;
}
.vcard-three__gallery .gallery-slider {
  z-index: 10;
}
.vcard-three__gallery .gallery-slider .slick-track {
  display: flex !important;
}
.vcard-three__gallery .gallery-slider .slick-slide {
  margin: 0 10px;
  height: auto;
}
.vcard-three__gallery .gallery-slider .slick-list {
  padding: 10px 0;
}
.vcard-three__gallery .gallery-slider .slick-dots li {
  width: 10px !important;
}
.vcard-three__gallery .gallery-slider .slick-dots li button:before {
  font-size: 30px !important;
  color: #fff;
}
.vcard-three__gallery .gallery-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.vcard-three__gallery .gallery-card {
  background-color: #4CA1F2;
  border-radius: 10px;
}
.vcard-three__gallery .gallery-card .gallery-profile img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 238px;
}
.vcard-three__gallery .gallery-card .gallery-profile .gallery-link:focus-visible {
  outline: none;
}
.vcard-three__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-three .gallery-filter-nav {
  padding: 0 10px;
}
.vcard-three .gallery-filter-btn {
  border: 1px solid #364258;
  background-color: #283a5a;
  color: #fff;
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease;
}
.vcard-three .gallery-filter-btn.active {
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border: #010101;
  color: #fff;
}
.vcard-three .gallery-filter-panel {
  display: none;
}
.vcard-three .gallery-filter-panel.active {
  display: block;
}
.vcard-three .video-container {
  height: 220px;
}
.vcard-three .audio-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  padding: 0;
}
.vcard-three .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-three .audio-container audio {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 400px;
  z-index: 2;
}
.vcard-three .audio-container:fullscreen {
  padding: 15% !important;
}
@media (max-width: 575px) {
  .vcard-three .audio-container:fullscreen {
    padding: 20px !important;
    flex-direction: column;
  }
}
.vcard-three .audio-container:fullscreen .audio-image {
  border-radius: 12px;
}
@media (max-width: 575px) {
  .vcard-three .audio-container:fullscreen .audio-image {
    height: 350px;
  }
}
.vcard-three .audio-container:fullscreen audio {
  bottom: 28%;
  min-width: 45%;
}
@media (max-width: 575px) {
  .vcard-three .audio-container:fullscreen audio {
    position: static;
    transform: none;
    width: 90%;
    margin-top: -70px;
  }
}
.vcard-three__product .product-slider {
  z-index: 10;
}
.vcard-three__product .product-slider .slick-track {
  display: flex !important;
}
.vcard-three__product .product-slider .slick-slide {
  margin: 0 6px;
  display: flex;
  height: auto;
}
.vcard-three__product .product-slider .slick-list {
  padding: 10px 0;
}
.vcard-three__product .product-slider .slick-dots li {
  width: 10px !important;
}
.vcard-three__product .product-slider .slick-dots li button:before {
  font-size: 30px !important;
  color: #fff;
}
.vcard-three__product .product-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.vcard-three__product .product-card {
  background-color: #4CA1F2;
  border-radius: 10px;
}
.vcard-three__product .product-card .product-profile img {
  -o-object-fit: contain;
     object-fit: contain;
}
.vcard-three__product .product-card .product-details {
  margin-top: 20px !important;
  min-height: 100px;
}
@media (max-width: 425px) {
  .vcard-three__product .product-card .product-details {
    min-height: 125px;
  }
}
.vcard-three__product .product-card .product-details .product-info {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 425px) {
  .vcard-three__product .product-card .product-details .product-info {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.vcard-three__product .product-card .product-details .product-info > a {
  overflow: hidden;
}
.vcard-three__product .product-card .product-details .product-name {
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
}
.vcard-three__product .product-card .product-details .product-amount {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 7px;
  text-overflow: ellipsis;
}
@media (max-width: 425px) {
  .vcard-three__product .product-card .product-details .product-amount {
    width: 100%;
    text-align: center;
  }
}
.vcard-three__product .product-card .product-details .product-description {
  font-size: 14px;
  font-weight: 400;
  color: #010101;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 63px;
}
.vcard-three__product .product-card .reviews .star-icon {
  color: #FFCA2C;
}
.vcard-three__product_details_page .product-slider {
  z-index: 10;
}
.vcard-three__product_details_page .product-slider .slick-track {
  display: flex !important;
}
.vcard-three__product_details_page .product-slider .slick-slide {
  margin: 0 6px;
  display: flex;
  height: auto;
}
.vcard-three__product_details_page .product-slider .slick-list {
  padding: 10px 0;
}
.vcard-three__product_details_page .product-slider .slick-dots li button:before {
  color: #fff;
}
.vcard-three__product_details_page .product-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.vcard-three__product_details_page .product-card {
  background-color: #4CA1F2;
  border-radius: 10px;
}
.vcard-three__product_details_page .product-card .product-profile img {
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-three__product_details_page .product-card .product-details {
  margin-top: 20px !important;
}
.vcard-three__product_details_page .product-card .product-details h4 {
  font-weight: 500;
  font-size: 18px;
  color: #010101;
}
.vcard-three__product_details_page .product-card .product-details span {
  font-weight: 500;
  font-size: 14px;
  color: #B8B8B8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  min-width: 90px;
  width: 90px;
}
.vcard-three__product_details_page .product-card .product-details p {
  font-size: 14px;
  font-weight: 400;
  color: #010101;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.vcard-three__product_details_page .product-card .reviews .star-icon {
  color: #FFCA2C;
}
@media (max-width: 580px) {
  .vcard-three__product_details_page .product-card {
    width: 99% !important;
  }
  .vcard-three__product_details_page .product-card img {
    width: 100% !important;
  }
}
.vcard-three .product-head {
  margin-top: 30px !important;
}
.vcard-three__whatsapp-store .whatsapp-store-slider {
  z-index: 10;
}
.vcard-three__whatsapp-store .whatsapp-store-slider .slick-track {
  display: flex !important;
}
.vcard-three__whatsapp-store .whatsapp-store-slider .slick-slide {
  margin: 0 6px;
  display: flex;
  height: auto;
}
.vcard-three__whatsapp-store .whatsapp-store-slider .slick-list {
  padding: 10px 0;
}
.vcard-three__whatsapp-store .whatsapp-store-slider .slick-dots li button:before {
  color: #fff;
}
.vcard-three__whatsapp-store .whatsapp-store-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.vcard-three__whatsapp-store .whatsapp-store-card {
  background-color: #4CA1F2;
  border-radius: 10px;
}
.vcard-three__whatsapp-store .whatsapp-store-card .whatsapp-store-profile img {
  -o-object-fit: contain;
     object-fit: contain;
}
.vcard-three__whatsapp-store .whatsapp-store-card .whatsapp-store-details {
  margin-top: 10px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
}
.vcard-three__whatsapp-store .whatsapp-store-card .whatsapp-store-details h4 {
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 43px;
}
.vcard-three__testimonial .testimonial-slider {
  z-index: 10;
}
.vcard-three__testimonial .testimonial-slider .slick-track {
  display: flex !important;
}
.vcard-three__testimonial .testimonial-slider .slick-slide {
  margin: 0 6px;
  display: flex;
  height: auto;
}
.vcard-three__testimonial .testimonial-slider .slick-slide div {
  width: 100% !important;
  height: 100%;
}
.vcard-three__testimonial .testimonial-slider .slick-list {
  padding: 10px 0;
}
.vcard-three__testimonial .testimonial-slider .slick-dots li {
  width: 10px !important;
}
.vcard-three__testimonial .testimonial-slider .slick-dots li button:before {
  font-size: 30px !important;
  color: #fff;
}
.vcard-three__testimonial .testimonial-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.vcard-three__testimonial .testimonial-card {
  background-color: #4CA1F2;
  border-radius: 15px;
}
.vcard-three__testimonial .testimonial-card .testimonial-user img {
  min-width: 70px;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-three__testimonial .testimonial-card .testimonial-user .user-details .user-name {
  font-weight: 500;
  font-size: 16px;
}
.vcard-three__testimonial .testimonial-card .testimonial-user .user-details .user-designation {
  font-size: 12px;
}
.vcard-three__testimonial .testimonial-card .review-message {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: auto;
  min-height: 84px;
}
.vcard-three__testimonial .testimonial-card .reviews .star-icon {
  color: #FFCA2C;
}
.vcard-three__blog .blog-slider .slick-track {
  display: flex !important;
}
.vcard-three__blog .blog-slider .slick-slide {
  margin: 0 28px;
  display: flex;
  height: auto;
}
.vcard-three__blog .blog-slider .slick-slide div {
  width: 100% !important;
  height: 100%;
}
.vcard-three__blog .blog-slider .slick-list {
  padding: 30px 0;
  overflow: visible;
  margin-top: -7px;
}
.vcard-three__blog .blog-slider .slick-dots {
  margin-bottom: 30px !important;
}
.vcard-three__blog .blog-slider .slick-dots li {
  width: 10px !important;
}
.vcard-three__blog .blog-slider .slick-dots li button:before {
  font-size: 30px !important;
  color: #fff;
}
.vcard-three__blog .blog-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.vcard-three__blog .blog-slider .blog-card {
  background: #4CA1F2;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
.vcard-three__blog .blog-slider .blog-card .blog-image img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
@media (max-width: 575px) {
  .vcard-three__blog .blog-slider .blog-card .blog-image img {
    min-width: 150px;
    width: 150px !important;
    height: 150px;
  }
}
.vcard-three__blog .blog-slider .blog-card .blog-details h5 {
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 50px;
}
.vcard-three__blog .blog-slider .blog-card .blog-details p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px !important;
  min-height: 84px;
}
.vcard-three .slick-dots > li {
  display: inline-block;
}
.vcard-three .slick-dots > li:only-child {
  display: none;
}
.vcard-three__qr-code .qr-code-card {
  border-radius: 15px;
}
.vcard-three__qr-code .qr-code-card .qr-profile img {
  min-width: 90px;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-three__qr-code .qr-code-card .qr-code-scanner {
  border-radius: 15px;
  box-shadow: inset 3px 3px 8px #e8e8e8, inset -3px -3px 4px #f5f5f5;
}
.vcard-three__qr-code .qr-code-card .qr-code-scanner img {
  max-width: 146px;
  min-width: 146px;
  height: 146px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vcard-three__qr-code .qr-code-card .qr-code-btn {
  padding: 10px 16px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border: none;
  outline: none;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.vcard-three__qr-code .qr-code-card .qr-code-btn:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}
.vcard-three .share-btn a {
  padding: 10px 16px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border: none;
  outline: none;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.vcard-three .share-btn a:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}
@media (max-width: 575px) {
  .vcard-three .share-btn {
    margin: 0 auto;
  }
}
.vcard-three__timing .business-card {
  padding: 20px !important;
  background-color: #141E30;
  border-radius: 15px;
  border: 1px solid #283a5a;
}
@media (max-width: 575px) {
  .vcard-three__timing .business-card {
    padding: 15px !important;
  }
}
.vcard-three__timing .business-card .calendar-icon {
  background-color: #283a5a;
  border-radius: 12px;
}
.vcard-three__timing .business-card .business-hour-day-text {
  color: #4CA1F2 !important;
}
.vcard-three__timing .business-card .business-hour-time-text {
  color: #fff !important;
}
.vcard-three__timing .business-card-today {
  border: 1px solid #4CA1F2;
}
.vcard-three__contact .contact-form input, .vcard-three__contact .contact-form textarea {
  padding: 0.688rem 0.75rem;
  background-color: #283a5a;
  border: 1px solid #364258;
  outline: none;
  color: #fff;
  position: relative;
  z-index: 100;
}
.vcard-three__contact .contact-form input:focus, .vcard-three__contact .contact-form textarea:focus {
  box-shadow: unset;
  border: 1px solid #4CA1F2;
}
.vcard-three__contact .contact-form input::-moz-placeholder, .vcard-three__contact .contact-form textarea::-moz-placeholder {
  color: #e0e0e0;
}
.vcard-three__contact .contact-form input::placeholder, .vcard-three__contact .contact-form textarea::placeholder {
  color: #e0e0e0;
}
.vcard-three__contact .contact-form .form-check-input {
  border: 1px solid #dbdbdb;
}
.vcard-three__contact .contact-form .form-check-input:checked {
  background-color: #6571ff;
  border-color: #6571ff;
}
.vcard-three__contact .contact-form .contact-btn {
  padding: 10px 20px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border: 0;
  outline: none;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.vcard-three__contact .contact-form .contact-btn:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}
.vcard-three .language ul {
  list-style: none;
}
.vcard-three .language ul .lang-list {
  padding: 3px 9px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border: none;
  outline: none;
  border-radius: 6px !important;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.vcard-three .language ul .lang-list .lang-head {
  color: white;
}
.vcard-three .language ul .lang-list .lang-head i {
  color: white;
}
.vcard-three .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-three .language ul .lang-list .lang-hover-list li {
  padding: 4px 10px;
}
.vcard-three .language ul .lang-list .lang-hover-list li:hover {
  background-color: #f1faff !important;
}
.vcard-three .language ul .lang-list .lang-hover-list li:hover a {
  color: #009ef7 !important;
}
.vcard-three .language ul .lang-list .lang-hover-list li.active {
  background-color: #f1faff !important;
}
.vcard-three .language ul .lang-list .lang-hover-list li.active a {
  color: #009ef7 !important;
}
.vcard-three .language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
}
.vcard-three .language ul .lang-list .lang-hover-list li img {
  height: 14px !important;
  width: 18px !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: rgba(255, 255, 255, 0.4);
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.payment-link-section .slick-dots li.slick-active button {
  background: #fff;
  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: #4CA1F2;
  border-radius: 16px;
  padding: 14px 16px;
  transition: all 0.3s ease;
  min-height: 120px;
  height: 100%;
}
.payment-link-section .pl-strip-icon {
  flex-shrink: 0;
  background: #3d84c9;
  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: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payment-link-section .pl-strip-desc {
  font-size: 13px;
  color: #fff;
  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: 50px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.payment-link-section .pl-strip-badge {
  padding: 5px 13px 6px 17px;
  border-radius: 50px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  color: #fff !important;
  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;
}

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

.dob-icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
}

.vcard-three-btn {
  padding: 10px 20px;
  background: #4CA1F2;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff;
  border: none;
  outline: none;
  border-radius: 5px !important;
  transition: all 0.3s ease;
}
.vcard-three-btn i {
  color: #fff;
}
.vcard-three-btn:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}
@media (max-width: 575px) {
  .vcard-three-btn {
    margin: 0 auto;
  }
}

.gallery-vcard-block {
  height: 254px !important;
  width: 254px !important;
  max-height: 254px !important;
  max-width: 254px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.gallery-profile img {
  height: 227px !important;
}
.gallery-profile a .gallery-item {
  width: 216px !important;
  height: 220px !important;
}

.vcard-three .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-three .language ul .lang-list .lang-hover-list {
  margin: 0 0 0;
}
.vcard-three__testimonial .testimonial-slider .slick-slide div {
  height: unset;
}

@media (min-width: 350px) and (max-width: 573px) {
  #slick-slide30 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  #slick-slide31 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
.profile-description {
  font-size: 14px;
  text-align: center;
  color: white;
}
.profile-description h1, .profile-description h2, .profile-description p, .profile-description span, .profile-description strong {
  color: white !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 #ffffff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media (max-width: 575px) {
  .prev-arrow {
    left: 0;
  }
}

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

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

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

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

.slide-arrow-blog {
  position: absolute;
  bottom: 0;
  width: 15px !important;
}

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

.vcard-three__blog .blog-slider .slick-dots {
  margin-bottom: 33px !important;
}

.morelink {
  color: rgba(255, 255, 255, 0.8);
}

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

.social-icons img {
  border-radius: 50% !important;
}

.underline {
  background-color: #4CA1F2;
}

.font-primary {
  color: #4CA1F2 !important;
}

.add-contact-btn {
  width: 200px !important;
  text-wrap: nowrap !important;
  transition: all 0.3s ease;
}
.add-contact-btn:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
}

.product-btn {
  padding: 10px 20px;
  background: #141E30;
  box-shadow: inset 6px 6px 12px #010101, inset -6px -6px 12px #141E30;
  border: 0;
  outline: none;
  transition: all 0.3s ease;
}
.product-btn:hover {
  background: #141E30;
  box-shadow: inset -6px -6px 12px #141E30, inset 6px 6px 12px #010101;
}

.see-all-product-btn {
  padding: 10px 20px;
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
  border: 0;
  outline: none;
  transition: all 0.3s ease;
}
.see-all-product-btn:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #51acff, inset 6px 6px 12px #3172b1;
}

.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: white;
}
.modal .news-modal #newsLatter-content .newsmodal-title {
  font-size: 50px;
  text-align: center !important;
  color: #4CA1F2;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #4CA1F2;
  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: #f62947;
  content: "*";
  font-size: inherit;
  font-weight: 700;
  position: relative;
}
.modal .news-modal #newsLatter-content .modal-body .input-box {
  background-color: #f5f8fa;
  border: unset;
  color: #5e6278;
  transition: all 0.2s ease;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  border-radius: 8px !important;
}
.modal .news-modal #newsLatter-content .modal-body .input-box:focus {
  box-shadow: unset;
  background-color: #eef3f7;
}
.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: #4CA1F2;
  color: white !important;
  font-size: 15px;
}

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

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

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

.insta-feed-iframe iframe {
  border-radius: 15px !important;
  border: none !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;
}

.support-banner {
  width: 100%;
  max-width: 520px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 0px 0px 0 #fffcfc, 0 0px 11px 0 #fffcfc;
  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: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  transform: translateY(0);
  text-decoration: none;
  color: white !important;
  position: relative;
  bottom: 10px;
  display: inline-block !important;
  border-radius: 15px;
}

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

.ifram-body {
  height: 325px !important;
  width: 100% !important;
}

.iframe-head {
  margin-bottom: -18px;
}

.iframe-section {
  margin-top: -28px;
}
@media (max-width: 575px) {
  .iframe-section {
    margin-top: 4px;
  }
}

.iframe-slider .slick-dots {
  margin-bottom: 30px !important;
}
.iframe-slider .slick-dots li {
  width: 10px !important;
}
.iframe-slider .slick-dots li button:before {
  font-size: 30px !important;
  color: #fff;
}
.iframe-slider .slick-dots li.slick-active button:before {
  color: #fff;
}

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

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

.slide-arrow-iframe {
  position: absolute;
  bottom: 0;
  width: 15px !important;
}

.affiliate-link {
  margin-bottom: 55px !important;
}

.verification-icon {
  color: #4CA1F2;
}

.slick-dots {
  position: relative !important;
  width: 130px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  overflow: hidden !important;
}
@media (max-width: 575px) {
  .slick-dots {
    width: 70% !important;
  }
}

.slick-dots li button:before {
  font-size: 20px !important;
}

.rtl[dir=rtl] .ms-sm-3 {
  margin-right: 0.75rem !important;
}

.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 .justify-content-start {
  justify-content: flex-end !important;
}
.main-content.rtl .ps-3 {
  padding-right: 0.75rem !important;
}
.main-content.rtl .ms-3 {
  margin-right: 0.75rem !important;
}
@media (min-width: 576px) {
  .main-content.rtl .text-sm-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: #dedddf !important;
}

.input-box {
  padding: 20px;
  display: grid;
  place-items: center;
  border-width: 0 !important;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  background-color: #283b5a !important;
}

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

.selected-files h5 {
  color: #e0e0e0 !important;
}

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

.selected-files .item .name {
  color: #e0e0e0 !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: #4CA1F2 !important;
  color: #fff !important;
  border-radius: 15px !important;
  box-shadow: inset 6px 6px 12px #3172b1, inset -6px -6px 12px #51acff !important;
}
.pwa-install-button:hover {
  background: #4CA1F2;
  box-shadow: inset -6px -6px 12px #3172b1, inset 6px 6px 12px #51acff !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;
}

.product-img-slider {
  padding-bottom: 30px !important;
}
.product-img-slider .slick-list {
  padding: 10px 0 0 0 !important;
}

.product-img-slider.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

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

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

.profile-margin {
  margin-top: 61px !important;
}

.profile-desc-margin {
  margin-top: 121px !important;
}

.location-break-word {
  word-break: break-word !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: none;
  border-radius: 15px !important;
  transform-origin: top left;
  transform: scale(1);
}

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

/* Template 3 feature parity layer */
.vcard-three .vcard3-real-social.social-icons,
.vcard-three .social-icons.vcard__social {
  gap: 12px !important;
}
.vcard-three .vcard3-real-social .icons,
.vcard-three .social-icons.vcard__social .icons {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(45, 140, 255, 0.22) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(7, 26, 50, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  display: inline-flex !important;
  height: 40px !important;
  justify-content: center !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
  width: 40px !important;
}
.vcard-three .vcard3-real-social .icons a,
.vcard-three .vcard3-real-social .icons span,
.vcard-three .vcard3-real-social .icons i,
.vcard-three .vcard3-real-social .icons .icon,
.vcard-three .vcard3-real-social .icons svg {
  align-items: center !important;
  display: inline-flex !important;
  font-size: 20px !important;
  height: 22px !important;
  justify-content: center !important;
  line-height: 1 !important;
  width: 22px !important;
}
.vcard-three .vcard3-real-social .icons:hover {
  box-shadow: 0 14px 28px rgba(45, 140, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 1) !important;
  transform: translateY(-3px) scale(1.04) !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-facebook),
.vcard-three .vcard3-real-social .icons:has(.fa-facebook-f) {
  background: linear-gradient(145deg, #ffffff, #eaf3ff) !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-facebook) i,
.vcard-three .vcard3-real-social .icons:has(.fa-facebook-f) i {
  color: #1877f2 !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-instagram) {
  background: radial-gradient(circle at 30% 107%, #fdf497 0 5%, #fd5949 45%, #d6249f 62%, #285aeb 90%) !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-instagram) i {
  color: #ffffff !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-youtube),
.vcard-three .vcard3-real-social .icons:has(.fa-youtube-play) {
  background: #ff0000 !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-youtube) i,
.vcard-three .vcard3-real-social .icons:has(.fa-youtube-play) i {
  color: #ffffff !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-linkedin),
.vcard-three .vcard3-real-social .icons:has(.fa-linkedin-in) {
  background: #0a66c2 !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-linkedin) i,
.vcard-three .vcard3-real-social .icons:has(.fa-linkedin-in) i {
  color: #ffffff !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-whatsapp) {
  background: #25d366 !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-whatsapp) i {
  color: #ffffff !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-twitter),
.vcard-three .vcard3-real-social .icons:has(.fa-x-twitter),
.vcard-three .vcard3-real-social .icons:has(.twitter_icon) {
  background: #111111 !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-twitter) i,
.vcard-three .vcard3-real-social .icons:has(.fa-x-twitter) i,
.vcard-three .vcard3-real-social .icons:has(.twitter_icon) svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-globe),
.vcard-three .vcard3-real-social .icons:has(.fa-globe-americas),
.vcard-three .vcard3-real-social .icons:has(.fa-globe-asia) {
  background: linear-gradient(145deg, #17b9ff, #0071bc) !important;
}
.vcard-three .vcard3-real-social .icons:has(.fa-globe) i,
.vcard-three .vcard3-real-social .icons:has(.fa-globe-americas) i,
.vcard-three .vcard3-real-social .icons:has(.fa-globe-asia) i {
  color: #ffffff !important;
}

.vcard-three .vcard-products-showcase {
  background: transparent !important;
  padding-inline: 16px !important;
}
.vcard-three .vcard-products-showcase .product-showcase-subtitle {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 700;
  margin: -22px 0 22px;
  text-align: center;
}
.vcard-three .vcard-products-showcase .vcard-products-grid {
  --bs-gutter-x: 18px;
  --bs-gutter-y: 18px;
}
.vcard-three .vcard-products-showcase .product-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 38px rgba(5, 19, 39, 0.16) !important;
  color: #101b33 !important;
  cursor: pointer;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}
.vcard-three .vcard-products-showcase .product-profile {
  background: #f3f7fb;
  border-radius: 18px 18px 0 0;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.vcard-three .vcard-products-showcase .product-image-carousel,
.vcard-three .vcard-products-showcase .product-image-carousel .slick-list,
.vcard-three .vcard-products-showcase .product-image-carousel .slick-track,
.vcard-three .vcard-products-showcase .product-image-carousel .slick-slide,
.vcard-three .vcard-products-showcase .product-image-carousel .slick-slide > div,
.vcard-three .vcard-products-showcase .product-image-slide {
  height: 100%;
}
.vcard-three .vcard-products-showcase .product-profile img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}
.vcard-three .vcard-products-showcase .product-image-carousel .slick-dots {
  bottom: 9px;
}
.vcard-three .vcard-products-showcase .product-image-carousel .slick-dots li {
  height: 8px;
  margin: 0 2px;
  width: 8px;
}
.vcard-three .vcard-products-showcase .product-image-carousel .slick-dots li button {
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  height: 8px;
  padding: 0;
  width: 8px;
}
.vcard-three .vcard-products-showcase .product-image-carousel .slick-dots li button:before {
  display: none;
}
.vcard-three .vcard-products-showcase .product-image-carousel .slick-dots li.slick-active,
.vcard-three .vcard-products-showcase .product-image-carousel .slick-dots li.slick-active button {
  background: #2d8cff;
  width: 22px;
}
.vcard-three .vcard-products-showcase .product-favorite-btn {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(8, 22, 46, 0.18);
  color: #153056;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 38px;
  z-index: 3;
}
.vcard-three .vcard-products-showcase .product-premium-badge {
  background: linear-gradient(135deg, #2d8cff, #6e4bff);
  border-radius: 0 0 14px 0;
  color: #ffffff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  left: 0;
  letter-spacing: 0.08em;
  padding: 8px 14px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 3;
}
.vcard-three .vcard-products-showcase .product-details {
  min-height: 230px;
  padding: 16px;
}
.vcard-three .vcard-products-showcase .product-details h4 {
  color: #101b33 !important;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 16px;
}
.vcard-three .vcard-products-showcase .product-info,
.vcard-three .vcard-products-showcase .product-price-stack {
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px;
  width: 100%;
}
.vcard-three .vcard-products-showcase .product-selling-price,
.vcard-three .vcard-products-showcase .product-net-price {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.vcard-three .vcard-products-showcase .product-selling-price small,
.vcard-three .vcard-products-showcase .product-net-price small {
  color: #7b879b;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.vcard-three .vcard-products-showcase .product-selling-price strong {
  color: #153056;
  font-size: 22px;
  font-weight: 950;
}
.vcard-three .vcard-products-showcase .product-net-price del {
  color: #ef4444;
  font-size: 14px;
  font-weight: 800;
}
.vcard-three .vcard-products-showcase .product-whatsapp-enquiry,
.vcard-three .vcard__service .service-card .btn-primary-enquiry {
  align-items: center !important;
  animation: vcard3WhatsappGlow 2.7s ease-in-out infinite !important;
  background: linear-gradient(135deg, #2d8cff 0%, #25d366 100%) !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.28) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  gap: 9px !important;
  justify-content: center !important;
  min-height: 42px !important;
  overflow: hidden !important;
  padding: 10px 14px !important;
  position: relative !important;
  text-decoration: none !important;
  width: 100% !important;
}
.vcard-three .vcard-products-showcase .product-whatsapp-enquiry::before,
.vcard-three .vcard__service .service-card .btn-primary-enquiry::before {
  animation: vcard3ButtonSweep 3s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  content: "";
  height: 160%;
  left: -45%;
  position: absolute;
  top: -30%;
  width: 42%;
}
.vcard-three .vcard-products-showcase .product-whatsapp-enquiry i,
.vcard-three .vcard__service .service-card .btn-primary-enquiry i {
  color: #ffffff !important;
  font-size: 17px !important;
  position: relative;
  z-index: 2;
}
.vcard-three .vcard-products-showcase .product-whatsapp-enquiry span,
.vcard-three .vcard__service .service-card .btn-primary-enquiry span {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  position: relative;
  z-index: 2;
}

.product-lightbox-open {
  overflow: hidden;
}
.product-image-lightbox {
  align-items: center;
  background: rgba(3, 15, 30, 0.84);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 22px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.22s ease;
  z-index: 99999;
}
.product-image-lightbox.show {
  opacity: 1;
  pointer-events: auto;
}
.product-image-lightbox-dialog {
  background: transparent;
  border-radius: 20px;
  max-width: min(92vw, 760px);
  padding: 0;
  position: relative;
  transform: scale(0.96);
  transition: transform 0.22s ease;
  width: 100%;
}
.product-image-lightbox.show .product-image-lightbox-dialog {
  transform: scale(1);
}
.product-image-lightbox-dialog img {
  background: transparent;
  border-radius: 18px;
  display: block;
  max-height: 78vh;
  object-fit: contain;
  width: 100%;
}
.product-image-lightbox-dialog h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  margin: 14px 52px 0;
  text-align: center;
}
.product-image-lightbox-close {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 999px;
  color: #153056;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: fixed;
  right: 20px;
  top: 18px;
  width: 42px;
  z-index: 100000;
}
.product-image-lightbox-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 50%;
  color: #153056;
  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: flex;
  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: #2d8cff;
  width: 20px;
}
.vcard3-payment-qr-trigger {
  cursor: zoom-in;
}
.vcard3-payment-qr-download {
  align-items: center;
  background: linear-gradient(135deg, #2d8cff, #25d366);
  border-radius: 999px;
  color: #ffffff !important;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  margin: 14px auto 0;
  padding: 10px 18px;
  text-decoration: none !important;
}

@keyframes vcard3ButtonSweep {
  0% {
    opacity: 0;
    transform: translateX(-130%) skewX(-18deg);
  }
  18% {
    opacity: 1;
  }
  58%, 100% {
    opacity: 0;
    transform: translateX(250%) skewX(-18deg);
  }
}
@keyframes vcard3WhatsappGlow {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 14px 28px rgba(37, 211, 102, 0.25);
  }
  50% {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(45, 140, 255, 0.28);
  }
}

@media (min-width: 576px) {
  .vcard-three .vcard-products-showcase .product-grid-col {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .vcard-three .vcard-products-showcase {
    padding-inline: 10px !important;
  }
  .vcard-three .vcard-products-showcase .vcard-products-grid {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 16px;
  }
  .vcard-three .vcard-products-showcase .product-profile {
    height: 150px;
  }
  .vcard-three .vcard-products-showcase .product-details {
    min-height: 205px;
    padding: 12px;
  }
  .vcard-three .vcard-products-showcase .product-details h4 {
    font-size: 15px;
  }
  .vcard-three .vcard-products-showcase .product-selling-price strong {
    font-size: 18px;
  }
  .vcard-three .vcard-products-showcase .product-whatsapp-enquiry {
    min-height: 38px !important;
    padding: 8px 10px !important;
  }
  .vcard-three .vcard-products-showcase .product-whatsapp-enquiry i {
    font-size: 16px !important;
  }
  .vcard-three .vcard-products-showcase .product-whatsapp-enquiry span {
    font-size: 12px !important;
  }
  .product-image-lightbox {
    padding: 14px;
  }
  .product-image-lightbox-dialog img {
    max-height: 72vh;
  }
}

/* Template 3 service card polish */
.vcard-three .vcard-three__service .service-card {
  background: linear-gradient(152deg, rgba(21, 32, 52, 0.98) 0%, rgba(16, 27, 45, 0.98) 100%) !important;
  border: 1px solid rgba(76, 161, 242, 0.35) !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 42px rgba(1, 11, 26, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  max-height: none !important;
  min-height: 430px;
  overflow: hidden !important;
  padding: 20px !important;
  position: relative;
}
.vcard-three .vcard-three__service .service-card::before {
  background: radial-gradient(circle at 18% 0%, rgba(76, 161, 242, 0.18), transparent 32%),
              linear-gradient(115deg, transparent 0%, transparent 62%, rgba(255, 255, 255, 0.12) 64%, transparent 72%);
  content: "";
  inset: 0;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
}
.vcard-three .vcard-three__service .service-card > * {
  position: relative;
  z-index: 1;
}
.vcard-three .vcard-three__service .service-card .service-lightbox-trigger {
  display: block;
  overflow: hidden;
  border-radius: 14px;
}
.vcard-three .vcard-three__service .service-card .service-new-image {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px !important;
  display: block;
  height: 205px !important;
  object-fit: cover !important;
  transition: transform 0.35s ease, filter 0.35s ease;
  width: 100% !important;
}
.vcard-three .vcard-three__service .service-card:hover .service-new-image {
  filter: saturate(1.06);
  transform: scale(1.035);
}
.vcard-three .vcard-three__service .service-card .card-body,
.vcard-three .vcard-three__service .service-card .w-100 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
.vcard-three .vcard-three__service .service-card .card-title,
.vcard-three .vcard-three__service .services-slider-view .service-card .card-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #ffffff !important;
  display: -webkit-box;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.18;
  margin: 18px 0 8px !important;
  min-height: 40px;
  overflow: hidden;
}
.vcard-three .vcard-three__service .service-card .card-text,
.vcard-three .vcard-three__service .services-slider-view .service-card .description-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: rgba(255, 255, 255, 0.78) !important;
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 18px;
  min-height: 64px;
  overflow: hidden;
}
.vcard-three .vcard-three__service .service-card .enquiry-btn {
  margin-top: auto !important;
  padding-top: 10px !important;
  width: 100%;
}
.vcard-three .vcard-three__service .service-card .btn-primary-enquiry,
.vcard-three .vcard-three__service .service-card .service-enquiry-btn {
  border-radius: 999px !important;
  max-width: 100% !important;
  min-height: 46px !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}
.vcard-three .vcard-three__service .service-card .btn-primary-enquiry::before,
.vcard-three .vcard-three__service .service-card .service-enquiry-btn::before,
.vcard-three .vcard-three__service .service-card .btn-primary-enquiry::after,
.vcard-three .vcard-three__service .service-card .service-enquiry-btn::after {
  content: none !important;
  display: none !important;
}
.vcard-three .vcard-three__service .services-slider-view .service-card {
  min-height: 430px !important;
  overflow: hidden !important;
}
.vcard-three .vcard-three__service .services-slider-view .service-card .service-sub-card {
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  min-height: 0;
}
.vcard-three .vcard-three__service .services-slider-view .service-card .img {
  display: block !important;
  float: none !important;
  width: 100% !important;
}
.vcard-three .vcard-three__service .services-slider-view .service-card .img img {
  height: 205px !important;
  margin-right: 0 !important;
  object-fit: cover !important;
  width: 100% !important;
}
.vcard-three .vcard-three__service .services-slider-view .slick-list {
  overflow: hidden !important;
}
.vcard-three .vcard-three__service .services-slider-view .slick-track {
  align-items: stretch;
  display: flex !important;
}
.vcard-three .vcard-three__service .services-slider-view .slick-slide {
  height: auto !important;
}
.vcard-three .vcard-three__service .services-slider-view .slick-slide > div {
  height: 100%;
}

@media (max-width: 575.98px) {
  .vcard-three .vcard-three__service {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .vcard-three .vcard-three__service .row.g-6 {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 18px;
  }
  .vcard-three .vcard-three__service .service-card,
  .vcard-three .vcard-three__service .services-slider-view .service-card {
    min-height: auto !important;
    padding: 18px !important;
  }
  .vcard-three .vcard-three__service .service-card .service-new-image,
  .vcard-three .vcard-three__service .services-slider-view .service-card .img img {
    height: 190px !important;
  }
  .vcard-three .vcard-three__service .service-card .card-title,
  .vcard-three .vcard-three__service .services-slider-view .service-card .card-title {
    min-height: auto;
  }
  .vcard-three .vcard-three__service .service-card .card-text,
  .vcard-three .vcard-three__service .services-slider-view .service-card .description-text {
    min-height: auto;
  }
}

/* Template 3 services final reset: remove internal scrollbars and rebuild cards */
.vcard-three .vcard-three__service {
  overflow: visible !important;
}

.vcard-three .vcard-three__service .row.g-6,
.vcard-three .vcard-three__service .services-slider-view {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 28px;
  align-items: stretch !important;
}

.vcard-three .vcard-three__service .service-card,
.vcard-three .vcard-three__service .services-slider-view .service-card,
.vcard-three .vcard-three__service .card.service-card {
  background: linear-gradient(155deg, #16233a 0%, #101b2d 55%, #0e1a2c 100%) !important;
  border: 1px solid rgba(76, 161, 242, 0.32) !important;
  border-radius: 22px !important;
  box-shadow: 0 22px 48px rgba(1, 9, 24, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  padding: 20px !important;
  position: relative !important;
  scrollbar-width: none !important;
}

.vcard-three .vcard-three__service .service-card::before,
.vcard-three .vcard-three__service .service-card::after {
  content: none !important;
  display: none !important;
}

.vcard-three .vcard-three__service .service-card::-webkit-scrollbar,
.vcard-three .vcard-three__service .service-card *::-webkit-scrollbar {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

.vcard-three .vcard-three__service .service-card .service-sub-card,
.vcard-three .vcard-three__service .service-card .card-body,
.vcard-three .vcard-three__service .service-card .w-100 {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

.vcard-three .vcard-three__service .service-card .service-lightbox-trigger,
.vcard-three .vcard-three__service .service-card .img {
  border-radius: 16px !important;
  display: block !important;
  flex: 0 0 auto !important;
  float: none !important;
  overflow: hidden !important;
  width: 100% !important;
}

.vcard-three .vcard-three__service .service-card .service-new-image,
.vcard-three .vcard-three__service .services-slider-view .service-card .img img {
  aspect-ratio: 4 / 3 !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 16px !important;
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: cover !important;
  width: 100% !important;
}

.vcard-three .vcard-three__service .service-card .card-title,
.vcard-three .vcard-three__service .services-slider-view .service-card .card-title {
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: #ffffff !important;
  display: -webkit-box !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.22 !important;
  margin: 18px 0 8px !important;
  min-height: 42px !important;
  overflow: hidden !important;
}

.vcard-three .vcard-three__service .service-card .card-text,
.vcard-three .vcard-three__service .service-card .description-text,
.vcard-three .vcard-three__service .service-card .more {
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  display: -webkit-box !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  margin: 0 0 16px !important;
  max-height: none !important;
  min-height: 64px !important;
  overflow: hidden !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
}

.vcard-three .vcard-three__service .service-card .enquiry-btn {
  margin-top: auto !important;
  padding-top: 12px !important;
  width: 100% !important;
}

.vcard-three .vcard-three__service .service-card .btn-primary-enquiry,
.vcard-three .vcard-three__service .service-card .service-enquiry-btn {
  align-items: center !important;
  background: linear-gradient(135deg, #1f8ff2 0%, #5bb9ff 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 26px rgba(76, 161, 242, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  display: inline-flex !important;
  gap: 9px !important;
  justify-content: center !important;
  min-height: 44px !important;
  overflow: hidden !important;
  padding: 10px 16px !important;
  white-space: nowrap !important;
  width: 100% !important;
}

.vcard-three .vcard__service .service-card .btn-primary-enquiry::before,
.vcard-three .vcard__service .service-card .btn-primary-enquiry::after,
.vcard-three .vcard-three__service .service-card .btn-primary-enquiry::before,
.vcard-three .vcard-three__service .service-card .btn-primary-enquiry::after,
.vcard-three .vcard-three__service .service-card .service-enquiry-btn::before,
.vcard-three .vcard-three__service .service-card .service-enquiry-btn::after {
  content: none !important;
  display: none !important;
}

.vcard-three .vcard__service .service-card .btn-primary-enquiry .vcard-whatsapp-icon,
.vcard-three .vcard-three__service .service-card .btn-primary-enquiry .vcard-whatsapp-icon,
.vcard-three .vcard-three__service .service-card .service-enquiry-btn .vcard-whatsapp-icon {
  display: none !important;
}

.vcard-three .vcard-three__service .service-card .btn-primary-enquiry i,
.vcard-three .vcard-three__service .service-card .service-enquiry-btn i {
  flex: 0 0 auto !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.vcard-three .vcard-three__service .service-card .btn-primary-enquiry span,
.vcard-three .vcard-three__service .service-card .service-enquiry-btn span {
  display: block !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.05 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.vcard-three .vcard-three__service .services-slider-view .slick-list,
.vcard-three .vcard-three__service .services-slider-view .slick-track,
.vcard-three .vcard-three__service .services-slider-view .slick-slide,
.vcard-three .vcard-three__service .services-slider-view .slick-slide > div {
  overflow: visible !important;
}

@media (max-width: 575.98px) {
  .vcard-three .vcard-three__service .service-card,
  .vcard-three .vcard-three__service .services-slider-view .service-card {
    border-radius: 20px !important;
    padding: 18px !important;
  }

  .vcard-three .vcard-three__service .service-card .card-title,
  .vcard-three .vcard-three__service .services-slider-view .service-card .card-title {
    min-height: auto !important;
  }

  .vcard-three .vcard-three__service .service-card .card-text,
  .vcard-three .vcard-three__service .service-card .description-text,
  .vcard-three .vcard-three__service .service-card .more {
    min-height: auto !important;
  }
}
