/* NEW THEME CSS START */
* {
  font-family: "Poppins", sans-serif;
}
/*header section*/
.navbar {
  background: white !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 1rem 0;
  position: relative;
  z-index: 1000;
}
.rydz-nav a.navbar-brand {
  max-width: 65px;
  width: 100%;
}
.rydz-nav {
  padding: 16px 28px;
}
.navbar-nav .nav-link.get-ride-btn {
  color: #fff !important;
  background: #CFA83F;
  border-radius: 20px;
}

.navbar-nav .nav-link {
  color: #1F2937 !important;
  font-weight: 400;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
  font-size: 14px;
}
.rydz-nav button.navbar-toggler {
  border: 0;
  outline: 0;
  box-shadow: none;
}

/*banner section*/
.hero-section {
  min-height: auto;
  position: relative;
  overflow: inherit;
  background: url(../../img/website/her0_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 28px;
}

.hero-content {
  padding: 4rem 0;
  color: white;
  max-width: 510px;
}
.car-img {
  position: absolute;
  right: 0;
  bottom: -60px;
  max-width: 55%;
  width: 100%;
}

.hero-map {
  background-image: url('../../img/website/map.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.app-buttons img {
  max-width: 135px;
  width: 100%;
}
.hero-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 36px;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.highlight-text {
  color: #CFA83F;
  font-weight: 700;
}

.app-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/*about section*/
.about-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.about-content h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 1.5rem;
}

.about-content p {
  font-size: 1.1rem;
  color: #6C757D;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}

.feature-icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon.green {
  color: #28a745;
}

.feature-icon.blue {
  color: #007bff;
}

.feature-icon.yellow {
  color: #ffc107;
}

.feature-text {
  font-size: 1rem;
  color: #6C757D;
  font-weight: 500;
}

.stats-section {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}

.stats-item {
  display: inline-block;
  margin-right:5px;
  font-size: 0.95rem;
  color: #6C757D;
  font-weight: 600;
}

.stats-number {
  color: #333;
  font-weight: 700;
}

.car-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.car-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/***Why choose us section***/
.why-choose-section .feature-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.why-choose-section .feature-card:hover {
  transform: translateY(-5px);
}

.why-choose-section .feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 1.5rem;
}

.why-choose-section .icon-yellow {
  background-color: #fff3cd;
  color: #856404;
}

.why-choose-section .icon-blue {
  background-color: #cff4fc;
  color: #055160;
}

.why-choose-section .icon-purple {
  background-color: #e2e3ff;
  color: #4c63d2;
}

.why-choose-section .icon-red {
  background-color: #f8d7da;
  color: #721c24;
}

.why-choose-section .icon-teal {
  background-color: #d1ecf1;
  color: #0c5460;
}

.why-choose-section .icon-orange {
  background-color: #ffe8d1;
  color: #cc5500;
}

.why-choose-section .feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.75rem;
}

.why-choose-section .feature-description {
  font-size: 14px;
  color: #1F2937;
  line-height: 1.5;
  margin-bottom: 0;
}

.why-choose-section .section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 3rem;
}

.why-choose-section {
  background-color: #f8f9fa;
  padding: 4rem 0;
}

/*service offered section*/
.services-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 3rem;
  text-align: left;
}

.service-card {
  background: #F8F9FA;
  border-radius: 10px;
  padding: 25px 12px;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border: 1px solid #f1f5f9;
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-icon {
  width: 80px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.service-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
}

.service-description {
  font-size: 14px;
  color: #1F2937;
  line-height: 1.6;
  margin: 0;
}

/*feature section*/
.drive-section {
  background: linear-gradient(135deg, #CFA83F 0%, #B38626 100%);
  padding: 60px 0;
  color: white;
}

.drive-section h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.drive-section .subtitle {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 400;
}

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

.feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 400;
}

.feature-list li i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 0.8rem;
}

