@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    font-family: "Mulish", sans-serif;
}


a {
    text-decoration: none !important;
}


.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}



.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #fff;
    animation: sticky 2s;
    box-shadow: 0px -1px 4px 0px;
}


.header-logo {
    width: 200px;
}



ul.dropdown-menu.show {
    border-radius: 0px;
    padding: 0;
    line-height: 25px;
}


button.navbar-toggler {
    border-radius: 0px !important;
    box-shadow: none !important;
}


.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    background-color: #96b23b !important;
}


ul.navbar-nav.m-auto.mb-2.mb-lg-0 {
    gap: 25px;
}

.navbar-brand span {
    color: #007bff;
    font-size: 1.5rem;
    font-weight: 700;
}

.navbar-nav .nav-link {
    font-weight: 600;
    font-size: 1.1rem;
    color: #333333 !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition: color 0.3s ease, background-color 0.3s ease;
    border-radius: 0.25rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ff801b !important;
    background-color: rgb(28 23 106 / 59%);
}



.top-header {
    font-size: 0.9rem;
    font-weight: 600;
    background: linear-gradient(90deg, #96b23b, #96b23b, #161166, #191468);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0.3rem 0;
}

.top-header .contact-info span {
    margin-right: 1.5rem;
    color: #ffffff;
}


.top-header .contact-info img,
.top-header .contact-info i {
    color: #ffffff;
}

.top-header .contact-info .icon-bg {
    background: linear-gradient(135deg, #ff801b 0%, #ff801b 100%);
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgb(150 178 59);
    color: white !important;
    height: 30px;
    width: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}



img.social-logo {
    width: 25px;
    padding: 4px;
    background: #fff;
    border-radius: 5px;
}



ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    gap: 30px;
}



.hero-carousel {
    position: relative;
    height: 750px;
}

.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item {
    background-size: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 28%);
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: white;
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 20px;
    border-radius: 15px;
    max-width: 736px;
    width: 90%;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.hero-content ul {
    list-style: none;
    padding-left: 0;
    font-size: 1.05rem;
    margin-bottom: 25px;
}

.hero-content ul li::before {
    content: "• ";
    color: #ff801b;
    font-size: 1.2rem;
    font-weight: bold;
}

.btn-hero {
    font-size: 1rem;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: linear-gradient(45deg, #ff801b, #191568);
}

.carousel-indicators {
    bottom: 20px;
    z-index: 3;
}

.carousel-indicators [data-bs-target] {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}



@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p,
    .hero-content ul {
        font-size: 1rem;
    }
}


.booking-form {
    background-color: #fff;
    border-radius: 8px;
}


.carousel-item {
    background-position: 50% 100%;
}




.about-section {
    padding: 70px 0px 20px !important;
}

.about-section .about-title {
    font-size: 40px;
    font-weight: bold;
    color: #302c77;
    margin-bottom: 40px !important;
}


.about-section h2.about-title1 {
    font-size: 30px;
    font-weight: bold;
    color: #96b23b;
}


.about-title span {
    color: #ff801b;
}


.about-section .about-text {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .about-section .about-title {
        font-size: 1.6rem;
        text-align: center;
    }

    .about-section .about-text {
        text-align: center;
    }

    .about-section .about-section .btn {
        display: block;
        margin: 0 auto;
    }
}






.rajasthan-tour-section h2 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #07025c !important;
}

.rajasthan-tour-section .tour-card {
    perspective: 1000px;
    height: 340px;
    position: relative;
}

.rajasthan-tour-section .card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s ease-in-out;
}

.rajasthan-tour-section .tour-card:hover .card-inner {
    transform: rotateY(180deg);
}

