.elementor-24 .elementor-element.elementor-element-8cb0b1a{--display:flex;}.elementor-24 .elementor-element.elementor-element-dcbd80e{--display:flex;}.elementor-24 .elementor-element.elementor-element-4991163{--display:flex;}.elementor-24 .elementor-element.elementor-element-be815f2 .wpr-author-box{text-align:center;}.elementor-24 .elementor-element.elementor-element-be815f2 .wpr-author-box-image img{width:65px;border-radius:50px 50px 50px 50px;}.elementor-24 .elementor-element.elementor-element-be815f2.wpr-author-box-arrange-vertical .wpr-author-box-image{margin-bottom:0px;}.elementor-24 .elementor-element.elementor-element-be815f2.wpr-author-box-arrange-left .wpr-author-box-image{margin-right:0px;}.elementor-24 .elementor-element.elementor-element-be815f2.wpr-author-box-arrange-right .wpr-author-box-image{margin-left:0px;}.elementor-24 .elementor-element.elementor-element-be815f2 .wpr-author-box-name{color:#605BE5;font-size:18px;font-weight:500;letter-spacing:0.2px;margin-top:15px;margin-bottom:10px;}.elementor-24 .elementor-element.elementor-element-be815f2 .wpr-author-box-name a{color:#605BE5;}.elementor-24 .elementor-element.elementor-element-be815f2 .wpr-author-box-title{color:#333333;font-size:15px;font-weight:500;margin-top:15px;margin-bottom:15px;}.elementor-24 .elementor-element.elementor-element-be815f2 .wpr-author-box-title a{color:#333333;}.elementor-24 .elementor-element.elementor-element-be815f2 .wpr-author-box-btn{color:#ffffff;background-color:#605BE5;transition-duration:0.1s;padding:5px 15px 5px 15px;border-style:none;border-radius:3px 3px 3px 3px;}.elementor-24 .elementor-element.elementor-element-be815f2 .wpr-author-box-btn:hover{color:#ffffff;}.elementor-24 .elementor-element.elementor-element-be815f2 .wpr-author-box-btn:hover a{color:#ffffff;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-22ddfc2 */<style>
/* ===== DigiShakti Styled Section ===== */

.ds-wrap{
    font-family:Arial, Helvetica, sans-serif;
    max-width:100%;
    margin:25px 0;
}

.ds-box{
    background:#fff;
    border:1px solid #d9e2f2;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(0,0,0,0.08);
}

.ds-head{
    background:linear-gradient(135deg,#2f57c4,#1f47b5);
    color:#fff;
    padding:18px 22px;
    font-size:28px;
    font-weight:700;
    line-height:1.4;
}

.ds-body{
    padding:25px;
    font-size:17px;
    color:#333;
    line-height:1.9;
}

.ds-body p{
    margin-bottom:18px;
}

.ds-highlight{
    background:#eef3ff;
    border-left:5px solid #2f57c4;
    padding:18px;
    border-radius:6px;
}

.ds-highlight a{
    color:#1f47b5;
    font-weight:700;
    text-decoration:none;
}

.ds-highlight a:hover{
    text-decoration:underline;
}

@media(max-width:768px){
    .ds-head{
        font-size:22px;
        padding:15px;
    }

    .ds-body{
        padding:18px;
        font-size:16px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-b55fe3e */<style>
.digishakti-box {
    max-width: 900px;
    margin: 20px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #333;
}

.digishakti-box p {
    font-size: 16px;
    margin-bottom: 15px;
}

.digishakti-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.digishakti-buttons a {
    text-decoration: none;
    padding: 12px 15px;
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    transition: 0.3s ease;
    display: block;
}

.digishakti-buttons a:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #1e40af, #2563eb);
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .digishakti-buttons {
        grid-template-columns: 1fr;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-f1dfba7 */<style>
/* ===== DigiShakti Information Section ===== */

.ds-portal-box{
    max-width:100%;
    margin:30px 0;
    font-family:Arial, Helvetica, sans-serif;
}

.ds-portal-card{
    background:#ffffff;
    border:1px solid #dfe7f5;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.ds-portal-header{
    background:linear-gradient(135deg,#2f57c4,#1f47b5);
    color:#ffffff;
    padding:18px 25px;
    font-size:30px;
    font-weight:700;
    line-height:1.4;
}

.ds-portal-content{
    padding:30px;
    color:#333333;
    font-size:17px;
    line-height:1.9;
}

.ds-portal-content p{
    margin-bottom:18px;
}

.ds-intro-box{
    background:#eef3ff;
    border-left:5px solid #2f57c4;
    padding:18px 20px;
    border-radius:8px;
    margin:25px 0;
}

.ds-intro-box strong{
    color:#1f47b5;
}

.ds-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:30px;
}

.ds-feature-card{
    background:#ffffff;
    border:1px solid #dfe7f5;
    border-radius:10px;
    padding:20px;
    transition:all .3s ease;
}

.ds-feature-card:hover{
    transform:translateY(-3px);
    box-shadow:0 6px 18px rgba(47,87,196,.12);
}

.ds-feature-icon{
    width:50px;
    height:50px;
    background:#eef3ff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    margin-bottom:12px;
}

.ds-feature-title{
    font-size:18px;
    font-weight:700;
    color:#1f47b5;
    margin-bottom:8px;
}

.ds-feature-text{
    color:#555;
    line-height:1.7;
    font-size:15px;
}

.ds-note{
    margin-top:25px;
    background:#fff8e8;
    border-left:5px solid #e67e22;
    padding:18px;
    border-radius:8px;
    color:#555;
}

.ds-note strong{
    color:#c96a0a;
}

@media (max-width:768px){

    .ds-portal-header{
        font-size:22px;
        padding:16px 18px;
    }

    .ds-portal-content{
        padding:20px;
        font-size:16px;
    }

    .ds-feature-grid{
        grid-template-columns:1fr;
    }

}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-a8df781 */<style>
/* ===== DigiShakti User Types Section ===== */

.ds-user-section{
    font-family:Arial, Helvetica, sans-serif;
    margin:30px 0;
}

.ds-user-card{
    background:#fff;
    border:1px solid #dce6f2;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.ds-user-header{
    background:linear-gradient(135deg,#2f57c4,#1f47b5);
    color:#fff;
    padding:18px 25px;
}

.ds-user-header h2{
    margin:0;
    font-size:30px;
    font-weight:700;
    line-height:1.3;
}

.ds-user-body{
    padding:25px;
}

.ds-user-intro{
    font-size:17px;
    line-height:1.9;
    color:#333;
    margin-bottom:25px;
}

.ds-info-box{
    background:#eef3ff;
    border-left:5px solid #2f57c4;
    padding:18px;
    border-radius:6px;
    margin-bottom:25px;
    color:#333;
    line-height:1.8;
}

.ds-table-wrapper{
    overflow-x:auto;
}

.ds-user-table{
    width:100%;
    border-collapse:collapse;
    min-width:700px;
}

.ds-user-table thead{
    background:#2f57c4;
    color:#fff;
}

.ds-user-table th{
    padding:16px;
    text-align:left;
    font-size:16px;
    font-weight:700;
}

.ds-user-table td{
    padding:16px;
    border-bottom:1px solid #e8eef7;
    color:#333;
    line-height:1.7;
}

.ds-user-table tbody tr:nth-child(even){
    background:#f8fbff;
}

.ds-user-table tbody tr:hover{
    background:#eef3ff;
}

.ds-role-tag{
    display:inline-block;
    background:#e67e22;
    color:#fff;
    padding:6px 12px;
    border-radius:20px;
    font-size:14px;
    font-weight:600;
}

.ds-bottom-note{
    margin-top:25px;
    background:#fff8e8;
    border-left:5px solid #e67e22;
    padding:18px;
    border-radius:6px;
    color:#444;
    line-height:1.8;
}

@media (max-width:768px){

    .ds-user-header h2{
        font-size:24px;
    }

    .ds-user-body{
        padding:18px;
    }

    .ds-user-intro{
        font-size:16px;
    }

    .ds-user-table{
        min-width:600px;
    }

}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-be27cea */<style>
/* ===== DigiShakti Purpose Section ===== */

.ds-purpose-section{
    margin:30px 0;
    font-family:Arial, Helvetica, sans-serif;
}

.ds-purpose-card{
    background:#ffffff;
    border:1px solid #dfe7f5;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.ds-purpose-header{
    background:linear-gradient(135deg,#2f57c4,#1f47b5);
    color:#fff;
    padding:18px 25px;
    font-size:30px;
    font-weight:700;
    line-height:1.4;
}

.ds-purpose-content{
    padding:30px;
    color:#333;
    font-size:17px;
    line-height:1.9;
}

.ds-purpose-content p{
    margin:0 0 20px;
}

.ds-purpose-highlight{
    background:#eef3ff;
    border-left:5px solid #2f57c4;
    padding:18px 20px;
    border-radius:6px;
    margin-bottom:25px;
}

.ds-purpose-highlight strong{
    color:#1f47b5;
}

.ds-goals-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    margin-top:25px;
}

.ds-goal-card{
    background:#fff;
    border:1px solid #dfe7f5;
    border-radius:10px;
    padding:22px;
    text-align:center;
    transition:all .3s ease;
}

.ds-goal-card:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 18px rgba(47,87,196,0.12);
}

.ds-goal-icon{
    width:60px;
    height:60px;
    margin:0 auto 15px;
    border-radius:50%;
    background:#eef3ff;
    color:#2f57c4;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:bold;
}

.ds-goal-title{
    font-size:18px;
    font-weight:700;
    color:#1f47b5;
    margin-bottom:10px;
}

.ds-goal-text{
    font-size:15px;
    line-height:1.7;
    color:#555;
}

.ds-purpose-note{
    margin-top:25px;
    background:#fff8e8;
    border-left:5px solid #e67e22;
    padding:18px;
    border-radius:6px;
    color:#444;
}

@media(max-width:991px){

    .ds-goals-grid{
        grid-template-columns:1fr;
    }

    .ds-purpose-header{
        font-size:24px;
    }

}

@media(max-width:768px){

    .ds-purpose-content{
        padding:20px;
        font-size:16px;
    }

    .ds-purpose-header{
        font-size:22px;
        padding:16px 18px;
    }

}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-f773436 */<style> /* ===== DigiShakti e-KYC Section ===== */ .ds-ekyc-wrap{ font-family:Arial,Helvetica,sans-serif; margin:30px 0; } .ds-ekyc-card{ background:#fff; border:1px solid #dfe7f5; border-radius:12px; overflow:hidden; box-shadow:0 4px 15px rgba(0,0,0,.08); } .ds-ekyc-header{ background:linear-gradient(135deg,#2f57c4,#1f47b5); color:#fff; padding:18px 25px; } .ds-ekyc-header h2{ margin:0; font-size:30px; font-weight:700; color:#fff; } .ds-ekyc-body{ padding:28px; color:#333; line-height:1.9; font-size:17px; } .ds-ekyc-body p{ margin:0 0 18px; } .ds-info-box{ background:#eef3ff; border-left:5px solid #2f57c4; padding:18px; border-radius:6px; margin:25px 0; } .ds-doc-section{ margin-top:30px; } .ds-doc-title{ background:#e67e22; color:#fff; padding:14px 18px; border-radius:8px 8px 0 0; font-size:22px; font-weight:700; } .ds-doc-list{ background:#fffaf4; border:1px solid #f5d0a6; border-top:none; padding:20px; } .ds-doc-list ul{ margin:0; padding-left:0; list-style:none; } .ds-doc-list li{ position:relative; padding:12px 0 12px 38px; border-bottom:1px solid #ececec; } .ds-doc-list li:last-child{ border-bottom:none; } .ds-doc-list li:before{ content:"✓"; position:absolute; left:0; top:10px; width:24px; height:24px; line-height:24px; text-align:center; background:#2f57c4; color:#fff; border-radius:50%; font-size:13px; font-weight:bold; } .ds-warning{ margin-top:25px; background:#fff8e8; border-left:5px solid #e67e22; padding:18px; border-radius:6px; } @media(max-width:768px){ .ds-ekyc-header h2{ font-size:24px; } .ds-ekyc-body{ padding:20px; font-size:16px; } .ds-doc-title{ font-size:20px; } } </style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-6a6dd1c */<style>
/* ===== DigiShakti e-KYC Steps ===== */

.ds-ekyc-wrapper{
    font-family:Arial, Helvetica, sans-serif;
    margin:30px 0;
}

.ds-ekyc-header{
    background:linear-gradient(135deg,#2f57c4,#1f47b5);
    color:#fff;
    padding:18px 25px;
    border-radius:12px 12px 0 0;
    font-size:30px;
    font-weight:700;
}

.ds-ekyc-container{
    background:#fff;
    border:1px solid #dfe7f5;
    border-top:none;
    border-radius:0 0 12px 12px;
    padding:25px;
    box-shadow:0 3px 12px rgba(0,0,0,0.08);
}

.ds-step{
    margin-bottom:40px;
    border:1px solid #dfe7f5;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

.ds-step-title{
    background:#eef3ff;
    border-left:6px solid #2f57c4;
    padding:15px 20px;
    font-size:22px;
    font-weight:700;
    color:#1f47b5;
}

.ds-step-content{
    padding:20px;
}

.ds-step-content p{
    font-size:17px;
    line-height:1.8;
    margin:0;
    color:#333;
}

.ds-step-image{
    margin-top:20px;
}

.ds-step-image img{
    width:100%;
    height:auto;
    border-radius:8px;
    border:1px solid #dfe7f5;
    display:block;
}

.ds-note{
    background:#fff8e8;
    border-left:5px solid #e67e22;
    padding:18px;
    border-radius:8px;
    margin-bottom:25px;
    line-height:1.8;
}

.ds-note strong{
    color:#d35400;
}

@media(max-width:768px){

    .ds-ekyc-header{
        font-size:24px;
        padding:15px 18px;
    }

    .ds-step-title{
        font-size:19px;
    }

    .ds-step-content p{
        font-size:16px;
    }

}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-52f292f */<style> /* DigiShakti Error & e-KYC Support Section */ .ds-help-section{ font-family:Arial, Helvetica, sans-serif; margin:30px 0; } .ds-help-card{ background:#fff; border:1px solid #dfe7f5; border-radius:12px; overflow:hidden; box-shadow:0 4px 12px rgba(0,0,0,.08); } .ds-help-header{ background:linear-gradient(135deg,#2f57c4,#1f47b5); color:#fff; padding:18px 25px; font-size:28px; font-weight:700; line-height:1.4; } .ds-help-content{ padding:28px; } .ds-help-intro{ font-size:17px; color:#333; line-height:1.8; margin-bottom:25px; } .ds-error-grid{ display:grid; grid-template-columns:repeat(1,1fr); gap:18px; } .ds-error-item{ background:#f8fbff; border-left:5px solid #2f57c4; padding:18px; border-radius:8px; } .ds-error-item h4{ margin:0 0 8px; color:#1f47b5; font-size:18px; } .ds-error-item p{ margin:0; color:#444; line-height:1.7; } .ds-center-box{ margin-top:30px; background:#fff8e8; border:1px solid #f4d08a; border-left:6px solid #e67e22; border-radius:10px; padding:22px; } .ds-center-title{ color:#c56b12; font-size:24px; font-weight:700; margin-bottom:15px; } .ds-center-text{ color:#444; line-height:1.8; font-size:17px; } .ds-tip{ margin-top:15px; background:#fff; padding:14px; border-radius:8px; border:1px solid #f0d7a2; font-weight:600; } @media(max-width:768px){ .ds-help-header{ font-size:22px; padding:16px; } .ds-help-content{ padding:20px; } .ds-center-title{ font-size:20px; } .ds-help-intro, .ds-center-text{ font-size:16px; } } </style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-292bda8 */<style>
/* ===== DigiShakti Login Section ===== */

.ds-login-section{
    font-family:Arial, Helvetica, sans-serif;
    margin:35px 0;
}

.ds-login-card{
    background:#fff;
    border:1px solid #dfe7f5;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.ds-login-header{
    background:linear-gradient(135deg,#2f57c4,#1f47b5);
    color:#fff;
    padding:18px 25px;
}

.ds-login-header h2{
    margin:0;
    font-size:30px;
    font-weight:700;
    color:#fff;
}

.ds-login-body{
    padding:30px;
    color:#333;
    font-size:17px;
    line-height:1.9;
}

.ds-alert{
    background:#fff8e8;
    border-left:5px solid #e67e22;
    padding:18px;
    border-radius:6px;
    margin:20px 0 30px;
}

.ds-alert strong{
    color:#b45c00;
}

.ds-subtitle{
    background:#eef3ff;
    border-left:5px solid #2f57c4;
    padding:15px 18px;
    margin:25px 0;
    border-radius:6px;
}

.ds-subtitle h3{
    margin:0;
    color:#1f47b5;
    font-size:24px;
}

.ds-table-wrap{
    overflow-x:auto;
    margin-top:20px;
}

.ds-table{
    width:100%;
    border-collapse:collapse;
    min-width:700px;
}

.ds-table thead th{
    background:#2f57c4;
    color:#fff;
    padding:15px;
    text-align:left;
    font-size:16px;
}

.ds-table td{
    padding:15px;
    border:1px solid #dfe7f5;
    vertical-align:top;
}

.ds-table tbody tr:nth-child(even){
    background:#f7f9ff;
}

.ds-table tbody tr:hover{
    background:#eef3ff;
}

.ds-note{
    margin-top:25px;
    background:#f8fbff;
    border:1px solid #d9e8ff;
    border-radius:8px;
    padding:18px;
}

.ds-note strong{
    color:#1f47b5;
}

@media (max-width:768px){

    .ds-login-header h2{
        font-size:24px;
    }

    .ds-login-body{
        padding:20px;
        font-size:16px;
    }

    .ds-subtitle h3{
        font-size:20px;
    }

}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-03cb656 */<style>
/* ===== DigiShakti Login Steps Section ===== */

.ds-login-section{
    font-family:Arial, Helvetica, sans-serif;
    margin:30px 0;
}

.ds-login-card{
    background:#fff;
    border:1px solid #dfe7f5;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.ds-login-header{
    background:linear-gradient(135deg,#2f57c4,#1f47b5);
    color:#fff;
    padding:18px 25px;
}

.ds-login-header h2{
    margin:0;
    font-size:30px;
    font-weight:700;
    line-height:1.4;
}

.ds-login-body{
    padding:30px;
    background:#fff;
}

.ds-login-intro{
    font-size:17px;
    color:#444;
    line-height:1.8;
    margin-bottom:25px;
}

.ds-steps{
    counter-reset:step-counter;
}

.ds-step{
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:18px;
    margin-bottom:15px;
    background:#f8fbff;
    border:1px solid #dce8f8;
    border-radius:10px;
    transition:all .3s ease;
}

.ds-step:hover{
    background:#eef5ff;
}

.ds-step-number{
    min-width:42px;
    width:42px;
    height:42px;
    background:#e67e22;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:18px;
}

.ds-step-text{
    flex:1;
    color:#333;
    line-height:1.8;
    font-size:16px;
}

.ds-step-text strong{
    color:#1f47b5;
}

.ds-login-note{
    margin-top:25px;
    background:#fff8e8;
    border-left:5px solid #e67e22;
    padding:18px;
    border-radius:8px;
    color:#555;
    line-height:1.8;
}

.ds-login-note strong{
    color:#c56a14;
}

@media(max-width:768px){

    .ds-login-header h2{
        font-size:24px;
    }

    .ds-login-body{
        padding:20px;
    }

    .ds-step{
        gap:12px;
        padding:15px;
    }

    .ds-step-number{
        width:36px;
        height:36px;
        min-width:36px;
        font-size:16px;
    }

    .ds-step-text{
        font-size:15px;
    }

}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-8e8bced */<style> .ds-help-section{ margin:30px 0; font-family:Arial, Helvetica, sans-serif; } .ds-help-card{ background:#fff; border:1px solid #dfe7f5; border-radius:12px; overflow:hidden; box-shadow:0 4px 12px rgba(0,0,0,.08); } .ds-help-header{ background:linear-gradient(135deg,#2f57c4,#1f47b5); color:#fff; padding:18px 25px; font-size:28px; font-weight:700; } .ds-help-body{ padding:28px; color:#333; line-height:1.9; font-size:17px; } .ds-help-body p{ margin-bottom:18px; } .ds-login-list{ list-style:none; padding:0; margin:20px 0; } .ds-login-list li{ background:#f7faff; border:1px solid #dfe7f5; border-left:5px solid #2f57c4; border-radius:8px; padding:15px 18px; margin-bottom:12px; position:relative; } .ds-login-list li:before{ content:"✓"; color:#2f57c4; font-weight:700; margin-right:10px; } .ds-student-note{ background:#fff8e8; border-left:5px solid #e67e22; padding:22px; margin-top:25px; border-radius:8px; } .ds-student-note h3{ margin:0 0 12px; color:#c56a12; font-size:22px; } .ds-student-note p{ margin:0; } @media(max-width:768px){ .ds-help-header{ font-size:22px; padding:16px; } .ds-help-body{ padding:20px; font-size:16px; } .ds-student-note h3{ font-size:20px; } } </style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-4bd8747 */<style>
/* ================= DIGISHAKTI STATUS SECTION ================= */

.ds-status-section{
    max-width:100%;
    margin:30px 0;
    font-family:Arial, Helvetica, sans-serif;
}

.ds-status-card{
    background:#ffffff;
    border:1px solid #dbe6f3;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 3px 14px rgba(0,0,0,0.08);
}

/* Header */
.ds-status-header{
    background:linear-gradient(135deg,#2f57c4,#1f47b5);
    color:#fff;
    padding:18px 22px;
    font-size:30px;
    font-weight:700;
    line-height:1.4;
}

/* Body */
.ds-status-body{
    padding:28px;
    color:#333;
    font-size:17px;
    line-height:1.9;
}

.ds-status-body h2{
    font-size:24px;
    color:#1f47b5;
    margin:25px 0 10px;
}

.ds-status-body h3{
    font-size:20px;
    color:#0b3fa0;
    margin:20px 0 10px;
}

/* Steps box */
.ds-steps{
    background:#f7fbff;
    border-left:5px solid #2f57c4;
    padding:18px 20px;
    margin:15px 0 25px;
    border-radius:8px;
}

.ds-steps ol{
    margin:0;
    padding-left:20px;
}

.ds-steps li{
    margin-bottom:10px;
}

/* Bullet list */
.ds-bullets{
    margin:10px 0 20px;
    padding-left:20px;
}

.ds-bullets li{
    margin-bottom:10px;
}

/* Table */
.ds-table{
    width:100%;
    border-collapse:collapse;
    margin:15px 0 25px;
    background:#fff;
    border:1px solid #dbe6f3;
    border-radius:8px;
    overflow:hidden;
}

.ds-table th{
    background:#eef3ff;
    color:#1f47b5;
    text-align:left;
    padding:12px;
    font-size:15px;
    border-bottom:1px solid #dbe6f3;
}

.ds-table td{
    padding:12px;
    border-bottom:1px solid #f0f0f0;
    font-size:15px;
}

/* Warning box */
.ds-warning{
    background:#fff8e8;
    border-left:5px solid #e67e22;
    padding:18px 20px;
    border-radius:8px;
    margin-top:20px;
}

.ds-warning strong{
    color:#a85a00;
}

/* Responsive */
@media (max-width:768px){

    .ds-status-header{
        font-size:22px;
        padding:16px;
    }

    .ds-status-body{
        padding:18px;
        font-size:16px;
    }

    .ds-status-body h2{
        font-size:20px;
    }

    .ds-status-body h3{
        font-size:18px;
    }

    .ds-table th,
    .ds-table td{
        font-size:14px;
        padding:10px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-4a2bdc0 */<style>
/* =========================
   DIGISHAKTI SECTION STYLE
========================= */

.ds-wrap{
    font-family:Arial, Helvetica, sans-serif;
    margin:30px 0;
}

.ds-box{
    background:#fff;
    border:1px solid #d9e3f3;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(0,0,0,0.08);
}

/* Header */
.ds-title{
    background:linear-gradient(135deg,#2f57c4,#1f47b5);
    color:#fff;
    padding:18px 25px;
    font-size:28px;
    font-weight:700;
    line-height:1.4;
}

/* Body */
.ds-content{
    padding:28px;
    font-size:17px;
    line-height:1.9;
    color:#333;
}

.ds-content h2{
    font-size:24px;
    color:#1f47b5;
    margin:25px 0 10px;
}

.ds-content h3{
    font-size:20px;
    color:#2f57c4;
    margin:20px 0 10px;
}

/* Bullet box */
.ds-list{
    margin:15px 0 20px 20px;
}

.ds-list li{
    margin-bottom:8px;
}

/* Highlight box */
.ds-highlight{
    background:#eef3ff;
    border-left:5px solid #2f57c4;
    padding:18px;
    margin:20px 0;
    border-radius:6px;
}

/* Warning box */
.ds-warning{
    background:#fff8e8;
    border-left:5px solid #e67e22;
    padding:18px;
    margin:25px 0;
    border-radius:6px;
}

/* Step box */
.ds-steps{
    counter-reset:step;
    margin:20px 0;
}

.ds-step{
    background:#f7faff;
    border:1px solid #d9e3f3;
    padding:15px 18px;
    margin-bottom:12px;
    border-radius:8px;
    position:relative;
    padding-left:45px;
}

.ds-step:before{
    counter-increment:step;
    content:counter(step);
    position:absolute;
    left:12px;
    top:14px;
    width:25px;
    height:25px;
    background:#2f57c4;
    color:#fff;
    font-size:14px;
    border-radius:50%;
    text-align:center;
    line-height:25px;
    font-weight:700;
}

/* Responsive */
@media(max-width:768px){

    .ds-title{
        font-size:22px;
        padding:15px;
    }

    .ds-content{
        padding:18px;
        font-size:16px;
    }

    .ds-content h2{
        font-size:20px;
    }

    .ds-content h3{
        font-size:18px;
    }

}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-1190f46 */<style>
/* =========================
   DigiShakti FAQ Section
========================= */

.ds-faq-section{
    max-width:100%;
    margin:35px 0;
    font-family:Arial, Helvetica, sans-serif;
}

.ds-faq-card{
    background:#ffffff;
    border:1px solid #d7e3f3;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 14px rgba(0,0,0,0.08);
}

/* Header */
.ds-faq-header{
    background:linear-gradient(135deg,#2f57c4,#1f47b5);
    color:#fff;
    padding:18px 22px;
    font-size:28px;
    font-weight:700;
}

/* Body */
.ds-faq-body{
    padding:25px;
}

/* FAQ Item */
.ds-faq-item{
    border:1px solid #e3ecfa;
    border-radius:10px;
    margin-bottom:14px;
    overflow:hidden;
    transition:0.3s;
    background:#fff;
}

/* Question */
.ds-faq-q{
    background:#f3f7ff;
    padding:16px 18px;
    font-weight:700;
    font-size:16.5px;
    color:#1f47b5;
    cursor:pointer;
    position:relative;
}

.ds-faq-q::after{
    content:"+";
    position:absolute;
    right:18px;
    font-size:20px;
    font-weight:700;
}

/* Answer */
.ds-faq-a{
    padding:16px 18px;
    font-size:16px;
    line-height:1.8;
    color:#333;
    display:none;
}

/* Show on hover/click fallback */
.ds-faq-item:hover .ds-faq-a{
    display:block;
}

.ds-faq-item:hover .ds-faq-q::after{
    content:"−";
}

/* Highlight box */
.ds-faq-note{
    background:#eef6ff;
    border-left:5px solid #2f57c4;
    padding:15px;
    margin-top:12px;
    border-radius:6px;
    font-size:15px;
}

/* Mobile */
@media (max-width:768px){
    .ds-faq-header{
        font-size:22px;
        padding:15px 18px;
    }

    .ds-faq-body{
        padding:18px;
    }

    .ds-faq-q{
        font-size:15px;
    }
}
</style>/* End custom CSS */