.ac-widget-wrapper-85d628d2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.ac-widget-wrapper-85d628d2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 74, 50, 0.75);
    z-index: 1;
}

.ac-widget-content-85d628d2 {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.ac-widget-icon-85d628d2 {
    font-size: 3rem;
    margin-bottom: 20px;
    display: inline-block;
    animation: pulse-paw-85d628d2 2s infinite ease-in-out;
}

@keyframes pulse-paw-85d628d2 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.ac-widget-title-85d628d2 {
    font-family: 'Jost', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.ac-widget-desc-85d628d2 {
    font-family: 'Jost', sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #f1f3f1;
}

.ac-widget-tagline-85d628d2 {
    font-family: 'Jost', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #B59A5A;
}

.ac-widget-btn-85d628d2 {
    display: inline-block;
    padding: 14px 38px;
    background-color: #B59A5A;
    color: #ffffff !important;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(181, 154, 90, 0.4);
}

.ac-widget-btn-85d628d2:hover {
    background-color: #a0864e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(181, 154, 90, 0.6);
}
