/* footer-section */
.row{
    --bs-gutter-x: 0rem !important;
  --bs-gutter-y: 0 !important;
}
.footer-bg{
    background: #FAFAFA;
    margin-top: 3%;
}
.footer-topics{
    font-weight: 500;
    font-size: 18px;
    color: #006997;
}
.footer-link-text{
    font-weight: 400;
    font-size: 13px;
    color: #4D4D4D;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 1rem;
    text-align: start !important;
}
.footer-link-text:hover{
    color: #0085AA;
}
.footer-quick-link-sec{
    display: flex;
    /* justify-content: center; */
}
.footer-social-media{
    cursor: pointer;
}
@media screen and (max-width:992px){
    .footer-quick-link-sec{
        display: flex;
        justify-content: start;
    }
}

#div-footer-mobile {
    display:none;
}

#div-footer-desktop .flex-1 {
    flex: 1;
}

#div-footer-desktop .flex-2 {
    flex: 2;
}

.footer-spacing {
    margin-left: 92px;
    margin-right: 92px;
    justify-content: space-evenly;
}

@media screen and (max-width:768.99px){

    #div-footer-desktop {
        display: none;    
    }

    #div-footer-mobile {
        display:block;
        max-width: 400px;
        padding: 20px;
    }

    #div-footer-mobile .follow {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        font-weight: 400;
    }

    #div-footer-mobile .linkedin img {
        width: 20px;
        height: 20px;
    }

    #div-footer-mobile hr {
        border: none;
        border-top: 1px solid #ddd;
        margin: 20px 0;
    }

    #div-footer-mobile .footer-nav {
        margin-bottom: 20px;
        font-size: 13px;
        font-weight: 500;
    }

    #div-footer-mobile .footer-nav a {
        margin-right: 20px;
        text-decoration: none;
        color: #4D4D4D;
        font-size: 14px;
        font-weight: bold;
    }

    #div-footer-mobile .footer-nav a:hover {
        text-decoration: underline;
    }

    #div-footer-mobile .section {
        margin-bottom: 20px;
    }

    #div-footer-mobile .section h3 {
        color: #006997;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    #div-footer-mobile .contact-item {
        margin: 10px 0;
    }

    #div-footer-mobile a {
        color: #4D4D4D;
        text-decoration: none;
    }

    #div-footer-mobile a:hover {
        text-decoration: underline;
    }

    #div-footer-mobile h3 {
        font-size: 15px;
        font-weight: 600;
    }

    #div-footer-mobile p {
        font-size: 13px;
        color: #4D4D4D
    }
}