@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');
body{
    font-family: Poppins !important;
    background: #F9ECFE !important;
}
.customDiv{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
a, a:hover{
    text-decoration: none !important;
    color: inherit !important;
}
button{
    white-space: nowrap;
}
.fs-10{
    font-size: 10px !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-20{
    font-size: 20px !important;
}
.fs-22{
    font-size: 22px !important;
}
.fs-24{
    font-size: 24px !important;
}
.form-select, .form-control{
    box-shadow: none !important;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.text-fade{
    color: rgba(32, 32, 32, 0.70);
}
.border-28{
    border-radius: 28px !important;
}
.border-24{
    border-radius: 24px !important;
}
.border-14{
    border-radius: 14px !important;
}
.border-12{
    border-radius: 12px !important;
}
.border-10{
    border-radius: 10px !important;
}
.border-8{
    border-radius: 8px !important;
}
.orangeClr{
    color: #FF6F42;
}
.underlineTxt{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FF6F42;
    text-decoration-thickness: 10.5%;
    text-underline-offset: 16%;
    text-underline-position: from-font;
}
.fsSection{
    border-radius: 0px 0px 40px 40px;
    border-bottom: 1.5px solid #8820C8;
}
.navbAr{
    display: flex;
    background-color: transparent;
}
.navlinks a{
    text-decoration: none;
    color: #202020;
    margin-top: auto;
    margin-bottom: auto;
}
.navlinks a.active{
    font-size: 18px;
    font-weight: 500;
}
.logo{
    width: 3rem;
    height: 3rem;
}
.logo img{
    width: 100%;
    /*height: 100%;*/
    object-fit: contain;
}
.user-image{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.afterLogNAv .searchDiv{
    width: 60%;
    border-radius: 14px;
    background: #FFEFEA;
    border: none;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}
.afterLogNAv .searchDiv .form-control{
    background: transparent;
}
.searchDiv{
    width: 100%;
    display: flex;
    padding: 4px 12.5px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    border: 1px solid #FF6F42;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}
.customBtn{
    border-radius: 12px;
    background: #FF6F42;
    color: #fff;
    padding: 10px 20px;
    border: none;
}
.customOutlineBtn{
    border-radius: 12px;
    padding: 10px 20px;
    border: 1px solid #FF6F42;
    background: #FFECEC;
    color: #FF6F42;
}
.btngreen{
    padding: 2px 20px;
    color: #42C826;
    border-radius: 7px;
    border: 1px solid #42C826;
    background: #F0FEED;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    width: 85%;
}
.heroSec{
    padding: 2rem 0;
}
.img-bg{
    border-radius: 26px;
    background: #F9ECFE;
}
.img-bg img{
    margin-top: -8rem;
}
.travelCardDv{
    gap: 3rem;
    justify-content: space-between;
}
.travelCardWidth{
    width: 30% !important;
}
.travelCard{
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 2px 14.4px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    height: 100%;
}
.travelImg{
    position: absolute;
    width: 8rem;
    right: 0;
    bottom: 0.5rem;
}

.bookRideBtn{
    border-radius: 12px;
    background: #FFD166;
    border: none;
    padding: 10px 20px;
    color: #202020;
    font-weight: 500;
}
.bookGreenShop{
    border-radius: 12px;
    background: #60E1A7;
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
}
.skyBtn{
    border-radius: 12px;
    border: 2px solid #E3F1FF;
    background: #E3F1FF;
    padding: 10px 20px;
    color: #202020;
    font-weight: 500;
}

.recentOrderNav {
    border-bottom: 2px solid rgba(32, 32, 32, 0.15) !important;
}
.recentOrderNav .nav-item.show .nav-link, .recentOrderNav .nav-link.active {
    color: #202020 !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 2px solid #202020 !important;
    font-weight: 500 !important;
}
.recentOrderNav .nav-link, .recentOrderNav .nav-link:hover {
    margin-bottom: -4px !important;
    color: #202020;
}

.service-Nav{
    border-radius: 60px;
    background: #FFF;
    box-shadow: 0px 2px 15.6px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    padding: 5.5px 13px 5.5px 5px;
    padding-left: 5.5px !important;
    align-items: flex-start;
    gap: 1px;
    width: fit-content;
}
.service-Nav .nav-link.active, .service-Nav .show>.nav-link {
    border-radius: 40px;
    background-color: #FF6F42 !important;
    box-shadow: 0px 2px 10px 0px rgba(255, 111, 66, 0.25);
    padding: 0.7rem 3rem;
    color: #fff !important;
}
.service-Nav .nav-link {
    padding: 0.7rem 3rem;
    color: #202020;
}
.ser{
    border-radius: 30px;
    padding: 1rem;
    height: 100%;
}
.service1{
    background: #FFF3D6;
    height: 100%;
    display: grid;
}
.service1 img{
    margin-right: -1rem;
}
.ser.service2{
    background: #FFE4EC;
}
.ser.service3{
    background: #FFF2DE;
}
.ser.service4{
    background: #D6F5F3;
}
.ser.service5{
    background: #E8EBFF;
}
.ser.service6{
    background: #DFF5E3;
}
.ser.service7{
    background: #E3F1FF;
}
.ser.service8{
    background: #FFE7CC;
}
.ser .imgDiv{
    text-align: right;
}
.ser .imgDiv img{
    height: 100px;
    margin-top: -2rem;
}
.service6 .imgDiv img, .service7 .imgDiv img{
    margin-top: -4rem;
}

.shop{
    border-radius: 30px;
    padding: 1rem;
    height: 100%;
}
.shop1{
    background: #DAF9EB;
    height: 100%;
    display: grid;
}
.shop1 img{
    margin-right: -1rem;
    width: 80%;
}
.shop.shop2{
    background: #F6FFF8;
}
.shop.shop3{
    background: #FFF2DE;
}
.shop.shop4{
    background: #D6F5F3;
}
.shop.shop5{
    background: #E8EBFF;
}
.shop.shop6{
    background: #DFF5E3;
}
.shop.shop7{
    background: #E3F1FF;
}
.shop.shop8{
    background: #FFE7CC;
}
.shop .imgDiv{
    text-align: right;
}
.shop .imgDiv img{
    height: 100px;
    margin-top: -2rem;
}
.shop6 .imgDiv img, .shop7 .imgDiv img{
    margin-top: -4rem;
}
.sellingDiv{
    border-radius: 31px;
    background: #FFE6DE;
    box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}

.downloadSec{
    background: linear-gradient(180deg, #1A2238 0%, #3C1A47 100%);
}


.real-story .slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

.real-story  .slider-container:hover .slider-row {
    animation-play-state: paused; /* Pause animation on hover */
  }

.real-story  .slider-row {
    display: flex;
    gap: 20px;
    animation: slideLeft 50s linear infinite;
  }

.real-story  .slider-row.reverse {
    animation: slideRight 50s linear infinite;
  }

  @keyframes slideLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-40%);
    }
  }

  @keyframes slideRight {
    0% {
      transform: translateX(-40%);
    }
    100% {
      transform: translateX(0);
    }
  }

  .real-story-card {
    flex: 0 0 450px;
    background: white;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .real-story-card h3 {
    margin: 10px 0;
    color: #333;
  }

  .real-story-card p {
    font-size: 14px;
    color: #555;
  }
  .real-story .name{
    color: rgba(32, 32, 32, 0.80);
    font-size: 20px;
    font-weight: 500;
}
.real-story h3 span{
    color: rgba(32, 32, 32, 0.60);
    font-size: 18px;
}

.footer{
    padding: 1rem;
}
.footer-inner{
    border-radius: 20px;
    background: #DDD6F3;
    padding: 1.5rem;
}
.footer .border-left{
    border-left: 1px solid rgba(0, 0, 0, 0.20);
    padding-left: 1rem;
    margin-top: 1rem;
}
.footer .logo{
    width: 6rem;
    height: 6rem;
}
.scannerImg{
    width: 100px;
}

.afterlogBorder{
    border-radius: 0px 0px 40px 40px;
}

.customCarousel .carousel-indicators {
    position: absolute;
    bottom: -70px; /* Move indicators outside */
}

.customCarousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: gray;
    transition: width 0.3s ease;
}

.customCarousel .carousel-indicators .active {
    width: 30px; /* Longer active indicator */
    height: 10px;
    border-radius: 20px;
    background-color: #FF6F42;
}
.smallBnrImg{
    height: 280px;
}

.ordersCard{
    display: grid;
    border-radius: 0 22px 22px;
    background: #FFF;
    padding: 1rem;
    height: 100%;
}
.ordersCard .imgDiv{
    border-radius: 14.487px;
    background: #F8F8F8;
    width: 100%;
    height: 150px;
    padding: 1rem;
}
.ordersCard .imgDiv img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mob-show{
    display: none;
}


@media only screen and (max-width: 768px) {
    body{
        font-size: 12px;
    }
    .mob-hide{
        display: none;
    }
    .mob-show{
        display: block;
    }
    .customDiv{
        width: 100%;
        padding: 0 0.5rem;
    }
    .img-bg img {
        margin-top: -5rem;
    }
    .text-mob-center{
        text-align: center;
    }
    .customOutlineBtn {
        border-radius: 12px;
        padding: 5px 8px;
        font-size: 14px;
    }
    .customBtn {
        border-radius: 12px;
        padding: 5px 9px;
        font-size: 14px;
    }
    .travelCardDv {
        gap: 0;
        justify-content: center;
    }
    .travelImg {
        position: relative;
        height: 60px;
        width: unset !important;
        right: 0;
        bottom: 0.5rem;
    }
    .travelCard .p-4{
        padding-bottom: 0 !important;
    }
    .travelCard{
        text-align: center;
    }
    .service-Nav .justify-content-between{
        justify-content: unset !important;
    }
    .service1 img {
        margin-right: 0;
        width: 100px !important;
    }
    .service1 {
        height: unset;
        margin-bottom: 1rem;
    }
    .footer-inner .ps-5{
        padding-left: 0 !important;
    }
    .real-story .slider-row {
        display: grid;
        animation: none;
    }
    .real-story .slider-row.reverse {
        animation: none;
    }
    .footer {
        padding: 0;
    }
    .footer-inner{
        border-radius: 0;
    }
    .serviceMobDiv{
        text-align: center;
    }
    .serviceMobImgDiv{
        width: 50px;
        height: 50px;
        border-radius: 100px;
        background: #F1F1F1;
        padding: 5.36px 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .serviceMobImgDiv img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .serviceMobDiv p{
        white-space: wrap;
        font-size: 0.9rem;
    }
    .recentOrderNav {
        display: flex !important;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap !important;
    }
    .ordersCard{
        display: flex;
    }
    .ordersCard .imgDiv {
        width: 30%;
        height: 150px;
        padding: 0.5rem;
        margin-right: 1rem;
    }
    .service-Nav .nav-link.active, .service-Nav .show>.nav-link {
        padding: 0.7rem 1rem;
    }
    .service-Nav .nav-link {
        padding: 0.6rem 1rem;
    }
}

