/* ==================================
   ECOMMERCE HERO
================================== */


.ecommerce-hero{

    padding:140px 20px 100px;

    background:#19272B;

}



.ecommerce-hero-container{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:60px;

}



.ecommerce-badge{

    color:#00E5FF;

    font-size:14px;

    letter-spacing:3px;

    font-weight:700;

}



.ecommerce-hero-content h1{

    color:#fff;

    font-size:58px;

    line-height:1.15;

    margin:20px 0;

}



.ecommerce-hero-content p{

    color:#B8C7CC;

    font-size:18px;

    line-height:1.8;

    max-width:600px;

}



.ecommerce-buttons{

    display:flex;

    gap:20px;

    margin-top:40px;

}



.ecommerce-primary-btn,
.ecommerce-secondary-btn{

    padding:16px 35px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

}



.ecommerce-primary-btn{

    background:linear-gradient(90deg, #4F8CFF, #00E5FF);

    color:#19272B;

}

.ecommerce-primary-btn:hover{

    transform:translateY(-5px);

    box-shadow:
    0 15px 40px rgba(0,229,255,.35);
    
    color:#fff;

}



.ecommerce-secondary-btn{

    border:1px solid #00E5FF;

    color:#fff;

}

.ecommerce-secondary-btn:hover{

    background:linear-gradient(90deg, #4F8CFF, #00E5FF);

    color:#19272B;

}



.ecommerce-card{

    width:350px;

    height:350px;

    background:#243135;

    border-radius:40px;

    border:1px solid rgba(0,229,255,.2);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    margin:auto;

}



.ecommerce-card i{

    font-size:80px;

    color:#00E5FF;

    margin-bottom:25px;

}



.ecommerce-card h3{

    color:#fff;

    font-size:25px;

}



.ecommerce-card p{

    color:#B8C7CC;

}



@media(max-width:900px){


.ecommerce-hero-container{

    grid-template-columns:1fr;

    text-align:center;

}


.ecommerce-hero-content p{

    margin:auto;

}


.ecommerce-buttons{

    justify-content:center;

}


.ecommerce-hero-content h1{

    font-size:40px;

}


}

/* ==================================
   ECOMMERCE WHY CHOOSE
================================== */


.ecommerce-why-section{

    padding:100px 20px;

    background:#243135;

}



.ecommerce-section-heading{

    max-width:800px;

    margin:0 auto 70px;

    text-align:center;

}



.ecommerce-section-heading span{

    color:#4F8CFF;

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

}



.ecommerce-section-heading h2{

    color:#fff;

    font-size:48px;

    margin:20px 0;

}



.ecommerce-section-heading p{

    color:#B8C7CC;

    font-size:18px;

    line-height:1.8;

}



.ecommerce-why-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}



.ecommerce-why-card{

    background:#19272B;

    padding:35px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}



.ecommerce-why-card:hover{

    transform:translateY(-8px);

    border-color:#00E5FF;

}



.ecommerce-icon{

    width:65px;

    height:65px;

    background:#243135;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}



.ecommerce-icon i{

    color:#00E5FF;

    font-size:28px;

}



.ecommerce-why-card h3{

    color:#fff;

    font-size:22px;

    margin-bottom:15px;

}



.ecommerce-why-card p{

    color:#B8C7CC;

    line-height:1.8;

}



@media(max-width:991px){


.ecommerce-why-grid{

    grid-template-columns:repeat(2,1fr);

}


}



@media(max-width:768px){


.ecommerce-why-grid{

    grid-template-columns:1fr;

}


.ecommerce-section-heading h2{

    font-size:34px;

}


}

/* ==================================
   ECOMMERCE FEATURES
================================== */


.ecommerce-features-section{

    padding:100px 20px;

    background:#19272B;

}



.ecommerce-features-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}



.ecommerce-feature-card{

    background:#243135;

    padding:30px;

    border-radius:20px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}



.ecommerce-feature-card:hover{

    transform:translateY(-8px);

    border-color:#00E5FF;

}



.ecommerce-feature-icon{

    width:60px;

    height:60px;

    background:#19272B;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:20px;

}



.ecommerce-feature-icon i{

    color:#00E5FF;

    font-size:25px;

}



.ecommerce-feature-card h3{

    color:#fff;

    font-size:20px;

    margin-bottom:12px;

}



.ecommerce-feature-card p{

    color:#B8C7CC;

    line-height:1.7;

    font-size:15px;

}



@media(max-width:1100px){


.ecommerce-features-grid{

    grid-template-columns:repeat(2,1fr);

}


}



@media(max-width:768px){


.ecommerce-features-grid{

    grid-template-columns:1fr;

}


}

/* ==================================
   WOOCOMMERCE SECTION
================================== */


.woocommerce-section{

    padding:100px 20px;

    background:#243135;

}



.woocommerce-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}



