:root {
  --primary-green: #22c55e;
  --dark-navy: #1e293b;
  --light-gray: #f1f5f9;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #334155;
}

.max-w-5xl {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.top-section {
  background-color: var(--dark-navy);
  /* background-color: #f1f5f9; */
}

.top-section p {
  margin: 8px 0;
  font-size: 14px;
  font-weight: 500;
  /* color: #65758b; */
  color: #f1f5f9;
}

/* Navbar */
.navbar {
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--dark-navy) !important;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background: var(--primary-green);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.nav-link {
  /* color: #64748b !important; */
  color: #0f1729 !important;
  margin: 0 0.3rem;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-link:hover {
  color: var(--primary-green) !important;
}

.btn-register {
  background: var(--primary-green);
  color: white;
  padding: 0.5rem;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  font-size: 0.8rem;
  transition: all 0.3s;
}
.btn-register a {
  color: white;
  text-decoration: none;
}

.btn-register:hover {
  background: #16a34a;
  transform: translateY(-2px);
}

/* Hero Section */
.hero-section {
  background: linear-gradient(rgba(22, 32, 48, 0.8), rgba(22, 33, 49, 0.8)),
    url("../images/hero-lending.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 10rem 0 10rem;
}

.hero-section h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero-section p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #cbd5e1;
}

.btn-primary-membership {
  background: white;
  color: black;
  padding: 0.8rem 2rem;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  transition: all 0.3s;
}
.btn-primary-membership a {
  color: black;
  text-decoration: none;
}

.btn-primary-custom {
  background: var(--primary-green);
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 6px;
  border: 2px solid var(--primary-green);
  font-weight: 600;
  transition: all 0.3s;
}

.btn-primary-custom:hover {
  background: #16a34a;
  border: 2px solid #16a34a;
}
.btn-primary-custom a {
  color: white;
  text-decoration: none;
}

.btn-secondary-custom {
  background: transparent;
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 6px;
  border: 2px solid white;
  font-weight: 600;
  margin: 0 0.5rem;
  transition: all 0.3s;
}

.btn-secondary-custom:hover {
  background: white;
  color: var(--dark-navy);
}

/* Section Titles */
.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--dark-navy);
  margin-bottom: 1rem;
}

.section-title p {
  color: #65758b;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.2rem;
}

/* Consultation Cards */
.consultation-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  height: 100%;
}

.consultation-card:hover {
  transform: translateY(-10px);
}

.consultation-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.consultation-card-body {
  padding: 2rem;
}

.consultation-card-body h5 {
  font-weight: 700;
  color: var(--dark-navy);
  margin-bottom: 1rem;
}

.consultation-card-body p {
  color: #64748b;
  margin-bottom: 1.5rem;
}

.read-more {
  color: var(--dark-navy);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.read-more:hover {
  text-decoration: underline;
}

/* Partner Logos */
.partner-box {
  background: white;
  padding: 1rem 1rem 0.5rem 1rem;
  border: 1px solid rgba(185, 185, 187, 0.342);
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.055);
  text-align: center;
  transition: transform 0.3s;
}

.partner-box:hover {
  transform: translateY(-5px);
}

.partner-icon {
  /* background: #dcfce7; */
  border-radius: 50%;
  margin: 0 auto 0rem;
  color: var(--primary-green);
  font-size: 1.5rem;
}

.partner-check-icon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: var(--primary-green);
  font-size: 1rem;
}

.partner-box h6 {
  font-weight: 700;
  padding: 8px 0;
  color: var(--dark-navy);
}

/* Membership Card */
.membership-section {
  background: white;
  padding: 5rem 0;
  margin: auto;
}

.membership-main-card {
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  margin: 10px;
}

