.elementor-2142 .elementor-element.elementor-element-a7bdf1f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f7dd3e1 *//* =========================
   MAIN WRAPPER
========================= */

.peaklab-release-wrapper{
    max-width:1200px;
    margin:auto;
    padding:30px 20px 80px;
    font-family:Arial, Helvetica, sans-serif;
}

/* =========================
   HERO SECTION
========================= */

.peaklab-release-header{
    position:relative;
    overflow:hidden;
    padding:90px 30px;
    border-radius:28px;
    background:
        radial-gradient(circle at top left, rgba(56,189,248,0.18), transparent 30%),
        radial-gradient(circle at bottom right, rgba(59,130,246,0.14), transparent 30%),
        linear-gradient(135deg,#020617 0%,#0f172a 50%,#111827 100%);
    border:1px solid rgba(255,255,255,0.08);
    text-align:center;
    margin-bottom:50px;
    box-shadow:
        0 20px 50px rgba(0,0,0,0.45),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

.release-note-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:999px;
    background:rgba(56,189,248,0.12);
    border:1px solid rgba(56,189,248,0.25);
    color:#38bdf8;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:28px;
}

.release-main-title{
    font-size:78px;
    line-height:1;
    font-weight:800;
    color:#ffffff;
    margin-bottom:20px;
    letter-spacing:-3px;
}

.release-main-title span{
    background:linear-gradient(90deg,#38bdf8,#60a5fa,#93c5fd);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.release-description{
    max-width:850px;
    margin:auto;
    color:#cbd5e1;
    font-size:20px;
    line-height:1.9;
}

/* =========================
   CARD CONTENT
========================= */

.release-card{
    background:#0f172a;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:28px;
    padding:50px;
    box-shadow:0 20px 50px rgba(0,0,0,0.35);
}

.release-card h3{
    font-size:34px;
    color:#ffffff;
    margin-bottom:25px;
    margin-top:10px;
}

.release-card p{
    font-size:17px;
    line-height:1.9;
    color:#cbd5e1;
    margin-bottom:22px;
}

.release-card a{
    color:#38bdf8;
    text-decoration:none;
    font-weight:600;
}

.release-card a:hover{
    text-decoration:underline;
}

.feature-title{
    font-size:24px;
    color:#ffffff;
    font-weight:700;
    margin-top:40px;
    margin-bottom:20px;
    line-height:1.5;
}

.highlight{
    color:#38bdf8;
    font-weight:700;
}

.section-divider{
    width:100%;
    height:1px;
    background:rgba(255,255,255,0.08);
    margin:45px 0;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:768px){

    .peaklab-release-wrapper{
        padding:20px 15px 60px;
    }

    .peaklab-release-header{
        padding:65px 20px;
        border-radius:22px;
    }

    .release-main-title{
        font-size:48px;
        line-height:1.1;
    }

    .release-description{
        font-size:16px;
        line-height:1.8;
    }

    .release-card{
        padding:30px 22px;
        border-radius:22px;
    }

    .release-card h3{
        font-size:28px;
    }

    .feature-title{
        font-size:21px;
    }

    .release-card p{
        font-size:15px;
        line-height:1.8;
    }
}


/* =================================
   BULLET POINT FEATURE DESIGN
================================= */
/* SMALL INNER DOT */
.release-card .feature-title::after{
    content:"";
    position:absolute;
    left:5px;
    top:13px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ffffff;
}

/* PARAGRAPH DESIGN */
.release-card p{
    position:relative;
    padding-left:60px;
    color:#cbd5e1;
    font-size:16px;
    line-height:1.9;
    margin-bottom:16px;
}

/* SUB BULLET FOR CONTENT */
.release-card p::before{
    content:"";
    position:absolute;
    left:6px;
    top:12px;
    width:7px;
    height:7px;
    border-radius:50%;
    background:rgba(0,195,255,0.7);
}

/* HOVER EFFECT */
.release-card .feature-title:hover{
    color:#00c3ff;
    transition:0.3s ease;
}

/* MOBILE */
@media(max-width:768px){

    .release-card .feature-title{
        font-size:22px;
        padding-left:45px;
    }

    .release-card p{
        padding-left:45px;
        font-size:15px;
        line-height:1.8;
    }

}/* End custom CSS */