/* --------------------------
   Banner Section
--------------------------- */
.de-banner {
  background: url("/assets/img/banner/bannerde.webp") center/cover no-repeat;
  padding: 140px 0 160px;
  position: relative;
}

.de-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 23, 26, 0.65);
}

.de-banner .container {
  position: relative;
  z-index: 2;
}

.de-logo {
  width: 90px;
}

.de-small-title {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
}

.de-main-title {
  font-size: 70px;
  font-weight: 700;
  color: #E20935;
  margin: 15px 0;
}

.de-sub-text {
  font-size: 18px;
  margin-top: 10px;
  opacity: 0.9;
}

.apply-btn {
  background: #E20935;
  color: #fff;
  padding: 14px 35px;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.apply-btn:hover {
  background: #c5082d;
}

/* Mobile styling */
@media (max-width: 768px) {
  .de-main-title {
    font-size: 32px;
  }
  .de-sub-text {
    font-size: 15px;
  }
  .de-banner {
    padding: 100px 0 120px;
  }
}

/* --------------------------
   Stats Section
--------------------------- */
/* --------------------------
   Light Stats Section
--------------------------- */
.de-stats-section {
  background: #ffffff;
  padding: 50px 0;
}

.stat-card-light {
  background: #f9fafb;
  border: 1px solid #E20935;
  border-radius: 16px;
  padding: 25px 5px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.stat-card-light:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  background: #ffffff;
  border-color: #E20935;
}

/* Icon Styling */
.stat-icon {
  font-size: 38px;
  color: #E20935;
  margin-bottom: 10px;
  display: block;
}

.stat-card-light h2 {
  font-size: 28px;
  font-weight: 700;
  color: #16171A;
}

.stat-card-light p {
  font-size: 15px;
  color: #555;
  margin-top: 4px;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .stat-card-light h2 {
    font-size: 24px;
  }
  .stat-card-light p {
    font-size: 14px;
  }
  .stat-icon {
    font-size: 30px;
  }
}
/* Only for mobile <768px */
@media (max-width: 767.98px) {
  .stats-mobile-order .col-6:nth-child(1),
  .stats-mobile-order .col-6:nth-child(2),
  .stats-mobile-order .col-6:nth-child(3) {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .stats-mobile-order .col-6:nth-child(4),
  .stats-mobile-order .col-6:nth-child(5) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.successh2
{
    text-transform: capitalize !important;
    font-size: 30px !important;
    font-weight: 700;
}
.box44
{
    border: 1px solid #E20935 !important;
      transition: all 0.3s ease;
  transform: translateY(0); 
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    
}
.box44:hover
{
   transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}
