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

.bg-pink {
  background-image: linear-gradient(to left, #fd3d84, #fc3881, #fd70a4);
}

.bg-orange {
  background-image: linear-gradient(to left, #ff5c00, #feb62b);
}

.bg-blue {
  background-image: linear-gradient(to left, #369efe, #47eef9);
}

.bg-purple {
  background-image: linear-gradient(to left, #bc4afe, #f478fd);
}

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

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

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

.text-gray-200 {
  color: #cccccc !important;
}

.text-gray-300 {
  color: #ffffff !important;
}

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

.text-gradient {
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-blue {
  background: linear-gradient(to left, #47eef9, #369efe 75%, #47eef9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.text-pink {
  background: linear-gradient(to left, #fd3d84, #fc3881, #fd70a4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.text-orange {
  background: linear-gradient(to left, #ff5c00, #feb62b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/Outfit-Medium.ttf?1d6f1a86e227bec4497dad3cc909e6e7) format("truetype");
  font-display: swap;
}
body {
  font-family: "Inter";
  font-weight: 400 !important;
  padding-right: 0 !important;
  background: #343434;
}
body.modal-open {
  padding-right: 0 !important;
}

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

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

.rounded-20px {
  border-radius: 20px;
}

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

.send-btn {
  height: 40px;
  padding: 6px 30px;
}

.appoint-btn {
  height: 40px;
  padding: 8px 30px;
}

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

.btn-gradient {
  color: #ffffff;
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%);
  border: none;
  transition: all ease-in-out 0.3s;
}
.btn-gradient:hover, .btn-gradient:focus, .btn-gradient.active {
  color: #1e1e1e;
  background: #ffffff;
  transition: all ease-in-out 0.3s;
}

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

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

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

.profile-section {
  position: relative;
}
.profile-section .card {
  background: linear-gradient(90deg, #171717 39%, #2c2b2b 100%);
  border: 1px solid #4b4b4b;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  padding: 14px;
}
.profile-section .card .profile-card-bg {
  position: absolute;
  right: 0;
  top: 0;
}
.profile-section .card .card-img {
  position: relative;
  width: 182px !important;
  height: 150px !important;
  -webkit-mask-image: url(/images/profile-img-mask.png?62bc64894cf7c28e8a4f10ae489d70bf);
  mask-image: url(/images/profile-img-mask.png?62bc64894cf7c28e8a4f10ae489d70bf);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 575px) {
  .profile-section .card .card-img {
    -webkit-mask-image: url(/images/profile-mobile.png?2d19abb58813302d435cdb4571f3fb7f);
    mask-image: url(/images/profile-mobile.png?2d19abb58813302d435cdb4571f3fb7f);
    width: 145px !important;
    height: 120px !important;
    border-radius: 10px 10px 0 0px;
  }
}
.profile-section .card .card-body {
  position: relative;
}
.profile-section .card .card-body::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -86px;
  left: -15px;
  width: 100%;
  height: 150%;
  border-left: 2px solid #4b4b4b;
  transform: rotate(344deg);
}
@media (max-width: 575px) {
  .profile-section .card .card-body::before {
    content: none;
  }
}
.profile-section .card .animatedText {
  min-height: 27px;
  overflow: hidden;
  display: inline-block;
  border-right: 1px solid #ffae00;
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.05);
  }
}
.social-media .social-media-icons {
  gap: 20px;
}
.social-media .social-media-icons .social-icon {
  position: relative;
}
.social-media .social-media-icons .social-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 30%;
  border-radius: 0 0 0 5px;
  border-left: 1px solid #f7ae00;
  border-bottom: 1px solid #f7ae00;
}
.social-media .social-media-icons .social-icon::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 30%;
  height: 30%;
  border-radius: 0 5px 0 0;
  border-top: 1px solid #f7ae00;
  border-right: 1px solid #f7ae00;
}
.social-media .social-media-icons .social-icon a {
  height: 50px;
  min-width: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1e1e1e;
  background-color: #313030;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.social-media .social-media-icons .social-icon a i,
.social-media .social-media-icons .social-icon a svg {
  width: 24px;
  font-size: 24px;
  fill: #ffffff;
  color: #ffffff;
}
@media (max-width: 575px) {
  .social-media .social-media-icons .social-icon a {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .social-media .social-media-icons .social-icon a i,
.social-media .social-media-icons .social-icon a svg {
    width: 20px;
    font-size: 20px;
  }
}
.social-media .social-media-icons .social-icon a:hover {
  background-color: #1e1e1e;
}
.social-media .social-media-icons .social-icon a:hover i,
.social-media .social-media-icons .social-icon a:hover svg {
  fill: #ffae00;
  color: #ffae00;
}

.section-heading {
  font-family: "Outfit";
  position: relative;
}
.section-heading h2 {
  display: inline-block;
  font-size: 26px;
  position: relative;
  padding: 0 20px;
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 20px;
  }
}
.section-heading h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
}
@media (max-width: 575px) {
  .section-heading h2::after {
    width: 12px;
    height: 12px;
  }
}
.section-heading h2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}
@media (max-width: 575px) {
  .section-heading h2::before {
    width: 12px;
    height: 12px;
  }
}

.contact-section {
  position: relative;
  background-image: url(/images/contact-bg-img.png?be00109260378c22942daaa09f4f7472);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #120f128c;
}
.contact-section .contact-box {
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid #4b4b4b;
  overflow: hidden;
}
.contact-section .contact-box .contact-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  position: relative;
}
.contact-section .contact-box .contact-icon img {
  width: 18px;
}
.contact-section .contact-box .contact-icon::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 7px;
  left: 0;
  width: 100%;
  height: 110%;
  border-right: 1px solid #4b4b4b;
  transform: rotate(340deg);
}
.contact-section .contact-box .contact-desc a {
  word-break: break-word !important;
}

