@charset "utf-8";
/* CSS Document */
    /* Hero Section */
    .hero {
	  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url('../images/webp/hero-bg1.webp') center/cover no-repeat;
      color: #fff;
      text-align: center;
      padding: 130px 20px 100px;
    }
    .hero h1 {
      font-size: 2.8rem;
      font-weight: 700;
    }
    .hero p {
      font-size: 1.1rem;
      opacity: 0.9;
      margin-bottom: 30px;
    }
    .vin-form {
      max-width: 650px;
      margin: auto;
      background: white;
      padding: 25px;
      border-radius: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    /* About */
    .about {
      padding: 90px 0;
      background: #fff;
    }

    /* Features */
    .features {
      background: linear-gradient(1deg, #96c1ff, #ffffff);
      padding: 30px 0px 90px 0px;
    }
    .feature-box {
      background: white;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 3px 15px rgba(0,0,0,0.05);
      transition: transform 0.3s ease;
    }
    .feature-box:hover { transform: translateY(-8px); }
    .feature-icon {
      font-size: 40px;
      color: var(--primary-color);
      margin-bottom: 20px;
    }

    /* Pricing */
    /* Section Background */
.pricing-section {
  background: linear-gradient(135deg, #f3f6ff, #e9efff);
}

/* Card Base */
.pricing-card {
  border-radius: 20px;
  padding: 40px 30px;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  text-align: center;
  overflow: hidden;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Gradient Variants */
.pricing-card.basic {
  background: linear-gradient(135deg, #0a58ca, #4dabf7);
}

.pricing-card.standard {
  background: linear-gradient(135deg, #6f42c1, #b38df7);
}

.pricing-card.premium {
  background: linear-gradient(135deg, #20c997, #63e6be);
}

/* Text Styles */
.plan-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.plan-price {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.plan-subtitle {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 20px;
}

.plan-features li {
  margin-bottom: 10px;
  font-weight: 500;
  opacity: 0.95;
}

.plan-features i {
  color: #fff;
}

/* Buttons */
.pricing-card .btn {
  font-weight: 600;
  transition: all 0.3s ease;
}

.pricing-card .btn:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.9);
  color: #0a58ca !important;
}

/* Popular Badge */
.popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 50px;
  box-shadow: 0 3px 8px rgba(255, 255, 255, 0.3);
}


    /* Testimonials */
    .testimonials {
       background: linear-gradient(1deg, #ffffff, #dce2fa);
      padding: 90px 0;
    }
    .testimonial-card {
      background: white;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
      padding: 30px;
      transition: transform 0.3s ease;
    }
    .testimonial-card:hover { transform: translateY(-8px); }
    .testimonial-img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid var(--primary-color);
      margin-bottom: 15px;
    }
    .testimonial-name {
      font-weight: 600;
      color: var(--primary-color);
    }

   

    @media (max-width: 768px) {
      .hero h1 { font-size: 2rem; }
	  .features {
      background: linear-gradient(1deg, #96c1ff, #ffffff);
      padding: 0px 0px 90px 0px;
    }
	.about {
      padding: 40px 0;
    }
    }
#vinError {
      display: none;
     color: #dc3545;
    font-size: 0.9rem;
    text-align: left;
    }
    #vinError i {
      margin-right: 5px;
    }
.alert-sm {
  padding: 0.4rem 0.6rem;
  font-size: 0.85rem;
  margin: 8px 0px;
}

#result .card {
  border-radius: 1rem;
  transition: all 0.3s ease;
}
#result .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
#result .alert {
  border-radius: 0.75rem;
}
.secure-pay-btn {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 14px 22px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.secure-pay-btn i {
  color: #fff;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.secure-pay-btn:hover {
  background: linear-gradient(135deg, #27ae60, #1e874b);
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
}

.secure-pay-btn:hover i {
  transform: scale(1.1);
}

.secure-pay-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.payment-intro {
	font-size: 16px !important;
    font-weight: 500;
    color: #2c3e50;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 18px 20px 10px 20px;
    text-align: center;
    line-height: 1.6;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 9px !important;
}

.payment-intro strong {
  color: #27ae60; /* green accent for price */
  font-weight: 700;
}
.payment-intro i {
  color: #ffc107;
  font-size: 36px;
  margin-right: 10px;
  vertical-align: middle;
  animation: bounceDown 1.6s infinite ease-in-out;
}

@keyframes bounceDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

.payment-email {     font-size: 16px;
    font-weight: bold;
    padding: 12px;
    border: 1px solid #a8a8a8; }
