:root{
    --white-color: #FFFFFF;
    --dark-color: #353e4a;
    --dark-grey-color: #212B36;
    --light-grey-color: #575E6B;
    --separator-color: #808080;
}
body {
    font-family: 'Open Sans';
    font-size: 22px;
}
main{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: auto;
}
.directory-header{
    background-color: #0071bb;
}
.navbar{
    padding: 2rem 50px;
}
.navbar .nav-link{
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-color);
}
.navbar .nav-link span.icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
} 

.navbar-nav > li:not(:last-child) > a::after {
    content: "|";
    padding: 0 10px 0 16px;
    color: var(--separator-color);
}

h2.heading-directory{
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-grey-color);
    margin-bottom: 0px;
    line-height: 24px;
    display: inline-block;
}
.count-results{ 
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-grey-color);
    line-height: 28px;
    display: inline-block;
}

.directory-listings{
    margin-top: 30px;
}

.listing-name{
    font-size: 16px;
    font-weight: 700;
}
.listing-cats{
    background-color: #EAF1FD;
    border: solid 1px #C5D1DE;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 5px;
    margin-right: 5px;
}
.cat-round{
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
    border: solid 1px #353e4a;
    padding: 5px;
}
.card.directory-listings{
    color: var(--light-grey-color);
    font-size: 13px;
    font-weight: 600;
    background: #efefef;
    border-color: #efefef;
}
.card.directory-listings .card-title{
    margin-bottom: 16px;
    display: inline-block;
}
.card.directory-listings .card-title a{
    color: var(--dark-color);
    text-decoration: none;
}
.card.directory-listings .listing-web a{
    color: var(--dark-color);
    text-decoration: none;
}
.sresults{ margin: 20px 0 0px;}
.sresults h3{
    font-size: 20px;
    font-weight: 700;
    float: left;
}
.sresults a{
    color: #554e50;
    text-decoration: none;
    font-size: 14px;
}

.listing-address{
    color: var(--light-grey-color);
    font-size: 13px;
    font-weight: 600;
}
.directory-listings .icon-red{
    color: #e04b3d;
}
.directory-listings .icon-blue{
    color: #0071bb;
}
.directory-listings .card-text{
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    color: #575E6B;
}
.directory-listings .card-text .services-heading{
    font-weight: 400;
    font-size: 12px;
    color: var(--separator-color);
}
.listing-notes{
    background-color: #e0dddd;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 10px;
    display: block;
}

.directory-listings .card-footer{
    border-top: none;
}
.directory-listings .card-footer ul{
    margin-bottom: 0;
}
.directory-listings .card-body{
    border-color: #efefef;
}
.icons-border a{ border: solid 1px var(--separator-color); border-radius: 5px;}

.search-text{ 
    border: none;
    background: url(../../../images/icon-search.svg) no-repeat 0 center;
    padding-left: 30px;
    color: var(--dark-grey-color);
    font-size: 14px;
    font-weight: 600;
}
.search-text:focus{
    border: none;
    box-shadow: none;
}
.search-zip{
    border: none;
    background: url(../../../images/icon-zip.svg) no-repeat 0 center;
    padding-left: 30px;
    color: var(--dark-grey-color);
    font-size: 14px;
    font-weight: 600;
}
.search-zip:focus{
    border: none;
    box-shadow: none;
}
.search-services{
    border: none;
    padding-left: 30px;
    color: var(--dark-grey-color);
    font-size: 14px;
    font-weight: 600;
}
.search-services:focus{
    border: none;
    box-shadow: none;
}
.search-miles{
    border: none;
    padding-left: 30px;
    color: var(--dark-grey-color);
    font-size: 14px;
    font-weight: 600;
}
.search-miles:focus{
    border: none;
    box-shadow: none;
}
.searchbar{ padding: 0 50px; margin-bottom: 10px;}
.btn-find{ 
    background: #DB4C3E;
    float: right;
    border: none;

}
.btn-find:hover{
    background: #212B36;
}
.search-map{ background: url(../../../images/map-icons.png) no-repeat; background-size: cover;}