/* Left Side (Green Background) */
.membership-card {
  /* background: linear-gradient(135deg, #00b871, #00a363);
             */
  background: linear-gradient(rgba(59, 199, 101, 0.8), rgba(61, 190, 82, 0.8)),
    url("../images/membership-card.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 4rem;
  height: 100%;
  border-radius: 0;
}

.membership-card h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.membership-card p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

/* Right Side (Features) */
.membership-features {
  background: #fff;
  height: 100%;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.feature-item h6 {
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #0a2a66;
}

.feature-item p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
}

/* Icon Circle */
.icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #e6f7ea;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b871;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.feature-item {
  padding: 0 1.45rem;
}

.feature-item h6 {
  font-weight: 700;
  color: var(--dark-navy);
  margin-bottom: 0.5rem;
}

.feature-item p {
  color: #64748b;
  margin: 0;
  font-size: 0.9rem;
}

.feature-item-icon {
  width: 50px;
  height: 50px;
  color: #64748b;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #19c25f33;
  font-size: 1.2rem;
  color: #00b871;
  border-radius: 50%;
}

/* Pricing Cards */
.package-section {
  background-color: #f1f5f9;
}

.pricing-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  transition: transform 0.3s;
}

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

.pricing-card.featured {
  border: 3px solid var(--primary-green);
  /* transform: scale(1.08); */
}

.pricing-badge {
  background: var(--primary-green);
  color: white;
  padding: 0.3rem 0.6rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
  position: absolute;
  top: -14px;
  left: 36%;
}

.pricing-card h4 {
  font-weight: 700;
  color: var(--dark-navy);
}

.price {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-green);
  margin: 0.3rem 0;
  padding: 0;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  text-align: left;
}

.pricing-card li {
  padding: 0.5rem 0;
  color: #64748b;
  padding-left: 1.5rem;
  position: relative;
}

.pricing-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary-green);
  font-weight: 700;
}

.btn-pricing {
  width: 100%;
  padding: 0.6rem;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-pricing:hover {
  width: 100%;
  background: var(--primary-green) !important;
  border-radius: 6px;
  border: none;
  font-weight: 600;
}

.btn-pricing.primary {
  background: var(--dark-navy);
  color: white;
}

.btn-pricing.secondary {
  background: transparent;
  color: var(--dark-navy);
  border: 2px solid var(--light-gray);
}

/* Stats Section */
.stats-section {
  background: var(--dark-navy);
  color: white;
  padding: 5rem 0;
}

.stat-box {
  text-align: center;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-green);
  display: block;
}

.stat-label {
  font-size: 1rem;
  color: #cbd5e1;
}

/* Why Choose Us */
.choose-us-section {
  background-color: #f1f5f9;
}

.feature-box {
  background: white;
  padding: 1rem 1rem 0.5rem 1rem;
  border: 1px solid rgba(185, 185, 187, 0.342);
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.055);
  text-align: center;
  transition: transform 0.3s;
}

.feature-box-icon {
  width: 80px;
  height: 80px;
  background: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--primary-green);
  font-size: 2rem;
}

.feature-box h5 {
  font-weight: 700;
  color: var(--dark-navy);
  margin-bottom: 1rem;
}

.feature-box p {
  color: #64748b;
}

/* Testimonials */
.testimonials-section {
  background-color: #f1f5f9;
}

.testimonial-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.stars {
  color: var(--primary-green);
}

.quote {
  color: var(--primary-green);
}

.testimonial-text {
  color: #64748b;
  font-style: italic;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.178);
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e2e8f0;
}

.author-avatar img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid var(--primary-green);
}

.author-info h6 {
  margin: 0;
  font-weight: 700;
  color: var(--dark-navy);
}

.author-info p {
  margin: 0;
  font-size: 0.9rem;
  color: #64748b;
}

/* FAQ */
.faq-section {
  padding: 5rem 0;
}

.section-title h2 {
  font-weight: 700;
  color: var(--dark-navy);
}

.section-title p {
  color: #5a6c7d;
  font-size: 1rem;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #e2e8f0;
}

.accordion-button {
  background: #fff;
  color: var(--dark-navy);
  font-weight: 600;
  box-shadow: none !important;
  border: none;
  padding: 1rem 1.25rem;
}