.woocommerce-card{

    background:#19272B;

    padding:35px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}



.woocommerce-card:hover{

    transform:translateY(-8px);

    border-color:#00E5FF;

}



.woocommerce-icon{

    width:65px;

    height:65px;

    background:#243135;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}



.woocommerce-icon i{

    color:#00E5FF;

    font-size:28px;

}



.woocommerce-card h3{

    color:#fff;

    font-size:22px;

    margin-bottom:15px;

}



.woocommerce-card p{

    color:#B8C7CC;

    line-height:1.8;

}



@media(max-width:991px){


.woocommerce-grid{

    grid-template-columns:repeat(2,1fr);

}


}



@media(max-width:768px){


.woocommerce-grid{

    grid-template-columns:1fr;

}


}

/* ==================================
   ECOMMERCE PROCESS
================================== */


.ecommerce-process-section{

    padding:100px 20px;

    background:#243135;

}



.ecommerce-process-wrapper{

    max-width:900px;

    margin:auto;

    position:relative;


}



.ecommerce-process-wrapper::before{

    content:"";

    position:absolute;

    left:35px;

    top:0;

    height:100%;

    width:2px;

    background:rgba(0,229,255,.25);

}



.ecommerce-process-item{

    display:flex;

    gap:35px;

    position:relative;

    margin-bottom:45px;

}



.ecommerce-process-number{

    width:70px;

    height:70px;

    min-width:70px;

    border-radius:50%;

    background:#00E5FF;

    color:#19272B;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    font-weight:800;

    z-index:2;

}



.ecommerce-process-content{

    background:#243135;

    padding:30px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.08);

    flex:1;

    transition:.35s;

}

.ecommerce-process-content:hover{
    transform:translateX(10px);

    border-color:#00E5FF;
    cursor:pointer;
}


.ecommerce-process-content h3{

    color:#fff;

    font-size:24px;

    margin-bottom:15px;

}



.ecommerce-process-content p{

    color:#B8C7CC;

    line-height:1.8;

}



@media(max-width:768px){


.ecommerce-process-wrapper::before{

    left:25px;

}



.ecommerce-process-item{

    gap:20px;

}



.ecommerce-process-number{

    width:50px;

    height:50px;

    min-width:50px;

    font-size:16px;

}



.ecommerce-process-content{

    padding:20px;

}


}

/* ==================================
   ECOMMERCE TECHNOLOGY
================================== */


.ecommerce-tech-section{

    padding:100px 20px;

    background:#243135;

}



.ecommerce-tech-grid{

    max-width:1000px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}



.ecommerce-tech-card{

    background:#19272B;

    padding:30px 20px;

    border-radius:20px;

    border:1px solid rgba(255,255,255,.08);

    text-align:center;

    transition:.35s;

}



.ecommerce-tech-card:hover{

    transform:translateY(-8px);

    border-color:#00E5FF;

}



.ecommerce-tech-card img{

    width:45px;

    height:45px;

    object-fit:contain;

    margin-bottom:20px;

}



.ecommerce-tech-card i{

    font-size:45px;

    color:#00E5FF;

    margin-bottom:20px;

}



.ecommerce-tech-card h3{

    color:#fff;

    font-size:18px;

    margin:0;

}



@media(max-width:991px){


.ecommerce-tech-grid{

    grid-template-columns:repeat(2,1fr);

}


}



@media(max-width:768px){


.ecommerce-tech-grid{

    grid-template-columns:1fr 1fr;

}


}

/* ==================================
   ECOMMERCE FAQ
================================== */


.ecommerce-faq-section{

    padding-top:100px;

    padding-bottom:100px;

    background:#19272B;

}

/* ==================================
   ECOMMERCE CTA
================================== */


.ecommerce-cta{

    padding-top:100px;

    padding-bottom:100px;

}