.appointment-section {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .appointment-section {
    padding-bottom: 60px !important;
  }
}
.appointment-section .appointment {
  border-radius: 10px;
  padding: 15px;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  position: relative;
}
.appointment-section .appointment::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 0 10px 0 0;
  border-top: 1px solid #f7ae00;
  border-right: 1px solid #f7ae00;
}
.appointment-section .appointment::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-left: 1px solid #f7ae00;
  border-bottom: 1px solid #f7ae00;
  border-radius: 0 0 0 10px;
}
.appointment-section .appointment .calendar-icon {
  position: absolute;
  right: 20px;
  top: 10px;
}
.appointment-section .appointment .appointment-input {
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  background-color: #1a1a1a;
  border: 1px solid #4b4b4b;
  color: #ffffff;
  border-radius: 10px;
}
.appointment-section .appointment .appointment-input::-moz-placeholder {
  color: #ffffff;
}
.appointment-section .appointment .appointment-input::placeholder {
  color: #ffffff;
}
.appointment-section .appointment .appointment-input:focus {
  box-shadow: none;
  outline: none;
}
.appointment-section .appointment .hour-input {
  padding: 12px;
  background-color: #f3fbff;
  border-radius: 10px;
}
.appointment-section .appointment .btn {
  max-width: 300px;
}

.timePick {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}

.our-services-section .services .service-card {
  border-radius: 10px;
  padding: 5px;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  height: 100%;
}
.our-services-section .services .service-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-left: 1px solid #f7ae00;
  border-bottom: 1px solid #f7ae00;
  border-radius: 0 0 0 10px;
}
.our-services-section .services .service-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 0 10px 0 0;
  border-top: 1px solid #f7ae00;
  border-right: 1px solid #f7ae00;
}
.our-services-section .services .service-card .card-img {
  width: 100%;
  height: 190px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  -webkit-mask-image: url(/images/card-img-mask.png?d1f8b6da1f037df425ddca9ce0159ef1);
  mask-image: url(/images/card-img-mask.png?d1f8b6da1f037df425ddca9ce0159ef1);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.our-services-section .services .service-card .card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.our-services-section .services .service-card .card-body {
  padding: 10px;
}
.our-services-section .services .service-card .card-title {
  font-size: 18px;
}
.our-services-section .services .service-card .description-text {
  font-size: 14px;
}
@media (max-width: 575px) {
  .our-services-section .services .services-slider-view {
    padding: 0 10px;
  }
}
.our-services-section .services .services-slider-view .slick-slide {
  padding: 0 10px;
}
.our-services-section .services .services-slider-view .service-card .card-title {
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  min-height: 44px;
}
.our-services-section .services .services-slider-view .service-card .description-text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 63px;
}
.our-services-section .services .services-slider-view .service-card .card-body {
  min-height: 142px;
}