.accordion-button:not(.collapsed) {
  background: var(--primary-green);
  color: #fff;
  font-weight: 600;
}

.accordion-body {
  color: #5a6c7d;
  line-height: 1.6;
  background: #fff;
  padding: 1rem 1.25rem;
}

/* Footer */
.footer {
  background: var(--dark-navy);
  color: white;
  padding: 4rem 0 2rem;
}

.footer h5 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 0.8rem;
}

.footer ul li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.3s;
}

.footer ul li a:hover {
  color: var(--primary-green);
}

.footer-bottom {
  border-top: 1px solid #334155;
  padding-top: 2rem;
  margin-top: 3rem;
  text-align: center;
  color: #94a3b8;
}

/* apply page css  */

.main-container-loan {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.form-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 2rem;
}

.form-header {
  background: var(--dark-navy);
  color: #fff;
  padding: 2rem;
  text-align: center;
}

.form-header h2 {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.form-header p {
  opacity: 0.95;
  font-size: 1rem;
}

.form-body {
  padding: 3rem 2.5rem;
}

.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  position: relative;
  padding: 0 1rem;
}

.step-indicator::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #e0e4e8;
  z-index: 0;
}

.step-indicator .progress-line {
  position: absolute;
  top: 20px;
  /* left: 10%; */
  height: 2px;
  background: var(--primary-green);
  z-index: 1;
  transition: width 0.4s ease;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #fff;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e0e4e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #8892a0;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
  border: 3px solid #fff;
}

.step.active .step-number {
  background: var(--primary-green);
  color: #fff;
  transform: scale(1.15);
  box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.2);
}

.step.completed .step-number {
  background: var(--primary-green);
  color: #fff;
}

.step-label {
  font-size: 0.75rem;
  color: #8892a0;
  text-align: center;
  font-weight: 500;
}

.step.active .step-label {
  color: var(--primary-green);
  font-weight: 600;
}

.form-section {
  display: none;
}

.form-section.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.95rem;
}

.form-control,
.form-select {
  border: 1px solid #d1d9e0;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-green);
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
  background: #fff;
}

.btn-primary {
  background: var(--primary-green);
  border: none;
  padding: 0.8rem 2.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.btn-primary:hover {
  background: #45a049;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.btn-secondary {
  background: #6c757d;
  border: none;
  padding: 0.8rem 2.5rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.btn-secondary:hover {
  background: #5a6268;
  transform: translateY(-2px);
}

.button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  gap: 1rem;
}

.profile-toggle {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.profile-btn {
  flex: 1;
  padding: 1.2rem;
  border: 2px solid #e0e4e8;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #2c3e50;
}

.profile-btn.active {
  border-color: var(--primary-green);
  background: #f1f8f4;
  color: var(--primary-green);
}

.profile-btn:hover {
  border-color: var(--primary-green);
  background: #f8f9fa;
}

.profile-btn i {
  font-size: 1.2rem;
}

.otp-inputs {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0;
}

.otp-input {
  width: 60px;
  height: 60px;
  font-size: 1.8rem;
  text-align: center;
  border: 2px solid #d1d9e0;
  border-radius: 10px;
  background: #f8f9fa;
  font-weight: 600;
  color: #2c3e50;
}

.otp-input:focus {
  border-color: var(--primary-green);
  outline: none;
  background: #fff;
}

.loan-offers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.2rem;
  margin: 2rem 0;
}

.loan-offer {
  border: 2px solid #e0e4e8;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
}

.loan-offer:hover {
  border-color: var(--primary-green);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(76, 175, 80, 0.15);
}

.loan-offer.selected {
  border-color: var(--primary-green);
  background: #f1f8f4;
}

.loan-offer input[type="radio"] {
  display: none;
}

.loan-tenure {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.loan-emi {
  font-size: 0.85rem;
  color: #8892a0;
  margin-bottom: 0.5rem;
}

.loan-amount {
  font-size: 1.15rem;
  color: var(--primary-green);
  font-weight: 700;
}

.success-animation {
  text-align: center;
}

.success-icon {
  font-size: 4.5rem;
  color: var(--primary-green);
  margin-bottom: 1.5rem;
}

.membership-loan-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 1.7rem;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
  margin: 1rem 0;
}

.card-number {
  font-size: 1.5rem;
  letter-spacing: 4px;
  font-weight: 600;
}

.price-section {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 10px;
  margin: 1.5rem 0;
  border: 1px solid #e0e4e8;
}

.price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  color: #2c3e50;
  font-weight: 500;
}

