/* override bootstrap here to customize theme*/
:root {
    --bs-primary: #56028b; 
    --bs-primary-light: #a540e4;
}
.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

    .btn-primary:hover, .btn-primary:focus-within, .btn-primary:active, .btn-primary:focus {
        background-color: var(--bs-primary-light) !important;
        border-color: var(--bs-primary-light) !important;
    }

.text-primary {
    color: var(--bs-primary) !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.top-header{
    height:35px;
    background-color:var(--bs-primary);
    padding:5px;    
}
    .top-header .google, .top-header .facebook, .top-header .twitter, .top-header .instagram{
        color:white;
        margin-right:5px;
    }
    .top-header .contact{
        text-align:right;
    }
    .top-header .contact .phone{
        color:white;
        text-decoration:none;
    }
.footer-container{
    background-color: var(--bs-primary);    
    color:white;
}
.footer-container .container {
    min-height: 200px;
    padding-top: 150px;
    padding-bottom: 150px;
}
    .footer-container .footer-links a {
        color: white;
        text-decoration: none;
        margin-left: 10px;
    }
    .footer-container footer{
        margin-top:40px;        
    }
    .footer-container .footer-links {
        text-align: left;
    }
.banner-heading{
    text-align:center;
    margin-top:20%;
}
.banner-container{
    background-color:#00000055;
}
.banner-search-card {
    max-width: 800px;
}
.filter-heading{
    margin-bottom:25px;
    padding-bottom:15px;
    text-align:center;
    border-bottom:1px solid #ddd;   
}
.home-section2-part1 {
    display: grid;
    height: 300px;
    align-items: center;
}
.home-section2-part2 {
    background-color: var(--bs-primary);
}
.card-top-white-bottom-light .card-top{
    background-color: white;
    padding: 10px;
    color: var(--bs-primary);
    height: 150px;
    display: grid;
    align-items: center;
}
.card-top-white-bottom-light .card-bottom {
    background-color: var(--bs-primary-light);
    color: white;
    display: grid;
    height: 150px;
    align-items: center;
}
@media (min-width:550px) {
    .text-md-right{
        text-align:right !important;
    }
}
@media (max-width:550px) {
    .text-sm-center{
        text-align:center !important;
    }
}
.basicFilterContainer {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
}
.wrapper-card-link{
    text-decoration: none;
    color:unset;
}
.wrapper-card-link:hover .card {
    box-shadow: 0 0 20px #0000006d;
}

.wrapper-card-link .card{
    margin-bottom: 24px !important;
    transition-duration: 500ms;
}
.wrapper-card-link .card .card-body h4{
    min-height: 60px;
}