    /* ================================ */
/* MOBILE HEADER – TOP + NAVBAR FIX */
/* ================================ */
@media (max-width: 991px) {

  /* Header wrapper */
  .header {
    position: relative;
    width: 100%;
  }

  /* ================= TOP HEADER ================= */
  .header-top {
    display: block !important;
    position: relative !important;
    background: #9b1c1c;
    padding: 8px 0;
    z-index: 1000;
  }

  .header-top-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }

  .header-top-contact ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
  }

  .header-top-contact ul li a {
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
  }

  .header-top-social span {
    display: none;
  }

  .header-top-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f4a100;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    margin: 0 4px;
    display: inline-block;
    text-align: center;
  }

  /* ================= NAVBAR ================= */
  .main-navigation {
    position: relative !important;
    top: 0 !important;
    background: #fff;
    z-index: 999;
  }

  .navbar {
    position: relative !important;
    padding: 10px 0;
  }

  .navbar-brand img {
    max-height: 45px;
  }

  .mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  /* REMOVE STICKY / ABSOLUTE EFFECTS */
  .navbar,
  .main-navigation,
  .header {
    transform: none !important;
  }

  body {
    padding-top: 0 !important;
  }
}
@media (max-width: 991px) {
    .header-top-contact ul li a {
        font-size: 10px;
}
@media (max-width: 991px) {
    .navbar-brand img {
        max-height: 72px;
    }
}
@media (max-width: 991px) {
    .navbar {
        position: relative !important;
        padding: 0px 0;
    }
}
.floating-icons a.whatsapp {
    background-color: #0fa71b;
}
.hero-title {
    display: inline-block;
    white-space: nowrap;
    font-size: 30px !important; 
    font-weight: normal !important;
    line-height: 5 !important;
}
form {
    margin-top: 13px;
    display: block;  /* Ensures the form is displayed */
    position: relative;  /* Adjusts positioning */
    visibility: visible;  /* Ensures visibility */
    z-index: 9999;  /* Ensures the form is on top if other elements overlap */
}

.service-content h3{
    background-color: bisque;
}
.service-content p{
       text-align: center;
    font-size: 23px;
    color: #090808;
}
.service-content b{
    margin-left: 15px;
       text-align: center;
}
    .theme-btn {
    font-size: 14px;
    padding: 8px 25px;
}
.taxi-item {
    background: #ab5408;
    padding: 13px;
    border-radius: 2px;
    margin-bottom: 15px;
    box-shadow: var(--box-shadow);
}
h4 {
    color: #fdfbff;
    margin: 0px;
    font-weight: 700;
    font-family: var(--heading-font);
    line-height: 1.2;
}
.taxi-head h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonial-single {
    /* Your existing styles */
}

.testimonial-quote {
    max-height: 200px; /* Adjust as per your design */
    overflow-y: auto;
}
.service-title a{
    color:#9c2424;;
}
/*---------------------------------------------------*/
    label {
    color: #080707;
    font-size: 13px;
    cursor: pointer;
    font-weight: 400;
}
.form-check-input[type=radio] {
    border-radius: 49%;
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 768px) {
    .pintSec_SectForm {
        background: #f8ae01;
        box-shadow: none;
        border-radius: 0px;
        padding: 0px 0px;
        position: relative;
        z-index: 99;
        margin-top: 50px;
    }
}
.select-wrapper input.select-dropdown {
    border: solid 1px #cccccc;
    color: #7c7c7c;
    padding: 10px;
    border-radius: 5px;
    background: #fff !important;
}
.pintSec_SectForm {
    margin-left: 4px;
    background: #f8ae01;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 0px;
    padding: 0px 8px;
    position: absolute;
    z-index: 99;
    /* margin-top: 50px; */
    margin-top: -489px;
}
@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
}
 .about-banner {
     margin-top: -29px;
    overflow: hidden;
    white-space: nowrap;
    background-color: #0e0e0c; /* Optional background color */
    padding: 0px 0;
    margin-bottom: 0px;
  }
  .scrolling-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-text 45s linear infinite;
    font-size: 18px;
    color: #ff0000; /* Change text color as desired */
  }
  @keyframes scroll-text {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}
.emoji {
  display: inline-block;
  width: 1.5em; /* ya 24px */
  height: 1.5em;
  font-size: 1.5em;
  line-height: 1.5em;
  vertical-align: middle;
}
.about-area {
  min-height: 400px; /* content ka approx height reserve karein */
}
@font-face {
  font-family: 'MyCustomFont';
  src: url('MyCustomFont.woff2') format('woff2');
  font-display: swap;
}
/* =========================================
   COMPLETE MOBILE FIX – YUVATAXI
   Only for PHONE (no desktop effect)
   ========================================= */

@media (max-width: 768px) {

    /* =====================
       HERO / BANNER FIX
       ===================== */

    .hero-section {
        position: relative;
        overflow: hidden;
        background: transparent !important;
    }

    .hero-slider,
    .hero-single {
        height: 240px !important;
        min-height: 240px !important;
    }

    /* Image proper dikhe – upar cut na ho */
    .hero-single {
        background-size: contain !important;   /* FULL image visible */
        background-position: center center !important;
        background-repeat: no-repeat !important;
        box-shadow: none !important;
        filter: none !important;
    }

    /* Overlay / color layer completely remove */
    .hero-single::before,
    .hero-single::after,
    .hero-section::before,
    .hero-section::after {
        display: none !important;
        content: none !important;
        background: none !important;
        opacity: 0 !important;
    }

    /* LEFT – RIGHT arrows remove */
    .hero-slider .owl-nav,
    .hero-slider .owl-prev,
    .hero-slider .owl-next {
        display: none !important;
    }

    /* Dots bhi remove */
    .hero-slider .owl-dots {
        display: none !important;
    }

    /* Text thoda readable rahe */
    .hero-title {
        font-size: 20px !important;
        line-height: 1.3;
        margin: 0;
    }

    /* =====================
       TAXI CARD IMAGE FIX
       ===================== */

    .taxi-item {
        overflow: hidden;
        border-radius: 10px;
    }

    .taxi-item a {
        display: block;
    }

    .taxi-item img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        display: block;
        vertical-align: bottom;
    }

    .taxi-content {
        padding: 10px;
        margin: 0;
    }

    /* =====================
       FORM – MOBILE HIDE
       ===================== */

    .mianSectForm {
        display: none !important;
    }

}
@media (max-width: 768px) {
    .hero-section {
        margin-top: -30px;
}




