        .price-drop-banner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #eaf8f4;
      border-radius: 10px;
      padding: 30px;
      margin: 20px auto;
      max-width: 1200px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .left-icon {
      background-color: #28a745;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 30px;
      flex-shrink: 0;
    }

    .text-content {
      flex: 1;
      padding: 0 20px;
    }

    .text-content h2 {
      margin: 0;
      font-size: 24px;
      font-weight: bold;
      color: #004080;
    }

    .text-content .btn {
      margin-top: 10px;
      padding: 10px 20px;
      border: 2px solid #0077cc;
      background-color: white;
      color: #0077cc;
      font-weight: 600;
      border-radius: 5px;
      text-decoration: none;
      display: inline-block;
      transition: 0.3s;
    }

    .text-content .btn:hover {
      background-color: #0077cc;
      color: white;
    }

    .car-image img {
      max-width: 200px;
      height: auto;
    }

  
    
      .car-loan-section {
      background-color: #f5f5f7;
      padding: 60px 20px;
      font-family: Arial, sans-serif;
      color: #2c2c2c;
    }

    .car-loan-section h2 {
      text-align: center;
      font-size: 32px;
      margin-bottom: 10px;
      color: #3a2c6c;
    }

    .car-loan-section h3 {
      text-align: center;
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 40px;
      color: #555;
    }

    .car-loan-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
      align-items: center;
    }

    .loan-text {
      font-size: 16px;
      line-height: 1.6;
    }

    .loan-text ul {
      margin-top: 15px;
      padding-left: 20px;
    }

    .loan-text ul li {
      margin-bottom: 8px;
      list-style: disc;
    }

    .loan-image img {
      max-width: 100%;
      border-radius: 10px;
      /*box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
    }

    @media (max-width: 768px) {
      .car-loan-grid {
        grid-template-columns: 1fr;
      }
    }
    .features-list {
  margin-top: 25px;
}

.features-list h4 {
  font-size: 22px;
  color: #004080;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 17px;
  color: #333;
  line-height: 1.6;
}

.feature-icon {
  color: #0077cc;
  font-size: 20px;
  margin-right: 15px;
  margin-top: 3px;
}
.loan-process-section {
  background-color: #f1f7ff;
  padding: 70px 20px;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #2a205f;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 50px;
}

.loan-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.step-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.step-icon {
  font-size: 36px;
  color: #0077cc;
  margin-bottom: 15px;
}

.step-card h4 {
  font-size: 20px;
  color: #2c2c2c;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}
    .section h2 {
      text-align: center;
      font-size: 28px;
      color: #2a205f;
      margin-bottom: 30px;
    }

    .section p {
      font-size: 16px;
      line-height: 1.7;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .feature-box {
      background: #fff;
      border-radius: 10px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    }

    .feature-box i {
      font-size: 32px;
      color: #0077cc;
      margin-bottom: 15px;
    }

    .highlight {
      background: #eef4ff;
      padding: 40px;
      border-radius: 10px;
      margin-top: 60px;
    }

    .highlight h3 {
      color: #2a205f;
      margin-bottom: 20px;
    }

    .apply-now {
      background-color: #2a205f;
      color: white;
      text-align: center;
      padding: 40px 20px;
      margin-top: 60px;
    }

    .apply-now a {
      display: inline-block;
      margin-top: 15px;
      padding: 12px 30px;
      background: #ffc107;
      color: #000;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .section, .highlight {
        padding: 40px 20px;
      }
    }
 .glass-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
  }

  .glass-card:hover {
    transform: translateY(-6px);
  }

  .why-choose-us ul li {
    font-size: 16px;
    font-weight: 500;
    color: #333;
  }