.elementor-10401 .elementor-element.elementor-element-f435594{--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-9092515 *//*=========================================
VYLINO PREMIUM FAQ
=========================================*/

.vyl-faq-section{
    padding:100px 20px;
    background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
    font-family:Inter,Arial,sans-serif;
}

.vyl-faq-section *{
    box-sizing:border-box;
}

.vyl-container{
    max-width:1280px;
    margin:auto;
}

/*=========================================
HEADING
=========================================*/

.vyl-faq-heading{
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
}

.vyl-subtitle{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#eef6ff;
    color:#0057B8;
    font-weight:700;
    font-size:14px;
    margin-bottom:22px;
}

.vyl-faq-heading h2{
    font-size:48px;
    line-height:1.2;
    font-weight:800;
    color:#14213d;
    margin-bottom:20px;
}

.vyl-faq-heading p{
    font-size:18px;
    color:#667085;
    line-height:1.9;
}

/*=========================================
LAYOUT
=========================================*/

.vyl-faq-wrapper{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:45px;
    align-items:start;
}

/*=========================================
FAQ ITEMS
=========================================*/

.vyl-faq-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.vyl-faq-item{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:22px;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 10px 35px rgba(15,23,42,.05);
}

.vyl-faq-item:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 50px rgba(0,87,184,.12);
}

.vyl-faq-item[open]{
    border-color:#0057B8;
    box-shadow:0 25px 60px rgba(0,87,184,.15);
}

/*=========================================
SUMMARY
=========================================*/

.vyl-faq-item summary{
    display:flex;
    align-items:center;
    gap:22px;
    padding:28px;
    cursor:pointer;
    list-style:none;
}

.vyl-faq-item summary::-webkit-details-marker{
    display:none;
}

.vyl-faq-number{

    width:60px;
    height:60px;

    flex-shrink:0;

    border-radius:18px;

    background:#eef6ff;

    color:#0057B8;

    display:flex;
    align-items:center;
    justify-content:center;

    font-weight:800;
    font-size:18px;

    transition:.35s;

}

.vyl-faq-title{

    flex:1;

    font-size:20px;

    font-weight:700;

    color:#172033;

    line-height:1.5;

}

.vyl-faq-icon{

    width:46px;
    height:46px;

    border-radius:50%;

    background:#f2f6fb;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#0057B8;

    font-size:26px;

    font-weight:700;

    transition:.35s;

}

.vyl-faq-item[open] .vyl-faq-number{

    background:#0057B8;
    color:#fff;

}

.vyl-faq-item[open] .vyl-faq-icon{

    transform:rotate(45deg);

    background:#0057B8;

    color:#fff;

}

/*=========================================
CONTENT
=========================================*/

.vyl-faq-content{

    padding:0 35px 35px 110px;

}

.vyl-faq-content p{

    margin:0;

    font-size:16px;

    line-height:1.9;

    color:#667085;

}

/*=========================================
SIDEBAR
=========================================*/

.vyl-faq-sidebar{

    position:sticky;

    top:30px;

}

.vyl-sticky-card{

    position:relative;

    overflow:hidden;

    border-radius:30px;

    padding:40px;

    background:linear-gradient(135deg,#0057B8,#1577df);

    color:#fff;

    box-shadow:0 35px 80px rgba(0,87,184,.25);

}

.vyl-sticky-card::before{

    content:"";

    position:absolute;

    width:260px;
    height:260px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-120px;
    right:-90px;

}

.vyl-card-tag{

    display:inline-block;

    padding:8px 18px;

    background:rgba(255,255,255,.15);

    border:1px solid rgba(255,255,255,.15);

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    margin-bottom:18px;

}

.vyl-sticky-card h3{

    font-size:32px;

    line-height:1.25;

    margin-bottom:18px;

}

.vyl-sticky-card p{

    font-size:16px;

    line-height:1.9;

    opacity:.95;

    margin-bottom:30px;

}

.vyl-sticky-card ul{

    list-style:none;

    margin:0 0 35px;

    padding:0;

}

.vyl-sticky-card li{

    position:relative;

    padding-left:28px;

    margin-bottom:15px;

    font-size:15px;

}

.vyl-sticky-card li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#8cffb3;

    font-weight:700;

}

.vyl-card-buttons{

    display:flex;

    flex-direction:column;

    gap:14px;

}

.vyl-card-buttons a{

    display:block;

    text-align:center;

    text-decoration:none;

    padding:16px 20px;

    border-radius:14px;

    font-weight:700;

    transition:.35s;

}

.vyl-card-buttons a:first-child{

    background:#fff;

    color:#0057B8;

}

.vyl-card-buttons a:last-child{

    border:2px solid rgba(255,255,255,.25);

    color:#fff;

}

.vyl-card-buttons a:hover{

    transform:translateY(-4px);

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:1100px){

.vyl-faq-wrapper{

grid-template-columns:1fr;

}

.vyl-faq-sidebar{

position:relative;
top:0;

}

}

@media(max-width:768px){

.vyl-faq-section{

padding:80px 20px;

}

.vyl-faq-heading h2{

font-size:34px;

}

.vyl-faq-heading p{

font-size:16px;

}

.vyl-faq-item summary{

padding:22px;

gap:16px;

}

.vyl-faq-number{

width:48px;
height:48px;

font-size:16px;

border-radius:14px;

}

.vyl-faq-title{

font-size:17px;

}

.vyl-faq-icon{

width:40px;
height:40px;

font-size:22px;

}

.vyl-faq-content{

padding:0 22px 25px 22px;

}

.vyl-sticky-card{

padding:30px;

}

.vyl-sticky-card h3{

font-size:28px;

}

}/* End custom CSS */