.elementor-24779 .elementor-element.elementor-element-0bf33c8{--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-b51cc1d *//* ===== ECG SECTION ===== */

#ecg-technician-course{
font-family:'Playfair Display',serif;
font-size:34px;
font-weight:800;
color:#1f2f46;
line-height:1.3;
margin:50px 0 25px;
padding-bottom:15px;
border-bottom:3px solid #e5e5e5;
}

#ecg-technician-course::before{
content:';
margin-right:10px;
}


/* Paragraph */

.blog-content p{
font-size:17px;
line-height:1.9;
color:#444;
margin-bottom:20px;
}


/* ECG Benefits */

.highlight-box{
background:linear-gradient(
135deg,
#1f2f46 0%,
#2e4970 100%
);

padding:35px;
border-radius:14px;
margin:35px 0;
box-shadow:
0 10px 30px rgba(0,0,0,.1);
}


.highlight-box h3{

color:white;
font-size:28px;
margin-bottom:20px;

}


.highlight-box ul{

display:grid;
grid-template-columns:
repeat(auto-fit,minmax(220px,1fr));

gap:15px;

}


.highlight-box ul li{

background:
rgba(255,255,255,.08);

padding:15px;

border-radius:8px;

list-style:none;

color:white;

font-size:15px;

}


.highlight-box ul li:hover{

transform:translateY(-4px);

transition:.3s;

}


/* Salary Table */

.blog-table{

width:100%;

border-collapse:collapse;

background:#fff;

box-shadow:
0 5px 20px rgba(0,0,0,.08);

border-radius:10px;

overflow:hidden;

margin:30px 0;

}


.blog-table th{

background:#b4372f;

color:white;

padding:16px;

font-size:15px;

}


.blog-table td{

padding:16px;

border-bottom:
1px solid #eee;

font-size:15px;

}


.blog-table tr:hover{

background:#faf7f5;

}


/* FAQ */

h4{

font-size:21px;

margin-top:25px;

color:#1f2f46;

}


h4::before{

content:"❓ ";

}


h4 + p{

background:#f8f8f8;

padding:18px;

border-left:
4px solid #b4372f;

border-radius:8px;

}


/* Internal links */

.blog-content a{

color:#b4372f;

font-weight:600;

text-decoration:none;

}


.blog-content a:hover{

color:#1f2f46;

text-decoration:underline;

}



/* Lists */

.blog-content ul{

padding-left:20px;

margin:20px 0;

}


.blog-content ul li{

margin-bottom:12px;

font-size:16px;

line-height:1.8;

}



/* Responsive */

@media(max-width:768px){

#ecg-technician-course{

font-size:28px;

}


.highlight-box{

padding:25px;

}


.blog-table th,
.blog-table td{

padding:10px;

font-size:13px;

}

}/* End custom CSS */