/* ====================
    Google Font
==================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');


/* ====================
    Root Variables Start
==================== */
:root {
    --primary-color: #75bc3e;
    --secondary-color: #012d5e;
    --primary-hover-color: #5dae1f;
    --light-gray: #f4f4f4;
    --white: #fff;
    --white-hover-color: #f2c2c2;
    --star-color: #bbd86c;
    --review-text-color: #363636;
    --dark-color: #383838;
}

/* ====================
    Root Variables End
==================== */


/* ====================
    Reset CSS Start
==================== */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

p {
    margin-bottom: 0 !important;
}

/* ====================
    Reset CSS End
==================== */


/* ====================
    Common CSS Start
==================== */
.section {
    padding: 70px 0;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--secondary-color);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.primary-btn {
    padding: 10px 70px;
    background: var(--primary-color);
    color: var(--secondary-color);
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    display: inline-block;
}

.primary-btn:hover {
    background: var(--primary-hover-color);
}
/* ====================
    Common CSS End
==================== */


/* ====================
    Top Header CSS Start
==================== */
.top-header {
    background-color: var(--primary-color);
}

.top-header p.phone-no {
    font-size: 26px;
    font-weight: 700;
    color: #2c3527;
}
/* ====================
    Top Header CSS End
==================== */


/* ====================
    Hero Section CSS Start
==================== */
.hero-section {
    background-image: url(../assets/hero-bg.png);
    background-size: cover;
    background-position: center center;
}

.hero-section .hero-text-area img.logo {
    width: 320px;
}

.hero-section .hero-text-area h1 {
    font-size: 50px;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 70px;
    width: 75%;
}

.hero-section .hero-text-area p {
    font-size: 36px;
    color: var(--secondary-color);
    width: 70%;
}

.hero-section .contact-us-area {
    padding-top: 260px;
}

.hero-section .contact-us-area img.award {
    position: absolute;
    right: 0;
    top: 0;
}

.hero-section .contact-us-area .contact-form-area {
    border-top: 14px solid var(--primary-color);
    background: #f8f8f8;
    width: 360px;
    padding: 25px 25px 30px;
}

.hero-section .contact-us-area .contact-form-area h2 {
    font-size: 25px;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 36px;
}

.hero-section .contact-us-area .contact-form-area .contact-form label,
.hero-section .contact-us-area .contact-form-area .contact-form input,
.hero-section .contact-us-area .contact-form-area .contact-form textarea,
.hero-section .contact-us-area .contact-form-area .contact-form select {
    width: 100%;
}

.hero-section .contact-us-area .contact-form-area .contact-form label {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    color: var(--secondary-color);
}

.hero-section .contact-us-area .contact-form-area .contact-form input {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
    font-size: 15px;
    line-height: 15px;
    height: 34px;
    padding: 0 8px;
    outline: none;
}

.hero-section .contact-us-area .contact-form-area .contact-form select {
    height: 34px;
    font-size: 15px;
    line-height: 15px;
    padding: 0 8px;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    border-radius: 0;
    border: 1px solid #bbbbbb;
}

.hero-section .contact-us-area .contact-form-area .contact-form textarea {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
    font-size: 15px;
    line-height: 15px;
    padding: 8px;
    outline: none;
}

.hero-section .contact-us-area .contact-form-area .contact-form input[type="submit"] {
    font-weight: 700;
    height: auto;
    padding: 15px;
    width: 200px;
    background: var(--primary-color);
    color: #fff;
    box-shadow: none;
    border-radius: 10;
    border: none;
}

.hero-section .contact-us-area .contact-form-area .contact-form input[type="submit"]:hover {
    background: var(--primary-hover-color);
}

/* ====================
    Hero Section CSS End
==================== */


/* ====================
    Feature Section CSS Start
==================== */
.feature-section {
    background: var(--secondary-color);
    margin-top: -150px;
    padding: 70px 0 120px;
}
.feature-section .feature-name {
    font-size: 27px;
    font-weight: 700;
    color: var(--white);
    margin-top: 15px;
}
/* ====================
    Feature Section CSS End
==================== */


/* ====================
    Services Section CSS Start
==================== */
.services-section img {
    width: 100%;
    border-bottom: 12px solid var(--primary-color);
}

.services-section .service-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.services-section .service-desc {
    font-size: 20px;
    line-height: 32px;
    color: var(--secondary-color)
}

.services-section .sub-service {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-top: 10px;
}
/* ====================
    Services Section CSS End
==================== */


/* ====================
    Guarantee Section CSS Start
==================== */
.guarantee-section {
    background: var(--light-gray);
}

.guarantee-section img {
    width: 40px;
    margin-right: 20px;
}

.guarantee-section p.guarantee-text {
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
    color: var(--secondary-color);
}
/* ====================
    Guarantee Section CSS End
==================== */


/* ====================
    Committed Section CSS Start
==================== */
.committed-section {
    background-image: url(../assets/committed-bg.png);
    background-size: cover;
    background-position: center center;
}

.committed-section h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    color: var(--secondary-color);
    width: 80%;
}

.committed-section .primary-btn {
    margin-top: 40px;
    background: var(--white);
}

.committed-section .primary-btn:hover {

    background: #f2c2c2;
}
/* ====================
    Committed Section CSS End
==================== */


/* ====================
    Happy Clients Section CSS Start
==================== */
.happy-clients-section {
    background: #fdfdfd;
}

.happy-clients-section .stars i {
    color: var(--primary-color);
    font-size: 25px;
    margin-right: 5px;
}

.happy-clients-section .review-text {
    margin: 15px 0 30px;
    font-size: 16px;
    line-height: 29px;
    color: var(--review-text-color);
}

.happy-clients-section hr {
    height: 2px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    opacity: 1;
}
/* ====================
    Happy Clients Section CSS End
==================== */


/* ====================
    Team Effort Section CSS Start
==================== */
.team-effort-section {
    background-image: url(../assets/team-effort-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.team-effort-section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.46);
}

.team-effort-section .team-effort-text-area {
    width: 50%;
    margin: auto;
    z-index: 3;
    position: relative;  
}

.team-effort-section .team-effort-text-area h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;  
    color: var(--secondary-color);
}

.team-effort-section .team-effort-text-area p {
    font-size: 20px;
    line-height: 32px;
    color: var(--secondary-color);
    margin: 15px 0 30px !important;
}

/* ====================
    Team Effort Section CSS End
==================== */


/* ====================
    Footer CSS Start
==================== */
footer {
    background: var(--secondary-color);
    text-align: center;
    padding: 70px 0;
}

footer .logo {
    width: 250px;
}


footer .footer-text {
    font-size: 18px;
    line-height: 26px;
    color: var(--white);
}

footer .footer-text .footer-links a {
    color: #fff;
    transition: 0.3s ease-in-out;
}

footer .footer-text .footer-links a:hover {
    color: var(--primary-color);
}
/* ====================
    Footer CSS End
==================== */