/* Mobile First */
.cta-section {
  background: var(--brown-color);
  padding: 40px 0;
}

.cards-wrapper {
  gap: 40px;
}

.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;
}

.card-img {
  margin-bottom: 18px;
}

.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;
}

/* 425px and up (still vertical) */
@media (min-width: 425px) {
  .cards-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .card-aqiqah {
    width: 100%;
    max-width: 420px;
    height: 400px;
    padding: 28px;
  }

  .label-cta {
    top: 10%;
    left: -20%;
    transform: scale(0.8);
  }

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

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

  .btn-whatsapp {
    font-size: 14px;
    padding: 11px 24px;
  }
}

/* Tablet Styles */
@media (min-width: 768px) {
  .cards-wrapper {
    justify-content: center;
    flex-direction: row;
    gap: 30px;
  }

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

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

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

  .btn-whatsapp {
    font-size: 15px;
    padding: 12px 26px;
  }
}

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

  .cards-wrapper {
    gap: 40px;
  }

  .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);
  }

  .label-cta {
    top: 10%;
    left: -40%;
    transform: scale(0.7);
  }

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

  .img-menu {
    height: 220px;
  }

  .card-img {
    margin-bottom: 18px;
  }

  .img-kambing {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
  }

  .card-title-cta {
    margin-bottom: 20px;
  }

  .btn-whatsapp>img {
    width: 24px;
    height: 24px;
  }
}

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

  .cards-wrapper {
    gap: 80px;
  }

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

  .label-cta {
    top: 26%;
    left: -1px;
    transform: scale(1);
  }

  .card-img-menu {
    padding: 0 13px;
    margin-bottom: 30px;
  }

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

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

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