.font-manrope {
  font-family: "Manrope", sans-serif;
}

.font-plus {
  font-family: "Plus Jakarta Sans";
}

.text-gray {
  color: rgb(182, 182, 182);
}

.seo-text-15 {
  font-size: 0.938rem !important;
  line-height: 1.5;
}

.seo-text-16 {
  font-size: 1rem !important;
  line-height: 1.5;
}

.seo-text-17 {
  font-size: 1.0625rem !important;
  line-height: 1.5;
}

.seo-text-18 {
  font-size: 1.125rem !important;
  line-height: 1.5;
}

.seo-text-19 {
  font-size: 1.1875rem !important;
  line-height: 1.5;
}

.seo-text-20 {
  font-size: 1.25rem !important;
  line-height: 1.45;
}

.seo-text-21 {
  font-size: 1.3125rem !important;
  line-height: 1.45;
}

.seo-text-22 {
  font-size: 1.375rem !important;
  line-height: 1.4;
}

.seo-text-23 {
  font-size: 1.4375rem !important;
  line-height: 1.4;
}

.seo-text-24 {
  font-size: 1.5rem !important;
  line-height: 1.35;
}

.seo-text-25 {
  font-size: 1.5625rem !important;
  line-height: 1.35;
}

.seo-text-26 {
  font-size: 1.625rem !important;
  line-height: 1.3;
}

.seo-text-27 {
  font-size: 1.6875rem !important;
  line-height: 1.3;
}

.seo-text-28 {
  font-size: 1.75rem !important;
  line-height: 1.3;
}

.seo-text-29 {
  font-size: 1.8125rem !important;
  line-height: 1.25;
}

.seo-text-30 {
  font-size: 1.875rem !important;
  line-height: 1.25;
}

.seo-text-31 {
  font-size: 1.9375rem !important;
  line-height: 1.2;
}

.seo-text-32 {
  font-size: 2rem !important;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .seo-text-32 {
    font-size: 1.875rem !important;
  }

  .seo-text-31 {
    font-size: 1.8125rem !important;
  }

  .seo-text-30 {
    font-size: 1.75rem !important;
  }

  .seo-text-29 {
    font-size: 1.6875rem !important;
  }

  .seo-text-28 {
    font-size: 1.625rem !important;
  }

  .seo-text-27 {
    font-size: 1.5625rem !important;
  }

  .seo-text-26 {
    font-size: 1.5rem !important;
  }

  .seo-text-25 {
    font-size: 1.4375rem !important;
  }

  .seo-text-24 {
    font-size: 1.375rem !important;
  }

  .seo-text-23 {
    font-size: 1.3125rem !important;
  }

  .seo-text-22 {
    font-size: 1.25rem !important;
  }

  .seo-text-21 {
    font-size: 1.25rem !important;
  }

  .seo-text-20 {
    font-size: 1.1875rem !important;
  }

  .seo-text-19 {
    font-size: 1.125rem !important;
  }

  .seo-text-18 {
    font-size: 1.125rem !important;
  }

  .seo-text-17 {
    font-size: 1.0625rem !important;
  }

  .seo-text-16 {
    font-size: 1rem !important;
  }
}



@media screen and (max-width: 500px) {
  .business-benefits-of-working-main-container ul {
    gap: 0.7rem;
  }

  .business-benefits-of-working-main-container ul li {
    padding: 1rem;
  }

  .faq-item-container ul li.faq-list-item {
    padding: 1rem;
  }

  .portfolio-card-container {
    padding: 10px;
    flex-direction: column;
  }

  .portfolio-image-container img {
    aspect-ratio: 3 / 1.5;

  }

  .portfolio-image-container {
    border-right: none;
    /* max-height: 145px; */
  }
}

@media screen and (max-width: 400px) {
  .business-benefits-of-working-main-container ul {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 960px) {
  .info-col {
    position: static;
  }
}


.index-category-container .icon-container img {
  transition: 0.3s;
}


.our-seo-service-list-item-container .our-seo-service-inside-card-container:hover .common-heading-4 {
  color: #002c73;
}

.testimonial_google_rating {
  max-width: 150px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}


.marque_inner {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

/* fade edges (optional but looks clean) */
.marque_inner::before,
.marque_inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.marque_inner::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.marque_inner::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.marque_wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  width: max-content;
  flex-shrink: 0;
}

.logo_item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 140px; */
  height: 50px;
}

.logo_item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.logo_item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Animations */
.animate_left {
  animation: scrollLeft 30s linear infinite;
}

.animate_right {
  animation: scrollRight 30s linear infinite;
}

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

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

@keyframes scrollRight {
  0% {
    transform: translateX(-55%);
  }

  100% {
    transform: translateX(0);
  }
}

/* pause on hover */
.marque_inner:hover .marque_wrapper {
  animation-play-state: paused;
}

/* responsive */
@media (max-width: 768px) {
  .logo_item {
    width: 100px;
    height: 50px;
  }

  .marque_wrapper {
    gap: 40px;
  }
}

.result-driving-btns svg{width: 1.5rem;}

.footer-inside-image-container{height: 100%; margin: 0;}
.footer-certification-container:nth-child(2) .footer-inside-image-container{margin-top: 0;}
.footer-certification-container .footer-inside-image-container{margin-top: 0;}

.popcont p{font-size: 16px;}


.cookie_btn_accept {
    color: #ffffff;
    font-size: 14px;
    font-family: "Manrope";
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: #002c73;
    padding: 0.4rem 1.5rem;
    border-radius: 25px;
    border: 1px solid #002c73;
    transition: 0.3s;
}
.cookie_btn_accept:hover {
    color: #002c73;
    background: #fff;
    border: 1px solid #fff;
}

.grecaptcha-badge{display: none !important;}