@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: 70px;
  }

  /* NAV LINKS */

  .navbar-nav {
    gap: 38px;
  }

  .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: #222;
    position: relative;
  }

  .nav-link:hover {
    color: var(--primary);
  }

  .nav-link.active {
    color: var(--primary);
  }

  .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: var(--primary);
  }

  /* 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;
  }
  /* =========================== 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;
  }
  /* .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: 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;
  }
  /* =================================== 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: 75px;
    height: 75px;
    margin: auto;
    border-radius: 50%;
    background: #e8f5e9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3fae4d;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .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: 55px;
    height: 55px;
    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;
  }
}
@media (max-width: 1440px) {
  .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;
  }
  .hero-sec-right {
    width: 100%;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    padding: 5px;
    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;
  }
}
/* ============================= 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;
  }

  .choose-icon {
    width: 65px;
    height: 65px;
    font-size: 26px;
  }
  .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;
  }
}

@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;
  }
  /* ===================================== 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;
  }
}
@media (max-width: 375px) {
}
