.elementor-15 .elementor-element.elementor-element-4a809b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-fa54092 *//* Header Section */

.soft-header{
    position:sticky;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background:#ffffff;
    
}

.soft-header-container{
    max-width:1320px;
    margin:0 auto;
    padding:18px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

/* Logo */

.soft-logo{
    flex-shrink:0;
    text-decoration:none;
    font-size:22px;
    font-weight:700;
    letter-spacing:-0.5px;
    color:#0A0E15;
    line-height:1;
}

/* Navigation */

.soft-nav{
    flex:1;
    display:flex;
    justify-content:center;
}

.soft-nav-list{
    display:flex;
    align-items:center;
    gap:34px;
    margin:0;
    padding:0;
    list-style:none;
}

.soft-nav-list li a{
    position:relative;
    text-decoration:none;
    color:#373F4E;
    font-size:15px;
    font-weight:500;
    transition:0.3s ease;
}

.soft-nav-list li a:hover{
    color:#0A0E15;
}

/* Header Buttons */

.soft-header-actions{
    display:flex;
    align-items:center;
    gap:12px;
    flex-shrink:0;
}

.soft-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:46px;
    padding:0 22px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:0.3s ease;
    border:1px solid transparent;
    white-space:nowrap;
}

/* Outline Button */

.soft-btn-outline{
    background:transparent;
    color:#0A0E15;
    border-color:#C8D0DB;
}

.soft-btn-outline:hover{
    background:#0A0E15;
    color:#FFFFFF;
    border-color:#0A0E15;
}

/* Primary Button */

.soft-btn-primary{
    background:#0A0E15;
    color:#FFFFFF;
    border-color:#0A0E15;
}

.soft-btn-primary:hover{
    background:#212631;
    color:#FFFFFF;
    border-color:#212631;
}

/* Mobile Toggle */

.soft-mobile-toggle{
    display:none;
    width:48px;
    height:48px;
    border:none;
    background:#0A0E15;
    padding:0;
    cursor:pointer;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
}

.soft-mobile-toggle span{
    width:18px;
    height:2px;
    background:#FFFFFF;
    display:block;
}

/* Responsive */

@media (max-width:991px){

    .soft-header-container{
        padding:16px 20px;
    }

    .soft-nav{
        display:none;
    }

    .soft-header-actions{
        display:none;
    }

    .soft-mobile-toggle{
        display:flex;
    }

}

@media (max-width:767px){

    .soft-header-container{
        padding:14px 16px;
    }

    .soft-logo{
        font-size:20px;
    }

    .soft-mobile-toggle{
        width:44px;
        height:44px;
    }

}/* End custom CSS */