        /**?Main CSS File**/
/*This file consist all main stylesheets of this template*/
/*all libs go here*/
@import url("../theme/themes.css");

/*animate js*/
@import url("../lib/animate.css");
/*bootstrap*/
@import url("../lib/bootstrap-select/css/bootstrap-select.min.css");
/*icon pack*/
@import url("../lib/fontawesome-pro-5/css/all.css");
/*jquery main*/
@import url("../lib/jquery-ui/jquery-ui.min.css");
/*magnific js*/
@import url("../lib/magnific-popup/magnific-popup.min.css");
/*slick slider*/
@import url("../lib/slick/slick.min.css");

/* Ensure the link is the reference point for the line */
footer .list-unstyled li a {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

/* Create the underline (invisible by default) */
footer .list-unstyled li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #173b6c;
    /* Change to your brand color */
    transition: width 0.3s ease-in-out;
}

/* Animate the width on hover */
footer .list-unstyled li a:hover::after {
    width: 100%;
}

/* Optional: Slight color change for the text on hover */
footer .list-unstyled li a:hover {
    color: #173b6c;
}

.mfp-search-form {
    background-color: #FAFAFA;
}

.mfp-search-form .mfp-close {
    color: #000000;
}

.search-result {
    cursor: pointer;
    transition: 0.2s;
}

.search-result:hover {
    background: #f7f7f7;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.search-result h6 {
    font-weight: 600;
}    
a.navbar-brand.mr-0 img {
    width: calc(100% + 3vw)!important;
}