.commitment-section {
  padding: 80px 0;
  background: #fff;
}

.commitment-section .section-badge {
  display: inline-block;
  background: #e8f0fe;
  color: #0d6efd;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.commitment-section .section-title h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 16px;
}

.commitment-section .section-title p {
  color: #666;
  font-size: 15.5px;
  line-height: 1.8;
  max-width: 520px;
}

/* Commitment Cards */
.commitment-card {
  background: #f8f9ff;
  border-radius: 16px;
  padding: 36px 28px;
  height: 100%;
  border: 1px solid #e8eeff;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.commitment-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #0d6efd, #0a58ca);
  border-radius: 4px 0 0 4px;
  transition: width 0.35s ease;
}

.commitment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(13, 110, 253, 0.12);
  border-color: #0d6efd;
}

.commitment-card:hover::before {
  width: 100%;
  opacity: 0.05;
  z-index: 0;
}

.commitment-card .icon-box {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0d6efd, #0a58ca);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.commitment-card .icon-box i {
  font-size: 24px;
  color: #fff;
}

.commitment-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.commitment-card p {
  font-size: 14.5px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* Stats Row */
.commitment-stats {
  background: linear-gradient(135deg, #0d6efd, #0a58ca);
  border-radius: 20px;
  padding: 50px 40px;
  margin-top: 60px;
}

.stat-item {
  text-align: center;
  padding: 10px;
}

.stat-item h3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}

.stat-item p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stat-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
  height: 60px;
  margin: auto;
}

@media (max-width: 768px) {
  .stat-divider {
    display: none;
  }

  .commitment-stats {
    padding: 36px 20px;
  }

  .commitment-section .section-title h2 {
    font-size: 1.7rem;
  }
}

/* Faq */
.faq-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.faq-left {
  background: linear-gradient(135deg, #0d6efd, #0a58ca);
  border-radius: 16px;
  padding: 50px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-left h6 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 16px;
  opacity: 0.85;
}

.faq-left h6 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.faq-left p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.faq-left a {
  display: inline-block;
  background: #fff;
  color: #0d6efd;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}

.faq-left a:hover {
  background: #e9f0ff;
  transform: translateY(-2px);
}

/* Accordion Custom */
.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
  margin-bottom: 4px;
}

.faq-accordion .accordion-button {
  background: #fff;
  color: #1a1a2e;
  font-weight: 600;
  font-size: 15px;
  padding: 20px 24px;
  border-radius: 10px !important;
  box-shadow: none;
  transition: all 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #e8f0fe;
  color: #0d6efd;
  border-radius: 10px 10px 0 0 !important;
}

.faq-accordion .accordion-button::after {
  filter: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: invert(33%) sepia(90%) saturate(1500%) hue-rotate(210deg);
}

.faq-accordion .accordion-body {
  background: #fff;
  color: #555;
  font-size: 14.5px;
  line-height: 1.8;
  padding: 16px 24px 24px;
  border-radius: 0 0 10px 10px;
}

.faq-accordion .accordion-item:first-child .accordion-button {
  border-radius: 10px !important;
}

.faq-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  margin-right: 12px;
  flex-shrink: 0;
}

.accordion-button:not(.collapsed) .faq-number {
  background: #0d6efd;
}

/*Disclaimer Css*/
