.elementor-10320 .elementor-element.elementor-element-736032e{--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-10320 .elementor-element.elementor-element-09c6f9d{--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;--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10320 .elementor-element.elementor-element-0f4112d{--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-10320 .elementor-element.elementor-element-56d7d08{--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-10320 .elementor-element.elementor-element-d1cc2b9{--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;}@media(max-width:767px){.elementor-10320 .elementor-element.elementor-element-0f4112d{--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10320 .elementor-element.elementor-element-56d7d08{--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10320 .elementor-element.elementor-element-d1cc2b9{--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:2400px){.elementor-10320 .elementor-element.elementor-element-0f4112d{--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10320 .elementor-element.elementor-element-56d7d08{--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10320 .elementor-element.elementor-element-d1cc2b9{--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10320 .elementor-element.elementor-element-cf946ea{margin:-110px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-9a0e0fa */.wd-hero{
    padding:110px 0;
    background:linear-gradient(180deg,#F7FBFF 0%,#FFFFFF 100%);
}

.wd-hero .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.wd-left{
    flex:1;
}

.hero-tag{
    display:inline-block;
    background:#EAF3FF;
    color:#0046A0;
    padding:12px 24px;
    border-radius:40px;
    font-weight:600;
    margin-bottom:25px;
}

.wd-left h1{
    font-size:58px;
    color:#001B40;
    line-height:1.15;
    margin-bottom:25px;
}

.hero-description{
    font-size:18px;
    color:#667085;
    line-height:1.9;
    margin-bottom:50px;
}

.hero-stats{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.stat-box{
    background:#fff;
    border:1px solid #E5EDF8;
    border-radius:22px;
    padding:25px 30px;
    min-width:170px;
    box-shadow:0 10px 25px rgba(0,70,160,.08);
}

.stat-box h3{
    color:#0046A0;
    font-size:30px;
    margin-bottom:10px;
}

.stat-box p{
    color:#667085;
}

.wd-right{
    width:420px;
}

.quote-box{
    background:#fff;
    padding:45px;
    border-radius:30px;
    box-shadow:0 15px 45px rgba(0,70,160,.10);
}

.quote-box h2{
    color:#001B40;
    margin-bottom:10px;
}

.quote-box p{
    color:#667085;
    line-height:1.8;
    margin-bottom:25px;
}

.quote-box form{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.quote-box input,
.quote-box select{
    height:58px;
    border:1px solid #DDE7F3;
    border-radius:14px;
    padding:0 18px;
    outline:none;
}

.quote-box button{
    height:60px;
    background:#0046A0;
    color:#fff;
    border:none;
    border-radius:14px;
    font-weight:600;
    cursor:pointer;
}

.quote-box button:hover{
    background:#00357A;
}

@media(max-width:991px){

.wd-hero .container{
flex-direction:column;
}

.wd-left h1{
font-size:40px;
}

.wd-right{
width:100%;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ff9ffe */.wd-services{
    padding:100px 0;
    background:#fff;
}

.section-header{
    max-width:850px;
    margin:auto;
    text-align:center;
}

.section-header span{
    color:#0046A0;
    font-weight:600;
}

.section-header h2{
    font-size:48px;
    color:#001B40;
    margin:20px 0;
    line-height:1.2;
}

.section-header p{
    color:#667085;
    line-height:1.9;
    font-size:18px;
}

.services-grid{
    margin-top:70px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
    gap:30px;
}

.service-card{
    background:#F7FBFF;
    border:1px solid #E5EDF8;
    border-radius:28px;
    padding:40px;
    transition:.3s;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(0,70,160,.08);
}

.number{
    width:75px;
    height:75px;
    background:#0046A0;
    color:#fff;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
}

.service-card h3{
    color:#001B40;
    font-size:25px;
    margin-bottom:18px;
}

.service-card p{
    color:#667085;
    line-height:1.8;
}

@media(max-width:991px){

.section-header h2{
font-size:36px;
}

.service-card{
padding:30px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fe03a3 */.vylino-advantage{
    padding:110px 0;
    background:linear-gradient(180deg,#F8FBFF 0%,#FFFFFF 100%);
}

.advantage-top{
    max-width:900px;
    text-align:center;
    margin:auto;
}

.advantage-top span{
    color:#0046A0;
    font-weight:600;
    letter-spacing:.5px;
}

.advantage-top h2{
    font-size:52px;
    line-height:1.2;
    color:#001B40;
    margin:20px 0;
}

.advantage-top p{
    font-size:18px;
    color:#667085;
    line-height:1.9;
}

.advantage-grid{
    margin-top:80px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.advantage-card{
    background:#fff;
    border:1px solid #E7EEF8;
    border-radius:30px;
    padding:40px;
    transition:.4s;
    position:relative;
}

.advantage-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,70,160,.08);
}

.featured{
    background:#0046A0;
}

.featured h3,
.featured p{
    color:#fff;
}

.featured .icon-box{
    background:#FFC46B;
    color:#001B40;
}

.icon-box{
    width:75px;
    height:75px;
    background:#EEF5FF;
    color:#0046A0;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:25px;
}

.advantage-card h3{
    color:#001B40;
    font-size:24px;
    margin-bottom:18px;
}

.advantage-card p{
    color:#667085;
    line-height:1.9;
}

@media(max-width:991px){

.advantage-top h2{
font-size:36px;
}

.advantage-card{
padding:30px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df4ddc0 */.wd-process-section{
    padding:110px 0;
    background:#F8FBFF;
}

.process-heading{
    max-width:900px;
    margin:auto;
    text-align:center;
}

.process-heading span{
    color:#0046A0;
    font-weight:600;
}

.process-heading h2{
    font-size:52px;
    color:#001B40;
    line-height:1.2;
    margin:20px 0;
}

.process-heading p{
    color:#667085;
    line-height:1.9;
    font-size:18px;
}

.process-timeline{
    max-width:950px;
    margin:80px auto;
}

.timeline-item{
    display:flex;
    gap:30px;
    background:#fff;
    border-radius:25px;
    padding:35px;
    margin-bottom:25px;
    box-shadow:0 10px 30px rgba(0,70,160,.06);
}

.timeline-number{
    width:80px;
    height:80px;
    min-width:80px;
    background:#0046A0;
    color:#fff;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    font-weight:700;
}

.timeline-content h3{
    color:#001B40;
    margin-bottom:15px;
    font-size:26px;
}

.timeline-content p{
    color:#667085;
    line-height:1.9;
}

.pricing-box{
    background:linear-gradient(135deg,#0046A0,#0059CB);
    padding:60px;
    border-radius:35px;
    display:flex;
    justify-content:space-between;
    gap:60px;
}

.pricing-left{
    flex:1;
}

.pricing-left span{
    color:#FFC46B;
    font-weight:600;
}

.pricing-left h2{
    color:#fff;
    font-size:42px;
    margin:20px 0;
}

.pricing-left p{
    color:#DCE9FF;
    line-height:1.9;
}

.pricing-right{
    flex:1;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.price-feature{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
    padding:18px;
    border-radius:15px;
}

.price-tag{
    background:#FFC46B;
    color:#001B40;
    font-weight:700;
    font-size:20px;
    text-align:center;
    padding:20px;
    border-radius:15px;
    grid-column:1/-1;
}

@media(max-width:991px){

.process-heading h2{
font-size:36px;
}

.timeline-item{
flex-direction:column;
}

.pricing-box{
flex-direction:column;
padding:40px 25px;
}

.pricing-right{
grid-template-columns:1fr;
}

.pricing-left h2{
font-size:32px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf946ea */.wd-faq-section{
    padding:110px 0;
    background:#fff;
}

.faq-header{
    max-width:850px;
    text-align:center;
    margin:auto;
}

.faq-header span{
    color:#0046A0;
    font-weight:600;
}

.faq-header h2{
    font-size:52px;
    color:#001B40;
    line-height:1.2;
    margin:20px 0;
}

.faq-header p{
    color:#667085;
    font-size:18px;
    line-height:1.9;
}

.faq-wrapper{
    max-width:900px;
    margin:80px auto;
}

.faq-item{
    background:#F8FBFF;
    border:1px solid #E5EDF8;
    border-radius:20px;
    margin-bottom:20px;
    padding:0 30px;
}

.faq-item summary{
    list-style:none;
    cursor:pointer;
    padding:28px 0;
    color:#001B40;
    font-size:20px;
    font-weight:600;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-item summary::-webkit-details-marker{
    display:none;
}

.faq-item summary::after{
    content:"+";
    width:40px;
    height:40px;
    background:#0046A0;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:700;
}

.faq-item[open] summary::after{
    content:"−";
}

.faq-item p{
    color:#667085;
    line-height:1.9;
    padding-bottom:25px;
}

.cta-section{
    margin-top:90px;
    background:linear-gradient(135deg,#0046A0,#005DCC);
    border-radius:35px;
    padding:70px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;
}

.cta-content{
    flex:1;
}

.cta-content span{
    color:#FFC46B;
    font-weight:600;
}

.cta-content h2{
    color:#fff;
    font-size:44px;
    line-height:1.2;
    margin:20px 0;
}

.cta-content p{
    color:#D8E8FF;
    line-height:1.9;
}

.cta-buttons{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.whatsapp-btn{
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:18px 35px;
    border-radius:14px;
    font-weight:600;
    text-align:center;
}

.call-btn{
    background:#FFC46B;
    color:#001B40;
    text-decoration:none;
    padding:18px 35px;
    border-radius:14px;
    font-weight:700;
    text-align:center;
}

@media(max-width:991px){

.faq-header h2{
font-size:36px;
}

.cta-section{
flex-direction:column;
padding:40px 25px;
}

.cta-content h2{
font-size:32px;
}

}/* End custom CSS */