
body, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}


/* Footer */
.footer {
    background-color: #001F3F; 
    padding: 5px 0; /* Reduced padding for smaller height */
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

/* Your name and copyright information */
.footer-text {
    color: #fff; /* White color for the text */
    font-size: 12px; /* Reduced font size */
    text-align: center;
    margin: 0; /* Removed margin for compact look */
}

/* Style for the text within the footer */
.footer-text span {
    font-weight: bold;
}

/* To center align the footer text and social links */
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* Media queries for responsiveness */
@media (max-width: 600px) {
    .footer {
        padding: 10px 0; /* Adjust padding for smaller screens */
    }

    .footer-text {
        font-size: 10px; /* Adjust font size for smaller screens */
    }
}

@media (max-width: 400px) {
    .footer {
        padding: 8px 0; /* Further adjust padding for very small screens */
    }

    .footer-text {
        font-size: 9px; /* Further adjust font size for very small screens */
    }
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Align items to the right */
    padding: 15px 5%; /* Reduced padding for a smaller header */
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    background-color: #004386; /* Ensure a background color is applied */
}

header a img {
    width: 120px; /* Reduced width */
    height: auto; /* Maintain aspect ratio */
}

.navbar {
    position: sticky; 
    transition: background-color 0.3s ease-in-out;
    padding-top: 5px; /* Reduced padding */
    padding-bottom: 10px; /* Reduced padding */
    width: 100%; /* Ensure navbar takes full width */
    display: flex;
    justify-content: flex-end; /* Align items to the right */
    align-items: center;
}

.navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #397dc2 18%, #004386 82%);
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

.navbar.scrolled::before {
    opacity: 0;
}

.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.384);
}

.logo {
    font-size: 24px; /* Reduced font size */
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-right: auto; /* Push the logo to the left */
}

.navlist {
    display: flex;
 
    margin-right: 10%; /* Adjust margin as needed */
    margin-top: 0; /* Reduced margin */
}

.navlist a {
    color: #ffffff;
    margin-left: 40px; /* Reduced margin */
    font-size: 14px; /* Reduced font size */
    font-weight: 600;
    transition: all .55s ease;
    text-decoration: none;
}

.navlist a:hover {
    color: #f0e32c;
    border-bottom: 2px solid #f0e32c;
} 

.navbar.scrolled .navlist a {
    color: white;
}

#menu-icon {
    color: #ffffff;
    font-size: 30px; /* Reduced font size */
    z-index: 10001;
    cursor: pointer;
    display: block; /* Show the menu icon if needed */
}



.back-video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Hide video controls */
.back-video::-webkit-media-controls {
    display: none !important;
}

.back-video::-webkit-media-controls-play-button,
.back-video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

.back-video::-webkit-media-controls,
.back-video::-webkit-media-controls-overlay-play-button {
    display: none !important;
}

.footer-col{
    width: 25%;
    padding: 0 15px;
 }
 .footer-col h4{
     font-size: 18px;
     color: #ffffff;
     text-transform: capitalize;
     margin-bottom: 35px;
     font-weight: 500;
     position: relative;
 }
 .footer-col h4::before{
     content: '';
     position: absolute;
     left:0;
     bottom: -10px;
     background-color: #e91e63;
     height: 2px;
     box-sizing: border-box;
     width: 50px;
 }
 .footer-col ul li:not(:last-child){
     margin-bottom: 10px;
 }
 .footer-col ul li a{
     font-size: 13px;
     text-transform: capitalize;
     color: #ffffff;
     text-decoration: none;
     font-weight: 300;
     color: #bbbbbb;
     display: block;
     transition: all 0.3s ease;
 }
 .footer-col ul li a:hover{
     color: #ffffff;
     padding-left: 8px;
 }
 .footer-col .social-links a{
     display: inline-block;
     height: 40px;
     width: 40px;
     background-color: rgba(255,255,255,0.2);
     margin:0 10px 10px 0;
     text-align: center;
     line-height: 40px;
     border-radius: 50%;
     color: #ffffff;
     transition: all 0.5s ease;
     font-size: 23px !important;
 }
 .footer-col .social-links a:hover{
     color: #24262b;
     background-color: #ffffff;
 }
 .footer-col {
    width: 25%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center align content horizontally */
    text-align: center; /* Center align text */
}
/* Container */
.container {
    width: 60%; /* Further reduced width for a smaller container */
    margin: 0 auto; /* Center the container */
    margin-bottom: 80px; /* Adjusted bottom margin */
}

/* About Section */
.about-section {
    margin-bottom: 15px; /* Reduced bottom margin */
    color: white; /* Keep the text color */
    font-size: 0.875rem; /* Smaller font size for a more compact look */
}

/* About Image */
.about-image {
    max-width: 90%; /* Reduced maximum width */
    height: auto; /* Maintain aspect ratio */
}


.contact-form {
    background-color: #35354e73; /* Slightly transparent background */
    border: 1px solid #ccc; /* Light border */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Reduced padding */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow remains the same */
    max-width: 6500px; /* Reduced maximum width */
    max-height: 80vh; /* Set maximum height */
    overflow-y: auto; /* Allow vertical scrolling if needed */
    margin-top: 50px; /* Reduced top margin */
    margin: auto; /* Center horizontally */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
}





