﻿/* .footer-responsive {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 16px rgba(4, 122, 251, 0.04);
    box-shadow: 0 0 20px 16px rgba(4, 122, 251, 0.04);
    padding: 15px;
    bottom: 0;
    left: 0;
    margin-left: 0px;
}

    .footer-responsive a {
        font-weight: 600;
    }

    .footer-responsive.footer-starter-kit {
        bottom: -52px;
    }

    .footer-responsive p {
        font-size: 14px;
        font-weight: 500;
        color: #999;
    } */

    .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav.close_icon ~ footer {
        margin-left: 0px;
    }
    .has-masking {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.2);
        width: 100%;
        height: 100%;
    }
    footer {
        background-color: #142c52;
        color: white;
        font-family: "Apercu Pro", Arial, Helvetica, sans-serif;
    }
    footer p {
        color: white; 
        line-height: 1.2;
        margin-bottom: 0.75rem;
    }
    footer .text-small{
        font-weight: 500;
        font-size: 13px;
    }
    footer a {
        color: rgba(255,255,255,1)
    }
    footer a:hover {
        color: rgba(255,255,255,0.9);
        text-decoration: underline;
    }
    /* Card */
    .card { margin-bottom: 1rem; border-radius: 6px; }
    .card .card-header { border-top-left-radius: 6px; border-top-right-radius: 6px; }
    .card .card-footer { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
    .card .card-body,
    .card .card-header {
        padding: 1rem; 
        font-weight: 500;
    }

    .text-tiny {
        font-size: 13px;
        line-height: 15px;
    }
    .text-supertiny {
        font-size: 11px;
        line-height: 13px;
    }

    /* Summary List */
    ul.summary-list li {
        list-style: disc;
        margin-left: 1rem;
        margin-bottom: 0.5rem;
        text-indent: 0px;
    }

    /* Footer Menu */
    ul.f-menu li {
        margin-bottom: 0;
    }
    ul.f-menu li a {
        font-size: 13px;
        font-weight: 500;
    }
    
    /* Footer Menu Horz */
    ul.f-menu.horz {
        display: flex;
    }
    ul.f-menu.horz li {
        border-left: 1px solid rgba(255,255,255,0.25);
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    ul.f-menu.horz li:first-child {
        border-left: 0;
        padding-left: 0;
    }

    .form-control, .form-select {
        border-color: rgba(84, 179, 255, 0.5);
        border-radius: 4px;
    }
    .form-control:focus, .form-select:focus {
        border-color: var(--bs-blue-light);
        box-shadow: 0 0 0 0.2rem rgba(84, 179, 255, 0.2);
    }

    .custom-sub-category, .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
        color: black !important;
        font-weight: 500 !important;
        font-size: 14px !important;
    }

    .custom-menu a:link, a:visited {
        color: black !important;
        font-weight: 500 !important;
        font-size: 14px !important;
    }

    .custom-menu a:hover {
        color: cornflowerblue !important;
        font-weight: 500 !important;
    }

    .links-section a:link, a:visited {
        color: black !important;
        font-weight: 500 !important;
        font-size: 14px !important;
    }

    body {
        font-size: 16px !important;
    }
    
   /* Footer Menu Line */
   @media screen and (min-width: 768px) {
    .f-border {
        border-top-color: transparent !important;
    }
   }