/* Start custom CSS for html, class: .elementor-element-109b3d4 *//* =========================================
   SADAHELP ABOUT PAGE - FINAL CSS
========================================= */

.sh-about-page{
    background:#fff;
    color:#222;
    font-family:inherit;
}

.sh-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

/* =========================================
   HEADER
========================================= */

.sh-about-header{
    background:#f5f6f8;
    padding:60px 0;
    margin-bottom:50px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.sh-breadcrumb{
    margin-bottom:35px;
    font-size:14px;
}

.sh-breadcrumb a{
    color:#16a34a;
    text-decoration:none;
    font-weight:600;
}

.sh-breadcrumb a:hover{
    color:#12803a;
}

.sh-about-header h1{
    font-size:58px;
    line-height:1.2;
    margin:0 0 15px;
    font-weight:700;
    color:#111827;
}

.sh-about-header p{
    font-size:18px;
    color:#555;
    margin:0;
}

/* =========================================
   LAYOUT
========================================= */

.sh-about-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
}

.sh-content{
    min-width:0;
}

.sh-sidebar{
    min-width:0;
}

/* =========================================
   SECTION
========================================= */

.sh-section{
    margin-bottom:55px;
}

.sh-section h2{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin:0 0 25px;
    position:relative;
}

.sh-section h2::after{
    content:"";
    width:42px;
    height:3px;
    background:#16a34a;
    display:block;
    margin-top:12px;
}

.sh-section p{
    color:#444;
    line-height:1.9;
    margin-bottom:18px;
    font-size:17px;
}

/* =========================================
   WHAT WE COVER
========================================= */

.sh-cover-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.sh-cover-box{
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:10px;
    padding:35px 25px;
    text-align:center;
    transition:.3s;
}

.sh-cover-box:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.sh-cover-box i{
    font-size:38px;
    color:#16a34a;
    margin-bottom:18px;
}

.sh-cover-box h3{
    font-size:20px;
    margin:0 0 12px;
    color:#111;
}

.sh-cover-box p{
    font-size:15px;
    line-height:1.7;
    margin:0;
    color:#666;
}

/* =========================================
   TRUST LIST
========================================= */

.sh-trust-list{
    list-style:none;
    padding:0;
    margin:0;
}

.sh-trust-list li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-size:18px;
    color:#222;
    font-weight:500;
}

.sh-trust-list i{
    color:#16a34a;
    font-size:24px;
}

/* =========================================
   STATS
========================================= */

.sh-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.sh-stat{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:10px;
    padding:30px 20px;
    text-align:center;
    transition:.3s;
}

.sh-stat:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.sh-stat i{
    font-size:34px;
    color:#16a34a;
    margin-bottom:15px;
}

.sh-stat h3{
    margin:0;
    font-size:34px;
    color:#16a34a;
    font-weight:700;
}

.sh-stat span{
    display:block;
    margin-top:8px;
    color:#666;
    font-size:15px;
}

/* =========================================
   NEED HELP BOX
========================================= */

.sh-help-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    background:#eefbf1;
    border:1px solid #d6f0dc;
    border-radius:12px;
    padding:30px;
    margin-top:30px;
}

.help-icon i{
    font-size:58px;
    color:#16a34a;
}

.help-content{
    flex:1;
}

.help-content h3{
    margin:0 0 8px;
    font-size:28px;
    color:#111;
}

.help-content p{
    margin:0;
    color:#555;
    line-height:1.7;
}

.sh-btn{
    background:#16a34a;
    color:#fff !important;
    text-decoration:none;
    padding:14px 28px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
    white-space:nowrap;
}

.sh-btn:hover{
    background:#12803a;
    color:#fff;
}

/* =========================================
   SIDEBAR CARDS
========================================= */

.sh-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:10px;
    padding:30px;
    margin-bottom:30px;
}

.sh-card h2{
    font-size:30px;
    margin:0 0 25px;
    color:#111;
    position:relative;
}

.sh-card h2::after{
    content:"";
    width:40px;
    height:3px;
    background:#16a34a;
    display:block;
    margin-top:12px;
}

/* =========================================
   SIDEBAR LISTS
========================================= */

.sh-side-list{
    list-style:none;
    margin:0;
    padding:0;
}

.sh-side-list li{
    border-bottom:1px solid #eee;
}

.sh-side-list li:last-child{
    border-bottom:none;
}

.sh-side-list a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-decoration:none;
    color:#222;
    padding:12px 0;
    transition:.3s;
}

.sh-side-list a:hover{
    color:#16a34a;
}

.sh-side-list span{
    background:#eefbf1;
    color:#16a34a;
    border:1px solid #cdecd5;
    padding:2px 10px;
    border-radius:20px;
    font-size:13px;
}

/* =========================================
   SEARCH BOX
========================================= */

.sh-search{
    display:flex;
    gap:10px;
}

.sh-search input{
    flex:1;
    height:48px;
    border:1px solid #ddd;
    border-radius:6px;
    padding:0 15px;
}

.sh-search button{
    height:48px;
    border:none;
    background:#16a34a;
    color:#fff;
    padding:0 20px;
    border-radius:6px;
    cursor:pointer;
}

/* =========================================
   ADVERTISEMENT
========================================= */

.sh-ad-box{
    height:250px;
    background:#f5f5f5;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#999;
    font-size:18px;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1024px){

.sh-about-grid{
    grid-template-columns:1fr;
}

.sh-sidebar{
    margin-top:20px;
}

}

@media(max-width:768px){

.sh-about-header{
    padding:45px 0;
}

.sh-about-header h1{
    font-size:38px;
}

.sh-section h2{
    font-size:32px;
}

.sh-cover-grid{
    grid-template-columns:1fr;
}

.sh-stats{
    grid-template-columns:repeat(2,1fr);
}

.sh-help-box{
    flex-direction:column;
    text-align:center;
}

}

@media(max-width:480px){

.sh-container{
    padding:0 15px;
}

.sh-about-header h1{
    font-size:32px;
}

.sh-stats{
    grid-template-columns:1fr;
}

.sh-stat{
    padding:25px 15px;
}

.sh-cover-box{
    padding:25px 20px;
}

.sh-card{
    padding:20px;
}

}/* End custom CSS */