.elementor-362 .elementor-element.elementor-element-a7bf555{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-362 .elementor-element.elementor-element-7de9db9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-362 .elementor-element.elementor-element-3692133{padding:0px 0px 0px 0px;}.elementor-362 .elementor-element.elementor-element-2a31f86{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-362 .elementor-element.elementor-element-5a31453{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-362 .elementor-element.elementor-element-2e7fa55{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-362 .elementor-element.elementor-element-04d1548{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-362 .elementor-element.elementor-element-a0882b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-362 .elementor-element.elementor-element-a7bf555{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-a72e7b0 *//* E-Commerce Hero Section */

.soft-ecom-hero{
    position:relative;
    overflow:hidden;
    background:#0A0E15;
    padding:140px 24px 110px;
}

.soft-ecom-hero-container{
    max-width:950px;
    margin:0 auto;
    text-align:center;
}

.soft-ecom-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    background:#161C25;
    border:1px solid #2E3542;
    color:#D9DEE7;
    font-size:13px;
    font-weight:600;
    margin-bottom:28px;
}

.soft-ecom-title{
    margin:0;
    color:#FFFFFF;
    font-size:78px;
    line-height:1.02;
    letter-spacing:-3px;
    font-weight:700;
}

.soft-ecom-text{
    margin:28px auto 0;
    max-width:760px;
    color:#AEB6C5;
    font-size:18px;
    line-height:1.9;
}

@media(max-width:767px){

    .soft-ecom-hero{
        padding:90px 16px 70px;
    }

    .soft-ecom-title{
        font-size:40px;
        line-height:1.12;
    }

    .soft-ecom-text{
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3692133 *//* About E-Commerce */

.soft-ecom-about{
    padding:120px 24px;
    background:#F3F5F8;
}

.soft-ecom-about-wrap{
    max-width:1320px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
}

.soft-ecom-about-label{
    display:inline-flex;
    padding:10px 16px;
    background:#FFFFFF;
    border:1px solid #DCE2EA;
    font-size:13px;
    margin-bottom:24px;
}

.soft-ecom-about-left h2{
    margin:0;
    font-size:56px;
    line-height:1.08;
    color:#0A0E15;
}

.soft-ecom-about-right p{
    margin:0 0 24px;
    font-size:17px;
    line-height:1.9;
    color:#555C66;
}

@media(max-width:768px){

    .soft-ecom-about{
        padding:70px 16px;
    }

    .soft-ecom-about-wrap{
        grid-template-columns:1fr;
    }

    .soft-ecom-about-left h2{
        font-size:34px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3346e63 *//* E-Commerce Services */

.soft-ecom-services{
    padding:120px 24px;
    background:#FFFFFF;
}

.soft-ecom-services-wrap{
    max-width:1320px;
    margin:0 auto;
}

.soft-ecom-services-head{
    max-width:760px;
    margin-bottom:60px;
}

.soft-ecom-services-head span{
    display:inline-flex;
    padding:10px 16px;
    background:#F4F6FA;
    border:1px solid #DCE2EA;
    margin-bottom:24px;
    font-size:13px;
}

.soft-ecom-services-head h2{
    margin:0;
    font-size:56px;
    line-height:1.08;
    color:#0A0E15;
}

.soft-ecom-services-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.soft-ecom-service-card{
    padding:36px;
    background:#F8FAFC;
    border:1px solid #DCE2EA;
    transition:.35s ease;
}

.soft-ecom-service-card:hover{
    transform:translateY(-4px);
    border-color:#0A0E15;
}

.soft-ecom-service-card h3{
    margin:0;
    font-size:30px;
    color:#0A0E15;
}

.soft-ecom-service-card p{
    margin:18px 0 0;
    font-size:16px;
    line-height:1.9;
    color:#555C66;
}

@media(max-width:768px){

    .soft-ecom-services{
        padding:70px 16px;
    }

    .soft-ecom-services-head h2{
        font-size:34px;
    }

    .soft-ecom-services-grid{
        grid-template-columns:1fr;
    }

    .soft-ecom-service-card{
        padding:24px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c0d7d9 *//* Why Choose E-Commerce */

.soft-ecom-why-section{
    position:relative;
    overflow:hidden;
    padding:120px 24px;
    background:#F3F5F8;
}

.soft-ecom-why-wrap{
    max-width:1320px;
    margin:0 auto;
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:60px;
    align-items:start;
}

/* Left */

.soft-ecom-why-left{
    position:sticky;
    top:120px;
}

.soft-ecom-why-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    background:#FFFFFF;
    border:1px solid #DCE2EA;
    color:#373F4E;
    font-size:13px;
    font-weight:600;
    margin-bottom:24px;
}

.soft-ecom-why-left h2{
    margin:0;
    color:#0A0E15;
    font-size:58px;
    line-height:1.05;
    letter-spacing:-2px;
    font-weight:700;
    max-width:580px;
}

.soft-ecom-why-left p{
    margin:28px 0 0;
    color:#555C66;
    font-size:18px;
    line-height:1.9;
    max-width:560px;
}

/* Grid */

.soft-ecom-why-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}

/* Card */

.soft-ecom-why-card{
    background:#FFFFFF;
    border:1px solid #DCE2EA;
    padding:34px;
    min-height:280px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    transition:0.35s ease;
}

.soft-ecom-why-card:hover{
    transform:translateY(-5px);
    border-color:#C7D0DA;
    box-shadow:0 20px 60px rgba(10,14,21,0.05);
}

/* Dark Card */

.soft-ecom-why-card.dark-card{
    background:#0A0E15;
    border-color:#1F2631;
}

/* Number */

.soft-ecom-why-number{
    color:#7B8797;
    font-size:13px;
    font-weight:700;
}

/* Title */

.soft-ecom-why-card h3{
    margin:0;
    color:#0A0E15;
    font-size:30px;
    line-height:1.2;
    letter-spacing:-1px;
    font-weight:700;
}

.soft-ecom-why-card.dark-card h3{
    color:#FFFFFF;
}

/* Text */

.soft-ecom-why-card p{
    margin:18px 0 0;
    color:#555C66;
    font-size:15px;
    line-height:1.9;
}

.soft-ecom-why-card.dark-card p{
    color:#AEB6C5;
}

/* Responsive */

@media(max-width:1200px){

    .soft-ecom-why-left h2{
        font-size:48px;
    }

}

@media(max-width:991px){

    .soft-ecom-why-section{
        padding:90px 20px;
    }

    .soft-ecom-why-wrap{
        grid-template-columns:1fr;
        gap:50px;
    }

    .soft-ecom-why-left{
        position:relative;
        top:0;
    }

    .soft-ecom-why-left h2{
        font-size:42px;
        letter-spacing:-1px;
    }

}

@media(max-width:767px){

    .soft-ecom-why-section{
        padding:70px 16px;
    }

    .soft-ecom-why-left h2{
        font-size:34px;
        line-height:1.15;
    }

    .soft-ecom-why-left p{
        font-size:16px;
        line-height:1.8;
    }

    .soft-ecom-why-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .soft-ecom-why-card{
        min-height:auto;
        padding:24px;
        gap:24px;
    }

    .soft-ecom-why-card h3{
        font-size:24px;
    }

    .soft-ecom-why-card p{
        font-size:15px;
        line-height:1.8;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79811fa *//* E-Commerce Development Process */

.soft-ecom-process-section{
    position:relative;
    overflow:hidden;
    padding:120px 24px;
    background:#FFFFFF;
}

.soft-ecom-process-wrap{
    max-width:1320px;
    margin:0 auto;
}

/* Heading */

.soft-ecom-process-head{
    max-width:760px;
    margin-bottom:70px;
}

.soft-ecom-process-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    background:#F4F6FA;
    border:1px solid #DCE2EA;
    color:#373F4E;
    font-size:13px;
    font-weight:600;
    margin-bottom:24px;
}

.soft-ecom-process-head h2{
    margin:0;
    color:#0A0E15;
    font-size:56px;
    line-height:1.08;
    letter-spacing:-2px;
    font-weight:700;
}

.soft-ecom-process-head p{
    margin:24px 0 0;
    color:#555C66;
    font-size:18px;
    line-height:1.9;
    max-width:700px;
}

/* Grid */

.soft-ecom-process-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

/* Card */

.soft-ecom-process-card{
    background:#F8FAFC;
    border:1px solid #DCE2EA;
    padding:36px;
    min-height:320px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    transition:0.35s ease;
}

.soft-ecom-process-card:hover{
    transform:translateY(-5px);
    border-color:#C7D0DA;
}

/* Dark Card */

.soft-ecom-process-card.dark-card{
    background:#0A0E15;
    border-color:#1F2631;
}

/* Number */

.soft-ecom-process-number{
    color:#7B8797;
    font-size:13px;
    font-weight:700;
}

/* Title */

.soft-ecom-process-card h3{
    margin:0;
    color:#0A0E15;
    font-size:30px;
    line-height:1.2;
    letter-spacing:-1px;
    font-weight:700;
}

.soft-ecom-process-card.dark-card h3{
    color:#FFFFFF;
}

/* Text */

.soft-ecom-process-card p{
    margin:18px 0 0;
    color:#555C66;
    font-size:15px;
    line-height:1.9;
}

.soft-ecom-process-card.dark-card p{
    color:#AEB6C5;
}

/* Responsive */

@media(max-width:1200px){

    .soft-ecom-process-head h2{
        font-size:48px;
    }

}

@media(max-width:991px){

    .soft-ecom-process-section{
        padding:90px 20px;
    }

    .soft-ecom-process-grid{
        grid-template-columns:1fr 1fr;
    }

    .soft-ecom-process-head h2{
        font-size:42px;
        letter-spacing:-1px;
    }

}

@media(max-width:767px){

    .soft-ecom-process-section{
        padding:70px 16px;
    }

    .soft-ecom-process-head{
        margin-bottom:50px;
    }

    .soft-ecom-process-head h2{
        font-size:34px;
        line-height:1.15;
    }

    .soft-ecom-process-head p{
        font-size:16px;
        line-height:1.8;
    }

    .soft-ecom-process-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .soft-ecom-process-card{
        min-height:auto;
        padding:24px;
        gap:24px;
    }

    .soft-ecom-process-card h3{
        font-size:24px;
    }

    .soft-ecom-process-card p{
        font-size:15px;
        line-height:1.8;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35952ee *//* Platforms We Work With */

.soft-ecom-platform-section{
    position:relative;
    overflow:hidden;
    padding:120px 24px;
    background:#F3F5F8;
}

.soft-ecom-platform-wrap{
    max-width:1320px;
    margin:0 auto;
}

/* Heading */

.soft-ecom-platform-head{
    max-width:760px;
    margin-bottom:70px;
}

.soft-ecom-platform-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    background:#FFFFFF;
    border:1px solid #DCE2EA;
    color:#373F4E;
    font-size:13px;
    font-weight:600;
    margin-bottom:24px;
}

.soft-ecom-platform-head h2{
    margin:0;
    color:#0A0E15;
    font-size:56px;
    line-height:1.08;
    letter-spacing:-2px;
    font-weight:700;
    max-width:760px;
}

.soft-ecom-platform-head p{
    margin:24px 0 0;
    color:#555C66;
    font-size:18px;
    line-height:1.9;
    max-width:700px;
}

/* Grid */

.soft-ecom-platform-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

/* Card */

.soft-ecom-platform-card{
    background:#FFFFFF;
    border:1px solid #DCE2EA;
    padding:36px;
    min-height:280px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    transition:0.35s ease;
}

.soft-ecom-platform-card:hover{
    transform:translateY(-5px);
    border-color:#C7D0DA;
    box-shadow:0 20px 60px rgba(10,14,21,0.05);
}

/* Dark Card */

.soft-ecom-platform-card.dark-card{
    background:#0A0E15;
    border-color:#1F2631;
}

/* Number */

.soft-ecom-platform-number{
    color:#7B8797;
    font-size:13px;
    font-weight:700;
}

/* Title */

.soft-ecom-platform-card h3{
    margin:0;
    color:#0A0E15;
    font-size:30px;
    line-height:1.2;
    letter-spacing:-1px;
    font-weight:700;
}

.soft-ecom-platform-card.dark-card h3{
    color:#FFFFFF;
}

/* Text */

.soft-ecom-platform-card p{
    margin:18px 0 0;
    color:#555C66;
    font-size:15px;
    line-height:1.9;
}

.soft-ecom-platform-card.dark-card p{
    color:#AEB6C5;
}

/* Responsive */

@media(max-width:1200px){

    .soft-ecom-platform-head h2{
        font-size:48px;
    }

}

@media(max-width:991px){

    .soft-ecom-platform-section{
        padding:90px 20px;
    }

    .soft-ecom-platform-grid{
        grid-template-columns:1fr;
    }

    .soft-ecom-platform-head h2{
        font-size:42px;
        letter-spacing:-1px;
    }

}

@media(max-width:767px){

    .soft-ecom-platform-section{
        padding:70px 16px;
    }

    .soft-ecom-platform-head{
        margin-bottom:50px;
    }

    .soft-ecom-platform-head h2{
        font-size:34px;
        line-height:1.15;
    }

    .soft-ecom-platform-head p{
        font-size:16px;
        line-height:1.8;
    }

    .soft-ecom-platform-card{
        min-height:auto;
        padding:24px;
        gap:24px;
    }

    .soft-ecom-platform-card h3{
        font-size:24px;
    }

    .soft-ecom-platform-card p{
        font-size:15px;
        line-height:1.8;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93834fc *//* =====================================
   SOFTMATIC FAQ SECTION
===================================== */

.soft-faq-section{
    background:#ffffff;
    padding:120px 24px;
}

.soft-faq-container{
    max-width:1100px;
    margin:0 auto;
}

.soft-faq-header{
    text-align:center;
    margin-bottom:80px;
}

.soft-faq-header h2{
    margin:0;
    color:#0A0E15;
    font-size:72px;
    font-weight:700;
    line-height:1;
    letter-spacing:-2px;
}

.soft-faq-header p{
    max-width:760px;
    margin:28px auto 0;
    color:#555C66;
    font-size:16px;
    line-height:1.9;
}

/* FAQ List */

.soft-faq-list{
    border-top:none;
}

/* FAQ Card */

.soft-faq-item{
    background:#FFFFFF;
    border:1px solid #D6DADF;
    margin-bottom:20px;
}

/* Question */

.soft-faq-question{
    width:100%;
    padding:34px 30px;
    background:#FFFFFF !important;
    border:none !important;
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-align:left;
    cursor:pointer;
    box-shadow:none !important;
    outline:none !important;
}

/* Remove Hover */

.soft-faq-question:hover,
.soft-faq-question:focus,
.soft-faq-question:active{
    background:#FFFFFF !important;
    box-shadow:none !important;
    color:inherit !important;
}

.soft-faq-question span:first-child{
    color:#0A0E15;
    font-size:22px;
    font-weight:600;
    line-height:1.4;
}

/* Plus Minus Icon */

.soft-faq-icon{
    width:auto;
    height:auto;
    border:none !important;
    background:transparent !important;
    box-shadow:none !important;
    color:#0A0E15;
    font-size:28px;
    font-weight:300;
    line-height:1;
    flex-shrink:0;
    margin-left:20px;
}

/* Answer */

.soft-faq-answer{
    display:none;
    background:#FFFFFF;
    padding:0 30px 30px;
}

.soft-faq-item.active .soft-faq-answer{
    display:block;
}

.soft-faq-answer p{
    margin:0;
    color:#555C66;
    font-size:16px;
    line-height:2;
    max-width:900px;
}

/* Remove Elementor Pink Color */

.soft-faq-section button,
.soft-faq-section button:hover,
.soft-faq-section button:focus,
.soft-faq-section button:active{
    background:#FFFFFF !important;
    color:#0A0E15 !important;
    border:none !important;
    box-shadow:none !important;
}

/* Mobile */

@media(max-width:767px){

    .soft-faq-section{
        padding:80px 16px;
    }

    .soft-faq-header{
        margin-bottom:50px;
    }

    .soft-faq-header h2{
        font-size:42px;
        line-height:1.1;
    }

    .soft-faq-header p{
        font-size:16px;
        line-height:1.8;
    }

    .soft-faq-question{
        padding:24px 20px;
    }

    .soft-faq-question span:first-child{
        font-size:18px;
        padding-right:15px;
    }

    .soft-faq-icon{
        font-size:22px;
        margin-left:12px;
    }

    .soft-faq-answer{
        padding:0 20px 24px;
    }

    .soft-faq-answer p{
        font-size:15px;
        line-height:1.8;
    }

}/* End custom CSS */