/* Sirf Industrial Areas section ke liye */
#industrial-areas{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    gap:25px;
}

#industrial-areas .authority-card{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    flex:none !important;
}

/* Tablet */
@media(max-width:992px){
    #industrial-areas{
        grid-template-columns:repeat(2,1fr) !important;
    }
}

/* Mobile */
@media(max-width:768px){
    #industrial-areas{
        grid-template-columns:1fr !important;
    }
}
.ec-section{
    padding:0 0 80px;
    /* background:linear-gradient(135deg,#eef7f2,#ffffff); */
}

.ec-grid{
    display:grid;
    grid-template-columns:40% 60%;
    gap:45px;
    align-items:start;
}

.ec-badge{
    display:inline-block;
    /* background:#1f8f57; */
    color:#fff;
    padding:8px 18px;
    border-radius:40px;
    font-size:14px;
    margin-bottom:18px;
    font-weight:600;
}

.ec-left h2{
    font-size:42px;
    font-weight:700px;
    color:#1e3a5f;
    margin-bottom:20px;
    line-height:1.3;
}

.ec-left p{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
}

.ec-right{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.ec-box{
    position:relative;
    background:#fff;
    border-radius:18px;
    padding:28px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.35s;
    overflow:hidden;
}

.ec-box::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:6px;
    height:100%;
    background:#1f8f57;
}

.ec-box:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 45px rgba(0,0,0,.12);
}

.ec-box span{
    width:52px;
    height:52px;
    background:#1f8f57;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    margin-bottom:18px;
    font-size:18px;
}

.ec-box h4{
    font-size:20px;
    margin-bottom:12px;
    color:#173b36;
}

.ec-box p{
    margin:0;
    color:#666;
    line-height:1.8;
}

@media(max-width:991px){

.ec-grid{
grid-template-columns:1fr;
}

.ec-right{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:767px){

.ec-left h2{
font-size:30px;
}

.ec-right{
grid-template-columns:1fr;
}

.ec-section{
padding:0 0 60px;
}

}
.authority-section-new{
    padding:0 0;
    /* background:#f7faf8; */
}

.authority-heading{
    max-width:900px;
    margin:0 auto 50px;
    text-align:center;
}

.authority-heading span{
    display:inline-block;
    background:#198754;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.authority-heading h2{
    font-size:38px;
    font-weight:700;
    color:#1e3a5f;
    margin-bottom:20px;
}

.authority-heading p{
    color:#666;
    line-height:1.9;
}

.authority-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.authority-box{
    background:#fff;
    border-radius:18px;
    padding:30px;
    border:1px solid #e4ece8;
    transition:.35s;
    position:relative;
}

.authority-box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:#198754;
    border-radius:18px 0 0 18px;
}

.authority-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.authority-title{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.authority-title span{
    width:50px;
    height:50px;
    background:#198754;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
    flex-shrink:0;
}

.authority-title h3{
    margin:0;
    font-size:24px;
    color:#173b36;
}

.authority-box p{
    margin:0;
    color:#666;
    line-height:1.8;
}

.authority-full{
    grid-column:1/-1;
}

@media(max-width:991px){

.authority-grid{
grid-template-columns:1fr;
}

.authority-full{
grid-column:auto;
}

}

@media(max-width:767px){

.authority-section-new{
padding:60px 0;
}

.authority-heading h2{
font-size:30px;
}

.authority-box{
padding:25px;
}

.authority-title h3{
font-size:20px;
}

}
.section-subtitle{
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #183b37;
    line-height: 1.4;
    margin: 0px 0 30px;
    padding-left: 18px;
    letter-spacing: .3px;
}

/* Tablet */
@media (max-width:991px){

.section-subtitle{
    font-size:28px;
    margin:35px 0 25px;
}

}

/* Mobile */
@media (max-width:767px){

.section-subtitle{
    font-size:22px;
    padding-left:15px;
    margin:25px 0 20px;
    line-height:1.5;
}

.section-subtitle::before{
    width:4px;
    top:4px;
}

.section-subtitle::after{
    width:60px;
    left:15px;
    height:3px;
}

}

.service-area-section{
    padding:0px 0px;
    background:#f8fbf9;
}

.service-area-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-top:35px;
}

.service-location{
    background:#fff;
    border-radius:18px;
    padding:28px;
    border:1px solid #e6ece8;
    border-left:5px solid #198754;
    transition:.35s;
}

.service-location:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.service-location h4{
    color:#183b37;
    font-size:22px;
    margin-bottom:12px;
}

.service-location p{
    color:#666;
    line-height:1.8;
    margin:0;
}

.full-width{
    grid-column:1/-1;
}

.coverage-note{
    margin-top:40px;
    background:#198754;
    color:#fff;
    padding:30px;
    border-radius:18px;
    text-align:center;
}

.coverage-note p{
    margin:0;
    line-height:1.9;
    color:#fff;
}

/* Tablet */
@media(max-width:991px){

.service-area-grid{
grid-template-columns:1fr;
}

.full-width{
grid-column:auto;
}

}

/* Mobile */
@media(max-width:767px){

.service-area-section{
padding:60px 0;
}

.service-location{
padding:22px;
}

.service-location h4{
font-size:20px;
}

.coverage-note{
padding:22px;
}

}

.why-choose-section{
    padding:80px 0;
    background:#f8fbf9;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:45px;
}

.why-card{
    background:#fff;
    border:1px solid #e5ece8;
    border-radius:18px;
    padding:28px 25px;
    text-align:center;
    transition:.35s;
    box-shadow:0 5px 18px rgba(0,0,0,.05);
}

.why-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.10);
    border-color:#198754;
}

.why-card span{
    width:65px;
    height:65px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#198754;
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

.why-card h4{
    font-size:20px;
    color:#183b37;
    line-height:1.6;
    margin:0;
}

/* Tablet */
@media(max-width:991px){

.why-grid{
    grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */
@media(max-width:767px){

.why-choose-section{
    padding:60px 0;
}

.why-grid{
    grid-template-columns:1fr;
    gap:18px;
}

.why-card{
    padding:24px 20px;
}

.why-card span{
    width:55px;
    height:55px;
    font-size:24px;
}

.why-card h4{
    font-size:18px;
}

}