:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-65a7ad3 *//* ===========================
   FLEXON CABLES PAGE CSS
=========================== */

body{
    background:#f8f9fb;
    font-family:'Poppins',sans-serif;
}

.copper-cables-page,
.aluminium-cables-page{
    max-width:1300px;
    margin:70px auto;
    padding:20px;
}

/* ===========================
   PAGE HEADING
=========================== */

.page-heading{
    text-align:center;
    margin-bottom:70px;
}

.page-heading span{
    display:inline-block;
    color:#8BC53F;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.page-heading h1{
    font-size:48px;
    color:#162447;
    font-weight:700;
    margin-bottom:18px;
}

.page-heading p{
    font-size:17px;
    color:#666;
    line-height:1.8;
    max-width:750px;
    margin:auto;
}

/* ===========================
   PRODUCT CARD
=========================== */

.cable-card{

    display:grid;
    grid-template-columns:420px 1fr;
    gap:40px;

    background:#fff;
    margin-bottom:60px;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;
}

.cable-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 50px rgba(0,0,0,.12);

}

/* ===========================
   IMAGE
=========================== */

.cable-image{

    background:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:35px;
}

.cable-image img{

    width:100%;

    max-width:330px;

    transition:.4s;
}

.cable-card:hover img{

    transform:scale(1.05);

}

/* ===========================
   CONTENT
=========================== */

.cable-content{

    padding:35px;

}

.cable-content h2{

    font-size:30px;

    color:#17233d;

    margin-bottom:25px;

    font-weight:700;

    line-height:1.3;

}

/* ===========================
   TABLE
=========================== */

.spec-table{

    width:100%;

    border-collapse:collapse;

}

.spec-table tr{

    border-bottom:1px solid #ececec;

}

.spec-table th{

    width:210px;

    background:#f6f8fb;

    color:#17233d;

    text-align:left;

    padding:16px;

    font-weight:600;

    vertical-align:top;

}

.spec-table td{

    padding:16px;

    color:#555;

    line-height:1.8;

}

/* ===========================
   OPTIONAL BUTTON
=========================== */

.enquiry-btn{

    display:inline-block;

    margin-top:30px;

    background:#8BC53F;

    color:#fff;

    padding:14px 32px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.enquiry-btn:hover{

    background:#162447;

    color:#fff;

}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:992px){

.cable-card{

grid-template-columns:1fr;

}

.cable-image{

padding:30px;

}

.cable-content{

padding:25px;

}

.page-heading h1{

font-size:38px;

}

}

@media(max-width:576px){

.page-heading h1{

font-size:30px;

}

.cable-content h2{

font-size:24px;

}

.spec-table th{

width:140px;

font-size:14px;

}

.spec-table td{

font-size:14px;

}

} 
 
 
 
 
 
 .cable-content h2{
    background:#162447;
    color:#fff;
    padding:18px 25px;
    border-radius:10px;
    margin-bottom:25px;
    font-size:28px;
}/* End custom CSS */