.total-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-green);
  border-top: 2px solid #d1d9e0;
  padding-top: 1rem;
  margin-top: 1rem;
}

.loan-summary {
  background: #f8f9fa;
  padding: 1.8rem;
  border-radius: 10px;
  margin-top: 2rem;
  border: 1px solid #e0e4e8;
}

.loan-summary h4,
.loan-summary h5 {
  color: #2c3e50;
  margin-bottom: 1.2rem;
  font-weight: 600;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #d1d9e0;
}

.summary-item:last-child {
  border-bottom: none;
}

.summary-label {
  color: #5a6c7d;
  font-weight: 500;
}

.summary-value {
  font-weight: 600;
  color: #2c3e50;
}

.resend-otp {
  color: var(--primary-green);
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
}

.resend-otp:hover {
  color: #45a049;
  text-decoration: underline;
}

.checkbox-group {
  margin: 1.5rem 0;
}

.checkbox-group label {
  font-weight: normal;
  cursor: pointer;
  color: #5a6c7d;
  font-size: 0.9rem;
}

.form-check-input:checked {
  background-color: var(--primary-green);
  border-color: var(--primary-green);
}

.form-range::-webkit-slider-thumb {
  background: var(--primary-green);
}

.form-range::-moz-range-thumb {
  background: var(--primary-green);
}

.text-primary {
  color: var(--primary-green) !important;
}

.text-success {
  color: var(--primary-green) !important;
}

h4 {
  color: #2c3e50;
  font-weight: 600;
}