.gallery-section {
  background-color: #1a1a1a;
}
.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;
}
.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-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 610px;
  max-width: 100%;
  max-height: 318px;
  aspect-ratio: 1.92;
  background-image: url(/images/laptop-img.png?1a0dd4b660d545f5d3166d25a5899a7a);
  display: none;
}
@media (min-width: 768px) {
  .gallery-section .gallery-slider .gallery-img-wrapper {
    position: relative;
    width: 610px;
    max-width: 100%;
    max-height: 318px;
    aspect-ratio: 1.92;
  }
  .gallery-section .gallery-slider .gallery-img-wrapper::after {
    display: block;
  }
}
.gallery-section .gallery-slider .gallery-img {
  position: relative;
  width: 610px;
  max-width: 100%;
  max-height: 318px;
  aspect-ratio: 1.92;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid #4b4b4b !important;
  border-radius: 10px;
  top: 0;
}
@media (min-width: 768px) {
  .gallery-section .gallery-slider .gallery-img {
    position: relative;
    top: 14px;
    z-index: 2;
    margin: 0 auto;
    max-width: 482px;
    max-height: 280px;
    aspect-ratio: 1.72;
    overflow: hidden;
  }
}
.gallery-section .gallery-slider .gallery-img .expand-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%);
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gallery-section .gallery-slider .gallery-img img,
.gallery-section .gallery-slider .gallery-img iframe {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.product-section {
  position: relative;
}
@media (max-width: 480px) {
  .product-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-section .java-img {
  position: absolute;
  left: 20px;
  top: 35px;
}
.product-section .product-slider .slick-slide {
  padding: 0 10px;
}
.product-section .product-slider .product-card {
  border-radius: 10px;
  padding: 5px;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
.product-section .product-slider .product-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-left: 1px solid #f7ae00;
  border-bottom: 1px solid #f7ae00;
  border-radius: 0 0 0 10px;
}
.product-section .product-slider .product-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 0 10px 0 0;
  border-top: 1px solid #f7ae00;
  border-right: 1px solid #f7ae00;
}
.product-section .product-slider .product-card .card-img {
  width: 100%;
  height: 190px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  -webkit-mask-image: url(/images/card-img-mask.png?d1f8b6da1f037df425ddca9ce0159ef1);
  mask-image: url(/images/card-img-mask.png?d1f8b6da1f037df425ddca9ce0159ef1);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.product-section .product-slider .product-card .card-body {
  padding: 10px;
  min-height: 105px;
}
.product-section .product-slider .product-card .card-body .product-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 18px;
  min-height: 44px;
  overflow: hidden;
}
.product-section .product-slider .product-card .card-body .amount {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 22px;
}

.blog-section {
  position: relative;
  background-color: #1a1a1a;
}
.blog-section .slick-slide {
  padding: 0 10px;
}
.blog-section .slick-dots {
  bottom: -35px !important;
}
.blog-section p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .blog-slider {
  position: relative;
}
.blog-section .blog-slider .slick-slide {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .blog-section .blog-slider .blog-card-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 468px;
    max-width: 100%;
    padding: 14px 19px;
  }
}
.blog-section .blog-slider .blog-card-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 468px;
  max-width: 100%;
  aspect-ratio: 1.3034;
  background-image: url(/images/blog-laptop-img.png?371d5d6b706be6ab340e232144012830);
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 768px) {
  .blog-section .blog-slider .blog-card-wrapper::after {
    display: block;
  }
}
.blog-section .blog-slider .blog-card {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 468px;
  max-width: 100%;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid #4b4b4b !important;
  border-radius: 10px;
  padding: 10px;
}
@media (min-width: 768px) {
  .blog-section .blog-slider .blog-card {
    background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%) !important;
    position: relative;
    z-index: 2;
    max-width: 502px;
    margin: 0 auto;
    padding: 0;
  }
}
.blog-section .blog-slider .blog-card .card-img {
  position: relative;
  overflow: hidden;
  height: 260px;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: url(/images/blog-img-mask.png?ccda96ecfbe12ee733cf0b6220f782e4);
  mask-image: url(/images/blog-img-mask.png?ccda96ecfbe12ee733cf0b6220f782e4);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.blog-section .blog-slider .blog-card .card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog-slider .blog-card .card-body {
  position: relative;
  min-height: 129px;
}
.blog-section .blog-slider .blog-card .card-body .read-more {
  padding: 5px 10px;
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%);
  color: white;
  border-radius: 10px;
  position: absolute;
  top: -20px;
  right: 7px;
}
.blog-section .blog-slider .blog-card .card-body .blog-title {
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
  line-height: 1.2;
  font-size: 20px;
}
.blog-section .blog-slider .blog-card .card-body .blog-desc {
  margin-bottom: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 34px;
  line-height: 1.2;
  font-size: 14px;
}

