.elementor-58284 .elementor-element.elementor-element-60872a3{--display:flex;}.elementor-58284 .elementor-element.elementor-element-053fc27{--display:flex;}.elementor-58284 .elementor-element.elementor-element-c19b374{max-width:label_off !important;}/* Start of your custom CSS rules for html, class: .elementor-element-c19b374 */ /* ==========================================
   SIZORU LANDING PAGE
========================================== */

.sizoru-page{
    --bg:#011B32;
    --card:#0d2335;
    --primary:#007672;
    --text:#D6ECEC;
    --muted:#9db0c3;
    --border:rgba(255,255,255,.08);

    font-family:'Roboto',sans-serif;
    background:var(--bg);
    color:var(--text);
    border-radius:18px;
    overflow:hidden;
}

.sizoru-page *,
.sizoru-page *::before,
.sizoru-page *::after{
    box-sizing:border-box;
}

.s-container{
    width:100%;
    max-width:1280px;
    margin:auto;
    padding:0 70px;
}

/* ==========================================
   BUTTON
========================================== */

.s-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 34px;
    background:var(--primary);
    color:#fff;
    text-decoration:none;
    border-radius:10px;
    font-weight:700;
    transition:all .3s ease;
}

.s-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(37,208,216,.25);
}

/* ==========================================
   HERO
========================================== */

.s-hero{
    position:relative;
    overflow:hidden;
    min-height:780px;
    display:flex;
    align-items:center;
    padding:120px 0;

    background:
    linear-gradient(
        90deg,
        rgba(1,10,20,.92) 0%,
        rgba(1,10,20,.85) 45%,
        rgba(1,10,20,.45) 100%
    ),
    url("https://stolvix.com/wp-content/uploads/2026/06/71-backgrund-service-1.webp") center center/cover no-repeat;
}

.s-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.18);
}

.s-hero .s-container{
    position:relative;
    z-index:2;
}

.s-hero-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.s-hero-content{
    flex:0 0 48%;
}

.s-logo{
    font-size:42px;
    font-weight:400;
    color:#59d7d2;
    margin-bottom:10px;   /* Reduce from 20px or 30px */
    line-height:1;
}

.s-hero h1{
    font-size:55px;
    font-weight:400;
    line-height:1.05;
    color:#fff;
    max-width:620px;
    margin-top:0;          /* Remove default top margin */
    margin-bottom:25px;
}

.s-hero p{
    font-size:20px;
    line-height:1.9;
    color:#d7e7f2;
    max-width:560px;
    margin-bottom:45px;
}

.s-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#007672;
    color:#fff;
    text-decoration:none;
    padding:18px 38px;
    border-radius:14px;
    font-weight:600;
    transition:.35s;
}

.s-btn:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(0,118,114,.35);
}

.s-hero-img{
    flex:0 0 52%;
    text-align:right;
}

.s-hero-img img{
    width:100%;
    max-width:760px;
    height:auto;
    display:block;
    margin-left:auto;
    filter:drop-shadow(0 35px 70px rgba(0,0,0,.45));
    animation:floatImage 6s ease-in-out infinite;
}

@keyframes floatImage{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* ==========================================
   ABOUT
========================================== */

.s-about{
    padding:90px 0;
    border-bottom:1px solid var(--border);
}

.s-about-wrap{
    display:grid;
    grid-template-columns:1fr 1.4fr;
    gap:70px;
}

.s-section-title{
    font-size:40px;
    line-height:1.2;
}

.s-about-content h3{
    font-size:30px;
    margin-bottom:22px;
}

.s-about-content p{
    color:var(--muted);
    font-size:18px;
    line-height:1.9;
    margin-bottom:22px;
}

/* ==========================================
   SECTION TITLE
========================================== */

.s-center-title{
    text-align:center;
    font-size:40px;
    margin-bottom:55px;
}

/* ==========================================
   FEATURES
========================================== */

.s-features{
    padding:90px 0;
}

.s-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:24px;
}

.s-card{
    display:flex;
    flex-direction:column;
    height:100%;
    padding:30px;
    background:var(--card);
    border:1px solid var(--border);
    border-radius:16px;
    transition:all .3s ease;

    grid-column:span 2;
}
.s-card:nth-child(4){
    grid-column:2 / span 2;
}

.s-card:nth-child(5){
    grid-column:4 / span 2;
}