.cats-filter{
    font-size: 14px;
}
.cats-filter .btn{
    font-size: 14px;
    width: 100%;
    display: block !important;
    text-align: left;
}
.cats-filter .btn i{
    float: right;
    line-height: 21px;
    transform: rotate(180deg);
}
.cats-filter .btn.collapsed{
    /*background-color: var(--dark-color);*/
    background-color: var(--white-color);
    color: var(--dark-color);
    border-radius: 5px 5px 0 0;
}
.cats-filter .btn.collapsed i{
    transform: rotate(0deg);
}

.cats-filter .btn, .cats-filter .btn:hover{
    background-color: var(--dark-color);
    color: var(--white-color);
    border-radius: 5px 5px 0 0;    
}
.cats-filter .btn:hover img{
    filter: sepia(100%) saturate(0%) brightness(500%);
}
.cats-filter ul.cats-lists{
    background: #f4f7f8;
}
.cats-filter .btn-search{
    text-align: center;
    border-radius: 5px;
}
.cats-filter .collapse.show{
    background: #eef2f5;
}
.cats-filter .cats-lists li ul li{
    padding: 7px 10px;
}
.cats-filter .btn-recommend{
    background-color: #852d2b;
    text-align: center;
    border-radius: 5px;
    border: none;
}
.listing-ph{ display: inline-block; margin-right: 20px;}
.listing-county{ display: inline-block;}
.resrouce-directory{
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
}
.badge.text-filter-dark{
    color: #554e50;
    background: #FFFFFF;
    border: solid 1px #c1bfbf;
    font-size: 12px;
    font-weight: 600;
}
.badge.text-filter-dark strong{
    font-weight: 400;
}
.my-list{
    background-color: #852d2b;
}
.my-list i{
    border: solid 1px #FFFFFF;
    border-radius: 50%;
    padding: 5px;
}
.view-more-listing{
    color: #0071bb;
    font-weight: 700;
    text-decoration: none;
}
header .btn-dark{
    width: auto !important;
}
header .btn-outline-dark{
    color: #212529;
    border: solid 1px #212529;
    width: auto;
}
.btn-save-list{
    width: auto;
    margin-top: 20px;
    background: #ea5043;
    left: auto;
    right: 50px;
    bottom: 20px;
}
nav .w-5.h-5{
    width: auto;
    max-width: 35px;
}
nav>.flex.justify-between{
    display: none;
}
.container-fluid nav.items-center{
    text-align: center;
    font-size: 14px;
    color: #575e6b;
}
.container-fluid nav.items-center a{
    color: #ea5043;
}
.card.directory-listings .save-note, .card.directory-listings .delete-item{
    width: auto;
}
.results-filters{
    color: #554e50;
    background: #FFFFFF;
    border: solid 1px #c1bfbf;
    font-size: 12px;
    font-weight: 600;
}
.export-info{
    background-color: #efefef;
    margin-top: 50px;
    padding: 20px;
    font-size: 14px;
}
.export-info input[type="text"]{
    width: 60%;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #969494;
    margin: 10px;
}
.export-info .btn-dark{
    margin: 10px;
}
.bg-dark{
    background-color: var(--dark-color);
}
.recommendation-content label{
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-grey-color);
}
.recommendation-content em{
    font-size: 14px;
    font-weight: 400;
    color: var(--light-grey-color);
}
/********** Welome Page CSS **********/
.welcome-page{
    background: #f7f3ed;
}
.welcome-page .nav-pills li{
    background: #0070bd;
}
.welcome-page .nav-pills .nav-link{
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    padding: 25px 30px;
}
.welcome-page ul.nav.nav-pills::before {
    content: '';
    border-right: 51px solid #0070bd;
    border-top: 75px solid transparent;
    top: 0;
    left: -50px;
    max-height: 75px;
}
.welcome-page h1{
    font-size: 46px;
    font-weight: 700;
    color: var(--dark-grey-color);
    margin-bottom: 20px;
}
.welcome-page h2{
    font-size: 30px;
    font-weight: 500;
    color: var(--dark-grey-color);
    margin-bottom: 20px;
}
.welcome-page .card.shadow-lg{
    border-radius: 30px;
}
.welcome-page .form-label{
    font-size: 18px;
    font-weight: 600;
    color: var(--dark-grey-color);
}
.welcome-page .form-control, .welcome-page .form-select{
    border: solid 2px #ebe9e5;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--dark-grey-color);
    padding: 10px;
}
.welcome-page .card.shadow-lg input::placeholder{
    color: #c1c1c1;
}
.welcome-page .btn-primary.w-100{
    background-color: #343d4a;
    border: solid 2px #999898;
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
}
.welcome-page .bottom-strip{
    background: #343d4a;
    padding: 35px 0;
}
.welcome-page .bottom-strip .btn{
    background: #0d70b5;
    border: none;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 60px;
    border-radius: 20px;
}
.welcome-page .txt-bottom{
    color: var(--dark-grey-color);
    font-size: 18px;
    font-weight: 600;
}

