﻿input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



label {
    font-weight: 500;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header {
    background-color: #ffffff;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}

.logo img {
    height: 50px;
    max-width: 100%;
    box-shadow: none;
    padding-left: 67px;
}

.contact-info a {
    color: #000;
    text-decoration: none;
}

    .contact-info a:hover {
        text-decoration: underline;
    }

.social-media a {
    margin: 0 5px;
}

.social-media img {
    height: 20px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 8px;
    display: flex;
}

    nav ul li {
        margin: 0 10px;
        padding-right: 8px;
        position: relative;
    }

        nav ul li a {
            text-decoration: none;
            color: #333333;
            font-weight: 600;
            position: relative;
        }

            nav ul li a::after {
                content: '';
                display: block;
                position: absolute;
                width: 100%;
                height: 3px;
                background-color: transparent;
                bottom: -10px;
                left: 0;
                transition: background-color 0.3s ease;
            }

        nav ul li:hover a::after {
            background-color: #347BC4;
        }

        nav ul li ul.submenu {
            display: none;
            position: absolute;
            top: 130%; /* Adjust the submenu position */
            left: 0;
            background-color: #0886cf;
            /* padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
            z-index: 1001;
        }

        nav ul li:hover ul.submenu {
            display: block;
        }

ul.submenu li {
    display: block;
    width: 284px; /* Width of submenu items */
    text-align: left;
    text-decoration: none;
}

nav ul li ul.submenu li a {
    color: white;
    display: block;
    padding: 10px 5px;
    font-size: 16px;
    text-decoration: none;
}

ul.submenu li:hover {
    background-color: #347BC4;
}

#image {
    background-image: url('/img/img.jpeg');
    background-position: center;
    background-size: cover;
    padding: 90px;
    position: relative;
}

    #image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Adjust the transparency here (0.5 is 50% opacity) */
    }

.overlay {
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white; /* Text color for the overlay */
}

    .overlay h1 {
        margin: 0;
        font-size: 19px;
        font-weight: 600;
        /* Example font size for the heading */
        /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);  Optional text shadow */
    }

    .overlay p {
        margin: 20px 0 0; /* Adjust margin as needed */
        font-size: 19px /* Example font size for the paragraph */
    }


footer {
    background-color: #f2f2f2;
    padding: 20px 0;
    margin-top: 162px;

}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px;
    padding-top: 78px;
    max-width: 1200px;
    margin: 0 4rem;
}

.services {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 20px;
}

    .services p {
        margin: 10px 0;
    }

.company-info {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.logo1 {
    width: 39.317%;
}

    .logo1 p {
        width: 95%;
    }

    .logo1 img {
        height: 100px;
        max-width: 100%;
        box-shadow: none;
    }

.company {
    width: 27.016%;
}

.company, .contact {
    flex: 1;
    margin: 0 10px;
}

    .company h3, .contact h3 {
        color: #000000;
        font-family: "Roboto", Sans-serif;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .company ul {
        padding-left: 19px;
    }

        .company ul li {
            margin: 5px 0;
        }

            .company ul li a {
                text-decoration: none;
                color: #000;
            }

    .contact address, .contact p {
        margin: 10px 0;
    }

.footer-bottom {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.contact a {
    text-decoration: none;
    color: black;
}

#title {
    color: #2d3958;
    font-family: "DM Sans", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -2px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    margin-bottom: 70px;
}