.s-card:hover{
    transform:translateY(-6px);
    border-color:var(--primary);
    box-shadow:0 20px 45px rgba(0,0,0,.35);
}

.s-icon{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;

    background:rgba(37,208,216,.15);
    color:var(--primary);
    font-size:24px;
}

.s-card h3{
    font-size:22px;
    margin-bottom:14px;
}

.s-card p{
    color:var(--muted);
    line-height:1.8;
    margin:0;
}

/* ==========================================
   PRICING CTA
========================================== */

.s-pricing{
    padding:90px 0;
}

.s-banner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;

    background:var(--card);
    border:1px solid var(--border);
    border-radius:20px;
    padding:50px;
}

.s-banner-content{
    flex:1;
}

.s-banner-content h2{
    font-size:40px;
    line-height:1.3;
    margin-bottom:20px;
}

.s-price{
    font-size:24px;
    font-weight:700;
    color:var(--primary);
}

.s-banner-btn{
    flex-shrink:0;
}

/* ==========================================
   WHY CHOOSE
========================================== */

.s-why{
    padding:90px 0;
}


/*==========================================
FINAL CTA
==========================================*/

.s-final{
    padding:100px 0;
}

.s-final-box{

    position:relative;

    text-align:center;

    padding:130px 60px;

    border-radius:24px;

    overflow:hidden;

    border:1px solid rgba(69,198,255,.18);

    background:
    linear-gradient(
        rgba(0,18,36,.45),
        rgba(0,18,36,.45)
    ),
    url("https://stolvix.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-1-2026-10_10_52-PM.png") center center/cover no-repeat;

}

/* Dark Overlay */

.s-final-box::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        rgba(0,8,18,.15),
        rgba(0,8,18,.15)
    );

}

.s-final-box>*{

    position:relative;

    z-index:2;

}

/* Badge */

.s-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 28px;

    border-radius:50px;

    background:#295C73;

    color:#fff;

    font-size:16px;

    font-weight:600;

    margin-bottom:45px;

}

/* Heading */

.s-final-box h2{

    font-size:45px;

    font-weight:400;

    line-height:1.15;

    max-width:900px;

    margin:0 auto 30px;

    color:#fff;

}

.s-final-box h2 span{

    color:#77F3EF;

}

/* Paragraph */

.s-final-box p{

    max-width:850px;

    margin:0 auto 50px;

    font-size:20px;

    line-height:1.8;

    color:#9BE6E4;

}

/* Button */

.s-final .s-btn{

    padding:18px 42px;

    border-radius:14px;

    background:linear-gradient(90deg,#69ddd7,#0c8d88);

    font-size:20px;

    font-weight:600;

    box-shadow:0 15px 40px rgba(0,255,255,.15);

}

.s-final .s-btn i{

    margin-right:10px;

}

/* ==========================================
   TABLET
========================================== */

@media (max-width:991px){

    .s-container{
        padding:0 30px;
    }

    .s-hero-wrap{
        flex-direction:column;
        text-align:center;
        gap:50px;
    }

    .s-about-wrap{
        grid-template-columns:1fr;
        gap:40px;
    }

    .s-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .s-banner{
        flex-direction:column;
        text-align:center;
    }

    .s-hero h1{
        font-size:42px;
    }

    .s-section-title,
    .s-center-title{
        font-size:34px;
    }

    .s-banner-content h2{
        font-size:30px;
    }

    .s-final-box h2{
        font-size:34px;
    }
    .s-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .s-card,
    .s-card:nth-child(4),
    .s-card:nth-child(5){
        grid-column:auto;
    }

}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:767px){

    .s-container{
        padding:0 20px;
    }

    .s-hero,
    .s-about,
    .s-features,
    .s-pricing,
    .s-why,
    .s-final{
        padding:60px 0;
    }

    .s-grid{
        grid-template-columns:1fr;
    }

    .s-hero h1{
        font-size:34px;
    }

    .s-section-title,
    .s-center-title{
        font-size:28px;
    }

    .s-about-content h3{
        font-size:24px;
    }

    .s-banner{
        padding:35px 25px;
    }

    .s-banner-content h2{
        font-size:24px;
    }

    .s-price{
        font-size:20px;
    }

    .s-final-box{
        padding:50px 25px;
    }

    .s-final-box h2{
        font-size:28px;
    }

    .s-btn{
        width:100%;
    }
    .s-grid{
        grid-template-columns:1fr;
    }

} /* End of your custom CSS rules */