/* Hide Google top banner */
.skiptranslate iframe { display: none !important; }
.goog-te-banner-frame { display: none !important; }
body { top: 0 !important; }

/* Hide the weird icon */
.goog-te-gadget img { display: none !important; }

/* Clean dropdown */
#google_translate_element select {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
}
#google_translate_element{ display: inline-block;}

.cats-filter {
    width: 100%;
    max-width: 320px;
    flex: 0 0 auto; /* prevent shrinking */
}
.cats-filter input[type="text"]::placeholder {
    color: #c1c1c1;
}
.col-right-container {
    width: calc(100% - 320px);
    flex: 1 1 auto; /* allow growing */
}

#search-suggestions{ max-width: 360px;}
.hide-on-desktop{
    display: none !important;
}
.hide-on-desktop .btn{
    background-color: var(--dark-color) !important;
    color: var(--white-color) !important;    
}
#collapseExample .card-body{
    padding: 0px;
    border: none;
}

@media(max-width: 767px) {
    main{
        flex-wrap: wrap;
    }
    .cats-filter {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%; /* force full width */
    }
    .col-right-container {
        width: 100% !important;
        flex: 0 0 100%; /* force full width and next line */
    }
    .hide-on-desktop{
        display: block !important;
    }
}

/******* Suggestion List CSS **********/
.suggestions-list {
    background: #fff;
    position: absolute;
    z-index: 1000;
    width: 100%;
    max-width: 500px;
}

.suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
}

.suggestion-item:hover {
    background: #f2f2f2;
}

/* Custom styles to match the image's aesthetic */
        .custom-footer {
            /* Deep, dark blue background color */
            background-color: #0b1c3c; 
            color: #ffffff;
            /* Applying border radius to match the rounded edges in the image */
            border-radius: 0.75rem; 
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            /* Subtle background gradients for the "wave" visual effect */
            background-image: url(../../../images/bg-footer.jpg);
            background-size: cover;
            margin: 10px auto 10px auto;
        }

        .since-text {
            font-size: 22px;
            letter-spacing: 11px;            
            font-weight: 500;
        }

        .year-text {
            font-size: 4rem !important; /* Large font size for 1911 */
            line-height: 1;
            font-weight: 700;
            margin-top: -0.5rem;
            margin-bottom: 0 !important;
            color: #ffffff !important;
        }

        .refugees-text {
            font-size: 18px;
            font-weight: 600;            
        }

        .sm-footer a {
            color: #ffffff;
            text-decoration: none;

        }

        .social-icon {
            /* Simple styling for the text placeholders (f, x, @) for social icons */
            display: inline-flex;
            width: 30px;
            height: 30px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.4);
            font-size: 1rem;
        }

        .disclaimer-text {
            font-size: 14px; /* Small font size for the long disclaimer */
            line-height: 1.5;            
            font-weight: 400;
            text-align: center;
        }
        
