
    header .navbar {
        height: auto
    }

    #navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background-color: #000;
    }

    #navbar.sticky {
        animation: stickyMenu 0.75s ease-in-out;
        background: #000;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        z-index: 120;

    }


    @keyframes stickyMenu {
        0% {
            margin-top: -120px;
            opacity: 0;
        }

        50% {
            margin-top: -64px;
            opacity: 0;
        }

        100% {
            margin-top: 0px;
            opacity: 1;
        }
    }

    @media (max-width: 620px) {
        header .navbar {
            height: 67px;
            position: relative;
        }

        header .navbar.sticky::after {
            display: none;
        }
    }



    a {
        text-decoration: none;
    }

    .accordion-button::after {
        filter: invert(1);
    }

    .float {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 40px;
        right: 20px;
        background-color: #00a743;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
        animation-name: pulse;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(0, 167, 67, 0.9);
        }

        80% {
            box-shadow: 0 0 0 10px rgba(0, 167, 67, 0.87);
        }
    }

    .float.call {
        bottom: 110px;
        background-color: #00a743;
    }

    .footer a.navbar-brand {
        font-size: 35px;
    }

    @media (max-width:767px) {
        .footer {
            padding-top: 0;
        }

        .footer a.navbar-brand {
            font-size: 45px;
        }

    }



/* Header Custom CSS */
header .navbar {
        height: auto
    }

    #navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background-color: #000;
    }

    #navbar.sticky {
        animation: stickyMenu 0.75s ease-in-out;
        background: #000;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        z-index: 120;

    }


    @keyframes stickyMenu {
        0% {
            margin-top: -120px;
            opacity: 0;
        }

        50% {
            margin-top: -64px;
            opacity: 0;
        }

        100% {
            margin-top: 0px;
            opacity: 1;
        }
    }

    @media (max-width: 620px) {
        header .navbar {
            height: 67px;
            position: relative;
        }

        header .navbar.sticky::after {
            display: none;
        }
    }

/* Footer Custom CSS */
a {
        text-decoration: none;
    }

    .accordion-button::after {
        filter: invert(1);
    }

    .float {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 40px;
        right: 20px;
        background-color: #00a743;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
        animation-name: pulse;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(0, 167, 67, 0.9);
        }

        80% {
            box-shadow: 0 0 0 10px rgba(0, 167, 67, 0.87);
        }
    }

    .float.call {
        bottom: 110px;
        background-color: #00a743;
    }

    .footer a.navbar-brand {
        font-size: 35px;
    }

    @media (max-width:767px) {
        .footer {
            padding-top: 0;
        }

        .footer a.navbar-brand {
            font-size: 45px;
        }

    }

