.elementor-58390 .elementor-element.elementor-element-a2d10f3{--display:flex;}.elementor-58390 .elementor-element.elementor-element-96e7f33{--display:flex;}.elementor-58390 .elementor-element.elementor-element-d018205{max-width:label_off !important;}/* Start of your custom CSS rules for html, class: .elementor-element-d018205 */ /* ==========================================
   TRACKYSUITE LANDING PAGE
========================================== */

.trackysuite-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;
}

.trackysuite-page *,
.trackysuite-page *::before,
.trackysuite-page *::after{
    box-sizing:border-box;
}

.t-container{
    width:100%;
    max-width:1280px;
    margin:auto;
    padding:0 70px;
}

/* ==========================================
   BUTTON
========================================== */

.t-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 38px;
    background:var(--primary);
    color:#fff;
    text-decoration:none;
    border-radius:14px;
    font-weight:600;
    transition:.35s;
}

.t-btn:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(0,118,114,.35);
}

/* ==========================================
   HERO
========================================== */

.t-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;
}

.t-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.18);
}

.t-hero .t-container{
    position:relative;
    z-index:2;
}

.t-hero-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.t-hero-content{
    flex:0 0 48%;
}

.t-logo{
    font-size:42px;
    font-weight:400;
    color:#59d7d2;
    margin-bottom:10px;
    line-height:1;
}

.t-hero h1{
    font-size:55px;
    font-weight:400;
    line-height:1.05;
    color:#fff;
    max-width:620px;
    margin-top:0;
    margin-bottom:25px;
}

.t-hero p{
    font-size:20px;
    line-height:1.9;
    color:#d7e7f2;
    max-width:560px;
    margin-bottom:45px;
}

.t-hero-img{
    flex:0 0 52%;
    text-align:right;
}

.t-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(0);}
    50%{transform:translateY(-12px);}
    100%{transform:translateY(0);}
}

/* ==========================================
   ABOUT
========================================== */

.t-about{
    padding:90px 0;
    border-bottom:1px solid var(--border);
}

.t-about-wrap{
    display:grid;
    grid-template-columns:1fr 1.4fr;
    gap:70px;
}

.t-about h2{
    font-size:40px;
    line-height:1.2;
}

.t-about h3{
    font-size:30px;
    margin-bottom:22px;
}

.t-about p{
    color:var(--muted);
    font-size:18px;
    line-height:1.9;
    margin-bottom:22px;
}

/* ==========================================
   SECTION TITLE
========================================== */

.t-center{
    text-align:center;
    font-size:40px;
    margin-bottom:55px;
}

/* ==========================================
   FEATURES
========================================== */

.t-features{
    padding:90px 0;
}

.t-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.t-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;
}

/*.t-card:nth-child(4){*/
/*    grid-column:2 / span 2;*/
/*}*/

/*.t-card:nth-child(5){*/
/*    grid-column:4 / span 2;*/
/*}*/

.t-card:hover{
    transform:translateY(-6px);
    border-color:var(--primary);
    box-shadow:0 20px 45px rgba(0,0,0,.35);
}

.t-card i{
    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;
}

.t-card h3{
    font-size:22px;
    margin-bottom:14px;
}

.t-card p{
    color:var(--muted);
    line-height:1.8;
    margin:0;
}

/* ==========================================
   PRICING CTA
========================================== */

.t-banner{
    padding:90px 0;
}

.t-banner-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;
    background:var(--card);
    border:1px solid var(--border);
    border-radius:20px;
    padding:50px;
}

.t-banner-box h2{
    font-size:40px;
    line-height:1.3;
    margin-bottom:20px;
}

.t-price{
    font-size:24px;
    font-weight:700;
    color:var(--primary);
}

/* ==========================================
   WHY CHOOSE
========================================== */

.t-why{
    padding:90px 0;
}
.t-why .t-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:24px;
}

.t-why .t-card{
    grid-column:span 2;
}

/* Center the last two cards */
.t-why .t-card:nth-child(4){
    grid-column:2 / span 2;
}

.t-why .t-card:nth-child(5){
    grid-column:4 / span 2;
}

/* ==========================================
   FINAL CTA
========================================== */

.t-final{
    padding:100px 0;
}

.t-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;
}

.t-final-box::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,8,18,.15),
        rgba(0,8,18,.15)
    );
}

.t-final-box>*{
    position:relative;
    z-index:2;
}

.t-final-box h2{
    font-size:45px;
    font-weight:400;
    line-height:1.15;
    max-width:900px;
    margin:0 auto 30px;
    color:#fff;
}

.t-final-box p{
    max-width:850px;
    margin:0 auto 50px;
    font-size:20px;
    line-height:1.8;
    color:#9BE6E4;
}

.t-final .t-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);
}

/* ==========================================
   TABLET
========================================== */

@media (max-width:991px){

    .t-container{
        padding:0 30px;
    }

    .t-hero-wrap{
        flex-direction:column;
        text-align:center;
        gap:50px;
    }

    .t-about-wrap{
        grid-template-columns:1fr;
        gap:40px;
    }

    .t-banner-box{
        flex-direction:column;
        text-align:center;
    }

    .t-hero h1{
        font-size:42px;
    }

    .t-about h2,
    .t-center{
        font-size:34px;
    }

    .t-banner-box h2{
        font-size:30px;
    }

    .t-final-box h2{
        font-size:34px;
    }

    .t-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .t-card,
    .t-card:nth-child(4),
    .t-card:nth-child(5){
        grid-column:auto;
    }
    .t-why .t-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .t-why .t-card,
    .t-why .t-card:nth-child(4),
    .t-why .t-card:nth-child(5){
        grid-column:auto;
    }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:767px){

    .t-container{
        padding:0 20px;
    }

    .t-hero,
    .t-about,
    .t-features,
    .t-banner,
    .t-why,
    .t-final{
        padding:60px 0;
    }

    .t-grid{
        grid-template-columns:1fr;
    }

    .t-hero h1{
        font-size:34px;
    }

    .t-about h2,
    .t-center{
        font-size:28px;
    }

    .t-about h3{
        font-size:24px;
    }

    .t-banner-box{
        padding:35px 25px;
    }

    .t-banner-box h2{
        font-size:24px;
    }

    .t-price{
        font-size:20px;
    }

    .t-final-box{
        padding:50px 25px;
    }

    .t-final-box h2{
        font-size:28px;
    }

    .t-btn{
        width:100%;
    }

    .t-grid{
        grid-template-columns:1fr;
    }
    .t-why .t-grid{
        grid-template-columns:1fr;
    }
} /* End of your custom CSS rules */