.drive-section .apply-btn {
  background-color: #000;
  color: white;
  border: none;
  padding: 12px 50px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
/*testimonial section*/
.testimonials-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.testimonials-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.testimonials-section .section-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0;
}
.left-img-box {
  margin-bottom: 15px;
}

.testimonials-section .view-all-btn {
  background-color: #CFA83F;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.testimonials-section .view-all-btn:hover {
  background-color: #c19940;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 168, 83, 0.3);
}

.testimonial-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);*/
  height: 100%;
  transition: all 0.3s ease;
  /*border: 1px solid #f0f0f0;*/
  display: flex;
  align-items: end;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);*/
}
.right-details-box {
  margin-left: 15px;
}


.testimonials-section .customer-photo {
  height: 250px;
  object-fit: cover;
  margin-right: 15px;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.15) 15.4px 18.4px 5.2px;
}
      
.testimonials-section .star-rating {
  color: #ffc107;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.testimonial-text {
  color: #6C757D;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15PX;
}

.testimonials-section .customer-name {
  font-weight: 600;
  color: #1A1A1A;
  font-size: 16px;
  margin: 0;
}
.testimonial-text span {
  color: #000;
}
/*footer section*/
.footer {
  background-color: #000;
  color: #CFA83F;
  padding: 60px 0 20px;
}

.footer-logo {
  color: #CFA83F;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-logo img{
  max-width: 100px;
  width: 100%;
}

.footer-text {
  color: #CFA83F;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.footer-heading {
  color: #CFA83F;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

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

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #CFA83F;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #CFA83F;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #CFA83F;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  background: #FFFFFF1A;
}

.social-icons a:hover {
  transform: translateY(-2px);
}

.copyright {
  padding-top: 20px;
  margin-top: 40px;
  text-align: left;
  color: #CFA83F;
  font-size: 16px;
}
.top-title {
  color: #CFA83F;
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.top-title span {
  border: 1px solid #CFA83F;
  width: 100px;
  display: block;
}
/*sign up page css start*/
.text-teal {
  color: #CFA83F;
}
.driver-req-list label {
  color: #1F2937;
}
.sign-subtitle {
  font-size: 16px;
  color: #1F2937;
  font-weight: 400;
}
.requirements-section h5 {
  font-size: 28px;
}
.btn-teal {
  background-color: #CFA83F;
  border-color: #CFA83F;
  color: white;
  font-weight: 500;
}
.btn-teal:hover {
  background-color: #CFA83F;
  border-color: #CFA83F;
  color: white;
}

.requirements-section {
  padding: 50px 0;
  position: relative;
}
.form-check-input:checked {
  background-color: #20b2aa;
  border-color: #20b2aa;
}
.sign-form-step form input,.sign-form-step form select {
  border-radius: 10px;
  height: 60px;
  border: 2px solid #DFDFDF;
  background: #FFFDFD;
}
.sign-form-step form {
  padding-top: 50px;
}
.nav-icon {
  text-align: center;
  color: #6c757d;
  text-decoration: none;
}
.nav-icon:hover {
  color: #20b2aa;
}
.sign-form-step form label {
  color: #4C525B;
  font-weight: 500;
}
.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
}
.progress-step {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #6c757d;
  flex-direction: column;
}
.progress-step.active {
  color: #CFA83F;
}
.progress-step.completed {
  color: #CFA83F;
}
.step-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #CFA83F0D;
  background-color: #CFA83F0D;
  margin-bottom: 10px;
}
.progress-step.active .step-icon,
.progress-step.completed .step-icon {
  border-color: #CFA83F;
  background-color: #CFA83F;
  color: white;
}
.progress-line {
  flex: 1;
  height: 2px;
  background-color: #CFA83F0D;
  /*margin: 0 20px;*/
}
.progress-line.completed {
  background-color: #CFA83F;
}
.step-hidden {
  display: none;
}
.required {
  color: #dc3545;
}
.document-upload {
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  background-color: #f8f9fa;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.document-upload:hover {
  border-color: #CFA83F;
  background-color: #f0fdfc;
}
.document-upload.dragover {
  border-color: #CFA83F;
  background-color: #f0fdfc;
}
.upload-icon {
  font-size: 2rem;
  color: #6c757d;
  margin-bottom: 1rem;
}
.upload-text {
  color: #6c757d;
  font-size: 0.9rem;
}
.document-preview {
  position: relative;
  display: none;
  height: auto;
  text-align: center;
  max-height: 200px;
  width: 100%;
}
.document-preview div small {
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  height: 23px;
  display: block;
}
.document-preview img {
  max-width: 200px;
  height: 150px;
  border-radius: 4px;
  width: 100%;
}
.upload-docs {
  display: flex;
  align-items: center;
}
.remove-document {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.8rem;
}
.remove-document:hover {
  background-color: #c82333;
}
.driver-req-list {
  display: flex;
  gap: 5px;
  align-items: center;
}
.sign-form-step .form-label {
font-weight: 500;
}
.sign-form-step .file-upload {
border: 1px solid #ddd;
padding: 10px;
border-radius: 5px;
display: flex;
align-items: center;
cursor: pointer;
justify-content: start;
text-align: center;
border-radius: 10px;
height: 60px;
border: 2px solid #DFDFDF;
}
.sign-form-step .file-upload input[type="file"] {
display: none;
}
.sign-form-step .file-text {
margin-left: 5px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 250px;
}
.requirements-section:after {
background-image: url(../../img/website/sign-bg.png);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
height: 500px;
width: 100%;
left: 0;
top: 0;
content: "";
z-index: -1;
}
/*sign css end*/

