.hero-banner-service {
  padding: 100px 0px;
  background-image: url(../assets/images/background_hero.webp);
  background-repeat: no-repeat;
  background-size: cover;
  align-content: center;
  position: relative;
}

p.oddo {
    font-size: 18px;
    line-height: 1.7em;
    margin-top: 25px;
}

/* Hero Section */

.hero-service-left h1 {
  font-size: 70px;
  color: #2b2b2b;
  font-weight: 400;
}

.hero-service-left p {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
  line-height: 1.6;
}
.hero-bottom-service {
  position: absolute;
  bottom: -4px;
}
.service-row {
  align-items: center;
}
.hero-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

section.service-content-detail {
  padding: 150px 0px;
}

.service-content-detail-2 {
  padding-bottom: 150px !important;
}

.service-detail {
  align-items: center;
}
.detail-service-left {
  margin-left: 40px;
}

.detail-service-left-2 {
  text-align: left;
    margin-right: 40px;
}

.benefits-section .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 35px;
}

@media (max-width: 1200px) {
}

@media (max-width: 1100px) {
  .feature-box .service-cards {
  }
  .feature-box .service-cards .service-card {
    width: 100%;
  }
  .benefits-section .container {
    /* flex-direction: column; */
  }
  .benefits-section .container .benefit-card{
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .services-section .container .feature-box .service-cards {
    flex-direction: column;
  }
    .benefits-section .container {
    flex-direction: column;
  }
  .benefits-section .container .benefit-card{
    width: 100%;
  }
  .benefit-card {
    max-width: 100% !important;
  }

}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
  .hero-bottom-shape {
    position: relative;
    bottom: 0;
    transform: scale(1);
  }
}

@media (max-width: 850px) {
  section.service-content-detail {
    padding: 75px 0px !important;
  }
  .service-content-detail-2 {
    padding-bottom: 75px !important;
  }
}

@media (max-width: 400px){
  section.service-content-detail{
    padding: 50px 0px !important;
  }
}

@media (max-width: 576px) {
  .container.erp-container-mobile {
    padding: 0px 20px;
  }
}