
      .home-slider-section {
         margin-top: 123px;
      }

      #masthead {
         background: white;
         /* background: #138cb7; */
      }


      .my-contact {
         display: flex;
      }

      /* pop up form css start */
      :root {
         --pop-primary: #F56960;
         /* Your requested color */
         --pop-orange: #F56960;
         --pop-text-dark: #333333;
         --pop-text-light: #666666;
      }

      /* Trigger Button Styling */
      .pop-trigger-btn {
         background-color: var(--pop-primary);
         color: white;
         padding: 12px 25px;
         border: none;
         border-radius: 5px;
         font-weight: 600;
         cursor: pointer;
         transition: transform 0.2s;
      }

      .pop-trigger-btn:hover {
         transform: scale(1.05);
         background-color: #b52b1f;
      }

      /* Modal Custom Styling */
      .pop-modal-content {
         border: none;
         border-radius: 15px;
         overflow: hidden;
         box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      }

      .pop-container {
         display: flex;
         min-height: 500px;
      }

      /* Left Side: Features */
      .pop-side-info {
         background-color: var(--pop-orange);
         color: black;
         padding: 40px;
         width: 40%;
         display: flex;
         flex-direction: column;
         justify-content: center;
         text-align: center;
      }

      .pop-side-info h3 {
         font-size: 24px;
         font-weight: 800;
         margin-bottom: 40px;
         line-height: 1.2;
      }

      .pop-feature-item {
         margin-bottom: 25px;
         font-size: 16px;
         font-weight: 500;
         line-height: 1.4;
      }

      /* Right Side: Form */
      .pop-form-area {
         background-color: #ffffff;
         padding: 40px;
         width: 60%;
         position: relative;
      }

      .pop-close-btn {
         position: absolute;
         right: 15px;
         top: 15px;
         background: none;
         border: none;
         font-size: 24px;
         color: #999;
         cursor: pointer;
      }

      .pop-form-area h2 {
         color: var(--pop-orange);
         font-size: 28px;
         font-weight: 700;
         margin-bottom: 10px;
      }

      .pop-form-area p {
         font-size: 14px;
         color: var(--pop-text-light);
         margin-bottom: 30px;
      }

      .pop-input-group {
         margin-bottom: 25px;
         position: relative;
      }

      .pop-input-group input {
         width: 100%;
         border: none;
         border-bottom: 1px solid #ccc;
         padding: 10px 0;
         font-size: 16px;
         outline: none;
         transition: border-color 0.3s;
      }

      .pop-input-group input:focus {
         border-bottom: 2px solid var(--pop-primary);
      }

      .pop-submit-btn {
         width: 100%;
         background-color: var(--pop-primary);
         color: white;
         border: none;
         padding: 15px;
         font-size: 18px;
         font-weight: 700;
         text-transform: uppercase;
         border-radius: 5px;
         margin-top: 10px;
         cursor: pointer;
         transition: background 0.3s;
      }

      .pop-submit-btn:hover {
         background-color: #CF3425;
      }

      .pop-footer-text {
         text-align: center;
         margin-top: 20px;
         font-size: 12px;
         color: #777;
      }

      .pop-footer-text strong {
         display: block;
         color: #333;
         margin-bottom: 4px;
      }


      /* pop up form css end */







      /* cars css start  */
      .fleet-section {
         padding: 80px 0;
         padding-top: 0px;
      }

      .fleet-badge {
         display: inline-block;
         background: #fff;
         padding: 8px 18px;
         border-radius: 5px;
         font-weight: 600;
         font-size: 15px;
         margin-bottom: 15px;
      }

      .section-title {
         color: #f56960;
         font-weight: 700;
         font-size: 42px;
         margin-bottom: 20px;
      }

      .section-text {
         color: #444;
         font-size: 20px;
         line-height: 34px;
         max-width: 750px;
         margin: auto;
      }

      /* Slider */

      .fleet-slider {
         overflow: hidden;
         position: relative;
         margin-top: 60px;
      }

      .fleet-track {
         display: flex;
         transition: transform 0.5s ease;
      }

      /* Desktop 3 cards */

      .fleet-item {
         min-width: 33.333%;
         padding: 0 15px;
         box-sizing: border-box;
      }

      /* Card */

      .fleet-card {
         background: #fff;
         border: 1px solid #ddd;
         border-radius: 10px;
         overflow: hidden;
         height: 100%;
         transition: 0.3s;
      }

      .fleet-card:hover {
         transform: translateY(-5px);
         box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      }

      .fleet-img {
         width: 100%;
         height: 240px;
         object-fit: cover;
         padding: 10px;
         border-radius: 20px;
      }

      .fleet-content {
         padding: 0 15px 20px;
      }

      .fleet-title {
         font-size: 28px;
         font-weight: 700;
         margin-bottom: 15px;
      }

      .fleet-info {
         display: flex;
         flex-wrap: wrap;
         margin-bottom: 15px;
      }

      .fleet-info span {
         margin-right: 15px;
         font-size: 15px;
         font-weight: 600;
      }

      .fleet-info i {
         color: #f56960;
         margin-right: 5px;
      }

      .fleet-list {
         border-top: 1px solid #ddd;
         border-bottom: 1px solid #ddd;
         padding: 15px 0;
         margin-bottom: 15px;
      }

      .fleet-list p {
         margin-bottom: 10px;
         font-size: 15px;
         font-weight: 500;
      }

      .fleet-list i {
         color: #f56960;
         margin-right: 8px;
      }

      .price-box {
         display: flex;
         justify-content: space-between;
         align-items: center;
      }

      .price-text {
         color: #777;
         font-size: 16px;
      }

      .price {
         font-size: 38px;
         font-weight: 700;
         line-height: 1;
      }

      .rent-btn {
         background: #f56960;
         color: #fff;
         border: none;
         padding: 12px 24px;
         border-radius: 6px;
         font-weight: 600;
         transition: 0.3s;
      }

      .rent-btn:hover {
         background: #111;
         color: #fff;
      }

      /* Buttons */

      .slider-btn {
         width: 55px;
         height: 55px;
         background: #fff;
         border-radius: 50%;
         border: 1px solid #ddd;
         position: absolute;
         top: 55%;
         transform: translateY(-50%);
         z-index: 97;
         display: flex;
         align-items: center;
         justify-content: center;
         cursor: pointer;
         transition: 0.3s;
      }

      .slider-btn:hover {
         background: #f56960;
         color: #fff;
      }

      .slider-btn.left {
         left: -20px;
      }

      .slider-btn.right {
         right: -20px;
      }

      .slider-btn i {
         font-size: 18px;
      }

      /* Tablet */

      @media(max-width:991px) {

         .fleet-item {
            min-width: 50%;
         }

         .section-title {
            font-size: 32px;
         }

         .section-text {
            font-size: 17px;
            line-height: 28px;
         }
      }

      /* Mobile */

      @media(max-width:767px) {

         .fleet-item {
            min-width: 100%;
            padding: 0 10px;
         }

         .fleet-title {
            font-size: 24px;
         }

         .price {
            font-size: 30px;
         }

         .slider-btn {
            width: 45px;
            height: 45px;
            top: 50%;
         }

         .slider-btn.left {
            left: 5px;
         }

         .slider-btn.right {
            right: 5px;
         }
      }

      /* cars css end  */







      @media (max-width: 768px) {
         .pop-container {
            flex-direction: column;
         }

         .pop-side-info,
         .pop-form-area {
            width: 100%;
         }

         .my-contact {
            flex-direction: column;
         }

      }

