.elementor-1947 .elementor-element.elementor-element-5d997ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-073eb22 */.payment-wrapper {
  max-width: 900px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.pay-title {
  text-align: center;
  color: #e91e63;
  margin-bottom: 30px;
}

.pay-box {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.pay-box h3 {
  color: #0d6efd;
  margin-bottom: 15px;
}

/* TABLE */
.pay-table {
  width: 100%;
  border-collapse: collapse;
}

.pay-table td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

/* QR */
.pay-qr {
  max-width: 220px;
  margin: 15px 0;
}

/* LIST */
.pay-list {
  padding-left: 20px;
}

.pay-list li {
  margin-bottom: 8px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5d997ae */.scholarship-list {
  text-align: center;
  margin: 40px auto;
}

.sch-title {
  color: #e91e63;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}

/* 🎯 BUTTON STYLE */
.sch-btn {
  display: block;
  width: 260px;
  margin: 15px auto;
  padding: 13px;
  border-radius: 30px;
  text-decoration: none !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  /* 🔴 LOGO COLOR THEME */
  background: linear-gradient(135deg, #e91e63, #f4b400);

  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* ✨ HOVER EFFECT */
.sch-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #c2185b, #d39e00);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* ❌ REMOVE LINK DEFAULT STYLE */
.sch-btn:link,
.sch-btn:visited,
.sch-btn:hover,
.sch-btn:active {
  color: #ffffff !important;
  text-decoration: none !important;
}/* End custom CSS */