:root {
    --bs-primary: #000000;
    --bs-primary-light: #e3d9a2;
}

.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 {
    background-color: var(--bs-primary) !important;
}

.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;
    bottom: 0; 
    left: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-container .container {
    min-height: 50px;
    text-align: center;
    padding: 15px;
}

.footer-container .footer-links a {
    color: white;
    text-decoration: none;
    margin-left: 10px;
}

.footer-container footer {
    margin-top: 10px;
}

.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;
    align-items: center;
}

.home-section2-part2 {
    background-color: var(--bs-primary-light);
}

.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;
}
#carousel{
	background-color:#161e10;
}