/*Terms & condition and privacy page*/   
.section-content {
background: #CFA83F0D;
border: 1px solid #E5E7EB;
padding: 30px;
border-radius: 10px;
margin-bottom: 30px;
}
.subsection-title {
font-weight: 500;
color: #000;
margin-top: 20px;
margin-bottom: 10px;
font-size: 19px;
}
.last-updated {
  color: #000;
  font-size: 0.9rem;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.policy-container ul {
  padding-left: 20px;
}
.policy-container li {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #1F2937;
}
.section-content .section-header {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  border-bottom: 2px solid #CFA83F;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.privacy-contact-section {
  background: #CFA83F;
  min-height: 300px;
  border: 2px solid #e9ecef;
  position: relative;
  border-radius: 10px;
}

.contact-btn {
  background-color: white;
  color: #CFA83F;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 10px !important;
  font-size: 18px;
}
.privacy-contact-section p {
  font-size: 18px;
  font-weight: 500;
}

.contact-btn:hover {
  background-color: #f8f9fa;
  color: #138496;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.policy-container li {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #1F2937;
}
.intro-text {
  color: #1F2937;
  margin-bottom: 20px;
  line-height: 1.6;
}
.banner-text h1 {
  text-align: center;
  color: #CFA83F;
  font-weight: 600;
}
.error-message {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}

.invalid-field {
  border: 1px solid red;
}
.itiflagcode .iti__flag-container{
  height: 60px;
}
.iti {
  width: 100% !important;
}
@media(max-width: 1199px){
.hero-section:after {
  bottom: -110px;
  width: 540px;
}
}
@media(max-width: 991px){
.hero-title {
  font-size: 24px;
}
.hero-subtitle {
  font-size: 16px;
}

.car-img img {
  width: 400px;
}
.hero-content {
  max-width: 380px;
}
.rydz-nav {
  padding: 16px 0;
}
.hero-section{
  padding: 0;
}
}
@media (max-width: 768px) {
  .why-choose-section .feature-card {
      padding: 1.5rem 1rem;
      margin-bottom: 1.5rem;
  }
  
  .why-choose-section .section-title {
      font-size: 1.75rem;
      margin-bottom: 2rem;
  }
  
  .why-choose-section .feature-icon {
      width: 50px;
      height: 50px;
      font-size: 1.25rem;
      margin-bottom: 1rem;
  }

  .about-section {
      padding: 60px 0;
  }
  
  .about-content h2 {
      font-size: 2rem;
      text-align: center;
  }
  
  .about-content p {
      text-align: center;
  }
  
  .stats-item {
      display: block;
      margin-right: 0;
      margin-bottom: 0.5rem;
      text-align: center;
  }
  
  .stats-section {
      text-align: center;
  }
  
  .feature-item {
      justify-content: center;
  }
  .services-section {
      padding: 60px 0;
  }
  
  .section-title {
      font-size: 2rem;
      margin-bottom: 2rem;
  }
  
  .service-card {
      margin-bottom: 2rem;
      padding: 2rem 1.5rem;
  }
  .drive-section {
      padding: 40px 0;
      text-align: center;
  }
  
  .drive-section h2 {
      font-size: 2rem;
  }
  
  .feature-list li {
      justify-content: center;
      margin-bottom: 1.5rem;
  }
  
  .apply-btn {
      margin-top: 2rem;
      width: 100%;
      max-width: 200px;
  }
  .testimonials-section .section-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
  }
  
.testimonials-section .section-title {
      font-size: 2rem;
  }
  
.testimonials-section .view-all-btn {
      align-self: stretch;
      text-align: center;
  }
  
  .testimonials-section {
      padding: 60px 0;
  }
  
  .testimonial-card {
      margin-bottom: 30px;
  }
  .footer {
      padding: 40px 0 20px;
  }
  
  .footer-logo {
      font-size: 1.5rem;
      text-align: center;
  }
  
  .footer-heading {
      text-align: center;
      margin-top: 30px;
  }
  
  .footer-text {
      text-align: center;
  }
  
  .footer-links {
      text-align: center;
  }
  
  .social-icons {
      justify-content: center;
  }
}

