﻿/* Basic full-width adjustments */
header, footer, main {
    width: 100%;
    padding: 0;
    margin: 0;
}
    
.container-fluid {
    padding: 0;
    margin: 0 auto;
}

/* Ensuring full width for header, footer and content */
.header, .footer, .content {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
}

/* Adjustments for navigation bar */
.navbar {
    display: flex; /* Ensure the navbar uses flexbox */
    width: 100%;
    background-color: #032154;
}

.navbar-nav .nav-item .nav-link {
    color: white;
    font-size: 18px;
    padding: 10px 15px;
}

/* Responsive footer styling */
.footer {
    background-color: #032154;
    color: white;
    padding: 20px 0;
    text-align: center;
}

    .footer .location_icon li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

/* General responsive utilities */
.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-center-small {
    text-align: center;
}

ul, li, ol {
    color: white;
    text-align: left;
}

a, .btn {
    color: white;
}


.footer h1, .footer h3 {
    color: white;
}
.footer ul {
    list-style-type: none;
    padding-left: 0;
}

    .footer ul li {
        margin-bottom: 10px;
    }
.footer a {
    color: white;
    text-decoration: none;
}
    .footer a:hover {
        text-decoration: underline;
    }
.footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .text-center {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
}
.footer h3{
    margin-left:-300px;
}

@media (min-width: 576px) and (max-width: 768px) {
    .footer h1 {
        font-size: 26px;
        text-align: center;
    }

    .footer h3 {
        font-size: 20px;
        text-align: center;
    }

    .footer ul {
        text-align: center;
    }

    .footer .row {
        flex-direction: column;
        align-items: center;
    }
}

/* Large devices (768px - 1200px) */
@media (min-width: 768px) and (max-width: 1200px) {
    .footer h1 {
        font-size: 30px;
    }

    .footer h3 {
        font-size: 22px;
    }

    .footer ul {
        text-align: left;
    }

    .footer .row {
        flex-direction: row; /* Display in rows for larger devices */
        align-items: flex-start;
    }
}

/* Extra large devices (1200px and above) */
@media (min-width: 1200px) {
    .footer h1 {
        font-size: 32px;
    }

    .footer h3 {
        font-size: 24px;
    }

    .footer .row {
        justify-content: space-between;
    }
}
/* Mobile footer styles (max-width: 576px) */
@media (max-width: 576px) {
    /* General footer adjustments */
    .footer {
        padding: 20px 10px; /* Smaller padding for mobile */
    }

        /* Footer title adjustments */
        .footer h1 {
            font-size: 22px;
            text-align: center; /* Center-align title */
            margin-bottom: 20px; /* Space below the title */
        }

        /* Footer section titles (e.g., Contact Us, Menus) */
        .footer h3 {
            font-size: 18px;
            text-align: center;
            margin-bottom: 15px; /* Reduce space between titles and content */
        }

        /* Center-align contact info */
        .footer ul {
            text-align: center;
            padding-left: 0;
        }

            .footer ul li {
                margin-bottom: 10px; /* Space between list items */
                display: block;
                text-align: center; /* Center-align list items */
            }

        /* Links adjustments */
        .footer a {
            color: white;
            font-size: 16px; /* Adjust link size */
            display: block; /* Ensure links take up full width */
            margin-bottom: 10px; /* Space between links */
        }

        /* Icon adjustments */
        .footer ul li i {
            margin-right: 8px; /* Space between icon and text */
        }

        /* Stack columns vertically */
        .footer .row {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        /* Ensure the social icons section is well-spaced */
        .footer .social-icons {
            margin-top: 20px;
        }

        /* Contact info and menus spacing */
        .footer .col-md-6, .footer .col-sm-6 {
            margin-bottom: 20px; /* Add space between sections */
        }

    /* Bottom copyright section */
    .text-center {
        font-size: 14px;
        padding-top: 15px;
        border-top: 1px solid #fff;
        text-align: center;
    }
}





    @media (max-width: 1500.98px) {
        .header h1 {
        font-size: 24px;
    }

    .footer h1, .footer h3 {
        font-size: 16px;
       
    }

    .footer .location_icon li {
        flex-direction: column;
        align-items: center;
    }

}

/*@media (min-width: 576px) and (max-width: 1500.98px) {
    .header h1 {
        font-size: 28px;
    }

    .footer h1, .footer h3 {
        font-size: 18px;
    }
}*/

/*@media (min-width: 768px) and (max-width: 1500.98px) {
    .header h1 {
        font-size: 32px;
        display:flex;
        position:absolute;
    }

    .footer h1, .footer h3 {
        font-size: 20px;
        color:white;
    }
    
}
*/
@media (min-width: 1500px) {
    .header h1 {
        font-size: 35px;
    }

    .footer h1, .footer h3 {
        font-size: 22px;
    }

    ul, li, ol {
        color: white;
        text-align: left;
    }

    #navitemhead {
        gap: 27px !important;
        /* background-color: #032154;*/
    }
   
}
.header_bo {
    background-color: #032154; /* Set the background color to blue */
    width: 100%; /* Full width */
}

