.elementor-10370 .elementor-element.elementor-element-2052139{--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-10370 .elementor-element.elementor-element-ab6cadf{--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-10370 .elementor-element.elementor-element-3532527{--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-e42ff71 *//*==========================================
  VYLINO HERO SECTION
==========================================*/

:root{

    --primary:#0B63F6;
    --primary-dark:#0846B8;
    --secondary:#1BA7FF;

    --heading:#152238;
    --text:#5E6B85;

    --white:#ffffff;

    --border:#E7EEF8;

    --bg:#F7FAFF;

    --radius:22px;

    --shadow:0 20px 60px rgba(12,74,173,.08);

    --transition:.35s ease;

}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:Inter,sans-serif;

    color:var(--heading);

    background:#fff;

    line-height:1.7;

}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

.vylino-container{

    width:min(1280px,92%);
    margin:auto;

}

/*==========================================
Hero Background
==========================================*/

.vylino-hero{

    position:relative;

    overflow:hidden;

    padding:90px 0;

    background:
    radial-gradient(circle at top right,#DCEFFF 0%,transparent 35%),
    radial-gradient(circle at bottom left,#EAF6FF 0%,transparent 30%),
    linear-gradient(180deg,#ffffff,#F8FBFF);

}

.vylino-hero::before{

    content:"";

    position:absolute;

    width:650px;
    height:650px;

    background:rgba(11,99,246,.05);

    border-radius:50%;

    right:-280px;
    top:-250px;

}

.vylino-hero::after{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    background:rgba(27,167,255,.06);

    border-radius:50%;

    left:-160px;
    bottom:-180px;

}

/*==========================================
Grid
==========================================*/

.vylino-container{

    display:grid;

    grid-template-columns:1.15fr .85fr;

    gap:70px;

    align-items:center;

    position:relative;

    z-index:2;

}

/*==========================================
Badge
==========================================*/

.vylino-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:12px 22px;

    border-radius:100px;

    background:#EEF6FF;

    border:1px solid #D9EAFF;

    color:var(--primary);

    font-weight:700;

    font-size:14px;

    margin-bottom:28px;

}

/*==========================================
Heading
==========================================*/

.vylino-content h1{

    font-size:62px;

    line-height:1.12;

    font-weight:800;

    letter-spacing:-2px;

    margin-bottom:28px;

    max-width:760px;

}

.vylino-content h1 span{

    display:block;

    color:var(--primary);

    background:linear-gradient(90deg,#0B63F6,#20A8FF);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

/*==========================================
Paragraph
==========================================*/

.hero-text{

    font-size:18px;

    color:var(--text);

    max-width:720px;

    margin-bottom:45px;

}

/*==========================================
Feature Cards
==========================================*/

.hero-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:22px;

    margin-bottom:45px;

}

.feature-box{

    display:flex;

    gap:18px;

    align-items:flex-start;

    padding:22px;

    background:#fff;

    border-radius:20px;

    border:1px solid var(--border);

    transition:var(--transition);

}

.feature-box:hover{

    transform:translateY(-8px);

    box-shadow:var(--shadow);

    border-color:#D1E5FF;

}

.feature-icon{

    width:58px;

    height:58px;

    flex-shrink:0;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    background:linear-gradient(135deg,var(--primary),var(--secondary));

    color:#fff;

}

.feature-box h4{

    font-size:18px;

    margin-bottom:8px;

}

.feature-box p{

    font-size:15px;

    color:var(--text);

}

/*==========================================
Buttons
==========================================*/

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:45px;

}

.btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 34px;

    border-radius:100px;

    background:linear-gradient(135deg,var(--primary),var(--secondary));

    color:#fff;

    font-weight:700;

    box-shadow:0 15px 40px rgba(11,99,246,.25);

    transition:var(--transition);

}

.btn-primary:hover{

    transform:translateY(-4px);

}

.btn-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 34px;

    border-radius:100px;

    background:#fff;

    border:2px solid var(--primary);

    color:var(--primary);

    font-weight:700;

    transition:var(--transition);

}

.btn-outline:hover{

    background:var(--primary);

    color:#fff;

}

/*==========================================
Trust Numbers
==========================================*/

.hero-trust{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;

}

.trust-item{

    background:#fff;

    border:1px solid var(--border);

    border-radius:20px;

    padding:24px;

    text-align:center;

    transition:var(--transition);

}

.trust-item:hover{

    transform:translateY(-6px);

    box-shadow:var(--shadow);

}

.trust-item h3{

    font-size:34px;

    font-weight:800;

    color:var(--primary);

    margin-bottom:6px;

}

.trust-item span{

    font-size:15px;

    color:var(--text);

}
/*==========================================
RIGHT COLUMN
==========================================*/

.vylino-card{

    position:relative;

}

.service-card{

    background:#ffffff;

    border:1px solid var(--border);

    border-radius:28px;

    padding:40px;

    box-shadow:var(--shadow);

    position:sticky;

    top:40px;

    overflow:hidden;

}

.service-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:linear-gradient(90deg,var(--primary),var(--secondary));

}

/*==========================================
CARD TOP
==========================================*/

.mini-badge{

    display:inline-block;

    padding:10px 18px;

    background:#EDF6FF;

    color:var(--primary);

    font-size:13px;

    font-weight:700;

    border-radius:50px;

    margin-bottom:20px;

}

.card-top h2{

    font-size:34px;

    line-height:1.25;

    margin-bottom:18px;

    color:var(--heading);

}

.card-top p{

    color:var(--text);

    font-size:16px;

    line-height:1.8;

    margin-bottom:35px;

}

/*==========================================
CARD STATS
==========================================*/

.card-stats{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:16px;

    margin-bottom:35px;

}

.card-stats div{

    background:#F8FBFF;

    border:1px solid var(--border);

    border-radius:18px;

    text-align:center;

    padding:20px;

    transition:var(--transition);

}

.card-stats div:hover{

    transform:translateY(-5px);

    box-shadow:0 12px 30px rgba(11,99,246,.08);

}

.card-stats strong{

    display:block;

    font-size:22px;

    color:var(--primary);

    margin-bottom:6px;

}

.card-stats span{

    font-size:14px;

    color:var(--text);

}

/*==========================================
SERVICE LIST
==========================================*/

.service-list{

    display:grid;

    gap:14px;

    margin-bottom:40px;

}

.service-item{

    background:#ffffff;

    border:1px solid var(--border);

    border-radius:14px;

    padding:16px 20px;

    font-size:15px;

    font-weight:600;

    transition:var(--transition);

}

.service-item:hover{

    background:#F4F9FF;

    border-color:#CFE2FF;

    transform:translateX(6px);

}

/*==========================================
CTA BOX
==========================================*/

.card-cta{

    background:linear-gradient(135deg,#0B63F6,#2EA8FF);

    border-radius:22px;

    padding:30px;

    color:#fff;

    text-align:center;

}

.card-cta h3{

    font-size:28px;

    margin-bottom:15px;

}

.card-cta p{

    color:rgba(255,255,255,.92);

    font-size:15px;

    line-height:1.8;

    margin-bottom:25px;

}

.card-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 30px;

    background:#fff;

    color:var(--primary);

    border-radius:60px;

    font-weight:700;

    transition:var(--transition);

}

.card-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(255,255,255,.28);

}

