.elementor-24283 .elementor-element.elementor-element-bf986aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-24283{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-24283 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-24283 .dialog-close-button{display:flex;}#elementor-popup-modal-24283 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-dafb187 *//* Container and Global Font Overrides */
.aw-popup-content {
    text-align: center;
    /* Ensuring Roboto is used as defined in your site assets */
    font-family: 'Roboto', sans-serif; 
    padding: 10px;
}

/* Header & Icon */
.aw-status-icon {
    font-size: 42px;
    margin-bottom: 8px;
}

.aw-title {
    color: #26366B;
    font-size: 30px;
    font-weight: 700; /* Bold for hierarchy */
    margin: 10px 0 20px 0;
    letter-spacing: -0.5px;
}

/* Body Text */
.aw-msg-lead {
    color: #26366B;
    font-size: 18px;
    font-weight: 500; /* Medium weight */
    margin-bottom: 12px;
    line-height: 1.4;
}

.aw-msg-detail {
    color: #222329D9;
    font-size: 16px;
    font-weight: 300; /* Light weight for professional elegance */
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Process Box */
.aw-steps-container {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 35px;
    text-align: left;
    border-left: 5px solid #26366B;
}

.aw-steps-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #26366B;
    margin-bottom: 15px;
    font-weight: 700;
}

.aw-steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aw-steps-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #222329D9;
    font-weight: 400;
    line-height: 1.4;
}

.aw-steps-list li:last-child {
    margin-bottom: 0;
}

.aw-steps-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #FFD700;
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
}

/* Buttons */
.aw-popup-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.aw-btn {
    display: inline-block;
    padding: 18px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

.aw-btn-gold {
    background-color: #FFD700;
    color: #26366B !important;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.2);
}

.aw-btn-gold:hover {
    background-color: #26366B;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(38, 54, 107, 0.3);
}

.aw-btn-link {
    color: #222329D9 !important;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
}

.aw-btn-link:hover {
    color: #26366B !important;
    text-decoration: underline;
}

/* Desktop spacing adjustment */
@media (min-width: 768px) {
    .aw-popup-content {
        padding: 20px;
    }
}/* End custom CSS */