/* Major Wesbite Font Family */
/* For Paragraphs */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

:root {
  --theme: #A020F0;
  --prime-gradient: radial-gradient(circle at center, #FF1493, #DA70D6, #A020F0, #8B00FF, #4B0082);
  --primary-color: #A020F0;
  --secondary-clr: #FF1493;
  --heading-font: 'IBM Plex Sans', sans-serif;
  --paragraph-font: 'Roboto', sans-serif;
  --faq-font: 'JetBrains Mono', monospace;
  --body-bg: #ffeef4;
  --border-clr: lightgrey;
  --light-filler-clr: #fcc5f1;
  --filler-clr: #ef9651;
  --white-clr: #fff;
  --black-text-clr: #2e2e2e;
  --para-clr: #5e5e5e;
  --yellow-clr: yellow;
  --light_purple: #fbfbfb;
      --light-bg: #ffffff;

}

img {
  user-select: none;
  /* Prevent text selection */
  -webkit-user-drag: none;
  /* Disable dragging in WebKit browsers */
  -khtml-user-drag: none;
  /* Disable dragging in KHTML browsers */
  -moz-user-drag: none;
  /* Disable dragging in Firefox */
  -ms-user-drag: none;
  /* Disable dragging in IE/Edge */
}

.clients-trust-figure {
  width: 180px;
  height: 50px;
  overflow: hidden;
}

.clients-trust-figure img,
.testimoniols-data .testimoniolsdata-img img,
.testimoniols-img.healthtestimonials-img img,
.wwoffer-img img {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.clients-trust-info {
  margin-top: 40px;
  position: relative;
}

.clients-trust-info:before {
  left: -41px;
  rotate: 90deg;
}

.clients-trust-info:after {
  right: -41px;
  rotate: 270deg;
}

.clients-trust-info:after,
.clients-trust-info:before,
.esteemed-slider::after,
.esteemed-slider::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  background-image: linear-gradient(to bottom,
      rgb(248 248 251/0%),
      rgb(248 248 251) 100%);
  z-index: 9;
}

.esteemed-slider::after,
.esteemed-slider::before {
  background-image: linear-gradient(to bottom,
      rgb(255 255 255/0%),
      rgb(255 255 255) 100%);
}

.esteemed-slider::before {
  left: 0;
  rotate: 90deg;
}

.esteemed-slider::after {
  right: 0;
  rotate: 270deg;
}

.wwoffer-img-bg {
  background: #1f78ff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}

.wwoffer-img {
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.wwoffer-card.card {
  border: none;
}

.wwoffer-title .sec-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 37px;
  margin: 15px 0;
}

.wwoffer-desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #575757;
}

.whatwe-information {
  margin-top: 20px;
}

.text-bold {
  font-weight: 600;
  font-size: 20px;
}

.wwoffer-info:hover {
  background: #fff;
  box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.wwoffer-info {
  margin-bottom: 50px;
}

.healthtestimonials-info,
.healthtestimonials_slider .card.testimoniols-card,
.wwoffer-img {
  text-align: center;
  margin: auto;
}

.healthtestimonials_slider .card.testimoniols-card {
  border-radius: 10px;
}

.healthtestimonials_slider.owl-carousel .item {
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.healthtestimonials_slider.owl-carousel .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.testimoniols-img.healthtestimonials-img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  text-align: center;
  margin: auto;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.testimoniols-data .testimoniolsdata-img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 100%;
}

.clients-trust-figure,
.testimoniols-data .testimoniolsdata-img,
.testimoniols-img.healthtestimonials-img,
.wwoffer-img {
  position: relative;
  display: block;
}

.wwoffer-info.wwoffer-infospace {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .wwoffer-info {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .wwoffer-img-bg {
    margin: auto;
  }
}

#loader {
  z-index: 9999999;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 70px;
  height: 70px;
  border: 4px solid #ddd;
  border-top: 4px solid #533baa;
  border-radius: 50%;
  animation: 0.8s linear infinite sp-anime;
}

@keyframes sp-anime {
  to {
    transform: rotate(360deg);
  }
}

#loader,
.loader {
  position: fixed;
  top: 0;
  height: 100%;
}

/* character css */

.carousel {
  width: 90%;
  margin: 20px auto;
}

/* Track to hold the character columns */
.carousel-track {
  display: flex;
  gap: 0rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* Hide scrollbar in IE 10+ */
  scrollbar-width: none;
  /* Hide scrollbar in Firefox */
}

/* Hide the scrollbar */
.carousel-track::-webkit-scrollbar {
  display: none;
}

/* Individual character columns */
.char-col {
  flex: 0 0 auto;
  text-align: center;
  position: relative;
}

/* Image styling */
.char-col img {
  width: 150px;
  height: auto;
  transition:
    filter 0.3s ease,
    transform 0.3s ease;
  max-height: 320px;
  min-height: 250px;
}

/* Text below each image */
.char-col p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2rem;
  /* Space between text and line */
}

/* Line section below each image */
.line {
  width: 1.5px;
  background-color: gray;
  position: absolute;
  left: 50%;
  top: 40px;
  /* Adjusted to create a gap between image and line */
  transform: translateX(-50%);
  height: 20px;
  /* Line height */
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.line::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #940b92;
  width: 12px;
  height: 12px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

/* Grayscale and zoom effect */
.char-col img {
  filter: grayscale(100%) blur(1px);
  transition:
    filter 0.5s ease,
    transform 0.3s ease;
}

.char-col:hover img,
.char-col:hover .line {
  filter: grayscale(0%) blur(0px);
  transform: scale(1.1);
  /* Zoom effect on image */
}

.char-col:hover .line {
  background-color: #f9f;
  transform: scaleY(1.2);
  /* Zoom effect on the line */
}

/* Responsive styles */

/* For larger screens (> 1024px) - display all images in one frame */
@media (width > 1024px) {
  .carousel-track {
    justify-content: space-between;
  }

  .char-col {
    flex-basis: calc(100% / 10);
    /* Fit all 10 images in the frame */
  }

  .char-col img {
    width: 100%;
    /* Images fill the column width */
  }

  .line {
    height: 25px;
    /* Line height for large screens */
  }
}

@media (max-width: 1024px) {
  .carousel-track {
    justify-content: space-between;
  }

  .char-col {
    flex-basis: calc(100% / 6);
    /* Fit all 10 images in the frame */
  }

  .char-col img {
    width: 100%;
    /* Images fill the column width */
  }

  .line {
    height: 25px;
    /* Line height for large screens */
  }
}

/* For medium screens (≤ 768px but > 435px) - display 4 images per frame */
@media (max-width: 768px) {
  .char-col {
    flex-basis: calc(100% / 4);
    /* 4 images per frame */
  }

  .char-col img {
    width: 100%;
    /* Images fill the column width */
  }

  .line {
    height: 25px;
    /* Line height for medium screens */
  }
}

/* For small screens (≤ 435px) - display 2 images per frame */
@media (max-width: 435px) {
  .char-col {
    flex-basis: calc(100% / 2);
    /* 2 images per frame */
  }

  .char-col img {
    width: 100%;
    /* Images fill the column width */
    height: 300px;
    object-fit: contain;
  }

  .line {
    height: 25px;
    /* Line height for small screens */
  }
}

.sliding-image {
  position: relative;
  width: 100%;
  /* or set a specific width */
  height: 100%;
  /* set height according to your needs */
  margin: 0 auto;
}

.sliding-image img {
  position: relative;
  top: 50%;
  /* move down 50% of the container height */
  transform: translateY(-50%);
  /* pull back by half of the image height */
  left: 20px;
}

/* client data css */

.client-data-container {
  padding: 5rem 1rem;
}

.hm-gradient {
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

/* From Uiverse.io by adeladel522 */
.apply-now {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0 107 179);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.apply-now:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.apply-now:hover .icon {
  transform: translate(4px);
}

.apply-now:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.apply-now::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

/* review css */
.reviewHead {
  color: #000;
  font-size: 31px;
  font-weight: 300;
  position: relative;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  display: inline-block;
}

.reviewHead::after {
  content: '';
  width: 50%;
  position: absolute;
  height: 4px;
  border-radius: 1px;
  background: #ff5555;
  left: 0;
  bottom: -20px;
}

.carousel {
  margin: 50px auto;
}

.carousel .carousel-item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}

.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
}

.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}

