.elementor-10301 .elementor-element.elementor-element-2e958f2{--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-10301 .elementor-element.elementor-element-480c53b{--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-10301 .elementor-element.elementor-element-f805f80{--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-10301 .elementor-element.elementor-element-3e6454e{--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-10301 .elementor-element.elementor-element-4793e95{--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-10301 .elementor-element.elementor-element-b82f032{--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;}/* Start custom CSS for html, class: .elementor-element-c67930b */.hero-ecommerce{
    background:linear-gradient(135deg,#F4F9FF 0%,#DDEEFF 100%);
    padding:100px 0;
}

.hero-container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.hero-content{
    flex:1;
}

.hero-tag{
    background:#0046A0;
    color:white;
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
    display:inline-block;
    margin-bottom:25px;
}

.hero-content h1{
    font-size:54px;
    line-height:1.2;
    color:#001B40;
    margin-bottom:25px;
    font-weight:700;
}

.hero-content p{
    color:#5B6573;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    margin-bottom:40px;
}

.btn-primary{
    background:#0046A0;
    color:white;
    padding:16px 34px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-primary:hover{
    background:#00367d;
}

.btn-secondary{
    background:#FFC46B;
    color:#222;
    padding:16px 34px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
}

.hero-features{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.feature{
    background:white;
    padding:12px 20px;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,.06);
    font-size:15px;
    color:#444;
}

.hero-card{
    width:420px;
}

.quote-card{
    background:white;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,70,160,.15);
}

.quote-card h2{
    color:#001B40;
    margin-bottom:10px;
}

.quote-card p{
    color:#666;
    margin-bottom:25px;
}

.quote-card input{
    width:100%;
    height:55px;
    margin-bottom:15px;
    border:1px solid #d8d8d8;
    border-radius:10px;
    padding:0 20px;
    font-size:15px;
}

.quote-card button{
    width:100%;
    height:58px;
    background:#0046A0;
    color:white;
    border:none;
    border-radius:10px;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
}

.quote-card small{
    display:block;
    margin-top:15px;
    text-align:center;
    color:#777;
}

@media(max-width:991px){

.hero-container{
flex-direction:column;
}

.hero-content h1{
font-size:38px;
}

.hero-card{
width:100%;
}

.hero-buttons{
flex-direction:column;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f0ce557 */.why-ecommerce{
    padding:100px 0;
    background:#fff;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.section-heading{
    text-align:center;
    max-width:850px;
    margin:auto;
}

.section-heading span{
    color:#0046A0;
    font-weight:600;
    font-size:15px;
}

.section-heading h2{
    font-size:44px;
    color:#001B40;
    margin:20px 0;
}

.section-heading p{
    color:#666;
    line-height:1.8;
    font-size:18px;
}

.benefits-grid{
    margin-top:60px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.benefit-card{
    background:#F4F9FF;
    padding:40px 30px;
    border-radius:20px;
    transition:.3s;
}

.benefit-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,70,160,.12);
}

.icon{
    width:70px;
    height:70px;
    background:#0046A0;
    color:#fff;
    font-size:30px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.benefit-card h3{
    color:#001B40;
    margin-bottom:15px;
    font-size:24px;
}

.benefit-card p{
    color:#666;
    line-height:1.8;
}

.bottom-cta{
    margin-top:70px;
    text-align:center;
    background:linear-gradient(135deg,#0046A0,#0b63d1);
    padding:50px;
    border-radius:25px;
}

.bottom-cta h3{
    color:#fff;
    font-size:34px;
    margin-bottom:25px;
}

.cta-btn{
    background:#FFC46B;
    color:#222;
    text-decoration:none;
    padding:18px 40px;
    border-radius:12px;
    font-weight:600;
    display:inline-block;
}

@media(max-width:768px){

.section-heading h2{
font-size:32px;
}

.bottom-cta{
padding:35px 25px;
}

.bottom-cta h3{
font-size:26px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed28c2f */.ecommerce-features{
    padding:100px 0;
    background:#F7FBFF;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    max-width:850px;
    margin:auto;
}

.section-title span{
    color:#0046A0;
    font-weight:600;
    font-size:15px;
}

.section-title h2{
    font-size:46px;
    color:#001B40;
    margin:20px 0;
    line-height:1.2;
}

.section-title p{
    color:#666;
    line-height:1.8;
    font-size:18px;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
    margin-top:60px;
}

.feature-box{
    background:#fff;
    padding:35px 30px;
    border-radius:20px;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,70,160,.08);
}

.feature-box:hover{
    transform:translateY(-10px);
}

.icon-box{
    width:70px;
    height:70px;
    background:#0046A0;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.feature-box h3{
    color:#001B40;
    margin-bottom:15px;
    font-size:22px;
}

.feature-box p{
    color:#666;
    line-height:1.7;
}

.cta-area{
    margin-top:70px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-whatsapp{
    background:#25D366;
    color:#fff;
    padding:18px 35px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
}

.btn-call{
    background:#FFC46B;
    color:#222;
    padding:18px 35px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
}

@media(max-width:768px){

.section-title h2{
font-size:34px;
}

.cta-area{
flex-direction:column;
}

.btn-whatsapp,
.btn-call{
text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c04e61 */.why-vylino{
    padding:100px 0;
    background:#ffffff;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.section-header{
    max-width:850px;
    text-align:center;
    margin:auto;
}

.section-header span{
    color:#0046A0;
    font-weight:600;
}

.section-header h2{
    font-size:46px;
    color:#001B40;
    margin:20px 0;
    line-height:1.2;
}

.section-header p{
    color:#666;
    line-height:1.8;
    font-size:18px;
}

.trust-grid{
    margin-top:60px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.trust-card{
    background:#F8FBFF;
    border:1px solid #E3EDF8;
    padding:35px;
    border-radius:20px;
    transition:.3s;
}

.trust-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,70,160,.08);
}

.number{
    width:65px;
    height:65px;
    background:#0046A0;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}

.trust-card h3{
    color:#001B40;
    margin-bottom:15px;
    font-size:24px;
}

.trust-card p{
    color:#666;
    line-height:1.8;
}

.highlight-box{
    margin-top:80px;
    background:linear-gradient(135deg,#0046A0,#0A61CF);
    border-radius:25px;
    padding:60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

.highlight-left{
    flex:1;
}

.highlight-left h3{
    color:#fff;
    font-size:38px;
    line-height:1.3;
    margin-bottom:20px;
}

.highlight-left p{
    color:#DDE9FF;
    line-height:1.8;
}

.highlight-right{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.whatsapp-btn{
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:18px 30px;
    border-radius:12px;
    text-align:center;
    font-weight:600;
}

.call-btn{
    background:#FFC46B;
    color:#222;
    text-decoration:none;
    padding:18px 30px;
    border-radius:12px;
    text-align:center;
    font-weight:600;
}

@media(max-width:991px){

.highlight-box{
flex-direction:column;
padding:40px 30px;
}

.section-header h2{
font-size:34px;
}

.highlight-left h3{
font-size:30px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f618f3 */.process-section{
    padding:100px 0;
    background:#F7FBFF;
}

.section-heading{
    max-width:850px;
    text-align:center;
    margin:auto;
}

.section-heading span{
    color:#0046A0;
    font-weight:600;
}

.section-heading h2{
    font-size:48px;
    color:#001B40;
    margin:20px 0;
    line-height:1.2;
}

.section-heading p{
    color:#666;
    line-height:1.8;
}

.process-grid{
    margin-top:60px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.process-card{
    background:#fff;
    padding:40px 35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,70,160,.08);
    transition:.3s;
}

.process-card:hover{
    transform:translateY(-10px);
}

.step-number{
    width:70px;
    height:70px;
    background:#0046A0;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}

.process-card h3{
    color:#001B40;
    margin-bottom:15px;
    font-size:24px;
}

.process-card p{
    color:#666;
    line-height:1.8;
}

.process-bottom{
    margin-top:80px;
    background:#0046A0;
    border-radius:30px;
    padding:60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
}

.process-content{
    flex:1;
}

.process-content h3{
    color:#fff;
    font-size:38px;
    margin-bottom:20px;
}

.process-content p{
    color:#DDE7F5;
    line-height:1.8;
}

.process-buttons{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.process-whatsapp{
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:18px 35px;
    border-radius:12px;
    font-weight:600;
    text-align:center;
}

.process-call{
    background:#FFC46B;
    color:#222;
    text-decoration:none;
    padding:18px 35px;
    border-radius:12px;
    font-weight:600;
    text-align:center;
}

@media(max-width:991px){

.process-bottom{
flex-direction:column;
padding:40px 25px;
}

.section-heading h2{
font-size:34px;
}

.process-content h3{
font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1d51ed */.pricing-faq{
    padding:100px 0;
    background:#fff;
}

.pricing-card{
    max-width:850px;
    margin:60px auto;
    background:linear-gradient(135deg,#0046A0,#0B63D1);
    padding:60px;
    border-radius:30px;
    text-align:center;
}

.price-icon{
    width:90px;
    height:90px;
    margin:auto;
    background:#FFC46B;
    color:#001B40;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:40px;
    font-weight:700;
}

.pricing-card h3{
    color:#fff;
    font-size:38px;
    margin:25px 0;
}

.pricing-card p{
    color:#DCE8FF;
    line-height:1.8;
}

.price-features{
    margin-top:40px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    color:#fff;
}

.cta-buttons{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.whatsapp-btn{
    background:#25D366;
    color:#fff;
    padding:18px 35px;
    text-decoration:none;
    border-radius:12px;
    font-weight:600;
}

.call-btn{
    background:#FFC46B;
    color:#111;
    padding:18px 35px;
    text-decoration:none;
    border-radius:12px;
    font-weight:600;
}

.faq-section{
    margin-top:100px;
}

.faq-section h2{
    text-align:center;
    font-size:42px;
    color:#001B40;
    margin-bottom:50px;
}

.faq-box{
    background:#F7FBFF;
    border:1px solid #E8EEF8;
    border-radius:20px;
    padding:30px;
    margin-bottom:25px;
}

.faq-box h3{
    color:#001B40;
    margin-bottom:15px;
    font-size:24px;
}

.faq-box p{
    color:#666;
    line-height:1.8;
}

@media(max-width:768px){

.pricing-card{
padding:40px 25px;
}

.price-features{
grid-template-columns:1fr;
}

.faq-section h2{
font-size:32px;
}

}/* End custom CSS */