.cta-6443de3d-container {
    position: relative;
    padding: 60px 45px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}

.cta-6443de3d-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(41, 41, 42, 0.4);
    z-index: 1;
}

.cta-6443de3d-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    width: 100%;
}

.cta-6443de3d-title {
    margin-bottom: 10px;
    font-size: 55px;
    color: #fff;
    font-family: 'Marcellus', serif;
}

.cta-6443de3d-subtext {
    margin-bottom: 15px;
    color: #f7f8fa;
    font-size: 18px;
}

.cta-6443de3d-description {
    margin-bottom: 30px;
    color: #f7f8fa;
    font-size: 24px;
}

.cta-6443de3d-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-6443de3d-container .cta-6443de3d-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #c1a276;
    color: #59401d;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.cta-6443de3d-container .cta-6443de3d-btn:hover {
    background-color: #e6d7c6;
    color: #59401d;
    text-decoration: none !important;
    border-bottom: none !important;
}

.cta-6443de3d-container .cta-6443de3d-btn-secondary {
    background-color: transparent;
    border: 2px solid #c1a276 !important;
    color: #fff;
}

.cta-6443de3d-container .cta-6443de3d-btn-secondary:hover {
    background-color: #c1a276;
    color: #59401d;
}
