    @import url('https://fonts.googleapis.com/css2?family=Ubuntu&family=Poppins&family=Inter&display=swap');


    h1, h2, h3, h4, h5, h5, p {
      margin: 0px;
      padding: 0px;
    }

    body {
      margin: 0px !important;
    }

    .all-mains {
      width: 90%;
      margin: 0px auto;
    }

    /*======== hero=========  */
    .content {
      background-image: url(../images/hero.png);
      background-repeat: no-repeat;
      background-size: cover;
      height: 60vh;
      display: flex;
      justify-content: center;
    }

    .content h2 {
      color: #FFFFFF;
      position: absolute;
      top: 30%;
      z-index: 0;
      font-family: "Ubuntu", sans-serif;
      font-weight: 700;
      font-size: 45px;
      width: 60%;
      text-align: center;
    }

    .content h2 span {
      color: #FF6224;
    }

    .content p {
      position: absolute;
      top: 40%;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 20px;
      color: #FFFFFF;
    }

    /* =============================== */
    .tab-section {
      width: 90%;
      background-color: #ffffff26;
      padding: 15px 20px;
      border-radius: 10px;
      margin: 0px auto;
      margin-top: -150px;
      margin-bottom: 50px;
    }

    .tab-container {
      display: flex;
      gap: 20px;
      padding: 0px 15px 15px 10px;
    }

    .tab {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 17px;
      cursor: pointer;
      position: relative;
      padding: 10px 0px 5px 0px;
      border-radius: 8px 8px 0 0;
      transition: 0.3s;
      color: #FFFFFF;
      text-decoration: none;
    }

    .tab.active {
      color: #13B9E1;
      box-shadow: 0 -3px 0 #13B9E1 inset;
    }

    .form-container {
      background-color: white;
      max-width: 100%;
      margin: auto;
      /* margin-top: -5px; */
      padding: 30px 30px 60px 30px;
      border-radius: 12px;
      box-shadow: 0px 3px 10px 0px #00000029;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-between;
      font-family: poppins, sans-serif;
      position: relative;
    }

    .return {
      position: absolute;
      top: 25px;
      font-family: "poppins", sans-serif;
      color: #2D2D2D;
    }

    .location {
      margin-top: 22px;
    }

    .form-groupA {
      flex: 1;
      position: relative;
      min-width: 220px;
    }

    .form-groupA img {
      width: 25px;
      height: 25px;
      position: absolute;
      top: 40px;
      left: 8px;
    }

    .form-groupA label {
      display: block;
      margin-bottom: 5px;
      color: #2D2D2D;
      font-size: 14px;
      font-family: "poppins", sans-serif;
    }

    .form-groupA input {
      width: 98%;
      padding: 12px 15px 12px 10px;
      padding-left: 36px;
      border-radius: 10px;
      border: 1px solid #D9E2FF;
      font-size: 15px;
      background-repeat: no-repeat;
      background-position: 10px center;
      outline: none;
    }

    .search-btn {
      background-color: #ff5a00;
      border: none;
      padding: 13px 30px;
      border-radius: 25px;
      color: white;
      font-weight: bold;
      font-size: 16px;
      cursor: pointer;
      margin: auto;
      display: block;
      transition: 0.3s;
      position: absolute;
      top: 84%;
      left: 41%;
    }

    .search-btn:hover {
      background-color: #e14b00;
    }

    .location {
      display: flex;
      gap: 10px;
      border: 1px solid #D9E2FF;
      border-radius: 10px;
      padding: 6px 10px;
      width: 38%;
    }

    .location input {
      font-size: 13px;
    }

    .pickup, .drop {
      width: 100%;
      border: none;
    }

    /* =========================== */
    .dots {
      margin-top: -160px;
      position: relative;
      z-index: -1;
      margin-bottom: 60px;
    }

    .rental {
      display: flex;
      gap: 40px;
      align-items: center;
      width: 90%;
      margin: 0px auto;
      position: absolute;
      top: 40%;
      left: 6%;
    }

    .rental-1 p {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 32px;
      color: #050B20;
      width: 100%;
    }

    .cards {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
    }

    .rental-2 {
      width: 60%;
    }

    .card {
      background-color: #FFFFFF;
      box-shadow: 0px 0px 10px 0px #0097BB42;
      padding: 0px 30px 10px 30px;
      text-align: center;
      width: 30%;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .card p {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 16px;
      margin: 5px 0px;
      color: #2D344A;
    }

    .card h2 {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 26px;
      margin: 5px 0px;
      margin-top: 12px !important;
      color: #13B9E1;
      border-bottom: 3px solid #FF6224;
    }

    .services {
      display: flex;
      gap: 30px;
      width: 90%;
      margin: 0px auto;
      padding-bottom: 60px;
    }

    .left-services {
      width: 50%;
    }

    .right-services {
      width: 50%;
    }

    /* ====================== */
    .rate-table {
      width: 600px;
      border-collapse: collapse;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      margin-top: 30px;
    }

    .rate-table th {
      font-family: "poppins", sans-serif;
      background-color: #00bcd4;
      font-weight: 600;
      font-size: 14px;
      text-align: left;
      color: #FFFFFF;
      padding: 15px;
    }

    .rate-table td {
      font-family: " Poppins", sans-serif;
      font-weight: 500;
      font-size: 13px;
      color: #161616;
      border-bottom: 1px solid #2E5BFF33;
      padding: 15px;
    }

    .rate-table tr:last-child td {
      border-bottom: none;
    }

    .rate-table td:nth-child(2) {
      color: #333;
    }

    .rate-table td:nth-child(3) {
      color: #000;
    }

    .headingd-1 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 28px;
      color: #FF6224;
      margin: 5px 0px;
    }

    .heading-2 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 27px;
      color: #050B20;
      margin-bottom: 5px;
    }

    .para-A {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 15px;
      color: #5B5B5B;
      line-height: 26px;
      margin: 5px 0px;
      margin-bottom: 15px;
    }

    .red-border {
      font-family: "Poppins", sans-serif;
      font-weight: 400 !important;
      font-style: italic;
      font-size: 15px !important;
      line-height: 25px;
      color: #000000 !important;
      border-left: 2px solid #E5221F;
      padding-left: 15px;
      margin-top: 20px;
    }

    /* ================= */
    .seating {
      background-image: url(../images/bg\ image02.png);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 30px;
      margin-top: 30px;
      height: 60vh;
      position: relative;
    }

    .seating-B {
      color: #FFFFFF;
      font-size: 14px;
      width: 90%;
      margin-top: 10px;
    }

    .Luxury-tempo {
      position: absolute;
      right: 0px;
      top: -25%;
      width: 25%;
    }

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

    .testmonial {
      background-image: url(../images/bg\ image01.png);
      background-size: cover;
      height: 80vh;
      background-repeat: no-repeat;
      padding-top: 90px;
      margin-top: 40px;
    }

    .testmonial h2, .testmonial h4 {
      text-align: center;
    }

    /* ============================= */
    .testimonial-section {
      padding: 30px 20px;
    }

    .review-card {
      background: #fff;
      padding: 22px;
      width: 100%;
      border-radius: 12px;
      border: 1px solid #F1F4FF;
      box-shadow: 0px 3px 36px 0px #00000014;
      margin: auto;
    }

    .reviewer-info h4 {
      font-size: 14px;
    }

    .review-card p {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 14.6px;
      color: #3B4051;
      line-height: 24px;
    }

    .faq_contents {
      position: absolute;
      bottom: 0px;
      border-radius: 100px 0px 0px 0px;
      right: 0px;
      background-color: #050B20;
      padding: 40px 20px 20px 30px;
      width: 80%;
      color: #FFFFFF;
    }

    .faq_contents h2 {
      font-size: 22px;
      font-weight: 500;
      padding-left: 15px;
    }

    .f_headings p {
      font-size: 14px;
      margin: 0px;
    }

    .f_headings {
      display: flex;
      gap: 10px;
      align-items: start;
      margin: 10px 0px;

    }

    .f_headings img {
      width: 18px !important;
    }

    .review-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 15px;
    }

    .reviewer-info {
      display: flex;
      gap: 12px;
      align-items: center;
    }

    .chat-icon {
      font-size: 20px;
      color: #00cfff;
    }

    .user-image {
      width: 50px !important;
    }

    .message-icon {
      width: 10% !important;
    }

    /* =================== */
    .places-cards {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 20px;
    }

    .places-card {
      display: flex;
      gap: 20px;
      background-color: #FBF9F9;
      box-shadow: 0px 3px 15px 0px #0000001A;
      border-radius: 10px;
    }

    .left {
      padding: 20px !important;
    }

    .left h3 {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 18px;
      color: #3B4051;
    }

    .left p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 15px;
      margin: 8px 0px;
      color: #1E1E1E;
    }

    .wedding-image {
      width: 50% !important;
    }

    .tempo {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #272727;
      /* margin:10px; */
      /* border: 2px solid #000000; */
      /* padding-bottom: 20px; */
      /* margin-bottom: 25px; */
    }

    /* =============== */
    .choose {
      display: flex;
      gap: 50px;
      align-items: center;
      margin-top: 50px;
    }

    .choose-left {
      width: 50%;
    }

    .choose-left img {
      width: 100%;
    }

    .choose-right {
      width: 50%;
    }

    .choose-right ul {
      padding-left: 0px !important;
    }

    .choose-right ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 10px;
      height: 10px;
      background-color: #000;
      border-radius: 50%;
    }

    .choose-right ul li {
      list-style: none;
      padding-left: 20px;
    }

    .choose-right ul li {
      position: relative;
    }

    /* =========== FAQ ================== */

    .FAQ {
      background-color: #F6F8FF;
      margin-top: 50px;
    }

    .faq {
      display: flex;
      /* gap: 5px; */
    }

    .left-faq {
      width: 50%;
      position: sticky;
    }

    .left-faq img {
      width: 100%;
    }

    .right-faq {
      width: 42%;
      padding: 20px 0px 0px 30px;
    }

    .right-faq p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #5B5B5B;
      padding: 15px 20px 0px 0px;
      margin: 8px;
    }

    /* ========= */
    .faq-box {
      max-width: 800px;
      margin: 20px auto;
      border: 1px solid #D9E2FF;
      background-color: #FFFFFF;
      padding: 10px;
    }

    .faq-header {
      display: flex;
      align-items: center;
      gap: 15px;
      cursor: pointer;
    }

    .faq-question {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 14px;
      color: #2D2D2D;
    }

    .toggle-btn {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: none;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.3s, color 0.3s;
    }

    .toggle-btn.orange {
      background-color: #f26522;
      color: white;
    }

    .toggle-btn.white {
      background-color: #FFFFFF;
      color: #6E7FAA;
      border: 1px solid #D9E2FF;
    }

    .faq-answer {
      margin-top: 10px;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #5B5B5B;
      display: none;
    }

    .faq-box.active .faq-answer {
      display: block;
    }

    /* ================================== */
    /* ================ */
    .right-services h3 {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 20px;
      margin: 5px 0px;
      color: #3B4051;
    }

    .choose-right p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      color: #272727;
      font-size: 15px;
      margin-top: 8px;
    }

    .choose-right ul li {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      color: #272727;
      font-size: 14px;
      margin-top: 5px;
    }

    /* ================== */
    .seo-links {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      padding: 40px 40px 0px 40px;
    }

    .links-seo {
      background-color: #0D1327;
      padding: 15px;
      width: 45%;
    }

    .links-seo h3 {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0%;
      text-decoration: underline;
      text-decoration-style: solid;
      text-decoration-thickness: 0%;
      color: #FFFFFF;
    }

    .links-seo p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #949494;
      margin-top: 8px;
    }

    /* ===================== */
    #carousel-S {
      width: 70%;
      position: absolute;
      bottom: 45px;
      right: 0px;
    }

    .item-B img {
      /* width: 100%; */
      height: 40vh;
      border-radius: 20px;
    }

    .content-B {
      background-color: #FFFFFF;
      padding: 20px;
      width: 22%;
      border-radius: 20px;
      position: absolute;
      bottom: 60px;
      left: 12%;
      z-index: 3;
    }

    .content-B strong {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 20px;
      color: #3B4051;
    }

    .content-B p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #1E1E1E;
    }

    .dots-1 {
      position: absolute;
      width: 15%;
      left: 21%;
      margin-top: -25px;
    }

    #carousel-E {
      margin-top: 25px;
    }

    .right-side {
      position: absolute;
      right: 0px;
      z-index: -1;
      width: 26%;
      bottom: -6%;
    }


    /* ============= About-US =================== */
    .about {
      display: flex;
      gap: 20px;
      margin-top: 80px;
      padding-top: 40px;
      align-items: center;
    }

    .images-C {
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      align-items: end;
    }

    .images-C img {
      width: 48%;
      height: 60vh;
    }

    .about-content {
      width: 50%;
    }

    .about-content p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 13px;
      color: #5B5B5B;
    }

    .imagesA {
      display: flex;
      gap: 20px;
      margin-top: 30px;
    }

    .imagesA img {
      width: 49%;
    }

    .heading-1 {
      font-size: 40px;
    }

    .intersection-blue {
      width: 3%;
      margin-top: -80px;
    }

    .about-2 p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 20px;
      margin-top: 10px;
      color: #5B5B5B;
    }

    /* ===================== */
    .tempo-2 {
      background-color: #FBF9F9;
      padding: 30px;
      margin-top: 20px;
      display: flex;
      gap: 30px;
      align-items: center;
    }

    .tempo2-left, .tempo2-right {
      width: 50%;
    }


    .form-wrapper {
      background: #fff;
      border-radius: 18px;
      padding: 30px;
      box-shadow: 0px 3px 16px 0px #0000001A;
    }

    .form-header {
      border-left: 4px solid #2DAAE1;
      padding-left: 10px;
      margin-bottom: 8px;
    }

    .form-header h2 {
      font-size: 28px;
      font-weight: 700;
      color: #2a2a2a;
    }

    .form-header p {
      color: #555;
      font-size: 15px;
      margin-top: 5px;
    }

    form {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 30px;
    }

    .form-group {
      flex: 0 0 100%;
      display: flex;
      flex-direction: column;
    }

    .form-group label {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 14px;
      margin-bottom: 2px;
      color: #181A20;
    }

    .form-group input,
    .form-group select {
      padding: 14px 18px;
      border-radius: 12px;
      border: 1px solid #ddd;
      font-size: 14px;
      background-color: #f8f8f8;
      outline: none;
    }

    .file-input {
      display: flex;
      align-items: center;
      gap: 10px;
      background-color: #e0e6f8;
      padding: 12px 14px;
      border-radius: 12px;
      font-size: 14px;
      cursor: pointer;
    }

    .file-input input[type="file"] {
      border: none;
      background: none;
      outline: none;
    }

    .file-input i {
      color: #3d3d3d;
    }

    .submit-btn {
      width: 100%;
      background: #fff;
      color: #ff5a00;
      border: 1px solid #ff5a00;
      padding: 16px;
      border-radius: 12px;
      font-size: 16px;
      font-weight: 600;
      margin-top: 25px;
      box-shadow: 0 4px 12px rgba(255, 90, 0, 0.25);
      transition: 0.3s;
      cursor: pointer;
    }

    .submit-btn:hover {
      background: #ff5a00;
      color: #fff;
    }


    /* ================= lisitng================= */

    .tempo-listing {
      background-image: url(../images/tempo-listing.png);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 30px;
      /* margin-top: 80px; */
      /* height: 40vh; */
    }

    .tempo-header {
      display: flex;
      justify-content: space-between;
    }

    .tempo-header h1 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 40px;
      color: #050B20;
    }

    .tempo-header p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 22px;
      color: #6E7485;
    }

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

    .booking-container {
      background-color: #fff;
      padding: 30px 25px;
      border-radius: 14px;
      box-shadow: 0px 0px 6px 0px #008CAE33;
      display: flex;
      align-items: center;
      gap: 12px;
      margin-top: 40px;
      width: 92%;
    }

    .field {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 6px;
      width: 19.5%;
    }

    .field label {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 16px;
      color: #2D2D2D;
      margin-left: 4px;
    }

    .field input {
      padding: 12px 12px 10px 38px;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #3B4051;
      border: 1px solid #D9E2FF;
      border-radius: 12px;
      width: 100%;
      outline: none;
    }

    .field select {
      padding: 15px 14px 15px 40px;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #3B4051;
      border: 1px solid #D9E2FF;
      border-radius: 12px;
      width: 235px !important;
    }



    .submit-btnA {
      background-color: #ff5a00;
      color: #fff;
      padding: 12px 20px;
      border: none;
      border-radius: 12px;
      font-weight: 600;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 4px 8px rgba(255, 90, 0, 0.2);
      cursor: pointer;
      margin-top: 25px;
    }

    .submit-btn i {
      font-size: 16px;
    }


    .loc-1 {
      width: 10%;
      position: absolute;
      top: 53%;
      left: 6px;
    }

    .swap-icon {
      margin-top: 30px;
    }

    .loc {
      background-color: #D9F8FF;
      padding: 10px;
      width: 72%;
      text-align: center;
      border-radius: 50px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 14px;
      color: #13B9E1;
    }

    .heading {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 24px;
      color: #161616;
    }

    .equi {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #949EB4;
    }

    .cars {
         width: 250px;
    height: 205px;
    border-radius: 12px;
}
    }

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

    .car-listingA {
      background-color: #FFFFFF;
      padding: 30px;
      position: relative;
      z-index: 2;
      border-radius: 0px 0px 30px 30px;
      gap: 40px;
    }

    .tabs-container {
      padding-right: 20px;
      border-right: 2px solid #DFE9F3;
    }

    .tab-headerA {
      display: flex;
      background: #F3F6FF;
      border-radius: 10px 10px 0 0;
      width: fit-content;
    }

    .tabA {
      padding: 10px 20px;
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 13px;
      cursor: pointer;
      text-decoration: none;
      color: #6E7FAA;
    }

    .tabA.active {
      background: #FF6224;
      color: #FFFFFF;
      border-radius: 10px 10px 0px 0px;
    }

    .featuresE {
      display: flex;
      justify-content: space-between;
      padding: 10px;
      background-color: #FFFFFF;
      border-radius: 0px 10px 10px 10px;
      border: 1px solid #F3F6FF;
    }

    .feature-item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      color: #333;
      width: 49%;
    }

    .fetaures_main {
      display: flex;
      gap: 10px;
    }

    .fuel {
      width: 35%;
    }

    .feature-item span {
      display: flex;
      flex-direction: column;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #212121;
    }

    .feature-item span strong {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #6E7FAA;
    }


    .price-box {
      text-align: center;
      width: 200px;
    }

    .price-box .gst {
      color: #6c78a2;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 2px;
    }

    .price-box .main-price {
      font-size: 22px;
      font-weight: 700;
      margin: 5px 0;
      color: #000;
    }

    .price-box .save {
      font-size: 14px;
      color: #00ADEF;
      font-weight: 600;
    }

    .price-box .strike {
      font-size: 12px;
      color: #777;
      text-decoration: line-through;
      margin-left: 5px;
      font-weight: 400;
    }

    .price-box button {
      margin-top: 12px;
      padding: 10px 18px;
      font-size: 13px;
      font-weight: 600;
      color: white;
      background-color: #FF5D2A;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .verify {
      gap: 5px !important;
    }

    .cards, .verify {
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .left-section {
      display: flex;
      gap: 20px;
      align-items: center;
    }

    .verify p {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 12px;
      color: #3B4051;
      margin-bottom: 0px !important;
    }

    .verify-image {
      width: 13%;
    }


    .listing {
      display: flex;
      box-shadow: 0px 0px 10px 0px #0000001A;
      border: 1px solid #DFE9F3;
      padding: 18px 20px;
      border-radius: 20px;
      gap: 10px;
      align-items: center;
      margin-top: 30px;
      margin-bottom: 60px;
    }

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

    .booking {
      background-image: url(../images/booking.png);
      background-repeat: no-repeat;
      background-size: cover;
      /* height: 20vh; */
      padding: 30px;
    }

    .booking-header {
      display: flex;
      justify-content: space-between;
      margin-top: 30px;
    }

    .box-wrapper {
      display: flex;
      gap: 20px;
      margin-bottom: 15px;
      flex-wrap: wrap;
      width: 100%;
    }

    .input-box {
      flex: 1;
      background-color: #FFFFFF;
      border: 1px solid #E9E9E9;
      border-radius: 10px;
      padding: 12px;
    }

    .input-box label {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 13px;
      color: #05073C;
      margin-bottom: 5px;
      display: block;
    }

    .input-box input {
      width: 100%;
      border: none;
      /* background: transparent; */
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 15px;
      color: #949EB4;
      outline: none;
    }

    .pickup-box {
      border: 1px solid #E9E9E9;
      border-radius: 10px;
      padding: 12px 5px 5px 10px;
      background-color: #FFFFFF;
      width: 100%;
    }

    .pickup-box label {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 13px;
      color: #05073C;
      margin-bottom: 6px;
      display: block;
    }

    .pickup-location-box {
      border-bottom: 1px solid #BDC6D9;
      padding: 2px;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 15px;
      color: #949EB4;
    }

    .pickup-location-box input {
      width: 100%;
      border: none;
    }

    .email-link {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 15px;
      color: #13B9E1;
    }

    .form-label strong {
      font-weight: 600;
      margin-top: 0px;
      font-size: 17px;
      color: #05073C;
    }

    /* ========== */
    .form-wrapperA h1 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 36px;
      margin: 5px 0px;
      color: #05073C;
    }

    .form-wrapperA p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #8C8E95;
    }


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

    .booking-containerA {
      background: #e7f8fc;
      border-radius: 10px;
      padding: 24px;
      font-family: 'Segoe UI', sans-serif;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .booking-headerA {
      background-color: #00b6de;
      padding: 16px 20px;
      border-radius: 10px;
      color: white;
      margin-bottom: 20px;
    }

    .booking-headerA h2 {
      margin-bottom: 0px;
      font-size: 24px;
      font-weight: 500;
    }

    .booking-header h2 {
      font-size: 20px;
      margin: 0 0 8px;
      font-weight: 700;
    }

    .booking-header p {
      margin: 0;
      font-size: 14px;
      line-height: 1.4;
    }

    .booking-info {
      display: flex;
      flex-direction: column;
      gap: 14px;
      font-size: 14px;
      color: #333;
    }

    .booking-infoA {
      display: flex;
      gap: 15px;
      margin-top: 15px;
    }

    .booking-infoA p {
      border-bottom: 1px dashed #13B9E1;
      width: 90%;
      padding-bottom: 4px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 15px;
      color: #687184;
    }

    .booking-info strong {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 15px;
      color: #05073C;
      width: 30%;
    }

    .booking-info span {
      font-weight: 600;
      color: #1e1e1e;
      width: 160px;
    }

    .booking-footer {
      margin-top: 24px;
      border: 1px dashed #00b6de;
      border-radius: 10px;
      padding: 15px 20px;
      display: flex;
      justify-content: space-between;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 22px;
      color: #13B9E1;
      background-color: #FFFFFF;
    }

    .fare {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 20px;
      color: #6E7FAA;
    }

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

    .info-tab-container {
      background: #e7f8fc;
      border-radius: 12px;
      padding: 20px;
      margin-top: 30px;
      font-family: 'Segoe UI', sans-serif;
    }

    .tab-header {
      display: flex;
      align-items: center;
      border-bottom: 2px solid #c3c3c3;
      width: fit-content;
      margin-bottom: 20px;
    }

    .tab-header a {
      text-decoration: none;
      padding: 12px 20px;
      font-size: 14px;
      font-weight: bold;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      transition: 0.3s;
    }

    .tab-header a.active {
      background: #d62828;
      color: white;
    }

    .tab-header a.inactive {
      color: #5a6694;
      background: transparent;
    }

    .tab-content {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      margin-top: 0px;
    }

    .feature-itemA {
      display: flex;
      align-items: center;
      gap: 10px;
      width: 170px;
      font-size: 14px;
      color: #1e1e1e;
    }

    .highlight {
      color: #5a6694;
      font-weight: 500;
    }


    /* ============= */
    .proceed-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background-color: #FF6224;
      color: #fff;
      border: none;
      padding: 12px 20px;
      border-radius: 10px;
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #FFFFFF;
      text-transform: uppercase;
      cursor: pointer;
      box-shadow: 0px 3px 6px 0px #00000029;
      text-decoration: none;
      margin-top: 20px;
    }

    .proceed-btn:hover {
      background-color: #e8551c;
    }

    .proceed-btn svg {
      width: 16px;
      height: 16px;
      fill: white;
    }


    .booking-details {
      display: flex;
      gap: 40px;
    }


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

    .intersection-red {
      position: absolute;
      right: 0px;
      top: 0%;
      width: 3%;
      z-index: 4;
    }

    .inter-blue {
      width: 3%;
      margin-bottom: 40px;
      position: absolute;
      bottom: 0px;
      left: 0px;
    }


    /* ====================== */
    .tempo2-left h1 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 28px;
      color: #050B20;
      text-transform: uppercase;
    }

    .tempo2-left p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #272727;
      margin-top: 10px;
    }

    .contact-us {
      border-radius: 40px;
      padding: 13px 35px;
    }

    .steps {
      box-shadow: 10px 10px 30px 0px #0000001A;
      background-color: #FFFFFF;
      margin-top: 10px;
      padding: 25px;
      border-radius: 20px;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      position: relative;
      margin-bottom: 10px;
    }

    .step {
      width: 18%;
      text-align: center;
      position: relative;
    }

    .step-image {
      width: 40%;
    }

    .right-step {
      width: 50%;
      position: absolute;
      top: 30px;
      left: 80%;
    }

    .step span {
      background-color: #16CE92;
      border-radius: 50px;
      border: 4px solid #FFFFFF;
      padding: 5px 10px;
      position: absolute;
      left: 60%;
    }

    .step h4 {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 14px;
      color: #3B4051;
    }

    .step p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 10px;
      color: #1E1E1E;
    }

    .how-book p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #272727;
      padding: 10px;
    }

    .how-book {
      padding: 20px;
      text-align: center;
    }

    /* ================== */
    .faq-container {
      border: 1px solid #eee;
      border-radius: 6px;
      overflow: hidden;
      font-family: sans-serif;
      margin-top: 20px;
    }


    .faq-questionA {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      padding: 15px 20px;
      background-color: #FFFFFF;
    }

    .faq-questionA h4 {
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #212121;
    }

    .toggle-icon {
      font-size: 22px;
      font-weight: bold;
      transition: transform 0.3s ease;
    }

    .faq-answerA {
      display: none;
      padding: 0 20px 15px;
      background-color: #fff;
      color: #333;
      font-size: 14px;
      border-top: 1px solid #D9E2FF;
      padding-top: 10px;
    }

    .faq-answerA p {
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #5B5B5B;
    }

    .faq-item.open .faq-answerA {
      display: block;
    }

    .faq-item.open .toggle-icon {
      transform: rotate(45deg);
      /* changes + to x */
    }

    .question {
      background-color: #FBF9F9;
      padding: 30px;
    }

    /* ============== FAQ ================= */

    .FAQ-B {
      background-image: url(../images/FAQ.png);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 30px;
      margin-top: 70px;
      height: 18vh;
      text-align: center;
    }

    .FAQ-B h1 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
      font-size: 38px;
      color: #050B20;
      margin-top: 10px;
    }

    .FAQ-B p {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #6E7485;
      margin-top: 3px;
    }

    .FAQ-B p a {
      font-family: "Inter", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #6E7485;
      text-decoration: none;
    }

    /* ========= blogs ================== */

    .blogs {
      background-color: #FFF9F9;
    }

    .blog {
      padding: 30px;
    }

    .item-E {
      position: relative;
    }

    .blog-content {
      background-color: #FFFFFF;
      padding: 20px;
      position: absolute;
      top: 70%;
      height: 100vh !important;
      width: 80%;
      margin-left: 10px;
      border-radius: 20px 20px 0px 0px;
    }

    .top-content {
      display: flex;
      gap: 30px;
    }

    .top-content p {
      display: flex;
      gap: 10px;
      width: 100%;
    }

    .top-content p img {
      width: 20% !important;
      height: 80%;
    }

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

    /* Base styles */
    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 30px;
      background-color: white;
      position: relative;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .nav-links a {
      text-decoration: none;
      color: #333;
      font-weight: 500;
    }

    .nav-links a.active {
      color: #007BFF;
    }

    .contact-button,
    .login-button {
      background: none;
      border: none;
      font-weight: bold;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    /* Hamburger menu */
    .menu-toggle {
      display: none;
      font-size: 26px;
      cursor: pointer;
      z-index: 1001;
    }

    /* Responsive sidebar for mobile */
    @media (max-width: 768px) {
      .menu-toggle {
        display: block;
      }

      .nav-links {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        height: 100vh;
        background-color: #fff;
        padding: 60px 20px;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease-in-out;
        z-index: 1000;
      }

      .nav-links.show {
        left: 0;
        width: 100%;
        height: 25vh;
      }

      .nav-links a,
      .contact-button,
      .login-button {
        margin-bottom: 20px;
      }
    }

    /* ================= responsive =================*/

    /* @media (max-width: 768px) {
  .booking-details{
    flex-wrap: wrap;
    width: 100%;
  }
  .box-wrapper{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .booking-header{
    flex-wrap: wrap;
    gap: 10px;
  }
  .form-wrapperA h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .car-listingA {
    padding: 20px;
  }

  .booking-containerA {
    padding: 20px;
  }
  .booking-info strong {
    width: 47%;
  }
  .nav-links{
    gap: 0px !important;
  }

  .content h2 {
    top: 10%;
    width: 100%;
    font-size: 36px;
  }
  .content p {
    top: 25%;
    font-size: 18px;
    width: 90%;
  }

  .content{
    height: 58vh;
  } 

  .tab-section {
    width: 90%;
    margin-top: -240px;
  }

  .tab-container{
    width: 90%;
    overflow-x: scroll;
  }
  .form-container {
    padding: 20px 30px;
    gap: 15px;
  }

  .return{
    top: 14px;
    margin-left: 10px;
  }

  .form-group input{
    width: 100%;
  }



  .rental {
    width: 100%;
    top: 20%;
    left: 6%;
    flex-wrap: wrap;
  }
  .rental-1{
    width: 100% !important;
  }
  .rental-1 p {
    font-size: 26px;
    width: 93%;
  }


  .cards{
    flex-wrap: wrap;
  }
  .card{
    width: 70%;
  }
  .dots-imageA{
    height: 100vh;
  }

  .dots{
    margin-bottom: 20px;
  }

  .services , .choose, .faq{
    flex-wrap: wrap;
  }
  .left-services , .right-services , .choose-left, .choose-right{
    width: 100%;
  }

  .left-faq ,.right-faq{
    width: 100%;
  }


  .rate-table {
    width: 100%;
  }


  .heading-2 {
    font-size: 30px;
  }

  .feature-back{
    width: 80% !important;
  }

  .content-B {
    width: 44%;
    left: 3%;
    bottom: 65px;
  }

  .red-imageE{
    height: 90vh !important ;
  }

  .seating-B{
    width: 100%;
  }


  .item-B img{
    height: 40vh;
  }

  #carousel-C {
    margin-bottom: 30px;
  }

  .testmonial {
    height: 60vh;
  }

  .features-A{
    height: 16vh !important;
  }



} */