.testimonial-section {
  position: relative;
  background-image: url(/images/testimonial-bg-img.png?08d4d1babe87b5e8b30ee60a62e69a88);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #120f128c;
}
.testimonial-section .testimonial-slider {
  position: relative;
}
.testimonial-section .testimonial-slider .slick-slide {
  padding: 0 10px;
  z-index: 1;
}
.testimonial-section .testimonial-slider .slick-slide .card {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid #4b4b4b;
  padding: 10px;
  margin: 27px 0;
}
.testimonial-section .testimonial-slider .slick-slide .card .card-img {
  position: relative;
  width: 182px !important;
  min-width: 182px !important;
  height: 150px !important;
  overflow: hidden;
  -webkit-mask-image: url(/images/profile-img-mask.png?62bc64894cf7c28e8a4f10ae489d70bf);
          mask-image: url(/images/profile-img-mask.png?62bc64894cf7c28e8a4f10ae489d70bf);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .slick-slide .card .card-img {
    width: 145px !important;
    height: 120px !important;
    min-width: 145px !important;
    margin-bottom: 4px !important;
    border-radius: 10px 10px 0 0px;
    -webkit-mask-image: url(/images/profile-mobile.png?2d19abb58813302d435cdb4571f3fb7f);
            mask-image: url(/images/profile-mobile.png?2d19abb58813302d435cdb4571f3fb7f);
  }
}
.testimonial-section .testimonial-slider .slick-slide .card .quote-img {
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid #4b4b4b;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.testimonial-section .testimonial-slider .slick-slide .card .quote-img img {
  width: 30px;
}
.testimonial-section .testimonial-slider .slick-slide .card .quote-img.quote-left-img {
  top: -27px;
  left: 135px;
  z-index: 1;
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .slick-slide .card .quote-img.quote-left-img {
    left: 15px;
  }
}
.testimonial-section .testimonial-slider .slick-slide .card .quote-img.quote-right-img {
  bottom: -27px;
  right: 15px;
}
.testimonial-section .testimonial-slider .slick-slide .card .card-body {
  padding: 0 15px;
  position: relative;
}
.testimonial-section .testimonial-slider .slick-slide .card .card-body::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -100px;
  left: -18px;
  width: 100%;
  height: 160%;
  border-left: 2px solid #4b4b4b;
  transform: rotate(344deg);
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .slick-slide .card .card-body::before {
    content: none;
  }
}
.testimonial-section .testimonial-slider .slick-slide .card .card-body h3 {
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}
.testimonial-section .testimonial-slider .slick-slide .card .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  min-height: 84px;
  font-size: 14px;
}

.qr-code-section {
  position: relative;
}
.qr-code-section .qr-code {
  max-width: 500px;
  width: 100%;
  border-radius: 15px;
  padding: 15px;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid #4b4b4b;
  position: relative;
  overflow: hidden;
  gap: 50px;
}
@media (max-width: 575px) {
  .qr-code-section .qr-code {
    gap: 20px;
  }
}
.qr-code-section .qr-code::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -3px;
  left: 160px;
  height: 104%;
  border-left: 1px solid #4b4b4b;
  transform: rotate(347deg);
}
@media (max-width: 575px) {
  .qr-code-section .qr-code::before {
    content: none;
  }
}
.qr-code-section .qr-code .qr-code-img {
  width: 120px;
  height: 120px;
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1e1e1e;
  border-radius: 10px;
  padding: 4px;
  background-color: #ffffff;
}
.qr-code-section .qr-code .qr-code-img svg,
.qr-code-section .qr-code .qr-code-img img {
  border-radius: 6px;
}

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

.business-hour-section .business-hour-card {
  position: relative;
  background-image: url(/images/business-hour-bg-img.png?4f032e2e32904b46d2b580e0fa8a9532);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.business-hour-section .business-hour-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #120f128c;
}
.business-hour-section .business-hour-card .business-hour {
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid #4b4b4b;
  overflow: hidden;
}
.business-hour-section .business-hour-card .days-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-hour-section .business-hour-card .days-icon::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 7px;
  left: 0;
  width: 100%;
  height: 110%;
  border-right: 1px solid #4b4b4b;
  transform: rotate(340deg);
}

