.elementor-9 .elementor-element.elementor-element-dedeb1b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-3921348{--e-image-carousel-slides-to-show:1;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-4159391{--display:flex;}.elementor-9 .elementor-element.elementor-element-0a7abc4{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-1d9ecb3{margin:-70px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;z-index:1;}.elementor-9 .elementor-element.elementor-element-75de676{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-4e4610a{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-9 .elementor-element.elementor-element-e617152 img{border-radius:10px 10px 10px 10px;box-shadow:10px 10px 0px 0px rgba(16.311762179499112, 174.49792098999023, 28.003782613318055, 0.97);}.elementor-9 .elementor-element.elementor-element-da5f8fd{--display:flex;}.elementor-9 .elementor-element.elementor-element-1235240{--display:flex;}.elementor-9 .elementor-element.elementor-element-7eed152{--display:flex;}.elementor-9 .elementor-element.elementor-element-8526341{--display:flex;}.elementor-9 .elementor-element.elementor-element-8526341:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-8526341 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B5A1F;}.elementor-9 .elementor-element.elementor-element-e15b52a{--display:flex;}.elementor-9 .elementor-element.elementor-element-5d4f6e0{color:#FFFFFF;}.elementor-9 .elementor-element.elementor-element-33601a8{--display:flex;}.elementor-9 .elementor-element.elementor-element-7c1e217{--display:flex;}.elementor-9 .elementor-element.elementor-element-696ed03{text-align:center;color:#097B02;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-dedeb1b{--width:100%;}.elementor-9 .elementor-element.elementor-element-75de676{--content-width:100%;}.elementor-9 .elementor-element.elementor-element-4e4610a{--width:40%;}.elementor-9 .elementor-element.elementor-element-da5f8fd{--width:60%;}.elementor-9 .elementor-element.elementor-element-8526341{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-1d9ecb3 */.seed-features{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    max-width:1400px;
    margin:auto;
    padding:20px;
}

.feature-card{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s ease;
    position:relative;
    overflow:hidden;
    border:1px solid #f1f1f1;
}

.feature-card::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#0f4d2f,#5bbd3e);
    transition:.5s;
}

.feature-card:hover::before{
    left:0;
}

.feature-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 50px rgba(15,77,47,.18);
}

.feature-icon{
    width:45px;
    height:45px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#0f4d2f,#69c247);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:#fff;
    transition:.4s ease;
}

.feature-card:hover .feature-icon{
    transform:rotate(10deg) scale(1.12);
}

.feature-card h3{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
    font-family:'Poppins',sans-serif;
}

.feature-card p{
    font-size:12px;
    line-height:1.8;
    color:#666;
    margin:0;
    font-family:'Poppins',sans-serif;
}

@media(max-width:1024px){
    .seed-features{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .seed-features{
        grid-template-columns:1fr;
    }

    .feature-card{
        padding:30px 20px;
    }

    .feature-icon{
        width:75px;
        height:75px;
        font-size:32px;
    }

    .feature-card h3{
        font-size:20px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e044613 */.about-counsellor{
    font-family:'Poppins',sans-serif;
    width:100%;
}

.section-tag{
    display:block;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#6AA84F;
    margin-bottom:10px;
}

.about-counsellor h2{
    font-size:18px;
    font-weight:700;
    color:#222;
    margin:0 0 15px;
}

.about-counsellor h2 span{
    color:#6AA84F;
}

.designation{
    font-size:14px;
    font-weight:600;
    color:#333;
    margin-bottom:20px;
    line-height:1.8;
}

.about-text{
    font-size:14px;
    color:#666;
    line-height:2;
    margin-bottom:30px;
}

.expertise-list{
    display:flex;
    gap:50px;
}

.expertise-column{
    flex:1;
}

.service-point{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
}

.tick-icon{
    width:26px;
    height:26px;
    min-width:26px;
    border:2px solid #8BC34A;
    border-radius:50%;
    color:#6AA84F;
    font-size:13px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.point-text{
    font-size:14px;
    color:#444;
    line-height:1.6;
}

.service-point:hover .tick-icon{
    background:#8BC34A;
    color:#fff;
    transition:.3s ease;
}

.service-point:hover .point-text{
    color:#6AA84F;
    transition:.3s ease;
}

@media(max-width:767px){

    .expertise-list{
        flex-direction:column;
        gap:0;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2889a7c */.services-section{
    padding:80px 20px;
    background:#fff;
    font-family:'Poppins',sans-serif;
}

.section-heading{
    text-align:center;
    margin-bottom:50px;
}

.section-heading span{
    color:#6AA84F;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-heading h2{
    margin-top:10px;
    font-size:42px;
    font-weight:700;
    color:#222;
    font-family:'Cormorant Garamond',serif;
}

.section-heading h2 span{
    color:#6AA84F;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1300px;
    margin:auto;
}

.service-card{
    padding:35px;
    border-radius:24px;
    position:relative;
    overflow:hidden;
    transition:.4s ease;
    border:1px solid rgba(0,0,0,.05);
}

.green-card{
    background:#f6faf3;
}

.cream-card{
    background:#fdfaf0;
}

.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.service-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:0;
    background:#6AA84F;
    transition:.4s;
}

.service-card:hover::before{
    height:100%;
}

.service-card h3{
    font-size:28px;
    margin-bottom:25px;
    color:#222;
    font-family:'Cormorant Garamond',serif;
}

.service-card ul{
    padding:0;
    margin:0;
    list-style:none;
}

.service-card ul li{
    position:relative;
    padding-left:40px;
    margin-bottom:18px;
    font-size:15px;
    color:#444;
    line-height:1.7;
    transition:.3s;
}

.service-card ul li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:2px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#6AA84F;
    color:#fff;
    font-size:12px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.service-card:hover ul li{
    transform:translateX(5px);
}

@media(max-width:1024px){

    .services-grid{
        grid-template-columns:1fr;
    }

    .section-heading h2{
        font-size:34px;
    }

}

@media(max-width:767px){

    .services-section{
        padding:60px 15px;
    }

    .section-heading h2{
        font-size:28px;
    }

    .service-card{
        padding:25px;
    }

    .service-card h3{
        font-size:24px;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5d4f6e0 */.stats-wrapper{
    background:#0b5a1f;
    padding:25px 15px;
}

.stats-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    max-width:1200px;
    margin:0 auto;
}

.stat-item{
    flex:1;
    display:flex;
    align-items:center;
    gap:15px;
    padding:0 25px;
    position:relative;
}

.stat-item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:70px;
    background:rgba(255,255,255,0.25);
}

.stat-icon{
    color:#dfe8d8;
    font-size:42px;
    line-height:1;
}

.stat-content h3{
    margin:0;
    color:#fff;
    font-size:42px;
    font-weight:700;
    line-height:1;
}

.stat-content p{
    margin:6px 0 0;
    color:#fff;
    font-size:16px;
    line-height:1.4;
}

@media (max-width:767px){

    .stats-row{
        flex-direction:column;
        gap:25px;
    }

    .stat-item{
        width:100%;
        padding:0;
    }

    .stat-item::after{
        display:none;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-696ed03 */.training-section{
    max-width:1200px;
    margin:auto;
}

.training-section h2{
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
}

.training-desc{
    margin-bottom:30px;
    color:#666;
}

.training-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.training-card{
    display:flex;
    align-items:center;
    gap:15px;
    padding:20px;
    border:1px solid #e5e5e5;
    border-radius:12px;
    background:#fff;
    transition:.3s;
}

.training-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.training-card i{
    font-size:32px;
    color:#7ca35b;
    min-width:40px;
}

.training-card span{
    font-size:18px;
    font-weight:600;
    color:#222;
}

@media(max-width:1024px){
    .training-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .training-grid{
        grid-template-columns:1fr;
    }
}/* End custom CSS */