.carousel .testimonial {
  color: #fff;
  position: relative;
  background: #f5ebe6;
  padding: 15px;
  margin: 0 0 20px 20px;
}

.carousel .testimonial::before,
.carousel .testimonial::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.carousel .testimonial::before {
  width: 20px;
  height: 20px;
  background: #9b9b9b;
  box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.carousel .testimonial::after {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.carousel .carousel-item .row>div:first-child .testimonial {
  margin: 0 20px 20px 0;
}

.carousel .carousel-item .row>div:first-child .media {
  margin-left: 0;
}

.carousel .testimonial p {
  text-indent: 40px;
  line-height: 21px;
  margin: 0;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Add this line */
}

.carousel .testimonial p::before {
  content: '\201D';
  font-size: 18px;
  font-family: var(--paragraph-font);
  color: #fff;
  font-weight: bold;
  font-size: 68px;
  line-height: 70px;
  position: absolute;
  left: -25px;
  top: 0;
}

.carousel .overview {
  padding: 3px 0 0 15px;
}

.carousel .overview .details {
  padding: 5px 0 8px;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #ff5555;
}

.carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 30px;
  background: gray;
  text-shadow: none;
  top: 4px;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 16px;
}

.carousel-control-prev {
  left: auto;
  right: 40px;
}

.carousel-control-next {
  left: auto;
}

.carousel-indicators {
  bottom: -80px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 17px;
  height: 17px;
  border-radius: 0;
  margin: 1px 5px;
  box-sizing: border-box;
}

.carousel-indicators li {
  background: #e2e2e2;
  border: 4px solid #fff;
}

.carousel-indicators li.active {
  color: #fff;
  background: #ff5555;
  border: 5px double;
}

.star-rating li {
  padding: 0 2px;
}

.star-rating i {
  font-size: 14px;
  color: #ffdc12;
}

/* Pricing CSS */
.pricing-box .icon {
  display: flex;
  align-items: flex-start;
}

.pricing-box .icon svg {
  width: 2.188rem;
  margin-left: -0.188em;
}

.pricing-box h1 {
  font-size: 2.35rem;
  text-transform: capitalize;
  padding-bottom: 2rem;
  text-align: center;
}

@media screen and (min-width: 42.5rem) {
  .pricing-box h1 {
    font-size: 3rem;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125" fill="%23FFBB7B"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>');
    background-size: 17.5rem;
    background-repeat: no-repeat;
    background-position: 98% 3.375rem;
    padding-bottom: 3rem;
  }
}

.pricing-box {
  display: grid;
  place-content: center;
  place-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 4rem clamp(1rem, 5%, 3rem);
}

.pricing-box>span {
  display: inline-block;
  margin-bottom: 0.938em;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  font-size: 0.8rem;
  background: #ffbb7b;
  color: #5c0404;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 50px;
}

.pricing-box .cards {
  margin-top: 3em;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing-box .cardd {
  width: 17.5rem;
  cursor: pointer;
}

.pricing-box .cardd ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.5rem;
}

.pricing-box .card__outer {
  background: #ebecee;
  position: relative;
  height: 26.438rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  transition: 0.3s ease-in-out;
}

.pricing-box .card__outer a {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: bold;
}

.pricing-box .card__outer a svg {
  margin-left: 0.375em;
  width: 1.125rem;
}

.pricing-box .card__inner {
  background: #fff;
  position: absolute;
  bottom: 3.75rem;
  right: 1.25rem;
  width: 100%;
  height: 90%;
  border-radius: 0.625rem;
  padding: 1.875rem 2.188rem;
  display: flex;
  flex-direction: column;
}

.pricing-box .card__inner .title {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1rem;
  display: inline-block;
  margin-top: 0.313em;
  margin-bottom: 0.938em;
}

.pricing-box .card__inner .price {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}

.pricing-box .card__inner .price--number {
  font-size: 3rem;
  font-weight: 600;
}

.pricing-box .card__inner .price--number:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1.563rem;
  display: block;
  color: red;
  background: #f5f5f5;
  height: 0.125rem;
  width: 100%;
}

