/* Mobile First */
.paket-aqiqah-section {
  padding: 40px 0;
}

.row.content-paket {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.card-pk {
  width: 100%;
  height: 429px !important;
}

.card-paket {
  border-radius: 15px;
  overflow: hidden;
  padding: 25px 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 10px 8px 40px 2px #00000040;
}

.card-img-container {
  overflow: hidden;
  border-radius: 15px;
  height: 307px;
  width: 100%;
}

.card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.card-body {
  margin-top: 20px;
}

.card-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.card-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

/* Mobile Small */
@media (max-width: 320px) {
  .card-pk {
    height: 292px !important;
  }

  .card-paket {
    width: 100%;
    height: 292px !important;
  }
}

/* Tablet Styles */
@media (min-width: 768px) {
  .row.content-paket {
    gap: 20px;
    justify-content: center;
  }

  .card-paket {
    min-height: 429px !important;
    width: 100%;
  }

  .card-body {
    margin-top: 20px;
  }
}

/* Desktop Styles */
@media (min-width: 992px) {
  .paket-aqiqah-section {
    padding: 60px 0;
  }

  .row.content-paket {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
  }

  .card-pk {
    min-height: 340px !important;
    width: 350px;
  }
}

/* Desktop Large Styles */
@media (min-width: 1440px) {
  .paket-aqiqah-section {
    padding: 100px 0;
  }

  .row.content-paket {
    column-gap: 40px;
  }

  .card-pk {
    min-height: 498px !important;
    width: 400px;
  }

  .card-paket {
    border-radius: 25px;
    min-height: 429px !important;
    width: 100%;
  }

  .card-img-container {
    height: 354px;
    width: 354px;
  }

  .card-body {
    margin-top: 26px;
  }

  .card-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .card-text {
    font-size: 20px;
  }
}
