.elementor-19 .elementor-element.elementor-element-b918da6{--display:flex;}.elementor-19 .elementor-element.elementor-element-781b7ec{--display:flex;}.elementor-19 .elementor-element.elementor-element-8f051d0{--display:flex;}.elementor-19 .elementor-element.elementor-element-11243d3 .wpr-author-box{text-align:center;}.elementor-19 .elementor-element.elementor-element-11243d3 .wpr-author-box-image img{width:65px;border-radius:50px 50px 50px 50px;}.elementor-19 .elementor-element.elementor-element-11243d3.wpr-author-box-arrange-vertical .wpr-author-box-image{margin-bottom:0px;}.elementor-19 .elementor-element.elementor-element-11243d3.wpr-author-box-arrange-left .wpr-author-box-image{margin-right:0px;}.elementor-19 .elementor-element.elementor-element-11243d3.wpr-author-box-arrange-right .wpr-author-box-image{margin-left:0px;}.elementor-19 .elementor-element.elementor-element-11243d3 .wpr-author-box-name{color:#605BE5;font-size:18px;font-weight:500;letter-spacing:0.2px;margin-top:15px;margin-bottom:10px;}.elementor-19 .elementor-element.elementor-element-11243d3 .wpr-author-box-name a{color:#605BE5;}.elementor-19 .elementor-element.elementor-element-11243d3 .wpr-author-box-title{color:#333333;font-size:15px;font-weight:500;margin-top:15px;margin-bottom:15px;}.elementor-19 .elementor-element.elementor-element-11243d3 .wpr-author-box-title a{color:#333333;}.elementor-19 .elementor-element.elementor-element-11243d3 .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-19 .elementor-element.elementor-element-11243d3 .wpr-author-box-btn:hover{color:#ffffff;}.elementor-19 .elementor-element.elementor-element-11243d3 .wpr-author-box-btn:hover a{color:#ffffff;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-5d23b2d *//* ==========================================
   PM SVANidhi Content Section
========================================== */

.pm-intro-box {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 35px;
    margin: 25px 0;
    box-sizing: border-box;
}

.pm-intro-box h1 {
    margin: 0 0 20px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #111111;
}

.pm-intro-box p {
    margin: 0 0 24px;
    font-size: 21px;
    line-height: 1.85;
    color: #222222;
}

.pm-intro-box strong {
    color: #2347d7;
    font-weight: 700;
}

.pm-highlight {
    margin-top: 30px;
    padding: 20px 24px;
    background: #eef5ff;
    border-left: 6px solid #1f5f9f;
    border-radius: 6px;
}

.pm-highlight p {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
}

/* =========================
   Tablet
========================= */

@media (max-width: 991px) {

    .pm-intro-box {
        padding: 28px;
    }

    .pm-intro-box h1 {
        font-size: 34px;
    }

    .pm-intro-box p {
        font-size: 19px;
        line-height: 1.8;
    }

    .pm-highlight p {
        font-size: 18px;
    }

}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {

    .pm-intro-box {
        padding: 22px 18px;
        border-radius: 6px;
    }

    .pm-intro-box h1 {
        font-size: 28px;
        line-height: 1.35;
    }

    .pm-intro-box p {
        font-size: 17px;
        line-height: 1.75;
    }

    .pm-highlight {
        padding: 16px;
    }

    .pm-highlight p {
        font-size: 17px;
    }

}
<style>
/* ===== PM SVANidhi Introduction Section ===== */

.pm-intro-box{
    max-width:100%;
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:8px;
    padding:35px;
    margin:25px 0;
    box-sizing:border-box;
}

.pm-intro-box h1{
    margin:0 0 18px;
    font-size:42px;
    line-height:1.25;
    color:#111;
    font-weight:700;
}

.pm-intro-box p{
    font-size:21px;
    line-height:1.85;
    color:#222;
    margin:0 0 22px;
}

.pm-intro-box strong{
    color:#2347d7;
    font-weight:700;
}

.pm-highlight{
    background:#eef5ff;
    border-left:6px solid #1f5f9f;
    padding:18px 22px;
    margin-top:25px;
    border-radius:6px;
}

.pm-highlight p{
    margin:0;
    font-size:20px;
    line-height:1.8;
    color:#222;
}

@media (max-width:991px){

.pm-intro-box{
    padding:28px;
}

.pm-intro-box h1{
    font-size:34px;
}

.pm-intro-box p{
    font-size:19px;
}

}

@media (max-width:767px){

.pm-intro-box{
    padding:22px 18px;
    border-radius:6px;
}

.pm-intro-box h1{
    font-size:28px;
    line-height:1.35;
}

.pm-intro-box p{
    font-size:17px;
    line-height:1.75;
}

.pm-highlight{
    padding:16px;
}

.pm-highlight p{
    font-size:17px;
}

}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-bca9776 *//* ===================================
   PM SVANidhi Quick Links
=================================== */

.pm-quick-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.pm-link-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f5f9f;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 18px;
    min-height: 70px;
    border-radius: 8px;
    border: 2px solid #1f5f9f;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.pm-link-card:hover {
    background: #174d81;
    border-color: #174d81;
    color: #ffffff;
    transform: translateY(-2px);
}