.rajasthan-tour-section .card-front,
.rajasthan-tour-section .card-back {
    position: absolute;
    backface-visibility: hidden;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.rajasthan-tour-section .card-front {
    background: #fff;
    display: flex;
    flex-direction: column;
}



.rajasthan-tour-section .title-wrapper {
    height: 20%;
    background: linear-gradient(45deg, #07025c, #ff801b);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rajasthan-tour-section .card-title-link {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
}

.rajasthan-tour-section .card-title-link:hover {
    text-decoration: underline;
}

.rajasthan-tour-section .card-back {
    background-color: #fff;
    transform: rotateY(180deg);
    padding: 20px;
}

.rajasthan-tour-section .card-back p {
    font-size: 1rem;
    color: #333;
}

@media (max-width: 768px) {
    .rajasthan-tour-section .tour-card {
        height: 320px;
    }

    .rajasthan-tour-section .card-title-link {
        font-size: 1rem;
    }

    .rajasthan-tour-section .card-back p {
        font-size: 0.95rem;
    }
}


.rajasthan-tour-section .image-grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
}

.rajasthan-tour-section .image-grid-4 img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 0;
}

@media (max-width: 767px) {
    .rajasthan-tour-section .image-grid-4 img {
        height: 80px;
    }
}


.rajasthan-tour-section span {
    color: #ff801b;
}


section.rajasthan-tour-section {
    padding: 50px 0px 50px !important;
}


.rajasthan-tour-section a.btn.btn-outline-primary.mt-3 {
    border: 1px solid #ff801b;
    color: #ff801b;
    background: #fff !important;
    margin-top: 0px !important;
}






.query-section {
    background: linear-gradient(45deg, #00000000, #09081200), url(../img/query-img.jpg);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px !important;
}

.form-card {
    background-color: #fff;
    border-radius: 4px;
}

@media (max-width: 767.98px) {
    .query-section .form-card {
        padding: 20px 15px;
    }
}


.query-section h2 {
    color: #fff !important;
    font-size: 40px;
    font-weight: bold;
}



.query-section p {
    font-size: 16px;
    color: #fff !important;
}


.query-section ul li {
    font-size: 16px;
    color: #fff;
}



i.fas.fa-check-circle.text-primary.me-2 {
    color: #96b23b !important;
}


.query-section button {
    background: linear-gradient(45deg, #07025c, #ff801b);
    border-radius: 4px !important;
    border: none;
}


.query-section .form-control {
    border-radius: 4px !important;
    box-shadow: none !important;
}



select#destination {
    border-radius: 4px !important;
    box-shadow: none !important;
}








.our-services-section {
    padding: 80px 0px 40px !important;
}


.our-services-section h2 {
    font-size: 40px;
    font-weight: bold;
    color: #07025c !important;
}



.our-services-section span {
    color: #ff801b;
}


.service-box {
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
    border-radius: 4px !important;
    background-color: #fff;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-color: #007bff20;
}

.service-box i {
    color: #96b23b !important;
}

.service-box h5 {
    font-size: 22px;
    font-weight: 700 !important;
    color: #555555;
}

.service-box p {
    font-size: 0.95rem;
    color: #6c757d;
}













.car-fleet-section h2 {
    font-size: 40px;
    color: #07025c !important;
}



.car-fleet-section h2 span {
    color: #ff801b;
}


.car-card-alt {
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
    border-radius: 4px !important;
}



.car-card-alt .p-4 {
    background: #07025c;
}



.car-card-alt .p-4 a {
    color: #fff !important;
}


.car-card-alt p.text-muted.small {
    color: #fff !important;
    margin-bottom: 8px;
}


.car-card-alt a.btn {
    background: #ff801b;
    padding: 8px 20px;
    border: none;
}


.car-card-alt:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.car-card-alt .car-img {
    height: 230px;
    overflow: hidden;
}

.car-card-alt .car-img img {
    object-fit: contain;
    height: 100%;
    transition: transform 0.4s ease;
}

.car-card-alt:hover .car-img img {
    transform: scale(1.05);
}

.car-card-alt .badge {
    font-size: 0.75rem;
    padding: 0.4em 0.6em;
    border-radius: 0.4rem;
    background: #96b23b !important;
}





.why-choose-us-section .card i {
    transition: transform 0.3s ease, color 0.3s ease;
    color: #96b23b;
    margin-bottom: 0px !important;
}



.why-choose-us-section .card {
    border-radius: 4px !important;
}


.why-choose-us-section h2 {
    font-size: 40px;
    color: #07025c !important;
}



.why-choose-us-section span {
    color: #ff801b;
}


section.why-choose-us-section {
    padding: 40px 0px 20px !important;
}

.why-choose-us-section h5 {
    font-size: 22px;
    color: #555555;
}


.why-choose-us-section .card:hover i {
    transform: scale(1.2);
}


.why-choose-us-section .mb-3.text-primary {
    margin-bottom: 10px !important;
}









.social-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}








