*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body { 
    font-family: Arial, sans-serif; 
    color: #252525;
}
a{
    text-decoration: none;
    color:#252525
}

li{
    list-style: none;
}

button{
    cursor: pointer;
    border:none;
    background-color: transparent;
}
.contact-header{
    padding: 10px 20px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
}

.contact{
    display: "flex";
}

.contact span{
    padding: 8px;
}

.social a{
    padding: 4px;
}

.nav-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 30px;
    font-family: 'Work Sans', sans-serif;

}

.nav-bar li{
    margin: 5px 15px;
}

.nav-bar li a{
    padding:30px 0;
    border:4px solid transparent;
    transition: all 0.1s ease-in-out;
}

.nav-bar li a:hover{
    border-bottom: 4px solid #245487;
    color: #245487;
}

.banner{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color:#fff;
    height: 192px;
    background-image: url("/assets/banner.png");;
    background-repeat: no-repeat;
    font-family: 'Abhaya Libre', serif;

}

.container{
    display: flex;
    justify-content: center;
    width: 100%;
    padding:40px
}

.box{
    display: flex;
    column-gap: 3rem;
    justify-content: center;
    width: 100%;
    padding: 14px;
}

.container .box .filter {
    width: 20%;
}

.container .box .results{
    display: flex;

    width: 60%;
}

.container .box .filter .search{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #245487;
    font-family: 'Work Sans', sans-serif;

}
.container .box .filter .search input{
    width: 90%;
    padding: 20px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.container .box .filter .filters div{
    padding:35px 0;
    /* width: 100%; */
}
.container .box .filter .filters h3{
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #305488;
    font-size: 28px;
    font-family: 'Work sans', serif;
    text-transform: uppercase;
}
.container .box .filter .filters .filter-items .filter-item{
    display: flex;
    row-gap: 1rem;
    /* width: 100%; */
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 10px 0;
    color:#245487;
    font-size: 20px;
    font-family: 'abhaya libre', serif;
}

.container .box .filter .filters .filter-items .filter-item select{
    width:100%;
    padding:18px 20px 18px 18px;
    border: 1px solid #245487;
    background-color: transparent;
    border-radius: 10px;
    color:#245487;
    font-size: 16px;

}

select {
    -webkit-appearance: none;
    appearance: none;
}

.select-wrapper {
    position: relative;
  }
  
.select-wrapper::after {
    content: "▼";
    font-size: 1rem;
    top: 60px;
    right: 20px;
    position: absolute;
}

.container .box .filter .filters .links{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.container .box .filter .filters .links a{
    padding: 20px 0;
    color: #245487;
    border-top: 1px solid #245487;
    font-size: 18px;
}
.container .box .filter .filters .links a:last-child{
    border-bottom: 1px solid #245487;
}

.container .box .filter .filters .links a:hover{
    text-decoration: underline;
}

.container .box .filter .filters .contact-card{
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    background-color: #245487;
    color: #fff;
    padding:40px;
    line-height: 1.8;
}

.container .box .filter .filters .contact-card h3{
    font-size: 2rem;
}

.container .box .filter .filters .contact-card a {
    color:#245487;
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

.container .box .filter .filters .contact-card a:hover{
    text-decoration: underline;
}

.container .box .results {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.container .box .results .header-results{
    background-color: #F5F8FC;
    padding: 20px;
}

.container .box .results .result-list{
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    width: 100%;
}
.container .box .results .result-list .result {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 1rem;
    box-shadow: 00px 0px 10px #00000029;
}

.container .box .results .result-list .result .about img{
    border-radius: 1rem 0 0 1rem;
}

.container .box .results .result-list .result .about{
    display: flex;
}
.container .box .results .result-list .result .details{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
    
}

.container .box .results .result-list .result .about .details .name{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
}

.container .box .results .result-list .result .about .details .name h3{
    color: #245487;
    font-family: 'abhaya libre', serif;
    font-size: 1.5rem;
}

.container .box .results .result-list .result .about .details .name p{
    color: #5F6A76;
    font-family: 'work sans', sans-serif;

}
  

.container .box .results .result-list .result .about .info span{
    display: flex;
    color: #5F6A76;
    padding-top: 12px;
    font-family: 'work sans', sans-serif;

}

.container .box .results .result-list .result .about .info span p{
    display: flex;
    color:#305488;
    padding: 0 5px;
    font: bold;
}

.container .box .results .result-list .result .about .info span i{
    padding: 0 5px;
    color: #25C109;
}

.container .box .results .result-list .result .card-contact{
    display: flex;
    padding: 20px 40px;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    row-gap: 15px;
}
.container .box .results .result-list .result .card-contact .contact-info{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.container .box .results .result-list .result .card-contact .contact-info span{
    display: flex;
    color: #3C81BD;
    padding-bottom: 12px;
    column-gap: 10px;
}

.container .box .results .result-list .result .card-contact .contact-info span p{
    color: #5F6A76;
}

.container .box .results .result-list .result .card-contact .contact-info span i{
    font-size: 20px;
}

.container .box .results .result-list .result .card-contact .divider{
    width: 100%;
    height:1px;
    margin: 15px 0;
    background: #ccc;
}

.container .box .results .result-list .result .card-contact .rating{
    display: flex;
    align-items: start;
    flex-direction: column;
    row-gap: 10px;
    font-family: 'work sans', sans-serif;
    color: #5E6A76;
}

.container .box .results .result-list .result .card-contact .rating span i{
    color: #FFC107;
    font-size: 20px;
    transition: all 0.1s ease-in-out;
}

.container .box .results .result-list .result .card-contact .rating span i:hover {
    transform: scale(1.7);
}