/*=================================================
                TOP TITLE
==================================================*/

.top-heading {
    text-align: center;
    color: #0b5f27;
    font-size: 52px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
/*=================================================
                COMPANY ROW
==================================================*/

.company-row {
    margin-bottom: 12px;
}
.logo-box {
    width: 120px;
    border: 3px solid #d51d18;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}
.logo-box img {
    width: 100%;
}
.company-name {
    font-family: 'Oswald', sans-serif;
    font-size: 74px;
    color: #c30000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    text-shadow: 2px 2px 0 rgba(0,0,0,.08);
}
/*=================================================
                CONTACT
==================================================*/

.contact-text {
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    color: #111;
    margin-bottom: 25px;
}
.contact-text strong {
    font-weight: 700;
}
.designation {
    font-weight: 600;
}
.underline {
    font-weight: 700;
    text-decoration: underline;
}
/*=================================================
                MIDDLE AREA
==================================================*/

.middle-section {
   
    align-items: flex-end;
}
.city-area {
    padding-left: 10px;
}
.city-area img {
    width: 100%;
}
.machine-box {
    position: relative;
    display: inline-block;
}
.machine-img {
    width: 100%;
    max-width: 620px;
}
.installed-text {
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%);
    color: #d10000;
    font-weight: 800;
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(255,255,255,.8);
}
.generator-img {
    width: 100%;
    max-width: 560px;
}
/*=================================================
                BOTTOM TITLE
==================================================*/

.bottom-heading {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #8e0000;
    font-size: 64px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}

/*=================================================
                RESPONSIVE
==================================================*/

@media(max-width:1400px) {
.company-name {
    font-size: 60px;
}
.top-heading {
    font-size: 44px;
}
.bottom-heading {
    font-size: 54px;
}
.contact-text {
    font-size: 24px;
}
.installed-text {
    font-size: 30px;
}
}

@media(max-width:1200px) {
.company-name {
    font-size: 50px;
}
.top-heading {
    font-size: 38px;
}
.bottom-heading {
    font-size: 46px;
}
.middle-section {
    min-height: auto;
}
}

@media(max-width:992px) {
.logo-box {
    margin: auto;
    margin-bottom: 15px;
}
.company-name {
    text-align: center;
    font-size: 42px;
}
.contact-text {
    font-size: 20px;
}
.city-area {
    display: none;
}
.machine-box {
    margin-bottom: 25px;
}
.generator-img {
    margin: auto;
}
.bottom-heading {
    font-size: 38px;
}
.top-heading {
    font-size: 34px;
}
}

@media(max-width:768px) {
.kgpl-banner {
    padding: 15px;
}
.top-heading {
    font-size: 28px;
}
.company-name {
    font-size: 34px;
}
.contact-text {
    font-size: 18px;
    line-height: 1.7;
}
.bottom-heading {
    font-size: 30px;
}
.installed-text {
    font-size: 22px;
}
}

@media(max-width:576px) {
.top-heading {
    font-size: 22px;
}
.company-name {
    font-size: 28px;
}
.contact-text {
    font-size: 16px;
}
.bottom-heading {
    font-size: 22px;
}
.logo-box {
    width: 95px;
}
.installed-text {
    font-size: 18px;
}
}

/*-----------------Key BOx*/
.key-box {
    position: relative;
    max-width: 1200px;
    margin: auto;
    background: #fff;
    border: 3px solid #1b6f3c;
    border-radius: 30px;
    padding: 45px 35px 28px;
    overflow: visible;
}
.key-title {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: #0d6b2e;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 35px;
    border-radius: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}
.content-row {
    display: flex;
    align-items: center;
}
.icon-box {
    width: 135px;
    text-align: center;
    flex-shrink: 0;
}
.icon-box svg {
    width: 90px;
    height: 90px;
}
.text-box {
    flex: 1;
}
.main-heading {
    color: #8e0000;
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.feature-list {
    display: flex;
    justify-content: left;
    gap: 45px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.feature-list li {
    font-size: 18px;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
}
.feature-list li::before {
    content: "•";
    color: #000;
    margin-right: 10px;
    font-size: 28px;
}

@media(max-width:991px) {
.main-heading {
    font-size: 45px;
    text-align: center;
}
.content-row {
    display: block;
    text-align: center;
}
.icon-box {
    margin: auto auto 20px;
}
.feature-list {
    gap: 20px;
}
.feature-list li {
    font-size: 18px;
}
.key-title {
    font-size: 22px;
}
}

@media(max-width:576px) {
.main-heading {
    font-size: 34px;
}
.feature-list li {
    font-size: 16px;
}
.key-title {
    font-size: 18px;
    padding: 8px 20px;
}
}


/*==========================Section 3====================*/
.mfcb-section {
    padding: 70px 0;
    background: #fff;
}

/*==================================================
    TITLE
==================================================*/

.mfcb-heading {
    width: 400px;
    margin: 0 auto 60px;
    background: #0a6d2c;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 14px;
    padding: 10px 25px;
    letter-spacing: 1px;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
}
/*==================================================
    DIVIDER
==================================================*/

.mfcb-divider {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #b8b8b8;
    transform: translateX(-50%);
}
/*==================================================
    ITEM
==================================================*/

.mfcb-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
/*==================================================
    ICON
==================================================*/

.mfcb-icon {
    width: 62px;
    height: 62px;
    border: 3px solid #b40000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
}
.mfcb-icon i {
    color: #0b7d33;
    font-size: 30px;
}
.mfcb-number {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    line-height: 1;
}
/*==================================================
    CONTENT
==================================================*/

.mfcb-content h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 900;
    color: #111;
    line-height: 1.2;
    text-transform: uppercase;
}
.mfcb-content p {
    margin: 0;
    color: #222;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
}
/*==================================================
    SPACING
==================================================*/

/*==================================================
    HOVER
==================================================*/

.mfcb-item {
    transition: .3s ease;
}
.mfcb-item:hover {
    transform: translateY(-4px);
}
.mfcb-item:hover .mfcb-icon {
    background: #0a6d2c;
    border-color: #0a6d2c;
}
.mfcb-item:hover .mfcb-icon i {
    color: #fff;
}
.mfcb-item:hover .mfcb-number {
    color: #fff;
}

/*==================================================
    TABLET
==================================================*/

@media(max-width:991px) {
.mfcb-section {
    padding: 50px 0;
}
.mfcb-heading {
    width: 280px;
    font-size: 28px;
    margin-bottom: 45px;
}
.mfcb-left {
    padding-right: 15px;
    margin-bottom: 50px;
}
.mfcb-right {
    padding-left: 15px;
}
.mfcb-divider {
    display: none;
}
.mfcb-content h3 {
    font-size: 20px;
}
.mfcb-content p {
    font-size: 16px;
}
}

/*==================================================
    MOBILE
==================================================*/

@media(max-width:767px) {
.mfcb-heading {
    width: 100%;
    font-size: 24px;
    padding: 12px 15px;
}
.mfcb-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.mfcb-icon {
    margin-bottom: 12px;
}
.mfcb-content h3 {
    font-size: 19px;
}
.mfcb-content p {
    font-size: 15px;
    line-height: 1.5;
}
}

/*==================================================
    SMALL MOBILE
==================================================*/

@media(max-width:480px) {
.mfcb-heading {
    font-size: 20px;
}
.mfcb-icon {
    width: 58px;
    height: 58px;
}
.mfcb-icon i {
    font-size: 26px;
}
.mfcb-number {
    font-size: 28px;
}
.mfcb-content h3 {
    font-size: 17px;
}
.mfcb-content p {
    font-size: 14px;
}
}

/*=============================
KGPL DG SET SECTION
=============================*/

.kgpl-operation-section{

    background:#fff;

    padding:60px 0;

}

.kgpl-operation-box{

    background:#ffffff;

    border-radius:25px;


    overflow:hidden;

    position:relative;

}



.kgpl-tag{

    display:inline-block;

    background:#198754;

    color:#fff;

    padding:8px 18px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.kgpl-main-title{

    font-size:42px;

    font-weight:800;

    color:#0c1b33;

    line-height:1.2;

    margin-bottom:20px;

}

.kgpl-main-desc{

    color:#555;

    font-size:17px;

    line-height:30px;

    margin-bottom:35px;

}

.kgpl-info-card{

    display:flex;

    align-items:flex-start;

    gap:20px;

    background:#fff;

    border:1px solid #edf0f4;

    border-radius:18px;

    padding:25px;

    margin-bottom:25px;

    transition:.35s;

}

.kgpl-info-card:hover{

    transform:translateY(-5px);

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.kgpl-card-icon{

    width:65px;

    height:65px;

    border-radius:50%;

    background:#198754;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    flex-shrink:0;

}

.kgpl-info-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:18px;

    color:#111;

}

.kgpl-check-list{

    list-style:none;

    padding:0;

    margin:0;

}

.kgpl-check-list li{

    position:relative;

    padding-left:28px;

    margin-bottom:12px;

    color:#555;

    line-height:28px;

}

.kgpl-check-list li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:0;

    color:#198754;

    font-weight:700;

}

.kgpl-download-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#198754;

    color:#fff!important;

    text-decoration:none;

    padding:15px 35px;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}

.kgpl-download-btn:hover{

    background:#146c43;

    color:#fff;

    transform:translateY(-3px);

}

.kgpl-image-wrapper{

    position:relative;

}

.kgpl-image-wrapper img{

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.kgpl-floating-card{

    position:absolute;

    left:-30px;

    bottom:35px;

    background:#fff;

    padding:20px 30px;

    border-radius:18px;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.kgpl-floating-card h5{

    font-size:22px;

    margin-bottom:6px;

    font-weight:700;

}

.kgpl-floating-card span{

    color:#666;

    font-size:15px;

}

@media(max-width:991px){

.kgpl-operation-box{

padding:35px;

}

.kgpl-main-title{

font-size:34px;

}

.kgpl-floating-card{

position:relative;

left:0;

bottom:0;

margin-top:20px;

}

}

@media(max-width:576px){

.kgpl-main-title{

font-size:28px;

}

.kgpl-info-card{

flex-direction:column;

}

.kgpl-card-icon{

margin-bottom:10px;

}

.kgpl-operation-box{

padding:25px;

}

}