/* Hero Content Start */

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

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

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

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

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

.herobtn-svg-services {
  width: 18px;
}

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

  .hero-middle-content-services {
    padding: 54px;
  }
  .hero-paragraph-services {
    padding: 0;
    font-size: 9px;
    line-height: 15px;
  }
  .requestbtn-hero-services {
    font-size: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .hero-video-services video {
    height: 288px;
  }

  .herobtn-svg-services {
    width: 12px;
    height: 8px;
  }
}

/* Services Section */

.page-services-section-area {
  display: flex;
  justify-content: center;
}

.page-services-section {
  padding-top: 143px;
  width: 1150px;
  margin-bottom: 272px;
}

.page-services-intro {
  margin-bottom: 2rem;
}

.page-services-intro h1 {
  font-size: 40px;
  color: #062b48;
  font-family: "Be Vietnam Pro", sans-serif;
}

.page-services-intro p {
  font-size: 16px;
  color: #a3a3a3;
  line-height: 30px;
  padding-right: 20rem;
  padding-top: 1rem;
  font-family: "Manrope", sans-serif;
}
.badge-service-page {
  background-color: #f5a623;
  color: #062b48;
  padding: 6px 16px;
  font-size: 16px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

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

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

.page-service-cardimage img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

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

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

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

.learn-more-service-page {
  color: #f3f3f3;
  padding-top: 10px;
}

@media (max-width: 998px) {
  .page-services-intro {
    padding-left: 1rem;
    padding-right: 10px;
  }
  .services-page-grid {
    display: flex;
    justify-content: center;
  }

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

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

  .page-services-intro h1 {
    font-size: 28px;
  }

  .page-services-section {
    padding-top: 5rem;
    margin-bottom: 2rem;
  }
  .page-service-card {
    width: 350px;
    
  }
}

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

/* Quote Section Start */

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

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

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

.quote-button-service {
  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-service span {
  margin-left: 10px;
}

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

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

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

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

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

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

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

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

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