@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@200..800&display=swap");

* {
  font-family: "Lexend";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  overflow-x: hidden;
}

/* Hero Content Start */

.hero-content {
  position: relative;
  background-color: black;
  opacity: 97%;
}

.herobtn-svg {
  padding-left: 5px;
}
.hero-video video {
  position: absolute;
  width: 100%;
  right: 0;
  object-fit: cover;
  z-index: -1;
  height: 791px;
}

.hero-middle-content {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  padding: 10rem;
}

.hero-middle-text {
  font-size: 64px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: bold;
}

.hero-paragraph {
  padding-left: 19rem;
  padding-right: 19rem;
  font-size: 18px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  line-height: 30px;
}
.requestbtn-hero {
  background-color: #bcd536;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: none;
  border-radius: 6px;
  color: #222;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 998px) {
  h1 {
    font-size: 25px;
  }
  .hero-middle-content {
    padding: 30px;
    gap: 35px;
  }
  .hero-paragraph {
    padding: 0;
    font-size: 12px;
    line-height: 15px;
  }
  .requestbtn-hero {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-video video {
    height: 250px;
  }

  .hero-middle-text {
    font-size: 35px;
  }
}

/* hero cards */

.hero-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: -150px;
}

.hero-card {
  width: 357px;
  height: 245px;
  background-color: #bcd536;
  border-radius: 10px;
  margin-top: 31px;
  padding-top: 2rem;
  box-shadow: 0px 26px 120px -16px #bcd536;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  position: absolute;
  width: 50%;
  justify-content: center;
  padding-top: 2rem;
}

.herocard-icon {
  padding-left: 41px;
}

.herocard-title {
  color: #222;
  padding-left: 41px;
  font-size: 24px;
  font-weight: 500;
}

.herocard-paragraph {
  color: #222;
  padding-left: 41px;
  padding-right: 41px;
  padding-top: 5px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
}

@media (max-width: 998px) {
  .grid {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    gap: 2px;
  }
}

@media (min-width: 1600px) {
  .grid {
    padding-top: 5rem;
  }
}

/* Two Column Section */
.two-column-section {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  gap: 35px;
  margin-top: 30rem;
}

.left-column img {
  width: 100%;
  border-radius: 10px;
}

.right-column {
  max-width: 600px;
}

.right-column h5 {
  font-size: 18px;
  color: #ffaf51;
  margin-bottom: 1rem;
}

.right-column h1 {
  font-size: 40px;
  color: #222;
  font-weight: bold;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-bottom: 1.5rem;
}

.right-column p {
  font-size: 16px;
  padding-top: 5px;
  color: #a3a3a3;
  line-height: 2;
  width: 570px;
  height: auto;
  text-align: justify;
}

.learn-more {
  text-decoration: underline;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  padding-top: 30px;
}

/* Responsive Adjustments */
@media (max-width: 998px) {
  .two-column-section {
    flex-direction: column;
    padding: 2rem 1rem;
    margin-top: 55rem;
  }

  .right-column h1 {
    font-size: 28px;
  }

  .right-column p {
    font-size: 14px;
    width: auto;
  }
  .learn-more {
    text-align: left;
    margin-top: 10px;
  }
}

@media (min-width: 1600px) {
  .two-column-section {
    margin-top: 32rem;
  }
}

/* Services Section */
.services-section-area {
  display: flex;
  justify-content: center;
  background-position: center;
  background-size: cover;
  padding-bottom: 120px;
}

.services-section {
  padding-top: 110px;
  width: 1150px;
}

.services-intro {
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  flex-direction: row;
}
.services-intro .services-intro-content {
  width: 80%;
}

.services-intro h1 {
  font-size: 40px;
  color: #222;
  font-weight: bold;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-bottom: 1.5rem;
}

.services-intro p {
  font-size: 16px;
  color: #a3a3a3;
  line-height: 30px;
  padding-right: 20rem;
  padding-top: 1rem;
  font-family: "Manrope", sans-serif;
}

/* Services Grid */
.services-grid-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 1142px;
}

.services-grid {
  display: flex;
  justify-content: center;
}

/* Service Card */
.service-card {
  width: 364px;
  background-color: #222;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-image img {
  width: 100%;
  height: 250px; /* 1/4 of the card height */
  object-fit: cover;
}

.card-content {
  color: white;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #222;
}

.card-content h5 {
  margin-bottom: 0.5rem;
  color: #bcd536;
  font-size: 24px;
  font-weight: 500;
}

.card-content p {
  display: none;
  font-size: 14px;
  line-height: 1.6;
  height: 110px;
  color: #f3f3f3;
  font-family: "Manrope", sans-serif;
  font-size: 400;
}

