/*=========================================================
LAYOUT
=========================================================*/

.scs-contact-section{
    padding:60px 0;
    background:#f7f9fc;
}

.scs-contact-section .container{
    max-width:1380px;
}

.scs-contact-heading{
    text-align:center;
    margin-bottom:35px;
}

.scs-contact-heading span{
    display:inline-block;
    color:#62BCC9;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.scs-contact-heading h2{
    margin:10px 0 12px;
    color:#1E2F4D;
    font-size:42px;
    font-weight:700;
}

.scs-contact-heading p{
    max-width:760px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.scs-contact-wrapper{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:25px;
    align-items:flex-start;
}

.scs-contact-sidebar{
    position:sticky;
    top:120px;
}

.scs-contact-menu{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e8eef5;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.scs-contact-menu button{
    width:100%;
    border:none;
    background:#fff;
    color:#1E2F4D;
    padding:18px 24px;
    text-align:left;
    font-weight:600;
    font-size:16px;
    border-bottom:1px solid #edf2f7;
    transition:.35s;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.scs-contact-menu button:last-child{
    border-bottom:none;
}

.scs-contact-menu button:hover{
    background:#f7fbfd;
}

.scs-contact-menu button.active{
    background:#62BCC9;
    color:#fff;
}

.scs-contact-menu button i{
    font-size:14px;
}

.scs-contact-content-area{
    position:relative;
}

.scs-contact-pane{
    display:none;
}

.scs-contact-pane.active{
    display:block;
}

.scs-contact-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    border:1px solid #e8eef5;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.scs-contact-card-header{
    background:#1E2F4D;
    padding:22px 30px;
}

.scs-contact-card-header h3{
    color:#fff;
    margin:0;
    font-size:30px;
    font-weight:700;
}

.scs-contact-card-header p{
    margin:6px 0 0;
    color:#dbe7f5;
}

.scs-contact-card-body{
    padding:30px;
}

.scs-contact-grid{
    display:grid;
    grid-template-columns:360px 1fr;
    gap:30px;
}

.scs-contact-left{
    border-right:1px solid #edf2f7;
    padding-right:25px;
}

.scs-contact-right{
    padding-left:5px;
}
.scs-contact-info{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:22px;
}

.scs-contact-info:last-child{
    margin-bottom:0;
}

.scs-contact-icon{
    width:52px;
    min-width:52px;
    height:52px;
    border-radius:50%;
    background:#62BCC9;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:18px;
}

.scs-contact-content h4{
    color:#1E2F4D;
    font-size:21px;
    font-weight:700;
    margin-bottom:10px;
}

.scs-contact-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:10px;
}

.scs-contact-content a{
    color:#1E2F4D;
    font-weight:600;
    transition:.3s;
}

.scs-contact-content a:hover{
    color:#62BCC9;
}

.scs-contact-right h3{
    color:#1E2F4D;
    font-size:38px;
    font-weight:700;
    margin-bottom:16px;
}

.scs-contact-right p{
    color:#666;
    line-height:1.85;
    margin-bottom:15px;
    text-align:justify;
}

.scs-contact-standards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin:25px 0;
}

.scs-contact-standard{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px 16px;
    background:#f8fbfd;
    border:1px solid #e8eef5;
    border-radius:12px;
    color:#1E2F4D;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
}

.scs-contact-standard:hover{
    background:#62BCC9;
    border-color:#62BCC9;
    color:#fff;
    transform:translateY(-2px);
}

.scs-contact-standard i{
    color:#62BCC9;
    font-size:17px;
    transition:.35s;
}

.scs-contact-standard:hover i{
    color:#fff;
}

.scs-contact-industries{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-bottom:25px;
}

.scs-contact-industry{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:13px 16px;
    border-radius:12px;
    border:1px solid #e8eef5;
    background:#fff;
    color:#555;
    text-decoration:none;
    font-weight:500;
    transition:.35s;
}

.scs-contact-industry:hover{
    background:#1E2F4D;
    border-color:#1E2F4D;
    color:#fff;
}

.scs-contact-highlight{
    margin-top:20px;
    padding:22px 26px;
    border-left:5px solid #62BCC9;
    background:#f7fbfd;
    border-radius:14px;
}

.scs-contact-highlight h5{
    color:#1E2F4D;
    font-size:21px;
    font-weight:700;
    margin-bottom:10px;
}

.scs-contact-highlight p{
    margin:0;
    color:#555;
    line-height:1.85;
}
@media (max-width:1200px){

.scs-contact-wrapper{
    grid-template-columns:240px 1fr;
    gap:20px;
}

.scs-contact-grid{
    grid-template-columns:320px 1fr;
    gap:25px;
}

.scs-contact-card-body{
    padding:25px;
}

.scs-contact-standards{
    grid-template-columns:repeat(2,1fr);
}

.scs-contact-industries{
    grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:991px){

.scs-contact-section{
    padding:50px 0;
}

.scs-contact-wrapper{
    grid-template-columns:1fr;
}

.scs-contact-sidebar{
    position:relative;
    top:auto;
}

.scs-contact-menu{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    padding:10px;
}

.scs-contact-menu button{
    border-radius:10px;
    border:1px solid #e8eef5;
    padding:15px;
}

.scs-contact-grid{
    grid-template-columns:1fr;
}

.scs-contact-left{
    border-right:none;
    border-bottom:1px solid #edf2f7;
    padding-right:0;
    padding-bottom:20px;
    margin-bottom:20px;
}

.scs-contact-right{
    padding-left:0;
}

.scs-contact-right h3{
    font-size:30px;
}

}

@media (max-width:767px){

.scs-contact-heading h2{
    font-size:30px;
}

.scs-contact-heading p{
    font-size:15px;
}

.scs-contact-menu{
    grid-template-columns:1fr;
}

.scs-contact-menu button{
    padding:14px 18px;
    font-size:15px;
}

.scs-contact-card-header{
    padding:18px 20px;
}

.scs-contact-card-header h3{
    font-size:24px;
}

.scs-contact-card-body{
    padding:20px;
}

.scs-contact-info{
    gap:14px;
}

.scs-contact-icon{
    width:46px;
    min-width:46px;
    height:46px;
    font-size:16px;
}

.scs-contact-content h4{
    font-size:18px;
}

.scs-contact-right h3{
    font-size:26px;
}

.scs-contact-right p{
    text-align:left;
}

.scs-contact-standards{
    grid-template-columns:1fr;
}

.scs-contact-industries{
    grid-template-columns:1fr;
}

}