/*==========================================
LARGE DESKTOP
==========================================*/

@media (max-width:1200px){

.vylino-content h1{

    font-size:52px;

}

.card-top h2{

    font-size:30px;

}

}

/*==========================================
TABLET
==========================================*/

@media (max-width:991px){

.vylino-container{

    grid-template-columns:1fr;

    gap:60px;

}

.service-card{

    position:relative;

    top:auto;

}

.hero-features{

    grid-template-columns:repeat(2,1fr);

}

.hero-trust{

    grid-template-columns:repeat(2,1fr);

}

}

/*==========================================
MOBILE
==========================================*/

@media (max-width:767px){

.vylino-hero{

    padding:70px 0;

}

.vylino-content h1{

    font-size:40px;

    line-height:1.2;

    letter-spacing:-1px;

}

.hero-text{

    font-size:17px;

}

.hero-features{

    grid-template-columns:1fr;

}

.feature-box{

    padding:20px;

}

.hero-buttons{

    flex-direction:column;

}

.btn-primary,

.btn-outline{

    width:100%;

    justify-content:center;

}

.hero-trust{

    grid-template-columns:1fr 1fr;

    gap:15px;

}

.trust-item{

    padding:18px;

}

.card-top h2{

    font-size:28px;

}

.card-stats{

    grid-template-columns:1fr 1fr;

}

.service-card{

    padding:30px;

}

.card-cta{

    padding:24px;

}

.card-cta h3{

    font-size:24px;

}

}

