/*-----------------
    12. Login
-----------------------*/
.login-body {
  margin: auto;
}

.login-body .log-header {
  background: #FFFFFF;
  padding: 22px;
  box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
}

.logo-dark {
  margin: auto;
  display: block;
}

.login-wrapper {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 100px 0;
  background: #FCFBFB;
}

@media (max-width: 991.96px) {
  .login-wrapper {
    margin: 0;
    padding: 50px 0;
  }
}

@media (max-width: 575.96px) {
  .login-wrapper {
    margin: 0;
    padding: 0;
  }
}

.login-wrapper .loginbox {
  background-color: #ffffff;
  box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
  display: flex;
  margin: auto;
  max-width: 635px;
  width: 100%;
  border-radius: 5px;
}

.login-wrapper .loginbox .login-left {
  align-items: center;
  background: linear-gradient(180deg, #8BC34A, #00bcd4);
  flex-direction: column;
  padding: 80px;
  width: 635px;
  display: flex;
  border-radius: 6px 0 0 6px;
}

.login-wrapper .loginbox .login-auth {
  padding: 20px;
  width: 635px;
}

@media (max-width: 319.98px) {
  .login-wrapper .loginbox .login-auth {
    width: 100%;
  }
}

.login-wrapper .loginbox .login-auth .login-auth-wrap {
  max-width: 100%;
  flex: 0 0 100%;
}

.login-wrapper .loginbox .login-auth .login-auth-wrap .sign-group span i {
  line-height: 0;
  margin-right: 6px;
}

.login-wrapper .loginbox .login-auth .login-auth-wrap .sign-group a {
  font-size: 14px;
  margin: 0 0 40px;
  padding: 0;
}

.login-wrapper .loginbox .login-auth .login-auth-wrap .sign-group a:hover {
  color: var(--secondary);
}

.login-wrapper .loginbox .login-auth .login-auth-wrap .input-block label {
  margin: 0 0 10px 0;
}

.login-wrapper .loginbox .login-auth .login-auth-wrap h1 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
}

.login-wrapper .loginbox .login-auth .forgotpass a {
  color: #828282;
}

.login-wrapper .loginbox .login-auth .forgotpass a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.login-wrapper .loginbox .login-auth .dont-have {
  color: #828282;
  margin-top: 30px;
}

.login-wrapper .loginbox .login-auth .dont-have a {
  color: rgb(18, 115, 132);
}

.login-wrapper .loginbox .login-auth .dont-have a:hover {
  text-decoration: underline;
}

.login-wrapper .loginbox .login-auth .social-login {
  text-align: center;
}

.login-wrapper .loginbox .login-auth .social-login span {
  color: #828282;
  margin-right: 8px;
  display: inline-flex;
}

.login-wrapper .loginbox .login-auth .social-login a {
  background: #F1F1F1;
  border: 1px solid #F1F1F1;
  box-shadow: inset 0 0 0 0 #ffffff;
  text-align: center;
  margin: 0 0 15px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
  color: #28283C;
  border-radius: 4px;
}

.login-wrapper .loginbox .login-auth .social-login a:hover {
  background-color: #ffffff;
  border-color: #F1F1F1;
  color: #3F4254;
  box-shadow: inset 0 50px 0 0 #ffffff;
}

.login-wrapper .loginbox .login-auth .social-login a.facebook {
  background-color: #4b75bd;
}

.login-wrapper .loginbox .login-auth .social-login a.google {
  background-color: #fe5240;
}

.login-wrapper .loginbox .account-subtitle {
  color: #828282;
  margin: 0 0 30px;
}

.login-wrapper .loginbox .login-or {
  color: #828282;
  margin: 20px auto 20px;
  padding: 20px 0 20px;
  position: relative;
  max-width: 385px;
}

