: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: -200px;
}

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;
  height: auto;
}

.service-image a::before {
  opacity: 25%;
}

/* .intro-video-box::before {
  background: black;
  opacity: 0.6;
} */

.our-faqs::before {
  background-color: #000000;
  opacity: 80%;
  z-index: 1;
}

.our-faqs {
  background-image: none !important;
  background-color: var(--primary-color);
  isolation: isolate;
  overflow: hidden;
}

.our-faqs::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/img/solutions/solutions.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
}

html.safari-parallax-fallback .our-faqs::after {
  inset: -70px 0;
  background-attachment: scroll;
  background-position: center center;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  will-change: transform;
}

#ppe::after {
  background-image: url("../assets/img/bg-ppe2.webp");
}

.our-faqs > .container {
  position: relative;
  z-index: 2;
}

.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; */
  min-height: 340px;
  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;
}

.footer-logo {
  max-width: 120px;
}

.text-white {
  color: white;
}

footer .menu-items a {
  color: white;
}

footer .menu-items a:hover {
  color: var(--accent-color);
}

.section-title-content,
.section-title p {
  text-align: justify;
}

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

@media (max-width: 390px) {
  #about .about-us-images {
    gap: 16px;
    align-items: end;
  }

  #about .about-customer-box {
    max-width: 185px;
    padding: 0;
  }

  #about .about-customer-box img {
    width: 100%;
  }

  #about .about-img-1 {
    width: calc(40% - 8px);
  }

  #about .about-img-2 {
    width: calc(60% - 8px);
  }
}

.our-faq {
  padding: 100px 0;
  background-color: var(--secondary-color) !important;
}

/* .our-faq .accordion-item {
  border: none;
  background: transparent;
} */

.our-faq .accordion-button:not(.collapsed) {
  background-color: var(--accent-color);
  color: var(--primary-color);
  box-shadow: none;
}

.our-faq .accordion-button {
  box-shadow: none;
  outline: none;
}

.our-faq .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.our-faq .faq-sticky-title {
  position: sticky;
  top: 120px;
}
.hero-content .section-title h2 {
  font-size: 60px !important;
  color: white !important;
}

@media (max-width: 768px) {
  .hero-content .section-title h2 {
    font-size: 45px !important;
  }
}

.section-title h2 {
  position: relative;
}

.section-title h2::after {
  content: none;
  /* position: absolute;
            left: 0;
            bottom: -20px;
            width: 20%;
            height: 4px;
            background-color: #00ff6e;
            border-radius: 10px; */
}

.section-title h1 {
  font-size: 50px !important;
}

.section-title h1,
.section-title h2 {
  position: relative;
}

.section-title h1::after,
.section-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 20%;
  height: 4px;
  background-color: #00ff6e;
  border-radius: 10px;
}

.hero-content .section-title h2::after {
  content: none;
}

/* #contact .section-title h2::after {
  left: 50%;
  transform: translateX(-50%);
} */

.section-title:not(.hero-content .section-title) p {
  margin-top: 50px;
}

.section-title:not(.hero-content .section-title) {
  margin-bottom: 60px;
}

.modal .text-container {
  max-height: 50vh;
}

.section-row {
  margin-bottom: 15px;
}

@media (max-width: 1500px) {
  .hero-list {
    bottom: 30px;
    padding: 30px 0 0;
  }
}

.download-cta {
  padding: 100px 0;
  position: relative;
  background:
    linear-gradient(
      90deg,
      rgba(50, 47, 49, 0.92) 0%,
      rgba(50, 47, 49, 0.82) 100%
    ),
    url("../assets/img/hero/s1.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .download-cta {
    background-attachment: scroll;
    background-position: center center;
  }
}

.download-cta .section-title h3,
.download-cta .section-title h2,
.download-cta .download-cta-text {
  color: var(--white-color);
}

.download-cta .section-title h2::after {
  content: none;
}

.download-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-end;
}

.download-cta-actions .btn-default {
  background: var(--accent-color);
  color: var(--primary-color);
  border: 1px solid var(--accent-color);
}

.download-cta-actions .btn-default:hover {
  background: transparent;
  color: var(--white-color);
}

@media (max-width: 768px) {
  .download-cta-actions {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

footer .copyright a {
  color: #00ff6e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

footer .copyright a:focus,
footer .copyright a:focus-visible {
  outline: 3px dashed #00ff6e;
  outline-offset: 3px;
}

.slicknav_btn,
.slicknav_btn a {
  outline: none;
}

.slicknav_btn:focus,
.slicknav_btn a:focus {
  outline: 3px dashed #00ff6e;
  outline-offset: 3px;
}
