body {
    font-family: Tahoma, sans-serif;
    margin: 0;
    padding: 0px;
    background-color: #d4d4d4;
    background-image: url("../images/back.jpg"); /* Replace 'background-image.jpg' with your image file path */
    background-size: cover; /* Ensures the background image covers the entire viewport */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the background image from repeating */
}

header {
    background-color: #333333d7;
    border-bottom: 2px solid #72b5ec;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.445);
    padding: 10px 0;
    position: sticky;  /* Make header sticky */
    top: 0;  /* Stick to the top of the viewport */
    z-index: 1000; 
}

nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.menu-icon div {
    background-color: #72b5ec;
    height: 4px;
    width: 100%;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 20px;  /* Adjust this to align the menu to the left */
    background-color: #333333d7;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.445);
    width: 200px;

}

.menu li {
    margin: 10px 0;
}

.menu a {
    color: #72b5ec;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.menu li:hover {
    background-color: #72b5ec;
    box-shadow: 0 0 2px #ffffff;
}

.menu a:hover {
    color: #ffffff;
}   

@media (min-width: 768px) {
    .menu {
        display: none; /* This keeps the dropdown hidden initially */
    }
}

.bannerSEC {

padding-top: 40px;
padding-bottom: 40px;

}

.banner-container {
    width: 70%;
    margin: 20px auto; /* Center the banner and add some top and bottom margin */
    position: relative;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.445); /* Optional: add a subtle shadow for a floating effect */
}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
}

.company-info {
    background-color: #ffffffa8; /* White background for contrast */
    padding: 40px 20px;
    text-align: center; /* Center-align text */
    margin: 20px 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.445); /* Optional: add a subtle shadow */
}

.container {
    width: 70%;
    margin: 0 auto;
}

.company-name {
    font-size: 2em;
    margin-bottom: 10px;
    color: #333333; /* Dark color for contrast */
}

.company-description {
    font-size: 1.2em;
    line-height: 1.6;
    color: #666666; /* Slightly lighter color for readability */
}

.contact-section {
    display: flex;
    max-height: 900px;
    background-color: #333333d7;
    border-top: 2px solid #72b5ec;
    border-bottom: 2px solid #72b5ec;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.445);
}

.contact-sectioninside {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Adjust spacing between sections */
}

.contact-info {
    max-width: 700px;
    background-color: white;
    margin: 2rem;
    color: #141f29;
    border: 2px solid #72b5ec;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.445);
}   

.contact-info, .google-maps {
    /* flex: 2;  Each section takes half of the available space */
    padding: 20px;
    box-sizing: border-box;
}

.google-maps iframe {
    border: 2px solid #72b5ec;
    width: 500px;
    height: 100%; /* Adjust height as needed */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.445);
}


.footerbanner {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    background-color: #333333d7;
    border-top: 2px solid #72b5ec;
    border-bottom: 2px solid #72b5ec;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.445);
}

.container {
    justify-content: center;
    align-content: center;
    text-align: center;

}

.company-name {

color: #72b5ec;

}

.footbanner-image {
    max-width: 100%;
    height: auto;
    justify-content: center;
    align-content: center;
    padding: 0px;
    margin-bottom: 4rem;
    margin-top: 3rem;
    border: 2px solid #72b5ec;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.445);


}


.site-footer {
    background-color: #333333d7;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    border-top: 2px solid #72b5ec;
}

.site-footer .container {
    max-width: 2500px;
    margin: 0 auto; /* Center the footer */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-column {
    flex: 1;
}

.footer-column img {
    max-width: 200px; /* Adjust the width of your logos */
    height: auto;
}

.fade-in-out {
    animation: fadeInOut 3s ease-in-out infinite; /* Adjust animation duration and timing as needed */
    max-width: 100%; /* Ensure image doesn't exceed container width */
    height: auto; /* Maintain aspect ratio */
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0; /* Start and end at 0 opacity */
    }
    50% {
        opacity: 1; /* Peak at 100% opacity */
    }
}

.btn2 {
    display: inline-block;
    padding: 10px 70px;
    background-color: #333;
    border: 1px solid #72b5ec;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.445);
    color: #72b5ec;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn2:hover {
    background-color: #72b5ec;
    color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.445);
}



.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    border: 1px solid #72b5ec;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.445);
    color: #72b5ec;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #72b5ec;
    color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.445);
}

/*.formsection {
    background-color: #ffffffa8;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 2px solid #72b5ec;
    border-bottom: 2px solid #72b5ec;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form-container {
    background-color: #333333d7;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
}

.contact-form-container h2 {
    margin-bottom: 20px;
    text-align: center;
    color: #72b5ec;
}

form label {
    display: block;
    margin-bottom: 5px;
    color: #72b5ec;
    font-weight: bold;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

form button {
    width: 100%;
    padding: 10px;
    background-color: #333;
    border: 1px solid #72b5ec;
    border-radius: 4px;
    color: #72b5ec;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

form button:hover {
    background-color: #72b5ec;
    color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.445);
} */