.footer-section {
    background-color: #111;
    color: #fff;
    font-size: 15px;
}

.footer-section h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #96b23b;
    width: fit-content;
}

.footer-section p,
.footer-section li,
.footer-section a {
    color: #fff;
    line-height: 1.8;
}


img.footer-logo {
    width: 184px;
    padding: 12px;
    background: #fff;
    border-radius: 4px;
}



.footer-section li {
    display: flex;
    align-items: center;
}

.footer-section a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-section a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-section .list-unstyled i {
    font-size: 16px;
    color: #ff801b;
}




.footer-section hr {
    border-top: 1px solid rgb(150 178 59) !important;
    margin-top: 0px;
    margin-bottom: 20px;
    opacity: 1;
}

.footer-section .text-muted {
    color: rgb(255 255 255) !important;
}



@media (max-width: 767.98px) {


    .footer-section .col-md-6,
    .footer-section .col-lg-3 {
        margin-bottom: 30px;
    }
}




@media (max-width: 1024px) {

    ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
        gap: 19px;
    }


    .hero-carousel {
        height: 600px;
    }


    .about-section h2.about-title1 {
        font-size: 25px;
        margin-bottom: 5px;
    }


    .about-section .about-text {
        font-size: 14px;
        line-height: 1.60;
        margin-bottom: 0px;
    }

    .about-section {
        padding: 50px 0px 20px !important;
    }


    .about-section .about-title {
        font-size: 40px;
        margin-bottom: 30px !important;
    }


    section.why-choose-us-section {
        padding: 20px 0px 20px !important;
    }


    section.rajasthan-tour-section {
        padding: 35px 0px 20px !important;
    }


    .rajasthan-tour-section .image-grid-4 img {
        height: 110px;
    }


    .rajasthan-tour-section .tour-card {
        height: 275px;
    }


    section#car-fleet {
        padding: 35px 0px !important;
    }


    .car-card-alt .p-4 {
        padding: 6px 0px 14px 10px !important;
    }


    .car-card-alt p.text-muted.small {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .query-section h2 {
        font-size: 32px;
    }

    .query-section {
        padding: 50px 0px !important;
    }


    .our-services-section {
        padding: 45px 0px 40px !important;
    }

}

@media (max-width: 430px) {

    .top-header {
        display: none;
    }

    ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
        gap: 0px;
        line-height: 15px;
    }

    .header-logo {
        width: 150px;
    }


    .navbar-nav .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }


    .hero-carousel {
        height: 530px;
    }


    .hero-content {
        text-align: left;
        padding: 30px 10px;
        border-radius: 4px;
        max-width: 749px;
        width: 96%;
    }


    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }





    .header-logo {
        width: 160px;
    }


    .about-section {
        padding: 40px 0px 20px !important;
    }


    .about-section .about-title {
        font-size: 30px;
    }


    .about-section h2.about-title1 {
        font-size: 22px;
        margin-bottom: 5px;
    }


    .about-section .about-text {
        text-align: start;
    }


    section.why-choose-us-section {
        padding: 0px 0px 20px !important;
    }


    .why-choose-us-section h2 {
        font-size: 27px;
    }


    .rajasthan-tour-section h2 {
        font-size: 27px;
    }


    .car-fleet-section h2 {
        font-size: 30px;
    }


    .our-services-section h2 {
        font-size: 30px;
    }


    .service-box {
        padding: 20px !important;
    }

    section.social-media-section {
        padding: 14px 0px !important;
    }


    .social-media-section h2 {
        font-size: 30px;
        color: #07025c !important;
    }


    .social-media-section span {
        color: #ff801b;
    }


    .footer-section p,
    .footer-section li,
    .footer-section a {
        color: #fff;
        line-height: 1.8;
        text-align: left;
    }

}


