@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    font-family: "Mulish", sans-serif;
}


a {
    text-decoration: none !important;
}



.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #fff;
    animation: sticky 2s;
    box-shadow: 0px -1px 4px 0px;
}



.header {
    border-bottom: 1px solid #e2e8f0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 0 !important;
    margin: 0;
    list-style: none;
}

.nav-item {
    margin-left: 5rem;
}

.nav-link {
    font-size: 1.2rem;
    font-weight: 400;
    color: #475569;
}



img.header-logo {
    height: 70px;
}





section.home {
    height: 580px;
    background: #026704;
    display: flex;
    justify-content: center;
    align-items: center;
}




.hero-section {
    position: relative;
    height: 650px;
    background: linear-gradient(45deg, rgb(0 0 0 / 16%), rgb(0 0 0 / 0%)), url(../img/home-bg.jpg) center center / cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}


.hero-section .container.text-center.text-white {
    z-index: 1 !important;
}



.overlay {
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 43%);
}





.highlight {
    color: #f67823;
    font-weight: bold;
}

.main-heading {
    font-size: 43px;
    font-weight: 700;
}

.subheading {
    font-size: 19px;
    margin-top: 15px;
}




.hero-section .btn-primary {
    color: #fff;
    background-color: #026605 !important;
    border-color: #026605 !important;
    margin-top: 0px;
}




/* Animation */
@keyframes backgroundAnimation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}

.hero-section {
    animation: backgroundAnimation 30s ease-in-out infinite;
    background-size: 100% 156%;
}





.about .for-img img {
    width: 100%;
    border-radius: 20px;
}


.about .main_title h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #016503;
}


.about .title h4 {
    font-size: 22px;
    font-weight: 700;
    color: #116e12;
}




section.product {
    background: #a0c56130;
}

.product .main-title h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #026605;
}



.product .title h2 {
    font-size: 30px;
    font-weight: 600;
}


.product .main {
    box-shadow: 0px 0px 6px 0px #0000004f;
    padding: 19px;
    border-radius: 20px;
    background-color: #fff;
}


.product .card_title h4 {
    font-size: 21px;
    font-weight: 600;
    margin-top: 10px;
}



.product .card-content p {
    font-size: 14px;
    margin-bottom: 7px;
}

.product .for_img img {
    width: 100%;
    height: 162px;
    object-fit: contain;
}

.product .for_img img {
    width: 100%;
    height: 162px;
    object-fit: contain;
}


.product .card-button button {
    border: none;
    padding: 6px 30px;
    background: #39b343;
    border-radius: 20px;
}


.product .card-button button a {
    color: #fff;
}



.product-button a {
    padding: 10px 42px;
    background: #026736;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
}





.why .for-img img {
    width: 68px;
}

.why .title h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}



.why .main {
    box-shadow: 0px 0px 6px 0px #0000003d;
    padding: 20px;
    border-radius: 20px;
}


.why .cnt p {
    font-size: 13px;
    margin-bottom: 0px;
}

.why .main_title h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #026736;
}



hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 2px solid #ec9d36 !important;
    opacity: 1;
}






.product-home {
    background: linear-gradient(45deg, #0000004d, #0000006b), url(../img/product-img.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
}

.product-home h1 {
    font-size: 3rem;
    font-weight: bold;
}

.product-home .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

.product-home .breadcrumb-item a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    /* Adjust link color */
}

.product-home .breadcrumb-item a:hover {
    color: white;
    /* Highlight color */
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(3 102 5) !important;
    content: var(--bs-breadcrumb-divider, "/");
}


.product-page .product .card-content p {
    font-size: 16px;
    margin-bottom: 7px;
}





.client h2 {
    font-size: 40px;
    font-weight: 700;
    color: #026637;
}


.testimonial {
    padding: 20px;
    background-color: #93c54812;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.testimonial img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 15px;
}

.testimonial p {
    color: #555;
}

.testimonial h5 {
    font-weight: bold;
    color: #333;
}

.carousel-indicators [data-bs-target] {
    background-color: #333;
}




.faq-container h1 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 700;
    color: #026c06;
}

.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px;
    background-color: #e1f7d5;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
}

.faq-answer {
    display: none;
    padding: 15px;
    background-color: #f9f9f9;
    border-left: 5px solid #4CAF50;
    border-radius: 5px;
}