.learn-more-service {
  color: #f3f3f3;
  padding-top: 10px;
  cursor: pointer;
  text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 998px) {
  .services-intro {
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .services-grid-items {
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .services-intro p {
    padding-right: 0;
    text-align: justify;
  }

  .services-intro h1 {
    font-size: 28px;
    margin-top: 1rem;
  }
}

/* Who We Are Section */
/* .who-we-are-section {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 200px;
}

.text-content {
  max-width: 600px;
}

.text-content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #222;
  margin-bottom: 1.5rem;
}

.text-content p {
  font-size: 16px;
  color: #a3a3a3;
  line-height: 1.6;
  padding-top: 5px;
  padding-right: 2rem;
  text-align: justify;
}

.image-content img {
  width: 100%;
  border-radius: 10px;
} */

/* Responsive Adjustments */
/* @media (max-width: 998px) {
  .who-we-are-section {
    flex-direction: column;
    padding: 3rem 1rem;
    margin-top: 10px;
  }

  .text-content {
    text-align: center;
    margin-top: 3rem;
  }

  .text-content h1 {
    font-size: 28px;
  }

  .text-content p {
    font-size: 14px;
    padding-right: 0;
  }

  .image-content img {
    width: 100%;
  }
} */

/* How we work */

.how-we-work-section {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 150px 0px;
}

.how-we-work-text-content {
  max-width: 600px;
}

.how-we-work-text-content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #222;
  margin-bottom: 1.5rem;
}

.how-we-work-text-content p {
  font-size: 16px;
  color: #a3a3a3;
  line-height: 1.6;
  padding-top: 5px;
  padding-right: 2rem;
  text-align: justify;
}

.how-we-work-image img {
  width: 100%;
  border-radius: 10px;
}

.how-we-work-text-content p span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #bcd536;
}

/* Responsive Adjustments */
@media (max-width: 998px) {
  .how-we-work-section {
    flex-direction: column;
    padding: 3rem 1rem;
    margin-top: 10px;
  }

  .how-we-work-text-content {
    margin-top: 3rem;
  }

  .how-we-work-text-content h1 {
    font-size: 28px;
  }

  .how-we-work-text-content p {
    font-size: 14px;
    padding-right: 0;
  }

  .how-we-work-image img {
    width: 100%;
  }
}

/* blog post Section */
.blog-post-section-area {
  display: flex;
  justify-content: center;
  padding-bottom: 120px;
}

.blog-post-section {
  padding-top: 110px;
  width: 1150px;
}

.blog-post-intro {
  margin-bottom: 2rem;
}

.blog-post-intro h1 {
  font-size: 40px;
  color: #222;
  font-family: "Be Vietnam Pro", sans-serif;
}

.blog-post-intro p {
  font-size: 16px;
  color: #a3a3a3;
  line-height: 30px;
  padding-right: 20rem;
  padding-top: 1rem;
  font-family: "Manrope", sans-serif;
}

/* Services Grid */
.blog-post-grid-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 1142px;
}

.blog-post-grid {
  display: flex;
  justify-content: center;
}

/* Service Card */
.blog-post-card {
  width: 364px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blog-post-card-image img {
  width: 100%;
  height: 231px; /* 1/4 of the card height */
  border-radius: 12px;
  object-fit: cover;
}

.blog-post-card-content {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-post-card-content h5 {
  margin-bottom: 0.5rem;
  color: #1f1f1f;
  font-size: 24px;
  font-weight: 500;
}

.blog-post-card-content p {
  font-size: 14px;
  line-height: 1.6;
  height: 60px;
  color: #6c6c6c;
  font-family: "Manrope", sans-serif;
  font-size: 400;
}

.blog-date {
  color: #6c6c6c;
  padding-top: 22px;
}

/* Responsive Adjustments */
@media (max-width: 998px) {
  .blog-post-intro {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-post-section {
    padding-bottom: 110px;
  }

  .blog-post-grid-items {
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .blog-post-intro p {
    padding-right: 0;
    text-align: justify;
  }

  .blog-post-intro h1 {
    font-size: 28px;
  }
}

/* Testimonials */

.testimonials-area {
  display: flex;
  justify-content: center;
}

.testimonials {
  padding-top: 150px;
  padding-bottom: 114px;
}

.section-top-badge {
  background-color: #bcd536;
  color: #222;
  padding: 6px 16px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

.testimonial-header h2 {
  font-size: 40px;
  color: #222;
  font-weight: bold;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-bottom: 1.5rem;
}

.testimonial-header p {
  color: #969696;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 40px;
  width: 828px;
  line-height: 1.5rem;
  padding-top: 10px;
  font-family: "Manrope", sans-serif;
}

.paragraph-buttons {
  display: flex;
  flex-direction: row;
  gap: 158px;
}

.testimonial-carousel {
  display: flex;
  justify-content: center;
  gap: 20px;
  scroll-behavior: smooth;
}

.testimonial-card {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 41px;
  text-align: left;
  height: auto;
  width: 368px;
  display: flex;
  flex-direction: column;
}

.testimonial-photo img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.testimonial-info h4 {
  margin: 10px 0 5px 0;
  color: #222;
  font-size: 18px;
}

.testimonial-info p {
  font-size: 14px;
  color: #888;
  margin: 0;
}

.testimonial-text {
  margin-top: 20px;
  font-size: 16px;
  color: #969696;
  font-family: "Manrope", sans-serif;
  padding-bottom: 0 !important;

  /* margin-bottom: 0 !important; */
}

.testimonial-rating span {
  font-size: 18px;
  color: #fece63;
}

.testimonial-nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  display: none;
}

.nav-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  margin-bottom: 2rem;
}

/* Media Queries for Responsiveness */

@media (max-width: 998px) {
  .testimonials-area {
    display: block;
  }

  .testimonials {
    padding-top: 10px;
  }

  .testimonial-header {
    padding-left: 1rem;
  }

  .testimonial-header h2 {
    font-size: 28px;
  }

  .testimonial-nav {
    margin-top: 0;
    justify-content: left;
  }

  .paragraph-buttons {
    flex-direction: column;
    gap: 1px;
  }

  .testimonial-carousel {
    flex-direction: column;
  }

  .testimonial-header p {
    width: auto;
  }
}

@media (min-width: 1600px) {
  .testimonial-card {
    gap: 0 !important;
  }
}

/* certification section  */

.certifications-section {
  background-color: #bcd536;
  color: #fff;
  height: 420px;
  width: 100%;
  display: none;
}

.certifications-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
}

.iso-logo img {
  width: 516px;
  height: 529px;
  padding-top: 30px;
}

.certifications-content {
  max-width: 600px;
}

.certifications-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-size: bold;
  font-family: "Be Vietnam Pro", sans-serif;
}

.certifications-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}

