@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&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: "Montserrat", sans-serif !important;
}

body {
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-container {
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 0px auto;

}

a.navbar-brand img {
    width: 50% !important;
}
.navbar-brand img {
    width: 25%;
}
nav.navbar {
    background-color: #f9f9f9 !important;
}
.header-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #333;
    background-clip: text;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.package-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    overflow: hidden;
}
.home-banner {
    background-image: url(../assets/images/car-5.jpg);
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-banner-content h1 span {
    color: #ff9934;
}

.home-banner-content h1 {
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-header {
    background: linear-gradient(135deg, #ffc107, #ff9800);
    color: white;
    border-bottom: none;
    padding: 20px;
    position: relative;
}

.card-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="white" opacity="0.1"/><circle cx="80" cy="40" r="0.5" fill="white" opacity="0.1"/><circle cx="40" cy="80" r="1.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.card-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    position: relative;
    z-index: 1;
}

.duration-badge {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

.vehicle-item {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vehicle-item:last-child {
    border-bottom: none;
}

.vehicle-item:hover {
    background-color: #f8f9ff;
}

.vehicle-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vehicle-icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #ff6b6b, #ffa500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

.vehicle-name {
    font-weight: 500;
    color: #333;
}

.vehicle-price {
    font-weight: 600;
    color: #667eea;
    font-size: 1.1rem;
}

.itinerary-item {
    padding: 15px 20px;
    border-left: 3px solid #ffc107;
    margin-bottom: 10px;
    background: #f8f9ff;
    border-radius: 0 10px 10px 0;
    position: relative;
}

.day-number {
    background: linear-gradient(135deg, #ffc107, #ff9800);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 15px;
    font-size: 0.9rem;
}

.itinerary-text {
    display: inline;
    color: #555;
    font-weight: 500;
}

.note-card {
    background: linear-gradient(140deg, #ffc960, #ff9000);
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
    border: none;
}

.note-text {
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.route-icon {
    font-size: 1.5rem;
    color: #667eea;
    margin: 0 10px;
}

.traveller-set-img img {
    border-radius: 0px 10px 10px 0px;
    width: 100%;
}

.traveller-set-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.traveller-set-content p {
    display: inline;
    color: #555;
    font-weight: 500;
    margin: 0;
}

.traveller-set-content {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #f8f9ff;
    border-radius: 10px 0px 0px 10px;
    padding: 20px;
}

.chandigarh-sct {
    position: relative;
    background-image: url(../assets/images/image-14.jpg);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
    display: flex;
    align-items: center;
}



.main-contant h1 {
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 0;
    padding: 30px 0 20px 0;
    color: #fff;
}

.main-contant p {
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding: 0px 30px;
}
/*about us css*/
    img {
        max-width: 100%;
        height: auto;
    }

    section {
        padding: 60px 0;
        /* min-height: 100vh;*/
    }

    .sec-title {
        position: relative;
        z-index: 1;
        margin-bottom: 60px;
    }

    .sec-title .title {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 24px;
        color: #ff2222;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .sec-title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 700;
    padding-bottom: 18px;
}

    .sec-title h2:before {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 50px;
        height: 3px;
        background-color: #ffc107;
    }

    .sec-title .text {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: #848484;
        font-weight: 400;
        margin-top: 35px;
    }

    .sec-title.light h2 {
        color: #ffffff;
    }

    .sec-title.text-center h2:before {
        left: 50%;
        margin-left: -25px;
    }

    .list-style-one {
        position: relative;
    }

    .list-style-one li {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: #222222;
        font-weight: 400;
        padding-left: 35px;
        margin-bottom: 12px;
    }

    .list-style-one li:before {
        content: "\f058";
        position: absolute;
        left: 0;
        top: 0px;
        display: block;
        font-size: 18px;
        padding: 0px;
        color: #ff2222;
        font-weight: 600;
        -moz-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1.6;
        font-family: "Font Awesome 5 Free";
    }

    .list-style-one li a:hover {
        color: #44bce2;
    }

    .btn-style-one {
        position: relative;
        display: inline-block;
        font-size: 17px;
        line-height: 30px;
        color: #ffffff;
        padding: 10px 30px;
        font-weight: 600;
        overflow: hidden;
        letter-spacing: 0.02em;
        background-color: #ff2222;
    }

    .btn-style-one:hover {
        background-color: #001e57;
        color: #ffffff;
    }

    .about-section {
        position: relative;
        padding: 120px 0 70px;
    }

    .about-section .sec-title {
        margin-bottom: 45px;
    }

    .about-section .content-column {
        position: relative;
        margin-bottom: 50px;
    }

    .about-section .content-column .inner-column {
        position: relative;
        padding-left: 30px;
    }

    .about-section .text {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 26px;
        color: #333333;
        font-weight: 400;
    }

    .about-section .list-style-one {
        margin-bottom: 45px;
    }

    .about-section .btn-box {
        position: relative;
    }

    .about-section .btn-box a {
        padding: 15px 50px;
    }

    .about-section .image-column {
        position: relative;
    }

    .about-section .image-column .text-layer {
        position: absolute;
        right: -110px;
        top: 50%;
        font-size: 325px;
        line-height: 1em;
        color: #ffffff;
        margin-top: -175px;
        font-weight: 500;
    }

    .about-section .image-column .inner-column {
        position: relative;
        padding-left: 120px;
        padding-bottom: 125px;
    }

    .about-section .image-column .inner-column:before {
        position: absolute;
        left: -150px;
        top: 65px;
        height: 520px;
        width: 520px;
        background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
        content: "";
    }

    .about-section .image-column .image-1 {
        position: relative;
    }

    .about-section .image-column .image-2 {
        position: absolute;
        left: 0;
        bottom: -50%;
    }

    figure.image-2 a img {
        border-radius: 100px 0px 100px 0px;
    }

    figure.image-1 a img {
        border-radius: 100px 100px 0px 0px;
    }

    .about-section .image-column .image-2 img,
    .about-section .image-column .image-1 img {
        box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    }

    .about-section .image-column .video-link {
        position: absolute;
        left: 70px;
        top: 170px;
    }

    .about-section .image-column .video-link .link {
        position: relative;
        display: block;
        font-size: 22px;
        color: #191e34;
        font-weight: 400;
        text-align: center;
        height: 100px;
        width: 100px;
        line-height: 100px;
        background-color: #ffffff;
        border-radius: 50%;
        box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .about-section .image-column .video-link .link:hover {
        background-color: #191e34;
        color: #fff;
    }

    .hero {
        background-image: url(../assets/images/inner.jpg);
        background-repeat: no-repeat !important;
        background-position: center;
        background-size: cover;
        height: 500px;
         display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-cntent h1 {
        font-size: 60px;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }
    .about-content p {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    font-weight: 400;
    text-align: center;
}
/*contect us*/

    .banner {
    background-image: url(../assets/images/inner.jpg);
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-cntent h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 0;
}

    .contact-section {
        padding: 40px 20px;
        background-color: #f9f9f9;
        font-family: 'Arial', sans-serif;
    }

    .contact-form-box {
        background: #fff;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .contact-form-box h3 {
        margin-bottom: 20px;
        font-size: 22px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .contact-form-box .icon {
        width: 24px;
        height: 24px;
    }

    .contact-form-box input,
    .contact-form-box textarea {
        width: 100%;
        padding: 10px 15px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background-color: #f5f5f5;
    }

    .captcha-box {
        border: 1px solid #ccc;
        padding: 15px;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 6px;
    }

    .captcha-box label {
        display: block;
        margin-bottom: 10px;
    }

    .captcha-icons img {
        width: 30px;
        margin-right: 10px;
        cursor: pointer;
        transition: transform 0.3s;
    }

    .captcha-icons img:hover {
        transform: scale(1.2);
    }

    .btn-submit {
        background-color: #ffa500;
        border: none;
        padding: 12px 25px;
        color: #fff;
        font-weight: bold;
        border-radius: 5px;
        transition: background 0.3s;
    }

    .btn-submit:hover {
        background-color: #e69500;
    }

    .captcha-icons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

@media (max-width: 768px) {
    .card-header {
    flex-wrap: wrap;
    gap: 20px;
}
   .home-banner- {
    height: 250px !important;
}
.home-banner-content h1 {
    font-size: 35px;
}
    .header-title {
        font-size: 2rem;
    }

    .vehicle-item {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
        font-size: 13px;
    }

    .vehicle-price {
        align-self: flex-end;
        font-size: 13px;
    }
    .itinerary-text {
    font-size: 13px;
}
.main-contant p {
    padding: 0px 0px;
}
.chandigarh-sct {
    height: auto;
}
section {
    padding: 30px 0;
}
.navbar a.navbar-brand {
    width: 70%;
}
.navbar button.navbar-toggler {
    border: 0;
    padding: 0;
    outline: none;
}
button.navbar-toggler.collapsed{
    outline: none;
    border: none;
}
.home-banner {
    height: 250px;
}
.header-title {
    font-size: 22px;
    padding-bottom: 15px;
}
.hero {
    height: 250px;
}
figure.image-2 a img {
    display: none;
}
.about-section .image-column .inner-column {
    padding-left: 0;
    padding-bottom: 0;
}
figure.image-1 a img {
    border-radius: 0px;
}
.about-section {
    position: relative;
    padding: 30px 0 30px;
}
.about-section .image-column .inner-column:before {
    left: -50px;
}
.sec-title h2 {
    font-size: 22px;
}
.about-section .content-column .inner-column {
    padding-left: 0px;
}
.about-content p {
    text-align: start;
}
.hero-cntent h1 {
    font-size: 35px;
    font-weight: 700;
}
.banner {
    height: 250px;
}
.banner-cntent h1 {
    font-size: 35px;
    height: auto;
}
}
@media (max-width: 1024px) {
    .home-banner- {
    height: 400px;
}
.home-banner-content h1 {
    width: 100%;
}
}