/*==========================================
SMALL MOBILE
==========================================*/

@media (max-width:480px){

.vylino-content h1{

    font-size:34px;

}

.hero-trust{

    grid-template-columns:1fr;

}

.card-stats{

    grid-template-columns:1fr;

}

.mini-badge{

    font-size:12px;

}

.card-top h2{

    font-size:24px;

}

.feature-icon{

    width:50px;

    height:50px;

    font-size:20px;

}

.hero-buttons{

    gap:14px;

}

.btn-primary,

.btn-outline{

    padding:16px 20px;

    font-size:15px;

}

}
/*==========================================
RIGHT COLUMN
==========================================*/

.vylino-card{

    position:relative;

}

.service-card{

    background:#ffffff;

    border:1px solid var(--border);

    border-radius:28px;

    padding:40px;

    box-shadow:var(--shadow);

    position:sticky;

    top:40px;

    overflow:hidden;

}

.service-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

    background:linear-gradient(90deg,var(--primary),var(--secondary));

}

/*==========================================
CARD TOP
==========================================*/

.mini-badge{

    display:inline-block;

    padding:10px 18px;

    background:#EDF6FF;

    color:var(--primary);

    font-size:13px;

    font-weight:700;

    border-radius:50px;

    margin-bottom:20px;

}

.card-top h2{

    font-size:34px;

    line-height:1.25;

    margin-bottom:18px;

    color:var(--heading);

}

.card-top p{

    color:var(--text);

    font-size:16px;

    line-height:1.8;

    margin-bottom:35px;

}

/*==========================================
CARD STATS
==========================================*/

.card-stats{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:16px;

    margin-bottom:35px;

}

.card-stats div{

    background:#F8FBFF;

    border:1px solid var(--border);

    border-radius:18px;

    text-align:center;

    padding:20px;

    transition:var(--transition);

}

.card-stats div:hover{

    transform:translateY(-5px);

    box-shadow:0 12px 30px rgba(11,99,246,.08);

}

.card-stats strong{

    display:block;

    font-size:22px;

    color:var(--primary);

    margin-bottom:6px;

}

.card-stats span{

    font-size:14px;

    color:var(--text);

}

/*==========================================
SERVICE LIST
==========================================*/

.service-list{

    display:grid;

    gap:14px;

    margin-bottom:40px;

}

.service-item{

    background:#ffffff;

    border:1px solid var(--border);

    border-radius:14px;

    padding:16px 20px;

    font-size:15px;

    font-weight:600;

    transition:var(--transition);

}

.service-item:hover{

    background:#F4F9FF;

    border-color:#CFE2FF;

    transform:translateX(6px);

}

/*==========================================
CTA BOX
==========================================*/

.card-cta{

    background:linear-gradient(135deg,#0B63F6,#2EA8FF);

    border-radius:22px;

    padding:30px;

    color:#fff;

    text-align:center;

}

.card-cta h3{

    font-size:28px;

    margin-bottom:15px;

}

.card-cta p{

    color:rgba(255,255,255,.92);

    font-size:15px;

    line-height:1.8;

    margin-bottom:25px;

}

.card-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 30px;

    background:#fff;

    color:var(--primary);

    border-radius:60px;

    font-weight:700;

    transition:var(--transition);

}

.card-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(255,255,255,.28);

}

/*==========================================
LARGE DESKTOP
==========================================*/

@media (max-width:1200px){

.vylino-content h1{

    font-size:52px;

}

.card-top h2{

    font-size:30px;

}

}

