
/*====================================
        PAGE BANNER
=====================================*/

.page-banner{
    position: relative;
    padding: 140px 0 100px;
    background: linear-gradient(rgba(10,43,103,.88),rgba(10,43,103,.88)),
    url("../images/banner/service-banner.jpg") center/cover;
    color:#fff;
    overflow:hidden;
}

.page-banner::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(57,181,74,.15);
    border-radius:50%;
    top:-180px;
    right:-180px;
}

.banner-content{
    position:relative;
    z-index:2;
    max-width:700px;
}

.banner-content h1{

    font-size:58px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.2;

}

.banner-content p{

    font-size:18px;
    line-height:1.8;
    opacity:.95;
    margin-bottom:35px;

}

.breadcrumb{

    display:flex;
    align-items:center;
    gap:12px;
    font-size:15px;

}

.breadcrumb a{

    color:#39B54A;
    text-decoration:none;
    font-weight:600;

}

.breadcrumb span{

    color:#fff;

}


/*====================================
        ABOUT SERVICE
=====================================*/

.service-about{

    padding:110px 0;
    background:#f8fbff;

}

.service-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;

}


/* Image */

.service-image{

    position:relative;

}

.service-image img{

    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.service-image::after{

    content:"";
    position:absolute;
    width:160px;
    height:160px;
    background:#39B54A;
    border-radius:25px;
    bottom:-25px;
    right:-25px;
    z-index:-1;

}


/* Right Content */

.service-content span{

    display:inline-block;
    padding:10px 22px;
    background:#39B54A20;
    color:#39B54A;
    border-radius:40px;
    font-weight:600;
    margin-bottom:20px;

}

.service-content h2{

    font-size:42px;
    color:#0A2B67;
    margin-bottom:25px;
    line-height:1.3;

}

.service-content p{

    color:#666;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;

}


/* List */

.service-content ul{

    list-style:none;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;

}

.service-content ul li{

    display:flex;
    align-items:center;
    gap:12px;
    background:#fff;
    padding:18px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.35s;

}

.service-content ul li:hover{

    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);

}

.service-content ul li i{

    width:34px;
    height:34px;
    background:#39B54A;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:14px;

}


/*====================================
        Responsive
=====================================*/

@media(max-width:992px){

.service-grid{

grid-template-columns:1fr;
gap:50px;

}

.banner-content h1{

font-size:42px;

}

.service-content h2{

font-size:34px;

}

.service-content ul{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.page-banner{

padding:110px 0 80px;

}

.banner-content h1{

font-size:34px;

}

.banner-content p{

font-size:16px;

}

.service-about{

padding:80px 0;

}

}


/*=====================================
      ELECTRICAL SERVICES
=====================================*/

.electrical-services{

    padding:120px 0;

    background:#f8fbff;

}

.electrical-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:60px;

}

.electrical-card{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    transition:.4s;

    border:1px solid #e9eef5;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.electrical-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.card-icon{

    width:85px;

    height:85px;

    margin:auto;

    border-radius:18px;

    background:linear-gradient(135deg,#39B54A,#0A2B67);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:34px;

    margin-bottom:25px;

}

.electrical-card h3{

    color:#0A2B67;

    font-size:24px;

    margin-bottom:18px;

}

.electrical-card p{

    color:#666;

    line-height:1.8;

    font-size:16px;

}


/*=====================================
        SERVICE PLANS
=====================================*/

.service-plans{

    padding:120px 0;

    background:#ffffff;

}

.plans-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    margin-top:60px;

}

.plan-card{

    position:relative;

    background:#fff;

    padding:45px 35px;

    border-radius:20px;

    border:1px solid #e5e5e5;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.4s;

}

.plan-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.featured{

    border:2px solid #39B54A;

}

.plan-badge{

    position:absolute;

    top:20px;

    right:20px;

    background:#39B54A;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

}

.plan-icon{

    width:85px;

    height:85px;

    border-radius:20px;

    background:linear-gradient(135deg,#39B54A,#0A2B67);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:34px;

    margin-bottom:30px;

}

.plan-card h3{

    font-size:28px;

    color:#0A2B67;

    margin-bottom:20px;

}

.plan-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}

.plan-card ul{

    list-style:none;

    padding:0;

    margin-bottom:35px;

}

.plan-card ul li{

    margin-bottom:15px;

    color:#444;

}

.plan-card ul li i{

    color:#39B54A;

    margin-right:10px;

}

.plan-btn{

    display:inline-block;

    width:100%;

    text-align:center;

    padding:16px;

    border-radius:10px;

    text-decoration:none;

    background:#0A2B67;

    color:#fff;

    font-weight:600;

    transition:.35s;

}

.plan-btn:hover{

    background:#39B54A;

}