* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins;
}


.mobile-bottom-bar, .query-form {
    display: none;
}

@media (max-width: 480px) {
   

/* 📱 Mobile Bottom Bar (Fixed at Bottom) */
.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 10px;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* 🔗 Social Icons */
.icon {
    font-size: 6.5vw;
    color: #333;
    text-decoration: none;
    margin-right: 6vw;
}
.icon-insta{
    color: #E4405F;
}
.icon-fb{
    color: #1877F2;
}
.call {
    color: #112686;
}

/* 📩 Send Query Button */
.query-btn {
    background: #ff5733;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 3.5vw;
}

.query-btn:hover {
    background: #e04b28;
}

 /* 📩 Query Form */
 .query-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
    padding: 10px;
}

/* Form Box */
.form-content {
    background: white;
    padding: 20px;
    width: 95%;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-content h2 {
    font-size: 6vw;
    text-align: center;
    margin-bottom: 5vw;
}

/* Input Fields */
.form-content form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}

.form-content input,
.form-content textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 3vw;
}

.form-content textarea {
    resize: none;
    height: 80px;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Show Form */
.query-form.active {
    visibility: visible;
    opacity: 1;
}

/* Submit Button */
.submit-btns {
    background: blue;
    color: white;
    padding: 12px;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.submit-btn:hover {
    background: darkblue;
}
}



.whatsapp-icon {
    position: fixed;
    height: 6vw;
    width: 6vw;
    background-color: #4585e4;
    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: 3.5vw;
}

.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;
    }
}











.images-section {
    width: 100%;
    display: flex;
    padding: 1.5vw 4vw;
    overflow: hidden;
    margin-bottom: 0;
}

.right-image-section {
    width: 100%;
    height: 56vh;
    margin-right: .6vw;
}

.first-page {
    min-height: 100vh;
    width: 100%;
}

.left-image-section {
    width: 100%;
    height: 55vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5vw;
}

.first-image {
    height: 100%;
    width: 100%;
}

.first-image img,
.second-image img,
.third-image img,
.fourth-image img,
.fifth-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second-image,
.third-image,
.fourth-image,
.fifth-image {
    height: 27.5vh;
    width: 100%;
    overflow: hidden;
}

.first-image img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.third-image img {
    border-top-right-radius: 10px;
}

.fifth-image img {
    border-bottom-right-radius: 10px;
}

header {
    background-color: rgb(255, 255, 255);
    color: #007bff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10vh;
    width: 100%;
    padding: 2vw 3vw;
}

.left-header img {
    width: 5vw;
}
.middle-header{
    display: flex;
    align-items: center;
    justify-content: center;
}
.middle-header p{
    font-size: 2vw;
    color: #007bff;
    font-weight: 500;
    text-align: center;
}
.itinerary-download {
    z-index: 100;
    bottom: 0;
    background-color: #3d98f9;
    padding: 1vw;
    border-radius: .5vw;
    font-size: 1.3vw;
    color: white;
    border: none;
}

.left-header {
    display: flex;
}

.right-header {
    display: flex;
}

.right-header a {
    display: flex;
    margin-right: 4vw;
    align-items: center;
    text-decoration: none;
    color: #007bff;
}

.call-icon i {
    font-size: 1.8vw;
}

.number {
    font-size: 1.5vw;
    margin-left: 1vw;
}

.middle-section {
    padding-left: 6vw;
    margin-top: 1vw;
    padding-top: 0;
    margin-right: 6vw;
}

.title {
    margin-top: 3vw;
    display: flex;
    justify-content: space-between;
}

.title h2 {
    font-size: 2rem;
}

.line {
    border: 1px solid rgb(236, 236, 236);
    margin-top: 1.3vw;
    margin-bottom: 1vw;
}

.duration {
    display: flex;
    align-items: center;
    margin-right: 3vw;
}
.duration img{
    height: 3vw;
    width: 3vw;
}
.duration p {
    font-size: 1.1vw;
    margin-left: .6vw;
}

.duration-days {
    display: flex;
    flex-direction: column;
}

.package-details {
    width: 100%;
    margin-right: 1vw;
    display: flex;
}
.first-page,.second-page,.third-page{
    padding: 0;
}
.second-page {
    width: 100%;
    height: 280vh;
    padding-left: 6vw;
    padding-right: 6vw;
}

.about-section h3 {
    margin-bottom: 2vw;
    color: rgba(255, 3, 3, 0.756);
    font-size: 2vw;
}

