@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@media (max-width: 2560px) {
  :root {
    --primary: #3fae4d;
    --primary-dark: #2d8d39;
    --accent: #ec4b8c;
    --text: #222;
  }

  .top-bar {
    background: var(--primary-dark);
    height: 40px;
    display: flex;
    align-items: center;
  }

  .top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top-item,
  .social-icons {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
  }

  .social-icons {
    gap: 15px;
  }

  /* NAVBAR */

  .custom-navbar {
    background: #fff;
    min-height: 80px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  }

  .navbar-brand img {
    height: 40px;
  }

  /* NAV LINKS */

  .navbar-nav {
    gap: 38px;
  }

  .nav-link {
    font-size: 24px;
    font-weight: 900;
    color: #222;
    position: relative;
  }

  .nav-link:hover {
    color: var(--primary);
  }
  .nav-link.active1 {
    color: #222;
  }

  .nav-link::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    background: #2d8d39;
    border-radius: 10px;
    transition: 0.3s;
  }

  .nav-link:hover::after,
  .nav-link.active::after {
    width: 100%;
  }
  /* RIGHT SIDE */

  .nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  /* BOOK BUTTON */

  .ride-btn {
    text-decoration: none;
    background: var(--primary);
    color: #fff;
    padding: 14px 28px;
    border-radius: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
  }

  .ride-btn:hover {
    background: var(--primary-dark);
    color: #fff;
    transform: translateY(-2px);
  }

  /* VERTICAL LINE */

  .vr-line {
    width: 1px;
    height: 35px;
    background: #dcdcdc;
  }

  /* PROFILE */

  .profile-menu {
    width: 48px;
    height: 48px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .profile-menu i {
    color: var(--primary);
    font-size: 20px;
  }
  .drop-icons {
    padding: 5px 2px;
  }
  .drop-icons a {
    font-size: 18px;
    font-weight: 400;
    color: #2d8d39;
  }
  .drop-icons i {
    padding-right: 10px;
  }
  /* =========================== Hero section right ==================== */
  .hero-secction {
    width: 100%;
    max-height: 70vh;
  }
  .hero-sec-right {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin-top: 20px;
  }
  .hero-sec-right h6 {
    font-weight: 400;
    color: #3fae4d;
  }
  .hero-sec-right h1 {
    font-size: 500;
  }
  .hero-sec-right h1 span {
    color: #3fae4d;
  }
  .hero-sec-aa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  .hero-section-a {
    display: flex;
    flex-direction: column;
  }
  .hero-section-a1 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3fae4e33;
    color: #2d8d39;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-section-a b {
    font-size: 12px;
  }
  .hero-section-a p {
    font-size: 12px;
  }
  .search-bar {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
  }
  /* .search-bar {
    width: 100%;
    height: 22rem;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin: 10px;
  } */
  .hero-img {
    /* width: 100%; */
    max-height: 70vh;
    background-image: url("/img/hero-sec-img-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .search-bar-1 {
    width: 100%;
    height: 90%;
    border: 1px solid black;
    padding: 10px;
    border-radius: 10px;
  }
  .search-bar-1a {
    width: 100%;
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
    padding: 0 5px;
    margin-top: 10px;
  }
  .search-bar-1a div {
    display: flex;
    align-items: center;
  }
  .search-bar-1a i {
    color: #2d8d39;
    font-size: 28px;
  }
  .search-bar-1a input {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 15px;
  }
  .search-bar-1a input:focus {
    outline: none;
    border: none;
  }
  .search-bar-1b {
    width: 100%;
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
    margin-top: 10px;
    background-color: #3fae4d;
    color: antiquewhite;
  }
  .search-bar-1b:hover {
    background-color: #3fae4eb1;
  }
  .search-bar-1b:active {
    transform: scale(0.95);
  }
  /* .search-bar-1b div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    
  } */
  .search-bar-1b button {
    width: 100%;
    height: 100%;
    border: none;
    padding: 10px 5px;
    background-color: #3fae4d;
    color: antiquewhite;
    border-radius: 10px;
  }
  .search-bar-1b div:hover {
    background-color: #3fae4eb1;
  }
  .search-bar-1b button:hover {
    background-color: #3fae4eb1;
  }
  /* ================================== hero section-1 ================================ */
  .hero-sec-12 {
    min-height: 80px;
    width: 100%;
    background-color: #e8f5e9;
    border-radius: 20px;
    padding: 25px;
  }

  /* New */

  .stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .stat-text {
    display: flex;
    flex-direction: column;
  }

  .stat-text h5 {
    margin: 0;
  }

  .stat-text p {
    margin: 0;
  }

  /* Your Existing */

  .hero-sec-1a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #3fae4e77;
    color: white;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .hero-sec-1b {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #3fae4d;
    color: white;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  /* ================== service section ===================== */
  .service-sec {
    width: 100%;
    min-height: 70vh;
    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 64, 122, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(76, 175, 80, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
    margin-top: 20px;
  }
  /* =================================== service card section =========== */
  .servise-card {
    width: 100%;
    height: 12rem;
    background: linear-gradient(135deg, #ffffff, #f2fbf4, #e8f5e9);
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
    padding: 20px;
  }
  .servise-card:hover {
    margin-top: -10px;
  }
  .service-row {
    position: relative;
    background-color: #ec4b8b9c;
  }
  .service-img {
    margin-top: 20px;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service-img-i {
    margin-top: 20px;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ec4b8b;
    font-size: 62px;
  }

  /* =========================== why choose us section ==================== */
  .why-choose {
    width: 100%;
    padding: 90px 0;
    background: linear-gradient(135deg, #ffffff, #f9fff8, #dff3e3);
  }

  .section-tag {
    color: #3fae4d;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 42px;
    font-weight: 700;
    color: #222;
  }

  .section-title span {
    color: #3fae4d;
  }

  .section-desc {
    max-width: 650px;
    margin: 15px auto 0;
    color: #666;
    line-height: 28px;
  }

  .choose-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    transition: 0.35s;
    height: 100%;
  }

  .choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(63, 174, 77, 0.18);
  }

  .choose-icon {
    width: 65px;
    height: 65px;
    margin: auto;
    border-radius: 50%;
    background: #e8f5e9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3fae4d;
    font-size: 10px;
    margin-bottom: 10px;
  }
  .choose-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
  }

  .choose-card p {
    color: #666;
    line-height: 28px;
    margin: 0;
  }
  /* =============================== how it works ======================= */
  .work-section {
    width: 100%;
    padding: 90px 0;
    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 75, 140, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(63, 174, 77, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
  }

  .work-subtitle {
    color: #3fae4d;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .work-title {
    font-size: 42px;
    font-weight: 700;
    color: #222;
  }

  .work-title span {
    color: #3fae4d;
  }

  .work-desc {
    max-width: 650px;
    margin: auto;
    color: #666;
    line-height: 28px;
  }

  .step-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    height: 100%;
    transition: 0.35s;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  }

  .step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(63, 174, 77, 0.15);
  }

  .step-number {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #ec4b8c;
  }

  .step-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: #e8f5e9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3fae4d;
    font-size: 34px;
    margin-bottom: 20px;
  }

  .step-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
  }

  .step-card p {
    color: #666;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
  }
  /* ======================= Driver CTA Section ======================== */
  .driver-section {
    padding: 90px 0;

    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 75, 140, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(63, 174, 77, 0.12),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
  }

  /* Main Box */

  .driver-box {
    background: linear-gradient(135deg, #3fae4d, #49ba58);

    border-radius: 30px;

    padding: 60px;

    overflow: hidden;

    position: relative;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  }

  /* Small decorative circles */

  .driver-box::before {
    content: "";

    position: absolute;

    width: 220px;

    height: 220px;

    background: rgba(255, 255, 255, 0.08);

    border-radius: 50%;

    top: -70px;

    left: -70px;
  }

  .driver-box::after {
    content: "";

    position: absolute;

    width: 260px;

    height: 260px;

    background: rgba(255, 255, 255, 0.06);

    border-radius: 50%;

    right: -100px;

    bottom: -100px;
  }

  /* Content */

  .driver-content {
    position: relative;

    z-index: 2;
  }

  .driver-tag {
    display: inline-block;

    background: #ffffff;

    color: #3fae4d;

    padding: 8px 18px;

    border-radius: 30px;

    font-weight: 600;

    margin-bottom: 20px;
  }

  .driver-content h2 {
    color: #fff;

    font-size: 46px;

    font-weight: 700;

    line-height: 1.3;

    margin-bottom: 20px;
  }

  .driver-content h2 span {
    color: #ffe7f1;
  }

  .driver-content p {
    color: #f8f8f8;

    line-height: 30px;

    margin-bottom: 25px;
  }

  /* List */

  .driver-list {
    list-style: none;

    padding: 0;

    margin-bottom: 35px;
  }

  .driver-list li {
    color: #fff;

    margin-bottom: 15px;

    font-size: 17px;
  }

  .driver-list i {
    color: #ffd4e7;

    margin-right: 10px;
  }

  /* Button */

  .driver-btn {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    text-decoration: none;

    background: #ffffff;

    color: #3fae4d;

    padding: 15px 30px;

    border-radius: 12px;

    font-weight: 600;

    transition: 0.35s;
  }

  .driver-btn:hover {
    background: #ec4b8c;

    color: #fff;
  }

  /* Image */

  .driver-image {
    text-align: center;

    position: relative;

    z-index: 2;
  }

  .driver-image img {
    width: 100%;

    max-width: 420px;
  }
  /* =================================== testimonial section ====================  */
  .review-section {
    padding: 90px 0;

    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 75, 140, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(63, 174, 77, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
  }

  /* Heading */

  .review-subtitle {
    color: #3fae4d;

    font-weight: 600;

    letter-spacing: 1px;
  }

  .review-title {
    font-size: 42px;

    font-weight: 700;

    color: #222;
  }

  .review-title span {
    color: #3fae4d;
  }

  .review-desc {
    max-width: 650px;

    margin: auto;

    color: #666;

    line-height: 28px;
  }

  /* Card */

  .review-card {
    background: #fff;

    border-radius: 20px;

    padding: 30px;

    height: 100%;

    transition: 0.35s;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);

    position: relative;
  }

  .review-card:hover {
    transform: translateY(-10px);

    box-shadow: 0 18px 45px rgba(63, 174, 77, 0.15);
  }

  /* Stars */

  .review-stars {
    /* color: #ec4b8c; */
    color: #49ba58;

    font-size: 18px;

    margin-bottom: 18px;
  }

  /* Review */

  .review-text {
    color: #555;

    line-height: 28px;

    margin-bottom: 25px;

    font-style: italic;
  }

  /* User */

  .review-user {
    display: flex;

    align-items: center;

    gap: 15px;
  }

  .review-user img {
    width: 60px;

    height: 60px;

    border-radius: 50%;

    object-fit: cover;

    border: 3px solid #3fae4d;
  }

  .review-user h5 {
    margin: 0;

    font-size: 18px;

    color: #222;
  }

  .review-user span {
    color: #777;

    font-size: 14px;
  }
  /* ============================================= START FAQ  ============================= */
  .faq-section {
    padding: 90px 0;

    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 75, 140, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(63, 174, 77, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
  }

  /* Heading */

  .faq-subtitle {
    color: #3fae4d;

    font-weight: 600;

    letter-spacing: 1px;
    /* background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 75, 140, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(63, 174, 77, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9); */
  }

  .faq-title {
    font-size: 42px;

    font-weight: 700;

    color: #222;
  }

  .faq-title span {
    color: #3fae4d;
  }

  .faq-desc {
    max-width: 700px;

    margin: auto;

    color: #666;

    line-height: 28px;
  }

  /* Accordion */

  .custom-faq .accordion-item {
    border: none;

    margin-bottom: 20px;

    border-radius: 18px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  }

  .custom-faq .accordion-button {
    background: #fff;

    color: #222;

    font-size: 18px;

    font-weight: 600;

    padding: 22px 25px;

    box-shadow: none;
  }

  .custom-faq .accordion-button:not(.collapsed) {
    background: #3fae4d;

    color: #fff;
  }

  .custom-faq .accordion-button::after {
    filter: brightness(0);
  }

  .custom-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
  }

  .custom-faq .accordion-body {
    background: #fff;

    color: #666;

    line-height: 28px;

    padding: 25px;
  }

  .custom-faq .accordion-item:hover {
    transform: translateY(-3px);

    transition: 0.3s;
  }
  /* ============================================= END FAQ ================================= */
  .contact-section {
    padding: 90px 0;

    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 75, 140, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(63, 174, 77, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
  }

  /* Heading */

  .contact-subtitle {
    color: #3fae4d;

    font-weight: 600;

    letter-spacing: 1px;
  }

  .contact-title {
    font-size: 42px;

    font-weight: 700;

    color: #222;
  }

  .contact-title span {
    color: #3fae4d;
  }

  .contact-desc {
    color: #666;

    max-width: 650px;

    margin: auto;

    line-height: 28px;
  }

  /* Left Card */

  .contact-card {
    background: #fff;

    padding: 35px;

    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);

    height: 100%;
  }

  .contact-card h3 {
    margin-bottom: 30px;

    color: #222;
  }

  /* Contact Item */

  .contact-item {
    display: flex;

    gap: 18px;

    margin-bottom: 28px;

    align-items: flex-start;
  }

  .contact-icon {
    width: 60px;

    height: 60px;

    border-radius: 50%;

    background: #3fae4d;

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 22px;

    flex-shrink: 0;
  }

  .contact-item h5 {
    margin-bottom: 5px;
  }

  .contact-item p {
    margin: 0;

    color: #666;
  }

  /* Social */

  .social-links {
    display: flex;

    gap: 15px;
  }

  .social-links a {
    width: 45px;

    height: 45px;

    background: #3fae4d;

    color: #fff;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    text-decoration: none;

    transition: 0.3s;
  }

  .social-links a:hover {
    background: #ec4b8c;

    transform: translateY(-4px);
  }

  /* Map */

  .map-card {
    height: 100%;

    overflow: hidden;

    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  }

  .map-card iframe {
    width: 100%;

    height: 100%;

    min-height: 500px;

    border: 0;
  }
  /* ============================ footer section =====================*/
  .footer-section {
    padding: 70px 0 20px;

    background: #1f3a24;

    color: #ffffff;
  }

  .footer-logo {
    width: 180px;

    margin-bottom: 20px;
  }

  .footer-about {
    color: #d6e8d8;

    line-height: 28px;
  }

  /* Heading */

  .footer-section h4 {
    color: #ffffff;

    margin-bottom: 25px;

    position: relative;

    font-size: 22px;
  }

  .footer-section h4::after {
    content: "";

    position: absolute;

    left: 0;

    bottom: -8px;

    width: 50px;

    height: 3px;

    background: #ec4b8c;

    border-radius: 5px;
  }

  /* Links */

  .footer-section ul {
    list-style: none;

    padding: 0;

    margin: 0;
  }

  .footer-section ul li {
    margin-bottom: 14px;
  }

  .footer-section ul li a {
    color: #d6e8d8;

    text-decoration: none;

    transition: 0.3s;
  }

  .footer-section ul li a:hover {
    color: #3fae4d;

    padding-left: 8px;
  }

  /* Contact */

  .footer-contact li {
    display: flex;

    gap: 12px;

    align-items: flex-start;

    color: #d6e8d8;
  }

  .footer-contact i {
    color: #3fae4d;

    margin-top: 4px;
  }

  /* Social */

  .footer-social {
    margin-top: 25px;

    display: flex;

    gap: 15px;
  }

  .footer-social a {
    width: 45px;

    height: 45px;

    border-radius: 50%;

    background: #3fae4d;

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    text-decoration: none;

    transition: 0.3s;
  }

  .footer-social a:hover {
    background: #ec4b8c;

    transform: translateY(-5px);
  }

  /* Divider */

  .footer-section hr {
    margin: 45px 0 25px;

    border-color: rgba(255, 255, 255, 0.15);
  }

  /* Bottom */

  .footer-bottom {
    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    gap: 15px;
  }

  .footer-bottom p {
    margin: 0;

    color: #d6e8d8;
  }

  .footer-bottom a {
    color: #d6e8d8;

    text-decoration: none;

    transition: 0.3s;
  }

  .footer-bottom a:hover {
    color: #3fae4d;
  }
  /* ================================== About page =================== */
  .about-hero {
    width: 100%;
    height: 82vh;
    background-image: url("/img/hero-sec-img-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
  }
  .about-content-1 {
    margin-top: 30px;
  }
  .about-content-1 p {
    margin-top: 30px;
    font-size: 18px;
  }
  .about-cta,
  .about-us,
  .why-us,
  .mission {
    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 75, 140, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(63, 174, 77, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);

    padding: 80px 0;
  }

  .about-hero span {
    color: #3fae4d;
  }

  .choose-card,
  .mission-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
  }

  .choose-card:hover,
  .mission-card:hover {
    transform: translateY(-8px);
  }

  .choose-card i {
    font-size: 45px;

    color: #3fae4d;

    margin-bottom: 20px;
  }
  /* ================================== Logo section ======================== */
  .profile-btn {
    display: flex;
    align-items: center;
    gap: 10px;

    text-decoration: none;
  }

  .profile-icon {
    width: 48px;
    height: 48px;
    border: 2px solid #4caf50;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .profile-icon i {
    color: #4caf50;
    font-size: 20px;
  }

  .arrow {
    color: #666;
    font-size: 14px;
    transition: 0.5s;
  }
  .profile-btn.show .arrow {
    transform: rotate(180deg);
  }
  /* =========================================== login -register sectoin =========== */
  .register {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(57, 111, 35), rgb(245, 104, 154));
  }
  .register-box {
    width: 70%;
    height: 90vh;
    background-color: #e8f5e9;
    border-radius: 20px;
  }
  .register-left-sec {
    width: 100%;
    height: 90vh;
    background: linear-gradient(135deg, rgb(57, 111, 35), rgb(245, 104, 154));
    color: aliceblue;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    /* border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; */
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  }
  .register-left-sec img {
    margin-top: -10rem;
  }
  .register-left-sec button {
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 10px 30px;
    border: 2px solid #d6e8d8;
    color: #d6e8d8;
    font-size: 16px;
    font-weight: 500;
  }
  .register-right-sec {
    width: 100%;
    height: 90vh;
    background-color: #e8f5e9;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .register-input-box {
    width: 80%;
    position: relative;
    display: flex;
    background: rgba(51, 51, 51, 0.251);
    border-radius: 8px;
  }
  .register-input-box input {
    background: none;
    border: none;
    padding: 10px 20px;
  }
  .register-input-box i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
  }
  .register-input-box input:focus {
    outline: none;
    border: none;
  }
  .register-input-box button {
    transition: transform 0.3s ease;
  }

  .register-input-box button:hover {
    transform: translateY(-5px);
  }
  .register-btn {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    background-color: blueviolet;
    color: aliceblue;
  }
  .login-section {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(57, 111, 35), rgb(245, 104, 154));
  }
  .login-sec-box {
    width: 70%;
    height: 90vh;
    background-color: #e8f5e9;
    border-radius: 20px;
  }
  .login-sec-right {
    width: 100%;
    height: 90vh;
    background: linear-gradient(135deg, rgb(57, 111, 35), rgb(245, 104, 154));
    color: aliceblue;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    /* border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; */
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  }
  .login-sec-left {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .login-sec-right button {
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 10px 30px;
    border: 2px solid #d6e8d8;
    color: #d6e8d8;
    font-size: 16px;
    font-weight: 500;
  }
  .login-input-box {
    width: 80%;
    position: relative;
    display: flex;
    background: rgba(51, 51, 51, 0.251);
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  }
  .login-input-box input {
    background: none;
    border: none;
    padding: 10px 20px;
  }
  .login-input-box i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
  }
  .login-input-box input:focus {
    outline: none;
    border: none;
  }
  .login-input-box button {
    transition: transform 0.3s ease;
  }

  .login-input-box button:hover {
    transform: translateY(-5px);
  }
  .get-otp-btn {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    background-color: blueviolet;
    color: aliceblue;
  }
  /* ====================== OTP ===================== */
  .otp {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* background: linear-gradient(90deg, #e2e2e2, #c9d6ff); */
    background: linear-gradient(135deg, rgb(57, 111, 35), rgb(245, 104, 154));
  }
  .otp-form {
    width: 70vw;
    height: 80vh;
  }
  .otp-input-fields {
    width: 100%;
    height: 80vh;
    display: flex;
    padding: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    background-color: #fff;
    color: black;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    text-wrap: inherit;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
  .otp-right-con {
    width: 100%;
    height: 80vh;
    padding: 2rem;
    background-color: linear-gradient(
      135deg,
      rgb(57, 111, 35),
      rgb(245, 104, 154)
    );
    color: white;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 3rem;
    border-top-left-radius: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .otp-container {
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .otp-container input {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    outline: none;
    transition: 0.3s;
  }

  .otp-container input:focus {
    border-color: #8eb731;
    box-shadow: 0 0 10px rgba(142, 183, 49, 0.3);
  }
  .otp-right-icons {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 2px solid black;
    font-size: 3rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .otp-submit-btn {
    width: 10rem;
    height: 3rem;
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: blueviolet;
    color: white;
  }
  /* ================================== search-bar-section open ============================ */
  .booking-section {
    padding: 100px 0;

    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 75, 140, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(63, 174, 77, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
  }

  .booking-card {
    background: white;

    padding: 35px;

    border-radius: 25px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  }

  .booking-card h2 {
    font-weight: 700;

    margin-bottom: 12px;
  }

  .booking-card p {
    color: #666;
  }

  /* Location */

  .location-box {
    margin-top: 25px;
  }

  .input-box {
    height: 58px;

    display: flex;

    align-items: center;

    gap: 15px;

    background: #f8faf8;

    border-radius: 15px;

    padding: 0 18px;
  }

  .input-box i {
    color: #3fae4d;

    font-size: 18px;
  }

  .input-box input {
    width: 100%;

    border: none;

    outline: none;

    background: none;
  }

  .route-line {
    width: 2px;

    height: 25px;

    background: #d9d9d9;

    margin: 8px auto;
  }

  .ride-card {
    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 15px 18px;

    background: #fff;

    border-radius: 15px;

    margin-bottom: 15px;

    border: 1px solid #ececec;

    transition: 0.3s;
  }

  .ride-card:hover {
    transform: translateY(-3px);

    border-color: #3fae4d;

    box-shadow: 0 10px 25px rgba(63, 174, 77, 0.12);
  }

  .ride-card div {
    display: flex;

    gap: 12px;

    align-items: center;

    font-weight: 600;
  }

  .ride-card i {
    color: #3fae4d;

    font-size: 20px;
  }

  .ride-card span {
    color: #ec4b8c;

    font-weight: 700;
  }

  .book-btn {
    width: 100%;

    height: 55px;

    border: none;

    border-radius: 15px;

    margin-top: 20px;

    background: #3fae4d;

    color: white;

    font-weight: 600;

    transition: 0.3s;
  }

  .book-btn:hover {
    background: #2f8b3a;

    transform: translateY(-2px);
  }

  .booking-card {
    height: auto;
  }

  .map-box {
    height: auto;
  }

  .map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }
  /* ============================== search-bar-section close ============================== */
  /* ============================== User Profile section open ============================= */
  .userProfile {
    padding: 10px 0;

    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 75, 140, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(63, 174, 77, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
  }
  .user-image-logo {
    width: 44px;
    height: 44px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }
  .userLogo {
    background: #4caf50;
    color: white;
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 20px;
  }
  .userLogo ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    margin-left: -20px;
  }
  .userLogo ul li {
    width: 100%;
    all: unset;
    font-size: 18px;
    font-weight: 500;
  }
  .userLogo ul li i {
    padding-right: 10px;
  }
  .userLogo ul a {
    all: unset;
    width: 100%;
    height: 52px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
  }
  .userLogo ul a:hover {
    background: #4ee153;
  }
  .stat-card {
    background: white;
    border-radius: 20px;
    padding: 20px 40px;
    text-align: center;
    /* box-shadow: var(--shadow); */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }

  .stat-card:hover {
    transform: translateY(-8px);
  }

  .stat-card i {
    font-size: 30px;

    color: var(--primary);

    margin-bottom: 10px;
  }

  .stat-card h3 {
    font-weight: 700;

    margin-bottom: 5px;
  }

  .stat-card p {
    color: #666;
  }

  /* ====================== userProfile section close ======================= */
  /* ========================= Driver-registration-form start here ================= */
  .registration-container {
    display: flex;
    min-height: 100vh;
    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 75, 140, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(63, 174, 77, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
  }
  .sidebar {
    width: 300px;

    background: #4caf50;
    color: white;

    padding: 40px 30px;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    border-right: 1px solid #263043;
  }

  .logo h2 {
    font-size: 28px;

    color: aliceblue;
  }

  .logo p {
    margin-top: 10px;

    color: aliceblue;

    font-size: 14px;
  }

  .steps {
    list-style: none;

    margin-top: 60px;
  }

  .step {
    display: flex;

    align-items: center;

    margin-bottom: 30px;

    color: #64748b;

    font-size: 17px;

    transition: 0.3s;
  }

  .circle {
    width: 40px;

    height: 40px;

    border-radius: 50%;

    border: 2px solid #475569;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-right: 15px;

    font-weight: 600;
  }

  .step.active {
    color: white;
  }

  .step.active .circle {
    background: #2563eb;

    border: none;
  }
  .main-content {
    flex: 1;

    padding: 40px;
  }
  .header {
    display: flex;

    justify-content: space-between;

    align-items: center;
  }

  .header h2 {
    color: #4caf50;
    font-size: 30px;
  }

  .header p {
    color: #94a3b8;

    margin-top: 6px;
  }

  .step-count {
    background: #4caf50;
    color: white;
    padding: 12px 18px;

    border-radius: 12px;
  }
  .progress-wrapper {
    margin-top: 30px;
  }

  .progress-bar {
    width: 100%;

    height: auto;

    background: #1e293b;

    border-radius: 20px;

    overflow: hidden;
  }
  /* .progress-bar ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  } */
  .progress-bar ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .progress-bar li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .progress-bar li div {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: white;
    border: 3px solid #222;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .progress-bar ul li p {
    width: 110px;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
  }
  .completed {
    color: #22c55e !important;
    border-color: #22c55e !important;
    /* color: #fff; */
  }
  .active {
    color: #2563eb !important;
    border-color: #2563eb !important;
    background-color: #2563eb !important;
    color: white !important;
    /* color: #fff; */
  }
  .pending {
    /* background: #e5e7eb; */
    color: #64748b !important;
    border-color: #64748b !important;
  }
  .tracker-line {
    position: absolute;
    top: 52px;
    left: 8%;
    right: 8%;
    height: 4px;
    background: #d1d5db;
    z-index: 1;
  }
  /* =================================== Vehicle detail form section ============= */
  .input-group {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 4;
  }
  .input-group input {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .progress-fill {
    width: 20%;

    height: 100%;

    background: #3b82f6;

    border-radius: 20px;

    transition: 0.4s;
  }
  .form-card {
    margin-top: 40px;
    border-radius: 18px;
    min-height: 500px;
    padding: 50px;
    border: 1px solid #263043;
  }

  .placeholder {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .placeholder i {
    font-size: 70px;
    color: #3b82f6;
  }
  .placeholder h2 {
    margin-top: 20px;
  }
  .placeholder p {
    color: #94a3b8;
    margin-top: 15px;
  }
  .placeholder-1 form h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 35px;
  }
  .placeholder-1 form {
    width: 100%;
  }
  .input-row {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
  }
  .input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .input-group label {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
  }
  .input-group input,
  .input-group select {
    width: 100%;
    height: 55px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: rgba(51, 51, 51, 0.08);
    color: var(--text);
    font-size: 15px;
    outline: none;
    transition: 0.3s;
  }
  .input-group input:focus,
  .input-group select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
  }
  .upload-card {
    margin-top: 25px;
    background: var(--input);
    border: 2px dashed var(--border);
    border-radius: 18px;
    margin-left: 10px;
    padding: 35px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
  .upload-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
  }
  .upload-card i {
    font-size: 45px;
    color: var(--primary);
    margin-bottom: 18px;
  }
  .upload-card h4 {
    color: var(--text);
    margin-bottom: 10px;
    font-size: 20px;
  }
  .upload-card p {
    color: var(--text-light);
    margin-bottom: 20px;
    font-size: 14px;
  }
  .upload-card input {
    color: var(--text);
    cursor: pointer;
  }
  .upload-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 15px;
  }
  .upload-vehicle-img {
    display: flex;
  }
  .skip-btn {
    background-color: #3fae4d;
    color: aliceblue;
    border: none;
    border-radius: 10px;
    padding: 3px 20px;
    cursor: pointer;
    margin-top: 20px;
  }
  .skip-btn:hover {
    background-color: #22c55e;
  }
  .skip-btn:active {
    transform: scale(0.95);
  }
  .placeholder-1 {
    display: block;
  }
  .placeholder-2 {
    display: none;
  }
  .placeholder-3 {
    display: none;
  }
  .placeholder-4 {
    display: none;
  }
  .placeholder-5 {
    display: none;
  }
  .rider-update-sec {
    width: 100%;
    height: 400px;
  }
  .rider-update-sec iframe {
    width: 100%;
    height: 400px;
    border: 0;
  }
  /* ========================== ===== vehicle detail form section end here ============ */
  /* =======================Riders Profile section start here===================== */
  .profile-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .profile-card div {
    width: 50px;
    height: 50px;
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 24px;
  }
  .profile-card h4 {
    margin-top: 15px;
    font-weight: 700;
    color: var(--text);
  }
  .profile-card p {
    color: var(--text-light);
    font-size: 14px;
  }
  .profile-card .badge {
    background: gold;
    padding: 8px 18px;
    border-radius: 30px;
  }
  .menu {
    list-style: none;
    padding: 0;
  }
  .menu li {
    height: 55px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 18px;
    margin-bottom: 12px;
    border-radius: 14px;
    cursor: pointer;
    transition: 0.3s;
    color: white;
    font-weight: 500;
  }
  .menu li i {
    width: 22px;
    text-align: center;
    font-size: 18px;
  }
  .menu li:hover {
    background: #e8f5e9;
    color: var(--primary);
    transform: translateX(6px);
  }
  .menu .active {
    background: var(--primary);
    color: white;
  }
  .logout {
    color: #ec407a;
  }
  .logout:hover {
    background: #ffe6ef !important;
    color: #ec407a !important;
  }
  .main-content {
    padding: 40px;
  }
  .menu a {
    text-decoration: none;
  }
  .Table-head {
    background-color: #22c55e !important;
    color: white;
  }
  /* ======================= Riders Profile section end here =====================*/
  /* ======================== riders wallet section start here ================== */
  .wallet-section {
    width: 100%;
    padding: 30px 0;
    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 75, 140, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(63, 174, 77, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
  }
  .wallet-header {
    display: flex;

    justify-content: space-between;

    align-items: center;
    margin: 4px;
  }

  .wallet-header h2 {
    font-size: 34px;

    font-weight: 700;

    color: #111827;
  }
  .wallet-header p {
    color: #64748b;
    margin-top: 6px;
  }

  .wallet-balance {
    text-align: right;
  }
  .wallet-balance span {
    color: #64748b;
    font-size: 15px;
  }

  .wallet-balance h3 {
    color: #2563eb;
    font-size: 34px;
    font-weight: 700;
  }
  .wallet-card {
    background: #fff;
    border-radius: 18px;
    padding: 5px 20px;
    height: 100%;
    transition: 0.35s;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  }
  .wallet-card:hover {
    transform: translateY(-6px);
  }
  .wallet-card i {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    margin-bottom: 20px;
  }
  .primary-card {
    background: #2563eb;
    color: #fff;
  }
  .primary-card i {
    background: rgba(255, 255, 255, 0.15);
  }
  .primary-card small {
    opacity: 0.8;
  }
  .today-card i {
    background: #dbeafe;
    color: #2563eb;
  }
  .today-card h3 {
    color: #2563eb;
  }
  .week-card i {
    background: #fef3c7;
    color: #f59e0b;
  }
  .week-card h3 {
    color: #f59e0b;
  }
  .month-card i {
    background: #ede9fe;
    color: #8b5cf6;
  }
  .month-card h3 {
    color: #8b5cf6;
  }
  .wallet-card h5 {
    margin-bottom: 10px;
    font-weight: 600;
  }
  .wallet-card h6 {
    margin-bottom: 12px;
    color: #64748b;
    font-size: 16px;
  }
  .wallet-card h2 {
    font-size: 36px;
    font-weight: 700;
  }
  .wallet-card h3 {
    font-size: 30px;
    font-weight: 700;
  }
  .action-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .action-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    transition: 0.35s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  }
  .action-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  }
  .action-card h5 {
    margin-bottom: 5px;
    font-weight: 600;
  }
  .action-card p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
  }
  .icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
  }
  .withdraw {
    background: #dcfce7;
    color: #16a34a;
  }
  .bank {
    background: #dbeafe;
    color: #2563eb;
  }
  .statement {
    background: #fef3c7;
    color: #f59e0b;
  }
  .payout {
    background: #ede9fe;
    color: #8b5cf6;
  }
  .transaction-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
  }
  .table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .table-header h4 {
    margin: 0;
    font-weight: 600;
  }
  .table thead {
    background: #f1f5f9;
  }
  .table thead th {
    color: #475569;
    font-weight: 600;
  }
  .table tbody tr {
    transition: 0.3s;
  }
  .table tbody tr:hover {
    background: #f8fafc;
  }
  .vehicle-information-1 {
    width: 100%;
    height: auto;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }

  /* ============================== user Registration form ===================== */
  .register-section {
    padding: 20px 0;

    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 64, 122, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(76, 175, 80, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);

    min-height: 100vh;

    display: flex;
    align-items: center;
  }

  .register-card {
    background: rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(10px);

    border-radius: 24px;

    padding: 50px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  }

  .register-content {
    padding-right: 35px;
  }

  .register-tag {
    background: #e8f5e9;

    color: var(--primary);

    padding: 8px 18px;

    border-radius: 30px;

    display: inline-block;

    font-weight: 600;

    margin-bottom: 20px;
  }

  .register-content h2 {
    font-weight: 700;

    color: var(--text);
  }

  .register-content p {
    color: #666;

    margin: 20px 0 35px;

    line-height: 1.8;
  }

  label {
    font-weight: 600;

    margin-bottom: 8px;

    color: var(--text);
  }

  .form-control {
    height: 56px;

    border-radius: 14px;

    border: 1px solid #dcdcdc;

    padding-left: 18px;
  }

  .form-control:focus {
    border-color: var(--primary);

    box-shadow: 0 0 0 0.15rem rgba(63, 174, 77, 0.15);
  }

  .upload-box {
    border: 2px dashed #cfd8dc;

    border-radius: 18px;

    padding: 35px;

    text-align: center;

    background: #fafdfa;

    transition: 0.3s;
  }

  .upload-box:hover {
    border-color: var(--primary);
  }

  .upload-box i {
    font-size: 42px;

    color: var(--primary);

    margin-bottom: 15px;
  }

  .upload-box h6 {
    font-weight: 600;
  }

  .upload-box p {
    color: #777;

    margin-bottom: 15px;
  }

  .upload-box input {
    border: none;

    background: none;
  }

  .register-btn {
    width: 100%;

    height: 58px;

    border: none;

    border-radius: 14px;

    background: var(--primary);

    color: #fff;

    font-weight: 600;

    transition: 0.3s;
  }

  .register-btn:hover {
    background: var(--primary-dark);

    transform: translateY(-2px);
  }

  .register-btn i {
    margin-left: 10px;
  }
  /* ================================== toggle btn ============== */
  .driver-status {
    display: flex;
    align-items: center;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider123 {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: #dc3545;
    transition: 0.4s;
  }

  .slider123:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background: white;
    transition: 0.4s;
  }

  input:checked + .slider123 {
    background: #28a745;
  }

  input:checked + .slider123:before {
    transform: translateX(30px);
  }

  .slider123.round {
    border-radius: 34px;
  }

  .slider123.round:before {
    border-radius: 50%;
  }
  /*============================ ride booking cards============================= */
  .ride-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 14px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
  }

  .ride-card:hover {
    border-color: #b8e0c2;
  }

  .ride-card.selected {
    border-color: #2d8d39;
    background-color: #eafaf0;
  }

  .ride-card-left {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .ride-card-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333;
  }

  .ride-card-info h6 {
    margin: 0 0 4px 0;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .ride-card-capacity {
    background: #f0f0f0;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .ride-card-info p {
    margin: 0;
    font-size: 13px;
    color: #777;
  }

  .ride-card-fare {
    font-size: 18px;
    font-weight: 700;
  }

  .book-btn {
    width: 100%;
    padding: 14px;
    background-color: #2d8d39;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    cursor: pointer;
  }

  .book-btn:disabled {
    background-color: #a5c9ab;
    cursor: not-allowed;
  }

  /* ======================== riders wallet section end here ==================== */
  /* ========================== pickup confirm pages ============================ */
  .service-sec {
    width: 100%;
    min-height: 100vh;
    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 64, 122, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(76, 175, 80, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
    display: flex;
    flex-direction: column;
  }

  /* ================= Map ================= */

  .map-wrapper {
    position: relative;
    width: 100%;
    height: 58vh;
    min-height: 320px;
  }

  #map {
    width: 100%;
    height: 100%;
  }

  .center-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    font-size: 38px;
    color: var(--primary-dark);
    pointer-events: none;
    z-index: 5;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  }

  .back-btn,
  .recenter-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 6;
  }

  .back-btn {
    top: 20px;
    left: 16px;
    color: var(--text);
  }

  .recenter-btn {
    top: 20px;
    right: 16px;
    color: var(--primary-dark);
  }

  .recenter-btn:active {
    background: #eafaf0;
  }

  .distance-badge {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    background: #fff3cd;
    border: 1px solid #ffd97a;
    color: #b06d00;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }

  .distance-badge i {
    font-size: 18px;
  }

  /* ================= Bottom Sheet ================= */

  .bottom-sheet {
    background: #fff;
    border-radius: 24px 24px 0 0;
    padding: 12px 20px 24px;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.08);
    flex: 1;
    margin-top: 10px;
    height: 500px;
    z-index: 4;
    position: relative;
  }

  .sheet-handle {
    width: 40px;
    height: 5px;
    background: #ddd;
    border-radius: 10px;
    margin: 0 auto 18px;
  }

  .sheet-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 16px;
    color: var(--text);
  }

  .pickup-address-box {
    border: 2px solid var(--primary);
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 20px;
    background: #fafffa;
  }

  .pickup-address-box h5 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
  }

  .pickup-address-box p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
  }

  .confirm-btn {
    width: 100%;
    padding: 16px;
    background-color: var(--primary);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .confirm-btn:hover:not(:disabled) {
    background-color: var(--primary-dark);
  }

  .confirm-btn:disabled {
    background-color: #a9d6af;
    cursor: not-allowed;
  }
  /* ================================= rating page animations =============================== */
  .rating-section {
    height: 100vh;

    display: flex;

    justify-content: center;

    align-items: center;

    background:
      radial-gradient(
        circle at 15% 20%,

        rgba(236, 64, 122, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,

        rgba(76, 175, 80, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
  }

  /*================ Overlay =================*/

  .rating-overlay {
    position: fixed;
    inset: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    backdrop-filter: blur(10px);

    background: rgba(0, 0, 0, 0.35);

    z-index: 99999;
  }

  .rating-popup {
    width: 380px;
    max-width: 95%;

    height: 65vh;

    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 64, 122, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(76, 175, 80, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);

    border-radius: 22px;

    padding: 25px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    position: relative;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  }

  .close-btn {
    position: absolute;
    right: 18px;
    top: 18px;

    background: none;
    border: none;

    font-size: 20px;

    cursor: pointer;
  }

  .driver-info {
    text-align: center;
  }

  .driver-info .user-logo-rating {
    width: 80px;
    height: 80px;
    font-size: 50px;
    color: brown;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 35%;
    border-radius: 50%;

    object-fit: cover;

    border: 4px solid var(--primary);

    margin-bottom: 40px;
  }

  .driver-info h3 {
    margin: 0;

    color: var(--text);
  }

  .driver-info p {
    margin-top: 5px;

    color: #666;
  }
  .rating-popup h4 {
    text-align: center;
    color: var(--text);
  }
  .stars {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 15px 0;
  }
  .stars i {
    font-size: 36px;
    color: #cfcfcf;
    cursor: pointer;
    transition: 0.25s;
  }
  .stars i.active {
    color: #ffc107;
    transform: scale(1.15);
  }
  textarea {
    width: 100%;
    height: 110px;
    resize: none;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 12px;
    outline: none;
  }
  textarea:focus {
    border-color: var(--primary);
  }
  .submit-rating {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: var(--primary);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
  }

  .submit-rating:hover {
    background: var(--primary-dark);
  }
  .footer-number-list {
    display: flex;
    flex-direction: column;
  }
  /* ====================================== suggestion box ============================== */
  /* Suggestion box */
  .pac-container {
    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 64, 122, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(76, 175, 80, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
    border: 1px solid #3fae4d !important;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    font-family: inherit;
  }

  /* Each suggestion */
  .pac-item {
    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 64, 122, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(76, 175, 80, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
    color: #333 !important;
    padding: 8px 15px;
    border-top: 1px solid #f0f0f0;
    cursor: pointer;
  }

  /* Hover effect */
  .pac-item:hover {
    background: #3fae4d !important;
    color: white !important;
  }

  /* Main matched text */
  .pac-item-query {
    color: #2d8d39 !important;
    font-size: 14px;
    font-weight: 600;
  }

  /* Powered by Google area */
  .pac-container:after {
    background-color: #ffffff;
  }
  /* =================================================== Driver home page offcanvas =========== */
  .userLogo123 {
    background: #4caf50;
    color: white;
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 20px;
  }
  .userLogo123 ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    margin-left: -20px;
  }
  .userLogo123 ul li {
    width: 100%;
    all: unset;
    font-size: 18px;
    font-weight: 500;
  }
  .userLogo123 ul li i {
    padding-right: 10px;
  }
  .userLogo123 ul a {
    all: unset;
    width: 100%;
    height: 52px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
  }
  .userLogo123 ul a:hover {
    background: #4ee153;
  }
  /* ======================================= highlight search bar =========================== */
  #bookRide123.attention {
    animation: wobble 0.9s ease;
    transform-origin: center;
  }

  @keyframes wobble {
    0% {
      transform: rotate(0deg) scale(1);
    }
    15% {
      transform: rotate(-2deg) scale(1.02);
    }
    30% {
      transform: rotate(2deg) scale(1.02);
    }
    45% {
      transform: rotate(-1.5deg) scale(1.01);
    }
    60% {
      transform: rotate(1.5deg) scale(1.01);
    }
    75% {
      transform: rotate(-0.8deg);
    }
    100% {
      transform: rotate(0deg) scale(1);
    }
  }
}
@media (max-width: 1920px) {
  .hero-secction {
    width: 100%;
    max-height: 55vh !important;
  }
  .hero-img {
    /* width: 100%; */
    max-height: 55vh;
    background-image: url("/img/hero-sec-img-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px !important;
  }
  .hero-sec-right {
    width: 100%;
    min-height: 55vh;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin-top: 40px;
  }
  /* hero section */
  .hero-secction {
    width: 100%;
    max-height: 55vh;
  }
  /* service section */
  .service-sec {
    width: 100%;
    min-height: 60vh;
    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 64, 122, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(76, 175, 80, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
    margin-top: 20px;
  }
  .about-hero {
    width: 100%;
    min-height: 70vh;

    background: url("/img/hero-sec-img-1.png");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1440px) {
  .hero-secction {
    width: 100%;
    max-height: 70vh !important;
  }
  .hero-img {
    /* width: 100%; */
    max-height: 70vh;
    background-image: url("/img/hero-sec-img-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 0px !important;
  }
  .hero-sec-right {
    width: 100%;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin-top: 20px;
  }
  /* hero section */
  .hero-secction {
    width: 100%;
    max-height: 70vh;
  }
  .hero-img {
    /* width: 100%; */
    max-height: 70vh;
    background-image: url("/img/hero-sec-img-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* service section */
  .service-sec {
    width: 100%;
    min-height: 100vh;
    background:
      radial-gradient(
        circle at 15% 20%,
        rgba(236, 64, 122, 0.08),
        transparent 18%
      ),
      radial-gradient(
        circle at 85% 80%,
        rgba(76, 175, 80, 0.1),
        transparent 20%
      ),
      linear-gradient(135deg, #ffffff, #f7fcf7, #e8f5e9);
    margin-top: 20px;
  }
  .about-hero {
    width: 100%;
    min-height: 60vh;

    background: url("/img/hero-sec-img-1.png");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-sec-right {
    margin-top: 30px;
  }
  .searchVehicle {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .hero-img {
    /* width: 100%; */
    max-height: 80vh;
    background-image: url("/img/hero-sec-img-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .hero-sec-right {
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin-top: 20px;
  }
  .otp-container input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    outline: none;
    transition: 0.3s;
  }
}

@media (max-width: 991px) {
  .hero-sec-12 {
    padding: 20px;
  }

  .stat-item {
    justify-content: center;
  }

  .hero-sec-1a,
  .hero-sec-1b {
    width: 55px;
    height: 55px;
  }
  .review-title {
    font-size: 34px;
  }
  .faq-title {
    font-size: 34px;
  }
  .userLogo {
    display: none;
  }
  .user-image-logo {
    width: 44px;
    height: 44px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }
  .userLogo-1 {
    background: #4caf50;
    color: white;
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 20px;
  }
  .userLogo-1 ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    margin-left: -20px;
  }
  .userLogo-1 ul li {
    width: 100%;
    all: unset;
    font-size: 18px;
    font-weight: 500;
  }
  .userLogo-1 ul li i {
    padding-right: 10px;
  }
  .userLogo-1 ul a {
    all: unset;
    width: 100%;
    height: 52px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
  }
  .userLogo-1 ul a:hover {
    background: #4ee153;
  }
  .dashboard-123 {
    display: none;
  }
  .upload-vehicle-img {
    display: flex !important;
  }
  .driver-regist-sidebar {
    display: none;
  }
  #liveMap {
    height: 600px;
  }
  .riderHistorysidebar {
    display: none !important;
  }
  .riderProfilesidebar {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .user-sidebar-striky {
    position: fixed;
    top: 0;
    left: 0;
    width: 25%;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
    background: #fff;
  }
  .user-sidebar-right {
    margin-left: 25%;
  }
  .driverHomesidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 25%;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
    background: #fff;
  }
  .driverHomerightside {
    margin-left: 25%;
  }
  .riderHistorysidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 25%;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
  }
  .riderHistoryrightside {
    margin-left: 25%;
  }
  .riderProfilesidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 25%;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
  }
  .riderProfileright {
    margin-left: 25%;
  }
  /* .booking-card-123 {
    position: fixed;
    top: 20%;
    left: 0;
    width: 25%;
    height: 100vh;
    overflow-y: auto;
    z-index: 1000;
    background: #fff;
  }
  .map-box-123 {
    margin-left: 40%;
  } */
}
/* ============================= 768 =============== */
@media (max-width: 768px) {
  .top-bar-1 {
    display: none;
  }
  .hero-sec-right {
    display: none;
  }
  .servise-card {
    width: 100%;
    min-height: 10rem;
    background: linear-gradient(135deg, #ffffff, #f2fbf4, #e8f5e9);
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
    padding: 20px;
  }
  .servise-card:hover {
    margin-top: -10px;
  }
  .service-row {
    position: relative;
    background-color: #ec4b8b9c;
    max-width: 10px;
    height: 2px;
  }
  .service-img {
    margin-top: 10px;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service-img-i {
    margin-top: 20px;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ec4b8b;
    font-size: 62px;
  }
  .section-title {
    font-size: 30px;
  }
  .choose-card {
    padding: 28px 20px;
  }
  .driver-box {
    padding: 35px 25px;
  }
  .driver-content h2 {
    font-size: 30px;
  }
  .driver-content p {
    font-size: 15px;
  }
  .driver-btn {
    width: 100%;
    justify-content: center;
  }
  .driver-image img {
    max-width: 300px;
  }
  .review-section {
    padding: 70px 0;
  }

  .review-title {
    font-size: 30px;
  }

  .review-card {
    padding: 25px;
  }
  /* =========================== OTP ====================== */
  .otp-container input {
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    outline: none;
    transition: 0.3s;
  }
  .input-row {
    flex-direction: column;
  }
  .upload-wrapper {
    grid-template-columns: 1fr;
  }
  /* ======================================== wallet section ======================== */
  .wallet-section {
    padding: 20px;
  }
  .wallet-header h2 {
    font-size: 28px;
  }
  .wallet-balance h3 {
    font-size: 28px;
  }
  .wallet-card {
    padding: 25px;
  }
  .wallet-card h2 {
    font-size: 30px;
  }
  .wallet-card h3 {
    font-size: 26px;
  }
  .wallet-card i {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .userLogo {
    display: none;
  }
  .user-image-logo {
    width: 44px;
    height: 44px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }
  .userLogo-1 {
    background: #4caf50;
    color: white;
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 20px;
  }
  .userLogo-1 ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    margin-left: -20px;
  }
  .userLogo-1 ul li {
    width: 100%;
    all: unset;
    font-size: 18px;
    font-weight: 500;
  }
  .userLogo-1 ul li i {
    padding-right: 10px;
  }
  .userLogo-1 ul a {
    all: unset;
    width: 100%;
    height: 52px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
  }
  .userLogo-1 ul a:hover {
    background: #4ee153;
  }
  .dashboard-123 {
    display: none;
  }
  .driver-regist-sidebar {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero-sec-12 {
    padding: 15px;
  }

  .stat-item {
    gap: 10px;
  }

  .hero-sec-1a,
  .hero-sec-1b {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .stat-text h5 {
    font-size: 18px;
  }

  .stat-text p {
    font-size: 14px;
  }
  .work-section {
    padding: 70px 0;
  }

  .work-title {
    font-size: 28px;
  }

  .work-desc {
    font-size: 15px;
  }

  .step-card {
    padding: 25px 18px;
  }

  .step-icon {
    width: 65px;
    height: 65px;
    font-size: 28px;
  }

  .step-number {
    font-size: 16px;
  }
  .review-title {
    font-size: 26px;
  }

  .review-user img {
    width: 50px;

    height: 50px;
  }

  .review-user h5 {
    font-size: 16px;
  }

  .review-text {
    font-size: 15px;
  }

  /* ===================================== CONTACT US SECTION =========================*/
  .contact-title {
    font-size: 26px;
  }

  .contact-item {
    gap: 12px;
  }

  .contact-icon {
    width: 50px;

    height: 50px;

    font-size: 18px;
  }

  .social-links {
    justify-content: center;
  }

  .map-card iframe {
    min-height: 300px;
  }
  /* ================================= FOOTER SECTION ======================= */
  .footer-section {
    text-align: center;
  }

  .footer-section h4::after {
    left: 50%;

    transform: translateX(-50%);
  }

  .footer-social {
    justify-content: center;
  }

  .footer-contact li {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;

    text-align: center;
  }
  .register-box {
    width: 100%;
    height: 90vh;
    background-color: #e8f5e9;
    /* border-radius: 20px; */
  }
  .register-left-sec {
    width: 100%;
    height: 40vh;
    background: linear-gradient(135deg, rgb(57, 111, 35), rgb(245, 104, 154));
    color: aliceblue;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  }
  .register-left-sec img {
    display: none;
  }
  .login-sec-box {
    width: 100%;
    height: 90vh;
    background-color: #e8f5e9;
    /* border-radius: 20px; */
  }
  .login-sec-left {
    width: 100%;
    height: 60vh;
    gap: 5px;
  }
  .login-sec-right img {
    display: none;
  }
  .login-sec-right {
    width: 100%;
    height: 40vh;
  }
  .upload-vehicle-img {
    display: flex;
    flex-direction: column;
  }
  .upload-card {
    width: 15rem;
  }
  .step-count {
    display: none;
  }
  .driver-regist-sidebar {
    display: none;
  }
  /* ===================================== FOOTER SECTION ============================ */
}
@media (max-width: 426px) {
  .otp-form {
    width: 100%;
  }
  .otp-right-con {
    width: 100%;
    height: 50vh;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 40px;
  }
  .otp-input-fields {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 40px;
  }
  .otp-container input {
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    outline: none;
    transition: 0.3s;
  }
  .ride-history-section {
    max-width: 425px;
    height: auto;
  }
  .sidebar {
    width: 100%;
    background: #4caf50;
    color: white;
    /* padding: 40px 30px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    border-right: 1px solid #263043;
  }
  .rating-popup {
    height: 400px;
  }
  .userLogo {
    display: none;
  }
  .footer-number-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 120px;
  }
  .upload-vehicle-img {
    display: flex;
    flex-direction: column;
  }
  .upload-card {
    width: 15rem;
  }
  .step-count {
    display: none;
  }
  .driver-regist-sidebar {
    display: none;
  }
}
@media (max-width: 375px) {
  .ride-history-section {
    max-width: 375px;
    height: auto;
  }
}
