@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%;
}

.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;
}

/* Hide the form by default */
.quote-form2 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

/* Close button */
.close-form {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 6.2vw;
    cursor: pointer;
}

/* Price info */
.price-info2 p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.price-info2 small {
    color: red;
}

/* Input fields */
#quote-form2 input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Buttons */
.get-quote,
.whatsapp-btn2,
.call-now2 {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.get-quote {
    background: #007bff;
    color: white;
}

.whatsapp-btn2 {
    background: #25D366;
}

.call-now2 {
    background: #28a745;
}

.whatsapp-btn2 a,
.call-now2 a {
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-btn2 i,
.call-now2 i {
    margin-right: 5px;
}


@media (max-width: 480px) {
    .social-buttons {
        display: flex;
    }

    .quote-form2 {
        display: block;
    }
}











.page1 {
    height: 100vh;
    width: 100%;
    padding: 1vw 3vw;
}

.page1-content {
    height: 100%;
    width: 100%;
}

.navbar {
    height: 12vh;
    width: 100%;
    background-color: rgb(247, 245, 242);
    border-radius: .7vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1vw;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-top: 1vw;
}

.navbar-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-logo img {
    height: 14vh;
    width: 100%;
    object-fit: cover;
}

.navbar-heading h1 {
    font-size: 2vw;
    font-weight: 500;
    color: brown;
}

.navbar-phn-link a {
    text-decoration: none;
    font-size: 1.6vw;
    color: black;
    margin-left: 2vw;
}

.page1-images {
    height: 73vh;
    width: 100%;
    margin-top: 2vw;
    display: flex;
    gap: .5vw;
}

.page1-left-image {
    height: 100%;
    width: 52%;
    overflow: hidden;
    border-radius: .5vw;
}

.page1-left-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page1-right-image {
    height: 100%;
    width: 48%;
}

.page1-right-image-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: .4vw;
}

.image-row {
    display: flex;
    gap: .7vw;
}

.image-row img {
    height: 36vh;
    width: 48%;
    object-fit: cover;
    border-radius: .5vw;
}


.page2 {
    min-height: 95vh;
    width: 100%;
    padding: 1vw 3vw;
}

.page2-content {
    height: 100%;
    width: 100%;
    display: flex;
    gap: 2vw;
}

.page2-content-left {
    height: 100%;
    width: 70%;
    padding: 1vw;
}

.page2-left-heading h2 {
    font-size: 2.3vw;
    color: brown;
    border-bottom: 1px solid grey;
    padding-bottom: .5vw;
}

.page2-left-overview {
    margin-top: 2vw;
}

.page2-left-overview p {
    width: 95%;
    text-align: justify;
    margin-top: 1vw;
}

.page2-content-right {
    height: 100%;
    width: 30%;
}

.form-container {
    width: 96%;
    background: white;
    padding: 1.5vw;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 5vw;
}

.form-container h2 {
    margin-bottom: 1.2vw;
}

input,
textarea {
    width: 100%;
    padding: .6vw;
    margin: .4vw 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-container button {
    width: 100%;
    padding: 10px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.whatsapp-btn,
.call {
    flex: 1;
    padding: 10px;
    margin: 5px;
    text-align: center;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.whatsapp-btn {
    background: #25D366;
}

.call {
    background: #28a745;
}


.page3 {
    min-height: 55vh;
    width: 100%;
    padding: 1vw 4vw;
}

.page3-content {
    height: 100%;
    width: 100%;
}

.page3-itinerary {
    width: 65%;
}

.page3-itinerary h2 {
    text-align: center;
    border-bottom: 3px solid #ff0015;
    padding-bottom: .6vw;
    font-size: 2vw;
    display: inline-block;
}

.itinerary {
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 1.5vw;
}

.itinerary-header {
    background: #007bff;
    color: white;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}

.itinerary-content {
    display: none;
    padding: 1.2vw;
    border-top: 1px solid #ddd;
    background: white;
}

.itinerary-content ul {
    padding-left: 2vw;
}

.itinerary-content ul li {
    margin-bottom: 5px;
}


.page4 {
    height: 60vh;
    width: 100%;
    padding: 2vw 4vw;
}

.page4-content {
    height: 100%;
    width: 100%;
}

.page4-inclu-exclu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 3vw;
}

.page4-inclu-exclu-section {
    width: 50%;
}

.page4-inclu-exclu-section h3 {
    font-size: 2vw;
    border-bottom: 3px solid #ff002b;
    padding-bottom: .3vw;
    display: inline-block;
}

.page4-inclu-exclu-section ul {
    list-style: none;
    padding-left: 0;
    margin-top: 2vw;
}

.page4-inclu-exclu-section ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
    font-size: 1.4vw;
}

.page4-inclu-exclu-section ul li i {
    margin-right: 10px;
    font-size: 18px;
}

.green {
    color: green;
}

.red {
    color: red;
}



.page5 {
    height: 90vh;
    width: 100%;
    padding: 2vw 4vw;
}

.page5-content {
    height: 100%;
    width: 100%;
}

.page5-para {
    width: 85%;
}

.page5-heading h2 {
    border-bottom: 3px solid #ff0015;
    padding-bottom: .6vw;
    display: inline-block;
    margin-bottom: 2vw;
}

.page5-para p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

.page5-para ul {
    list-style-type: none;
    padding-left: 0;
}

.page5-para ul li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.6;
    text-align: justify;
}

.page5-para ul li strong {
    color: #0056b3;
}

strong {
    font-weight: bold;
}


.page6{
    min-height: 100vh;
    width: 100%;
    padding: 2vw 4vw;
}
.page6-content{
    height: 100%;
    width: 100%;
}
.faq-container {
    width: 80%;
    background: #fff;
    padding: 2vw;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq-container h2{
    margin-bottom: 2vw;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.faq-question {
    padding: 15px;
    background: grey;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}
.faq-answer {
    display: none;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 5px;
}



.page7 {
    width: 100%;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 1.5vw 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.social-link {
    color: #fff;
    margin-right: 1.2vw;
    font-size: 1.2vw;
    text-decoration: none;
}

.social-link:hover {
    color: #ddd;
    /* Hover effect for links */
}

/* Optional: Add some margin for the icons */
.social-link i {
    margin-right: 5px;
}




/* responsive design  */

/* page1 design  */
@media screen and (max-width: 480px) {
    .page1 {
        padding: 5vw 3vw;
        height: auto;
    }

    .navbar {
        height: auto;
        margin-bottom: 3vw;
    }

    .navbar-logo {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-logo img {
        height: 8vh;

    }

    .navbar-heading h1 {
        display: none;
    }

    .blog-link {
        display: none;
    }

    .navbar-phn-link a {
        font-size: 4vw;
    }

    .page1-images {
        height: auto;
    }

    .page1-left-image {
        height: 45vh;
        width: 100%;
    }

    .page1-right-image {
        display: none;
    }
}

/* iphone design  */
@supports (-webkit-touch-callout: none) {
    .navbar-logo img {
        height: 8vh !important;
        width: auto !important;
        max-width: 90%;
    }
}


/* page2 design  */
@media screen and (max-width: 480px) {
    .page2 {
        min-height: 68vh;
    }

    .page2-content {
        flex-direction: column;
        gap: 3vw;
    }

    .page2-content-left {
        width: 100%;
        padding: 2vw;
    }

    .page2-content-right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page2-left-heading h2 {
        font-size: 7vw;
        margin-bottom: 3vw;
    }

    .page2-left-overview p {
        width: 100%;
        font-size: 3vw;
    }

    .form-container {
        display: none;
    }
}


/* page3 design  */
@media screen and (max-width: 480px) {
    .page3 {
        min-height: 45vh;
    }

    .page3-itinerary {
        width: 100%;
    }

    .page3-itinerary h2 {
        font-size: 7vw;
        padding-bottom: 2vw;
        margin-top: 4vw;
    }

    .itinerary {
        margin-top: 5vw;
    }

    .itinerary-header {
        font-size: 3.5vw;
        padding: 3vw;
    }

    .itinerary-content {
        padding: 4vw;
    }

    .itinerary-content ul {
        padding-left: 4vw;
    }

    .itinerary-content ul li {
        font-size: 3vw;
        margin-bottom: 3vw;
    }
}


/* page4 design  */
@media screen and (max-width: 480px) {
    .page4 {
        height: auto;
    }

    .page4-inclu-exclu {
        flex-direction: column;
        gap: 4vw;
    }

    .page4-inclu-exclu-section {
        width: 100%;
    }

    .page4-inclu-exclu-section h3 {
        font-size: 6vw;
        padding-bottom: 2vw;
        margin-bottom: 3vw;
    }

    .page4-inclu-exclu-section ul li {
        font-size: 3.5vw;
        margin-bottom: 4vw;
    }

    .page4-inclu-exclu-section ul li i {
        font-size: 5vw;
        margin-right: 5vw;
    }
}


/* page5 design  */
@media screen and (max-width: 480px) {
    .page5 {
        height: auto;
    }

    .page5-para {
        width: 100%;
    }

    .page5-heading h2 {
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    .page5-para p {
        font-size: 3vw;
        margin-bottom: 6vw;
    }
}


/* page6 design  */
@media (max-width: 480px) {
    .faq-container {
        width: 100%;
        padding: 4vw;
    }

    .faq-container h2 {
        font-size: 20px;
        margin-bottom: 4vw;
    }

    .faq-question {
        font-size: 14px;
        padding: 12px;
    }

    .faq-answer {
        font-size: 14px;
        padding: 10px;
    }

    .page6 {
        padding: 4vw 5vw;
    }
}


/* page7 design  */
@media screen and (max-width: 480px) {
    .footer {
        height: 15vh;
        flex-direction: column;
        padding: 5vw 2vw;
        font-size: 3.5vw;
    }

    .footer-left,
    .footer-right {
        text-align: center;
    }

    .social-link {
        margin-right: 1vw;
        font-size: 4.5vw;
    }

    .social-link i {
        margin-right: 0.8vw;
    }
}