/* =====================================================
   BRAND COLORS
===================================================== */

:root {

    --navy: #062653;

    --navy-dark: #031A3B;

    --green: #009B4D;

    --green-dark: #007D3E;

    --white: #FFFFFF;

    --light: #F5F8F7;

    --text: #18263A;

    --border: #D9E5DF;

}



/* =====================================================
   RESET
===================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text);
    background: #fff;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

/* =====================================================
   HEADER
===================================================== */

.main-header {
    background: #fff;
    padding: 25px 0;
    position: relative;
    z-index: 20;
}

.company-logo {
    width: 245px;
    max-width: 100%;
}

.company-heading {
    padding-left: 20px;
}

.trusted-text {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.industrial-title {
    color: var(--navy);
    font-size: 32px;
    font-weight: 800;
}

.midc-title {
    color: var(--green);
    font-size: 28px;
    font-weight: 800;
}
.location-list {
    color: var(--navy);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
}

.location-list span {
    color: var(--green);
    padding: 0 4px;
}

/* =====================================================
   HERO
===================================================== */

.hero-section {
    min-height: 550px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-image: url("image/bg.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: var(--green);
}

.hero-overlay {
    position: absolute;
    width: 400px;
    height: 600px;
    border: 55px solid rgba(0,155,77,.06);
    border-radius: 50%;
    right: -160px;
    top: -180px;
}

.hero-row {
    min-height: 550px;
}
.hero-content {
    padding: 40px 0;
    position: relative;
    z-index: 5;
}

.badge-label {
    display: inline-block;
    background: var(--green);
    color: #fff;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2px;

    padding: 9px 18px;

    border-radius: 50px;

    margin-bottom: 22px;

}

.main-title {
    color: var(--navy);
    font-size: 58px;
    font-weight: 600;
    line-height: 60px;
}

.main-title span {
    display: block;
    color: var(--green);
    font-size: 38px;
    margin-top: 12px;
}

.title-decoration {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0;
}


.title-decoration span {

    width: 100px;

    height: 2px;

    background: var(--navy);

}



.title-decoration i {
    color: var(--green);
    font-size: 22px;
}

.hero-heading {
    color: var(--navy);
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
}

.hero-text {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 8px;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    padding: 14px 25px;
    color: #fff;
    background: var(--navy);
    border: 2px solid var(--navy);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    transition: .3s;
}

.btn-contact:hover {
    color: #fff;
    background: var(--green);
    border-color: var(--green);
    transform: translateY(-3px);
}

/* =====================================================
   STATS
===================================================== */

.stats-section {

    background: var(--navy);

    padding: 40px 0;

}



.stat-box {

    text-align: center;

    padding: 5px 15px;

    border-right: 1px solid rgba(255,255,255,.25);

}



.col-lg:last-child .stat-box {

    border-right: 0;

}



.stat-icon {

    width: 58px;

    height: 58px;

    border: 2px solid var(--green);

    color: var(--green);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto;

    font-size: 20px;

}



.stat-box h3 {

    color: var(--green);

    font-size: 20px;

    font-weight: 800;

    margin-top: 12px;

}



.stat-box p {

    color: rgba(255,255,255,.85);

    font-size: 11px;

    line-height: 1.6;

    margin: 0;

}

/* =====================================================
   SERVICES
===================================================== */

.section-heading {

    margin-bottom: 40px;

}



.section-heading span {

    color: var(--green);

    font-size: 11px;

    letter-spacing: 3px;

    font-weight: 700;

}



.section-heading h2 {

    color: var(--navy);

    font-size: 38px;

    font-weight: 800;

    margin: 8px 0;

}



.section-heading p {

    color: #555;

    font-size: 14px;

    line-height: 1.7;

}

/* =====================================================
   COMING SOON
===================================================== */

.coming-section {

    padding: 35px 0;

    background: #fff;

}



.coming-box {

    background: var(--green);

    color: #fff;

    padding: 28px 35px;

    border-radius: 5px;

    display: flex;

    align-items: center;

}



.coming-icon {

    width: 65px;

    height: 65px;

    min-width: 65px;

    border: 2px solid rgba(255,255,255,.75);

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 25px;

    margin-right: 20px;

}



.coming-box h3 {

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 5px;

}



.coming-box p {

    font-size: 13px;

}



/* =====================================================
   CONTACT
===================================================== */

.contact-section {

    background: var(--navy-dark);

    padding: 38px 0;

}



.contact-box {

    display: flex;

    align-items: center;

    padding: 5px 20px;

    border-right: 1px solid rgba(255,255,255,.2);

}



.col-lg-4:last-child .contact-box {

    border-right: 0;

}



.contact-icon {

    width: 52px;

    height: 52px;

    min-width: 52px;

    border: 2px solid var(--green);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--green);

    margin-right: 15px;

}



.contact-box span {

    display: block;

    color: var(--green);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 5px;

}



.contact-box a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
}

.contact-box a:hover {
    color: var(--green);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {
    .main-header {
        padding: 20px 0;
    }
    .company-logo {
        width: 210px;
        margin: 0 auto 20px;
    }

    .company-heading {
        padding-left: 0;
    }
    .industrial-title {
        font-size: 27px;
    }

    .midc-title {
        font-size: 24px;
    }
    .hero-section {
        min-height: 570px;
        background-position: 68% center;
    }
    .hero-row {
        min-height: 570px;
    }
    .hero-content {
        width: 70%;
    }
    .main-title {
        font-size: 62px;
    }

    .main-title span {
        font-size: 31px;
    }

    .stat-box {
        border-right: 0;
        margin-bottom: 25px;
    }


    .contact-box {
        border-right: 0;
        margin-bottom: 20px;
    }
}

/* =====================================================
   MOBILE
===================================================== */
@media (max-width: 575px) {
    .main-header {
        padding: 18px 0;
    }
    .company-logo {
        width: 180px;
    }
    .trusted-text {
        font-size: 12px;
    }
    .industrial-title {
        font-size: 20px;
    }

    .midc-title {
        font-size: 19px;
    }

    .location-list {
        font-size: 9px;
    }
    .hero-section {
        min-height: 600px;
        background-position: 70% center;
        background-image:
            linear-gradient(
                90deg,
                rgba(255,255,255,.97) 0%,
                rgba(255,255,255,.90) 55%,
                rgba(255,255,255,.35) 100%
            ),
            url("../assets/construction-bg.jpg");
    }

    .hero-row {
        min-height: 600px;
    }

    .hero-content {
        width: 100%;
        text-align: center;
    }

    .main-title {
        font-size: 47px;
        letter-spacing: -2px;
    }
    .main-title span {
        font-size: 24px;
        letter-spacing: 0;
    }
    .title-decoration {
        justify-content: center;
        margin: 20px 0;
    }
    .title-decoration span {
        width: 55px;
    }
    .hero-heading {
        font-size: 16px;
    }
    .hero-text {
        font-size: 12px;
    }
    .section-heading h2 {
        font-size: 29px;
    }
    .coming-box {
        display: block;
        text-align: center;
        padding: 28px 18px;
    }
    .coming-icon {
        margin: 0 auto 15px;
    }
    .coming-box h3 {
        font-size: 18px;
    }
    .coming-box p {
        font-size: 11px;
    }

    .contact-box {

        justify-content: flex-start;

        padding: 8px 5px;

    }


}