.bg-primary {
  background-color: #043636 !important;
}

.bg-gray-300 {
  background-color: #234748 !important;
}

.bg-gray {
  background-color: #f1f1f1 !important;
}

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

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

.text-gradient {
  background: -webkit-linear-gradient(#f6a932, #ff5a0e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-primary {
  background-color: #f6a932 !important;
  border: 1px solid #f6a932 !important;
  color: #f1f1f1 !important;
  border-radius: 5px !important;
}

@font-face {
  font-family: "Merienda";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/Merienda-Bold.ttf?76d9f2307e1f47336045f2f72f069f08) format("truetype");
  font-display: swap;
}
body {
  font-family: "CircularStd";
  font-weight: 400 !important;
  padding-right: 0 !important;
  background-color: #f6a93229;
}
body.modal-open {
  padding-right: 0 !important;
}

.btn {
  border-radius: 0;
  padding: 13px 40px;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-gradient {
  color: #ffffff;
  background: linear-gradient(to right, #f6a932, #ff5a0e);
  border: none;
  height: 40px;
}
.btn-gradient:hover, .btn-gradient:focus, .btn-gradient.active {
  color: #ffffff;
  background: linear-gradient(to right, #ff5a0e, #f6a932);
}

h2 {
  font-size: 30px;
  font-weight: 100;
}
@media (max-width: 575px) {
  h2 {
    font-size: 25px;
  }
}

.main-content {
  position: relative;
  background-image: url(/assets/img/vcard14/bg-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.banner-section .banner-img {
  height: 300px;
  width: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .banner-section .banner-img {
    height: 250px;
  }
}
.banner-section .banner-img .overlay {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(rgba(14, 8, 2, 0), #0e0802);
}
.banner-section .banner-img .overlay::after {
  content: "";
  width: 180px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 30%;
}

.profile-section {
  position: relative;
}
.profile-section .card {
  border: 2px solid #f6a932;
  background-color: transparent;
  border-radius: 140px;
}
@media (max-width: 576px) {
  .profile-section .card {
    border: none;
  }
}
.profile-section .card .card-img {
  width: 175px !important;
  height: 175px !important;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .profile-section .card .card-img {
    width: 130px !important;
    height: 130px !important;
    margin-bottom: 15px;
  }
}
.profile-section .card .card-img img {
  aspect-ratio: 1;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .profile-section .card .card-img {
    width: 175px !important;
  }
}
.social-media {
  border: 1px solid rgba(40, 44, 50, 0.5);
  position: relative;
}
.social-media .social-media-bg {
  background-color: rgba(40, 44, 50, 0.5);
}
.social-media .social-icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin: 0px 20px;
}
@media (max-width: 425px) {
  .social-media .social-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin: 0px 16px;
  }
}

.section-heading-left {
  position: relative;
}
.section-heading-left h2 {
  font-size: 28px;
  padding-left: 60px;
  z-index: 1;
  position: relative;
  font-family: "Merienda";
  font-style: normal;
  font-weight: 700 !important;
}
@media (max-width: 575px) {
  .section-heading-left h2 {
    font-size: 25px;
    padding-left: 55px;
  }
}
.section-heading-left h2::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -3px;
  left: 0;
  background: linear-gradient(to right, #f6a932, #ff5a0e);
}
@media (max-width: 575px) {
  .section-heading-left h2::before {
    width: 36px;
    height: 36px;
  }
}

.section-heading-right {
  position: relative;
}
.section-heading-right h2 {
  font-size: 28px;
  padding-right: 60px;
  z-index: 1;
  position: relative;
  text-align: end;
  font-family: "Merienda";
  font-style: normal;
  font-weight: 700 !important;
}
@media (max-width: 575px) {
  .section-heading-right h2 {
    font-size: 25px;
    padding-left: 55px;
  }
}
.section-heading-right h2::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -3px;
  right: 0;
  background: linear-gradient(to right, #f6a932, #ff5a0e);
}
@media (max-width: 575px) {
  .section-heading-right h2::before {
    width: 36px;
    height: 36px;
  }
}

.contact-section {
  padding-bottom: 60px;
}
.contact-section .contact-box {
  padding: 10px;
  border-radius: 10px;
  flex-direction: column;
  background-color: #282c3280;
}
.contact-section .contact-box .contact-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #f6a932;
  border-radius: 50%;
  margin-bottom: 12px;
}
.contact-section .contact-box .contact-icon img {
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-section .contact-box .contact-desc p {
  font-size: 14px;
}
.contact-section .contact-box .contact-desc a {
  font-size: 14px !important;
  word-break: break-word !important;
  display: block;
}

.our-services-section .center-heading h2::before {
  display: none;
}
.our-services-section .services {
  position: relative;
  z-index: 2;
}
.our-services-section .services:after {
  position: absolute;
  left: -30px;
  top: 0;
  z-index: -1;
  content: "";
  width: 64px;
  height: 100%;
  background-color: rgba(40, 44, 50, 0.5);
}
@media (max-width: 575px) {
  .our-services-section .services:after {
    left: -20px;
  }
}
.our-services-section .services .service-card .card-img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background-color: #0e0802;
  border: 1px solid #282c32;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .our-services-section .services .service-card .card-img {
    margin-right: 20px;
  }
}
.our-services-section .services .service-card .card-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.our-services-section .services .services-slider-view .slick-list {
  padding-top: 5px !important;
}
@media (max-width: 500px) {
  .our-services-section .services .services-slider-view .slick-list {
    height: 250px !important;
  }
}
.our-services-section .services .services-slider-view .service-card {
  border-radius: 10px;
  min-height: 160px;
  max-height: 180px;
  overflow-y: auto;
  background-color: rgba(40, 44, 50, 0.5);
  color: #ffffff;
  padding: 20px;
}
.our-services-section .services .services-slider-view .service-card .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 6px;
  color: #ffffff;
}
.our-services-section .services .services-slider-view .service-card .description-text {
  color: #a9afb8;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 500px) {
  .our-services-section .services .services-slider-view .service-card .description-text {
    -webkit-line-clamp: 3;
  }
}
.our-services-section .services .services-slider-view .service-card .img {
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
  float: left;
}
.our-services-section .services .services-slider-view .service-card .img img {
  width: 120px;
  height: 120px;
  margin-right: 10px;
}
@media (max-width: 500px) {
  .our-services-section .services .services-slider-view .service-card .img img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 500px) {
  .our-services-section .services .services-slider-view .service-card {
    min-height: 235px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
.our-services-section .services .services-slider-view .slick-list .slick-slide {
  margin: 0 15px;
}
.our-services-section .services .services-slider-view .slick-dots {
  bottom: -20px !important;
}
.our-services-section .services .services-slider-view .slick-dots li {
  margin: 0 !important;
}
.our-services-section .services .services-slider-view .slick-dots button::before {
  font-size: 30px !important;
}

.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 14px 20px;
  background-color: transparent;
  border: 1px solid #f6a932;
  color: #ffffff;
  border-radius: 35px;
}
.appointment-section .appointment .appointment-input::-moz-placeholder {
  color: #a9afb8;
}
.appointment-section .appointment .appointment-input::placeholder {
  color: #a9afb8;
}
.appointment-section .appointment .appointment-input:focus {
  box-shadow: none;
  outline: none;
}
.appointment-section .appointment .calendar-icon {
  position: absolute;
  right: 18px;
  top: 11px;
}
.appointment-section .appointment .hour-input {
  padding: 13px;
  background-color: rgba(40, 44, 50, 0.5);
}

.center-heading h2 {
  position: relative;
  display: inline-block;
}
.center-heading h2:before, .center-heading h2:after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 35px;
  background-color: rgba(40, 44, 50, 0.5);
}
.center-heading h2:before {
  right: 100%;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .center-heading h2:before {
    margin-right: 30px;
  }
}
.center-heading h2:after {
  left: 100%;
  margin-left: 40px;
}
@media (max-width: 575px) {
  .center-heading h2:after {
    margin-left: 30px;
  }
}

.gallery-section {
  background-size: cover;
}
.gallery-section .gallery-slider {
  max-width: 400px;
  margin: auto;
}
.gallery-section .gallery-slider .gallery-img,
.gallery-section .gallery-slider .gallery-item {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  max-height: 240px;
  height: 240px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.gallery-section .gallery-slider .gallery-img a,
.gallery-section .gallery-slider .gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-section .gallery-slider .gallery-img img,
.gallery-section .gallery-slider .gallery-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.gallery-section .gallery-slider .gallery-img iframe,
.gallery-section .gallery-slider .gallery-item iframe {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.gallery-section .gallery-slider .gallery-file-item {
  background-size: contain;
  background-repeat: no-repeat;
}
.gallery-section .gallery-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 42%;
  opacity: 1 !important;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: none;
  background-image: linear-gradient(to right, #f6a932, #ff5a0e);
  color: #ffffff;
}
.gallery-section .gallery-slider .slick-arrow.slick-disabled {
  background-image: none;
  background-color: rgba(169, 175, 184, 0.5);
}
@media (max-width: 575px) {
  .gallery-section .gallery-slider .slick-arrow {
    display: none;
  }
}
.gallery-section .gallery-slider .next-arrow {
  right: -20px;
}
@media (max-width: 767px) {
  .gallery-section .gallery-slider .next-arrow {
    right: 20px;
  }
}
.gallery-section .gallery-slider .prev-arrow {
  left: -20px;
}
@media (max-width: 767px) {
  .gallery-section .gallery-slider .prev-arrow {
    left: 20px;
  }
}
.gallery-section .gallery-slider .slick-dots {
  position: relative;
  bottom: -25px;
}

.audio-container img {
  height: 173px !important;
}

.product-section .product-slider .slick-slide {
  padding: 0 10px;
}
.product-section .product-slider .product-card {
  background-color: transparent;
  max-width: 248px;
  margin: 0 auto;
  overflow: hidden;
}
.product-section .product-slider .product-card .product-img {
  max-width: 208px;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  position: relative;
  top: 23px;
}
.product-section .product-slider .product-card .product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-section .product-slider .product-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-section .product-slider .product-card .product-desc {
  border-radius: 20px 20px 0 0;
  background-color: rgba(40, 44, 50, 0.5);
  padding: 40px 20px 20px 20px;
}
.product-section .product-slider .product-card .product-desc .product-amount {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(to right, #f6a932, #ff5a0e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.testimonial-section .testimonial-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 42%;
  opacity: 1 !important;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: none;
  background-image: linear-gradient(to right, #f6a932, #ff5a0e);
  color: #ffffff;
}
.testimonial-section .testimonial-slider .slick-arrow.slick-disabled {
  background-image: none;
  background-color: rgba(169, 175, 184, 0.5);
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .slick-arrow {
    display: none;
  }
}
.testimonial-section .testimonial-slider .testimonial-next-arrow {
  right: -20px;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider .testimonial-next-arrow {
    right: 20px;
  }
}
.testimonial-section .testimonial-slider .testimonial-prev-arrow {
  left: -20px;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-slider .testimonial-prev-arrow {
    left: 20px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card {
  margin: 30px;
  padding: 30px 40px;
  background-color: rgba(40, 44, 50, 0.5);
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card {
    padding: 20px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .quote-img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background-color: #0e0802;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .quote-img img {
  width: auto;
  height: 30px;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .testimonial-card .quote-img img {
    height: 20px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .quote-img.quote-left-img {
  position: absolute;
  top: -30px;
  left: -30px;
}
.testimonial-section .testimonial-slider .testimonial-card .quote-img.quote-right-img {
  position: absolute;
  bottom: -30px;
  right: -30px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .profile-img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-section .center-slider {
  margin-bottom: 10px;
}
@media (min-width: 575px) {
  .blog-section .center-slider {
    margin-bottom: 0;
  }
}
.blog-section .center-slider .slick-list {
  overflow: visible;
}
.blog-section .center-slider .slick-list .slick-track {
  display: flex;
  align-items: end;
  top: -50px;
}
@media (max-width: 575px) {
  .blog-section .center-slider .slick-list .slick-track {
    top: 0;
  }
}
.blog-section .center-slider .blog-card {
  max-width: 280px;
  width: 100%;
}
.blog-section .center-slider .blog-card a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-section .center-slider .blog-card .card-img {
  width: 100%;
  height: 160px;
}
.blog-section .center-slider .blog-card .card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-section .center-slider .blog-card .card-body {
  padding: 20px 0 0 0;
  display: none;
  padding: 10px 15px;
  max-height: 154px;
  min-height: 154px;
  overflow: hidden;
}
.blog-section .center-slider .blog-card .card-body p {
  display: -webkit-box;
  color: #a9afb8 !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .center-slider .slick-dots {
  position: absolute;
  bottom: 0;
}
@media (max-width: 575px) {
  .blog-section .center-slider .slick-dots {
    position: relative;
    bottom: -15px;
  }
}
.blog-section .center-slider .slick-slide {
  height: 100%;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.blog-section .center-slider .slick-current.slick-active .card-body {
  display: block;
}

.qr-code-section {
  z-index: 0;
}
.qr-code-section .qr-code {
  width: -moz-max-content;
  width: max-content;
  gap: 30px;
  padding: 20px 20px 20px 80px;
  border-radius: 10px;
  background-color: #282c3280;
  margin: auto;
}
@media (max-width: 576px) {
  .qr-code-section .qr-code {
    padding: 10px;
  }
}
.qr-code-section .qr-code .qr-profile-img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 576px) {
  .qr-code-section .qr-code .qr-profile-img {
    position: relative;
    left: 0;
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}
.qr-code-section .qr-code .qr-profile-img img {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .qr-code-section .qr-code .qr-profile-img img {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}
.qr-code-section .qr-code .qr-code-img {
  width: 150px;
  height: 150px;
  min-width: 150px;
  border: 15px solid #000000;
}
@media (max-width: 576px) {
  .qr-code-section .qr-code .qr-code-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border: 10px solid #000000;
  }
}
.qr-code-section .qr-code .qr-code-img svg, .qr-code-section .qr-code .qr-code-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bussiness-hour-section .bussiness-hour-card {
  margin: 30px auto 0 auto;
  max-width: 426px;
  padding: 40px 30px 10px 30px;
  background-color: rgba(40, 44, 50, 0.5);
  position: relative;
}
@media (max-width: 576px) {
  .bussiness-hour-section .bussiness-hour-card {
    padding: 25px 15px 15px 15px;
  }
  .bussiness-hour-section .bussiness-hour-card::after {
    left: -5px !important;
    top: -5px !important;
  }
  .bussiness-hour-section .bussiness-hour-card::before {
    right: -5px !important;
    bottom: -5px !important;
  }
}
.bussiness-hour-section .bussiness-hour-card::after {
  position: absolute;
  left: -5px;
  top: 5px;
  border: 2px solid #f6a932;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
}
.bussiness-hour-section .bussiness-hour-card::before {
  position: absolute;
  right: -5px;
  bottom: -15px;
  border: 2px solid #f6a932;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
}
.bussiness-hour-section .bussiness-hour-card div {
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .bussiness-hour-section .bussiness-hour-card div.w-75, .bussiness-hour-section .bussiness-hour-card div.w-25 {
    width: 100% !important;
  }
}
.bussiness-hour-section .bussiness-hour-card div svg path {
  fill: #f6a932;
}
@media (max-width: 575px) {
  .bussiness-hour-section .bussiness-hour-card div {
    font-size: 14px;
  }
}

.contact-us-section .contact-form {
  background: rgba(40, 44, 50, 0.5019607843);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.3px);
  -webkit-backdrop-filter: blur(6.3px);
  border: 1px solid rgba(40, 44, 50, 0.3);
}
.contact-us-section .contact-form form .form-control {
  margin-bottom: 20px;
  padding: 13px 25px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #f6a932;
  color: #edeff3;
  background-color: transparent;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #a9afb8;
}
.contact-us-section .contact-form form .form-control::placeholder {
  color: #a9afb8;
}
.contact-us-section .contact-form form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.contact-us-section .contact-form form .btn-secondary {
  box-shadow: 0 10px 15px rgba(0, 32, 32, 0.2);
}

.create-vcard-section .vcard-link-card {
  padding: 25px;
  border-radius: 0;
  background-color: rgba(40, 44, 50, 0.5);
}
.create-vcard-section .vcard-link-card .link-text {
  font-size: 17px;
  word-break: break-all;
}
@media (max-width: 575px) {
  .create-vcard-section .vcard-link-card .link-text {
    font-size: 16px;
  }
}
.create-vcard-section .vcard-link-card .icon {
  background: linear-gradient(to right, #f6a932, #ff5a0e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.share-icon {
  color: #f6a932;
}

.btn-section .fixed-btn-section .event-bars-btn {
  background-image: linear-gradient(to right, #f6a932, #ff5a0e);
}
.btn-section .fixed-btn-section .sub-btn .event-sub-btn {
  background-color: #282c32;
  color: orange;
  box-shadow: 0 10px 15px rgba(0, 32, 32, 0.2);
}

.slick-dots li button:before {
  color: rgba(168, 174, 184, 0.2509803922) !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: linear-gradient(to right, #f6a932, #ff5a0e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 20px;
  border-radius: 50%;
  padding: 0px 0px 0px 4px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid #0e0802;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.vcard14-btn-group {
  width: 50px;
  height: 50px;
  color: #ffffff;
  border-radius: 50px !important;
}

.vcard14-sticky-btn {
  background: orange;
  color: white;
  border: 1px solid orange;
  height: 40px;
}

.social-icons {
  position: relative;
  gap: 16px;
}
@media (max-width: 576px) {
  .social-icons {
    gap: 10px;
  }
}
.social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  background-color: transparent;
  transition: 0.3s all ease-in-out;
  border-radius: 50%;
  border: 1px solid #f6a932;
}
.social-icons a:hover, .social-icons a:focus {
  border: 1px solid transparent !important;
  background: linear-gradient(to right, #f6a932, #ff5a0e);
}
.social-icons a:hover svg, .social-icons a:hover img, .social-icons a:focus svg, .social-icons a:focus img {
  color: #ffffff !important;
  transition: 0.3s all ease-in-out;
}
.social-icons a:hover svg path, .social-icons a:hover img path, .social-icons a:focus svg path, .social-icons a:focus img path {
  fill: #043636 !important;
}
.social-icons a img, .social-icons a svg {
  transition: 0.3s all ease-in-out;
  width: 30px;
  height: 20px;
}
.social-icons a img path, .social-icons a svg path {
  fill: #f6a932;
}

.vcard-fourteen.main-content {
  max-width: 576px;
  height: 101% !important;
  background-image: url(/images/bg-img.png?d38043d528023fd3f941e746187c1226);
}
.vcard-fourteen .vcard-fourteen-heading {
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
}

.vcard-fourteen-btn {
  padding: 10px 20px;
  background: linear-gradient(to right, #f6a932, #ff5a0e) !important;
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  color: #043636;
}
.vcard-fourteen-btn:hover {
  color: #043636 !important;
}

.language ul {
  list-style: none;
}
.language ul .lang-list {
  padding: 4px 9px;
  background: linear-gradient(to right, #f6a932, #ff5a0e);
  border: none;
  outline: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.language ul .lang-list .lang-head {
  color: white;
}
.language ul .lang-list .lang-head i {
  color: white;
}
.language ul .lang-list .lang-hover-list {
  margin: 15px 0 0;
  font-size: 15px;
  width: 115%;
  left: unset !important;
  right: 0;
  min-width: 75px;
}
.language ul .lang-list .lang-hover-list li {
  padding: 5px 12px;
}
.language ul .lang-list .lang-hover-list li:hover, .language ul .lang-list .lang-hover-list li.active {
  background-color: #e5d5aa !important;
}
.language ul .lang-list .lang-hover-list li:hover a, .language ul .lang-list .lang-hover-list li.active a {
  background: -webkit-linear-gradient(#f6a932, #ff5a0e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
}
.language ul .lang-list .lang-hover-list li img {
  height: 16px !important;
  width: 20px !important;
}

.appointment-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 12px rgba(158, 158, 158, 0.4);
}
.appointment-card .appoint-date {
  font-size: 16px;
}
.appointment-card .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-color: rgba(40, 44, 50, 0.5);
}
.appointment-card .appoint-input:focus {
  border-color: #edf2f8 !important;
}
.appointment-card .appoint-input:focus-visible {
  outline: none;
}
.appointment-card .appoint-btn {
  padding: 10px 16px;
  background: linear-gradient(to right, #f6a932, #ff5a0e);
  box-shadow: -6px -2px 16px rgba(255, 255, 255, 0.8), 6px 5px 20px rgba(158, 158, 158, 0.4);
  border-radius: 10px;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 16px;
}
.appointment-card .appoint-btn:hover {
  background: linear-gradient(to right, #ff5a0e, #f6a932);
  -webkit-text-fill-color: transparent;
}

.time-slot {
  font-size: 12px;
  background-color: transparent;
  border: 1px solid #f6a932 !important;
  color: #f1faff !important;
  height: 50px;
  display: flex;
  border: none;
  border-radius: 35px !important;
  align-items: center;
  justify-content: center;
  width: 130px !important;
  margin: 5px !important;
  cursor: pointer;
  padding: 0px;
}
.time-slot:hover {
  border: 1px solid #f1faff;
}

.activeSlot {
  border: 1px solid white;
  background-color: #f6a932;
  color: white !important;
}

.add-to-contact-section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  z-index: 9;
}

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

.add-contact-btn {
  height: 40px;
}
.add-contact-btn i {
  font-size: 1rem;
}

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

.product-btn {
  padding: 10px 20px;
  background: linear-gradient(to right, #f6a932, #ff5a0e);
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.product-btn:hover {
  background-color: rgba(4, 54, 54, 0.9);
}

.product-page-card {
  max-width: 100% !important;
  width: 75%;
}
@media (max-width: 575px) {
  .product-page-card {
    width: 100%;
  }
}

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

.modal {
  z-index: 99999 !important;
  background-color: #00000080;
}
.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 .form-control {
  padding: 0.375rem 0.75rem !important;
  font-size: 0.875rem !important;
}
.modal .news-modal #newsLatter-content .newsmodal-header .btn-close {
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  z-index: 1 !important;
}
.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
  font-size: 50px;
  text-align: center !important;
  color: #ff5a0e;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #ff5a0e;
  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: 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 {
  margin-top: 15px;
}
.modal .news-modal #newsLatter-content .modal-footer {
  padding: 1.875rem;
  border-top: none !important;
}
.modal .news-modal #newsLatter-content .modal-footer .btn {
  padding: 10px 20px !important;
  border-radius: 0.475rem !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
  background-color: #6571ff !important;
  border: unset;
  outline: unset;
  color: #ffffff;
  padding: 10px 20px !important;
  margin-top: 26px;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:hover {
  background-color: #6571ff !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
  box-shadow: unset;
}

#email-send {
  background: linear-gradient(to right, #f6a932, #ff5a0e);
  color: white !important;
  font-size: 15px;
  border: none;
  border-radius: 8px !important;
}

.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::-webkit-scrollbar {
  width: 0px;
  /* Adjust the width as needed */
}

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

.instagram-btn {
  flex: 1;
  position: relative;
  background: transparent;
}
.instagram-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 100%;
  background-color: #ff5a0e;
  transition: width 0.3s ease;
}
.instagram-btn.active::before {
  width: 80%;
}
.instagram-btn .svg-post-icon rect, .instagram-btn .svg-post-icon line {
  stroke: #fff;
}
.instagram-btn.active .svg-post-icon rect, .instagram-btn.active .svg-post-icon line {
  fill: #ff5a0e;
  stroke: #0e0a04;
}
.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: #fff;
}
.instagram-btn .svg-reels-icon path {
  fill: #ff5a0e;
}
.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: 5px !important;
  transition: all 0.3s ease !important;
}

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

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

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

.ifram-body {
  height: 300px !important;
  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 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: 123px !important;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 13px;
}
.support-banner .support_text::-webkit-scrollbar {
  width: 4px;
}
.support-banner .support_text::-webkit-scrollbar-track {
  background: transparent;
}
.support-banner .support_text::-webkit-scrollbar-thumb {
  background: #888;
}

@media (max-width: 767px) {
  .support-banner {
    max-width: 476px !important;
  }
}
@media (max-width: 575px) {
  .support-banner {
    max-width: 100% !important;
  }
}
.act-now {
  padding: 7px 21px;
  background: linear-gradient(to right, #f6a932, #ff5a0e);
  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;
  background: none;
  border: none;
}

.iframe-slider .iframe-card {
  margin: 30px;
  padding: 30px 40px;
  background-color: rgba(40, 44, 50, 0.5);
}
@media (max-width: 575px) {
  .iframe-slider .iframe-card {
    padding: 20px;
  }
}
.iframe-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 42%;
  opacity: 1 !important;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: none;
  background-image: linear-gradient(to right, #f6a932, #ff5a0e);
  color: #ffffff;
}
.iframe-slider .slick-arrow.slick-disabled {
  background-image: none;
  background-color: rgba(169, 175, 184, 0.5);
}
@media (max-width: 575px) {
  .iframe-slider .slick-arrow {
    display: none;
  }
}
.iframe-slider .iframe-next-arrow {
  right: -20px;
}
@media (max-width: 767px) {
  .iframe-slider .iframe-next-arrow {
    right: 20px;
  }
}
.iframe-slider .iframe-prev-arrow {
  left: -20px;
}
@media (max-width: 767px) {
  .iframe-slider .iframe-prev-arrow {
    left: 20px;
  }
}

.verification-icon {
  color: #f6a932;
}

.main-content.rtl .ms-3 {
  margin-right: 1rem !important;
  margin-left: 0 !important;
}
.main-content.rtl .calendar-icon {
  left: 18px;
  right: auto;
}
.main-content.rtl .text-start {
  text-align: right !important;
}
.main-content.rtl .our-services-section .services .service-card .card-img {
  margin-left: 15px;
}
.main-content.rtl .contact-section .contact-box .contact-icon {
  margin-left: 20px;
}
@media (min-width: 576px) {
  .main-content.rtl .text-sm-start {
    text-align: right !important;
  }
}
.main-content.rtl .text-end {
  text-align: left !important;
}
.main-content.rtl .section-heading-left h2 {
  text-align: right;
  padding-left: 0;
  padding-right: 60px;
}
.main-content.rtl .section-heading-right h2 {
  text-align: start;
  padding-left: 60px;
  padding-right: 0px;
}
.main-content.rtl .section-heading-left h2::before {
  right: 0;
  left: auto;
}
.main-content.rtl .section-heading-right h2::before {
  left: 0;
  right: auto;
}
.main-content.rtl .qr-code {
  padding: 20px 80px 20px 20px;
}
@media (max-width: 576px) {
  .main-content.rtl .qr-code {
    padding: 10px;
    flex-direction: row-reverse;
  }
}
.main-content.rtl .qr-code .qr-profile-img {
  left: auto;
  right: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 576px) {
  .main-content.rtl .qr-code .qr-profile-img {
    left: auto;
    right: 0;
  }
}

.profile-section .card[dir=rtl] .card-img {
  margin-right: 0;
  margin-left: 40px;
}

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

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

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

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

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

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

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

.file-list li {
  color: #abb1bd !important;
  background-color: #0e0a04 !important;
}

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

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

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

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

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

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

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

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

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

.product-img-slider {
  padding-bottom: 30px !important;
}
.product-img-slider .slick-dots {
  bottom: 25px !important;
  height: 26px !important;
}
.product-img-slider .slick-dots li button::before {
  font-size: 30px;
}

.product-img-height {
  max-height: 208px;
  max-width: 208px;
  aspect-ratio: 1;
}
.product-img-height img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
  font-size: 0.875rem !important;
}

.pwa-install-button {
  background: linear-gradient(to right, #f6a932, #ff5a0e) !important;
  color: #ffffff !important;
  border-radius: 15px !important;
  padding: 0.563rem 1.563rem !important;
  font-size: 0.875rem !important;
}
.pwa-install-button:hover {
  background: linear-gradient(to right, #ff5a0e, #f6a932) !important;
}

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

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

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

@media (max-width: 425px) {
  .profile-margin {
    margin-top: -20px !important;
  }
}
@media (max-width: 375px) {
  .profile-margin {
    margin-top: -40px !important;
  }
}
@media (max-width: 320px) {
  .profile-margin {
    margin-top: -72px !important;
  }
}
.fs-24 {
  font-size: 24px;
}
@media (max-width: 576px) {
  .fs-24 {
    font-size: 20px;
  }
}

.btn-section {
  position: absolute;
  top: 50%;
  z-index: 9;
}
.btn-section .fixed-btn-section {
  position: fixed;
  top: 50%;
  display: flex;
  align-items: center;
  cursor: move;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
}
.btn-section .fixed-btn-section .gym-bars-btn {
  background-color: #043636;
}
.btn-section .fixed-btn-section .sub-btn {
  left: -65px !important;
  right: auto !important;
  width: auto !important;
}
.btn-section .fixed-btn-section .sub-btn .gym-sub-btn {
  background-color: #234748;
}
.btn-section .fixed-btn-section .sub-btn .gym-sub-btn i {
  color: #043636;
}

.sub-btn-div {
  right: -40px !important;
}

.sticky-vcard-div {
  z-index: 9 !important;
}

.sub-btn-div-left {
  left: 150px !important;
}

.bars-btn {
  box-shadow: none !important;
  position: relative !important;
}

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

.vector-1 {
  left: 0;
  bottom: -100px;
}

.vector-2 {
  left: 0;
  top: 0;
}

.vector-3 {
  right: 0;
  top: 0;
}

.vector-4 {
  left: 0;
  bottom: 0;
}

.vector-5 {
  right: 0;
  bottom: -60px;
}

.vector-6 {
  left: 0;
  top: -30px;
}

.vector-7 {
  right: 0;
  bottom: -160px;
}
