body {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    background-color: #F5F7FA;
    color: #001934;
}

.search-block {
    height: 66px;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 2px 10px 0px #0019341F;
    z-index: 600;
}
.search-block .row{
    height: 100%;
}

.navbar {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 2px 10px 0px #0019341F;
    z-index: 600;
    background-color: #fff !important;
}
.nav-link {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 15px !important;
}
.nav-link.active {
    color: #0073FF !important;
    border-bottom: 2px solid #0073FF;
}
.nav-link:hover {
    color: #0073FF !important;
    transition: color linear .3s;
}
.navbar-toggler {
    position: absolute;
    top: 13px;
    right: 13px;
}
.navbar .dropdown-item:hover {
    background-color: #0073FF;
}

.main-btn {
    background-color: #0073FF;
    border-color: #0073FF;
    border-radius: 12px;
}

.map-wrap {
    position: relative;
}
#map {
    margin-top: -20px;
    width: 100%;
    height: calc(100vh - 46px);
    position: relative;
}
#map-card {
    position: absolute;
    width: 400px;
    top: 40px;
    left: 20px;
    bottom: 20px;
    z-index: 1000;
}
#map-card .btn-close {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 5px;
    position: absolute;
    z-index: 30;
    right: 7px;
    top: 3px;
}
#map-card .card {
    height: 100%;
    border-radius: 16px;
    border: none;
}
#map-card .card-body {
    overflow-y: auto;
}
#map-card .owl-carousel .owl-dots {
    display: none;
}
#map-card .owl-carousel .owl-stage-outer {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
#map-card .owl-carousel img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 275px;
    object-fit: cover;
}
#map-card .owl-nav {
    position: absolute;
    top: calc( 50% - 13px );
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#map-card .owl-nav button {
    background: #ffffffa8;
    width: 27px;
    height: 27px;
    display: flex;
    border-radius: 26px;
    font-size: 22px;
    justify-content: center;
    align-items: center;
}
#map-card .owl-nav .owl-prev {
    margin-left: 5px;
}
#map-card .owl-nav .owl-next {
    margin-right: 5px;
}
#map-card .owl-nav button span {
    display: block;
    margin-top: -4px;
}
.map-filter {
    position: absolute;
    z-index: 500;
    top: 40px;
    right: 20px;
    max-width: 235px;
}
.map-card .badge {
    background-color: #1E88E5 !important;
    border-radius: 60px;
    font-weight: 400;
    padding: 5px 10px;
}
.map-card .location {
    font-weight: 400;
    font-size: 14px;
    color: #607D8B;
}
.map-card .location .fa-map-marker-alt{
    color: #000;
}

.questions .question-item h6{
    font-size: 14px;
    color: #607D8B;
}
.questions .question-item p {
    line-height: 1.1;
}

.category-page .card {
    background-color: #F5F7FA;
}
.category-page .card h6 a{
    text-decoration: none;
    color: #001934;
}
.category-page .card h6 a:hover{
    color: #0073FF;
    transition: color linear .3s;
}
.category-page .card-img-top{
    height: 175px;
    object-fit: cover;
    border-radius: 5px;
}
.category-page .location {
    font-size: 14px;
    color: #607D8B;
}
.category-page .location i {
    margin-top: 3px;
    margin-right: 5px;
}


.question-gallery .item {
    display: inline-block;
}
.question-gallery .item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}
.question-gallery .item:first-child {
    display: block;
}
.question-gallery .item:first-child img {
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
}

.mask {
    background: linear-gradient(180deg, rgba(0, 25, 52, 0) 0%, rgba(0, 25, 52, 0.8) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.experience-item .card .card-img{
    height: 480px;
    object-fit: cover;
}

.phot-item .card .card-img{
    height: 400px;
    object-fit: cover;
}

.crisis-item.card {
    background: transparent;
}
.crisis-item h5 {
    font-size: 1.6rem;
}
.crisis-item h5 a {
    text-decoration: none;
    color: #001934;
}
.crisis-item h5 a:hover {
    color: #0073FF;
    transition: color linear .3s;
}

.photo-gallery .first-item img {
    border-radius: 5px;
}
.photo-gallery .item img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}

.file-item h5{
    font-weight: 400;
    font-size: 16px;
}
.file-item h5 a {
    text-decoration: none;
    color: #001934;
}
.file-item h5 a:hover {
    color: #0073FF;
    transition: color linear .3s;
}

.about-page ol {
    list-style: none; /* Remove default list-style */
    counter-reset: custom-counter; /* Initialize the counter */
    padding-left: 0; /* Remove default padding */
}

.about-page ol li {
    counter-increment: custom-counter; /* Increment the counter */
    position: relative; /* Position relative to place the pseudo element */
    padding: 15px 15px 15px 50px;
    margin-bottom: 10px; /* Space between list items */
    background-color: #fff;
    border-radius: 5px;
}

.about-page ol li::before {
    content: counter(custom-counter);
    position: absolute;
    left: 10px;
    top: 16px;
    width: 35px;
    height: 35px;
    border: 2px solid #0073FF;
    color: #0073FF;
    border-radius: 12px;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
}

.about-page ol li strong {
    display: block; /* Display as block to ensure it appears above the description */
    margin-bottom: 5px; /* Margin between the title and the description */
}

footer {
    background-color: #393948;
    padding-top: 40px;
}
footer .text-muted {
    color: #c1d9e5 !important;
}
footer ul li {
    margin-bottom: 10px;
}
footer ul li a {
    color: #fff;
    text-decoration: none;
}
footer ul li a:hover {
    color: #0073FF;
    transition: color linear .3s;
}
.footer-row {
    border-top: 1px solid #444461;
}
.social i {
    font-size: 30px;
}

.contact-page h6 {
    font-weight: 700;
    color: #607D8B;
}
.contact-page a {
    text-decoration: none;
    color: #001934;
}
.contact-page a:hover {
    color: #0073FF;
    transition: color linear .3s;
}
.mapa {
    width: 100%;
    height: 400px;
}

.grecaptcha-badge {
    display: none !important;
}

@media (max-width: 991px) {
    .nav-link.active {
        border: none;
    }
    .map-filter {
        left: 15px;
    }
    .map-filter .usaid-logo {
        width: 110px;
    }
    #search-toggle {
        position: absolute;
        right: 85px;
        top: 15px;
    }
}
@media (max-width: 540px) {
    #map-card {
        left: 5px;
        right: 5px;
        width: calc( 100% - 10px );
    }
}