.contact-us-section {
  position: relative;
  background-color: #1a1a1a;
}
.contact-us-section .contact-form {
  position: relative;
  border-radius: 15px;
  padding: 20px;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid #4b4b4b;
}
.contact-us-section .contact-form::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border-radius: 0 10px 0 0;
  border-top: 1px solid #f7ae00;
  border-right: 1px solid #f7ae00;
}
.contact-us-section .contact-form::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-left: 1px solid #f7ae00;
  border-bottom: 1px solid #f7ae00;
  border-radius: 0 0 0 10px;
}
.contact-us-section .contact-form .contact-icon {
  position: absolute;
  top: -85px;
  right: -25px;
}
@media (max-width: 575px) {
  .contact-us-section .contact-form .contact-icon {
    right: -15px;
  }
}
.contact-us-section .contact-form form .form-control {
  margin-bottom: 10px;
  padding: 15px;
  height: 50px;
  border-radius: 10px;
  background-color: #1a1a1a;
  border: 1px solid #4b4b4b;
  color: #ffffff;
  font-size: 14px;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
  color: #ffffff;
}
.contact-us-section .contact-form form .form-control::placeholder {
  color: #ffffff;
}
.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 {
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid #4b4b4b;
  overflow: hidden;
  padding: 15px;
}
.create-vcard-section .vcard-link-card .link-text {
  font-size: 18px;
  word-break: break-all;
}
@media (max-width: 575px) {
  .create-vcard-section .vcard-link-card .link-text {
    font-size: 16px;
  }
}

.map-section .map-box {
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid #4b4b4b;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.map-section .location-icon {
  height: 50px;
  min-width: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1e1e1e;
  background-color: #313030;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.map-section .location-icon::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 30%;
  height: 30%;
  border-radius: 0 5px 0 0;
  border-top: 1px solid #f7ae00;
  border-right: 1px solid #f7ae00;
}
.map-section .location-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 30%;
  border-radius: 0 0 0 5px;
  border-left: 1px solid #f7ae00;
  border-bottom: 1px solid #f7ae00;
}
.map-section .location-icon img {
  position: relative;
}

.btn-section .fixed-btn-section .developer-bars-btn {
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%);
}
.btn-section .fixed-btn-section .sub-btn .developer-sub-btn {
  background-color: #ffffff;
  border: 1px solid #1e1e1e;
}

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

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

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

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

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

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

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

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

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

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

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

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

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

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

a {
  text-decoration: none;
}

.flex-1 {
  flex: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.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 .bars-btn {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-section .fixed-btn-section .sub-btn {
  position: absolute;
  right: 75px;
  display: none;
}
.btn-section .fixed-btn-section .sub-btn .social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-section .fixed-btn-section .sub-btn .social-btn i {
  font-size: 24px;
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  margin: 0 4px !important;
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  font-size: 0;
}
.slick-dots li button:before {
  content: "" !important;
  font-size: 0;
  width: 10px !important;
  height: 10px !important;
  border-radius: 2px;
  background: #ffffff;
  opacity: 0.5;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%);
}

.vcard-seventeen-body {
  background-color: #343434 !important;
}

.vcard-seventeen.main-content {
  position: relative;
  background-color: #120f12;
  border-radius: 15px;
  max-width: 670px !important;
  min-height: calc(100vh - 8px);
  margin-top: 4px;
  margin-bottom: 4px;
}
.vcard-seventeen .vcard-seventeen-heading {
  font-size: 24px;
  position: relative;
  padding: 0 20px;
  background: linear-gradient(to left, #ffae00 33%, #f54200 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vcard-seventeen .card-back {
  border-radius: 10px;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  position: relative;
  color: white !important;
}
.vcard-seventeen .card-back::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  border-radius: 0px 10px 0px 0px;
  border-top: 1px solid #f7ae00;
  border-right: 1px solid #f7ae00;
}
.vcard-seventeen .card-back::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  border-left: 1px solid #f7ae00;
  border-bottom: 1px solid #f7ae00;
  border-radius: 0px 0px 0px 10px;
}
.vcard-seventeen .card-back .h1, .vcard-seventeen .card-back h1, .vcard-seventeen .card-back .h2, .vcard-seventeen .card-back h2 {
  color: white !important;
}

