:root {
  --primary-color: #322f31;
  --primary-color-light: #322f318f;
  --secondary-color: #f9f9f9;
  --text-color: #00ff6e;
  --accent-color: #00ff6e;
  --white-color: #ffffff;
  --divider-color: #eeeded;
  --dark-divider-color: #ffffff1a;
  --error-color: rgb(230, 87, 87);
  --default-font: "Sora", sans-serif;
  --accent-font: "Marcellus", serif;
}

.section-title h3::before {
  content: none;
}

.section-title h3 {
  padding: 0;
  color: var(--primary-color-light);
}

.our-faqs-content .section-title h3 {
  color: rgba(249, 249, 249, 0.5);
}

.contact-info-box {
  background-color: var(--primary-color);
}

.contact-info-item .icon-box {
  background-color: var(--accent-color);
}

.contact-info-item .icon-box img {
  filter: brightness(0);
}

.contact-info-item .icon-box::before {
  background: #4b4b4b;
}

.google-map {
  margin-top: -100px;
}

footer {
  background: var(--primary-color);
  padding: 40px 0;
}

footer p {
  color: var(--white-color);
}

footer .footer-social-links ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-social-links ul li:hover a {
  border-color: var(--white-color) !important;
}

.footer-social-links ul li:hover a i {
  color: var(--white-color) !important;
}

.navbar-brand img {
  max-width: 150px;
}

.service-image a::before {
  opacity: 25%;
}

/* .intro-video-box::before {
  background: black;
  opacity: 0.6;
} */

.our-faqs::before {
  background-color: #000000;
  opacity: 80%;
}

.accordion-body li {
  color: var(--white-color);
  opacity: 0.7;
  font-weight: 200;
}

.hero-list {
  position: absolute;
  margin-top: 0px;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 100%;
}

.hero-list ul li::before {
  color: var(--accent-color);
}

.hero.hero-slider-layout .hero-slide,
.hero-video {
  padding: 0 !important;
  min-height: 101dvh;
  display: flex;
  align-items: center;
}

.hero-video::before {
  background: linear-gradient(1.91deg,
      rgba(0, 0, 0, 0.15) 64.59%,
      #000000 101.91%),
    linear-gradient(270deg, rgba(0, 0, 0, 0) 44.72%, #000000 117.07%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 68.75%, rgba(0, 0, 0, 0.4) 100%);
}

.about-us-content-btn .btn-default.btn-highlighted {
  margin-left: 15px;
}

.about-customer-box {
  padding: 0;
  overflow: hidden;
  max-height: 190px;
}

.service-content h3 {
  font-size: 24px;
}

.video-play-button a {
  background: var(--white-color);
  border-radius: 50%;
}

.video-play-button a i {
  color: var(--primary-color);
  margin-left: 5px;
}

.intro-video-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.2) 10%,
      rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.readmore-btn {
  color: var(--primary-color);
}

.contact-info-content a {
  color: var(--divider-color);
  opacity: 0.7;
}

/* .cb-cursor {
  display: none;
} */

.contact-img {
  border-radius: 20px;
  min-height: 370px;
  object-fit: cover;
}

.contact-img:first-child {
  margin-bottom: 30px;
}

.contact-form-box {
  padding: 60px;
}

#about {
  position: relative;
}

#about .bg-icon {
  position: absolute;
  width: 600px;
  top: 50%;
  transform: translateY(-50%);
  right: 24%;
  z-index: -1;
  opacity: 0.05;
}

.swiper-slide-active .hero-slider-image img {
  /* animation: zoomIn 5s ease-in-out; */
  transform: scale(1.1);
  transition: transform 5s ease-in-out !important;
}

body {
  padding: 0 !important;
}

.modal {
  background: rgba(0, 0, 0, 0.6);
}

.modal-content {
  border-radius: 20px;
  overflow: hidden;
}

.modal .section-title h2 {
  font-size: 35px;
}

.modal .section-title h3 {
  font-size: 12px;
}

.modal .text-container {
  max-height: 500px;
  overflow: auto;
}

.modal .text-container p {
  padding-right: 15px;
}

.copyright a {
  color: var(--accent-color);
}

/* #contact {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.98),
      rgba(255, 255, 255, 0.98)
    ),
    url("../assets/img/contact/contact.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

/* .video-play-button a:before,
.video-play-button a:after {
  border-color: var(--white-color);
} */

.what-we-do .intro-bg-video img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {

  #ppe .faq-accordion,
  #solutions .faq-accordion {
    margin-top: 35px;
  }

  #about .row {
    flex-direction: column-reverse;
  }

  .about-us-images {
    margin-top: 50px;
  }

  .contact-form-box {
    padding: 30px !important;
  }

  #contact .row {
    gap: 40px;
  }

  .google-map {
    margin-top: 0;
  }

  #contact .col-lg-6 figure:nth-of-type(1) img {
    display: none !important;
  }

}