.faq .toggle-icon {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.faq-question:hover {
    background-color: #c8e4a1;
}


.faq-question h2 {
    font-size: 22px;
}




.footer {
    background-color: #0c0c0c;
    color: #fff;
}

.footer h5 {
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #d1d1d1;
    text-decoration: none;
    font-size: 14px;
}

.footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer ul li i {
    margin-right: 10px;
}

.footer p {
    margin: 0;
}

.footer .list-inline {
    margin: 0;
    padding: 0;
}

.footer .list-inline-item {
    margin-right: 15px;
}

.footer .list-inline-item a {
    color: #fff;
    font-size: 1.2rem;
}




.footer a {
    color: #ffffffbf;
}



.absor img {
    width: 100%;
}


.absor-home .main1 {
    background: #016635;
    padding: 25px;
    color: #fff;
}


section.absor-home {
    background: #aac96e6b;
}


img.toll_free {
    width: 23px;
    filter: invert(1);
}


.absor-home .col-lg-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.absor-home h2 {
    margin-bottom: 34px;
    font-size: 40px;
    font-weight: 700;
    color: #016635;
}

.col-md-12.text-center {
    padding: 20px;
}

input.form-control1 {
    padding: 6px 30px;
    font-weight: 500;
    font-size: 18px;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1.4rem;
    bottom: 15rem;
    background: red;
    width: 60px;
    height: 60px;
    padding: 1rem;
    border-radius: 100%;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    justify-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 27px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 160px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}








@media (max-width: 767.98px) {



    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 55px !important;
        right: 12px !important;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .call-buton .cc-calto-action-ripple {
        z-index: 99999;
        position: fixed;
        right: 12px !important;
        bottom: 130px !important;
        background: red;
        width: 60px;
        height: 60px;
        padding: 1rem;
        border-radius: 100%;
        box-sizing: border-box;
        color: #ffffff;
        display: flex;
        justify-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        font-size: 27px;
    }


    .absor-home h2 {
        margin-bottom: 34px;
        font-size: 30px;
        font-weight: 700;
        color: #016635;
    }

    .main1 {
        background: #016635;
        padding: 20px;
        color: #fff;
    }

    .offset-2 {
        margin-left: 0 !important;
    }

    .hero-section {
        height: 100%;
    }

    .main-heading {
        font-size: 20px;
    }

    .subheading {
        font-size: 16px;
        margin-top: 15px;
    }

    .hero-section {
        animation: backgroundAnimation 30s ease-in-out infinite;
        background-size: 210% 100%;
    }


    .about .main_title h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }


    .about .about-content p {
        font-size: 13px;
    }


    .about .title p {
        font-size: 13px;
    }


    section.about {
        padding: 30px 0px !important;
    }


    .product .main-title h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }


    .product .title h2 {
        font-size: 22px;
    }


    section.product {
        padding: 35px 0px !important;
    }


    .why .main_title h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    section.why {
        padding: 30px 0px !important;
    }


    .product-home h1 {
        font-size: 30px;
        font-weight: bold;
    }

    .product-home {
        height: 190px;
    }


    .testimonial-item {
        text-align: center;
        padding: 0;
    }

    .faq-question h2 {
        font-size: 18px;
    }


    .testimonial-container h2 {
        font-size: 22px;
        margin-bottom: 15px !important;
    }


    .faq-container h1 {
        margin-bottom: 40px;
        font-size: 22px;
    }


    section.faq {
        padding: 30px 0px !important;
    }


    .carousel-control-prev {
        left: 0;
        display: none !important;
    }


    .carousel-control-next {
        right: 0;
        display: none !important;
    }


    .client h2 {
        font-size: 26px;
    }

    .content {
        margin-top: 90px !important;
    }

}





@media only screen and (max-width: 900px) {




    .nav-menu {
        display: block;
        position: fixed;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.8s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        z-index: 99;
    }


    .nav-menu.active {
        left: 0%;
        margin-top: 13px;
        line-height: 0px;
        background: #016635;
        border-radius: 0px;
        color: #fff;
    }


    img.header-logo {
        height: 60px;
    }


    .nav-link {
        font-size: 1.2rem;
        font-weight: 400;
        color: #fff;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}



























.wrapper-1 {
    background: #fff;
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}


.wrapper-2 {
    padding: 30px;
    text-align: center;
}

.wrapper-2 p {
    text-decoration: none;
    color: black;
}

.go-home {
    color: #fff !important;
    background: #016635;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}


.wrapper-2 h2 {
    font-size: 40px;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    color: #016635;
}

.go-home a {
    color: #fff !important;
    text-decoration: none;
}

.footer-like {
    text-align: center;
}

.content {
    margin-top: 200px;
}