.vcard-seventeen-btn {
  padding: 10px 20px;
  color: #ffffff;
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%);
  border: none;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
}
.vcard-seventeen-btn:hover, .vcard-seventeen-btn:focus, .vcard-seventeen-btn:active, .vcard-seventeen-btn.active {
  color: #1e1e1e !important;
  background: #ffffff;
  transition: all ease-in-out 0.3s;
}

.language ul {
  list-style: none;
}
.language ul .lang-list {
  padding: 3px 9px;
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%);
  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 10px;
}
.language ul .lang-list .lang-hover-list li:hover, .language ul .lang-list .lang-hover-list li.active {
  background-color: #313030 !important;
}
.language ul .lang-list .lang-hover-list li:hover a, .language ul .lang-list .lang-hover-list li.active a {
  color: #ffffff !important;
}
.language ul .lang-list .lang-hover-list li a {
  color: #5e6278 !important;
  text-decoration: none;
  font-size: 14px !important;
}
.language ul .lang-list .lang-hover-list li img {
  height: 14px !important;
  width: 18px !important;
}

.vcard17-sticky-btn {
  background: #1e1e1e;
  color: black;
  border: 1px solid black;
  border-radius: 5px;
  height: 40px;
}

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

.add-to-contact-section {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 60px;
  z-index: 9;
}
@media (max-width: 576px) {
  .add-to-contact-section {
    bottom: 40px;
  }
}

.add-contact-btn {
  height: 50px !important;
  margin: 0 auto;
  border: none !important;
  z-index: 99;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.add-contact-btn:hover {
  transform: scale(1.05);
  color: #ffffff !important;
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%) !important;
}
@media (max-width: 576px) {
  .add-contact-btn {
    left: 19%;
  }
}

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

.appoint-input {
  font-size: 14px !important;
  text-align: center;
  font-weight: 500;
  padding: 11px 11px !important;
  border: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-radius: 8px;
  background-color: #1a1a1a;
  border: 1px solid #4b4b4b;
  color: #ffffff;
  cursor: pointer !important;
}
.appoint-input:focus {
  border-color: #edf2f8 !important;
}
.appoint-input:focus-visible {
  outline: none;
}

.activeSlot {
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%);
  color: #ffffff !important;
  cursor: pointer !important;
}

.product-details-page .product-btn {
  padding: 10px 20px;
  background: #1e1e1e;
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.product-details-page .product-btn:hover {
  background-color: rgba(30, 30, 30, 0.9);
}
.product-details-page .product-card {
  border-radius: 10px;
  padding: 10px;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  position: relative;
}
.product-details-page .product-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-left: 1px solid #f7ae00;
  border-bottom: 1px solid #f7ae00;
  border-radius: 0 0 0 10px;
}
.product-details-page .product-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 0 10px 0 0;
  border-top: 1px solid #f7ae00;
  border-right: 1px solid #f7ae00;
}
.product-details-page .product-card .card-img {
  width: 100%;
  height: 190px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  -webkit-mask-image: url(/images/card-img-mask.png?d1f8b6da1f037df425ddca9ce0159ef1);
  mask-image: url(/images/card-img-mask.png?d1f8b6da1f037df425ddca9ce0159ef1);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.product-details-page .product-card .card-body {
  padding: 10px;
}
.product-details-page .product-card .card-body .product-title {
  font-size: 20px;
}
.product-details-page .product-card .card-body .amount {
  font-size: 22px;
}

.view-more {
  font-size: 15px !important;
  padding: 10px 20px !important;
}

.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: #212020;
}
.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 {
  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: #f5f8fa;
}
.modal .news-modal #newsLatter-content .modal-body {
  padding: 1.75rem;
}
.modal .news-modal #newsLatter-content .modal-body .content {
  color: #f5f8fa;
  font-size: 23px;
}
.modal .news-modal #newsLatter-content .modal-body .modal-desc {
  color: silver;
  font-size: 16px;
  font-weight: 400;
}
.modal .news-modal #newsLatter-content .modal-body .email-input {
  border-radius: 8px !important;
}
.modal .news-modal #newsLatter-content .modal-body .email-input .btn {
  padding: 4px 10px !important;
  border-radius: 8px !important;
}
.modal .news-modal #newsLatter-content .modal-body .required:after {
  color: #f62947;
  content: "*";
  font-size: inherit;
  font-weight: 700;
  position: relative;
}
.modal .news-modal #newsLatter-content .modal-body .input-box {
  background-color: #1a1a1a;
  border: 1px solid #4b4b4b;
  color: #ffffff;
  transition: all 0.2s ease;
  font-size: 14px;
  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: #f5f8fa;
  color: #010101 !important;
  font-size: 15px;
  border: none;
}

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

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