.page-title {
  font-size: 1.5rem;
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

/* contact us style  */
.contact-section {
  padding: 90px 0;
  background-color: #f1f5f9;
}
.contact-section .section-title-area {
  margin-bottom: 50px;
}
.inquiry-box {
  background-color: #ffffff;
  padding: 1.5rem;
  margin: 10px 0;
  border-radius: 12px;
  border: 1px solid #f9f9f9;
  border-top: 3px solid var(--primary-green);
  /* border: 1px solid rgba(185, 185, 187, 0.342); */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.055);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.inquiry-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.inquiry-box img {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}
.contactbox {
  background-color: #ffffff;
  padding: 40px 40px;
  border-radius: 15px;
  border: 1px solid #f9f9f9;
  border-top: 3px solid var(--primary-green);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.contactbox iframe {
  border: 2px solid #ddd;
}
.contactbox iframe {
  width: 100%;
  /* border: 2px solid #ddd; */
}

/* Whatsapp button */
.whatsapp-icon {
  position: fixed;
  bottom: 89px;
  right: 30px;
  z-index: 99;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.whatsapp-icon img {
  width: 100%;
}
/* Scroll To Top Button */
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  background-color: var(--primary-green); /* match your theme */
  color: white;
  border: none;
  outline: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#scrollTopBtn:hover {
  background-color: #19a156; /* darker green on hover */
  transform: translateY(-4px);
}

/* about us style  */
/* About Hero Section */
.about-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/premium_photo-1676666379051-383ed1b005e8.avif") center/cover
      no-repeat;
  color: white;
  padding: 120px 0;
  text-align: center;
}

.about-hero h1 {
  font-size: 48px;
  font-weight: 700;
}

.about-hero p {
  font-size: 18px;
  color: #d1d5db;
  margin-top: 10px;
}

/* About Content */
.about-section {
  padding: 80px 0;
}

.about-section h2 {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
}

.about-section p {
  color: var(--gray);
  line-height: 1.8;
}

.about-image img {
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Mission & Vision */
.mission-vision-section {
  padding-bottom: 90px;
  background-color: #fdfdfd;
}

.mission-vision-section .section-title-area {
  margin-bottom: 30px;
}

.mission-vision-section .section-title {
  font-size: 42px;
  font-weight: 600;
  color: #000000;
}

.mission-vision-section .section-description {
  color: #5a6c7d;
  max-width: 700px;
  margin: 0 auto;
}

.mission-box,
.vision-box {
  background-color: #ffffff;
  padding: 40px 35px;
  border-radius: 15px;
  border: 1px solid #f1f1f1;
  border-top: 4px solid var(--primary-green);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.mission-box:hover,
.vision-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.mission-box h4,
.vision-box h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
}

.mission-box p,
.vision-box p {
  color: #5a6c7d;
  font-size: 16px;
  line-height: 1.7;
}

.mission-box ul,
.vision-box ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.mission-box ul li,
.vision-box ul li {
  color: #333;
  font-size: 15px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.mission-box .icon,
.vision-box .icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .mission-vision-section {
    padding: 70px 0;
  }

  .mission-box,
  .vision-box {
    margin-bottom: 30px;
  }
}

/* Counter Section */
.counter-section {
  background-color: var(--primary-green);
  color: white;
  padding: 80px 0;
  text-align: center;
}

.counter-section h3 {
  font-size: 40px;
  font-weight: 700;
}

.counter-section p {
  font-size: 16px;
  margin-top: 10px;
  opacity: 0.9;
}

.package-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/packages-back.avif") center/cover no-repeat;
  color: white;
  padding: 120px 0;
  text-align: center;
}

/* ========== HERO SECTION ========== */
.loan-hero {
  background: linear-gradient(to right, var(--primary-green), #16a34a);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.loan-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.loan-hero p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

/* ========== LOAN TYPES ========== */
.loan-types {
  padding: 100px 0;
  background-color: #fff;
}

.loan-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  padding: 40px 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.loan-card img {
  width: 100px;
  margin-bottom: 20px;
}

.loan-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.loan-card p {
  color: #5a6c7d;
}

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

/* ========== BENEFITS ========== */
.loan-benefits {
  background-color: #f1f5f9;
  padding: 100px 0;
}

.benefit-box {
  background: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #eaeaea;
}

.benefit-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.benefit-box img {
  width: 65px;
  margin-bottom: 20px;
}

/* ========== CTA SECTION ========== */
.loan-cta {
  background: linear-gradient(to right, #f9fff9, #e9fce9);
  padding: 100px 0;
  text-align: center;
}

.cta-box {
  background: var(--primary-green);
  color: #fff;
  border-radius: 15px;
  padding: 60px 40px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 128, 0, 0.2);
}

.cta-box h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-box p {
  font-size: 18px;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem;
  }

  .section-title h2 {
    font-size: 1.8rem;
  }

  .price {
    font-size: 2rem;
  }
  .membership-card {
    padding: 3rem;
  }
  .form-body {
    padding: 2rem 1.5rem;
  }

  .step-label {
    font-size: 0.65rem;
  }

  .step-number {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }

  .otp-input {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }

  .loan-offers {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .button-group button {
    width: 100%;
  }
}
@media (max-width: 558px) {
  .top-section p {
    margin: 2px 0;
    font-size: 12px;
  }
  .btn-secondary-custom {
    margin: 0;
    padding: 0.6rem 1rem;
    margin-top: 10px;
  }
  .btn-primary-custom {
    margin: 0;
    padding: 0.6rem 1rem;
  }
  .membership-card {
    padding: 2rem;
  }
  .top-section p {
    margin: 2px 0;
    font-size: 12px;
  }
  .step-indicator {
    margin-bottom: 1rem;
    padding: 0;
  }
  .main-container-loan {
    max-width: 1200px;
    padding: 0;
    margin: 0;
  }
  .form-card {
    border-radius: 0px;
  }
}
