@import url('https://fonts.googleapis.com/css2?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%;
}


.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 (Hidden Initially) */
.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;
}

/* Form Box */
.form-content {
    background: white;
    padding: 20px;
    width: 95%;
    border-radius: 10px;
    position: relative;
}
.form-content h2{
    margin: 4vw 0;
}
.input-area{
    margin-bottom: 4vw;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: red;
    color: white;
    border: none;
    font-size: 20px;
    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-btn {
    background: blue;
    color: white;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 2vw;
}
}



.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;
    }
}






.page1{
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.page1 video{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.page1-content{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.navbar{
    height: 12vh;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0vw 10vw;
    z-index: 99;
}
.navbar-left {
    height: 12vh;
    width: 6vw;
}
.navbar-left img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.navbar-icons{
    display: flex;
    align-items: center;
    gap: 2vw;
}
.navbar-icons a{
    color: rgb(7, 7, 7);
    text-decoration: none;
    font-size: 1.3vw;
}
/* 🍔 Hide hamburger menu on desktop */
.menu-toggle {
    display: none;
}
/* 🍔 Mobile Menu (Hidden by Default) */
.mobile-menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 5vw;
    background: white;
    width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.mobile-menu ul li {
    padding: 10px;
}

.mobile-menu ul li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.page1-heading{
    height: 80vh;
    width: 100%;
    margin-top: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 99;
}
.heading1{
    font-size: 2.2vw;
    color: white;
    margin-top: -10%;
    -webkit-text-stroke: 1px rgb(0, 0, 0); 
    
}

.search-box {
    width: 45%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 60%;
}
.searchbox {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}
button {
    padding: 10px 15px;
    font-size: 16px;
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}
button:hover {
    background: #0056b3;
}



.page2 {
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(to right, #09203F, #537895);
}
.page2-heading{
    margin: 2.3vw 0;
}
.page2-heading h2{
    font-size: 3vw;
    font-weight: 600;
    color: white;
}
.page2-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3vw;
    padding: 1.5vw 3vw;
    width: 95%;
    border-bottom: 1px solid white;
}
.package-box {
    position: relative;
    width: 27vw;
    height: 47vh;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    background: #ddd;
}
.package-box:hover {
    transform: scale(1.05);
}
.package-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.state-name {
    position: absolute;
    top: 10px;
    left: 4%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 16px;
}
.view-package {
    position: absolute;
    bottom: -50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    transition: bottom 0.3s ease-in-out;
}
.package-box:hover .view-package {
    bottom: 0;
}



.page3 {
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(to right, #09203F, #537895);
}
.page3-heading{
    margin: 2.3vw 0;
}
.page3-heading h2{
    font-size: 3vw;
    font-weight: 600;
    color: white;
}
.page3-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3vw;
    padding: 1.5vw 3vw;
    width: 100%;
}


.page4{
    height: 78vh;
    width: 100%;
    padding: 2vw 1vw;
}
.page4-container {
    width: 100%;
    /* margin-top: 3vw; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffd700; /* Yellow Background */
    padding: 2vw 3vw;
    border-radius: .5vw;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.left-section {
    width: 50%;
    text-align: center;
    padding: 1.5vw;
}
.left-section img {
    width: 60px;
}
.left-section h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}
.left-section p {
    font-size: 16px;
    color: #444;
}
.left-section span {
    color: red;
    font-size: 20px;
}
.form-section {
    width: 50%;
    padding: 1.5vw;
}
.form-group {
    margin-bottom: 15px;
}
input, select, textarea {
    width: 100%;
    padding: 12px;
    border-radius: 2vw;
    border: 1px solid #ccc;
    font-size: 1vw;
    outline: none;
}
.phone-group {
    display: flex;
    gap: 10px;
}
select {
    width: 30%;
}
.btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 25px;
    background-color: #0056b3;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
.btn:hover {
    background-color: #003d82;
}


.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;
}







/* page1 responsive */
@media (max-width: 480px) {
    .page1{
        height: auto;
    }

    .navbar {
        height: 8.5vh;
        padding: 0 5vw;
        display: flex;
        justify-content: space-between;
    }

    .navbar-left {
        width: 16vw;
        height: auto;
    }

    .navbar-icons {
        flex-wrap: wrap;
        gap: 4vw;
        justify-content: center;
        text-align: center;
    }

    .navbar-icons a {
        font-size: 3.2vw;
    }
    .phnnumber{
        display: none;
    }

    .page1-heading {
        flex-direction: column;
        text-align: center;
    }

    .heading1 {
        font-size: 5vw;
        margin-top: -5%;
        -webkit-text-stroke: 0.5px black;
    }

    .search-box {
        width: 80%;
        flex-direction: column;
        align-items: center;
        position: static;
        margin-top: 5vw;
    }

    .searchbox {
        width: 100%;
        font-size: 14px;
    }

    .search-box button {
        width: 100%;
        margin-left: 0;
        margin-top: 2vw;
        font-size: 14px;
    }
}


/* page2 responsive  */
@media (max-width: 480px) {
    .page2-heading h2 {
        font-size: 8vw;
        margin: 3vw 0;
    }
    .page2-container{
        padding: 0 1vw;
    }
    .package-box {
        width: 100%;
        height: 35vh;
        margin-bottom: 4vw;
        transform: none;
    }

    .package-box:hover {
        transform: none;
    }

    .view-package {
        bottom: 0;
    }
}


/* page3 responsive  */
@media (max-width: 480px) {
    .page3-heading h2 {
        font-size: 7vw; 
        text-align: center;
        margin: 3vw 0;
    }

    .page3-container {
        flex-direction: column; 
        gap: 5vw;
        padding: 3vw;
    }
}


/* page4 responsive  */
@media (max-width: 480px) {
    .page4{
        height: auto;
        width: 100%;
    }
    .page4-container {
        flex-direction: column; /* Stack sections */
        padding: 5vw 3vw;
    }

    .left-section, .form-section {
        width: 100%;
        padding: 4vw;
        text-align: center;
    }

    .left-section h2 {
        font-size: 5vw;
    }

    .left-section p {
        font-size: 4vw;
    }

    .left-section span {
        font-size: 5vw;
    }

    input, select, textarea {
        font-size: 4vw;
        padding: 10px;
    }

    .btn {
        font-size: 4vw;
        padding: 12px;
    }
}


/* page6 responsive  */
@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;
    }
}