.insta-feed-iframe iframe {
  border-radius: 15px !important;
  border: 1px solid #42a0fe !important;
  border-bottom: 3px solid #42a0fe !important;
}

.instagram-btn {
  flex: 1;
  position: relative;
  background: transparent;
}
.instagram-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  top: 100%;
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%);
  transition: width 0.3s ease;
}
.instagram-btn.active::before {
  width: 80%;
}
.instagram-btn .svg-post-icon rect,
.instagram-btn .svg-post-icon line {
  stroke: #ffffff;
}
.instagram-btn.active .svg-post-icon rect, .instagram-btn.active .svg-post-icon line {
  fill: #120f12;
  stroke: #ffae00;
}
.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: #ffffff;
}
.instagram-btn .svg-reels-icon path {
  fill: #ffae00;
}
.instagram-btn.active .svg-reels-icon .not-active-svg, .instagram-btn.active .svg-reels-icon rect {
  display: none;
}
.instagram-btn.active .svg-reels-icon .active-svg {
  display: block;
}

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

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

.insta-feed-section .instagram-media {
  border-radius: 10px !important;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%) !important;
  border: 1px solid #4b4b4b !important;
  box-shadow: none !important;
  min-width: 50% !important;
  max-width: 100% !important;
}

.support-banner {
  width: 100%;
  max-width: 606px;
  height: auto !important;
  position: fixed;
  bottom: 20px;
  z-index: 99999 !important;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid #4b4b4b;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-left: 32px;
  margin-right: 32px;
}
.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;
    margin-left: 0px;
    margin-right: 0px;
  }
}

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

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

.iframe-slider .slick-slide {
  padding: 0 10px;
}
.iframe-slider iframe {
  border-radius: 10px !important;
  background: #ffffff !important;
  border: 1px solid #4b4b4b !important;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  border: 0;
  background-color: transparent;
  background: linear-gradient(to left, #fd3d84, #fc3881, #fd70a4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 22px;
  z-index: 2;
}
.slick-arrow.prev-arrow {
  left: 30px;
}
@media (max-width: 767px) {
  .slick-arrow.prev-arrow {
    left: 15px;
  }
}
.slick-arrow.next-arrow {
  right: 30px;
}
@media (max-width: 767px) {
  .slick-arrow.next-arrow {
    right: 15px;
  }
}

.verification-icon {
  background: linear-gradient(to left, #ffae00 0%, #f54200 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.main-content.rtl .ms-3 {
  margin-right: 1rem !important;
}
.main-content.rtl .qr-code::before {
  top: -3px;
  left: auto;
  right: 160px;
  height: 104%;
  transform: rotate(15deg);
}
.main-content.rtl .expand-icon {
  left: 10px;
  right: auto;
}
.main-content.rtl .lang-hover-list {
  left: 0;
  right: auto;
}
@media (min-width: 576px) {
  .main-content.rtl .me-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
  }
}
.main-content.rtl .calendar-icon {
  left: 18px;
  right: auto;
}
.main-content.rtl .profile-section, .main-content.rtl .bg-vector.vector-1, .main-content.rtl .testimonial-slider .slick-slide .card, .main-content.rtl .testimonial-desc, .main-content.rtl .blog-card, .main-content.rtl .read-more {
  transform: scaleX(-1);
}
.main-content.rtl .profile-name {
  transform: scaleX(-1);
  text-align: end;
}
@media (max-width: 575px) {
  .main-content.rtl .profile-name {
    text-align: center;
  }
}
.main-content.rtl .days-icon::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 7px;
  left: auto;
  right: 0;
  width: 100%;
  height: 110%;
  border-left: 1px solid #4b4b4b;
  transform: rotate(18deg);
  border-right: none !important;
}
.main-content.rtl .contact-icon::before {
  transform: rotate(200deg);
}

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

.slick-prev.slick-arrow {
  color: black !important;
  left: 0 !important;
  z-index: 10 !important;
}

