*{
    font-family: "Merriweather", serif;
}

.nav-link{
    
    font-size:1.2em;
    font-weight:bold
}

a{
    color:#5f7f62
}
a:hover{
    color:#728a69;
}
.bg-primary{
    background-color:#5f7f62 !important;
}
.btn-primary{
    background-color: #5f7f62;
    border-color: #5f7f62;
}

.btn-outline-primary:hover{
    color: #fff;
    border-color: #728a69;
    background:#728a69;
}

.btn-outline-primary{
    color: #5f7f62;
    border-color: #5f7f62;
}

.btn-primary:hover{
    background-color: #728a69;
    border-color: #728a69
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    color: #073356;
    font-weight:bold
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.star {
    font-size: 2.3rem;
    cursor: pointer;
    color: #ccc;
}
.star.selected,
.star:hover,
.star:hover ~ .star {
    color: gold !important;
}

.star-fixed{
    font-size: 2.3rem;
    color: #ccc;
}
.star-fixed.selected{
    color: gold !important;
}

.card-img-top {
    height: 300px; /* Set your desired fixed height */
    object-fit: cover;
}

.rounded-custom {
    height: 100px; /* Adjust height as needed */
    width: 100px;  /* Adjust width as needed */
    border-radius: 50%; /* Makes the image a circle */
    object-fit: cover; /* Ensures the image covers the element */
}

.clickable {
    cursor: pointer;
}
.clickable:hover {
    text-decoration: underline;
    color: #073356; /* Change the color on hover */
}

.text-success{
    color:#6D8D6E !important;
}

.bg-info{background-color:#053454 !important}
.text-info{
    color: #053454 !important;
}

.search-section {
    background: rgb(114, 138, 105);
    position: relative;
}

.search-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/img/bg_celisocial.webp') center/cover no-repeat;
    opacity: 0.1;
    z-index: 0;
}

.search-section .container {
    position: relative;
    z-index: 1;
}



.dropdown-toggle {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#searchButton {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.cta-section {
    background-color: #f8f9fa;
}

.cta-section h2 {
    color: #333;
    font-weight: 700;
}



.blockquote-footer {
    color: #6c757d;
}

.features-section {
background-color: #f8f9fa;
}

.feature-card {
background-color: #ffffff;
border-radius: 8px;
padding: 2rem;
text-align: center;
transition: all 0.3s ease;
height: 100%;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
background-color: #6D8D6E;;
border-radius: 50%;
width: 80px;
height: 80px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 1.5rem;
}

.icon-wrapper i {
font-size: 2rem;
color: #fff
}

.feature-card h3 {
margin-bottom: 1rem;
color: #333;
}

.feature-card p {
color: #6c757d;
}

.btn-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #dddddd;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-google:hover {
    background-color: #f1f1f1;
}

.google-logo {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
/* Footer Styles */
footer {
    background-color: #5f7f62;
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .list-unstyled {
    margin: 0;
    padding: 0;
}

footer .list-unstyled li {
    display: inline;
    margin-right: 15px;
}

@media (max-width: 767.98px) {
    #searchButton, #locationDropdown {
        border-radius: 0 !important;
    }
    
}


.image-container {
    height: 400px; /* Set the desired height */
    overflow: hidden;
    position: relative;
    width: 100%; /* Ensure the container takes full width */
}

.image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.rating-box {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    width: 250px;
    text-align: center;
}

.rating-circles {
    margin-top: 10px;
    display: flex;
    align-items: center;
}


.rating-circles .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 1px;
    display: inline-block;
    position: relative;
    border: 1px solid #5f7f62;
}

.rating-circles .filled {
    background-color: #5f7f62;
}


.rating-circles .half-filled {
    background: linear-gradient(to right, #5f7f62 50%, white 50%);
    border: 1px solid #5f7f62;
    border-radius: 50%;
}
