*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body{
    font-family: "Raleway", sans-serif; 
    background-color: #FFFFFE;
}
/* html{
    scroll-snap-type: y mandatory;
} */
.page1 {
    margin-top: 80px;
}
.page1 img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}

nav{
    color: #5a5a5a;
    background-color: #FFFFFE;
    height: 80px;
    width: 100%;
    position: fixed; /* Change position to fixed */
    top: 0; /* Add this to stick it to the top */
    z-index: 1000; /* Add z-index to ensure it appears above other content */
}
nav img{
    height: 80px;
    width: 80px;
    position: fixed;
    padding: 10px;
    margin-left: 40px;
}
nav ul{
    text-align: center; 
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 0px;
}
nav ul li a{
    color: #242323;
    font-size: 17px; 
    padding: 7px 23px;
}
a.active,a:hover{
    color: #F32B36;
    transition: 0.5s;
}
.checkbtn{
    font-size: 30px;
    color: #F32B36;
    float: right;
    line-height: 80px;
    margin-right: 25px;
    cursor: pointer; 
    display: none;
}
#check{
    display: none;
}
.navbar {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    line-height: 40px;
    margin-top: -1px;
    display: none;
    position: absolute;
    background-color: #FFFFFE;
    min-width: 170px;
    z-index: 1;
    left: 50%; /* Center the dropdown */
    transform: translateX(-50%); /* Adjust to center align */
}

.dropdown-content a {
    padding: 0px; /* Reduce the padding to make the items closer */
    margin: 0; /* Ensure there's no additional margin */
    text-decoration: none;
    display: block;
    font-size: small;
}

.dropdown-content a:hover {
    background: none;
    color: #F32B36;
    transition: 0.5s;
}

.navbar:hover .dropdown-content {
    display: block;
}
.div3{
   
    height: 400px;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
   
    /* margin-bottom: 20px; */
    bottom: 0;
}
.foot1, .foot2{
    height: 400px;
    width: 50%;
    line-height: 30px;
    color: #0302025a;
}
.div3 h6 {
    font-weight: 400;
}
.div3{
    font-weight: 600;
}
.div3 a{
    text-decoration: underline;
    color: #0302025a;
}
.div3 i{
    margin-right: 20px;;
}
.foot1{
    text-align: left;
    margin-left: 20%;
    line-height: 40px;
}
.foot2 {
    display: flex;
    justify-content: center;
    margin-right: 0;
    align-items: center;
    width: 50%;
}
/* .foot1 img{
    position: relative;
    height: 60px;
    width: 60px;
    top: 15px;
    margin-right: 5px;
    left:0;
} */
.foot2 img{
    height: 400px;
    width: auto;
}

/* Ensure map div is always visible */
.foot2 > div {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 auto !important;
}

/* Map container responsive styling */
.foot2 .map-container {
    width: 100% !important;
    max-width: 100% !important;
}

.foot2 #map-fallback,
.foot2 #google-map-iframe {
    width: 100% !important;
    max-width: 100% !important;
}

/* CRITICAL: Force foot2 to always be visible at ALL screen sizes */
.foot2 {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.div3 h6{
    margin-top: 6px;
}
@media (max-width: 952px){
    .checkbtn{
        display: block; 
    }
    nav ul {
        display: block;
        position: fixed; 
        width: 100%;
        height: auto;
        background: #FFFFFE; 
        top: 80px; 
        left: -100%;
        text-align: center;
        transition: all 0.5s;
    }
    nav ul li {
        display: block;
        width: 100%;
        text-align: center; 
        line-height: 40px;
    }
    nav ul li a{
        font-size: 16px;
    }
    nav img{
        margin-left: 5px;
    }
    a:hover,a.active{
        background: none;
        color: #F32B36;
        transition: 0.5s;
    }
    #check:checked ~ ul{
       left: 0;
    }
    .navbar:hover .dropdown-content {
        display: none;
    }
}



    /* MOBILE RESPONSIVE FOOTER - Clean and Working */
    @media (max-width: 856px){
        #check:checked ~ ul{
           left: 0;
        }
        
        /* Footer layout changes for mobile */
        .div3 {
            flex-direction: column !important;
            height: auto !important;
            padding: 20px 0 !important;
        }
        
        /* Company info section */
        .foot1 {
            width: 100% !important;
            padding-left: 5% !important;
            margin-left: 0 !important;
            text-align: center !important;
            font-size: 14px !important;
            line-height: 30px !important;
        }
        
        /* Map section - ALWAYS VISIBLE */
        .foot2 {
            width: 100% !important;
            margin-right: 0 !important;
            justify-content: center !important;
            padding: 20px !important;
            display: flex !important;
            visibility: visible !important;
            opacity: 1 !important;
            text-align: center !important;
            font-size: 14px !important;
            line-height: 30px !important;
        }
        
        /* Map container styling */
        .foot2 > div {
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
            width: 100% !important;
            max-width: 300px !important;
            margin: 0 auto !important;
        }
        
        /* Ensure map content fits within container */
        .foot2 .map-container {
            width: 100% !important;
            max-width: 100% !important;
        }
        
        .foot2 #map-fallback,
        .foot2 #google-map-iframe {
            width: 100% !important;
            max-width: 100% !important;
            height: 200px !important;
        }
    }

    /* Small mobile devices */
    @media (max-width: 480px){
        .foot2 {
            padding: 15px !important;
        }
        .foot2 > div {
            max-width: 100% !important;
            height: auto !important;
        }
        .foot2 #map-fallback,
        .foot2 #google-map-iframe {
            height: 180px !important;
        }
        .foot1 {
            padding-left: 3% !important;
            padding-right: 3% !important;
        }
    }