.current_location:hover {
            transform: scale(1.3);

        }

        .download-button {
            background-color: #DBEFFF;
            top: 0;
        }

        .download-button img {
            max-width: 85% !important;
            height: auto;
        }

        .download-button .nav li {
            width: 48%;
        }

        .input-box {
            height: 56px !important;
        }

        .input-box .form-control {
            color: #00A743;
            font-weight: 400;

        }

        .input-box .form-control::placeholder {
            font-weight: 400;

        }

        .journey-track-form form .submit-btn {
            height: 61px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 25px;
        }

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

        .pick-info-form::before {
            content: "";
            position: absolute;
            width: 3px;
            height: 100%;
            background: #B0B0B0;
            top: 0px;
            left: 19px;
        }

        .pick-info-form li:first-child::before {
            background: #D47716;
            top: 0px;
            left: -29px;
            border-radius: 50%;

        }

        .pick-info-form li::before {
            position: absolute;
            content: "";
            width: 15px;
            height: 15px;
            bottom: 0px;
            left: -29px;
        }

        .pick-info-form li::before {
            background: #C51C1C;
            border-radius: 3px;
            bottom: 3px;
        }

        .pick-info-form li:last-child::before {
            background: #D47716;
            border-radius: 50%;
        }

        .testimonial-box {
            height: 243px;
        }

        .top-nav {
            z-index: 112;
            ;
        }

        /* Extra Large Devices (very large screens, 1600px and up) */
        @media (min-width: 1200px) {
            .hero-banner {
                background-image:
                    url("https://cabyatra.com/public/web/assets/images/img/cabyatra-hero-banner.avif");
                height: calc(100vh - 48px);
                /* height: auto; */
                background-size: cover !important;
            }

            .download-button {
                width: 100%;

            }

            .download-section {
                margin-top: -65px
            }

            .green-hr-line {
                background: #00A743;
                height: 2px;
                opacity: 1;
            }

        }

        hr.green-hr-line {
            display: none;
        }

        /* NEW STYLE 01-06-2025 */
        .sec-title {
            font-size: 45px;
            color: var(--color-black);
            border-left: 7px solid green;
            padding-left: 10px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;

        }

        .padding-Cont {
            padding-inline: 85px;
        }

        .bat_Cnt {
            padding-left: 85px;
        }



        .support {
            margin: 40px 150px 40px 0;
        }

        .line-green {
            position: relative;
        }

        .line-green:after {
            position: absolute;
            content: "";
            width: 5px;
            background: #00A743;
        }

        .abt.line-green:after {
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            height: 75%;

        }

        .facility-section .abt_Cnt_img {
            background: #F8F9FA;
            padding: 50px 35px;
            border-radius: 25px;
        }

        .facility-section.line-green::after {
            left: 0;
            top: 0;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            height: 100%;
        }

        .facility-section h2.sec-title {
            margin-bottom: 50px;
        }

        .cabs_Card {
            box-shadow: 0px 2px 4px 0px #00000013;
            background: #fff;
            border-radius: 10px;
            position: relative;
        }

        .stretched-link {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;

        }


        .vertical_line {
            height: 100%;
            width: 3px;
            background: #000;
        }

        .testi_cnt {
            line-height: 24px;
            font-size: 16px;
        }

        .testi_title {
            font
        }

        .reviews {
            margin-top: 50px;
        }

        .reviews p:first-child {
            font-size: 19px;
        }

        .reviews p:last-child {
            font-size: 16px;
        }

        .connect_with_us {
            margin-bottom: 70px;
        }

        .social-media {
            box-shadow: 0px 5px 10px 1px #00000040;
            background-color: #fff;
        }

        .social-media p {
            font-size: 12px;
            line-height: 24px;
            font-weight: 400;
        }

        .popular_cities strong {
            font-size: 15px;
            font-weight: 600;
            line-height: 24px;
        }

        .popular_cities p {
            font-size: 10px;
            font-weight: 400;
            line-height: 20px;
            text-align: center;
        }

        .popular_cities .border-dark {
            border-color: #00A743 !important;

        }

        .social_cnt {
            margin-top: 150px;
        }


        /* tour packages section on home page */
        .tour-packages .bg-white {
            box-shadow: 0px 16px 48px 0px #00000026;

        }

        .top-left-radius {
            border-top-left-radius: 50px
        }

        .bottom-left-radius {
            border-bottom-left-radius: 50px
        }

        .top-right-radius {
            border-top-right-radius: 50px
        }

        .bottom-right-radius {
            border-bottom-right-radius: 50px
        }

        .tour-packages figure {
            margin-bottom: 0;
        }

        .tour-packages figure figcaption {
            text-align: center;
            border: 0.4px solid #00A743;
            background: #FFFFFF;
            border-radius: 25px;
            padding: 10px 20px;
            margin-top: 16px;

        }

        .routs-list li {
            margin-bottom: 24px;
            position: relative;
        }

        .routs-list li a {
            color: var(--color-green)
        }

        .routs-list li::before {
            content: '▶';
            /* Unicode triangle play symbol */
            position: absolute;
            left: -17px;
            top: 0;
            color: #00923F;
            /* match text color */
            font-size: 14px;
            line-height: 1.5;
        }

        .swiper {
            width: 100%;
            height: 100%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #444;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .affordable p {
            font-size: 30px;
            padding-right: 100px;
        }

        @media (max-width: 768px) {
            .packages-box {
                margin-bottom: 80px;
            }

            .sec-padding {
                padding: 0;
            }

            .margin-105 {
                margin-top: 72px;
            }

            .facility-section h2.sec-title {
                margin-bottom: 7px;
            }

            .happy-customers h2.sec-title {
                margin-block: 30px;
            }

            p:last-of-type {
                margin-bottom: 0;
            }

            .sec-title {
                font-size: 22px;
            }

            .sec-title.text-center {
                text-align: left !important;
            }

            .padding-Cont {
                padding-inline: 0px;
            }

            .facility-section .abt_Cnt_img {
                margin-right: 0px;
                padding: 0px;
            }

            .bat_Cnt {
                padding-left: 0;
            }

            .support {
                margin-bottom: 20px;
                margin-top: 20px;
            }

            .support,
            .abt_Cnt_img {
                margin-right: 0;

            }

            .facility-section figure img {
                width: 100% !important;
            }

            .social_cnt {
                margin-top: 30px;
            }

            .social-media_sec figure img {
                width: 25px !important;
                height: 25px !important;
            }

            .top-left-radius,
            .bottom-left-radius,
            .top-right-radius,
            .bottom-right-radius {
                border-radius: 0px
            }

            .connect_with_us {
                margin-bottom: 26px;
            }

            .reviews {
                margin-top: 25px;
            }

            .affordable p {
                font-size: 25px;
                padding-right: 0px;

            }
        }



@media (min-width:1020px) {
                .tirthsthal .attractiion-img figure img {
                    height: 150px;
                    object-fit: cover;
                }
            }

.faq .accordion .accordion-button.collapsed {
            background-color: #00a651;
            border-radius: 50px !important;
            margin-bottom: 10PX;
        }

        .faq .accordion .accordion-flush>.accordion-item>.accordion-header .accordion-button {
            background-color: #00a651;
        }

        .faq .accordion .accordion-button:not(.collapsed) {
            background-color: #00a651;
            border-radius: 50px !important;
        }

        .faq .accordion h3 {
            font-size: 14px;
            color: #fff;
            margin-bottom: 0;
        }

        .faq .accordion .accordion-button::after {
            filter: invert(1);
        }

        .key-points {
            list-style-type: disc;
        }

/* Marquee replacement */
.marquee-scroller { overflow: hidden; white-space: nowrap; animation: scroll-left 15s linear infinite; }
@keyframes scroll-left { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