.slick-next.slick-arrow {
  color: black !important;
  right: 0 !important;
  z-index: 16 !important;
}

.slick-prev:before,
.slick-next:before {
  color: black !important;
}

.slick-arrow {
  -webkit-text-fill-color: black;
}

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

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

.input-box {
  padding: 20px;
  display: grid;
  place-items: center;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #1a1a1a;
  border: 1px solid #4b4b4b;
  color: #ffffff;
}

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

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

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

.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: #9da5ae !important;
}

.selected-files h5 {
  color: #4f5154 !important;
  font-size: medium !important;
  margin-top: 9px !important;
  margin-bottom: 10px !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;
  }
}

.pwa-support {
  width: 100%;
  max-width: 400px;
  height: auto !important;
  position: fixed !important;
  bottom: 20px;
  z-index: 99999 !important;
  background: linear-gradient(90deg, #171717 20%, #2c2b2b 100%);
  border: 1px solid #4b4b4b;
  padding: 24px;
  border-radius: 20px;
  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 {
  border-radius: 10px !important;
  padding: 0.563rem 1.563rem !important;
  font-weight: 400 !important;
  font-size: 0.875rem !important;
}

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

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

.product-img-slider {
  padding-bottom: 30px !important;
  margin-bottom: 0 !important;
}
.product-img-slider .slick-dots {
  bottom: 8px !important;
}

.product-img-height {
  max-height: 208px;
  aspect-ratio: 2.76;
}
.product-img-height img {
  aspect-ratio: 2.76;
}

.dots-none .slick-dots {
  display: none !important;
}

.bg-vector {
  position: absolute;
  z-index: 2;
}
@media (max-width: 575px) {
  .bg-vector img {
    width: 70%;
  }
}
@media (max-width: 425px) {
  .bg-vector img {
    width: 60%;
  }
}
.bg-vector.vector-1 {
  left: 15px;
  top: 5px;
}
.bg-vector.vector-2 {
  right: 15px;
  top: 15px;
}
.bg-vector.vector-3 {
  left: 15px;
  top: 15px;
}
.bg-vector.vector-4 {
  right: 15px;
  top: 15px;
}
.bg-vector.vector-5 {
  left: 15px;
  top: 15px;
}
.bg-vector.vector-6 {
  right: 15px;
  top: 15px;
}
.bg-vector.vector-7 {
  left: 15px;
  top: 15px;
}
.bg-vector.vector-8 {
  right: 15px;
  top: 15px;
}
.bg-vector.vector-9 {
  left: 15px;
  top: 15px;
}
.bg-vector.vector-10 {
  right: 15px;
  top: 15px;
}
.bg-vector.vector-11 {
  left: 15px;
  top: 15px;
}
.bg-vector.vector-12 {
  right: 15px;
  top: 15px;
}
.bg-vector.vector-13 {
  left: 15px;
  top: 15px;
}
.bg-vector.vector-14 {
  right: 15px;
  top: 15px;
}
.bg-vector.vector-15 {
  right: 15px;
  top: 0px;
}
.bg-vector.vector-16 {
  left: 15px;
  top: 0px;
}
.bg-vector.vector-17 {
  right: 15px;
  top: 70px;
}
.bg-vector.vector-18 {
  right: 15px;
  top: 70px;
}
.bg-vector.vector-19 {
  left: 15px;
  top: 70px;
}
.bg-vector.vector-20 {
  right: 15px;
  top: 70px;
}
.bg-vector.vector-21 {
  left: 15px;
  top: 70px;
}
.bg-vector.vector-22 {
  left: 15px;
  top: 70px;
}
.bg-vector.vector-23 {
  right: 15px;
  top: 80px;
}
.bg-vector.vector-24 {
  right: 15px;
  top: 60px;
}
.bg-vector.vector-25 {
  left: 15px;
  top: 70px;
}
.bg-vector.vector-26 {
  right: 15px;
  top: 60px;
}
.bg-vector.vector-27 {
  left: 15px;
  top: 70px;
}
.bg-vector.vector-28 {
  right: 15px;
  top: 5px;
}

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

.vcard-seventeen-heading {
  font-size: 24px !important;
}

.vcard17-bg-effect .vcard17-bg-video {
  opacity: 0.5;
  filter: blur(4px);
}
.vcard17-bg-effect .object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

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

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

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