a {
    text-decoration: none;
}
.home-cover img {
    border-radius: 20px;
}
.bg-main {
    background-color: #B56671;
}
#sec-logo {
    max-width: 120px;
}
.border-main {
    --tw-border-opacity: 1;
    border-color: #B56671;
}
#background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-primary {
    --bs-btn-bg: #B56671;
    --bs-btn-border-color: #B56671;
    --bs-btn-hover-bg: #80434D;
    --bs-btn-active-bg: #80434D;
    --bs-btn-hover-border-color: #80434D;
    --bs-btn-active-border-color: #80434D;
}
.child-single-photo {
    border-radius: 20px;
}
.cprofileinfo {
    align-items: center;
}
.user-btn {
    margin-right: 1rem;
    margin-left: 1rem;
    width: 130px;
    text-align: center;
}
.qgroup {
    text-align: center;
    background-color: #f1f1f1;
    border: none;
    border-radius: 20px;
    transition: all .4s ease;
}
.qgroup:hover {
    background-color: #B56671;
}
.qgroup a {
    color: #B56671;
    transition: all .3s ease;
}
.qgroup:hover a {
    color: #ffffff;
}
.qgroup .card-body {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.num {
    font-size: 28px;
    display: block;
}
.cropper-preview {
    width: 300px;
}

.question-box {
    background: #f3f4f6;
    padding: 25px;
    border-radius: 20px;
}

.parent-category {
    background-color: #f8f9fa;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.parent-category:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.parent-category.active {
    background-color: #80434D;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(119, 65, 76, 0.3);
}
.children-row {
    justify-content: center;
}
.child-category {
    background-color: #ffffff;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    text-transform: uppercase;
}
.child-category:hover {
    background-color: #f1f3f5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.child-category img {
    width: 150px;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.children-row a {
    color: inherit;
}
.tooltip-inner {
    background-color: #333;
    color: #fff;
    font-size: 0.875rem;
    padding: 8px;
}
.tooltip-arrow {
    display: none !important;
}
.question-box > label > i {
    margin-left: 5px;
    cursor: pointer;
}
.progress {
    position: relative; height: 25px;
}
.progress-bar {
    background-color: #f9c2c8;
    min-width: 1%;
}
.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.flatpickr-calendar.hasTime.noCalendar {
    width: 150px;
}

.group-description {
    background: #FFF7F8; /* nežno ljubičasta / bebi atmosfera */
    border-left: 4px solid #B56671;
    padding: 18px 22px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
}
.open-photo-link {
    color: #B56671;
}

.thumb-photo {
    border-radius: 15px;
    max-width: 200px;
}


@media screen and (max-width: 800px)
{
    .question-box {
        padding: 15px;
    }
}
