/* Start custom CSS for html, class: .elementor-element-56dae72 *//* ====================================
   SADAHELP CONTACT PAGE
==================================== */

/* Main Section */

.sh-contact-page{
    background:#f8f9fb;
    padding-bottom:60px;
}

/* Container */

.sh-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}

/* ====================================
   HEADER
==================================== */

.sh-contact-header{
    background:#f3f4f6;
    padding:60px 0;
    margin-bottom:40px;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
}

/* Breadcrumb */

.sh-breadcrumb{
    margin-bottom:35px;
    font-size:15px;
    line-height:1.6;
}

.sh-breadcrumb a{
    color:#16a34a;
    text-decoration:none;
    font-weight:600;
}

.sh-breadcrumb a:hover{
    color:#12803a;
}

.sh-breadcrumb .separator{
    color:#999;
    margin:0 8px;
}

/* Page Title */

.sh-contact-header h1{
    font-size:58px;
    font-weight:700;
    color:#111827;
    margin:0 0 18px;
    line-height:1.2;
}

/* Description */

.sh-contact-header p{
    font-size:18px;
    color:#4b5563;
    margin:0;
    max-width:700px;
    line-height:1.8;
}

/* ====================================
   GRID
==================================== */

.sh-contact-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
}

/* ====================================
   CARD
==================================== */

.sh-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    padding:32px;
    margin-bottom:30px;
    transition:.3s;
}

.sh-card:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

/* Heading */

.sh-card h2{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin:0 0 25px;
    position:relative;
}

.sh-card h2:after{
    content:"";
    display:block;
    width:45px;
    height:3px;
    background:#16a34a;
    margin-top:12px;
}

/* ====================================
   FORM
==================================== */

.sh-card label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#222;
}

.sh-card input,
.sh-card textarea{
    width:100%;
    padding:15px 18px;
    border:1px solid #dcdcdc;
    border-radius:8px;
    margin-bottom:20px;
    font-size:15px;
    box-sizing:border-box;
    transition:.3s;
}

.sh-card input:focus,
.sh-card textarea:focus{
    outline:none;
    border-color:#16a34a;
    box-shadow:0 0 0 3px rgba(22,163,74,.08);
}

.sh-card textarea{
    height:180px;
    resize:vertical;
}

/* Button */

.sh-card button{
    background:#16a34a;
    color:#fff;
    border:none;
    padding:15px 30px;
    border-radius:8px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.sh-card button:hover{
    background:#12803a;
    transform:translateY(-2px);
}

/* ====================================
   CONTACT INFO
==================================== */

.sh-info{
    padding:18px 0;
    border-bottom:1px solid #ececec;
}

.sh-info:last-child{
    border-bottom:none;
}

.sh-info strong{
    display:block;
    margin-bottom:8px;
    color:#111;
    font-size:16px;
}

.sh-info span{
    color:#555;
    line-height:1.8;
}

/* ====================================
   QUICK LINKS
==================================== */

.sh-links{
    list-style:none;
    margin:0;
    padding:0;
}

.sh-links li{
    border-bottom:1px solid #ececec;
}

.sh-links li:last-child{
    border-bottom:none;
}

.sh-links a{
    display:block;
    padding:15px 0;
    color:#222;
    text-decoration:none;
    transition:.3s;
    font-weight:500;
}

.sh-links a:hover{
    color:#16a34a;
    padding-left:8px;
}

/* ====================================
   FAQ
==================================== */

details{
    border:1px solid #e5e7eb;
    border-radius:8px;
    margin-bottom:15px;
    overflow:hidden;
    background:#fff;
}

summary{
    padding:18px;
    cursor:pointer;
    font-weight:600;
    list-style:none;
    position:relative;
}

summary::-webkit-details-marker{
    display:none;
}

summary:after{
    content:"+";
    position:absolute;
    right:20px;
    top:15px;
    color:#16a34a;
    font-size:22px;
    font-weight:700;
}

details[open] summary:after{
    content:"−";
}

details p{
    padding:0 18px 18px;
    color:#666;
    line-height:1.8;
}

/* ====================================
   ADVERTISEMENT
==================================== */

.sh-ad{
    height:250px;
    background:#f2f2f2;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:#888;
    font-size:18px;
}

/* ====================================
   MOBILE
==================================== */

@media(max-width:991px){

.sh-contact-grid{
    grid-template-columns:1fr;
}

.sh-contact-header h1{
    font-size:42px;
}

}

@media(max-width:768px){

.sh-contact-header{
    padding:45px 0;
}

.sh-contact-header h1{
    font-size:34px;
}

.sh-contact-header p{
    font-size:16px;
}

.sh-card{
    padding:22px;
}

.sh-card h2{
    font-size:22px;
}

}

@media(max-width:480px){

.sh-container{
    padding:0 15px;
}

.sh-contact-header h1{
    font-size:30px;
}

.sh-card{
    padding:18px;
}

.sh-card button{
    width:100%;
}

}/* End custom CSS */