body {
    /*btns overwrite*/
    .btn-primary {
        background-color: #2774B3;
        border-color: #2774B3;
    }
    /*nav bar overwrite*/
    .bg-dark {
        background-color: #1c1c1c !important;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #2774B3;
        padding-left: 20px;
    }
    .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
        color: #CACDCE;
    }
}

.card-link {
    display: block;
    transition: background-color 0.3s ease;
    color: #3e586c; /* Adjust color as needed */
}

.card-link:hover .card {
    background-color: #E9ECEF; /* Change this to the desired color */
}

.card {
    width: auto; /* Adjust the width to make the circle larger */
    height: auto; /* Adjust the height to maintain aspect ratio */
    border-radius: 3%; /* Ensure it's a perfect circle */
    overflow: hidden; /* Hide overflow content */
    transition: background-color 0.3s ease;
    background-color: rgb(255, 255, 255, 0.6);
}

.card img {
    width: 100%; /* Make the image fill the circle */
    height: auto; /* Maintain aspect ratio */
}

#mapid { height: 400px; }

#contactMapId { height: 400px; }

@media (max-width: 576px) {
    .category-card-img-top {
        height: 200px !important; /* Height for col-12 (mobile) */
        background: red;
    }
}

.category-card-img-top {
    height: 150px !important; /* Default height */
}

.horizontal-scroll {
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
    height: 80px;
}

.horizontal-scroll .form-check {
    margin-right: 10px;
}

.vertical-scroll-checkboxes {
    max-height: 180px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 10px;
}

.error-list-unstyled ul {
    list-style-type: none;
    padding: 10px 0;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.initials-circle {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #6c757d;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.list-group-item {
    border: 0;
}

.review-container {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc; /* Border doar în partea de sus */
    padding-top: 20px; /* Spațiere pentru a face border-ul mai vizibil */
}

.review-info, .review-content {
    flex: 1;
}

.review-info {
    max-width: 30%;
}

.review-content {
    max-width: 70%;
}

.review-container {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #ccc; /* Border doar în partea de sus */
    padding-top: 10px; /* Spațiu între recenzii */
}

.review-info {
    flex: 1;
    margin-right: 20px; /* Spațiu între cele două coloane */
}

.review-content {
    flex: 2;
}

.review-content img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.review-content img.enlarged {
    transform: scale(6);
    z-index: 10;
    position: relative;
}

.initials-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
}
