.container-about {
  font-family: "Inter" !important;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 15px;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 100px auto 40px auto;
}

.header-description h5 {
  font-family: "Inter";
  font-size: 60px;
  font-weight: 550;
  color: #95cb53;
}

.about-description {
  margin-top: -55px;
  /* margin-top: 20px; */
  /* margin-left:30px; */
}

.about-image {
  margin-left: -40px;
}
/* 


.about-image{
    width:40%;
} */

.header-description img {
  width: 250px;
  margin-left: 10px;
  height: 65px;
}

.box-image {
  background: #f2f2f2;
  width: 474px;
  height: 474px;
  border-radius: 30px;
}

.box-image img {
  width: 421px;
  height: 257px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  margin-left: -50px;
}
.box-image img:first-child {
  margin-left: 100px;
  margin-top: -20px;
}

.box-image img:last-child {
  margin-top: 20px;
}

.title-description p {
  font-family: "Inter";
  font-size: 35px;
  font-weight: 550;
  color: #141414;
  margin-top: 20px;
}

.content-description {
  max-width: 520px;
  display: flex;
}

.content-description p {
  margin-top: 10px;
  color: #1e1e1e;
  font-family: "Inter";
  font-size: 20px;
  text-align: justify;
}

@media (max-width: 430px) {
  .about-description {
    margin-left: 10px;
  }

  .container-about {
    display: block;
    margin: 100px auto 0 auto;
  }

  .header-description h5 {
    font-size: 25px;
  }
  .header-description img {
    width: 115px;
    height: 30px;
  }
  .title-description p {
    font-size: 32px;
  }

  .box-image {
    margin-top: 50px;
    width: 248px;
    height: 270px;
    border-radius: 20px;
  }

  .box-image img {
    width: 250px;
    height: 134px;
    margin-left: -20px;
    border-radius: 10px;
  }
  .box-image img:first-child {
    margin-left: 40px;
    width: 230px;
  }

  .box-image img:last-child {
    margin-top: 30px;
  }

  .content-description {
    margin: 20px;
  }

  .content-description p {
    font-size: 16px;
  }
}

.header-order-process {
  font-family: "Inter";
  text-align: center;
}

.first-title {
  font-size: 24px;
  color: #1e1e1e;
  font-weight: 550;
  text-align: center;
}

.last-title {
  font-size: 36px;
  color: #95cb53;
  text-align: center;
  font-weight: 550;
}

.step-order-process {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 15px;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 40px auto 140px auto;
}