.certifications-logos {
  margin-top: 50px;
}

.certifications-logos img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
}

/* Media Queries for Responsiveness */

@media (max-width: 998px) {
  .certifications-content h2 {
    font-size: 24px;
  }

  .certifications-section {
    height: auto;
  }

  .certifications-container {
    padding: 1rem;
    justify-content: left;
  }

  .certifications-content p {
    font-size: 12px;
  }

  .iso-logo img {
    width: 80px;
    height: auto;
    padding-bottom: 10px;
  }

  .certifications-logos img {
    max-height: 40px;
  }
}

/* FAQ */

.faq-section {
  padding: 120px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}

.faq-header {
  text-align: left;
  margin-bottom: 30px;
}

.faq-tag {
  display: inline-block;
  background-color: #bcd536;
  color: #222;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
}

.faq-header h2 {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0;
  font-family: "Be Vietnam Pro", sans-serif;
}

.faq-header p {
  color: #969696;
  font-size: 16px;
  margin: 0;
  line-height: 30px;
  font-family: "Manrope", sans-serif;
}

.faq-container {
  margin-top: 20px;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #222;
  cursor: pointer;
}

.faq-title .faq-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.faq-item input[type="checkbox"] {
  display: none;
}

.faq-item input[type="checkbox"]:checked ~ .faq-content {
  max-height: 150px;
  padding: 10px 0;
}

.faq-item input[type="checkbox"]:checked ~ .faq-title .faq-icon {
  transform: rotate(45deg);
}

/* Mobile Responsive Styles */
@media screen and (max-width: 998px) {
  .faq-section {
    padding: 1rem;
    margin: 0;
    margin-top: 5rem;
  }

  .faq-header h2 {
    font-size: 28px;
  }

  .faq-header p {
    font-size: 14px;
  }

  .faq-title {
    font-size: 16px;
  }

  .faq-title .faq-icon {
    font-size: 20px;
  }
}

/* Quote Section */

.quote-section {
  background-color: #222;
  padding: 40px 20px;
  text-align: center;
  justify-content: center;
  color: white;
  width: 75%;
  border-radius: 15px;
  height: 408px;
  margin-left: 12rem;
  margin-bottom: 50px;
}

.quote-container h2 {
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: 25px;
}

.quote-container p {
  font-size: 16px;
  margin-bottom: 30px;
  padding: 10px 12rem;
}

.quote-button {
  background-color: #bcd536;
  color: #222;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
	    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.quote-button:hover {
  transform: scale(0.9);
}

.quote-button span {
  margin-left: 10px;
}

.quote-button:hover {
  background-color: #bcd536;
}
.clients-logos {
  overflow: hidden;
}
.clients-logos img {
  height: auto;
  margin-bottom: 100px;
  margin-top: 50px;
}

button {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
button:hover {
  transform: scale(0.9);
}
/* Media Queries for Mobile Responsiveness */

@media (max-width: 998px) {
  .quote-container h2 {
    font-size: 24px;
  }

  .quote-section {
    width: auto;
    height: auto;
    margin: 1rem;
    margin-top: 5rem;
  }

  .quote-container p {
    font-size: 14px;
    padding: 0;
  }

  .quote-button {
    padding: 10px 20px;
    font-size: 12px;
  }

  .clients-logos img {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1600px) {
  .quote-section {
    width: 80%;
  }
}