.navbar {
    padding: 15px 0; /* Optional padding for better spacing */
}

.nav-link {
    color: white !important; /* Ensure text is visible against the blue background */
}
@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center; /* Adjust the alignment for smaller screens */
    }
}
section.banner_main h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    color: #222;
}

/* for image*/
/* General styling for images */

}



/* For smaller screens (up to 768px) */
@media (max-width: 768px) {
    .ban_img {
        display: flex;
        flex-direction: column; /* Stack images vertically on smaller screens */
        align-items: center; /* Center images horizontally */
    }

        .ban_img figure {
            width: 100%; /* Make figures take up full width */
            margin-bottom: 15px; /* Add some space between stacked images */
        }
}

/* For larger screens (769px and above) */
@media (min-width: 769px) {
    .ban_img {
        display: flex;
        flex-direction: row; /* Place images side-by-side */
        justify-content: space-between; /* Space between images */
    }

        .ban_img figure {
            width: 48%; /* Each image will take up roughly half of the container */
        }
}

/* end for image*/

.titlepage h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.titlepage span {
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 10px;
}

.titlepage p {
    font-size: 1rem;
    line-height: 1.5;
}
#imgmanufacture {
    width: 58%;
}
#secondimg {
    width: 58%; 
}
@media (max-width: 768px) {
    .row {
        display: flex;
        flex-direction: column; /* Stack the elements vertically */
        text-align: center; /* Center text for smaller screens */
    }

    .titlepage {
        margin-bottom: 20px; /* Add some space below the text content */
    }

  
}
#manuimgdiv{
    display:flex;
 
}

.email-link {
    color: blue;
    text-decoration: none;
    position: relative;
}
@media (max-width: 576px) {
    /* Reduce the heading size for mobile screens */
    h1.text-primary {
        font-size: 20px;
    }

    /* Align the email icon and text vertically centered for mobile */
    .d-flex {
        justify-content: center; /* Center the email contact */
        font-size: 14px;
    }

    /* Adjust the margin for the email icon on small screens */
    .fa-envelope {
        position: relative;
        top: 0;
        margin-left: 0;
    }

    /* Make sure there's a margin between title and contact info */
    .mt-lg-0 {
        margin-top: 10px; /* Adds space on mobile */
    }
}

@media (min-width: 768px) {
    /* For medium and larger screens, reset the email's positioning */
    .fa-envelope {
        margin-left: -21px;
        position: absolute;
        top: 23px;
    }

    /* Ensure the email remains right-aligned for larger screens */
    .text-lg-end {
        text-align: end !important;
    }

    /* Restore the default margin on larger screens */
    .mt-lg-0 {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    /* On larger screens, ensure the email icon stays aligned */
    .email-link i {
        position: relative;
        top: 20px;
    }
    /* For medium and larger screens, reset the email's positioning */
    .fa-envelope {
        margin-left: -229px;
        position: absolute;
        top: 486px;
    }
    /* Remove gap between items on larger screens */
    .justify-content-lg-between {
        gap: 0;
    }
}
@media (min-width: 769px)  {
    /* On larger screens, ensure the email icon stays aligned */
    .email-link i {
        position: relative;
        top: 20px;
    }
    /* For medium and larger screens, reset the email's positioning */
    .d-flex i {
        position: relative; /* Allows you to adjust the icon's position */
        left: -50px; /* Moves the icon 50px to the left */
        margin-top: -45px;
        display: contents;
        text-decoration: none;
    }
    /* Remove gap between items on larger screens */
    .justify-content-lg-between {
        gap: 0;
    }

    .custom-envelope {
      /*  top: 4193px;*/
      margin-top:4500px;
        margin-left: -20px; /* Sets envelope color to blue */
        color:white;
    }

    .footenv {
        margin-left: 17px;
    }
}
@media(min-width:992px){
    .custom-envelope {
        /*  top: 4193px;*/
        margin-top: 4031px;
        margin-left: -20px; /* Sets envelope color to blue */
        color: white;
    }
}
@media(min-width:1200px) {
    .custom-envelope {
        /*  top: 4193px;*/
        /*  margin-top: 3709px;*/
        display: contents;
        position: relative;
        margin-left: -20px; /* Sets envelope color to blue */
        color: white;
    }
}