.box-step {
  font-family: "Inter";
  /* width: 400px; */
  height: 245px;
  padding: 20px 30px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: white;
  /* color: #95CB53; */
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.box-step:hover {
  color: white;
  background: #95cb53;
}

.box-step:hover .box-icon-step {
  background: white;
  color: #95cb53;
}

.box-step:hover .step-header p {
  color: white;
}

.box-step:hover .step-footer p {
  color: white;
}

.step-header {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.step-header p {
  margin-bottom: 0;
  font-size: 19px;
  margin-top: 0;
  font-weight: bold;
  color: #212121;
}

.box-icon-step {
  border-radius: 10px;
  padding: 7px;
  padding-bottom: 2px;
  color: white;
  background: #95cb53;
  margin-right: 10px;
}

.step-content {
  flex-grow: 1; /* Membuat konten tetap di tengah */
  display: flex;
  align-items: center;
}

.step-content p {
  font-size: 16px;
}

.step-footer p {
  color: #95cb53;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 430px) {
  .box-step:hover .step {
    color: #95cb53 !important;
    background: white;
  }

  .step-order-process {
    display: block;
    margin: 40px auto 70px auto;
  }
  .box-step {
    max-height: 150px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
  }

  .step-header .material-symbols-outlined {
    font-size: 25px;
  }
  .step-header p {
    font-size: 16px;
    min-width: 170px;
  }

  .step-header .step {
    font-size: 12px;
    min-width: 70px;
    padding: 6px;
    background: #95cb53;
    text-align: center;
    color: white;
    font-weight: normal;
    border-radius: 5px;
  }

  .step-content p {
    font-size: 12px;
    margin: 0;
  }
  .first-title {
    font-size: 13px;
  }
  .last-title {
    font-size: 18px;
  }
}

.container-service {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 40px auto 40px auto;
}

#container-service {
  display: grid;
  grid-template-columns: 45% 45%;
  gap: 30px;
  align-items: center;
}

.container-service .company {
  font-family: "Inter" !important;
  /* margin: 10px; */
  letter-spacing: 5px;
  font-size: 25px;
  font-weight: 500;
}

.container-service .title {
  font-family: "Inter" !important;
  margin: 10px;
  color: #414042;
  font-size: 45px;
  font-weight: 500;
}

.container-service .description {
  font-family: "Inter" !important;
  margin: 10px;
  color: #414042;
  font-size: 20px;
  font-weight: 300;
}

.container-service .about-image {
  margin-top: -10px;
  height: 500px;
  margin-left: 0px;
}

.container-service .about-image img {
  border-radius: 0 !important;
  width: 550px;
  height: 550px;
  margin-left: -50px;
  margin-top: 60px;
}

.container-service .green-circle-background:first-child {
  transform: translate(-0px, -10px);
}

.container-service .green-circle-background:nth-child(2) {
  transform: translate(230px, -80px) !important;
}

.box-service-content {
  font-family: "Inter";
  position: relative;
  height: 365px;
  padding: 50px;
  color: white;
  z-index: 1;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.box-service-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.box-service-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.box-service-content h5 {
  font-size: 50px;
  font-weight: 700;
  color: white;
  transition: all 0.3s ease-in-out;
}

.box-service-content p {
  font-size: 30px;
  font-weight: 600;
  color: white;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 430px) {
  .box-service-content:hover h5 {
    font-size: 25px;
  }

  .box-service-content:hover p {
    font-size: 18px;
  }

  .container-service {
    display: block;
    margin: 40px auto 50px auto;
  }

  .box-service-content {
    height: 186px;
    border-radius: 10px;
    padding: 30px 35px;
    font-family: "Inter";
    margin-bottom: 25px;
  }

  .box-service-content::before {
    border-radius: 10px;
  }

  .box-service-content h5 {
    font-size: 25px;
  }

  .box-service-content p {
    font-size: 18px;
    font-weight: 600;
    color: white;
  }

  .footer {
    margin-top: 50px !important;
  }
}

.container-info {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 30px 20px;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 40px auto 140px auto;
}

.card-info {
  height: 480px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #9e9e9e;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.card-info:hover {
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}

.img-card-info {
  width: 100%;
  height: 50%;
}

.img-card-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.content-card-info {
  padding: 35px 35px;
  font-family: "Inter";
}

.content-card-info h5 {
  font-weight: 600;
  font-size: 28px;
  color: black;
}

.content-card-info p {
  font-weight: 500;
  color: #1e1e1e;
  font-size: 20px;
  margin-bottom: 0;
}

.green-circle-background {
  width: 334px;
  height: 334px;
  background-color: rgba(149, 203, 83, 0.3);
  border-radius: 50%;
  margin-top: -20px;
}

.green-circle-background:first-child {
  transform: translate(300px, 70px);
}

.green-circle-background:nth-child(2) {
  transform: translate(-10px, -75px) !important;
}

.about-image {
  margin-top: -85px;
  height: 400px;
}

.about-image img {
  width: 550px;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  transform: translate(50px, -130%);
}

.service-list {
  padding: 20px 40px;
  border-radius: 20px;
  background-color: rgba(149, 203, 83, 0.3);
  margin-left: 30px !important;
  margin-right: -80px !important;
}

.service-list .list {
  margin: 20px 5px;
}

.service-list p {
  margin: 10px 0;
}

.service-list .title {
  margin: 10px 0;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}

.service-list .description {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 500;
  color: #414042;
}

.service-list .icon-service {
  border-radius: 50%;
  background-color: #95cb53;
  color: white !important;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-list .icon-service .material-symbols-outlined {
  font-size: 30px !important;
}

@media (max-width: 768px) {
  .about-image img {
    width: 290px !important;
    height: 210px !important;
    transform: translate(55px, -83%);
  }
  .container-blog .title{
    margin: 0 !important;
  }

  .green-circle-background:first-child {
    width: 160px;
    height: 160px;
    transform: translate(200px, 95px);
  }

  .green-circle-background:nth-child(2) {
    width: 160px;
    height: 160px;
    transform: translate(45px, 70px) !important;
  }

  .container-service {
    max-width: 290px;
    width: 100%;
    gap: 0;
    margin: 30px auto 30px auto;
  }

  .paddingmobile {
    padding: 0 !important;
  }

  .container-service .company {
    width: max-content;
    font-size: 14px;
    /* margin-bottom: 20px; */
    color: #414042;
    margin-top: 20px;
  }

  .container-service .title {
    font-size: 32px;
    /* width: 310px; */
    margin: auto;
    color: #141414;
  }

  #container-service {
    display: grid;
    grid-template-columns: 2fr;
    gap: 0;
  }

  .service-list {
    margin: 0 !important;
    padding: 20px 0;
    background: transparent;
  }

  .service-list .list {
    margin: 20px 5px;
    background: rgba(149, 203, 83, 0.3);
    padding: 20px;
    border-radius: 10px;
  }

  .service-list .title {
    font-size: 23px;
    color: black;
    margin-left: 5px !important;
  }

  .service-list .icon-service {
    width: 45px;
    height: 45px;
  }

  .service-list .icon-service .material-symbols-outlined {
    font-size: 26px !important;
  }

  .list .d-flex {
    align-items: center;
  }

  .service-list .description {
    font-size: 15px;
    width: 90%;
  }

  .header-container-blog-mobile {
    max-width: 290px;
    width: 100%;
    gap: 0;
    margin: 30px auto 30px auto;
    padding: 0 !important;
  }
}
