/* ***************CAPTCHA START***************** */
.alert {
    margin-bottom: 20px;
}

.alert ul {
    padding-left: 20px;
}

.text-danger {
    color: #dc3545 !important;
    font-size: 0.875em;
}

/* .captcha-container {
    background: transparent !important;
    border: 1px solid #ddd;
    border-radius: 8px !important;
    padding: 15px !important;
} */

.captcha-image {
    height: 50px !important;
    border-radius: 4px;
    border: 1px solid #ddd;
}

#captcha {
    height: 50px !important;
}

.refresh-btn {
    background: #a0522d;
    color: white;
    border: none;
    padding: 12px;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.refresh-btn:hover {
    background: #a0522d;
}

.refresh-btn:active {
    background: hsl(29, 100%, 26%);
}

.refresh-btn svg {
    transition: transform 0.3s ease;
}

.refresh-btn:hover svg {
    transform: rotate(180deg);
}

/* ***************CAPTCHA END***************** */
.desktop {
    margin-top: 2rem;
}

ul li.active-menu>a {
    color: #b5651d !important;
    /* brown color */
    font-weight: 600;
}

ul li.active-menu {
    background-color: transparent !important;
    /* you can adjust if needed */
}

#contactForm .small {
    color: #ff5f5f !important;
}

.collection-page .head {
    gap: 14px;
}

#newsletter_email_error {
    color: #ff5f5f !important;
}



.captcha-form {
    position: relative;
}


.captcha-form #captcha_error {
    position: absolute;
    bottom: -7px;
}
