﻿.nav-item {
    margin-right: 0px;
}

.custom-button {
    padding: 0px 0px;
    margin: 0;
}

#btnloginid {
    padding-left: 20px;
}

#btnRegistration {
    margin: 5px;
}
/* Footer Styling with Enhanced Design */
.new-footer {
    background-color: #E8FECC;
    color: #ffffff;
    padding: 0px 0;
    font-family: 'Product Sans', sans-serif;
}

.new-footer-container {
    max-width: 1400px;
    margin: auto;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap; /* Ensures items stay in one row */
    justify-content: space-between;
    /* align-items: center;
            text-align: center;*/
}

.new-footer-section {
    padding: 10px;
}

.new-logo-section {
    text-align: left;
    flex: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 35px;
}

    .new-logo-section img {
        max-width: 120px;
        border-radius: 50%;
        margin: 10px 0;
        border: 4px solid #3b7362;
    }

.new-company-name {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #3b7362;
}

.new-contact-info p {
    font-size: 1em;
    color: #3b7362;
    margin-bottom: 10px;
    text-align: left;
}

.new-social-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 40%;
    gap: 0px;
    text-align: center;
}

.new-social-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .new-social-button img {
        max-width: 180px;
        border-radius: 12px;
        padding: 5px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .new-social-button img:hover {
            transform: scale(1.1);
            box-shadow: 0px 0px 15px rgba(26, 188, 156, 0.7);
        }

.new-contact-section {
    text-align: left;
    flex: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 37px;
}

.new-contact-title {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #3b7362;
}

.new-contact-method {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    justify-content: flex-start;
}

    .new-contact-method img {
        width: 32px;
        height: 32px;
    }

    .new-contact-method a, .new-contact-method span {
        color: #1abc9c;
        text-decoration: none;
        font-size: 1em;
        transition: color 0.3s ease;
    }

        .new-contact-method a:hover {
            color: #3b7362;
        }

/* Responsive Design */
@media (max-width: 768px) {
    .new-footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .new-logo-section {
        text-align: left;
        align-items: flex-start;
        flex: 100%;
    }

    .new-social-section {
        justify-content: center;
        flex: 100%;
    }

    .new-contact-section {
        text-align: left;
        align-items: flex-start;
        flex: 100%;
    }

    .new-contact-method {
        justify-content: flex-start;
    }
}

.navbar .dropdown-menu {
    margin: 0 !important;
    padding: 0 !important;
    top: 100% !important;
    left: 0 !important;
    transform: none !important;
}

.navbar .dropdown-item {
    padding: 8px 15px !important;
    font-size: 14px !important;
    white-space: nowrap;
}