.login-wrapper .loginbox .or-line {
  background-color: #EDECF8;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}

@media (max-width: 575.96px) {
  .login-wrapper .loginbox .or-line {
    display: none;
  }
}

.login-wrapper .loginbox .span-or {
  background-color: #ffffff;
  display: block;
  left: 15%;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 280px;
}

@media (max-width: 575.96px) {
  .login-wrapper .loginbox .span-or {
    left: 0;
  }
}

.login-wrapper .loginbox .span-or-log {
  background-color: #ffffff;
  color: #828282;
  display: block;
  left: 25%;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 200px;
}

@media (max-width: 575.96px) {
  .login-wrapper .loginbox .span-or-log {
    left: 0;
  }
}

.login-wrapper .loginbox .lock-user {
  margin-bottom: 20px;
  text-align: center;
}

.login-wrapper .loginbox .lock-user img {
  margin-bottom: 15px;
  width: 100px;
}

.login-wrapper .loginbox .toggle-password,
.login-wrapper .loginbox .toggle-password-two {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #828282;
  cursor: pointer;
}

.login-wrapper .loginbox .toggle-password.fa-eye,
.login-wrapper .loginbox .toggle-password-two.fa-eye {
  margin-right: 1px;
  font-weight: 500;
}

.log-footer {
  background: #FCFBFB;
}

.log-footer .copyright {
  border-top: 0;
  padding: 28px 0;
  text-align: center;
}

.log-footer .copyright .copyright-text p {
  font-size: 14px;
  color: var(--primary);
}

/* ===== FULL LANDING PAGE STYLES ===== */
/* Reset old styles */
.driver-landing-wrapper,
.value-section,
.registration-box,
.benefit-list {
  all: unset;
}

/* Main container */
.driver-landing-page {
  background: #fff;
}

.driver-landing-page section {
  padding: 40px 0;
}

.driver-landing-page section:nth-child(even) {
  background: #f8f9fa;
}

/* Section headers */
.section-header {
  margin-bottom: 25px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

/* CTA Buttons */
.cta-button {
  background: var(--primary);
  color: white !important;
  padding: 14px 32px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.cta-button:hover {
  background: var(--secondary);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 166, 51, 0.4);
  text-decoration: none;
}

.cta-button-large {
  padding: 16px 40px;
  font-size: 18px;
}

.cta-button-secondary {
  background: transparent;
  color: var(--primary) !important;
  border: 2px solid var(--primary);
}

.cta-button-secondary:hover {
  background: var(--primary);
  color: white !important;
}

/* ===== SECTION 1: HERO ===== */
.hero-section {
  padding: 16px 0; /* reduce top/bottom space */
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Ensure the hero section fits within 90vh and centers content on desktop */
@media (min-width: 992px) {
  .hero-section {
    min-height: 90vh;
    display: flex;
    align-items: center;
  }
}

.eyebrow-text {
  font-size: 14px;
  color: var(--secondary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 575px) {
  .eyebrow-text {
    display: block;
    margin-bottom: 10px;
  }
}

.hero-title {
  font-size: 42px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 20px;
  color: #555;
  margin-bottom: 30px;
}

.register-card {
  background: white;
  border-radius: 12px;
  padding: 28px; /* reduced padding to fit in 90vh */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .register-card {
    margin-top: 10px;
  }
}

.form-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}

.form-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px; /* tighter */
}

.register-form .form-group {
  margin-bottom: 14px; /* tighter spacing between fields */
}

.register-form label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

.register-form .form-control {
  padding: 12px 16px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.register-form .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.1);
}

.register-form .terms-text {
  font-size: 13px;
  color: #666;
  margin: 15px 0;
}

.register-form .terms-text a {
  color: var(--primary);
  font-weight: 600;
}

.register-form .terms-text a:hover {
  color: #163173;
}

.register-form .signin-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}

.register-form .signin-link a {
  color: var(--primary);
  font-weight: 600;
}

.register-form .signin-link a:hover {
  color: #163173;
}

/* Two-column form layout for desktop */
@media (min-width: 768px) {
  .register-form .form-group.half-width {
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }

  .register-form .form-group.half-width:nth-child(even) {
    margin-right: 0;
  }
}

/* ===== SECTION 2: WHY GAADIWALA ===== */
.why-section {
  background: white;
}

.feature-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  background: white;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: var(--secondary);
}

.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.feature-icon i {
  font-size: 32px;
  color: white;
}