.pm-link-card:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(31, 95, 159, 0.2);
}

/* ==========================
   Tablet
========================== */

@media (max-width: 991px) {

    .pm-quick-links {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* ==========================
   Mobile
========================== */

@media (max-width: 576px) {

    .pm-quick-links {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .pm-link-card {
        font-size: 18px;
        min-height: 60px;
        padding: 15px;
    }

}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-e567fa0 *//*==================================
  PM SVANidhi Table Section
==================================*/

.pm-table-wrapper {
    margin: 35px 0;
}

.pm-section-title {
    background: #1f5f9f;
    color: #fff;
    padding: 16px 22px;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 8px 8px 0 0;
}

.pm-responsive-table {
    overflow-x: auto;
    border: 1px solid #d9d9d9;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background: #fff;
}

.pm-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    background: #fff;
}

.pm-table th {
    background: #2d4ecf;
    color: #fff;
    padding: 16px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #d9d9d9;
}

.pm-table td {
    padding: 15px 16px;
    font-size: 18px;
    line-height: 1.7;
    color: #222;
    border: 1px solid #e3e3e3;
    vertical-align: top;
}

.pm-table td:first-child {
    width: 35%;
    font-weight: 600;
    color: #000;
}

.pm-table tr:nth-child(even) {
    background: #f7f9fc;
}

.pm-table tr:hover {
    background: #eef5ff;
}

/*=========================
  Tablet
=========================*/

@media (max-width: 991px) {

    .pm-section-title {
        font-size: 26px;
    }

    .pm-table th,
    .pm-table td {
        font-size: 17px;
        padding: 14px;
    }

}

/*=========================
  Mobile
=========================*/

@media (max-width: 767px) {

    .pm-section-title {
        font-size: 22px;
        padding: 14px 16px;
    }

    .pm-table {
        min-width: 600px;
    }

    .pm-table th,
    .pm-table td {
        font-size: 16px;
        padding: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-3160caf *//*==================================
  PM Content Card
==================================*/

.pm-content-card{
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:8px;
    padding:35px;
    margin:35px 0;
}

.pm-content-card h2{
    margin:0 0 20px;
    font-size:32px;
    font-weight:700;
    color:#111;
    line-height:1.3;
}

.pm-content-card p{
    font-size:19px;
    line-height:1.8;
    color:#222;
    margin-bottom:22px;
}

.pm-content-card strong{
    color:#2347d7;
}

.pm-list{
    margin:0;
    padding-left:24px;
}

.pm-list li{
    margin-bottom:16px;
    font-size:19px;
    line-height:1.8;
    color:#222;
}

.pm-note{
    margin-top:25px;
    background:#eef5ff;
    border-left:5px solid #1f5f9f;
    padding:18px 20px;
    border-radius:6px;
    font-size:18px;
    line-height:1.8;
    color:#222;
}

/* Tablet */

@media (max-width:991px){

    .pm-content-card{
        padding:28px;
    }

    .pm-content-card h2{
        font-size:28px;
    }

    .pm-content-card p,
    .pm-list li,
    .pm-note{
        font-size:18px;
    }

}

/* Mobile */

@media (max-width:767px){

    .pm-content-card{
        padding:20px 18px;
    }

    .pm-content-card h2{
        font-size:24px;
    }

    .pm-content-card p,
    .pm-list li,
    .pm-note{
        font-size:16px;
        line-height:1.7;
    }

    .pm-list{
        padding-left:20px;
    }

}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-e9d9a57 *//*==================================
  PM SVANidhi Objectives Section
==================================*/

.pm-objectives-card{
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:8px;
    padding:35px;
    margin:35px 0;
}

.pm-objectives-card h2{
    margin:0 0 20px;
    font-size:32px;
    font-weight:700;
    color:#111;
    line-height:1.3;
}

.pm-objectives-card p{
    margin:0 0 25px;
    font-size:19px;
    line-height:1.8;
    color:#222;
}

.pm-objectives-card strong{
    color:#2347d7;
}

.pm-objectives-list{
    list-style:none;
    margin:0;
    padding:0;
}

.pm-objectives-list li{
    position:relative;
    padding:14px 0 14px 55px;
    font-size:19px;
    line-height:1.8;
    color:#222;
    border-bottom:1px solid #ececec;
}

.pm-objectives-list li:last-child{
    border-bottom:none;
}

.pm-objectives-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:14px;
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    background:#1f5f9f;
    color:#fff;
    border-radius:50%;
    font-size:18px;
    font-weight:700;
}

/* Tablet */

@media (max-width:991px){

    .pm-objectives-card{
        padding:28px;
    }

    .pm-objectives-card h2{
        font-size:28px;
    }

    .pm-objectives-card p,
    .pm-objectives-list li{
        font-size:18px;
    }

}

/* Mobile */

@media (max-width:767px){

    .pm-objectives-card{
        padding:20px 18px;
    }

    .pm-objectives-card h2{
        font-size:24px;
    }

    .pm-objectives-card p,
    .pm-objectives-list li{
        font-size:16px;
        line-height:1.7;
    }

    .pm-objectives-list li{
        padding-left:48px;
    }

    .pm-objectives-list li::before{
        width:28px;
        height:28px;
        line-height:28px;
        font-size:15px;
    }

}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-10a8ac8 *//*====================================
PM SVANidhi Registration Steps
====================================*/

.pm-registration{
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:35px;
    margin:35px 0;
}

.pm-registration h2{
    font-size:32px;
    margin:0 0 20px;
    color:#111;
    font-weight:700;
}

.pm-intro{
    font-size:19px;
    line-height:1.8;
    margin-bottom:35px;
}

.pm-intro strong{
    color:#2347d7;
}

.pm-step{
    display:flex;
    gap:25px;
    position:relative;
    padding-bottom:35px;
}

.pm-step:last-child{
    padding-bottom:0;
}

.pm-step:not(:last-child)::after{
    content:"";
    position:absolute;
    left:22px;
    top:50px;
    width:3px;
    height:calc(100% - 20px);
    background:#d9e8fb;
}

.pm-step-number{
    width:45px;
    height:45px;
    min-width:45px;
    background:#1f5f9f;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    font-weight:700;
    z-index:2;
}

.pm-step-content{
    flex:1;
}

.pm-step-content h3{
    margin:0 0 12px;
    color:#2347d7;
    font-size:24px;
}

.pm-step-content p{
    margin:0;
    font-size:18px;
    line-height:1.8;
}

.pm-step-content ul{
    margin:12px 0 0;
    padding-left:22px;
}

.pm-step-content li{
    margin-bottom:10px;
    font-size:18px;
    line-height:1.8;
}

/* Tablet */

@media(max-width:991px){

.pm-registration{
padding:28px;
}

.pm-registration h2{
font-size:28px;
}

.pm-step-content h3{
font-size:22px;
}

}

/* Mobile */

@media(max-width:767px){

.pm-registration{
padding:20px 18px;
}

.pm-registration h2{
font-size:24px;
}

.pm-intro,
.pm-step-content p,
.pm-step-content li{
font-size:16px;
}

.pm-step{
gap:15px;
}

.pm-step-number{
width:38px;
height:38px;
min-width:38px;
font-size:17px;
}

.pm-step:not(:last-child)::after{
left:18px;
}

.pm-step-content h3{
font-size:20px;
}

}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-55ac6ff *//*=====================================
 PM SVANidhi Login Section
=====================================*/

.pm-login-card{
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:8px;
    padding:35px;
    margin:35px 0;
}

.pm-login-card h2{
    margin:0 0 20px;
    font-size:32px;
    color:#111;
    font-weight:700;
}

.pm-login-intro{
    font-size:19px;
    line-height:1.8;
    color:#222;
    margin-bottom:30px;
}

.pm-login-intro strong{
    color:#2347d7;
}

.pm-login-steps{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.pm-login-step{
    display:flex;
    align-items:flex-start;
    gap:18px;
    background:#f8fbff;
    border-left:5px solid #1f5f9f;
    padding:18px 20px;
    border-radius:6px;
}

.pm-login-number{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    background:#1f5f9f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
}

.pm-login-step h3{
    margin:0 0 8px;
    color:#2347d7;
    font-size:22px;
}

.pm-login-step p{
    margin:0;
    font-size:18px;
    line-height:1.7;
}

.pm-login-features{
    margin-top:30px;
    background:#eef5ff;
    border-left:5px solid #1f5f9f;
    padding:20px;
    border-radius:6px;
}

.pm-login-features h3{
    margin:0 0 15px;
    color:#111;
    font-size:24px;
}

.pm-login-features ul{
    margin:0;
    padding-left:22px;
}

.pm-login-features li{
    margin-bottom:10px;
    font-size:18px;
    line-height:1.7;
}

/* Tablet */

@media (max-width:991px){

    .pm-login-card{
        padding:28px;
    }

    .pm-login-card h2{
        font-size:28px;
    }

    .pm-login-step h3{
        font-size:20px;
    }

}

/* Mobile */

@media (max-width:767px){

    .pm-login-card{
        padding:20px 18px;
    }

    .pm-login-card h2{
        font-size:24px;
    }

    .pm-login-intro,
    .pm-login-step p,
    .pm-login-features li{
        font-size:16px;
        line-height:1.7;
    }

    .pm-login-step{
        gap:15px;
        padding:15px;
    }

    .pm-login-number{
        width:36px;
        height:36px;
        min-width:36px;
        font-size:16px;
    }

    .pm-login-step h3{
        font-size:18px;
    }

    .pm-login-features h3{
        font-size:20px;
    }

}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-0bc8568 *//*====================================
PM SVANidhi Eligibility
====================================*/

.pm-eligibility{
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:8px;
    padding:35px;
    margin:35px 0;
}

.pm-eligibility h2{
    font-size:32px;
    font-weight:700;
    margin:0 0 20px;
    color:#111;
}

.pm-eligibility h3{
    font-size:26px;
    font-weight:700;
    color:#1f5f9f;
    margin:35px 0 20px;
}

.pm-eligibility-intro{
    font-size:19px;
    line-height:1.8;
}

.pm-eligibility strong{
    color:#2347d7;
}

.pm-category{
    border-left:5px solid #1f5f9f;
    background:#f8fbff;
    padding:18px 22px;
    margin-bottom:18px;
    border-radius:6px;
}

.pm-category h4{
    margin:0 0 10px;
    color:#2347d7;
    font-size:22px;
    font-weight:700;
}

.pm-category p{
    margin:0;
    font-size:18px;
    line-height:1.8;
}

.pm-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:15px;
}

.pm-grid div{
    background:#eef5ff;
    padding:15px;
    border-radius:6px;
    font-size:18px;
    font-weight:600;
}

.pm-check-list,
.pm-cross-list{
    margin:0;
    padding-left:22px;
}

.pm-check-list li,
.pm-cross-list li{
    font-size:18px;
    line-height:1.9;
    margin-bottom:8px;
}

.pm-note-box{
    margin-top:35px;
    background:#eef5ff;
    border-left:5px solid #1f5f9f;
    padding:25px;
    border-radius:6px;
}

.pm-note-box h3{
    margin-top:0;
    font-weight:700;
}

.pm-note-box p{
    font-size:18px;
    line-height:1.8;
}

/* Tablet */

@media(max-width:991px){

.pm-eligibility{
padding:28px;
}

.pm-eligibility h2{
font-size:28px;
}

.pm-eligibility h3{
font-size:24px;
}

.pm-category h4{
font-size:20px;
}

}

/* Mobile */

@media(max-width:767px){

.pm-eligibility{
padding:20px 18px;
}

.pm-eligibility h2{
font-size:24px;
}

.pm-eligibility h3{
font-size:20px;
}

.pm-eligibility-intro,
.pm-category p,
.pm-grid div,
.pm-check-list li,
.pm-cross-list li,
.pm-note-box p{
font-size:16px;
line-height:1.7;
}

.pm-category h4{
font-size:18px;
}

.pm-note-box{
padding:18px;
}

}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-fbd2c4c *//*==================================
  PM SVANidhi Benefits Section
==================================*/

.pm-benefits-card{
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:8px;
    padding:35px;
    margin:35px 0;
}

.pm-benefits-card h2{
    margin:0 0 20px;
    font-size:32px;
    font-weight:700;
    color:#111;
}

.pm-benefits-card p{
    margin:0 0 25px;
    font-size:19px;
    line-height:1.8;
    color:#222;
}

.pm-benefits-card strong{
    color:#2347d7;
}

.pm-benefits-list{
    list-style:none;
    margin:0;
    padding:0;
}

.pm-benefits-list li{
    position:relative;
    padding:14px 0 14px 55px;
    font-size:19px;
    line-height:1.8;
    color:#222;
    border-bottom:1px solid #ececec;
}

.pm-benefits-list li:last-child{
    border-bottom:none;
}

.pm-benefits-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:14px;
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    background:#1f5f9f;
    color:#fff;
    border-radius:50%;
    font-size:18px;
    font-weight:700;
}

.pm-benefits-note{
    margin-top:30px;
    background:#eef5ff;
    border-left:5px solid #1f5f9f;
    padding:20px;
    border-radius:6px;
    font-size:18px;
    line-height:1.8;
    color:#222;
}

/* Tablet */

@media (max-width:991px){

    .pm-benefits-card{
        padding:28px;
    }

    .pm-benefits-card h2{
        font-size:28px;
    }

    .pm-benefits-card p,
    .pm-benefits-list li,
    .pm-benefits-note{
        font-size:18px;
    }

}

/* Mobile */

@media (max-width:767px){

    .pm-benefits-card{
        padding:20px 18px;
    }

    .pm-benefits-card h2{
        font-size:24px;
    }

    .pm-benefits-card p,
    .pm-benefits-list li,
    .pm-benefits-note{
        font-size:16px;
        line-height:1.7;
    }

    .pm-benefits-list li{
        padding-left:48px;
    }

    .pm-benefits-list li::before{
        width:28px;
        height:28px;
        line-height:28px;
        font-size:15px;
    }

}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-79cce7f *//*====================================
PM SVANidhi Documents Section
====================================*/

.pm-documents{
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:8px;
    padding:35px;
    margin:35px 0;
}

.pm-documents h2{
    margin:0 0 25px;
    font-size:32px;
    font-weight:700;
    color:#111;
}

.pm-doc-box{
    background:#f8fbff;
    border-left:5px solid #1f5f9f;
    padding:20px 22px;
    margin-bottom:22px;
    border-radius:6px;
}

.pm-doc-box h3{
    margin:0 0 15px;
    font-size:24px;
    font-weight:700;
    color:#2347d7;
}

.pm-doc-box ul{
    margin:0;
    padding-left:22px;
}

.pm-doc-box li{
    margin-bottom:10px;
    font-size:18px;
    line-height:1.8;
    color:#222;
}

.pm-doc-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:15px;
}

.pm-doc-grid div{
    background:#eef5ff;
    border:1px solid #d8e6fa;
    border-radius:6px;
    padding:14px;
    font-size:18px;
    font-weight:600;
    color:#222;
    transition:.3s;
}

.pm-doc-grid div:hover{
    background:#dfeeff;
}

.pm-last-box{
    margin-bottom:0;
}

/* Tablet */

@media(max-width:991px){

.pm-documents{
    padding:28px;
}

.pm-documents h2{
    font-size:28px;
}

.pm-doc-box h3{
    font-size:22px;
}

.pm-doc-box li,
.pm-doc-grid div{
    font-size:17px;
}

}

/* Mobile */

@media(max-width:767px){

.pm-documents{
    padding:20px 18px;
}

.pm-documents h2{
    font-size:24px;
}

.pm-doc-box{
    padding:16px;
}

.pm-doc-box h3{
    font-size:20px;
}

.pm-doc-box li,
.pm-doc-grid div{
    font-size:16px;
    line-height:1.7;
}

.pm-doc-grid{
    grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-1e1a902 *//*====================================
PM SVANidhi Loan Apply Steps
====================================*/

.pm-registration{
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:8px;
    padding:35px;
    margin:35px 0;
}

.pm-registration h2{
    margin:0 0 20px;
    font-size:32px;
    font-weight:700;
    color:#111;
    line-height:1.3;
}

.pm-intro{
    margin:0 0 35px;
    font-size:19px;
    line-height:1.8;
    color:#222;
}

.pm-intro strong{
    color:#2347d7;
}

.pm-step{
    display:flex;
    gap:25px;
    position:relative;
    padding-bottom:35px;
}

.pm-step:last-child{
    padding-bottom:0;
}

.pm-step:not(:last-child)::after{
    content:"";
    position:absolute;
    left:22px;
    top:48px;
    width:3px;
    height:calc(100% - 18px);
    background:#d7e7fb;
}

.pm-step-number{
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:50%;
    background:#1f5f9f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
    z-index:2;
}

.pm-step-content{
    flex:1;
}

.pm-step-content h3{
    margin:0 0 12px;
    font-size:24px;
    font-weight:700;
    color:#2347d7;
    line-height:1.4;
}

.pm-step-content p{
    margin:0;
    font-size:18px;
    line-height:1.8;
    color:#222;
}

.pm-step-content ul{
    margin:12px 0 0;
    padding-left:22px;
}

.pm-step-content li{
    margin-bottom:10px;
    font-size:18px;
    line-height:1.8;
    color:#222;
}

/* Tablet */

@media(max-width:991px){

.pm-registration{
    padding:28px;
}

.pm-registration h2{
    font-size:28px;
}

.pm-intro{
    font-size:18px;
}

.pm-step-content h3{
    font-size:22px;
}

.pm-step-content p,
.pm-step-content li{
    font-size:17px;
}

}

/* Mobile */

@media(max-width:767px){

.pm-registration{
    padding:20px 18px;
}

.pm-registration h2{
    font-size:24px;
}

.pm-intro{
    font-size:16px;
    line-height:1.7;
    margin-bottom:25px;
}

.pm-step{
    gap:15px;
    padding-bottom:28px;
}

.pm-step-number{
    width:38px;
    height:38px;
    min-width:38px;
    font-size:17px;
}

.pm-step:not(:last-child)::after{
    left:18px;
    top:40px;
}

.pm-step-content h3{
    font-size:20px;
}

.pm-step-content p,
.pm-step-content li{
    font-size:16px;
    line-height:1.7;
}

.pm-step-content ul{
    padding-left:20px;
}

}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-23c8eb6 *//*==================================
PM Contact Details
==================================*/

.pm-contact-section{
    margin:35px 0;
}

.pm-contact-section h2{
    margin:0 0 20px;
    font-size:32px;
    font-weight:700;
    color:#111;
}

.pm-contact-table{
    overflow-x:auto;
    border:1px solid #d9d9d9;
    border-radius:8px;
    background:#fff;
}

.pm-contact-table table{
    width:100%;
    border-collapse:collapse;
    min-width:700px;
}

.pm-contact-table th,
.pm-contact-table td{
    padding:18px 16px;
    border:1px solid #e3e3e3;
    text-align:left;
    font-size:18px;
    line-height:1.8;
    vertical-align:top;
}

.pm-contact-table th{
    width:32%;
    background:#f4f4f4;
    font-weight:700;
    color:#111;
}

.pm-contact-table tr:nth-child(even){
    background:#fafafa;
}

.pm-contact-table a{
    color:#2347d7;
    text-decoration:none;
    font-weight:600;
}

.pm-contact-table a:hover{
    text-decoration:underline;
}

/* Tablet */

@media(max-width:991px){

.pm-contact-section h2{
    font-size:28px;
}

.pm-contact-table th,
.pm-contact-table td{
    font-size:17px;
}

}

/* Mobile */

@media(max-width:767px){

.pm-contact-section h2{
    font-size:24px;
}

.pm-contact-table{
    border-radius:6px;
}

.pm-contact-table table{
    min-width:600px;
}

.pm-contact-table th,
.pm-contact-table td{
    padding:14px;
    font-size:16px;
    line-height:1.7;
}

}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-8224844 *//*==================================
PM FAQ Section (No JavaScript)
==================================*/

.pm-faq{
    margin:35px 0;
}

.pm-faq h2{
    font-size:32px;
    font-weight:700;
    color:#111;
    margin-bottom:25px;
}

.pm-faq-item{
    border:1px solid #d9d9d9;
    border-radius:6px;
    margin-bottom:15px;
    overflow:hidden;
    background:#fff;
}

.pm-faq-item summary{
    list-style:none;
    cursor:pointer;
    padding:18px 22px;
    background:#1f5f9f;
    color:#fff;
    font-size:19px;
    font-weight:700;
    position:relative;
    transition:.3s;
}

.pm-faq-item summary:hover{
    background:#174f86;
}

.pm-faq-item summary::-webkit-details-marker{
    display:none;
}

.pm-faq-item summary::after{
    content:"+";
    position:absolute;
    right:22px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    font-weight:700;
}

.pm-faq-item[open] summary::after{
    content:"−";
}

.pm-faq-answer{
    padding:20px 22px;
    background:#fff;
}

.pm-faq-answer p{
    margin:0;
    font-size:18px;
    line-height:1.8;
    color:#222;
}

.pm-faq-answer strong{
    color:#2347d7;
}

/* Tablet */

@media(max-width:991px){

    .pm-faq h2{
        font-size:28px;
    }

    .pm-faq-item summary{
        font-size:18px;
    }

    .pm-faq-answer p{
        font-size:17px;
    }
}

/* Mobile */

@media(max-width:767px){

    .pm-faq h2{
        font-size:24px;
    }

    .pm-faq-item summary{
        font-size:16px;
        padding:15px 18px;
        padding-right:45px;
    }

    .pm-faq-item summary::after{
        right:18px;
        font-size:24px;
    }

    .pm-faq-answer{
        padding:18px;
    }

    .pm-faq-answer p{
        font-size:16px;
        line-height:1.7;
    }
}/* End custom CSS */