/* Hero Section Start */

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

.herobtn-svg-about {
  padding-left: 5px;
  width: 18px;
}

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

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

.about-hero-heading span {
  color: #bcd536;
}

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

@media (max-width: 998px) {
  .about-hero-heading {
    font-size: 20px;
  }

  .hero-middle-content-about {
    padding: 42px;
  }
  .hero-paragraph-about {
    padding: 0;
    font-size: 9px;
    line-height: 15px;
  }
  .requestbtn-hero-about {
    font-size: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .hero-video-about video {
    height: 288px;
  }
}
/* Hero Section End */

/* ------------------------------------------------------------------------------------- */

/* About Page Section Two Start */

.section-two {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 99px;
  margin-bottom: 150px;
}

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

.text-content-section-two 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-section-two p {
  font-size: 16px;
  color: #a3a3a3;
  line-height: 1.6;
  padding-top: 5px;
  padding-right: 2rem;
  text-align: justify;
}

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

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

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

  .text-content-section-two {
    text-align: center;
  }

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

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

  .image-content-section-two img {
    width: 100%;
  }
}

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

/* About Page Section-two End */

/* ------------------------------------------------------------------------------------- */

/* About Page Vision & Mission Section Start */

.card-section {
  display: flex;
  flex-direction: row;
  gap: 35px;
  margin-bottom: 150px;
  justify-content: center;
}

.card {
  width: 554px;
  height: 376px !important;
  background-color: #222 !important;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 12px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between;
}

.card .icon {
  margin-bottom: 20px;
}

.card h3 {
  color: #bcd536;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
}

.card p {
  color: #f3f3f3;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: normal;
}

/* Responsive Styles */
@media screen and (max-width: 998px) {
  .card-section {
    flex-direction: column;
    gap: 0;
    margin: 1rem;
  }

  .card {
    margin-bottom: 35px;
    width: 100%;
    height: auto !important;
  }
}

/* About Page Vision & Mission Section End */

/* ------------------------------------------------------------------------------------- */

.about-third-section h1 {
  font-family: Be Vietnam Pro;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  text-align: left;
  color: #222222;
}

.about-third-section p {
  margin-bottom: 1.5rem;
  color: #666;
}

.list-container2 {
  margin-top: 102px;
}

.list-container2 h5 {
  font-family: Manrope !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #6c6c6c;
}

.list-items1 {
  padding-right: 3rem;
  padding-left: 1rem;
}

.list-items2 {
  padding-left: 1rem;
  padding-right: 7rem;
}

.list-items1 li,
.list-items2 li {
  font-family: Manrope !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #6c6c6c;
}

/* Responsive Styles */
@media screen and (max-width: 998px) {
  .about-third-section-content {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

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

.capacity-section-content {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  color: #6c6c6c;
  padding-right: 37rem;
}

.capacity-section-subtitle {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  color: #6c6c6c;
}

.capacity-list {
  padding-left: 1rem;
  padding-right: 39rem;
}

.capacity-list li {
  font-size: 1rem;
  color: #6c6c6c;
  font-weight: 400;
  margin-bottom: 10px;
}

/* Responsive Styles */
@media screen and (max-width: 998px) {
  .capacity-list {
    padding-right: 0;
  }

  .capacity-section-content {
    padding-right: 0;
  }

  .capacity-section-content {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

/* ------------------------------------------------------------------------------------- */

/* Quote Section Start */

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

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

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

.quote-button-about {
  background-color: #ffaf51;
  color: #062b48;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

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

.quote-button-about:hover {
  background-color: #e07b23;
}

.clients-logos-about {
  display: flex;
  justify-content: space-around;
}

.clients-logos-about img {
  width: 75%;
  height: auto;
  margin-bottom: 387px;
  margin-top: 50px;
  padding: 10px;
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 998px) {
  .quote-container-about h2 {
    font-size: 24px;
    margin-top: 0;
  }

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

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

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

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

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