*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
}


.whatsapp-icon {
    position: fixed;
    height: 5vw;
    width: 5vw;
    background-color: #e44545;
    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;
    }
}











.page1 {
    height: 100vh;
    width: 100%;
}

.navbar{
    height: 12vh;
    width: 100%;
    background-color: black;
    padding: 1vw 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-image{
    height: 8vh;
    width: 17vw;
}
.navbar-image img{
    height: 100%;
    width: 100%;
}
.navbar-links a{
    text-decoration: none;
    font-size: 1.5vw;
    color: white;
    margin-right: 2vw;
}



.background {
    position: relative;
    height: 88vh; 
    width: 100%;
    background: url('kedarnath.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); 
    z-index: 1;
}

.container {
    position: relative;
    z-index: 2;
    max-width: 1300px; 
    width: 100%;
    color: #fff; 
}

.row.mt-4 {
    display: flex; /* Use flexbox layout */
    flex-wrap: nowrap; /* Prevent wrapping */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

/* Style for small-box elements */
.small-box {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    flex: 1 1 auto; /* Allow boxes to stretch and fit the container */
    min-width: 120px; /* Minimum width of each box */
    max-width: 160px; /* Maximum width of each box */
    box-sizing: border-box; /* Include padding and border in width */
}

.query-form {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    background-color: white;
    color: black;
}

.form-control {
    border: 1px solid black;
    margin-bottom: .5vw;
}

.afford-h1 {
    font-size: 4vw;
}

/* Page 2 */
.page2 {
    min-height: 100vh;
    width: 100%;
}

.full-height {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-img-top {
    height: 20vw; 
    object-fit: cover;
}

.card-custom {
    overflow: hidden; 
    height: auto; 
    max-width: 400px;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.dodham {
    color: brown;
}

.card-text {
    font-size: 1.6vw;
}

.days-night {
    color: brown;
}

.spanrupee {
    color: red;
}

.include-images {
    padding: 0 1vw;
    display: flex;
    gap: 3vw;
}

.transferimage {
    width: 3vw;
}

.card-body-additional .points {
    position: relative;
}

.card.card-expanded {
    max-height: 1000px;
}

.point {
    font-size: 1.1vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.points-arrow {
    color: red;
    font-size: 1.2vw;
}

.card-btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-social-btns button{
    padding: .4vw .8vw;
    background-color: #50AD31;
    border-radius: .5vw;
    border: none;
    margin-right: 1.5vw;
}
.card-social-btns button a{
    text-decoration: none;
    color: white;
}
.card-social-btns button a i{
    font-size: 1.6vw;
    font-weight: 400;
}
.phone-btn{
    background-color: rgb(0, 0, 0) !important;
}
.card-query button{
    padding: .6vw 1.1vw;
    background-color:#FF5E14;
    border-radius: .5vw;
    border: none;
    margin-right: 1.5vw;
    color: white;
}
.card-query button a{
    text-decoration: none;
    color: white;
}
.card-query button a:hover{color: maroon;}
.card-social-btns button a:hover{color: maroon;}

/* Page 3 */
.page3 {
    height: 100vh;
    width: 100%;
    padding: 4vw;
}

.alert {
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whychoose {
    font-size: 3.5vw;
}

.dodhampackage {
    color: red;
}

.page3-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}

.card-page3 {
    height: 50vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2vw;
    padding: 2vw 0vw;
    margin: 2vw 0vw;
}

.card-title-page3 {
    font-size: 1.6vw;
}

.card-text-page3 {
    font-size: 1vw;
    text-align: center;
}

.card-img-top1 {
    width: 7vw;
}

/* Page 4 Footer */
.page4-footer {
    height: 50vh;
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
}

.page4-footer-left {
    height: 80%;
    width: 40%;
    padding: 2vw 4vw;
}

.page4-footer-left img {
    width: 50%;
}

.footer-para {
    width: 90%;
    color: white;
    opacity: .6;
}

.page4-footer-right {
    height: 80%;
    width: 40%;
    padding: 2vw 6vw;
}

.page4-footer-right h3 {
    color: white;
    opacity: .6;
    margin-bottom: 2vw;
}

.page4-footer-social-links a {
    font-size: 3vw;
    text-decoration: none;
    color: white;
    opacity: .6;
    margin-right: 2vw;
}

.page4-footer-bottom {
    color: white;
    opacity: .6;
}


.phone-button{
    padding: .4vw .8vw;
    background-color: black;
    border-radius: 1vw;
    position: fixed;
    bottom: 2vw;
    left: 2vw;
    z-index: 10000;
}
.phone-button a{
    text-decoration: none;
}
.phone-button a i{
    font-size: 3vw;
    color: white;
    font-weight: 400;
}



/* Mobile Devices */
@media (max-width: 767px) {
    .background {
        height: 60vh; /* Adjust height for smaller screens */
    }

    .afford-h1 {
        font-size: 6vw; /* Scale font size for mobile */
    }

    .card-img-top {
        height: 30vw; /* Adjust image height */
    }

    .card-text {
        font-size: 4vw; /* Adjust font size */
    }

    .include-images {
        flex-direction: column; /* Stack images vertically */
        gap: 4vw; /* Increase gap */
    }

    .card-page3 {
        height: auto; /* Allow height to adjust */
        padding: 2vw 0;
        margin: 2vw 0;
    }

    .card-title-page3 {
        font-size: 5vw; /* Scale font size */
    }

    .card-text-page3 {
        font-size: 4vw; /* Scale font size */
    }

    .page4-footer {
        flex-direction: column; /* Stack footer content vertically */
        padding: 2vw 0; /* Adjust padding */
    }

    .page4-footer-left, .page4-footer-right {
        width: 100%; /* Full width for mobile */
        padding: 2vw; /* Adjust padding */
        text-align: center; /* Center text */
    }

    .page4-footer-social-links a {
        font-size: 5vw; /* Scale font size */
    }
}

/* Mobile Devices (480px and below) */
@media (max-width: 480px) {
    /* Navbar */
    .navbar{
        height: 8vh;
        width: 100%;
        padding: 1vw 6vw;
    }
    .navbar-image{
        height: 4vh;
        width: 32vw;
    }
    .navbar-image img{
        height: 100%;
        width: 100%;
    }
    .navbar-links{
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
    }
    .navbar-links a{
        font-size: 3vw;
    }

    /* Background */
    .page1{
        height: auto;
        width: 100%;
    }
    .background {
        height: 80vh; /* Reduce height for mobile screens */
        background-size: cover; /* Ensure background image covers */
        padding: 1vw 3vw;
    }

    .overlay {
        background: rgba(0, 0, 0, 0.6); /* Ensure overlay is visible */
    }
    .row {
        flex-direction: column; /* Stack columns vertically */
    }
    .col-md-8 {
        height: 100%;
        width: 100%; /* Full width on mobile */
        padding: 0; /* Remove padding on mobile */
    }
    .col-md-8{
        display: none;
    }
    .row.mt-4{
        flex-direction: row;
    }
    .small-box {
        flex: 1 1 auto; /* Allow boxes to stretch and fit the container */
        min-width: 60px; /* Minimum width of each box */
        max-width: 120px; /* Maximum width of each box */
    }
    /* Main Content */
    .container {
        padding: 1vw 2vw; /* Adjust padding */
        text-align: left; /* Center text */
    }
    .container-fluid{
        height: auto;
        width: 100%;
    }
    .full-height{
        margin-top: -3vw;
    }
    .row.row-cols-4.row-cols-md-2.row-cols-lg-3 {
        display: block; /* Change to block layout */
      
    }

    .col {
        display: block; /* Ensure each card is a block element */
        width: 100%; /* Full width */
        margin-bottom: 15px; /* Space between cards */
        /* Add any other spacing or styling here as needed */
    }
    .card-custom {
        height: auto; /* Adjust height to fit content */
        width: 100%; /* Full width of container */
        box-sizing: border-box; /* Include padding in width calculation */
    }


    .afford-h1 {
        font-size: 6vw; /* Responsive font size */
        margin-bottom: 10px; /* Add margin */
    }

    .fs-4 {
        font-size: 4vw; /* Responsive font size */
    }

    /* Form */
    .col-md-4{
        height: 100%;
        width: 85%;
        padding: 0;
    }
    .query-form {
        padding: 15px; /* Reduce padding */
        width: 100%;
        max-width: 100%;
        margin-left:6vw;
    }

    .form-control {
        border: 1px solid #ccc; /* Lighter border color */
        margin-bottom: 10px; /* Adjust margin */
    }

    /* Cards */
    .page2-content{
        margin-top: -12vw;
    }
    .card-img-top {
        height: 30vw; /* Adjust image height */
        object-fit: cover; /* Ensure images fit properly */
    }

    .card-body {
        padding: 10px; /* Adjust padding */
    }

    .card-text {
        font-size: 4vw; /* Responsive font size */
    }

    .include-images {
        display: flex; /* Use flexbox for layout */
        overflow-x: auto; /* Allow horizontal scrolling if necessary */
        white-space: nowrap; /* Prevent wrapping */
        padding: 0; /* Remove padding for better fit */
        gap: 3vw; /* Adjust gap between items as needed */
        display: inline-block;
    }
    .image1 {
        flex: 0 0 auto; /* Prevent images from shrinking */
        display: inline-block; /* Ensure images are treated as inline elements */
        margin-right: 2vw;
    }

    .transferimage {
        width: 100%; /* Adjust icon size for mobile */
        max-width: 65px;
    }

    .card-body-additional .points {
        font-size: 4vw; /* Responsive font size */
    }
    .point{
        font-size: 3.3vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .points-arrow {
        font-size: 5vw; /* Larger arrow for visibility */
    }
    
    .card-social-btns button{
        padding: 2vw 3vw;
    }
    .card-social-btns button a i{
        font-size: 4vw;
    }



    /* page3  */
   
    .alert{
        height: 10vh;
        width: 100%;
    }
    .whychoose{
        font-size: 7vw;
    }
    .page3-boxes {
        flex-direction: column; /* Stack cards vertically on mobile */
        align-items: center;
        gap: 4vw; /* Increase gap between cards */
    }
    .card-img-top1{
        width: 13vw;
    }
    .card-body-page3 p{
        font-size: 3.1vw;
        text-align: center;
    }



    /* Footer */
    .page4-footer {
        flex-direction: column; /* Stack footer items vertically */
        padding: 20px 10px; /* Adjust padding */
        gap: 5vw;
    }

    .page4-footer-left, .page4-footer-right {
        width: 100%; /* Full width */
        text-align: center; /* Center text */
        padding: 10px; /* Adjust padding */
    }

    .page4-footer-left img {
        width: 60%; /* Adjust logo size */
    }

    .page4-footer-social-links a {
        font-size: 5vw; /* Responsive font size */
        margin: 5px; /* Adjust spacing */
    }

    .footer-para {
        font-size: 3.5vw; /* Responsive font size */
    }
    .page4-footer-bottom{
        text-align: center;
        font-size: 2.4vw;
    }
    
    
    .phone-button{
        padding: 1vw 3vw;
        border-radius: 4vw;
        left: 3vw;
    }
    .phone-button a i{
        font-size: 9vw;
    }
}
