@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,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');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "poppins";
}

html,
body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}


.whatsapp-icon {
    position: fixed;
    height: 5vw;
    width: 5vw;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.whatapp-iconn{
    font-size: 2.7vw;
}

.whatsapp-icon {
    bottom: 20px;
    right: 20px;
}
@media (max-width: 480px) {
    .whatsapp-icon {
        width: 20vw; 
        height: 20vw;
        font-size: 2vw;
        bottom: 2%;
        right: 2%;
        z-index: 2000;
    }
    .whatapp-iconn{
        font-size: 10vw;
    }
}








.social-buttons {
    display: flex;
    align-items: center;
    gap: 3vw;
    background-color: white;
    padding: 2.5vw;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -0.5vw 1.25vw rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;/
}

.social-buttons .button {
    width: 10vw;
    height: 10vw;
    border-radius: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 5vw;
    /* Icon size */
    text-decoration: none;
}

.button.phone {
    background-color: #34b7f1;
}

.button.whatsapp {
    background-color: #25d366;
}

.button.facebook {
    background-color: #3b5998;
}

.button.instagram {
    background: linear-gradient(45deg, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #FCAF45);
}

.button.send-query {
    width: auto;
    height: 10vw;
    padding: 0 2vw;
    background-color: #ff6347;
    border-radius: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4vw;
    text-decoration: none;
}

.quote-form2 {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    margin: 40px auto;
    animation: fadeIn 0.5s;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: none;
}

.quote-form2 .close-form {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 7vw;
    cursor: pointer;
    border: none;
    background: none;
}

.quote-form2 .price-info2 {
    margin-bottom: 20px;
}

.quote-form2 .price-info2 p {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.quote-form2 .price-info2 small {
    font-size: 14px;
    color: #666;
}

.quote-form2 input[type="text"],
.quote-form2 input[type="tel"],
.quote-form2 input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.quote-form2 button[type="submit"] {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.quote-form2 button[type="submit"]:hover {
    background-color: #0069d9;
}

.quote-form2 .whatsapp-btn2,
.quote-form2 .call-now2 {
    background-color: #25d366;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.quote-form2 .whatsapp-btn2:hover,
.quote-form2 .call-now2:hover {
    background-color: #1da850;
}

.quote-form2 button[type="submit"]:hover,
.quote-form2 .whatsapp-btn2:hover,
.quote-form2 .call-now2:hover {
    transform: scale(1.1);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .social-buttons {
        display: flex;
    }

    .quote-form {
        display: block;
        padding: 1.5rem;
        width: 90%;
    }

    button {
        font-size: 1rem;
    }

    .price-info p {
        font-size: 1rem;
    }
}








.page1 {
    height: 80vh;
    width: 100%;
    padding: 1vw 2vw;
}

.page1-content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.navbar {
    height: 12vh;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 1vw 2vw;
    display: flex;
    justify-content: space-between;
    border-radius: .5vw;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.navbar img {
    width: auto;
    height: 14vh;
    margin-top: -1.2vw;
}

.navbar-link {
    display: flex;
    align-items: center;
    gap: 1vw;
}

.phone-link {
    font-size: 1.2em;
    color: #000000;
    text-decoration: none;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.phone-link i {
    font-size: 1.7vw;
    margin-right: .3vw;
}

.whatsapp-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.whatsapp-button {
    background-color: #25D366;
    color: white;
    border: none;
    padding: .6vw 1.2vw;
    font-size: 1vw;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.whatsapp-button i {
    font-size: 1.5em;
    margin-right: .4vw;
}

.whatsapp-button:hover {
    background-color: #128C7E;
}

.whatsapp-button:focus {
    outline: none;
}

.page1-content-images {
    height: 63vh;
    width: 100%;
    margin-top: 1vw;
    display: flex;
    gap: .7vw;
}

.page1-content-images-left {
    height: 100%;
    width: 57%;
    border-radius: .8vw;
    overflow: hidden;
}

.page1-content-images-left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page1-content-images-right {
    height: 100%;
    width: 48%;
}

.image-right-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: .7vw;
}

.image-row {
    display: flex;
    gap: .7vw;
}

.image-row img {
    width: 48%;
    height: 30.8vh;
    object-fit: cover;
    border-radius: .5vw;
}


.page2 {
    height: 517vh;
    width: 100%;
    padding: 2vw 1vw;
}

.page2-content {
    height: 100%;
    width: 100%;
    display: flex;
    gap: 1vw;
}

.page2-content-left {
    height: 100%;
    width: 65%;
    padding: 1vw 2vw;
}

.page2-left-div1 {
    height: 35vh;
    width: 99%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    padding-left: 2vw;
    border: 1px solid grey;
    border-radius: .7vw;
    /* overflow: hidden; */
}

.left-div1-heading {
    margin-top: .7vw;
}

.left-div1-heading h1 {
    font-size: 2.1vw;
}

.left-div1-middle {
    display: flex;
    gap: 2vw;
    margin-top: .7vw;
}

.div1-middle-one {
    height: 10vh;
    width: 30%;
    background-color: #fff7b0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    border-radius: .7vw;
    border: 1px solid grey;
}

.div1-middle-one img {
    height: 5vh;
    width: 2.2vw;
}

.middle-one-part {
    display: flex;
    flex-direction: column;
    gap: .3vw;
    color: rgb(0, 0, 0);
}

.straightline {
    height: .2vh;
    width: 97%;
    background-color: grey;
    margin-top: 1vw;
}

.left-div-end {
    display: flex;
    gap: 1.6vw;
}

.div-end {
    display: flex;
    align-items: center;
    gap: .6vw;
}

.div-end img {
    width: 2vw;
}

.div-end a {
    text-decoration: none;
    color: #094480;
    font-weight: 600;
    position: relative;
}

.div-end a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: black;
    transition: width 0.3s ease;
}

.div-end a:hover::after {
    width: 100%;
}

.page2-left-div2 {
    margin-top: 2vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.tabs {
    display: flex;
    gap: 1vw;
    background-color: #000000;
    padding: 1vw 2vw;
    border-bottom: 2px solid #e0e0e0;
}

.tabs a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    padding: .2vw 1vw;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.tabs a:hover,
.tabs a:focus {
    color: yellow;
    border-bottom: 2px solid #007bff;
}

.content section {
    padding: 1.5vw 2vw;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #fff;
}

.content section h2 {
    font-size: 2vw;
    margin-bottom: 1vw;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 5px;
}

.content section p {
    line-height: 2vw;
}

.content section p a {
    color: orangered;
    font-weight: 600;
    text-decoration: none;
}

.itinery-head {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 1vw;
}

.itinery-head h3 {
    background-color: #6C757D;
    color: white;
    padding: .3vw 1vw;
    border-radius: .5vw;
}

.itinery-detail {
    margin-top: 1vw;
}

.full-itinery {
    margin-top: 1vw;
    margin-left: 3vw;
}

.full-itinery ul li {
    font-size: 1.1vw;
    line-height: 2vw;
}

.inclusion-part ul {
    margin-top: 1vw;
    margin-left: 2vw;
}

.inclusion-part ul li {
    margin-top: .5vw;
    line-height: 1.4vw;
}

.exclusion-part ul {
    margin-top: 1vw;
    margin-left: 2vw;
}

.exclusion-part ul li {
    margin-top: .5vw;
    line-height: 1.4vw;
}

.batches-container {
    width: 90%;
}

.header {
    background-color: #000000;
    color: white;
    padding: .6vw 2vw;
    text-align: center;
    font-size: 1.3vw;
    font-weight: bold;
}

.fixed-depart h3 {
    margin-top: 1vw;
    font-weight: 400;
    text-align: center;
}

.month {
    margin-top: 1vw;
}

.month button {
    width: 100%;
    padding: .6vw 1vw;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    font-size: 1.2vw;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.month button.active {
    background-color: #c53030;
}

.dates {
    display: none;
    padding: 1vw;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f7f7f7;
    margin-top: .6vw;
    overflow-y: hidden;
}

.date-item {
    margin: 5px 0;
    font-size: 1.2vw;
}

.dropdown-icon {
    font-size: 1.5vw;
}

.thingtopack-part ul {
    margin-top: 1vw;
    margin-left: 2vw;
}

.thingtopack-part ul li {
    margin-top: .5vw;
}


.page2-content-right {
    height: 100%;
    width: 30%;
    position: relative;
}

.quote-form {
    width: 85%;
    padding: 1vw;
    margin-left: 2vw;
    background-color: white;
    border: 0.2vw solid #e0e0e0;
    border-radius: .6vw;
    text-align: center;
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 3%;
}

.price-info p {
    font-size: 2vw;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.price-info span {
    font-size: 1.5vw;
    font-weight: normal;
    color: #666;
}

.price-info small {
    font-size: 1.2vw;
    color: #888;
}

form {
    margin-top: 1vw;
}

form input,
form select {
    width: 100%;
    padding: .6vw;
    margin: .4vw 0;
    border: 0.2vw solid #ccc;
    font-size: 1vw;
}

form button {
    width: 100%;
    padding: .5vw;
    margin: .4vw 0;
    border: none;
    color: white;
    font-size: 1.2vw;
    cursor: pointer;
}

form button a {
    text-decoration: none;
    color: white;
}

.get-quote {
    background-color: #28a745;
}

.get-quote:hover {
    background-color: #b3be4f;
}

.Whatsapp-btn {
    background-color: #25d366;
}

.Whatsapp-btn:hover {
    background-color: #666;
}

.call-now {
    background-color: #34b7f1;
}

.call-now:hover {
    background-color: #3d494e;
}

form button i {
    margin-right: 0.5vw;
    font-size: 1.6vw;
    vertical-align: middle;
}

.page2-itinery-btn {
    margin-top: 2vw;
}

.page2-itinery-btn a {
    text-decoration: none;
}

#download-itinerary1 {
    width: 100%;
    background-color: rgb(180, 154, 8);
    color: white;
    border: none;
    padding: .4vw 3vw;
    font-size: 1.4vw;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7vw;
}

#download-itinerary1:hover {
    background-color: black;
    color: white;
    transition: background-color 0.3s;
}

#download-itinerary1 i {
    font-size: 1.4vw;
}


.page3 {
    min-height: 100vh;
    width: 100%;
    padding: 1vw 2vw;
}

.page3-content {
    height: 100%;
    width: 100%;
    display: flex;
    gap: 1vw;
}

.faq-container {
    width: 61%;
    margin: 5vw 2vw;
    background-color: #fff;
    padding: 2vw;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.faq {
    margin-bottom: 15px;
}

.faq-question {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: .7vw;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid lightgray;
}

.faq-question h3 {
    font-size: 1.1vw;
    font-weight: 400;
}

.faq-answer {
    display: none;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.faq-answer p {
    margin: 0;
    font-size: 1.1vw;
    line-height: 2vw;
}

.toggle {
    font-size: 18px;
    font-weight: bold;
}

.chopta-overview {
    height: 80vh;
    width: 30%;
    background-color: #f9f9f9;
    border: 2px dotted #ccc;
    margin-top: 5vw;
    padding: 2vw;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 2%;
}

.chopta-overview h2 {
    text-align: center;
    font-size: 1.6em;
    color: #333;
    margin-bottom: 20px;
}

.overview-list {
    list-style-type: none;
    padding: 0;
}

.overview-list li {
    font-size: 1em;
    color: #555;
    padding: 8px 0;
    border-bottom: 1px dotted #ddd;
}

.overview-list li:last-child {
    border-bottom: none;
}

.icon {
    margin-right: 10px;
    color: #007BFF;
}





.page5 {
    min-height: 80vh;
    width: 100%;
    padding: 1vw 2vw;
}

.page5-content {
    height: 100%;
    width: 100%;
}

.trip-gallery {
    text-align: center;
    margin: 2vw auto;
    width: 90%;
}


.gallery-heading {
    font-size: 2.4vw;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.gallery-item {
    flex: 1 1 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.gallery-item img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    display: block;
}


.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}




.page7 {
    height: 100%;
    width: 100%;
    padding: 1vw 2vw;
}

.page7-content {
    height: 100%;
    width: 100%;
}

.page7-container-box {
    width: 75%;
    height: auto;
    padding: 2vw;
    margin-top: 2vw;
    margin-left: 2vw;
    background-color: #F8F8F8;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: .5vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.page7-box1 {
    border-bottom: 1px solid grey;
    padding: .6vw 2vw;
    background-color: #000000;
    border-radius: .5vw;
}

.page7-box1:last-child {
    border-bottom: none;
}

.box1-head {
    color: rgb(255, 255, 255);
}

.box1-info {
    margin-top: 0.5vw;
    font-size: 1vw;
    color: rgb(255, 255, 255);
    line-height: 1.5em;
}

.box1-read-more {
    color: gold;
    cursor: pointer;
    font-size: 0.9em;
    text-decoration: underline;
}

.hidden {
    display: none;
}


.page8 {
    height: 50vh;
    width: 100%;
    padding: 2vw 3vw;
}

.why-choose-us h2 {
    font-size: 2.5vw;
    margin-bottom: 4vw;
    color: #333;
    text-align: center;
}

.reasons-container {
    padding: 0 1vw;
    display: flex;
    gap: 6vw;
    justify-content: center;
}

.reason-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.reason-box-image {
    height: 8vw;
    width: 8vw;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.reason-box-image svg {
    width: 5vw;
}


.page9 {
    height: 60vh;
    width: 100%;
    padding: 1vw 2vw;
}

.page9-content {
    height: 100%;
    width: 100%;
}

.page9-content h2 {
    text-align: center;
    font-size: 2vw;
}

.reviews-container {
    overflow: hidden;
    display: flex;
    cursor: grab;
    border-radius: 5px;
    margin-top: 3vw;
}

.reviews-wrapper {
    display: flex;
    gap: 1vw;
    transition: all 0.2s ease-in-out;
}

.review-card {
    flex-shrink: 0;
    width: 27vw;
    background: #094480;
    padding: 1.2vw;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.review-icon-name {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-bottom: 1vw;
}

.review-icon {
    font-size: 24px;
    color: #ffffff;
}

.reviewer-name {
    font-weight: bold;
    color: #ffffff;
}

.rating {
    margin-bottom: 10px;
    color: #ff9800;
}

.review-text {
    width: 95%;
    font-size: 1.1vw;
    color: #ffffff;
}



.page10 {
    height: 15vh;
    width: 100%;
}

.mini-footer {
    width: 100%;
    background: #f8f8f8;
    padding: 1.5vw 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .8vw;
    border-top: 1px solid #e5e5e5;
}

.footer-logo img {
    width: 6vw;
    object-fit: contain;
}

.footer-socials {
    display: flex;
    gap: .8vw;
}

.footer-socials a {
    height: 2.2vw;
    width: 2.2vw;
    background: #1e293b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: .9vw;
    transition: 0.3s ease;
}

.footer-socials a:hover {
    background: #25D366;
    transform: translateY(-3px);
}

.footer-copy {
    font-size: .75vw;
    color: #777;
    text-align: center;
    margin-top: .3vw;
}


.page11 {
    min-height: 80vh;
    width: 100%;
    padding: 1vw 2vw;
}

.page11-content {
    height: 100%;
    width: 100%;
}

.related-blogs-container {
    width: 100%;
    padding: 2vw 1.6vw;
    box-sizing: border-box;
}

.page11-heading {
    text-align: center;
    font-size: 2.5vw;
    color: #333;
    margin-bottom: 3vw;
}

.blogs-wrapper {
    display: flex;
    gap: 1vw;
}

.blog-box {
    width: 24%;
    background-color: #f4f4f4;
    border-radius: 1vw;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.blog-img {
    height: 37vh;
    width: 100%;
}

.blog-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1vw;
}

.blog-box a {
    text-decoration: none;
    color: inherit;
}










/* page1 responsive  */

@media screen and (max-width: 480px) {

    .page1 {
        height: auto;
        padding-bottom: 5vw;
    }

    .navbar {
        height: 8vh;
        padding: 0 4vw;
        align-items: center;
        border-radius: 0;
    }

    .navbar img {
        width: 13vw;
        height: auto;
        object-fit: contain;
        margin-top: 1vw;
    }

    .phone-link {
        font-size: 3.5vw;
        margin-right: 3vw;
    }

    .phone-link i {
        font-size: 3.5vw;
    }

    .whatsapp-button {
        font-size: 3vw;
        padding: 1.5vw 3vw;
        border-radius: 10vw;
    }

    .whatsapp-button i {
        font-size: 3vw;
        margin-right: 1vw;
    }

    .page1-content-images {
        width: 100%;
        height: auto;
        flex-direction: column;
        margin-top: 4vw;
    }

    .page1-content-images-left {
        width: 100%;
        height: 38vh;
        border-radius: 2vw;
        overflow: hidden;
    }

    .page1-content-images-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 2vw;
    }

    .page1-content-images-right {
        display: none;
    }

    .image-right-container {
        display: none;
    }

    .image-row {
        display: none;
    }
}


/* page2 responsive  */
@media only screen and (max-width: 480px) {
    .page2 {
        height: auto;
        padding: 5vw 3vw;
    }

    .page2-content {
        flex-direction: column;
        gap: 3vw;
    }

    .page2-content-left {
        width: 100%;
        padding: 0;
    }

    .page2-left-div1,
    .page2-left-div2 {
        height: auto;
        width: 100%;
        padding: 3vw 1vw;
    }

    .left-div1-heading h1 {
        font-size: 6vw;
        margin-left: 3vw;
    }

    .div1-middle-one {
        height: auto;
        width: 100%;
        padding: 2vw;
        gap: 2vw;
        flex-direction: column;
        text-align: center;
        margin-top: 4vw;
    }

    .div1-middle-one img {
        height: 6vw;
        width: 5vw;
    }

    .middle-one-part {
        gap: 1vw;
    }

    .middle-one-part h5 {
        font-size: 3vw;
    }

    .middle-one-part h3 {
        font-size: 3vw;
    }

    .straightline {
        margin: 5vw 0;
    }

    .left-div-end {
        overflow-x: auto;
    }

    .div-end img {
        width: 6vw;
    }

    .div-end a {
        margin-right: 2vw;
    }

    .tabs {
        padding: 1vw;
        overflow-x: auto;
        white-space: nowrap;
    }

    .tabs a {
        padding: 1vw;
        font-size: 3vw;
    }

    .content section {
        margin-bottom: 2.5vw;
    }

    .content section h2 {
        font-size: 6vw;
        margin-bottom: 2vw;
    }

    .content section p {
        line-height: 5vw;
        font-size: 2.8vw;
    }

    .full-itinery ul li,
    .inclusion-part ul li,
    .exclusion-part ul li {
        font-size: 3vw;
        line-height: 5vw;
    }

    .itinery-head h3 {
        font-size: 3vw;
    }

    .day2 {
        font-size: 3.5vw;
    }

    .inclusion-part ul,
    .exclusion-part ul {
        padding-left: 2vw;
    }

    .batches-container {
        width: 100%;
    }

    .header {
        font-size: 4vw;
        padding: 2vw;
    }

    .fixed-depart h3 {
        font-size: 3vw;
    }

    .month button {
        font-size: 3vw;
        padding: 2vw;
    }

    .date-item {
        font-size: 3vw;
    }

    .dropdown-icon {
        font-size: 4vw;
    }

    .thingtopack-part ul {
        padding-left: 2vw;
    }

    .thingtopack-part ul li {
        font-size: 3vw;
    }

    .page2-content-right {
        width: 100%;
        margin-top: 3vw;
    }

    .quote-form {
        width: 100%;
        margin: 0;
        padding: 4vw;
        position: static;
        box-shadow: none;
    }

    .price-info p {
        font-size: 4vw;
    }

    .price-info span {
        font-size: 3.5vw;
    }

    .price-info small {
        font-size: 3vw;
    }

    form input,
    form select {
        font-size: 3vw;
        padding: 2vw;
        margin-bottom: 3vw;
    }

    form button {
        font-size: 3.5vw;
        padding: 2vw;
        margin-bottom: 2vw;
    }

    form button i {
        font-size: 4vw;
        margin-right: 1vw;
    }

    #download-itinerary1 {
        font-size: 4vw;
        padding: 2vw;
        gap: 2vw;
    }

    #download-itinerary1 i {
        font-size: 4vw;
    }
}


/* page3 responsive  */
@media only screen and (max-width: 480px) {
    .page3 {
        padding: 5vw 3vw;
    }

    .faq-container {
        width: 100%;
        margin: 5vw 0;
        padding: 4vw;
        border-radius: 10px;
    }

    .faq-container h2 {
        font-size: 5vw;
        margin-bottom: 4vw;
    }

    .faq {
        margin-bottom: 4vw;
    }

    .faq-question {
        padding: 0 3vw;
        font-size: 3vw;
        border-radius: 8px;
    }

    .faq-question h3 {
        font-size: 2.5vw;
    }

    .faq-answer p {
        padding: 1vw;
        font-size: 2.8vw;
        line-height: 4vw;
    }

    .toggle {
        font-size: 5vw;
    }

    .chopta-overview {
        display: none;
    }
}


/* page4 responsive  */
@media only screen and (max-width: 480px) {
    .page4 {
        height: auto;
        padding: 5vw 3vw;
    }

    .related-trips h2 {
        font-size: 7vw;
        margin-bottom: 4vw;
    }

    .trip-container {
        display: flex;
        gap: 4vw;
        padding: 2vw 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
    }

    .trip-container::-webkit-scrollbar {
        display: none;
    }

    .trip-container {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .trip-item {
        height: 75vw;
        width: 80%;
        flex-shrink: 0;
        scroll-snap-align: center;
        background: #ffffff;
        border: 1px solid #ddd;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .image-container {
        height: 45vw;
    }

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .trip-item h3 {
        font-size: 4vw;
        margin: 3vw 0;
    }

    .trip-item p {
        font-size: 3.5vw;
    }

    .tour-days {
        font-size: 3vw;
        color: #888;
    }

    .price {
        font-size: 4vw;
        color: #ff6600;
        font-weight: bold;
        margin-top: 3vw;
    }

    .trip-item a {
        font-size: 4vw;
    }

    .trip-item a:hover {
        color: #0066cc;
    }
}


/* page5 responsive  */
@media only screen and (max-width: 480px) {

    .gallery-heading {
        font-size: 7vw;
        margin-bottom: 3vw;
    }

    .gallery-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw;
        padding: 0;
    }

    .gallery-item {
        max-width: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .gallery-item img {
        width: 100%;
        height: 25vh;
        object-fit: cover;
    }

    .gallery-item:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }
}


/* page6 responsive  */
@media only screen and (max-width: 480px) {
    .page6 {
        padding: 5vw 3vw;
        /* Adjust padding for mobile screens */
    }

    .blog-heading {
        font-size: 5vw;
        /* Adjust heading size for smaller screens */
        margin-bottom: 4vw;
        /* Reduce space below heading */
    }

    .blog-container {
        display: flex;
        flex-direction: column;
        /* Stack the blog items vertically */
        align-items: center;
        gap: 4vw;
        /* Adjust space between blog items */
        padding: 0;
    }

    .blog-wrapper {
        display: flex;
        flex-direction: column;
        /* Stack blog items vertically */
        gap: 4vw;
        /* Adjust space between blog items */
    }

    .blog-item {
        display: flex;
        flex-direction: column;
        /* Stack content vertically */
        width: 100%;
        /* Full width of the container */
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 4vw;
        overflow: hidden;
        text-align: center;
        /* Center-align text */
    }

    /* Image styling - takes up top of the card */
    .blog-item img {
        width: 100%;
        /* Make the image full width */
        height: 40vh;
        /* Adjust height for mobile devices */
        object-fit: cover;
        /* Ensure the image is cropped correctly */
        border-radius: 10px;
        margin-bottom: 3vw;
        /* Space below the image */
    }

    /* Content styling - below the image */
    .blog-content h3 {
        font-size: 5vw;
        /* Adjust heading size */
        color: #333;
        margin-bottom: 2vw;
    }

    .blog-content p {
        font-size: 4vw;
        /* Make text a little larger */
        color: #666;
        margin-bottom: 2vw;
    }

    .blog-content p span {
        color: red;
        font-weight: 600;
    }

    .read-more,
    .read-less {
        font-size: 4vw;
        /* Adjust button size */
        color: #d83434;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
        padding: .6vw 1.3vw;
    }

    .read-more:hover {
        text-decoration: underline;
    }

    .expandable-content p {
        font-size: 4vw;
        /* Adjust font size for expandable content */
        color: #666;
        margin-bottom: 2vw;
    }
}


/* page7 responsive  */
@media screen and (max-width: 480px) {
    .page7-content {
        margin-top: 7vw;
    }

    .page7-container-box {
        height: auto;
        width: 97%;
        padding: 3vw;
    }

    .page7-box1 {
        border-radius: 1vw;
        padding: 2vw;
    }

    .box1-head {
        font-size: 4vw;
    }

    .box1-info {
        font-size: 2.7vw;
        margin-top: 2vw;
    }

    .box1-read-more {
        font-size: 3vw;
    }
}


/* page8 responsive  */
@media screen and (max-width: 480px) {
    .page8 {
        height: auto;
        margin-bottom: 3vw;
    }

    .why-choose-us {
        margin-top: 3vw;
    }

    .why-choose-us h2 {
        font-size: 7vw;
        margin-bottom: 6vw;
    }

    .reasons-container {
        flex-wrap: wrap;
        gap: 7vw;
    }

    .reason-box-image {
        height: 15vw;
        width: 15vw;
    }

    .reason-box span {
        font-size: 3vw;
    }

    .reason-box-image svg {
        width: 8vw;
    }

    .reason-box {
        gap: 2vw;
    }
}


/* page9 responsive  */
@media (max-width: 480px) {
    .page9 {
        height: auto;
    }

    .page9-content h1 {
        margin-top: 3vw;
    }

    .reviews-container {
        margin-top: 5vw;
    }

    .review-card {
        width: 65vw;
        padding: 1vw;
        margin-right: 1.5vw;
    }

    .review-icon {
        font-size: 7vw;
    }

    .review-text {
        font-size: 2.7vw;
        padding-left: 2vw;
    }
}


/* page10 responsive  */
@media (max-width: 480px) {
    .mini-footer {
        padding: 5vw 3vw;
        gap: 3vw;
    }

    .footer-logo img {
        width: 24vw;
    }

    .footer-socials {
        gap: 3vw;
    }

    .footer-socials a {
        width: 9vw;
        height: 9vw;
        font-size: 4vw;
    }

    .footer-copy {
        font-size: 2.8vw;
        line-height: 1.4;
        margin-bottom: 7vh;
    }

}


/* page11 responsive */
@media (max-width: 480px) {
    .related-blogs-container {
        margin-top: 4vw;
    }

    .page11-heading {
        font-size: 6.8vw;
    }

    .blog-box {
        width: 49%;
        margin-bottom: 2vw;
    }

    .blog-title {
        font-size: 3.5vw;
    }

    .blogs-wrapper {
        margin-top: 9vw;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1.5vw;
    }

    .blog-img {
        height: 25vh;
    }
}