/* CARD PAKET */
.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;
}

/* SOCIAL PROOF CARD */
.sp-card {
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100% !important;
}

/* .sp-icon {
  width: 80px;
  height: 80px;
  padding: 25px;
  border-radius: 50%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
} */

.sp-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.sp-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}

.sp-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555;
}

/* CTA CARD */
.card-aqiqah {
  background: linear-gradient(180.25deg, rgba(0, 0, 0, 0) 63.99%, #000000 99.78%);
  border-radius: 40px;
  border: 1px solid #768491;
  padding: 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 370px;
}

.img-menu,
.img-kambing,
.card-title-cta,
.btn-whatsapp {
  position: relative;
  z-index: 2;
}

.label-cta {
  position: absolute;
  top: 10%;
  left: -40%;
  z-index: 1;
  transform: scale(0.6);
}

.card-img-menu {
  margin-bottom: 40px;
}

.img-menu {
  width: 100%;
  height: 192px;
  object-fit: contain;
}

.img-kambing {
  width: 100% !important;
  height: 192px;
  object-fit: contain;
}

.card-title-cta {
  font-family: 'Inter', serif;
  color: white;
  font-size: 20px;
  margin-bottom: 11px;
}

/* RESPONSIVE CARDS */
@media (min-width: 768px) {
  .card-paket {
    min-height: 429px !important;
    width: 100%;
  }

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

  .card-aqiqah {
    width: calc(50% - 30px);
    max-width: 360px;
    height: 380px;
  }

  .img-menu,
  .img-kambing {
    height: 210px;
  }

  .card-title-cta {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .card-sp {
    max-width: 350px;
  }

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

  .card-aqiqah {
    padding: 40px;
    width: 100%;
    height: 420px;
  }

  .card-aqiqah:hover {
    transform: translateY(-10px);
    border-color: #768491;
    box-shadow: 0 20px 40px rgba(118, 132, 145, 0.2);
  }

  .img-menu {
    width: 100%;
    height: 220px;
  }

  .img-kambing {
    width: 100% !important;
    height: 220px;
  }
}

@media (min-width: 1440px) {
  .card-sp {
    max-width: 400px;
    height: 440px;
  }

  .sp-card {
    border-radius: 40px;
    padding: 45px;
  }

  .sp-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 40px;
  }

  .sp-icon img {
    width: 40px;
    height: 40px;
  }

  .sp-title {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .sp-desc {
    font-size: 20px;
  }

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

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

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

  .card-aqiqah {
    padding: 65px 47px;
    min-width: 600px !important;
    height: 629px !important;
  }

  .img-menu {
    width: 480px;
    height: 358px;
  }

  .img-kambing {
    width: 506px !important;
    height: 370px;
  }

  .card-title-cta {
    font-size: 32px;
  }
}
