.webzac-logo-img {
    display: block;
    width: clamp(158px, 14vw, 272px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.header-main-one-wrapper .thumbnail .webzac-logo-img,
.header-five .thumbnail-logo .webzac-logo-img {
    width: clamp(178px, 16vw, 315px);
}

.rts-sidebar-menu-desktop .webzac-logo-img {
    width: clamp(183px, 17vw, 315px);
}

.footer-logo-area-left-8 .webzac-logo-img,
.footer-about-logo .webzac-logo-img {
    width: clamp(163px, 14vw, 262px);
}

@media (max-width: 991px) {
    .webzac-logo-img {
        width: clamp(148px, 40vw, 230px);
    }
}

.webzac-form-notice {
    position: fixed;
    top: 92px;
    right: 20px;
    z-index: 9999;
    max-width: min(520px, calc(100vw - 32px));
    padding: 14px 18px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.45;
    box-shadow: 0 10px 30px rgba(32, 40, 45, 0.15);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.webzac-form-notice--success {
    background: #eaf8ef;
    color: #0f5132;
    border-color: #badbcc;
}

.webzac-form-notice--error {
    background: #fdecec;
    color: #842029;
    border-color: #f5c2c7;
}

.webzac-form-notice.is-hidden {
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
}

#form-messages {
    display: none;
    margin-top: 14px;
    margin-bottom: 0;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.45;
}

#form-messages.success {
    display: block;
    background: #eaf8ef;
    color: #0f5132;
    border-color: #badbcc;
}

#form-messages.error {
    display: block;
    background: #fdecec;
    color: #842029;
    border-color: #f5c2c7;
}

.contact-form-p select {
    width: 100%;
    height: 54px;
    margin-bottom: 30px;
    padding: 0 14px;
    border: 1px solid rgba(32, 40, 45, 0.2);
    border-radius: 6px;
    background: #fff;
    color: #20282d;
}

.contact-form-p select:focus {
    border: 1px solid var(--color-primary);
    outline: none;
}

.appoinment-wrapper-one-start form .single-input select {
    width: 100%;
    height: 55px;
    padding: 0 14px;
    border: 1px solid transparent;
    background: #f6f6f6;
    color: #20282d;
}

.appoinment-wrapper-one-start form .single-input select:focus {
    border: 1px solid var(--color-primary);
    outline: none;
}

@media (max-width: 991px) {
    .webzac-form-notice {
        top: 78px;
        right: 12px;
        font-size: 14px;
        padding: 12px 14px;
    }
}