.pricing-box .card__inner .price--dolar {
  font-size: 1.1rem;
  margin-top: 0.625em;
  font-weight: 500;
}

.pricing-box .card.active .card__outer a {
  color: #fff;
}

.pricing-box .card:nth-child(1).active .card__inner svg {
  color: #6824d6;
}

.pricing-box .card:nth-child(1).active .card__outer {
  background: #6824d6;
  box-shadow: 5px 18px 13px rgba(104, 36, 214, 0.43);
}

.pricing-box .card:nth-child(2).active .card__inner svg {
  color: #fe3258;
}

.pricing-box .card:nth-child(2).active .card__outer {
  background: #fe3258;
  box-shadow: 5px 18px 13px rgba(254, 52, 89, 0.43);
}

.pricing-box .card:nth-child(3).active .card__inner svg {
  color: #4ccda7;
}

.pricing-box .card:nth-child(3).active .card__outer {
  background: #4ccda7;
  box-shadow: 5px 18px 13px rgba(76, 205, 166, 0.43);
}

.pricing-box .card--purple .card__inner svg,
.pricing-box .card--purple .card__inner .title,
.pricing-box .card--purple .card__outer a {
  color: #6824d6;
}

.pricing-box .card--red .card__outer {
  height: 29.313rem;
}

.pricing-box .card--purple .card__outer {
  height: 26.313rem;
}

.pricing-box .card--green .card__outer {
  height: 28.313rem;
}

.pricing-box .card--red .card__inner svg,
.pricing-box .card--red .card__inner .title,
.pricing-box .card--red .card__outer a {
  color: #fe3258;
}

.pricing-box .card--green .card__inner svg,
.pricing-box .card--green .card__inner .title,
.pricing-box .card--green .card__outer a {
  color: #4ccda7;
}

/* Policy Container css starts */

.policy-container {
  width: 100%;
  display: grid;
  grid-template-columns: 70% auto;
  gap: 2rem;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 3rem;
  padding-top: 50px;
}

.policy-container ._policy {
  padding: 10px;
}

.show-policy {
  display: grid;
  align-items: flex-start;
  gap: 1.25rem;
}

.show-policy .policy_detail {
  width: 100%;
  padding: 1rem 2rem;
  background-color: white;
  border-radius: 5px;
  display: grid;
  gap: 1rem;
}

.show-policy .policy_detail p {
  text-align: justify;
  line-height: 1.6;
  width: 100%;
  font-family: var(--faq-font) !important;
  font-optical-sizing: auto;
}

.policy-head {
  font-size: 3rem;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 1.625rem;
}

.policy_name {
  width: 100%;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  gap: 1rem;
  padding-bottom: 1rem;
}

.policy_name .tab-head {
  background-color: var(--theme);
  font-size: 20px;
  padding: 10px 16px;
  color: white;
  width: 100%;
}

.policy_name_list {
  list-style: none;
  width: 100%;
  padding: 1rem 2rem;
  display: grid;
  gap: 1rem;
}

.policy_name_list li {
  position: relative;
  padding-left: 1.5rem;
}

.policy_name_list li::after {
  content: '\f101';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  color: var(--theme);
  font-size: 1rem;
  cursor: pointer;
}

.policy_name_list a {
  text-decoration: none;
  color: inherit;
}

/* Responsive Styles */

/* For devices up to 768px (mobile) */
@media (max-width: 768px) {
  .policy-container {
    grid-template-columns: 1fr;
    gap: 1rem;
    grid-template-areas:
      'column2'
      'column1';
  }

  .column1 {
    grid-area: column1;
  }

  .column2 {
    grid-area: column2;
  }

  .policy-head {
    font-size: 2rem;
  }

  .policy_name .tab-head {
    font-size: 18px;
  }

  .show-policy .policy_detail {
    padding: 1rem 0rem;
  }
}

/* For devices between 769px and 1024px (tablets) */
@media (min-width: 769px) and (max-width: 1024px) {
  .policy-container {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .policy-head {
    font-size: 2.5rem;
  }
}

/* For devices between 1025px and 1440px (laptops) */
@media (min-width: 1025px) and (max-width: 1440px) {
  .policy-container {
    grid-template-columns: 60% auto;
  }

  .policy-head {
    font-size: 2.8rem;
  }
}

/* For large screens (above 1440px) */
@media (min-width: 1441px) {
  .policy-container {
    grid-template-columns: 70% auto;
  }
}

/* Policy page Accordionn css ends */

/* home page slider css */
.logos-slider {
  display: flex;
  gap: 5rem;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0,
      #000 15%,
      #000 85%,
      rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0,
      #000 15%,
      #000 85%,
      rgba(0, 0, 0, 0) 100%);
}

.logos-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  animation: slide 15s linear infinite;
}

.logos-slider-container img {
  width: 100px;
  height: 80px;
  max-width: 100px;
  object-fit: contain;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.ico_card {
  background: transparent;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 600px;
}

/* Footer slider css */
.carousel-wrapper {
  display: flex;
  gap: 5rem;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* Ensure the carousel takes full width */
}

.slider-track {
  display: flex;
  gap: 2rem;
  animation: slide-animation 60s linear infinite;
}

.slider-track img {
  pointer-events: none;
  user-select: none;
}

@keyframes slide-animation {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-3600px, 0, 0);
    /* Move the images in a loop */
  }
}

/* Career hiring css */
.hiring-process {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.tophead-section {
  padding: 2rem 0 1rem;
}

.tophead-section {
  text-align: center;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 4em;
}

.process-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  padding: 2rem 1rem;
  gap: 3rem;
}

.process-section .process {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.process-section .process img {
  width: 150px;
}

.process-section .process h1 {
  font-size: 20px;
  text-align: center;
}

.process-section .process p {
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .process-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    gap: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .process-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-items: center;
    padding: 2rem 1rem;
    gap: 3rem;
  }
}