@media(max-width: 767px){
  .hero-map , .hero-section:after{
      display: none;
  }
  .hero-section {
      min-height: auto;
      background: #000;
  }
  .hero-content {
      max-width: 100%;
  }
  .car-img img{
      display: none;
  }
  .section-title,.copyright{
      text-align: center;
  }
  .top-title {
      justify-content: center;
  }
  .drive-section .text-end {
      text-align: center !important;
  }
  .testimonials-section .section-header {
      align-items: center;
  }
  .copyright{
      margin-top: 0;
  }
  .rydz-nav .navbar-nav {
      gap: 5px;
  }
  .banner-top-text.py-5 {
      padding-bottom: 0 !important;
  }
  .banner-text.pt-5{
      padding-top: 0 !important;
  }
  .section-header{
      font-size: 20px;
  }
  .section-content{
      padding: 15px;
  }
  .contact-btn,.privacy-contact-section p,.subsection-title{
      font-size: 16px;
  }
  .section-content .section-header{
      font-size: 20px;
  }

}

@media (max-width: 576px) {
  .stats-item {
      font-size: 0.9rem;
  }
  
  .about-content h2 {
      font-size: 1.8rem;
  }
  
  .about-content p {
      font-size: 1rem;
  }
  .section-title {
      font-size: 1.75rem;
  }
  
  .service-card {
      padding: 1.5rem 1rem;
  }
  
  .service-icon {
      width: 60px;
      height: 60px;
      font-size: 1.5rem;
  }
  .drive-section h2 {
      font-size: 1.75rem;
  }
  
  .drive-section .subtitle {
      font-size: 1rem;
  }
  .testimonials-section .section-title {
      font-size: 1.8rem;
  }
  
  .testimonial-card {
      padding: 25px;
      display: block;
  }
  .customer-photo{
      margin-bottom: 20px;
  }
  .right-details-box {
      margin-left: 0;
      margin-top: 20px;
  }
  .progress-step span {
      text-align: center;
      font-size: 14px;
  }
}
  /* NEW THEME CSS END */