@font-face {
  font-family: "LeagueSpartan";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/fonts/LeagueSpartan-Medium.ttf?a8c3b9360d69edbcf13e073b92e8b0ef) format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f1efeb !important;
}

@keyframes zoomOut {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.text-decoration-underline {
  text-decoration: underline;
}

a {
  text-decoration: none;
}

.fs-28 {
  font-size: 28px;
}
@media (max-width: 575px) {
  .fs-28 {
    font-size: 24px;
  }
}

.fs-24 {
  font-size: 24px;
}
@media (max-width: 575px) {
  .fs-24 {
    font-size: 20px;
  }
}

.fs-14 {
  font-size: 14px;
}
@media (max-width: 575px) {
  .fs-14 {
    font-size: 12px;
  }
}

.fs-15 {
  font-size: 15px;
}
@media (max-width: 575px) {
  .fs-15 {
    font-size: 13px;
  }
}

.fs-16 {
  font-size: 16px;
}
@media (max-width: 575px) {
  .fs-16 {
    font-size: 14px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 575px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-30 {
  font-size: 30px;
}
@media (max-width: 575px) {
  .fs-30 {
    font-size: 26px;
  }
}

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

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

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

.mb-15px {
  margin-bottom: 15px;
}

.mb-2px {
  margin-bottom: 2px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mt-40px {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .mt-40px {
    margin-top: 25px;
  }
}

.mb-40px {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .mb-40px {
    margin-bottom: 25px;
  }
}

.mb-30px {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .mb-30px {
    margin-bottom: 15px;
  }
}

.mt-60px {
  margin-top: 60px;
}
@media (max-width: 575px) {
  .mt-60px {
    margin-top: 40px;
  }
}

.mb-60px {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .mb-60px {
    margin-bottom: 40px;
  }
}

.mb-10px {
  margin-bottom: 10px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-26 {
  gap: 26px;
}

.gap-15 {
  gap: 15px;
}

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

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

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

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

.z-1 {
  z-index: 1 !important;
}

.btn {
  transition: 0.3s all ease-in-out;
  padding: 10px 22px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-primary {
  background-color: #f68338;
  color: #ffffff;
  border: 1px solid #f68338 !important;
  transition: 0.3s all ease-in-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #ffffff !important;
  color: #f68338 !important;
}

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

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

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

.btn-white {
  color: #f68338 !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  transition: 0.3s all ease-in-out;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background-color: #f68338 !important;
  color: #ffffff !important;
}

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

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.section-heading {
  padding: 5px 30px;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500 !important;
  font-family: "LeagueSpartan";
  position: relative;
}
.section-heading::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #f68338;
  border-right: 1px solid #f68338;
}
.section-heading::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #f68338;
  border-top: 1px solid #f68338;
}

.slick-dots li {
  width: 8px !important;
  height: 8px !important;
  margin: 0 4px !important;
}
.slick-dots li.slick-active {
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li.slick-active button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  background-color: #f68338 !important;
  border-radius: 50%;
  opacity: 1;
}
.slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
  background-color: #f68338 !important;
  border-radius: 50%;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li button::before {
  content: none !important;
}

.circle {
  width: 140px;
  height: 140px;
  position: relative;
  background-image: url(/images/profile-bg-img.svg?501aa446854ef23d5888f790e7f57834);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .circle {
    width: 130px;
    height: 130px;
  }
}

.profile-img {
  width: 130px;
  height: 130px;
  min-width: 130px;
  z-index: 1;
  border: 5px solid #191919;
  outline: 3px solid white;
  position: relative;
}
@media (max-width: 575px) {
  .profile-img {
    width: 110px;
    height: 110px;
    min-width: 110px;
  }
}
.profile-img img {
  -o-object-position: center;
     object-position: center;
}

@keyframes textRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.datepicker {
  padding: 10px;
  width: 250px;
}
.datepicker .datepicker-days table,
.datepicker .datepicker-months table,
.datepicker .datepicker-years table {
  width: 230px;
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:focus, .datepicker table tr td span.active.active {
  background-color: #f68338 !important;
  color: #ffffff !important;
  background-image: none !important;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:focus, .datepicker table tr td.active.active {
  background-color: #f68338 !important;
  background-image: none !important;
}

.main-section {
  border-radius: 15px;
  max-width: 670px;
  margin-top: 4px;
  margin-bottom: 4px;
  min-height: calc(100vh - 8px);
  background-color: #111111 !important;
  z-index: 2;
}

.mb-36 {
  margin-bottom: 36px;
}

.banner-img {
  width: 100%;
  height: 320px;
}

.animated-border {
  position: absolute;
  display: block;
  border-radius: 5px;
}
.animated-border:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: animate1 2s linear infinite;
}
.animated-border:nth-child(2) {
  top: -100%;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: animate2 2s linear infinite;
  animation-delay: 0.5s;
}
.animated-border:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: animate3 2s linear infinite;
  animation-delay: 1s;
}
.animated-border:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: animate4 2s linear infinite;
  animation-delay: 1.5s;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
.profile-section .profile-card {
  padding: 20px;
  position: relative;
  background-color: #191919;
  border: 1px solid #f68338;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.main-bg-img img {
  opacity: 0.6;
}

.social-media .social-icons {
  position: relative;
  gap: 14px;
}
@media (max-width: 576px) {
  .social-media .social-icons {
    gap: 10px;
  }
}
.social-media .social-icons a {
  width: 55px;
  height: 44px;
  min-width: 55px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  transition: 0.3s all ease-in-out;
  -webkit-mask-image: url(/images/social-icon-bg-34.svg?8cc1684ed6f200b1b3ab426517cc4e6c);
  mask-image: url(/images/social-icon-bg-34.svg?8cc1684ed6f200b1b3ab426517cc4e6c);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-image: url(/images/social-icon-bg-34.svg?8cc1684ed6f200b1b3ab426517cc4e6c);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.social-media .social-icons a:hover, .social-media .social-icons a:focus {
  transform: scale(1.08);
  animation: cameraFlash 0.3s 0.3s alternate-reverse 1;
}
.social-media .social-icons a:hover svg,
.social-media .social-icons a:hover img, .social-media .social-icons a:focus svg,
.social-media .social-icons a:focus img {
  transition: 0.3s all ease-in-out;
}
.social-media .social-icons a img,
.social-media .social-icons a svg {
  transition: 0.3s all ease-in-out;
  width: 21px;
  height: 21px;
  color: #f68338;
  margin-top: 3px;
}
.social-media .social-icons a img path,
.social-media .social-icons a svg path {
  fill: #f68338;
}

@keyframes cameraFlash {
  from {
    box-shadow: 0;
  }
  to {
    box-shadow: inset 0 0 0 100px #f1efeb;
  }
}
.z-2 {
  z-index: 2;
}

.personal-section {
  position: relative;
}
.personal-section .personal-details .detail-content {
  background-color: #191919;
  position: relative;
  padding: 25px 8px 8px 8px;
  border: 1px solid #444444;
  border-radius: 5px;
  margin-top: -19px;
  overflow: hidden;
  height: 100%;
}
.personal-section .personal-details .details-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.personal-section .personal-details .details-icon {
  width: 51px;
  height: 40px;
  min-width: 51px;
  transition: 0.3s all ease-in-out;
  position: relative;
  z-index: 2;
  margin: auto;
  background-image: url(/images/contact-icon-bg-34.svg?b686d1fc8a4b249b802f8eda7eff47c2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.personal-section .personal-details .details-icon svg,
.personal-section .personal-details .details-icon i,
.personal-section .personal-details .details-icon img {
  margin-top: 3px;
}

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

.gallery-item.gallery-file-item {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.our-services-section {
  position: relative;
  z-index: 2;
}
.our-services-section .slick-slide {
  padding: 15px 10px 0 10px;
}
.our-services-section .service-card {
  border-radius: 5px;
  background-color: #111111;
  border: 1px solid #444444;
  position: relative;
  padding: 10px;
}
.our-services-section .service-card .clip-img {
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: 2;
}
.our-services-section .service-card .card-img {
  width: 100%;
  height: 175px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.our-services-section .service-card .card-img a {
  width: 100%;
  height: 100%;
  display: block;
}
.our-services-section .service-card .card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.our-services-section .service-card .card-body {
  padding: 15px;
  background-color: #191919;
  border-radius: 0 0 5px 5px;
  position: relative;
  overflow: hidden;
}
.our-services-section .service-card .card-body .card-title {
  font-size: 18px;
}
.our-services-section .service-card .card-body .description-text {
  font-size: 14px;
}
.our-services-section .services-slider-view .service-card .card-body {
  min-height: 193px;
}
.our-services-section .services-slider-view .service-card .card-body .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  min-height: 44px;
  font-size: 18px;
}
.our-services-section .services-slider-view .service-card .card-body .description-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-align: center;
  min-height: 63px;
  font-size: 14px;
}

.iframe-slider .iframe-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 610px;
  max-height: 340px;
  aspect-ratio: 1.79;
  overflow: hidden;
  background-image: url(/images/gallery-bg-img.svg?d901b05f95d23273aa83503cea89407a);
  background-size: cover;
  background-position: center;
  border: 1px solid #444444 !important;
  position: relative;
  padding: 20px 5px;
  border-radius: 5px;
}
.iframe-slider .iframe-card iframe {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  max-height: 296px;
  aspect-ratio: 2.03;
}
.iframe-slider .slick-slide {
  padding: 0 10px;
}

.send-vcard {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}
.send-vcard .btn {
  padding: 10px 20px !important;
  border-radius: 0 !important;
}
.send-vcard .btn svg {
  width: 25px;
  height: 25px;
}

.appointment-section .book-select {
  border-radius: 5px;
  background-color: #191919;
  border: 1px solid #444444;
  position: relative;
  padding: 15px;
  overflow: hidden;
}
.appointment-section .book-select .form-control:focus, .appointment-section .book-select .form-control:active, .appointment-section .book-select .form-control:hover {
  box-shadow: none !important;
  outline: none !important;
}
.appointment-section .book-select ::-moz-placeholder {
  color: #111111;
}
.appointment-section .book-select ::placeholder {
  color: #111111;
}
.appointment-section .book-select .appointment-input {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #f68339;
  color: #111111;
  border-radius: 10px;
}
.appointment-section .book-select .appointment-input:focus {
  box-shadow: none;
  outline: none;
}
.appointment-section .time-section {
  padding: 10px 0px;
  border: 1px solid #b3b3b3;
  background-color: #f68338;
  border-radius: 22px;
  max-width: 155px;
  width: 100%;
}
@media (max-width: 575px) {
  .appointment-section .time-section {
    width: 100%;
    max-width: 100%;
  }
}
.appointment-section .calendar-icon {
  position: absolute;
  right: 18px;
  top: 11px;
}
.appointment-section .timePick {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}

.product-section .product-slider .slick-slide {
  padding: 15px 10px 0 10px;
}
.product-section .product-slider .product-card {
  border-radius: 5px;
  background-color: #111111;
  border: 1px solid #444444;
  position: relative;
  padding: 10px;
}
.product-section .product-slider .product-card .clip-img {
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: 2;
}
.product-section .product-slider .product-card .product-img {
  width: 100%;
  height: 175px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
@media (max-width: 425px) {
  .product-section .product-slider .product-card .product-img {
    margin: 0 auto;
  }
}
.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 .product-desc {
  background-color: #191919;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  padding: 15px;
  min-height: 126px;
}
@media (max-width: 425px) {
  .product-section .product-slider .product-card .product-desc {
    min-height: 150px;
  }
}
.product-section .product-slider .product-card .product-desc .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  min-height: 44px;
}
@media (max-width: 575px) {
  .product-section .product-slider .product-card .product-desc .product-title {
    min-height: 38px;
    font-size: 16px;
  }
}
.product-section .product-slider .product-card .product-desc .product-info {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 425px) {
  .product-section .product-slider .product-card .product-desc .product-info {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.product-section .product-slider .product-card .product-desc .product-info > a {
  overflow: hidden;
}
.product-section .product-slider .product-card .product-desc .product-amount {
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 6px;
}
@media (max-width: 575px) {
  .product-section .product-slider .product-card .product-desc .product-amount {
    font-size: 20px;
  }
}

.whatsapp-store-product-section .whatsapp-store-slider .slick-slide {
  padding: 15px 10px 0 10px;
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box {
  border-radius: 5px;
  background-color: #111111;
  border: 1px solid #444444;
  position: relative;
  padding: 10px;
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .clip-img {
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: 2;
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-img {
  width: 100%;
  height: 175px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
@media (max-width: 425px) {
  .whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-img {
    margin: 0 auto;
  }
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-content {
  background-color: #191919;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  padding: 15px;
  min-height: 126px;
}
.whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-content .whatsapp-store-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  min-height: 44px;
}
@media (max-width: 575px) {
  .whatsapp-store-product-section .whatsapp-store-slider .whatsapp-store-box .whatsapp-store-content .whatsapp-store-name {
    min-height: 38px;
    font-size: 16px;
  }
}

.testimonial-section {
  position: relative;
}
.testimonial-section .testimonial-slider .slick-slide {
  padding: 0px 10px;
}
.testimonial-section .testimonial-slider .testimonial-card {
  position: relative;
  padding: 20px;
  background-color: #191919;
  border: 1px solid #f68338;
  border-radius: 5px;
  overflow: hidden;
  min-height: 279px;
}
.testimonial-section .testimonial-slider .test .img-bg {
  width: 100px;
  height: 100px;
  background-image: url(/images/profile-bg-img.svg?501aa446854ef23d5888f790e7f57834);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial-section .testimonial-slider .test .test-img {
  width: 90px;
  height: 90px;
  border: 5px solid #111111;
  outline: 3px solid white;
}
.testimonial-section .testimonial-slider .test .test-content h2 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}
.testimonial-section .testimonial-slider .test .test-content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 84px;
  font-size: 14px;
}

.blog-section .test-right {
  top: 0;
}
@media (max-width: 575px) {
  .blog-section .test-right {
    top: -30px;
  }
}
.blog-section .test-right img {
  width: 70%;
}
@media (max-width: 575px) {
  .blog-section .test-right img {
    width: 55%;
  }
}
.blog-section .blog-slider .slick-slide {
  padding: 0 10px;
}
.blog-section .blog-slider .blog-card {
  border-radius: 5px;
  background-image: url(/images/blog-bg-img.svg?fdfb42573fb70a4fa38433a13139176c);
  background-size: cover;
  background-position: center;
  padding: 20px 5px;
  border: 1px solid #444444;
  position: relative;
}
.blog-section .blog-slider .blog-card .blog-img {
  position: relative;
  width: 100%;
  height: 260px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.blog-section .blog-slider .blog-card .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.blog-section .blog-slider .blog-card .blog-test {
  padding: 15px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  background-color: #191919;
  min-height: 152px;
}
.blog-section .blog-slider .blog-card .blog-test .blog-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 20px;
  overflow: hidden;
  min-height: 48px;
}
.blog-section .blog-slider .blog-card .blog-test .blog-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
  font-size: 14px;
  word-break: break-all;
}

.business-hour .business-title {
  max-width: 305px !important;
  padding: 7px 10px !important;
}
.business-hour .time-table .time-details {
  margin-top: -15px;
  background-color: #191919;
  border: 1px solid #444444;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px 5px 5px 5px;
}
.business-hour .time-table .time-icon {
  width: 45px;
  height: 35px;
  min-width: 45px;
  background-image: url(/images/contact-icon-bg-34.svg?b686d1fc8a4b249b802f8eda7eff47c2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-hour .time-table .time-icon svg {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}
.business-hour .business-right {
  position: absolute;
  left: 0px;
  top: 2px;
}
@media (max-width: 450px) {
  .business-hour .business-right {
    top: -70px !important;
  }
}
.business-hour .business-right img {
  width: 40%;
}
@media (max-width: 575px) {
  .business-hour .business-right img {
    width: 30%;
  }
}

.qr-section {
  position: relative;
}
.qr-section .qr-code-wrapper {
  padding: 20px 25px;
  border-radius: 5px;
  background-color: #191919;
  border: 1px solid #f68338;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto !important;
  overflow: hidden;
  max-width: 540px;
}
.qr-section .img-bg {
  width: 125px;
  min-width: 125px;
  height: 125px;
  background-image: url(/images/profile-bg-img.svg?501aa446854ef23d5888f790e7f57834);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.qr-section .qr-img {
  background-color: #ffffff;
  border-radius: 5px;
  min-width: 100px;
  width: 100px;
  height: 100px;
  border: 5px solid #111111;
  outline: 3px solid white;
  padding: 5px;
}
.qr-section .qr-img img {
  border-radius: 5px;
}

.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: #111111;
  border-radius: 16px;
  padding: 14px 16px;
  transition: all 0.3s ease;
  min-height: 120px;
  height: 100%;
  border: 1px solid #f68338;
}
.payment-link-section .pl-strip-icon {
  flex-shrink: 0;
  background: #444444;
  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: 700;
  margin-bottom: 4px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payment-link-section .pl-strip-desc {
  font-size: 13px;
  color: #b3b3b3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-break: break-word;
  line-height: 1.4;
  max-height: 5.6em;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.payment-link-section .pl-strip-action {
  flex-shrink: 0;
}
.payment-link-section .pl-strip-btn {
  padding: 8px 18px;
  border-radius: 10px;
  background: #f68338;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
.payment-link-section .pl-strip-btn:hover, .payment-link-section .pl-strip-btn:focus, .payment-link-section .pl-strip-btn:active {
  background-color: #ffffff !important;
  color: #f68338 !important;
}
.payment-link-section .pl-strip-badge {
  padding: 9px 13px 6px 17px;
  border-radius: 10px;
  background: #f68338;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.payment-link-section .pl-strip-badge:hover, .payment-link-section .pl-strip-badge:focus, .payment-link-section .pl-strip-badge:active {
  background-color: #ffffff !important;
  color: #f68338 !important;
}
.payment-link-section .link-icon-btn svg {
  width: 15px;
  height: 16px;
}
.payment-link-section .pl-strip-content-img {
  flex-shrink: 0;
  background: #444444;
  border-radius: 12px !important;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 65px;
  max-height: 89px;
  min-width: 65px;
  min-height: 89px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-section {
  position: relative;
}
.contact-section .contact-bg {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-section .contact-bg img {
  width: 75%;
}
@media (max-width: 575px) {
  .contact-section .contact-bg img {
    width: 50%;
  }
}
.contact-section .contact-form {
  border: 1px solid #444444;
  background-color: #191919;
  position: relative;
  padding: 20px;
  overflow: hidden;
  border-radius: 5px;
}
.contact-section .contact-form form {
  position: relative;
  z-index: 2;
}
.contact-section .input-join .form-control {
  max-width: 235px;
}
@media (max-width: 575px) {
  .contact-section .input-join .form-control {
    max-width: 100%;
  }
}
.contact-section .form-control {
  padding: 14px 15px !important;
  border-radius: 10px;
  border: 1px solid #444444 !important;
  background-color: #111111;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.contact-section .form-control:focus, .contact-section .form-control:active, .contact-section .form-control:hover {
  outline: none;
  box-shadow: none !important;
}
.contact-section ::-moz-placeholder {
  color: #ffffff;
}
.contact-section ::placeholder {
  color: #ffffff;
}
.contact-section textarea {
  padding: 14px 15px !important;
  border-radius: 10px;
  border: 1px solid #444444 !important;
  background-color: #111111;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.contact-section textarea:focus, .contact-section textarea:active, .contact-section textarea:hover {
  outline: none;
  box-shadow: none !important;
}

.v-card-section .v-card-input {
  padding: 15px 35px;
  border-radius: 5px;
  background-color: #191919;
  border: 1px solid #f68338;
}
@media (max-width: 575px) {
  .v-card-section .v-card-input {
    padding: 15px;
  }
}

.map-section {
  position: relative;
  z-index: 2;
}
.map-section .map-content {
  background: #111111;
  border-radius: 5px;
  border: 1px solid #444444;
  padding: 10px;
}
.map-section .map-content .location-icon {
  width: 51px;
  min-width: 51px;
  height: 40px;
  background-image: url(/images/contact-icon-bg-34.svg?b686d1fc8a4b249b802f8eda7eff47c2);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.map-section .map-content .location-icon img {
  height: 20px !important;
  margin-top: 3px;
}
.map-section .map-content .content {
  background-color: #191919;
  border-radius: 5px 5px 0 0;
}

.add-btn {
  bottom: 60px;
  max-width: 200px;
  white-space: nowrap;
  z-index: 4 !important;
}

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

.support-banner {
  width: 100%;
  max-width: 606px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background-color: #191919;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #f68338;
  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: auto;
  margin-top: 13px;
}
.support-banner .support_text::-webkit-scrollbar {
  width: 4px;
}
.support-banner .support_text::-webkit-scrollbar-track {
  background: transparent;
}
.support-banner .support_text::-webkit-scrollbar-thumb {
  background: #888;
}

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

.act-now {
  padding: 7px 21px;
  background: #f68338;
  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: 10px !important;
}

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

.lens-img {
  position: absolute;
  top: -50px;
  left: 10px;
}
.lens-img img {
  width: 20%;
}
@media (max-width: 575px) {
  .lens-img img {
    width: 17%;
  }
}

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

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

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

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

.insta-feed-iframe iframe {
  border-radius: 15px !important;
  border: 1px solid #f68338 !important;
  margin-bottom: 0 !important;
}

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

.input-box {
  padding: 14px 15px !important;
  border-radius: 10px;
  border: 1px solid #444444 !important;
  background-color: #111111;
  position: relative;
  z-index: 2;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

small {
  font-size: 12px;
  font-weight: 600;
}

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

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

.vcard34-sticky-btn {
  color: #f68338 !important;
  border: 1px solid #f68338 !important;
  border-radius: 5px;
  height: 40px;
  background-color: #ffffff;
}

.vcard34-btn-group {
  width: 50px;
  height: 50px;
  color: #f68338 !important;
  background-color: #ffffff;
  border-radius: 50px !important;
}

.btn-section .fixed-btn-section .photographer-bars-btn {
  background-color: #f68338;
}
.btn-section .fixed-btn-section .sub-btn .taxi-sub-btn {
  background-color: #f68338;
  border: 1px solid #f68338;
}

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

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

#email-send {
  background-color: #f68338;
  color: #ffffff !important;
  font-size: 15px;
  border: none;
  border-radius: 8px !important;
  font-weight: 500 !important;
}

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

.vcard-thirtyfour.main-content {
  border-radius: 15px;
  max-width: 670px;
  margin-top: 4px;
  margin-bottom: 4px;
  min-height: calc(100vh - 8px);
  background-color: #111111 !important;
  position: relative !important;
  z-index: 1 !important;
}
.vcard-thirtyfour .vcard-thirtyfour-heading {
  font-weight: 500;
  font-size: 24px;
  color: #f68338 !important;
}

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

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

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

.vcard-one__product .product-card {
  border-radius: 5px;
  background-color: #111111;
  border: 1px solid #444444;
  position: relative;
  padding: 10px;
}
.vcard-one__product .product-card .clip-img {
  position: absolute;
  top: -15px;
  right: 15px;
  z-index: 2;
}
.vcard-one__product .product-card .card-body {
  background-color: #191919;
  padding: 10px !important;
}
.vcard-one__product .product-card .product-img-slider .slick-dots {
  bottom: -17px !important;
}
.vcard-one__product .product-card .product-img-slider .slick-dots .slick-active button::before {
  opacity: 1 !important;
}
.vcard-one__product .product-card .product-img-slider .slick-dots li button {
  content: "." !important;
}
.vcard-one__product .product-card .product-img-slider .slick-dots li button::before {
  font-size: 30px !important;
  opacity: 0.25 !important;
}

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

.time-slot {
  font-size: 15px;
  background-color: #ffffff !important;
  color: #111111 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 14px;
  width: 100% !important;
  max-width: 155px;
  cursor: pointer;
  border: 1px solid #f68338;
  border-radius: 10px;
}
.time-slot:hover, .time-slot.activeSlot {
  background-color: #f68338 !important;
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 48.333333%;
  }
}
.btn-section.rtl {
  right: auto !important;
  left: 15px !important;
}

.main-section.rtl .main-bg-img {
  transform: scaleX(-1);
}
.main-section.rtl .vector-13 {
  text-align: end !important;
}
.main-section.rtl .lang-hover-list {
  left: 0;
  right: auto;
}
.main-section.rtl .expand-icon {
  left: 10px;
  right: auto;
}
.main-section.rtl .social-icon {
  margin-right: 0px !important;
  margin-left: 48px !important;
}
.main-section.rtl .businees-right {
  left: 0 !important;
  right: auto !important;
}
.main-section.rtl .calendar-icon {
  left: 18px;
  right: auto;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.pwa-support {
  width: 100%;
  max-width: 400px;
  height: auto !important;
  position: fixed !important;
  bottom: 20px;
  z-index: 99999 !important;
  background-color: #191919;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #f68338;
  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: #f68338 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  padding: 0.563rem 1.563rem !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}

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

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

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

@keyframes right-arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(8px);
  }
}
.iframe-section {
  position: relative;
}
.iframe-section .iframe-bg {
  position: absolute;
  right: 6px;
  top: 41px;
}
.iframe-section .iframe-bg img {
  width: 100%;
}
@media (max-width: 575px) {
  .iframe-section .iframe-bg img {
    width: 75%;
  }
}

.profile-desc p, .profile-desc span, .profile-desc strong {
  margin-bottom: 0 !important;
  color: white !important;
}

.row-gap-24px {
  row-gap: 24px !important;
}

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

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

.card-back {
  border-radius: 5px !important;
  background-color: #191919 !important;
  border: 1px solid #f68338 !important;
}
.card-back p {
  color: #b3b3b3 !important;
}
.card-back h2 {
  color: #fff !important;
}

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

.vector-1 {
  left: 4px;
  top: 3px;
  width: 50px;
}

.vector-2 {
  right: 0;
  top: 10px;
}

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

.vector-4 {
  right: 0;
  top: 10px;
}

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

.vector-6 {
  right: 0;
  top: 10px;
}

.vector-7 {
  left: 10px;
  top: 5px;
}

.vector-8 {
  right: 0;
  top: 10px;
}

.vector-9 {
  left: 0;
  top: 10px;
}

.vector-10 {
  right: 0;
  top: 10px;
}

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

.vector-12 {
  right: 10px;
  top: 10px;
}

.vector-13 {
  left: 0;
  top: 10px;
}

.vector-14 {
  right: 0;
  top: 20px;
}

.vector-15 {
  left: 4px;
  top: 4px;
  width: 40px;
}

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

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

.linkedin-feed-iframe iframe {
  width: calc(100% - 2px) !important;
  height: 500px !important;
  border: 1px solid #f68338 !important;
  border-radius: 15px !important;
  transform-origin: top left;
  transform: scale(1);
}

.sound-toggle-btn {
  position: absolute;
  top: 280px;
  right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 425px) {
  .sound-toggle-btn {
    top: 275px;
    right: 2px;
  }
}
@media (max-width: 375px) {
  .sound-toggle-btn {
    top: 275px;
    right: 2px;
  }
}
@media (max-width: 320px) {
  .sound-toggle-btn {
    top: 275px;
    right: 2px;
  }
}
.sound-toggle-btn i {
  font-size: 18px;
}