/*==========================================
TABLET
==========================================*/

@media (max-width:991px){

.vylino-container{

    grid-template-columns:1fr;

    gap:60px;

}

.service-card{

    position:relative;

    top:auto;

}

.hero-features{

    grid-template-columns:repeat(2,1fr);

}

.hero-trust{

    grid-template-columns:repeat(2,1fr);

}

}

/*==========================================
MOBILE
==========================================*/

@media (max-width:767px){

.vylino-hero{

    padding:70px 0;

}

.vylino-content h1{

    font-size:40px;

    line-height:1.2;

    letter-spacing:-1px;

}

.hero-text{

    font-size:17px;

}

.hero-features{

    grid-template-columns:1fr;

}

.feature-box{

    padding:20px;

}

.hero-buttons{

    flex-direction:column;

}

.btn-primary,

.btn-outline{

    width:100%;

    justify-content:center;

}

.hero-trust{

    grid-template-columns:1fr 1fr;

    gap:15px;

}

.trust-item{

    padding:18px;

}

.card-top h2{

    font-size:28px;

}

.card-stats{

    grid-template-columns:1fr 1fr;

}

.service-card{

    padding:30px;

}

.card-cta{

    padding:24px;

}

.card-cta h3{

    font-size:24px;

}

}

/*==========================================
SMALL MOBILE
==========================================*/