.job-item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.job-item:hover,
.job-item:focus {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.job-item:focus {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}

.badge {
  padding: 0.5em 1em;
  font-weight: 500;
}

.btn-outline-primary {
  padding: 0.5rem 1.5rem;
  transition: transform 0.2s ease;
  border-width: 2px;
}

.btn-outline-primary:hover {
  transform: translateY(-2px);
  background-color: #0d6efd;
  color: white;
}

.text-muted {
  font-size: 0.9rem;
}

.badge.bg-success {
  background-color: #ffc107 !important;
}

.badge.bg-warning {
  background-color: #38b128 !important;
  color: #fff;
}

.badge.bg-info {
  background-color: #0dcaf0 !important;
}

@media (max-width: 768px) {
  .container {
    padding: 2rem 1rem;
  }

  .display-4 {
    font-size: 2.5rem;
  }

  .job-item .d-flex {
    flex-direction: column;
    gap: 1rem;
  }

  .job-item .d-flex .gap-3 {
    flex-wrap: wrap;
  }
}

/* From Uiverse.io by adamgiebl */
.cssbuttons-io-button {
  background: linear-gradient(to right, #da0c81, #940b92);
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #940b92;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #940b92;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #940b92;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}

.bg-new-org {
  background-color: var(--theme);
}

/* customer testimonial css */
.customer-testimonial {
  background-color: var(--body-bg)!important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* Allows pseudo-elements to be positioned */
}

.customer-testimonial::before,
.customer-testimonial::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 15%;
  /* Adjust this to change the size of the fade */
  background: white;
  pointer-events: none;
  /* Ensures they don't interfere with other interactions */
}

.customer-testimonial::before {
  top: 0;
  background: linear-gradient(to bottom, white, transparent);
}

.customer-testimonial::after {
  bottom: 0;
  background: linear-gradient(to top, white, transparent);
}

.content-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  gap: 20px;
  /* Optional, adds space between grid items */
  padding: 20px;
  /* Optional, adds padding around the section */
}

/* Left Compartment */
.left-compartment {
  padding: 20px;
  text-align: left;
  z-index: 2;
  position: relative;
}

.subtitle {
  font-size: 16px;
  color: var(--theme);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.3;
}

.title span {
  color: var(--theme);
}

/* Right Compartment */
.right-compartment {
  display: flex;
  gap: 20px;
  overflow: hidden;
}

.column {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.cards {
  /* position: absolute; */
  width: 100%;
  display: flex;
  flex-direction: column;
}

.rev-card {
  margin: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: white;
  text-align: center;
  font-size: 14px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rev-card p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Add ellipsis at the end */
}

.rev-card .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rev-card .author {
  font-weight: bold;
  color: #333;
}

.rev-card .rating i {
  color: gold;
  margin-right: 2px;
}

/* Continuous Animation */
.column-up .cards {
  animation: continuousUp 15s linear infinite;
  animation-play-state: running;
  /* Ensures the animation runs by default */
}

.column-down .cards {
  animation: continuousDown 15s linear infinite;
  animation-play-state: running;
  /* Ensures the animation runs by default */
}

.column-up:hover .cards,
.column-down:hover .cards {
  animation-play-state: paused;
  /* Pauses the animation on hover */
}

@keyframes continuousUp {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-12.5%);
  }

  50% {
    transform: translateY(-25%);
  }

  75% {
    transform: translateY(-37.5%);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes continuousDown {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(12.5%);
  }

  50% {
    transform: translateY(25%);
  }

  75% {
    transform: translateY(37.5%);
  }

  100% {
    transform: translateY(50%);
  }
}

/* For tablets or smaller screens (>= 768px) */
@media (max-width: 1024px) {
  .content-section {
    grid-template-columns: 1fr;
    /* Single column layout */
    padding: 15px;
    /* Adjust padding for smaller screens */
  }

  .customer-testimonial {
    height: auto;
    /* Adjust height if necessary */
  }
}

/* For smaller devices (phones < 768px) */
@media (max-width: 768px) {
  .content-section {
    grid-template-columns: 1fr;
    /* Single column layout */
    padding: 10px;
    /* Adjust padding for smaller screens */
  }

  .customer-testimonial {
    height: auto;
    /* Adjust height if necessary */
  }
}

/* For very small devices (e.g., portrait phones < 480px) */
@media (max-width: 480px) {
  .content-section {
    grid-template-columns: 1fr;
    /* Ensure single column layout */
    padding: 5px;
    /* Adjust padding further */
    gap: 2rem;
  }

  .customer-testimonial {
    height: auto;
    /* Adjust height if necessary */
  }

  .rev-card .footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .rev-card p {
    font-size: 12px;
  }

  .rev-card .author {
    font-weight: bold;
    color: #333;
    font-size: 14px;
  }

  .rev-card .rating i {
    color: #f9c74f;
    margin-right: 2px;
    font-size: 14px;
  }

  .right-compartment {
    height: 100vh;
  }

  .column-up {
    width: 100%;
  }

  .column-down {
    display: none;
  }
}

.sitemap-container {
  width: 100%;
  margin: 0 auto;
}

/* General styles */
.sitemap {
  background-color: #fff;
  padding: 40px 20px;
  font-family: fira code;
}

.sitemap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.sitemap-column {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  text-align: left;
}

.sitemap-column h2 {
  font-size: 3rem;
  color: #b0b0b0;
  margin-bottom: 10px;
  font-weight: bolder;
}

.sitemap-column h3 {
  font-size: 1.25rem;
  color: #940b92;
  margin-bottom: 15px;
}

.sitemap-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.sitemap-column li {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  padding-left: 15px;
}

.sitemap-column li::after {
  content: '\f101';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  color: var(--theme);
  font-size: 1rem;
  cursor: pointer;
}

/* Responsive styles */
@media (max-width: 768px) {
  .sitemap .container {
    flex-direction: column;
    align-items: center;
  }

  .sitemap-column {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .sitemap-column h2 {
    font-size: 1.5rem;
  }

  .sitemap-column h3 {
    font-size: 1.125rem;
  }

  .sitemap-column ul {
    padding: 0 10px;
  }
}

/* year bar css */
.year-bar {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 15px 15px;
  margin: 20px auto;
  max-width: min-content;
  background-color: white;
  border-radius: 30px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.year-tab {
  flex: 1;
  text-align: center;
  background-color: #ffffff;
  color: #333;
  border: 1px solid #ddd;
  padding: 8px 20px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.year-tab:hover {
  background-color: #ffe4c4;
  color: #940b92;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}

.year-tab.active {
  background-color: #940b92;
  color: white;
  border-color: #940b92;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
}

.year-content .year-section {
  display: none;
}

.year-content .year-section.active {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Award section css */
.award-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  gap: 2rem;
  background: linear-gradient(-45deg,
      rgba(255, 240, 150, 0.6),
      rgba(255, 200, 200, 0.6),
      rgba(255, 210, 120, 0.6),
      rgba(255, 220, 150, 0.6));

  background-size: 400% 400%;
  animation: gradient 10s ease-in-out infinite;
  padding: 6rem 1rem;
  position: relative;
}

@keyframes gradient {
  0% {
    background-position: 25% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 25% 50%;
  }
}

.award-section h2 {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  color: var(--theme);
}

.award-section h1 {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  text-transform: capitalize;
  color: black;

  & span {
    color: var(--theme);
  }
}

.award-section .award-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.award-section .award-img div {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../award-img/award-cover1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.award-section .award-img img {
  width: 100px;
  object-fit: contain;
  display: block;
}

.slider-ico {
  width: 200px;
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  gap: 10px;
}

.slider-ico img {
  width: 50px;
}

.slider-ico h1 {
  font-size: 16px;
  text-align: left;
}

.slider-ico p {
  font-size: 14px;

  & i {
    color: gold;
  }
}

/* app ico slider */
.app-ico-slider {
  width: 100%;
  display: grid;
  background: transparent;
  overflow: hidden;
  margin-top: 3rem;
}

.ico-slider {
  padding: 1em 2em;
  overflow: hidden;
  /* Ensure no overflow is visible */
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.ico-slider .slide-track {
  display: flex;
  gap: 2em;
  animation: scroll 15s linear infinite;
  /* Adjust speed here */
}

.ico-slider img {
  min-width: 25px;
  max-width: 25px;
}

/* Duplicate the track for a seamless infinite effect */
.ico-slider .slide-track::after {
  content: '';
  display: flex;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* page-starter */
.our-service {
  background-image: url('/assets/model/410729.jpg');
}

.industry-service {
  background-image: url('/assets/model-img/white-bg.jpg');
}

.career-withus {
  background-image: url('/assets/model-img/white-bg.jpg');
}

.reach-us {
  background-image: url('/assets/model-img/white-bg.jpg');
}

.payment-gateway {
  background-image: url('/assets/model-img/white-bg.jpg');
}

.page-starter {
  display: flex;
  width: 100%;
  height: 70vh;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.payment-gateway {
  display: flex;
  width: 100%;
  height: 40vh;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: t;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.page-starter::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  /* filter: blur(9px) opacity(0.8); */
  z-index: 1;
}

.page-starter .topic-container {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 10;
}

.page-starter .topic-container {
  width: 100%;
  color: #333;
  /* White text */

  & h1 {
    font-size: 30px;
    font-weight: bold;
  }

  & h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
  }

  & h3 span {
    color: var(--theme);
  }

  & p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
}

/* Get Quotation Button */

.Btn {
  position: fixed;
  top: 30%;
  z-index: 999;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 25px 0 0 25px;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: var(--theme);
}

/* plus sign */
.sign {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sign svg {
  width: 20px;
  fill: white;
  transition: transform 1s ease;
  /* Smooth rotation transition */
}

.Btn:hover svg {
  transform: rotateZ(-90deg);
  /* Flip horizontally on hover */
}

.text svg {
  width: 17px;
  color: white;
}

.text svg {
  width: 14px;
  fill: white;
}

/* text */
.text {
  position: absolute;
  right: 0%;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 14px;
  font-weight: 500;
  transition-duration: 0.3s;
  white-space: nowrap;
}

/* hover effect on button width */
.Btn:hover {
  width: 185px;
  border-radius: 25px 0 0 25px;
  transition-duration: 0.3s;
}

.Btn:hover .sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 20px;
}

/* hover effect button's text */
.Btn:hover .text {
  opacity: 1;
  color: white;
  width: 70%;
  transition-duration: 0.3s;
  padding-right: 10px;
}

.Btn:hover .text a {
  opacity: 1;
  color: white;
  transition-duration: 0.3s;
}

/* button click effect*/
.Btn:active {
  transform: translate(2px, 2px);
}

/* Floating whatsapp icon */
.whats-float {
  position: fixed;
  transform: translate(108px, 0px);
  top: 38%;
  right: 0;
  width: 150px;
  overflow: hidden;
  background-color: #25d366;
  color: #fff;
  border-radius: 25px 0 0 25px;
  z-index: 10;
  transition: all 0.3s ease-in;
  vertical-align: middle;
}

.whats-float a span {
  color: white;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in;
  text-align: center;
}

.whats-float:hover {
  color: #ffffff;
  transform: translate(0px, 0px);
}

.whats-float:hover i {
  transform: rotate(45deg);
}

/* button shadows */
.btn-bg-grad {
  background: linear-gradient(to right, #940b92, #ff6729, #ff801c);
}

/* Paymeny page css */
.payment-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 25px;
  background-color: #fff3ed !important;
}

.payment-container form {
  max-width: 1200px;
  padding: 40px;
  border-radius: 10px;
}

.payment-container form .formrow {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.payment-container form .formrow .column {
  width: 100%;
}

.payment-container .formrow .column img {
  max-width: 100%;
  display: block;
  justify-self: center;
}

.payment-container .column .title {
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.payment-container .column .input-box {
  margin: 15px 0;
}

.payment-container .input-box label {
  display: block;
  margin-bottom: 10px;
}

.payment-container form .btn {
  width: 100%;
  padding: 12px;
  background: #940b92;
  border: none;
  outline: none;
  border-radius: 6px;
  font-size: 17px;
  color: #fff;
  margin-top: 5px;
  cursor: pointer;
  transition: 0.5s;
}

.payment-container form .btn:hover {
  background: orange;
}

.payment-methods label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .payment-container form .formrow {
    grid-template-columns: 1fr;
  }
}

/* payment successfull css */

.payment-status-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  padding: 20px;
  margin: 0 auto;
  padding: 4rem 0;
}

.payment-status-container .payment-status {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
  max-width: 1200px;
  /* max width for larger screens */
}

.payment-status-container .status-icon {
  margin-bottom: 20px;
  animation: scaleIn 0.5s ease-in-out;
}

.payment-status-container .check-icon,
.payment-status-container .cross-icon {
  animation: rotateIn 1s ease-out forwards;
}

/* Animation for the check icon */
@keyframes scaleIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes rotateIn {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }

  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

.payment-status-container .status-message {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.payment-status-container .btn {
  background-color: #940b92;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.payment-status-container .btn:hover {
  background-color: orange;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
  .payment-status-container .payment-status {
    padding: 20px;
    width: 90%;
  }

  .payment-status-container .status-icon svg {
    width: 50px;
    height: 50px;
  }

  .payment-status-container .status-message {
    font-size: 20px;
  }

  .payment-status-container .btn {
    padding: 8px 15px;
    font-size: 16px;
  }
}

/* input animation */
.payment-container .column .input-box .box {
  position: relative;
  width: 100%;
  height: 50px;
  border: 2px solid #86b5f4;
  background-color: #edf3f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease;
}

.payment-container .column .input-box .box::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  transition: all 0.3s ease;
}

.payment-container .column .input-box .box::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  transition: all 0.3s ease;
}

.payment-container .column .input-box .box-animation::before {
  animation: animateInputBorder 4s linear infinite;
  animation-delay: -2s;
  background-image: conic-gradient(transparent,
      transparent,
      transparent,
      #00ccff);
}

.payment-container .column .input-box .box-animation::after {
  animation: animateInputBorder 4s linear infinite;
  background-image: conic-gradient(transparent,
      transparent,
      transparent,
      #d400d4);
}

@keyframes animateInputBorder {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.payment-container .column .input-box .box span {
  position: absolute;
  inset: 3px;
  background-color: #edf3f9;
  border-radius: 10px;
  z-index: 2;
}

.payment-container .column .input-box .box span input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  color: black;
  font-size: 20px;
  padding: 16px;
  position: relative;
}

.payment-container .column .input-box .box span input:focus {
  outline: none;
  box-shadow: none;
}

/* main page service card css */
.service-card-sec {
  max-width: 1260px;
  margin: 0 auto;
}

.service-card-sec .head-wrapper {
  width: 100%;
  margin: 3rem 0;
  align-items: center;
}

.service-card-sec .head-wrapper h1 {
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  justify-self: flex-start;
  text-align: center;
}

.service-card-sec .service-cards {
  margin-top: 1rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  gap: 2rem;
}

.serv-card {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 20px;
  background: #f5f5f5;
  position: relative;
  padding: 1.8rem;
  border: 2px solid #c3c6ce;
  transition: 0.5s ease-out;
  overflow: visible;
}

.serv-card .card-details {
  color: black;
  height: 100%;
  gap: 0.5em;
  display: grid;
}

.serv-card .card-details .image-bg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
  justify-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serv-card .card-details .image-bg .card-logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: contain;
}

.serv-card .card-button {
  transform: translate(-50%, 125%);
  width: 60%;
  border-radius: 1rem;
  border: none;
  background-color: #940b92;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-out;
}

.serv-card .text-body {
  color: rgb(134, 134, 134);
}

/*Text*/
.serv-card .text-title {
  font-size: 1.2em;
  font-weight: bold;
}

/*Hover*/
.serv-card:hover {
  border-color: #940b92;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.serv-card:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
}

@media screen and (max-width: 769px) {
  .service-card-sec .service-cards {
    margin-top: 1rem;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-items: center;
    gap: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .service-card-sec .service-cards {
    margin-top: 1rem;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-items: center;
    gap: 2rem;
  }
}

/* Brand css */
.brand-wrapper {
  width: 100%;
  background-color: #fff3ed !important;
}

.brand-section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.brand-section .brand-header {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 10px 0;
}

.brand-header-left,
.brand-header-right {
  width: 100%;
  height: 100%;
}

.brand-header-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.brand-title {
  font-size: 3rem;
  font-weight: bold;
}

.brand-description {
  font-size: 14px;
  color: gray;
  font-weight: 500;
  width: 80%;
  text-align: left;
}

.more-about-us {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.section-divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed lightgray;
  margin: 2rem 0;
  position: relative;
  display: flex;
}

.color-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #940b92;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.color-dot:nth-child(1) {
  margin-left: 0;
}

.color-dot:nth-child(2) {
  margin-left: 25%;
}

.color-dot:nth-child(3) {
  margin-left: 50%;
}

.color-dot:nth-child(4) {
  margin-left: 75%;
}

.roadmap-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.roadmap-items .roadmap-item {
  width: 100%;
}

.roadmap-items .roadmap-item p {
  width: 70%;
  font-size: 14px;
  text-align: left;
}

.hidden-divider,
.mob-divider {
  display: none;
}

@media screen and (max-width: 769px) {
  .brand-section .brand-header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 10px 0;
  }

  .brand-title {
    text-align: center;
  }

  .brand-description {
    width: 100%;
    text-align: center;
  }

  .more-about-us {
    text-align: center;
  }

  .color-dot:nth-child(1) {
    margin-left: 0;
  }

  .color-dot:nth-child(2) {
    margin-left: 25%;
    display: none;
  }

  .color-dot:nth-child(3) {
    margin-left: 50%;
  }

  .color-dot:nth-child(4) {
    margin-left: 75%;
    display: none;
  }

  .roadmap-items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .hidden-divider {
    display: block;
    grid-column: 1 / span 3;
  }
}

@media screen and (max-width: 600px) {
  .roadmap-items {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .color-dot:nth-child(3) {
    margin-left: 50%;
    display: none;
  }

  .hidden-divider {
    display: block;
    grid-column: 1 / span 1;
  }

  .mob-divider {
    display: block;
    grid-column: 1 / span 1;
  }
}

.roadmap-item .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Prevent overflow in the iframe container */
.google-form-container {
  width: 100%;
  height: 450px !important;
  position: relative;
  overflow: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer */
}

.google-form-container::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Edge */
}

.google-form-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer */
}

.career-card>div {
  width: 80%;
}

/* snow effect */
.snow-container {
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  top: 0;
  right: 0;
}

.snowflake,
.gift {
  position: absolute;
  top: -50px;
  opacity: 0.8;
  pointer-events: none;
  animation: fall linear infinite;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gift {
  opacity: 1;
}

@keyframes fall {
  to {
    transform: translateY(150vh);
  }
}

/* Product List Page Css */

html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* main ie fix */

main {
  display: block;
}

.product_container {
  margin-top: 50px;
}

/* form elements */
/* Clearfix */
.product_container .cf:before,
.product_container .cf:after {
  content: ' ';
  display: table;
}

.product_container .cf:after {
  clear: both;
}

.product_container .cf {
  zoom: 1;
}

/* Inline Block */
.product_container .ib {
  display: inline-block;
  vertical-align: top;
}

.product_container .ib-m {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 12px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: normal;
}

/* Ul Reset */
.product_container .ul-reset {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

/* Wrapper */
.product_container .wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Main */
.product_container .main {
  padding: 40px 0;
}

/* Sidebar */
.product_container .sidebar {
  float: left;
  width: 30%;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.product_container .sidebar-heading {
  padding: 12px;
  margin: 0 0 25px;
  background: #f8f9fa;
  font-size: 1.8em;
  text-align: center;
  border-radius: 6px;
  color: #333;
}

/* Search Styles */
.product_container .filter-search {
  position: relative;
  margin-bottom: 25px;
}

.product_container .search-input,
.product_container .location-search {
  width: 100%;
  padding: 12px 35px 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 15px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: border-color 0.2s;
}

.product_container .search-input:focus,
.product_container .location-search:focus {
  border-color: var(--theme);
  outline: none;
}

.product_container .search-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.product_container .search-btn svg {
  fill: #666;
  transition: fill 0.2s;
}

.product_container .search-btn:hover svg {
  fill: var(--theme);
}

/* Filter Items */
.product_container .filter-item {
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 15px;
  background: #fff;
}

.product_container .filter-item-inner {
  padding-bottom: 10px;
}

.product_container .filter-item-inner-heading {
  position: relative;
  padding: 15px;
  margin: 0;
  font-size: 1.3em;
  cursor: pointer;
  background: #f8f9fa;
  border-radius: 6px 6px 0 0;
  color: #444;
  font-weight: 500;
  transition: background 0.2s;
}

.product_container .filter-item-inner-heading:hover {
  background: #e9ecef;
}

.product_container .filter-item-inner-heading.minus:after,
.product_container .filter-item-inner-heading.plus:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 0.9em;
  color: #666;
}

.product_container .filter-item-inner-heading.minus:after {
  content: '▲';
}

.product_container .filter-item-inner-heading.plus:after {
  content: '▼';
}

.product_container .filter-attribute-list {
  overflow: hidden;
  height: 0;
  transition: height 0.25s ease;
}

.product_container .filter-attribute-list.open {
  height: auto;
}

.product_container .filter-attribute-item {
  padding: 8px 15px;
  border-top: 1px solid #f5f5f5;
}

.product_container .filter-attribute-item:first-child {
  border-top: none;
}

/* Reset Button */
.product_container .reset-filters {
  width: 100%;
  padding: 12px;
  background: var(--theme);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 25px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  transition: background 0.2s;
}

.product_container .reset-filters:hover {
  background: #e64a19;
}

/* Content */
.product_container .content {
  float: left;
  width: 70%;
  padding-left: 25px;
}

.product_container .content-header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product_container .content-heading {
  margin: 0;
  font-size: 1.5em;
  color: #333;
}

.product_container .content-stats {
  font-size: 0.9em;
  color: #666;
}

.product_container #influencer-count {
  font-weight: 600;
  color: var(--theme);
}

/* Influencer Cards */
/* Content */
.product_container .content {
  float: left;
  width: 70%;
  padding-left: 25px;
}

.product_container .content-header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.product_container .content-heading {
  margin: 0;
  font-size: 1.6em;
  color: #333;
  font-weight: 600;
}

.product_container .content-stats {
  font-size: 1em;
  color: #666;
}

.product_container #influencer-count {
  font-weight: 600;
  color: var(--theme);
}

/* Influencer Cards */
.product_container .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.product_container .product-item {
  width: calc(33.33333% - 16.66667px);
  /* Adjust for gap */
  margin: 0;
  padding: 0;
}

.product_container .product-item-inner {
  padding: 8px;
  border: none;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product_container .product-item-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.product_container .influencer-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
  border: 1px solid #f0f0f0;
}

.product_container .influencer-details {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product_container .product-title {
  margin: 0 0 10px;
  font-size: 1.3em;
  font-weight: 600;
}

.product_container .product-title-link {
  text-decoration: none;
  color: #333;
  transition: color 0.2s;
}

.product_container .product-title-link:hover {
  color: var(--theme);
}

.product_container .influencer-meta {
  margin-bottom: 12px;
  font-size: 0.95em;
  color: #777;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.product_container .influencer-niche {
  background: #f8f9fa;
  padding: 4px 10px;
  border-radius: 14px;
  font-size: 0.9em;
}

.product_container .influencer-followers {
  font-style: italic;
}

.product_container .influencer-rating {
  margin-bottom: 15px;
  font-size: 1em;
}

.product_container .rating-stars {
  color: #ffca28;
  margin-right: 6px;
  letter-spacing: 1px;
}

.product_container .rating-value {
  color: #666;
  font-weight: 500;
}

.product_container .product-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme);
  margin-bottom: 15px;
}

.product_container .product-add-to-cart {
  width: 100%;
  padding: 5px 8px;
  background: var(--theme);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: auto;
  /* Pushes button to bottom */
}

.product_container .product-add-to-cart:hover {
  background: #e64a19;
}

/* Media Queries */
@media (min-width: 1600px) {
  .product_container .product-item {
    width: calc(25% - 18.75px);
  }
}

@media (max-width: 1280px) {
  .product_container .wrapper {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .product_container .wrapper {
    width: 100%;
  }

  .product_container .product-item {
    width: calc(50% - 12.5px);
  }
}

@media (max-width: 900px) {
  .product_container .sidebar {
    width: 40%;
  }

  .product_container .content {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .product_container .product-item {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .product_container .sidebar {
    float: none;
    width: 100%;
  }

  .product_container .content {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }

  .product_container .product-item {
    width: 100%;
  }
}

/* Product details */

.product_details {
  margin-top: 60px;
}

.product_title {
  margin-top: 15px;
  width: 100%;
  max-width: 100%;
}

.product_title h2 {
  font-size: 30px !important;
  font-weight: 700;
  color: var(--theme) !important;
}

.profile-card {
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 8px;
  color: white;
  overflow: hidden;
}

.profile-card .product-details {
  width: 100%;
  background-color: #a15ad3;
  display: flex;
  padding: 13px 10px 10px;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .profile-card .product-details {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }
}

.profile-card .product-details .product-img {
  width: 100%;
  max-width: 350px;
}

.profile-card .product-details .product-img img {
  width: 90% !important;
  height: 150px !important;
  max-width: 90% !important;
  min-width: 90% !important;
  max-height: 150px !important;
  min-height: 150px !important;
  position: relative !important;
  margin: initial !important;
  border-radius: 4px;
  object-fit: cover;
}

.platform-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
  border-right: 1px solid var(--white-clr);
}

.platform-details .followers {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.platform-details .followers .count p {
  color: white;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
}

.platform-details .followers .icon {
  background-color: #bc90dc;
  width: 60px;
  height: 50px;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platform-details .followers .icon img {
  width: 100%;
}

.product-details .profile-about {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}

.product-details .profile-about h3 {
  font-size: 16px !important;
  font-weight: 600;
}

.product-details .profile-about p {
  font-size: 14px;
  font-weight: 400;
  color: white !important;
  margin: 0;
  margin-top: 10px;
  text-align: justify;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* Limit to 5 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.key-insights {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(250px, 300px) auto;
  gap: 10px;
  /* Optional: Adds spacing between columns */
}

.key-insights .blob-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-insights .blob-title h3 {
  width: 100%;
  font-size: 24px;
  color: var(--black-text-clr);
  font-weight: 600;
  text-align: center;
}

.key-insights .blob-data {
  display: flex;
  width: 100%;
}

.key-insights .blob-data ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  padding: 10px;
}

.key-insights .blob-data ul li {
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 5px 10px;
  height: auto;
  display: inline;
  min-width: 122px;
}

.key-insights .blob-data ul li h2 {
  color: #545454;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 0;
}

.key-insights .blob-data ul li p {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--primary-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-section-title {
  font-size: 24px !important;
  font-weight: 600;
  color: var(--secondary-clr) !important;
  margin-bottom: 20px;
}

.top_grid_container {
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .key-insights {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .key-insights .blob-title h3 {
    margin: 20px 0;
    font-weight: 700;
  }

  .key-insights .blob-data ul li h2 {
    color: #545454;
    text-transform: uppercase;
    font-size: 11px !important;
    line-height: 24px;
    margin-bottom: 0;
  }

  .platform-details {
    border-right: none;
  }
}

@media screen and (max-width: 500px) {
  .profile-card .product-details {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
  }

  .profile-card .product-details .product-img {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Analytics section */
/* Section Styling */
.analytics-section {
  background: var(--secondary-clr);
  padding: 20px 0;
  border-radius: 12px;
}

.analytics-section .section-title {
  color: #fff !important;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  padding-left: 15px;
  font-weight: 600;
}

/* Content Box */
.analytics-section .analytics-content {
  background: #f2f4f9;
  padding: 30px;
  margin-top: 10px;
}

.analytics-section .sub-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--black-text-clr);
  margin-bottom: 10px;
}

/* Followers Card */
.analytics-section .followers-card {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 320px;
}

.analytics-section .card-title {
  font-size: 1rem;
  font-weight: bold;
}

.analytics-section .card-subtitle {
  font-size: 0.85rem;
  color: var(--para-clr);
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin: 0 !important;
}

.analytics-section .percentage-label {
  font-size: 0.85rem;
  font-weight: bold;
  color: #6c63ff;
}

/* Progress Bar Row */
.analytics-section .progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.analytics-section .city-name {
  font-size: 0.9rem;
  flex: 1;
}

/* Progress Bar */
.analytics-section .progress-bar {
  width: 60%;
  height: 8px;
  background: rgb(232, 230, 230) !important;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.analytics-section .fill {
  height: 100%;
  background: #4a32c4;
  border-radius: 4px;
}

/* Value */
.analytics-section .value {
  font-size: 0.85rem;
  font-weight: bold;
  margin-left: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .analytics-section .analytics-content {
    padding: 20px;
  }

  .analytics-section .followers-card {
    width: 100%;
    max-width: 350px;
  }
}

@media (max-width: 480px) {
  .analytics-section {
    padding: 15px;
  }

  .analytics-section .progress-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .analytics-section .progress-bar {
    width: 100%;
    margin-top: 5px;
  }
}

/* Platform Links css */
/* Platform Links */
.platform-links {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.youtube-link {
  color: #6c63ff;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.youtube-link i {
  color: #ff0000;
  font-size: 1.2rem;
}

/* Title */
.ad-cost-title {
  font-size: 30px !important;
  font-weight: 600;
  margin-top: 15px;
}

/* Table Styling */
.ad-cost-table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  margin-top: 10px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ad-cost-table th,
.ad-cost-table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}

.ad-cost-table th {
  background: #f5f7fb;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 480px) {
  .ad-cost-table {
    font-size: 0.9rem;
  }

  .youtube-link {
    font-size: 0.9rem;
  }
}

.influencer-marketing {
  max-width: 100%;
  margin: 15px 0;
  color: var(--black-text-clr) !important;
  line-height: 1.6;
}

.influencer-marketing h1 {
  font-size: 24px !important;
  font-weight: bold;
  margin-bottom: 0 !important;
  max-width: 100% !important;
  color: var(--black-text-clr) !important;
}

.influencer-marketing h2 {
  font-size: 20px !important;
  font-weight: bold;
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

.influencer-marketing p {
  font-size: 1rem;
  color: var(--para-clr);
  max-width: 100% !important;
  margin: 10px 0 !important;
  text-align: justify;
}

.influencer-marketing strong {
  font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .influencer-marketing {
    padding: 0 15px;
  }

  .influencer-marketing h1 {
    font-size: 1.75rem;
  }

  .influencer-marketing h2 {
    font-size: 1.3rem;
  }

  .influencer-marketing p {
    font-size: 0.95rem;
  }
}