* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: Arial, Helvetica, sans-serif;
    src: url(/Font/Helvetica.ttf);
}

a {
    text-decoration: none;
    color: #000;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    background-color: #021945;
    flex-wrap: wrap;
    gap: 40px;
}

.logo {
    height: 100px;
    border-radius: 50%;
    width: auto;
}

.nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 1100;
    cursor: pointer;
}

.nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
    padding: 0;
    margin: 0;
}

ul li {
    color: #ccdee4;
}

.nav .mega-drop {
    position: absolute;
    left: 0;
    top: 140px;
    background-color: #8fc2d3;
    width: 100%;
    height: 50vh;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all .2s ease;
}

.mega-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.mega-child-div {
    padding: 2rem;
}

.mega-child-div h3 {
    text-align: center;
    color: #fff;
}

.nav .mega-grid .mega-links {
    padding-top: 10px;
    display: flex;
    flex-direction: column;

}

.mega-links a {
    color: #021945;
    text-align: center;
    padding-right: 2rem;
    padding-bottom: 10px;
}

.mega-links li {
    list-style: none;
    text-align: center;
    padding-bottom: 20px;
    transition: transform .2s;
}

.mega-links li:hover {
    transform: scale(1.5);
    color: #8fc2d3;
}



.nav ul li:hover .mega-drop {
    visibility: visible;
    opacity: 1;
    top: 140px;
}

.company-info {
    background-color: #021945;
    color: #ccdee4;
    height: auto;
    text-align: center;
}

.company-info .google-maps .map {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat {
    background-color: #25D366;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    border-radius: 90px;
    height: 65px;
    width: 250px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.chat a {
    display: flex;
    display: inline-block;
    color: #fff;
    font-size: 22px;
}

.chat i {
    color: #ffffff;
    display: inline-block;
    padding-right: 10px;
    font-size: 55px;
}

.address {
    padding-top: 20px;
}

.address .icon {
    display: flex;
    left: 125px;
    text-align: center;
    margin: auto;
}

.address .icon h5 {
    padding-left: 10px;
    margin: -5px;
}

.links {
    display: grid;
    align-items: center;
}

.about {
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: transparent;
    margin: 25px 0px;
}

.about button {
    border-radius: 18px;
    height: 66px;
    width: 145px;
    background-color: #8fc2d3;
    transition: all .3s ease;
    border: 0px;
}

.about h4 {
    color: #000000;
    text-align: center;
}

.about button:hover {
    background-color: #e0f1f7;
}

.company-info {
    display: flex;
    justify-content: space-evenly;
    height: auto;
}

.copy-rigths {
    background-color: #021945;
    color: #e0f1f7;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.made-by a{
    color: #ccdee4;
}

@media (max-width: 480px) {
    .logo {
        height: 70px;
    }

    .nav ul {
        gap: 15px;
    }

    .about button {
        height: 50px;
        width: 120px;
    }

    .about h4 {
        font-size: 16px;
    }

    .copy-rigths {
        font-size: 14px;
        text-align: center;
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .nav-toggle {
        display: block;
    }

    .nav ul {
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 250px;
        background-color: #021945;
        flex-direction: column;
        align-items: center;
        padding-top: 100px;
        transition: right 0.3s ease-in-out;
        z-index: 1000;
    }

    .nav.active {
        right: 0;
    }

    .nav ul li {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        font-size: 1rem;
        color: #ccdee4;
    }

    .mega-drop {
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto;
        padding: 10px;
        background-color: #021945;
        display: none;
    }

    .mega-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mega-drop {
        display: none;
        max-height: 300px;
        overflow-y: auto;
        border-top: 1px solid #ccc;
        margin-top: 15px;
        transition: max-height 0.3s ease;
        scrollbar-width: none;
    }

    .mega-drop::-webkit-scrollbar {
        width: 6px;
    }

    .mega-drop::-webkit-scrollbar-thumb {
        background-color: #555;
        border-radius: 3px;
    }

    .mega-drop {
        height: 0;
        opacity: 0;
        transition: height 0.3s ease, opacity 0.3s ease;
    }

    .mega-drop.open {
        height: 300px;
        opacity: 1;
    }

    .company-info {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem 1rem;
    }

    .map iframe {
        width: 100%;
        max-width: 100%;
    }

    .chat {
        width: auto;
        padding: 0 15px;
    }

    .chat a {
        font-size: 18px;
    }

    .chat i {
        font-size: 36px;
    }
}