.about-section p {
    width: 95%;
    font-size: 1.2vw;
    text-align: justify;
}

.about-form-section {
    display: flex;
    gap: 3vw;
    margin-top: 3vw;
}

.form-container {
    background: white;
    padding: 1vw;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 410px;
    text-align: center;
    position: sticky;
    top: 1vw;
    left: 0;
}

.form-container h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
}

input,
textarea {
    width: 100%;
    padding: .5vw;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.submit-btn {
    background-color: green;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 18px;
    text-decoration: none;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.whatsapp-btn,
.call-btn {
    width: 8.8vw;
    padding: .8vw;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
}

.whatsapp-btn {
    background-color: #25D366;
}

.call-btn {
    background-color: #007bff;
}

.left-section {
    position: relative;
}

/* Basic styling for the dropdown */
.container-dropdown {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* Space between parents */
    font-family: Arial, sans-serif;
}

.parent {
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    position: relative;
}

.parent-button {
    color: rgb(0, 0, 0);
    padding: .7vw;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    text-align: left;
}

.parent-button:hover {
    background-color: #ebebeb;
}

.child {
    display: none;
    /* Hidden by default */
    margin-top: 10px;
    font-size: 1.2rem;
    padding-left: 1.4vw;
    border-radius: 5px;
}

/* Show the child dropdown */
.show-child {
    display: block;
}
.child ul{
    padding: 0 2vw;
}
.child ul li{
    margin-bottom: 1vw;
    font-size: 1.2vw;
}

.inclusion,
.exclusion {
    margin-top: 2vw;
}

.inclusion h3,
.exclusion h3 {
    font-size: 2vw;
    font-weight: 500;
}

.itineray-section {
    margin-top: 2vw;
    font-size: 1.7vw;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.inclusion ul,
.exclusion ul {
    padding-left: 2vw;
    font-size: 1.5vw;
    padding-top: 1vw;
    font-weight: 300;
}

.download-itinerary {
    display: none;
}

.third-page {
    width: 100%;
    height: 90vh;
}
.third-page h3{
    margin-left: 5vw;
    font-size: 2vw;
    text-align: center;
}
.related-trips {
    height: 70vh;
    width: 100%;
    margin-top: 2vw;
    display: flex;
    gap: 1vw;
    justify-content: space-evenly;
    padding: 0 2vw;
}

.packages-section {
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    border-radius: 1vw;
    border: 1px solid rgb(207, 207, 207);
    overflow: hidden;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}


.package-image a img {
    width: 100%;
    height: 40vh;
    transition: transform .74s ease-in;
}
.package-image a img:hover{
    transform: scale(1.2);
}
.package-image{
    overflow: hidden;
}

.package-description a {
    text-decoration: none;
    color: rgb(215, 0, 0);
}

.package-description a h3,
.package-description a p {
    font-size: 1.2vw;
    text-align: left;
    text-decoration: none;
    margin-left: 1vw;
    margin-top: 1vw;
}

.packages-section a p {
    font-size: 1.2vw;
    color: black;
}

.Destination {
    margin-top: 2vw;
    width: 100%;
    padding: .6vw;
    background-color: rgb(231, 231, 231);
    border: none;
    font-size: 1vw;
}

.trips-destination {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5vw;
    gap: 1vw;
}
.whatsapp-button{
    position: relative;
}
.whatsapp-button a button{
    position: fixed;
    border: none;
    background-color: rgb(255, 94, 82);
    bottom: 3vw;
    padding: 1.4vw;
    border-radius: 3vw;
    z-index: 200;
    right: 2vw;
    cursor: pointer;
}
.whatsapp-button a button:hover{
    background-color: rgb(255, 143, 143);
}
.whatsapp-button a button i{
    font-size: 3.5rem;
    color: rgb(246, 246, 246);
    cursor: pointer;
}



.page6{
    height: 60vh;
    width: 100%;
}
.footer {
    height: 100%;
    width: 100%;
    background-color: #f4f6f8;
    padding: 4vw 6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-column {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
}
.footer-column h3 {
    font-size: 18px;
    font-weight: bold;
    color: #23408e;
    margin-bottom: 12px;
}
.footer-column ul {
    list-style: none;
}
.footer-column ul li {
    margin-bottom: 8px;
}
.footer-column ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.footer-column ul li a:hover {
    color: #23408e;
}
.contact p {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
}





@media (max-width:480px) {
    .first-page{
        min-height: 80vh;
    }
    header {
        margin-bottom: 2vw;
        padding: 1.5vw;
    }

    .left-header img {
        width: 80%;
        height: 8vh;
        margin-left: 1.5vw;
    }

    .call-icon i {
        font-size: 1rem;
    }

    .number p {
        font-size: 1rem;
    }

    .first-image img {
        border-radius: 2vw;
    }

    .left-image-section {
        display: none;
    }

    .images-section {
        margin-bottom: 5vw;
    }

    .title h2 {
        font-size: 1.3rem;
    }

    .title {
        margin-bottom: 3vw;
    }

    .duration-detail p {
        font-size: .38rem;
    }

    .duration img {
        width: 4vw;
    }

    .days p {
        font-size: .4rem;
    }

    .download-button {
        display: flex;
        height: 10vh;
        justify-content: center;
        align-items: center;
        margin-top: 3vw;
    }

    .download-itinerary {
        display: block;
        padding: 3.5vw;
        border-radius: 1.3vw;
        border: none;
        font-size: 1rem;
        background-color: #00b643;
        color: rgb(0, 0, 0);
    }

    .download-button button:hover {
        background-color: #00e153;
    }

    .itinerary-download {
        display: none;
    }

    .about-form-section{
        flex-direction: column;
        margin-top: 0;
        padding: 0;
    }
    .about-section h3{
        font-size: 1.2rem;
        text-align: center;
    }
    .about-section p{
        width: 100%;
        font-size: .8rem;
    }
    .about-section{
        margin-bottom: 1vw;
    }
    .itineray-section{
        margin-top: 5vh;
    }
    .itineray-section h3{
        margin-bottom: 4vw;
        font-size: 1.5rem;
        font-weight: 400;
    }
    .parent-button{
        padding: 2vw;
        font-size: .8rem;
        border: none;
        background-color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(203, 203, 203);
    }
    .parent{
        background-color: rgb(255, 255, 255);
        overflow: hidden;
    }
    .child ul{
        padding: 2vw 4vw;
    }
    .child ul li{
        font-size: 2.7vw;
    }
    .inclusion {
        margin-top: 3vh;
    }
    .inclusion h3, .exclusion h3{
        margin-top: 2vh;
        margin-bottom: 2vh;
        font-size: 4.7vw;
        font-weight: 400;
    }
    .inclusion li,.exclusion li{
        font-size: 3vw;
    }
    .second-page{
        height: 205vh;
        margin-bottom: 12vw;
    }
    .middle-header{
        display: none;
    }
    .left-section{
        display: none;
    }
    /*.form-container{*/
    /*    padding: 1vw;*/
    /*    width: 100%;*/
    /*    height: 62vh;*/
    /*}*/
    /*.form-container h2{*/
    /*    font-size: 1.12rem;*/
    /*    margin-top: 2vh;*/
    /*}*/
    /*.form-container input, .form-container textarea{*/
    /*    width: 90%;*/
    /*    padding: 1.8vw;*/
    /*}*/
    /*.submit-btn{*/
    /*    width: 90%;*/
    /*    margin-bottom: 2vh;*/
    /*}*/
    /*.whatsapp-btn, .call-btn{*/
    /*    padding: 2vw;*/
    /*    width: 45%;*/
    /*}*/

    .third-page{
        height: auto;
        margin-bottom: 5vw;
    }
    .third-page h3{
        font-size: 7vw;
        margin-bottom: 8vw;
    }
    .related-trips{
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 75vh;
        gap: 2vw;
    }
    .packages-section{
        height: 35vh;
    }
    .package-image a img{
        height: 17vh;
    }
    .package-description a h3{
        font-size: .89rem;
        margin-bottom: 2vh;
    }
    .package-description a p{
        font-size: .6em;
    }
    .Destination{
        font-size: .5rem;
    }
}
@media screen and (max-width: 480px) {
    @media (max-width: 480px) {
        .page6{
            height: auto;
        }
        .footer {
            padding: 6vw 4vw;
        }
    
        .footer-container {
            flex-direction: column; /* Stack footer sections */
            align-items: center;
            text-align: center;
        }
    
        .footer-column {
            width: 100%;
            padding: 3vw 0;
        }
    
        .footer-column h3 {
            font-size: 4.5vw;
        }
    
        .footer-column ul li a {
            font-size: 4vw;
        }
    
        .contact p {
            font-size: 4vw;
        }
    }
   
}