.form h3 {
    color: #eeeeee;
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
    text-align: center;
}

/* Button Container */

.button-container {
    text-align: center;
    margin-top: 30px; /* Reduced margin-top for a more compact look */
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 10px 20px; /* Slightly reduced padding */
    font-size: 16px; /* Smaller font size for a more refined appearance */
    background-color: #007BFF; /* Professional shade of blue */
    color: black;
    border: none;
    border-radius: 5px; /* Subtle rounded corners */
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    text-align: center;
    text-decoration: none;
    margin-right: 8px; /* Reduced margin for closer button placement */
    font-weight: 500; /* Slightly bolder text for better readability */
    line-height: 1.5; /* Adjust line height for better vertical alignment */
}

/* Button Hover Effect */
.btn:hover {
    background-color: #0056b3; /* Darker shade for hover effect */
    transform: translateY(-2px); /* Slight lift effect */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Subtle shadow effect for depth */
}

/* Button Active Effect */
.btn:active {
    background-color: #004494; /* Even darker shade when active */
    transform: translateY(1px); /* Slight depress effect */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* Reduced shadow for active state */
}


@media (max-width: 786px) {

    .back-video{
        display: none;
       }
     body{
        background-color: whitesmoke;
       }
  }


  @media (max-width: 786px) {
    /* Hide the background video for mobile */
    .back-video {
        display: none;
    }
    
    body {
        background-color: whitesmoke; /* Change the background color for mobile */
        overflow-x: auto; /* Allow horizontal scrolling on mobile */
    }
    
    header {
        padding: 15px 9%; /* Adjust the header padding for mobile */
    }
    
    header a img {
        width: 120px; /* Adjust the logo size for mobile */
        height: 40px; /* Adjust the logo size for mobile */
    }
    
    .navlist {
        margin-right: 0; /* Remove right margin for navigation items on mobile */
        margin-top: 0; /* Remove top margin for navigation items on mobile */
        flex-direction: column; /* Stack navigation items vertically on mobile */
        align-items: center; /* Center align navigation items on mobile */
        background-color: #2d303a; /* Change the background color for mobile */
        padding-top: 20px; /* Adjust the top padding for navigation items on mobile */
        padding-bottom: 20px; /* Adjust the bottom padding for navigation items on mobile */
        position: static; /* Remove sticky position for mobile */
    }
    
    .navlist a {
        margin: 10px 0; /* Adjust the margin for navigation items on mobile */
        font-size: 18px; /* Increase font size for mobile */
    }
    
    .navbar.scrolled {
        background-color: rgba(0, 0, 0, 0.384); /* Change background color when scrolled on mobile */
    }
    
    
    
    .contact-form {
        margin-top: 30px !important; /* Adjust the top margin for the contact form on mobile */
        margin-bottom: 130px;
    }
    
    .form h3 {
        font-size: 24px; /* Increase font size for form heading on mobile */
    }
    
    .btn {
        font-size: 16px; /* Decrease font size for buttons on mobile */
        margin: 10px 0; /* Adjust margins for buttons on mobile */
    }
    
    .button-container {
        margin-top: 20px; /* Adjust the top margin for the button container on mobile */
    }

    
}
@media (max-width: 786px) {
    #menu-icon {
        color: #ffffff;
        font-size: 35px;
        z-index: 10001;
        cursor: pointer;
        display: block; 
        position: fixed; /* Fix the position of the menu icon */
        top: 20px; /* Adjust the top position as needed */
        right: 20px; /
    }
    .navlist {
        position: fixed;
        top: 73px; /* Adjust the top value to push it down */
        right: -100%;
        width: 100%;
        max-width: 400px;
        background-color: rgba(0, 0, 0, 0.384);
        display: flex;
        flex-direction: column;
        padding: 50px 20px;
        transition: right 0.5s ease;
        z-index: 10000;
        box-sizing: border-box;
    }
    .navlist a {  
        margin-left: 0;
        display: block;
        margin: 2px 0;
    }
    .navlist a:last-child {
        padding-bottom: 20px; /* Adjust the padding as needed */
    }

    .navlist.open {
        right: 0; /* Show the menu by bringing it to 0px from the right */
    }

    body.open-menu {
        overflow-x: hidden; /* Hide horizontal overflow when the menu is open */
    }
    .hero-text h1 {
        font-size: 60px; /* Decrease the font size */
        margin: -90px 0 10px; /* Adjust the margin to move the text up more */
    }
    
    .hero-text a {
        margin-top: 10px; /* Add top margin to the buttons to move them up */
    }
    header a img {
        width: 120px; /* Adjust the width to make the logo smaller */
        height: auto; /* Maintain aspect ratio */
    }

    .navbar {
        position: fixed;
    }
    .navlist {
        position: fixed;
        top: 0;
        left: -100%; /* Start off-screen */
        width: 70%; /* Adjust the width as needed */
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        transition: left 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Center vertically */
        align-items: center; /* Center horizontally */
    }
    
    .navlist.open {
        left: 0;
    }
    

}


@media (max-width: 680px){
    .hero-img{
        width: 30%;
        height: auto;
    }
}