.elementor-6750 .elementor-element.elementor-element-7f938b4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9c16574 */.beasiswa-ybt-pro {
  font-family: "Poppins", sans-serif;
  color: #333;
  background: #fafafa;
  overflow-x: hidden;
}

/* Banner Section */

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(123,0,24,0.9), rgba(179,18,45,0.8));
  z-index: 0;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.banner-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.banner-content p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #f2f2f2;
  margin-bottom: 30px;
}

.ybt-btn-primary {
  background: #fff;
  color: #7b0018;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 12px rgba(255,255,255,0.3);
}

.ybt-btn-primary:hover {
  background: #7b0018;
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 80, 100, 0.6);
}

/* Content Cards */
.ybt-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin: -80px auto 100px;
  padding: 0 20px;
}

.ybt-card {
  background: #fff;
  border-radius: 14px;
  padding: 40px 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.ybt-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.ybt-card h2 {
  font-size: 1.4rem;
  color: #7b0018;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ybt-card p, .ybt-card li {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}

.ybt-card ul {
  padding-left: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .banner-content h1 {
    font-size: 2.2rem;
  }
  .banner-content p {
    font-size: 1rem;
  }
  .ybt-banner {
    padding: 140px 20px 120px;
  }
}/* End custom CSS */