.elementor-9 .elementor-element.elementor-element-e621807{--display:flex;}.elementor-9 .elementor-element.elementor-element-89f6546{--display:flex;}.elementor-9 .elementor-element.elementor-element-ba444ed{--display:flex;}.elementor-9 .elementor-element.elementor-element-208bbf6 .wpr-author-box{text-align:center;}.elementor-9 .elementor-element.elementor-element-208bbf6 .wpr-author-box-image img{width:65px;border-radius:50px 50px 50px 50px;}.elementor-9 .elementor-element.elementor-element-208bbf6.wpr-author-box-arrange-vertical .wpr-author-box-image{margin-bottom:0px;}.elementor-9 .elementor-element.elementor-element-208bbf6.wpr-author-box-arrange-left .wpr-author-box-image{margin-right:0px;}.elementor-9 .elementor-element.elementor-element-208bbf6.wpr-author-box-arrange-right .wpr-author-box-image{margin-left:0px;}.elementor-9 .elementor-element.elementor-element-208bbf6 .wpr-author-box-name{color:#605BE5;font-size:18px;font-weight:500;letter-spacing:0.2px;margin-top:15px;margin-bottom:10px;}.elementor-9 .elementor-element.elementor-element-208bbf6 .wpr-author-box-name a{color:#605BE5;}.elementor-9 .elementor-element.elementor-element-208bbf6 .wpr-author-box-title{color:#333333;font-size:15px;font-weight:500;margin-top:15px;margin-bottom:15px;}.elementor-9 .elementor-element.elementor-element-208bbf6 .wpr-author-box-title a{color:#333333;}.elementor-9 .elementor-element.elementor-element-208bbf6 .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-9 .elementor-element.elementor-element-208bbf6 .wpr-author-box-btn:hover{color:#ffffff;}.elementor-9 .elementor-element.elementor-element-208bbf6 .wpr-author-box-btn:hover a{color:#ffffff;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-e63581f *//* Main Container */
.ksy-container{
    max-width:1200px;
    margin:0 auto;
    font-family:Arial, Helvetica, sans-serif;
    background:#fff;
    overflow:hidden;
}

/* Hero Section */
.ksy-hero{
    background:#f57c00;
    color:#fff;
    text-align:center;
    padding:60px 30px;
    border-radius:12px 12px 0 0;
}

.ksy-hero h1{
    font-size:52px;
    font-weight:700;
    margin:0 0 20px;
    line-height:1.2;
    color:#fff;
}

.ksy-hero p{
    font-size:22px;
    line-height:1.8;
    max-width:1000px;
    margin:0 auto;
    color:#fff;
}

/* Content Section */
.ksy-content{
    padding:40px;
    background:#fff;
}

.ksy-content p{
    font-size:22px;
    line-height:1.9;
    color:#555;
    margin-bottom:25px;
}

.ksy-content strong{
    color:#222;
    font-weight:700;
}

/* Full Width Banner Image */
.ksy-banner-image{
    width:100%;
    margin-top:20px;
    overflow:hidden;
    border-radius:12px;
}

.ksy-banner-image img{
    width:100%;
    height:auto;
    display:block;
    border-radius:12px;
    transition:transform .3s ease;
}

.ksy-banner-image img:hover{
    transform:scale(1.02);
}

/* Tablet */
@media (max-width:768px){

    .ksy-hero{
        padding:40px 20px;
    }

    .ksy-hero h1{
        font-size:34px;
    }

    .ksy-hero p{
        font-size:18px;
        line-height:1.7;
    }

    .ksy-content{
        padding:25px 20px;
    }

    .ksy-content p{
        font-size:18px;
        line-height:1.8;
    }

    .ksy-banner-image{
        margin-top:15px;
    }
}

/* Mobile */
@media (max-width:480px){

    .ksy-hero{
        padding:30px 15px;
    }

    .ksy-hero h1{
        font-size:28px;
    }

    .ksy-hero p{
        font-size:16px;
        line-height:1.6;
    }

    .ksy-content{
        padding:20px 15px;
    }

    .ksy-content p{
        font-size:16px;
        line-height:1.7;
    }

    .ksy-banner-image{
        margin-top:10px;
        border-radius:8px;
    }

    .ksy-banner-image img{
        border-radius:8px;
    }
}


<style>
/* Main Container */
.ksy-container{
    max-width:1200px;
    margin:0 auto;
    font-family:Arial, Helvetica, sans-serif;
    background:#fff;
    overflow:hidden;
}

/* Hero Section */
.ksy-hero{
    background:#f57c00;
    color:#fff;
    text-align:center;
    padding:60px 30px;
}

.ksy-hero h1{
    font-size:52px;
    font-weight:700;
    margin:0 0 20px;
    line-height:1.2;
    color:#fff;
}

.ksy-hero p{
    font-size:22px;
    line-height:1.8;
    max-width:1000px;
    margin:0 auto;
    color:#fff;
}

/* Content Section */
.ksy-content{
    padding:40px;
    background:#fff;
}

.ksy-content p{
    font-size:22px;
    line-height:1.9;
    color:#555;
    margin-bottom:25px;
}

.ksy-content strong{
    font-weight:700;
    color:#222;
}

/* Full Width Banner Image */
.ksy-banner-image{
    width:100%;
    margin-top:10px;
}

.ksy-banner-image img{
    width:100%;
    height:auto;
    display:block;
    border-radius:12px;
}

/* Responsive */
@media (max-width:768px){

    .ksy-hero{
        padding:40px 20px;
    }

    .ksy-hero h1{
        font-size:34px;
    }

    .ksy-hero p{
        font-size:18px;
        line-height:1.7;
    }

    .ksy-content{
        padding:25px 20px;
    }

    .ksy-content p{
        font-size:18px;
        line-height:1.8;
    }
}

@media (max-width:480px){

    .ksy-hero h1{
        font-size:28px;
    }

    .ksy-hero p{
        font-size:16px;
    }

    .ksy-content p{
        font-size:16px;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-6bbd165 *//* Section Heading */

.ksy-section-title{
    background:#eaf4ff;
    padding:15px;
    text-align:center;
    margin:40px 0 25px;
}

.ksy-section-title h2{
    margin:0;
    font-size:36px;
    font-weight:700;
    color:#000;
}

/* Content */

.ksy-section-content{
    padding:0;
}

.ksy-section-content p{
    font-size:20px;
    line-height:1.9;
    color:#222;
    margin-bottom:20px;
}

.ksy-section-content h3{
    font-size:28px;
    font-weight:700;
    color:#000;
    margin:30px 0 15px;
}

.ksy-section-content ul{
    padding-left:30px;
}

.ksy-section-content ul li{
    font-size:20px;
    line-height:1.9;
    margin-bottom:10px;
    color:#222;
}

/* Mobile */

@media(max-width:768px){

    .ksy-section-title h2{
        font-size:26px;
    }

    .ksy-section-content p,
    .ksy-section-content ul li{
        font-size:16px;
        line-height:1.8;
    }

    .ksy-section-content h3{
        font-size:22px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-e32d2bf *//* Quick Access Section */

.ksy-quick-access{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    justify-content:center;
    margin:30px 0;
}

.ksy-quick-btn{
    display:inline-block;
    background:#f57c00;
    color:#fff !important;
    text-decoration:none;
    padding:14px 22px;
    border-radius:5px;
    font-size:18px;
    font-weight:600;
    transition:all .3s ease;
    border:2px solid #f57c00;
}

.ksy-quick-btn:hover{
    background:#d96b00;
    border-color:#d96b00;
    color:#fff !important;
}

/* Mobile Responsive */

@media(max-width:768px){

    .ksy-quick-access{
        flex-direction:column;
    }

    .ksy-quick-btn{
        width:100%;
        text-align:center;
        font-size:16px;
        box-sizing:border-box;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-58967e4 *//* Section Heading */

.ksy-section-title{
    background:#eaf4ff;
    padding:15px;
    text-align:center;
    margin:40px 0 25px;
}

.ksy-section-title h2{
    margin:0;
    font-size:36px;
    font-weight:700;
    color:#000;
    line-height:1.4;
}

/* Section Content */

.ksy-section-content{
    margin-bottom:30px;
}

.ksy-section-content p{
    font-size:20px;
    line-height:1.9;
    color:#222;
    margin-bottom:20px;
}

.ksy-section-content strong{
    color:#000;
    font-weight:700;
}

/* Mobile Responsive */

@media (max-width:768px){

    .ksy-section-title{
        margin:30px 0 20px;
    }

    .ksy-section-title h2{
        font-size:26px;
    }

    .ksy-section-content p{
        font-size:16px;
        line-height:1.8;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-2d3cf24 *//* Table Wrapper */

.ksy-table-wrapper{
    width:100%;
    overflow-x:auto;
    margin-bottom:30px;
}

/* Main Table */

.ksy-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}

.ksy-table th{
    background:#f57c00;
    color:#fff;
    padding:14px;
    text-align:left;
    font-size:18px;
    font-weight:700;
    border:1px solid #d8d8d8;
}

.ksy-table td{
    padding:14px;
    border:1px solid #d8d8d8;
    font-size:18px;
    line-height:1.7;
    color:#222;
    vertical-align:top;
}

.ksy-table tbody tr:nth-child(even){
    background:#fafafa;
}

.ksy-table tbody tr:hover{
    background:#f5f9ff;
}

/* Mobile */

@media(max-width:768px){

    .ksy-table th,
    .ksy-table td{
        font-size:15px;
        padding:10px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-d502452 *//* Objectives Section */

.ksy-objectives-list{
    margin-top:20px;
}

.ksy-objective-item{
    background:#f8fbff;
    border-left:4px solid #f57c00;
    padding:15px 18px;
    margin-bottom:12px;
    font-size:18px;
    line-height:1.8;
    color:#222;
}

@media(max-width:768px){

    .ksy-objective-item{
        padding:14px;
        font-size:16px;
        line-height:1.7;
    }

}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-0c26d18 *//* Importance Section */

.ksy-section-content p{
    font-size:18px;
    line-height:1.9;
    color:#222;
    margin-bottom:20px;
}

.ksy-section-content p:last-child{
    margin-bottom:0;
}

@media(max-width:768px){

    .ksy-section-content p{
        font-size:16px;
        line-height:1.8;
    }

}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-b6a5a16 *//* Registration Steps */

.ksy-steps{
    margin-top:25px;
}

.ksy-step{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:25px;
    padding:20px;
    background:#f8fbff;
    border-left:5px solid #f57c00;
    border-radius:10px;
    box-shadow:0 3px 12px rgba(0,0,0,0.05);
}

.ksy-step-number{
    min-width:55px;
    width:55px;
    height:55px;
    background:linear-gradient(135deg,#f57c00,#ff9800);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    font-size:24px;
    line-height:1;
    box-shadow:0 4px 12px rgba(245,124,0,0.35);
    border:3px solid #fff;
    flex-shrink:0;
}

.ksy-step-content{
    flex:1;
}

.ksy-step-text{
    font-size:19px;
    line-height:1.8;
    color:#222;
    font-weight:600;
}

.ksy-step-image{
    margin-top:15px;
}

.ksy-step-image img{
    width:100%;
    height:auto;
    display:block;
    border-radius:10px;
    border:1px solid #e5e5e5;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

/* Mobile */

@media (max-width:768px){

    .ksy-step{
        padding:15px;
        gap:12px;
    }

    .ksy-step-number{
        min-width:45px;
        width:45px;
        height:45px;
        font-size:20px;
    }

    .ksy-step-text{
        font-size:16px;
        line-height:1.7;
    }

    .ksy-step-image{
        margin-top:12px;
    }

    .ksy-step-image img{
        border-radius:8px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-a8c3565 *//* ===================================
   KANYA SUMANGALA STEP GUIDE
   PREMIUM MODERN DESIGN
=================================== */

.ksy-section-title{
    margin-bottom:20px;
}

.ksy-section-title h2{
    font-size:38px;
    font-weight:800;
    line-height:1.3;
    color:#111827;
    margin:0;
}

.ksy-section-content > p{
    font-size:18px;
    line-height:1.8;
    color:#6b7280;
    margin-bottom:40px;
}

/* CARD */

.ksy-registration-step{
    position:relative;
    background:#ffffff;
    border-radius:24px;
    padding:35px;
    margin-bottom:45px;
    box-shadow:
        0 10px 40px rgba(0,0,0,.06),
        0 2px 10px rgba(0,0,0,.03);
    transition:all .35s ease;
    overflow:hidden;
}

.ksy-registration-step:hover{
    transform:translateY(-6px);
    box-shadow:
        0 20px 50px rgba(0,0,0,.08),
        0 5px 20px rgba(0,0,0,.05);
}

/* TOP ACCENT */

.ksy-registration-step::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(
        90deg,
        #f97316,
        #f59e0b
    );
}

/* HEADER */

.ksy-step-header{
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:25px;
}

/* STEP NUMBER */

.ksy-step-badge{
    width:65px;
    height:65px;
    min-width:65px;
    border-radius:18px;

    background:linear-gradient(
        135deg,
        #f97316,
        #f59e0b
    );

    color:#fff;
    font-size:26px;
    font-weight:800;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:
        0 10px 25px rgba(245,158,11,.35);
}

/* CONTENT */

.ksy-step-content{
    flex:1;
}

.ksy-step-content h3{
    margin:0 0 12px;
    font-size:30px;
    line-height:1.35;
    color:#111827;
    font-weight:700;
}

.ksy-step-content p{
    margin:0 0 15px;
    font-size:17px;
    line-height:1.9;
    color:#4b5563;
}

.ksy-step-content ul{
    margin:18px 0;
    padding-left:25px;
}

.ksy-step-content li{
    margin-bottom:10px;
    line-height:1.8;
    color:#374151;
    font-size:16px;
}

/* IMAGE SECTION */

.ksy-step-image{
    position:relative;
    margin-top:10px;
}

/* BROWSER BAR EFFECT */

.ksy-step-image::before{
    content:"";
    display:block;
    height:38px;
    background:#f3f4f6;
    border:1px solid #e5e7eb;
    border-bottom:none;
    border-radius:14px 14px 0 0;
}

.ksy-step-image::after{
    content:"";
    position:absolute;
    top:13px;
    left:15px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#ef4444;
    box-shadow:
        18px 0 #f59e0b,
        36px 0 #10b981;
}

.ksy-step-image img{
    display:block;
    width:100%;
    border:1px solid #e5e7eb;
    border-top:none;
    border-radius:0 0 14px 14px;
    background:#fff;
    transition:transform .35s ease;
}

.ksy-registration-step:hover .ksy-step-image img{
    transform:scale(1.01);
}

/* MOBILE */

@media(max-width:768px){

    .ksy-registration-step{
        padding:22px;
        border-radius:18px;
    }

    .ksy-step-header{
        gap:15px;
    }

    .ksy-step-badge{
        width:52px;
        height:52px;
        min-width:52px;
        font-size:20px;
        border-radius:14px;
    }

    .ksy-step-content h3{
        font-size:22px;
    }

    .ksy-step-content p{
        font-size:15px;
    }

    .ksy-step-content li{
        font-size:15px;
    }

    .ksy-section-title h2{
        font-size:28px;
    }

    .ksy-section-content > p{
        font-size:16px;
    }

    .ksy-step-image::before{
        height:30px;
    }

    .ksy-step-image::after{
        top:10px;
    }
}

/* EXTRA SMALL */

@media(max-width:480px){

    .ksy-step-header{
        flex-direction:column;
        gap:12px;
    }

    .ksy-step-content h3{
        font-size:20px;
    }

    .ksy-registration-step{
        padding:18px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-f67a2e7 *//* Login Process Steps */

.ksy-registration-step{
    display:flex;
    gap:20px;
    margin-bottom:25px;
    padding:20px;
    background:#f8fbff;
    border-left:4px solid #f57c00;
}

.ksy-step-badge{
    width:50px;
    height:50px;
    min-width:50px;
    background:#f57c00;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
}

.ksy-step-content{
    flex:1;
}

.ksy-step-content h3{
    margin:0 0 10px;
    font-size:24px;
    color:#000;
    font-weight:700;
}

.ksy-step-content p{
    margin-bottom:15px;
}

.ksy-step-content ul{
    margin:10px 0 15px;
    padding-left:25px;
}

.ksy-step-content ul li{
    margin-bottom:8px;
}

/* Mobile Responsive */

@media(max-width:768px){

    .ksy-registration-step{
        flex-direction:column;
        gap:15px;
        padding:15px;
    }

    .ksy-step-badge{
        width:42px;
        height:42px;
        min-width:42px;
        font-size:18px;
    }

    .ksy-step-content h3{
        font-size:20px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-7c2d7a3 *//* Features After Login */

.ksy-feature-box{
    background:#f8fbff;
    border-left:4px solid #f57c00;
    padding:18px 20px;
    margin-bottom:15px;
}

.ksy-feature-box h3{
    margin:0 0 10px;
    font-size:24px;
    color:#000;
    font-weight:700;
}

.ksy-feature-box p{
    margin:0;
}

/* Mobile */

@media(max-width:768px){

    .ksy-feature-box{
        padding:15px;
    }

    .ksy-feature-box h3{
        font-size:20px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-6335ca1 *//* ==========================================
   KANYA SUMANGALA GUIDE SECTIONS
   Premium Modern Screenshot Design
========================================== */

/* Main Title */

.ksy-section-title{
    margin-bottom:20px;
}

.ksy-section-title h2{
    margin:0;
    font-size:38px;
    font-weight:800;
    line-height:1.3;
    color:#111827;
    letter-spacing:-0.5px;
}

/* Intro Text */

.ksy-section-content > p{
    font-size:18px;
    line-height:1.9;
    color:#6b7280;
    margin-bottom:40px;
}

/* ==========================================
   STEP CARD
========================================== */

.ksy-registration-step{
    position:relative;
    background:#ffffff;
    border-radius:24px;
    padding:30px;
    margin-bottom:40px;
    border:1px solid #e5e7eb;
    box-shadow:
        0 10px 35px rgba(0,0,0,0.05),
        0 3px 10px rgba(0,0,0,0.03);
    transition:all .35s ease;
    overflow:hidden;
}

.ksy-registration-step:hover{
    transform:translateY(-4px);
    box-shadow:
        0 20px 50px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.04);
}

/* Top Gradient Bar */

.ksy-registration-step::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(
        90deg,
        #f97316,
        #f59e0b
    );
}

/* ==========================================
   HEADER AREA
========================================== */

.ksy-step-header{
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:25px;
}

/* Step Number */

.ksy-step-badge{
    width:64px;
    height:64px;
    min-width:64px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:18px;

    background:linear-gradient(
        135deg,
        #f97316,
        #f59e0b
    );

    color:#ffffff;
    font-size:26px;
    font-weight:800;

    box-shadow:
        0 12px 24px rgba(245,158,11,.35);
}

/* Content Area */

.ksy-step-content{
    flex:1;
}

.ksy-step-content h3{
    margin:0 0 12px;
    font-size:28px;
    font-weight:700;
    color:#111827;
    line-height:1.4;
}

.ksy-step-content p{
    margin:0 0 15px;
    font-size:16px;
    line-height:1.9;
    color:#4b5563;
}

.ksy-step-content ul{
    margin:15px 0;
    padding-left:22px;
}

.ksy-step-content li{
    margin-bottom:10px;
    line-height:1.8;
    color:#374151;
}

.ksy-step-content strong{
    color:#111827;
}

/* ==========================================
   IMAGE SECTION
========================================== */

.ksy-step-image{
    position:relative;
    margin-top:5px;
}

/* Browser Header */

.ksy-step-image::before{
    content:"";
    display:block;
    height:40px;
    background:#f8fafc;
    border:1px solid #e5e7eb;
    border-bottom:none;
    border-radius:14px 14px 0 0;
}

/* Browser Dots */

.ksy-step-image::after{
    content:"";
    position:absolute;
    top:15px;
    left:18px;

    width:10px;
    height:10px;

    border-radius:50%;
    background:#ef4444;

    box-shadow:
        18px 0 #f59e0b,
        36px 0 #10b981;
}

.ksy-step-image img{
    display:block;
    width:100%;
    height:auto;

    background:#ffffff;

    border-left:1px solid #e5e7eb;
    border-right:1px solid #e5e7eb;
    border-bottom:1px solid #e5e7eb;

    border-radius:0 0 14px 14px;

    transition:all .35s ease;
}

.ksy-registration-step:hover .ksy-step-image img{
    transform:scale(1.01);
}

/* ==========================================
   NOTE BOX
========================================== */

.ksy-note-box{
    margin-top:30px;
    padding:22px 24px;

    background:#fff7ed;

    border-left:5px solid #f97316;

    border-radius:14px;

    color:#7c2d12;

    font-size:16px;
    line-height:1.8;

    box-shadow:
        0 4px 15px rgba(0,0,0,.04);
}

.ksy-note-box strong{
    color:#9a3412;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width:991px){

    .ksy-section-title h2{
        font-size:32px;
    }

    .ksy-step-content h3{
        font-size:24px;
    }

    .ksy-registration-step{
        padding:25px;
    }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:768px){

    .ksy-section-title h2{
        font-size:26px;
    }

    .ksy-section-content > p{
        font-size:16px;
    }

    .ksy-registration-step{
        padding:20px;
        border-radius:18px;
    }

    .ksy-step-header{
        gap:14px;
    }

    .ksy-step-badge{
        width:52px;
        height:52px;
        min-width:52px;
        font-size:20px;
        border-radius:14px;
    }

    .ksy-step-content h3{
        font-size:21px;
    }

    .ksy-step-content p,
    .ksy-step-content li{
        font-size:15px;
    }

    .ksy-step-image::before{
        height:32px;
    }

    .ksy-step-image::after{
        top:11px;
    }

    .ksy-note-box{
        padding:18px;
        font-size:15px;
    }
}

/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width:480px){

    .ksy-step-header{
        flex-direction:column;
        gap:12px;
    }

    .ksy-step-content h3{
        font-size:19px;
    }

    .ksy-registration-step{
        padding:16px;
    }

    .ksy-step-badge{
        width:48px;
        height:48px;
        min-width:48px;
        font-size:18px;
    }

    .ksy-step-image::before{
        height:28px;
    }

    .ksy-step-image::after{
        width:8px;
        height:8px;
        top:10px;
        left:15px;
        box-shadow:
            15px 0 #f59e0b,
            30px 0 #10b981;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-7f26648 *//* Financial Assistance Table */

.ksy-table-wrapper{
    width:100%;
    overflow-x:auto;
    margin-top:20px;
}

.ksy-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}

.ksy-table th{
    background:#f57c00;
    color:#fff;
    font-size:18px;
    font-weight:700;
    padding:14px;
    text-align:left;
    border:1px solid #d8d8d8;
}

.ksy-table td{
    padding:14px;
    border:1px solid #d8d8d8;
    font-size:17px;
    line-height:1.7;
    color:#222;
    vertical-align:top;
}

.ksy-table tbody tr:nth-child(even){
    background:#fafafa;
}

.ksy-table tbody tr:hover{
    background:#f8fbff;
}

/* Mobile Responsive */

@media(max-width:768px){

    .ksy-table th,
    .ksy-table td{
        font-size:14px;
        padding:10px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-f6fc3b1 *//* Eligibility Section */

.ksy-eligibility-box{
    background:#f8fbff;
    border-left:4px solid #f57c00;
    padding:18px 20px;
    margin-bottom:15px;
}

.ksy-eligibility-box h3{
    margin:0 0 10px;
    font-size:24px;
    font-weight:700;
    color:#000;
}

.ksy-eligibility-box p{
    margin:0;
}

.ksy-sub-heading{
    font-size:30px;
    font-weight:700;
    color:#000;
    margin:35px 0 15px;
}

.ksy-special-list{
    margin-top:15px;
}

.ksy-special-item{
    background:#f8fbff;
    border-left:4px solid #f57c00;
    padding:14px 18px;
    margin-bottom:12px;
    font-size:18px;
    line-height:1.8;
    color:#222;
}

.ksy-note-box{
    background:#fff8e8;
    border-left:4px solid #f57c00;
    padding:18px;
    margin-top:20px;
    font-size:18px;
    line-height:1.8;
}

/* Mobile */

@media(max-width:768px){

    .ksy-eligibility-box{
        padding:15px;
    }

    .ksy-eligibility-box h3{
        font-size:20px;
    }

    .ksy-sub-heading{
        font-size:24px;
    }

    .ksy-special-item,
    .ksy-note-box{
        font-size:16px;
        line-height:1.7;
        padding:14px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-abf7bf9 */.ksy-section-title{
    background:#eaf4ff;
    padding:15px;
    text-align:center;
    margin:40px 0 25px;
}

.ksy-section-title h2{
    margin:0;
    font-size:36px;
    font-weight:700;
    color:#000;
    line-height:1.4;
}

.ksy-section-content p{
    font-size:20px;
    line-height:1.9;
    color:#222;
    margin-bottom:20px;
}

@media(max-width:768px){

    .ksy-section-title h2{
        font-size:26px;
    }

    .ksy-section-content p{
        font-size:16px;
        line-height:1.8;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-aced168 */.ksy-table-wrapper{
    width:100%;
    overflow-x:auto;
    margin-top:20px;
    margin-bottom:20px;
}

.ksy-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}

.ksy-table th{
    background:#f57c00;
    color:#fff;
    padding:14px;
    text-align:left;
    font-size:18px;
    font-weight:700;
    border:1px solid #d8d8d8;
}

.ksy-table td{
    padding:14px;
    border:1px solid #d8d8d8;
    font-size:18px;
    line-height:1.7;
    color:#222;
    vertical-align:top;
}

.ksy-table tbody tr:nth-child(even){
    background:#fafafa;
}

.ksy-table tbody tr:hover{
    background:#f8fbff;
}

@media(max-width:768px){

    .ksy-table th,
    .ksy-table td{
        padding:10px;
        font-size:15px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-1e4b29b */.ksy-table-wrapper{
    width:100%;
    overflow-x:auto;
    margin-top:20px;
}

.ksy-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}

.ksy-table th{
    background:#f57c00;
    color:#fff;
    padding:14px;
    text-align:left;
    font-size:18px;
    font-weight:700;
    border:1px solid #d8d8d8;
}

.ksy-table td{
    padding:14px;
    border:1px solid #d8d8d8;
    vertical-align:top;
    font-size:18px;
    line-height:1.7;
    color:#222;
}

.ksy-table tbody tr:nth-child(even){
    background:#fafafa;
}

.ksy-table-list{
    margin:0;
    padding-left:20px;
}

.ksy-table-list li{
    margin-bottom:6px;
    line-height:1.7;
}

@media(max-width:768px){

    .ksy-table th,
    .ksy-table td{
        padding:10px;
        font-size:15px;
    }

    .ksy-table-list{
        padding-left:18px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-34dbd7c *//* Major Benefits Section */

.ksy-benefit-box{
    background:#f8fbff;
    border-left:4px solid #f57c00;
    padding:18px 20px;
    margin-bottom:15px;
}

.ksy-benefit-box h3{
    margin:0 0 10px;
    color:#000;
    font-size:24px;
    font-weight:700;
    line-height:1.5;
}

.ksy-benefit-box p{
    margin:0;
    font-size:18px;
    line-height:1.8;
    color:#222;
}

/* Mobile Responsive */

@media(max-width:768px){

    .ksy-benefit-box{
        padding:15px;
    }

    .ksy-benefit-box h3{
        font-size:20px;
    }

    .ksy-benefit-box p{
        font-size:16px;
        line-height:1.7;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-46aa212 *//* Important Links Box */

.ksy-important-links-box{
    border:2px solid #f57c00;
    background:#fff;
    margin:25px 0;
    overflow:hidden;
}

.ksy-important-links-header{
    background:#f57c00;
    padding:15px 20px;
}

.ksy-important-links-header h3{
    margin:0;
    color:#fff;
    font-size:24px;
    font-weight:700;
}

.ksy-important-links-content{
    padding:0;
}

.ksy-link-row{
    display:flex;
    border-bottom:1px solid #e5e5e5;
}

.ksy-link-row:last-child{
    border-bottom:none;
}

.ksy-link-label{
    width:35%;
    padding:15px 20px;
    background:#f8fbff;
    font-weight:600;
    color:#000;
}

.ksy-link-value{
    width:65%;
    padding:15px 20px;
    color:#222;
    word-break:break-word;
}

.ksy-link-value a{
    color:#0066cc;
    text-decoration:none;
    font-weight:600;
}

.ksy-link-value a:hover{
    text-decoration:underline;
}

/* Mobile */

@media (max-width:768px){

    .ksy-link-row{
        flex-direction:column;
    }

    .ksy-link-label,
    .ksy-link-value{
        width:100%;
        padding:12px 15px;
    }

    .ksy-important-links-header h3{
        font-size:20px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-cc744c9 *//* FAQ Section */

.ksy-faq-wrapper{
    margin-top:20px;
}

.ksy-faq-item{
    margin-bottom:12px;
    border:1px solid #d8e7ff;
    background:#fff;
}

.ksy-faq-item summary{
    list-style:none;
    cursor:pointer;
    padding:18px 20px;
    font-size:20px;
    font-weight:600;
    color:#000;
    background:#f8fbff;
    position:relative;
    padding-right:55px;
}

.ksy-faq-item summary::-webkit-details-marker{
    display:none;
}

.ksy-faq-item summary::after{
    content:"+";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    color:#f57c00;
    font-weight:700;
}

.ksy-faq-item[open] summary::after{
    content:"−";
}

.ksy-faq-content{
    padding:18px 20px;
    font-size:18px;
    line-height:1.8;
    color:#222;
    border-top:1px solid #e8e8e8;
    background:#fff;
}

/* Mobile */

@media(max-width:768px){

    .ksy-faq-item summary{
        font-size:16px;
        padding:15px;
        padding-right:45px;
    }

    .ksy-faq-content{
        font-size:15px;
        padding:15px;
        line-height:1.7;
    }

    .ksy-faq-item summary::after{
        right:15px;
        font-size:24px;
    }
}/* End custom CSS */
/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-6112f3f *//* Conclusion Section */

.ksy-conclusion-checklist{
    background:#f8fbff;
    border-left:4px solid #f57c00;
    padding:20px;
    margin:25px 0;
}

.ksy-conclusion-checklist h3{
    margin:0 0 15px;
    font-size:24px;
    font-weight:700;
    color:#000;
}

.ksy-conclusion-checklist ul{
    margin:0;
    padding-left:25px;
}

.ksy-conclusion-checklist ul li{
    margin-bottom:10px;
    font-size:18px;
    line-height:1.8;
    color:#222;
}

.ksy-conclusion-checklist ul li:last-child{
    margin-bottom:0;
}

/* Mobile Responsive */

@media(max-width:768px){

    .ksy-conclusion-checklist{
        padding:15px;
    }

    .ksy-conclusion-checklist h3{
        font-size:20px;
    }

    .ksy-conclusion-checklist ul li{
        font-size:16px;
        line-height:1.7;
    }
}/* End custom CSS */