.elementor-520 .elementor-element.elementor-element-73f96ed{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-fdb8940 *//* LIBRARY SECTION */
.library-section{
    padding:80px 20px;
    background: linear-gradient(135deg,#0f172a,#1e3a8a);
    color:#fff;
}

/* CONTAINER */
.library-container{
    max-width:1100px;
    margin:auto;
    text-align:center;
}

/* TITLE */
.library-content h1{
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
    background:linear-gradient(90deg,#ffd700,#ff9800);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* HIGHLIGHT */
.highlight{
    font-size:22px;
    font-weight:600;
    margin-bottom:20px;
    color:#ffd700;
}

/* DESCRIPTION */
.description{
    font-size:16px;
    line-height:1.8;
    opacity:0.9;
    margin-bottom:15px;
}

/* FEATURES */
.library-features{
    margin-top:30px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:15px;
}

/* FEATURE BOX */
.feature{
    background:rgba(255,255,255,0.08);
    padding:15px;
    border-radius:10px;
    backdrop-filter: blur(8px);
    transition:0.3s;
}

.feature:hover{
    transform:translateY(-5px);
    background:rgba(255,255,255,0.15);
}

/* RESPONSIVE */
@media(max-width:768px){
    .library-content h1{
        font-size:32px;
    }

    .highlight{
        font-size:18px;
    }
}/* End custom CSS */