.feature-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* ===== SECTION 3: HOW IT WORKS ===== */
.how-section {
  background: #f8f9fa;
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.step-item {
  text-align: center;
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.step-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: white;
  border: 3px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.step-icon i {
  font-size: 36px;
  color: var(--primary);
}

.step-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 10px;
}

.step-item p {
  font-size: 14px;
  color: #666;
}

/* ===== SECTION 4: TRUST & SCALE ===== */
.trust-section {
  background: white;
}

.stat-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.stat-icon {
  font-size: 40px;
  color: var(--primary);
  margin-bottom: 15px;
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* ===== SECTION 5: FEATURES & BENEFITS ===== */
.features-section {
  background: #f8f9fa;
}

.benefit-card {
  background: white;
  padding: 30px 25px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

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

.benefit-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.benefit-icon-circle i {
  font-size: 28px;
  color: white;
}

.benefit-card h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 12px;
}

.benefit-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* ===== SECTION 6: TESTIMONIALS ===== */
.testimonials-section {
  background: white;
}

.testimonial-card {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  height: 100%;
  position: relative;
  border: 1px solid #e0e0e0;
}

.quote-icon {
  font-size: 40px;
  color: var(--secondary);
  margin-bottom: 20px;
  opacity: 0.3;
}

.testimonial-text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 25px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-icon {
  font-size: 50px;
  color: var(--primary);
}

.testimonial-author h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 5px 0;
}

.testimonial-author p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* ===== SECTION 7: MID-PAGE CTA BANNER ===== */
.cta-banner-section {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  padding: 40px 0;
}

.cta-banner-title {
  font-size: 38px;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
}

.cta-banner-text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-banner-section .cta-button {
  background: white;
  color: var(--primary) !important;
}

.cta-banner-section .cta-button:hover {
  background: #f8f9fa;
  transform: translateY(-3px) scale(1.05);
}

/* ===== SECTION 8: BENEFITS LIST ===== */
.benefits-section {
  background: #f8f9fa;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.benefits-list li i {
  font-size: 24px;
  color: var(--secondary);
  flex-shrink: 0;
}

/* ===== SECTION 9: FAQ ===== */
.faq-section {
  background: white;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.accordion-item {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  background: white;
  padding: 20px 25px;
}

.accordion-button:not(.collapsed) {
  background: var(--primary);
  color: white;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: var(--primary);
}

.accordion-body {
  padding: 20px 25px;
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

/* ===== SECTION 10: FINAL CTA ===== */
.final-cta-section {
  background: #f8f9fa;
  padding: 40px 0;
}

.final-cta-title {
  font-size: 38px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 20px;
}

.final-cta-text {
  font-size: 20px;
  color: #666;
  margin-bottom: 35px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .driver-landing-page section {
    padding: 35px 0;
  }

  .section-title {
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .register-card {
    padding: 30px 20px;
  }

  .steps-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .stat-number {
    font-size: 36px;
  }

  .cta-banner-title,
  .final-cta-title {
    font-size: 28px;
  }

  .cta-banner-text,
  .final-cta-text {
    font-size: 16px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-buttons .cta-button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .hero-title {
    font-size: 26px;
  }

  .hero-section {
    padding-top: 80px !important;
  }

  .eyebrow-text {
    display: block !important;
    font-size: 12px;
    margin-bottom: 8px;
  }

  .section-title {
    font-size: 24px;
  }

  .driver-landing-page section {
    padding: 25px 0;
  }

  .register-card {
    padding: 25px 15px;
  }

  .feature-card,
  .benefit-card {
    padding: 25px 15px;
  }

  .testimonial-card {
    padding: 20px 15px;
  }

  .benefits-list li {
    font-size: 16px;
  }
}

/*
Author       : Suraj Sahu
Template Name: Gaadiwala Template
Version      : 1.0
*/
/*============================
 [Table of CSS]

1. Reset
2. Typography
3. General
4. Grid
5. Buttons
6. Header
7. Footer
8. Breadcrumb
9. Select
10. Table
11. Home
12. Login
13. Common
14. Faq
15. Pricing
16. Gallery
17. Our Team
18. Contact
19. Invoice
20. Blog
21. Testimonials
22. About Us
23. Product Details
24. Products
25. Users

========================================*/