@media (max-width: 412px) {

    .hero-content {
        text-align: left;
        padding: 30px 5px;
    }


    .hero-content h1 {
        font-size: 26px;
    }


    .hero-carousel {
        height: 500px;
    }


    .about-section .about-title {
        font-size: 26px;
    }


    .about-section h2.about-title1 {
        font-size: 18px;
        margin-bottom: 5px;
    }


    .query-section h2 {
        font-size: 25px;
    }

    .query-section p {
        font-size: 14px;
    }


    .query-section ul li {
        font-size: 14px;
        color: #fff;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0px !important;
    }


}






.hero-jaipur-section {
    background: linear-gradient(to right, #0000008c 60%, #0000006e 100%), url(../img/jaipur/hero-img.jpg);
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.hero-jodhpur-section {
    background: linear-gradient(to right, #0000008c 60%, #0000006e 100%), url(../img/jodhpur/home-jodhpur.jpg);
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.hero-jaisalmer-section {
    background: linear-gradient(to right, #0000008c 60%, #0000006e 100%), url(../img/jaisalmer/home-jaisalmer.jpg);
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}





.hero-pushkar-section {
    background: linear-gradient(to right, #0000008c 60%, #0000006e 100%), url(../img/pushkar/home-pushkar.jpg);
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}




.hero-mount-abu-section {
    background: linear-gradient(to right, #0000008c 60%, #0000006e 100%), url(../img/mount-abu/home-mount.jpg);
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.hero-ajmer-section {
    background: linear-gradient(to right, #0000008c 60%, #0000006e 100%), url(../img/ajmer/home-ajmer.jpg);
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.hero-chittorgarh-section {
    background: linear-gradient(to right, #0000008c 60%, #0000006e 100%), url(../img/chittorgarh/home-chittorgarh.jpg);
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.hero-kota-section {
    background: linear-gradient(to right, #0000008c 60%, #0000006e 100%), url(../img/kota/about-kota.jpg);
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.hero-same-day-tours-section {
    background: linear-gradient(to right, #0000008c 60%, #0000006e 100%), url(../img/home-same-day.jpg);
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.hero-spiritual-section {
    background: linear-gradient(to right, #0000008c 60%, #0000006e 100%), url(../img/home-spirit.jpg);
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



.hero-weekend-section {
    background: linear-gradient(to right, #0000008c 60%, #0000006e 100%), url(../img/home-weekend.jpg);
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.hero-jaipur-section h1 {
    color: #ffffff !important;
    font-size: 55px;
    letter-spacing: 1px;
}



.hero-weekend-section h1 {
    font-size: 45px;
}


.hero-same-day-tours-section h1 {
    font-size: 53px;
}


.hero-jaipur-section p {
    color: #fff !important;
    font-weight: 500;
    font-size: 18px;
}


.hero-jaipur-section h1 {
    color: #2c3e50;
}


.hero-jaipur-section ul li {
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}


i.fas.fa-check-circle.text-success.me-2 {
    color: #96b23b !important;
}


.tour-form .card {
    transition: all 0.3s ease-in-out;
    padding: 40px 30px !important;
    backdrop-filter: blur(3px);
    background: #ffffff2b !important;
    border-radius: 4px !important;
}


.tour-form .card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


.tour-form button {
    border-radius: 4px !important;
    background: linear-gradient(45deg, #08035d, #ff801b);
    border: none;
}


.tour-form .form-control {
    border-radius: 4px !important;
    box-shadow: none !important;
}


.tour-form h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 26px !important;
    color: #ff801b !important;
}

@media (max-width: 768px) {

    .hero-jaipur-section h1 {
        font-size: 28px;
    }
}







.about-jaipur-section h2 {
    color: #07025c !important;
    font-size: 31px;
}

.about-jaipur-section span {
    color: #ff801b;
}


.about-jaipur-section p {
    font-size: 16px;
    line-height: 1.7;
}

.about-img-wrapper img {
    object-fit: cover;
    height: 100%;
    transition: transform 0.3s ease;
}

.about-img-wrapper:hover img {
    transform: scale(1.03);
}

@media (max-width: 768px) {
    .about-jaipur-section {
        text-align: center;
    }

    .about-jaipur-section ul {
        padding-left: 0;
    }
}


.object-fit-cover {
    object-fit: cover;
    height: 220px !important;
}




.top-destinations-jaipur .destination-card {
    border-radius: 4px !important;
}

.top-destinations-jaipur .destination-card img {
    transition: transform 0.3s ease;
    height: 245px;
    width: 100%;
}

.top-destinations-jaipur .destination-card:hover img {
    transform: scale(1.05);
}

.top-destinations-jaipur .destination-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: #fff;
    transition: all 0.3s ease;
    opacity: 1;
}


.top-destinations-jaipur h2 {
    font-size: 40px;
    color: #07025c !important;
}


.top-destinations-jaipur span {
    color: #ff801b;
}







.spiritual-tour-jaipur span {
    color: #ff801b;
}



.spiritual-tour-jaipur .spiritual-card img {
    transition: transform 0.3s ease;
    height: 235px;
    object-fit: cover;
    width: 100%;
}

.spiritual-tour-jaipur .spiritual-card:hover img {
    transform: scale(1.05);
}

.spiritual-tour-jaipur .spiritual-card h5 {
    color: #555555;
}

.spiritual-tour-jaipur .spiritual-card {
    background: #fff;
    transition: box-shadow 0.3s ease;
    height: 341px !important;
    border-radius: 4px !important;
}

.spiritual-tour-jaipur .spiritual-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}



.spiritual-tour-jaipur h2 {
    font-size: 40px;
    color: #07025c !important;
}


section.spiritual-tour-jaipur {
    padding: 40px 0px 0px !important;
}


section.top-destinations-kota {
    padding: 30px 0px 0px !important;
}



.top-destinations-chittorgarh {
    padding: 30px 0px 0px !important;
}


@media (max-width: 430px) {

    .hero-jaipur-section {
        height: 100%;
    }

    .hero-jaipur-section p {
        font-weight: 400;
        font-size: 16px;
    }


    .hero-jaipur-section ul li {
        font-size: 16px;
        font-weight: 400;
    }


    .offset-1 {
        margin-left: 0 !important;
    }


    .tour-form .card {
        padding: 30px 20px !important;
    }


    .about-jaipur-section h2 {
        font-size: 30px;
    }


    .about-jaipur-section p {
        font-size: 15px;
        line-height: 1.6;
        text-align: left;
    }


    .about-jaipur-section ul {
        padding-left: 0;
        text-align: left;
    }


    .about-jaipur-section {
        text-align: center;
        padding: 40px 0px 0px !important;
    }

    .top-destinations-jaipur h2 {
        font-size: 30px;
        color: #07025c !important;
    }


    .top-destinations-jaipur .destination-card img {
        width: 100%;
    }


    section.top-destinations-jaipur {
        padding: 50px 0px 0px !important;
    }


    .spiritual-tour-jaipur h2 {
        font-size: 30px;
        color: #07025c !important;
    }

}


@media (max-width: 412px) {

    .hero-jaipur-section h1 {
        font-size: 23px;
    }


    .hero-jaipur-section p {
        font-size: 14px;
    }


    .hero-jaipur-section ul li {
        font-size: 14px;
    }


    .tour-form h4 {
        font-size: 22px;
        margin-bottom: 20px !important;
    }


    .tour-form .card {
        padding: 20px 20px !important;
    }


    .about-jaipur-section h2 {
        font-size: 26px;
    }

    .about-jaipur-section p {
        font-size: 14px;
    }


    .about-jaipur-section li {
        font-size: 14px;
    }


    .top-destinations-jaipur .destination-card img {
        width: 100%;
        height: 210px;
    }

    .spiritual-tour-jaipur h2 {
        font-size: 26px;
    }


    .spiritual-tour-jaipur .spiritual-card img {
        height: 200px;
    }


    .spiritual-tour-jaipur .spiritual-card {
        height: 305px !important;
    }


    .rajasthan-tour-section h2 {
        font-size: 24px;
    }



}








.hero-udaipur-section {
    background: linear-gradient(45deg, #000000a8, #00000078), url(../img/udaipur/udaipur.jpg);
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-udaipur-section h1 {
    font-size: 50px;
    color: #fff !important;
}

.hero-udaipur-section p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff !important;
    font-weight: 500;
}

.hero-udaipur-section ul li {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #fff;
}







@media (max-width: 767.98px) {
    .hero-udaipur-section h1 {
        font-size: 2rem;
    }

    .hero-udaipur-section .tour-form {
        margin-top: 2rem;
    }

    .hero-udaipur-section ul {
        padding-left: 1rem;
    }

    .hero-udaipur-section ul li {
        font-size: 0.95rem;
    }
}




.breadcrumb-section {
    background: linear-gradient(45deg, #000, #000), url(../img/contact-us.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-section .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb-section .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-section h1 {
    font-size: 50px;
    font-weight: 700;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #ddd;
}


.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(255 128 27) !important;
    content: var(--bs-breadcrumb-divider, "/");
}



.our-services-contact-section {
    padding: 30px 0px 40px !important;
}


.hero-contact-section .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 4px !important;
}

.hero-contact-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.hero-contact-section .card i {
    color: #96b23b !important;
}

.hero-contact-section .card h6 {
    color: #555555;
    font-size: 1rem;
}

.hero-contact-section .card p {
    font-size: 0.95rem;
}

.hero-contact-section a {
    color: #6c757d;
}







@media (max-width: 430px) {

    .hero-udaipur-section {
        height: 100%;
    }


    .hero-udaipur-section h1 {
        font-size: 24PX;
    }


    .hero-udaipur-section p {
        font-size: 15px;
    }


    .hero-udaipur-section ul li {
        font-size: 14px;
    }

    .hero-udaipur-section ul {
        padding-left: 0;
    }
}



@media (max-width: 412px) {}





.body-thank {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background: linear-gradient(120deg, #f0f4ff, #fff);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #333;
}

.thank-you-container {
    background: #fff;
    padding: 30px 0px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 560px;
    width: 100%;
    animation: fadeInUp 1s ease-out;
    border-radius: 4px !important;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.thank-you-container h1 {
    font-size: 36px;
    color: #07025c;
    font-weight: 600;
    margin-bottom: 15px;
}

.thank-you-container p {
    font-size: 16px;
    color: #555;
    margin-bottom: 23px;
}

.thank-you-container a.btn {
    display: inline-block;
    background-color: #ff801b;
    color: #fff;
    padding: 10px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: background 0.3s ease;
}

.thank-you-container a.btn:hover {
    background-color: #ff801b;
}

.footer-message {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}

.footer-message a {
    color: #07025c;
    text-decoration: none;
    font-weight: 500;
}

.footer-message a:hover {
    text-decoration: underline;
}

.icon-check {
    font-size: 64px;
    color: #96b23b;
    margin-bottom: 0px;
}





@media (max-width: 430px) {



    .body-thank {
        padding: 10px;
    }


    .icon-check {
        font-size: 50px;
        color: #96b23b;
        margin-bottom: 0px;
    }

    .thank-you-container p {
        font-size: 14px;
        color: #555;
        margin-bottom: 16px;
    }


    .thank-you-container {
        padding: 30px 7px;
        border-radius: 4px !important;
    }

}