.elementor-4132 .elementor-element.elementor-element-4af0f5b{--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-4132 .dialog-widget-content{background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-4132{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4132 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4132 .dialog-close-button{display:flex;}#elementor-popup-modal-4132 .dialog-close-button i{color:#000000;}#elementor-popup-modal-4132 .dialog-close-button svg{fill:#000000;}/* Start custom CSS for html, class: .elementor-element-5429d0f */.vigilance-popup-section {
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 16px;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    box-sizing: border-box;
}

.popup-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.popup-icon svg {
    width: 32px;
    height: 32px;
    color: #ffffff;
}

.popup-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.popup-date {
    font-size: 14px;
    color: #666666;
    margin: 0 0 25px 0;
    font-weight: 500;
}

.popup-theme {
    background: #fdfbf5;
    border-left: 4px solid #d4af37;
    padding: 18px 20px;
    margin: 20px auto;
    border-radius: 8px;
    text-align: center;
    max-width: 100%;
}

.theme-title {
    font-size: 13px;
    color: #666666;
    margin: 0 0 8px 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.theme-hindi {
    font-size: 19px;
    color: #d4af37;
    font-weight: 700;
    margin: 0 0 6px 0;
    line-height: 1.4;
}

.theme-english {
    font-size: 15px;
    color: #333333;
    margin: 0;
    font-weight: 600;
}

.popup-text {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin: 20px 0 25px 0;
}

.pledge-button {
    display: inline-block;
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.pledge-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.pledge-button .button-arrow {
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.pledge-button:hover .button-arrow {
    transform: translateX(4px);
}

/* Mobile First - Default styles for small screens */
@media (max-width: 768px) {
    .vigilance-popup-section {
        padding: 30px 20px;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .popup-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 18px;
    }
    
    .popup-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .popup-heading {
        font-size: 20px;
        line-height: 1.3;
    }
    
    .popup-date {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .popup-theme {
        padding: 16px 18px;
        margin: 18px auto;
    }
    
    .theme-title {
        font-size: 12px;
    }
    
    .theme-hindi {
        font-size: 17px;
        line-height: 1.5;
    }
    
    .theme-english {
        font-size: 14px;
    }
    
    .popup-text {
        font-size: 14px;
        margin: 18px 0 22px 0;
        line-height: 1.7;
    }
    
    .pledge-button {
        width: 100%;
        display: block;
        padding: 14px 20px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .vigilance-popup-section {
        padding: 25px 16px;
        border-radius: 12px;
    }
    
    .popup-icon {
        width: 50px;
        height: 50px;
    }
    
    .popup-icon svg {
        width: 26px;
        height: 26px;
    }
    
    .popup-heading {
        font-size: 18px;
    }
    
    .popup-date {
        font-size: 12px;
    }
    
    .theme-hindi {
        font-size: 16px;
    }
    
    .theme-english {
        font-size: 13px;
    }
    
    .popup-text {
        font-size: 13px;
    }
    
    .pledge-button {
        padding: 13px 18px;
        font-size: 14px;
    }
}

/* Desktop - Ensure button stays within bounds */
@media (min-width: 769px) {
    .vigilance-popup-section {
        padding: 40px 35px;
    }
    
    .pledge-button {
        padding: 14px 40px;
        min-width: 200px;
        max-width: 90%;
    }
}/* End custom CSS */