@media (max-width:480px){

.vylino-content h1{

    font-size:34px;

}

.hero-trust{

    grid-template-columns:1fr;

}

.card-stats{

    grid-template-columns:1fr;

}

.mini-badge{

    font-size:12px;

}

.card-top h2{

    font-size:24px;

}

.feature-icon{

    width:50px;

    height:50px;

    font-size:20px;

}

.hero-buttons{

    gap:14px;

}

.btn-primary,

.btn-outline{

    padding:16px 20px;

    font-size:15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1b0917 *//* ===============================
   VYLINO SERVICES SECTION
================================== */

.vylino-services-wrapper{
    max-width:1280px;
    margin:0 auto;
    padding:90px 20px;
    font-family:Arial,Helvetica,sans-serif;
}

.vylino-services-wrapper *{
    box-sizing:border-box;
}

.section-heading{
    text-align:center;
    max-width:900px;
    margin:0 auto 70px;
}

.section-tag{
    display:inline-block;
    background:#EAF3FF;
    color:#0B4FB3;
    padding:10px 20px;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    letter-spacing:.5px;
    margin-bottom:18px;
}

.section-heading h2{
    font-size:44px;
    color:#072E6A;
    margin:0 0 20px;
    line-height:1.2;
    font-weight:800;
}

.section-heading p{
    font-size:18px;
    line-height:1.9;
    color:#5d6675;
}

/*=========================
    SERVICES GRID
=========================*/

.services-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;

}

/*=========================
      SERVICE CARD
=========================*/

.service-card{

    background:#ffffff;
    border:1px solid #E8EEF6;
    border-radius:20px;
    padding:35px;
    transition:.35s;
    position:relative;
    overflow:hidden;

}

.service-card::before{

    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#0B4FB3;
    transform:scaleX(0);
    transition:.35s;

}

.service-card:hover::before{

    transform:scaleX(1);

}

.service-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.service-icon{

    width:75px;
    height:75px;
    border-radius:18px;
    background:linear-gradient(135deg,#0B4FB3,#3D86FF);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:28px;
    color:#fff;

}

.service-card h3{

    font-size:25px;
    color:#072E6A;
    margin-bottom:16px;
    font-weight:700;

}

.service-card p{

    font-size:16px;
    line-height:1.8;
    color:#666;
    margin-bottom:25px;

}

.service-card a{

    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#0B4FB3;
    font-weight:700;
    transition:.3s;

}

.service-card a:hover{

    color:#072E6A;
    gap:14px;

}

/*=========================
      HOVER EFFECT
=========================*/

.service-card:hover .service-icon{

    transform:rotate(-8deg) scale(1.08);
    transition:.35s;

}

/*=========================
      RESPONSIVE
=========================*/

@media(max-width:1100px){

.services-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.vylino-services-wrapper{

padding:70px 20px;

}

.section-heading h2{

font-size:34px;

}

.section-heading p{

font-size:17px;

}

.services-grid{

grid-template-columns:1fr;

}

.service-card{

padding:30px;

}

.service-icon{

width:65px;
height:65px;
font-size:28px;

}

.service-card h3{

font-size:22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74a5d88 *//* ===========================
   TRUST SECTION
=========================== */

.vylino-trust-section{
    margin-top:80px;
    background:linear-gradient(135deg,#f8fbff,#eef6ff);
    border-radius:24px;
    padding:70px 50px;
    border:1px solid #e4edf8;
}

.trust-content{
    max-width:1200px;
    margin:auto;
}

.trust-content h2{
    font-size:42px;
    color:#072E6A;
    margin:18px 0 20px;
    line-height:1.2;
    font-weight:800;
}

.trust-content p{
    font-size:17px;
    line-height:1.9;
    color:#5d6675;
    margin-bottom:40px;
}

.trust-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;

}

.trust-item{

    background:#fff;
    border-radius:18px;
    padding:30px;
    border:1px solid #e7eef8;
    transition:.35s;

}

.trust-item:hover{

    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.trust-item h4{

    color:#0B4FB3;
    font-size:22px;
    margin-bottom:15px;

}

.trust-item p{

    margin:0;
    font-size:15px;
    line-height:1.8;
    color:#666;

}

/* ===========================
   INTERNAL LINKS
=========================== */

.vylino-links-section{

    margin-top:80px;
    text-align:center;

}

.vylino-links-section h3{

    font-size:34px;
    color:#072E6A;
    margin-bottom:35px;

}

.internal-links{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;

}

.internal-links a{

    display:flex;
    align-items:center;
    justify-content:center;
    min-height:70px;
    background:#ffffff;
    border:1px solid #e5edf8;
    border-radius:14px;
    text-decoration:none;
    color:#0B4FB3;
    font-weight:700;
    transition:.35s;
    padding:15px;

}

.internal-links a:hover{

    background:#0B4FB3;
    color:#fff;
    transform:translateY(-4px);

}

/* ===========================
   CTA SECTION
=========================== */

.vylino-bottom-cta{

    margin-top:90px;
    background:linear-gradient(135deg,#072E6A,#0B4FB3);
    border-radius:24px;
    overflow:hidden;
    position:relative;

}

.vylino-bottom-cta::before{

    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    top:-120px;
    right:-120px;

}

.cta-content{

    position:relative;
    z-index:2;
    text-align:center;
    padding:70px 40px;
    max-width:950px;
    margin:auto;

}

.cta-content h2{

    font-size:46px;
    color:#fff;
    margin-bottom:20px;
    line-height:1.2;

}

.cta-content p{

    font-size:18px;
    color:#eef4ff;
    line-height:1.9;
    margin-bottom:40px;

}

.cta-buttons{

    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;

}

.primary-btn,
.secondary-btn{

    padding:16px 34px;
    border-radius:10px;
    font-weight:700;
    text-decoration:none;
    transition:.35s;

}

.primary-btn{

    background:#FFD24D;
    color:#072E6A;

}

.primary-btn:hover{

    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.25);

}

.secondary-btn{

    border:2px solid #fff;
    color:#fff;

}

.secondary-btn:hover{

    background:#fff;
    color:#072E6A;

}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:992px){

.trust-grid{

grid-template-columns:1fr;

}

.internal-links{

grid-template-columns:repeat(2,1fr);

}

.vylino-trust-section{

padding:50px 30px;

}

.trust-content h2{

font-size:34px;

}

.cta-content h2{

font-size:36px;

}

}

@media(max-width:768px){

.internal-links{

grid-template-columns:1fr;

}

.vylino-trust-section{

padding:40px 20px;

}

.cta-content{

padding:50px 20px;

}

.cta-content h2{

font-size:30px;

}

.cta-content p{

font-size:16px;

}

.primary-btn,
.secondary-btn{

width:100%;
text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe15fb5 *//* ==========================================
   VYLINO FAQ SECTION
========================================== */

.vylino-faq-section{
    padding:90px 20px;
    background:#f8fbff;
    font-family:Arial,Helvetica,sans-serif;
}

.vylino-faq-section *{
    box-sizing:border-box;
}

.vylino-container{
    max-width:1200px;
    margin:auto;
}

/*=========================
      HEADING
=========================*/

.faq-heading{
    text-align:center;
    max-width:900px;
    margin:0 auto 60px;
}

.faq-heading .section-tag{
    display:inline-block;
    padding:10px 22px;
    background:#EAF3FF;
    color:#0B4FB3;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.faq-heading h2{
    font-size:42px;
    color:#072E6A;
    margin-bottom:20px;
    line-height:1.2;
    font-weight:800;
}

.faq-heading p{
    font-size:18px;
    line-height:1.8;
    color:#666;
}

/*=========================
      FAQ
=========================*/

.faq-wrapper{
    max-width:950px;
    margin:0 auto 80px;
}

.faq-wrapper details{

    background:#fff;
    border:1px solid #E6EDF8;
    border-radius:18px;
    margin-bottom:18px;
    overflow:hidden;
    transition:.3s;

}

.faq-wrapper details:hover{

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.faq-wrapper details[open]{

    border-color:#0B4FB3;

}

.faq-wrapper summary{

    cursor:pointer;
    list-style:none;
    padding:24px 28px;
    font-size:19px;
    font-weight:700;
    color:#072E6A;
    position:relative;
    transition:.3s;

}

.faq-wrapper summary::-webkit-details-marker{

    display:none;

}

.faq-wrapper summary::after{

    content:"+";
    position:absolute;
    right:28px;
    top:50%;
    transform:translateY(-50%);
    width:36px;
    height:36px;
    border-radius:50%;
    background:#EDF5FF;
    color:#0B4FB3;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:700;
    transition:.3s;

}

.faq-wrapper details[open] summary::after{

    content:"−";
    background:#0B4FB3;
    color:#fff;

}

.faq-content{

    padding:0 28px 28px;

}

.faq-content p{

    margin:0;
    font-size:16px;
    line-height:1.9;
    color:#666;

}

/*=========================
      CTA
=========================*/

.final-cta{

    margin-top:50px;
    border-radius:24px;
    overflow:hidden;
    background:linear-gradient(135deg,#072E6A,#0B4FB3);
    position:relative;

}

.final-cta::before{

    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-120px;
    right:-100px;

}

.final-cta::after{

    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(255,255,255,.04);
    border-radius:50%;
    left:-80px;
    bottom:-80px;

}

.cta-content{

    position:relative;
    z-index:2;
    text-align:center;
    padding:70px 40px;
    max-width:900px;
    margin:auto;

}

.cta-content h2{

    color:#fff;
    font-size:44px;
    margin-bottom:20px;
    line-height:1.2;
    font-weight:800;

}

.cta-content p{

    color:#EAF2FF;
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;

}

.cta-buttons{

    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;

}

.btn-primary,
.btn-secondary{

    padding:16px 34px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    transition:.35s;

}

.btn-primary{

    background:#FFD24D;
    color:#072E6A;

}

.btn-primary:hover{

    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.2);

}

.btn-secondary{

    border:2px solid #fff;
    color:#fff;

}

.btn-secondary:hover{

    background:#fff;
    color:#072E6A;

}

/*=========================
      RESPONSIVE
=========================*/

@media(max-width:992px){

.faq-heading h2{

font-size:34px;

}

.cta-content h2{

font-size:34px;

}

}

@media(max-width:768px){

.vylino-faq-section{

padding:70px 20px;

}

.faq-wrapper summary{

font-size:17px;
padding:20px;

}

.faq-wrapper summary::after{

right:18px;

}

.faq-content{

padding:0 20px 20px;

}

.cta-content{

padding:50px 25px;

}

.cta-content h2{

font-size:28px;

}

.cta-content p{

font-size:16px;

}

.cta-buttons{

flex-direction:column;

}

.btn-primary,
.btn-secondary{

width:100%;
text-align:center;

}

}/* End custom CSS */