@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.privacy-secA {
  margin-top: 140px;
  padding: 0 0 65px;
}
@media only screen and (max-width: 675px) {
  .privacy-secA {
    margin-top: 100px;
  }
}
.privacy-secA .website-content .heading {
  text-align: left;
  font-size: 48px;
  margin-bottom: 25px;
  color: var(--primary);
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 675px) {
  .privacy-secA .website-content .heading {
    font-size: 26px;
  }
}
.privacy-secA .website-content h2 {
  font-size: 28px;
  font-weight: 500;
}
.privacy-secA .website-content h3 {
  font-size: 24px;
  font-weight: 500;
}
.privacy-secA .website-content h4 {
  font-size: 19px;
  font-weight: 500;
}
.privacy-secA .website-content h5 {
  font-size: 17px;
}
.privacy-secA .website-content h6 {
  font-size: 15px;
}
.privacy-secA .website-content h2, .privacy-secA .website-content h3, .privacy-secA .website-content h4 {
  margin: 40px 0 15px;
}
.privacy-secA .website-content h5, .privacy-secA .website-content h6 {
  margin: 30px 0 15px;
}
.privacy-secA .website-content h1, .privacy-secA .website-content h2, .privacy-secA .website-content h3, .privacy-secA .website-content h4, .privacy-secA .website-content h5, .privacy-secA .website-content h6 {
  font-family: "Lato", sans-serif;
}
.privacy-secA .website-content p, .privacy-secA .website-content li {
  color: var(--text);
  text-align: left;
}
.privacy-secA .website-content a {
  color: #000000;
}
.privacy-secA .website-content a:hover {
  text-decoration: underline;
}
.privacy-secA .website-content p {
  margin-bottom: 20px;
}
.privacy-secA .website-content ul {
  margin-bottom: 20px;
  padding-left: 35px;
}
.privacy-secA .website-content ul li {
  position: relative;
  padding-left: 35px;
  font-family: "Lato", sans-serif;
}
.privacy-secA .website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.privacy-secA .website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}

@media (max-width: 675px) {
  .privacy-secA {
    padding: 0 0 45px;
  }
}
@media (max-width: 991px) {
  .privacy-secA .website-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content h1 {
    font-size: 34px;
  }
}
@media (max-width: 520px) {
  .privacy-secA .website-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content h2 {
    font-size: 22px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content h3 {
    font-size: 21px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content ul {
    padding-left: 10px;
  }
}
@media (max-width: 675px) {
  .privacy-secA .website-content ul li {
    padding-left: 25px;
  }
}

.comman-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
}
.comman-banner::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 58.47%, rgba(0, 0, 0, 0.7) 85.66%);
}
.comman-banner video, .comman-banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.comman-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 88%;
}
.comman-banner .content h3 {
  color: var(--white);
  margin-bottom: 10px;
}
.comman-banner .content p {
  color: var(--white);
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.comman-banner .content .btn-blue {
  margin-top: 30px;
}

.CustomersSlider {
  margin-top: 140px;
  padding: 0 0 65px;
}
@media only screen and (max-width: 675px) {
  .CustomersSlider {
    padding: 0 0 34px;
    margin-top: 100px;
  }
}
.CustomersSlider .heading {
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.CustomersSlider .heading h3 {
  color: var(--primary);
}
.CustomersSlider .row {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .CustomersSlider .row {
    margin-top: 50px;
  }
}
.CustomersSlider .row .logo-right .swiper-wrapper, .CustomersSlider .row .logo-left .swiper-wrapper {
  transition-timing-function: linear;
}
.CustomersSlider .row .logo-left {
  margin-top: 40px;
}

.testimonial {
  padding: 30px 0 70px;
  background: var(--white);
}
@media only screen and (max-width: 991px) {
  .testimonial {
    padding: 30px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px 0 45px;
  }
}
.testimonial .heading {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 540px) {
  .testimonial .heading {
    margin-bottom: 34px;
  }
}
.testimonial .heading h3 {
  color: var(--primary);
  margin-bottom: 5px;
}
.testimonial .heading p {
  color: var(--text-secondary);
  font-size: 16px;
}
.testimonial .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .testimonial .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial .grid {
    grid-template-columns: 1fr;
  }
}
.testimonial .testimonial-card {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.testimonial .testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.testimonial .testimonial-card .client-image {
  overflow: hidden;
  height: 350px;
}
@media only screen and (max-width: 1024px) {
  .testimonial .testimonial-card .client-image {
    height: 250px;
  }
}
.testimonial .testimonial-card .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.testimonial .testimonial-card .client-content {
  padding: 30px;
  position: relative;
}
.testimonial .testimonial-card .client-content::before {
  position: absolute;
  bottom: 0px;
  left: 9px;
  content: "";
  background-image: url("../../images/other/quotes.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.1;
  background-size: 65px 65px;
}
.testimonial .testimonial-card .client-content .testimonial-text {
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
}
.testimonial .testimonial-card .client-content .client-name {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonial .testimonial-card .client-content .client-role {
  color: var(--text-secondary);
  font-size: 14px;
  display: none;
}/*# sourceMappingURL=other.css.map */