:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c6febde */.aluminium-cables-page{
    max-width:1300px;
    margin:80px auto;
    padding:0 20px;
}

.page-heading{
    text-align:center;
    margin-bottom:60px;
}

.page-heading span{
    color:#7BC143;
    font-weight:700;
    letter-spacing:2px;
}

.page-heading h1{
    font-size:48px;
    margin:15px 0;
    color:#17233d;
}

.page-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.cable-card{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:40px;
    margin-bottom:60px;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.cable-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.cable-content{
    padding:35px;
}

.cable-content h2{
    font-size:34px;
    margin-bottom:25px;
    color:#17233d;
}

.spec-table{
    width:100%;
    border-collapse:collapse;
}

.spec-table th{
    width:180px;
    background:#f5f5f5;
    text-align:left;
    padding:15px;
    color:#17233d;
}

.spec-table td{
    padding:15px;
    border-bottom:1px solid #eee;
    color:#555;
    line-height:1.7;
}

@media(max-width:900px){
    .cable-card{
        grid-template-columns:1fr;
    }
}/* End custom CSS */