/*
---------------------------------------------
Asniko Custom Styles
---------------------------------------------
*/

/* Compact portfolio section */
.our-portfolio {
  padding-top: 20px !important;
}
.our-portfolio .section-heading h2 {
  margin-bottom: 10px !important;
}
.our-portfolio .section-heading {
  margin-bottom: 0 !important;
}

/* Portfolio titles */
.our-portfolio .showed-content .portfolio-title {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 15px;
}

/*
---------------------------------------------
How It Works / Cara Kerja
---------------------------------------------
*/
.how-it-works {
  padding: 120px 0px 80px 0px;
  background-color: #f8fbff;
}

.how-it-works .section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 44px;
}

.how-it-works .section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.how-it-works .section-heading h2 span {
  color: #0277bd;
}

.step-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 25px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.07);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 30px rgba(3, 164, 237, 0.15);
}

.step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: linear-gradient(105deg, #03a4ed 0%, #0389c7 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  margin: 0 auto 20px auto;
  text-align: center;
}

.step-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 12px;
}

.step-card p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

/*
---------------------------------------------
Testimonials / Testimoni
---------------------------------------------
*/
.testimonials {
  padding: 120px 0px 80px 0px;
}

.testimonials .section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 44px;
}

.testimonials .section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.testimonials .section-heading h2 span {
  color: #0277bd;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  border-left: 4px solid #03a4ed;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px rgba(3, 164, 237, 0.12);
}

.testimonial-card .stars {
  color: #f5a623;
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.testimonial-card p {
  font-size: 15px;
  color: #555;
  line-height: 26px;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-card .author h5 {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 4px;
}

.testimonial-card .author span {
  font-size: 13px;
  color: #03a4ed;
  font-weight: 500;
}

/*
---------------------------------------------
Banner buttons adjustment
---------------------------------------------
*/
.banner-buttons {
  margin-top: 30px;
}

.banner-buttons .main-blue-button {
  display: inline-block;
}

.banner-buttons .main-white-button {
  display: inline-block;
  margin-left: 12px;
}

.banner-buttons .main-blue-button a {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
}

.banner-buttons .main-white-button a {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid rgba(2, 119, 189, 0.15);
  box-shadow: 0 10px 25px rgba(2, 119, 189, 0.08);
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(3, 164, 237, 0.08);
  color: #0277bd;
  font-size: 14px;
  font-weight: 600;
}

.section-subcopy {
  max-width: 640px;
  margin: 8px auto 16px;
  text-align: center;
  color: #5f6b7a;
}

.bundle-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #b71c1c, #d32f2f);
  box-shadow: 0 18px 36px rgba(183, 28, 28, 0.2);
}

.bundle-copy {
  flex: 1;
  min-width: 0;
}

.bundle-kicker {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: 0.9;
}

.bundle-copy h3 {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.bundle-copy h3 span {
  font-size: 16px;
  text-decoration: line-through;
  opacity: 0.7;
}

.bundle-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 1.6;
}

.bundle-button {
  display: inline-block;
  flex-shrink: 0;
  padding: 18px 40px;
  border-radius: 12px;
  background: #fff200;
  color: #b71c1c !important;
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/*
---------------------------------------------
Counter numbers in banner
---------------------------------------------
*/
.counter-number {
  font-size: 32px;
}

/*
---------------------------------------------
Responsive adjustments
---------------------------------------------
*/
@media (max-width: 992px) {
  .how-it-works {
    padding: 80px 0px 40px 0px;
  }
  .testimonials {
    padding: 80px 0px 40px 0px;
  }
  .banner-buttons .main-white-button {
    margin-left: 0px !important;
    margin-top: 15px;
  }
  .bundle-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .bundle-button {
    width: 100%;
    text-align: center;
  }
  .counter-number {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .banner-buttons .main-blue-button,
  .banner-buttons .main-white-button {
    display: block;
  }
  .banner-buttons .main-blue-button a,
  .banner-buttons .main-white-button a {
    width: 100%;
    text-align: center;
  }
  .hero-trust-list {
    gap: 10px;
  }
  .hero-trust-item {
    width: 100%;
    justify-content: center;
  }
  .section-subcopy {
    font-size: 14px;
    line-height: 24px;
  }
  .bundle-banner {
    padding: 22px 20px;
  }
  .bundle-copy h3 {
    font-size: 19px;
  }
  .step-card {
    margin-bottom: 20px;
  }
  .testimonial-card {
    margin-bottom: 20px;
  }
}
