/* Default (untuk desktop) */
.container-about {
  width: 1200px;
  margin: 50px auto 25px auto !important;
}

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

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

.container-about .description {
  font-family: "Inter" !important;
  margin: 10px;
  color: #414042;
  font-size: 20px;
  font-weight: 300;
}
.btn-selengkapnya{
  justify-content: flex-end !important;
  padding: 0 20px 20px 0 !important;
}

/* Mobile (maksimum lebar 768px) */
@media (max-width: 768px) {
  
  .container-about {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}

.container-about * {
  max-width: 100%;
  word-break: break-word;
}


  .container-about .company {
    font-size: 16px;
  }

  .container-about .title {
    font-size: 28px;
  }

  .container-about .description {
    font-size: 16px;
  }
}

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

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

.about-image {
  margin-left: 60px;
}

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

.box-image {
  background: #f2f2f2;
  width: 474px;
  height: 474px;
  border-radius: 30px;
}
.title-description p {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 550;
  color: #141414;
  margin-top: 10px;
  margin-left: 5px;
}

.container-galeri-aki {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 20px;
  margin: 50px auto 85px auto;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
}
.card-galeria-aki {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  background-color: white;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-galeria-aki:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.card-galeria-aki img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 430px) {
  .card-galeria-aki img {
    height: 150px;
  }

  .title-description {
    width: max-content;
  }

  .title-description p {
    width: max-content;
    font-weight: 500;
    font-size: 13px !important;
  }

  .card-review-mobile:first-child {
    border-top: 1px solid grey;
  }

  .card-review-mobile {
    border-bottom: 1px solid grey;
    padding: 10px 0;
  }

  .review-content-mobile {
    margin: 10px auto;
    display: flex;
    width: 310px;
    gap: 20px;
    font-family: "Inter";
  }

  .review-content-mobile div .rating i {
    font-size: 14px;
    margin: 0 2px !important;
    color: #ffc74a;
  }

  .review-content-mobile div .rating i.not {
    color: #868e96ee;
  }

  .review-content-mobile div .rating {
    margin-bottom: 5px;
  }

  .review-content-mobile div p {
    margin-bottom: 5px;
  }

  .review-content-mobile img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
  }

  p.review-name-mobile {
    font-weight: 700;
    font-size: 11px;
    color: black;
  }
  p.review-product-mobile {
    font-weight: 600;
    font-size: 11px;
    color: #868e96;
    margin-bottom: 10px !important;
  }

  p.review-description-mobile {
    font-weight: 500;
    font-size: 13px;
    color: black;
  }

  .review-imgproduct-mobile {
    width: auto !important;
  }

  .review-imgproduct-mobile img {
    width: 84px;
    height: 84px;
    border-radius: 0px !important;
    object-fit: cover;
    object-position: center;
  }

  .modal-body {
    padding: 0 !important;
  }

  .result-modal-image-mobile {
    position: relative;
    display: inline-block;
  }
  .result-modal-image-mobile img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .result-modal-image-mobile i {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: rgba(252, 252, 252, 0.3);
    z-index: 99999999999;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    color: white;
  }
}

.card-galeria-aki-content {
  padding: 30px 25px;
}
.card-galeria-aki-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: black;
  margin-left: 10px;
}
.card-galeria-aki-text {
  font-size: 14px;
  color: black;
  margin-left: 10px;
}

@media (max-width: 430px) {
  .about-description {
    margin-left: 2px;
    margin-bottom: -15px;
  }
  .footer {
    margin-top: 50px !important;
  }

  /* .container-about {
    display: block;
    width: max-content;
    margin: 30px auto 50px 25px;
  } */

  .header-description {
    width: max-content;
  }

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

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

  .container-galeri-aki {
    margin: 20px 10px;
    gap: 10px;
  }

  .card-galeria-aki {
    width: calc(
      50% - 10px
    ); /* Make cards take up half the width, subtract gap */
    margin-bottom: 15px; /* Add some space between cards */
  }

  .card-galeria-aki-title {
    font-size: 16px; /* Reduce font size for smaller screens */
  }

  .card-galeria-aki-text {
    font-size: 12px; /* Reduce font size for smaller screens */
  }
}

.modal-content {
  background: white !important;
}

#modal-review .modal-body {
  display: flex;
  padding: 0;
  gap: 0;
}

.modal-body div {
  width: 100%;
  background-color: white;
}

#modal-review .modal-body .deskripsi {
  margin: 10px 0;
  font-family: "Inter";
}

#modal-review .result-modal-image {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#modal-review .result-modal-image img {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 550px;
  /* object-fit: contain; */
}

#modal-review .profile {
  width: auto !important;
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 30px;
  margin-top: 0;
  margin-left: 40px;
}

#modal-review .close-modal {
  display: flex;
  justify-content: right;
  width: auto;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 9px;
}

#modal-review .close-modal i {
  font-size: 28px;
}

.profile p {
  margin-bottom: 0;
  text-align: left;
  margin-left: 10px;
}

.profile p.profile-name {
  font-weight: 600;
  font-size: 27px;
  color: black;
}

.profile p.profile-product {
  font-weight: 600;
  font-size: 24px;
  color: #868e96;
}

#modal-review .profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.modal-content {
  padding: 0 !important;
  border: none !important;
}

#modal-review .rating {
  display: flex;
  width: auto !important;

  justify-content: left;
  margin: 30px;
  margin-left: 40px;
}

#modal-review .rating i {
  font-size: 28px;
  margin: 0 5px;
  color: #ffc74a;
}

#modal-review .rating i.not {
  color: #868e96ee;
}

#modal-review .review {
  display: flex;
  justify-content: left;
  margin: 30px;
  width: auto !important;
  margin-left: 40px;
  /* max-height: 250px; */
}

.text-review {
  overflow: hidden;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 25px;
  color: black;
  line-height: 37px;
}

.modal {
  z-index: 1050 !important;
  /* default bootstrap */
}

.modal-backdrop {
  z-index: 1040 !important;
  /* default bootstrap */
}

.modal {
  display: none !important;
}

.modal.show {
  display: block !important;
}

.modal-dialog {
  max-width: 1140px !important;
  /* ini ukuran max */
}

.modal-content {
  width: 100% !important;
  max-width: 100% !important;
}

.blog-box {
  border-radius: 20px;
  background-color: #f3f3f3;
  padding: 1px;
}

.blog-box img {
  width: 100%;
  height: 220px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.blog-box div {
  padding: 10px 20px;
}

.blog-box div .badge {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 15px;
  color: #549900;
  background-color: rgba(149, 203, 83, 0.2);
  border-radius: 10px;
  margin: 15px 5px;
}

.blog-box div .title {
  font-size: 25px;
  font-weight: 600;
  color: #414042;
}

.blog-box div .description {
  font-size: 16px;
  font-weight: 400;
  color: #414042;
}

.blog-box div .btn {
  background-color: #95cb53;
  padding: 15px;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: bold;
}

.blog-box .rating {
  padding: 5px 0;
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

.blog-box .rating i {
  font-size: 25px;
}
