/*
Theme Name: Ecomus Child
Theme URI: https://wpecomus.com/
Author: DrFuri
Author URI: http://drfuri.com/
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/

.container{
    width:90%;
    max-width:1450px;
    margin:auto;
}

.process-section{
    padding:100px 0;
}

.sub-title{
    color:#a57b43;
    font-weight:600;
    letter-spacing:3px;
    display:block;
    text-align:center;
    margin-bottom:15px;
}

.process-section h2{
    font-size:58px;
    text-align:center;
    font-family:Georgia,serif;
    margin-bottom:20px;
	margin-top:0px;
}

.section-desc{
    max-width:760px;
    margin:auto;
    text-align:center;
    color:#666;
    line-height:1.8;
    margin-bottom:70px;
}

.process-wrapper{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:20px;
    position:relative;
}

.line{
    position:absolute;
    width:100%;
    height:2px;
    background:#c7a47c;
    top:18px;
    z-index:0;
}

.process-card{
    text-align:center;
    position:relative;
    z-index:2;
}

.step{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#8a2c18;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-weight:600;
    margin-bottom:20px;
}

.icon{
    width:90px;
    height:90px;
    border-radius:50%;
    border:1px solid #d9b489;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    margin-bottom:20px;
    background:white;
}

.icon img{
    width:42px;
}

.process-card h3{
    font-size:22px;
    margin-bottom:15px;
    font-family:Georgia;
    min-height:60px;
}

.process-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
    min-height:120px;
}

.thumb{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:12px;
    margin-top:20px;
}

.cta-box{
    margin-top:70px;
    background:#7b2418;
    border-radius:18px;
    color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:50px;
    gap:30px;
}

.cta-box h3{
    font-size:36px;
    margin-bottom:15px;
    font-family:Georgia;
}

.cta-box p{
    color:#f3d7cb;
}

.btn{
    padding:18px 40px;
    background:white;
    color:#7b2418;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    white-space:nowrap;
    transition:.3s;
}

.btn:hover{
    background:#f3f3f3;
}

@media(max-width:1200px){

.process-wrapper{
grid-template-columns:repeat(3,1fr);
}

.line{
display:none;
}

}

@media(max-width:768px){

.process-wrapper{
grid-template-columns:1fr;
}

.process-section h2{
	font-size:40px;
}

.cta-box{
flex-direction:column;
text-align:center;
padding:35px;
}

.cta-box h3{
font-size:30px;
}

}