/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
}
.disabled{
    opacity: 0.4;
    cursor: none;
    pointer-events: none;
}
.highlight {
    background-color: #e7e7af; 
    padding: 0 5px;
}
.carousel {
    overflow: hidden;
    position: relative;
}
.carousel-inner {
    display: flex;
    transition: transform 0.8s ease-in-out;
}
.primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    user-select: none;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    font-size: 0.75rem;
    padding: 0.75rem 1.5rem;
    box-shadow: 0px 4px 6px rgba(59, 130, 246, 0.2);
    background-color: #007074;
    color: #fff !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 9999px;
    height: 2.5rem;
    width: 9rem;
    text-decoration: none;
}
a{
    text-decoration: none;
}
.primary-btn:hover {
    box-shadow: 0px 6px 12px rgba(59, 130, 246, 0.4); /* hover:shadow-lg hover:shadow-blue-500/40 */
    text-decoration: none;
} 
.primary-btn:focus,
.primary-btn:active {
    opacity: 0.85;
    box-shadow: none;
}
.primary-btn:disabled {
    opacity: 0.5;
    box-shadow: none;
    pointer-events: none;
}
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Default: Show menu on larger screens */
}
#button {
    display: inline-block;
    background-color: #03262600;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s, transform .2s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button:hover {
    cursor: pointer;
    background-color: #00767400;
    transform: scale(0.8);
}
#button:active {
    background-color: #00767400;
}
#button.show {
    opacity: 1;
    visibility: visible;
} 
/* Header section css */
.homebg{
    height: calc(100vh - 45px);
}
/* learn how section */
.learn-section{
    margin-top: 76px;
}
.learn-content{
    background: url('../images/new-web/green_hills.webp') no-repeat center center;
    background-size: cover;
    min-height: calc(100vh - 76px);
    max-height: calc(100vh - 76px);
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 50px;
    color: white; 
    text-align: center;
}
.learn-section .learn-content h1{
    color: #E7E7AF;
    font-weight: bold;
    font-size: 42px;
    /* text-shadow: rgba(10, 189, 240, 0.298039) 3px 3px 0px, rgba(254, 1, 1, 0.298039) -3px -3px ; */
}
.learn-section .learn-content div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; 
    width: 50%;
    margin: 0 auto;
}
.learn-section .learn-content p{
    opacity: 0.75;
    margin: 0 0 50px 0;
    letter-spacing: 0.8px;
    font-size: 20px;
}
.learn-section .learn-content a{
    border: 2px solid #fff;
    padding: 12px 20px;
    border-radius: 35px;
    font-size: 13px;
    color: #e7e7af;
    font-weight: 600;
}
.learn-section .learn-content a:hover{
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    border: 2px solid #5a5959;
    background: #5a5959;
    color: #fff;
}
/* How it works  */
.how-it-works {
    background: #f2f2f2;
}
.how-it-works .row{
    align-items: center;
    padding: 40px 0px;
}
.how-it-works .left-section img{
    float: right;
}
.how-it-works .right-section h5{
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}
.how-it-works .right-section h1{
    color: #000000;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.88em;
    letter-spacing: 0.4px;
}
.how-it-works .right-section p{
    display: flex;
    justify-content: left; 
    text-align: left; 
    font-style: italic;
    width: 100%; 
    padding-top: 20px;
}
/* feature section */
.feature-section {
    background: url('../images/new-web/capture-number-bg.webp') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
.feature-section .feature-box {
    background: #fff;
    padding: 30px;
    width: 320px;
    height: 395px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease-in-out;
    margin: 0 auto;
}
.feature-section .feature-box:hover {
    transform: translateY(-5px);
}
.feature-section .feature-box h3{
    color: #12222e;
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 900;
    letter-spacing: 0.4px;
    margin: 55px 0 46px 0;
}
.feature-section .feature-box p{
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.5px;
}
.feature-section .feature-icon {
    background: #7A8D74;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.feature-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
/* Intro section */
.intro-section{
    background: #f2f2f2;
    padding: 70px 0px;
}
.intro-header{
    width: 50%;
    margin: 0 auto;
}
.intro-section .intro-header h1{
    font-size: 56px;
    font-weight: 900;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}
.intro-header hr{
    width: 36px;
    height: 2px;
    text-align: center;
    margin: auto;
    background: #000;
}
.intro-section .intro-header p{
    font-size: 18px;
    margin: 10px 0 20px 0;
    line-height: 1.8em;
    text-align: center;
    color: #12222e;
    opacity: 0.9;
    letter-spacing: 0.4px;
}
.intro-section .audience .card {
    border: none;
    height: 494px;
    text-align: center;
    position: relative;
}
.intro-section .audience .card img {
    width: 100%;
    height: auto;
}
.intro-section .audience .card-body {
    background-color: #ffffff;
    padding: 20px;
}
.intro-section .audience .card-body h5{
    color: #12222e;
    font-size: 22px;
    line-height: 1.8em;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-align: left;
    margin-bottom: 24px;
}
.intro-section .audience .card-body p{
    letter-spacing: 0.5px;
    text-align: left;
    color: #12222e;
    opacity: 0.9;
}
.intro-section .audience .container {
    padding: 40px 0;
}
/* first carosel */
.feature-carousel .carousel-item {
    height: 690px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.plasticCredit{
    background: url('../images/new-web/Plastic-Credits.webp') no-repeat center center;
    background-size: cover;
}
.biochar{
    background: url('../images/new-web/Biochar.webp') no-repeat center center;
    background-size: cover;
}
.impact-area{
    background: url('../images/new-web/Our-Impact-Areas.webp') no-repeat center center;
    background-size: cover;
}
.renewableEnergy{
    background: url('../images/new-web/Renewable-Energy.webp') no-repeat center center;
    background-size: cover;
}
.natureBased{
    background: url('../images/new-web/Nature-Based-Solutions.webp') no-repeat center center;
    background-size: cover;
}
.carbonCapture{
    background: url('../images/new-web/Carbon-Capture-Storage.webp') no-repeat center center;
    background-size: cover;
}
.feature-carousel .carousel-caption {
    position: absolute;
    top: 50%;   
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    padding: 20px;
    border-radius: 10px;
    width: 70%;
}
.feature-carousel .carousel-caption h2 {
    color: #fff;
    font-size: 80px;
    font-weight: bold;
    padding: 40px 0;
}
.feature-carousel .carousel-caption p {
    color: #ddd;
    font-size: 16px;
}
.feature-carousel .carousel-control-prev, .carousel-control-next {
    width: 5%;
}
/* Case study section */
.case-study-section{
    background: #9db39f;
}
.case-study-section .case-study-header h1{
    color: #ffffff;
    font-size: 50px;
    line-height: 52px;
    font-weight: 900;
    letter-spacing: 0.2px;
}
.case-study-section .case-study-header p{
    color: #ffffff;
    opacity: 0.8;
    padding: 30px 0;
    width: 80%;
}
.case-study-section .case-study-content{
    background: #9db39f;
}
.case-study-section .case-study-info{
    padding: 54px 54px 20px 54px;
}
.case-study-section .case-study-img img{
    border: 1px solid #000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    width: 100%;
}
.case-study-section .case-study-img{
    padding: 4px;
    border: 1px double #000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    width: 100%;
}
/* second carosel */
.renewable-carousel{
    margin: 20px 0;
}
.renewable-carousel .renewable-img img{
    border: 1px solid #000; 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin: auto;
}
.renewable-carousel .renewable-img{
    padding: 4px;
}
.innovativeTechnology{
    background: url('../images/new-web/Innovative-Technology.webp') no-repeat center center;
    background-size: cover;
}
.renewable-carousel .carousel-item {
    height: 690px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.renewable-carousel .carousel-caption {
    top: 30px;
    bottom: 0px;
}
.renewable-carousel .innovativeTechnology .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    width: 50%;
}
.renewable-carousel .carousel-caption h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    padding: 0 0 30px 0;
}
.renewable-carousel .carousel-caption p {
    color: #ddd;
    font-size: 15px;
}
.tree_counting_slide{
    background: #678ca9;
    text-align: center !important;
    width: 100%;
}
.renewable_slide{
    background: #727e89;
    text-align: center !important;
    width: 100%;
}
.tree_counting_slide .carousel-caption, .renewable_slide .carousel-caption{
    padding: 0;
}
.tree_counting_slide p{
    padding: 0 18%;
    padding-bottom: 10px;
}
.renewable_slide p{
    padding: 0 25%;
    padding-bottom: 10px;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    width: 100%;
    margin: 0;
}
.carousel-indicators button {
    background-color: #fff !important; 
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 3px;
    border: none;
    opacity: 0.5;
}
.carousel-indicators .active {
    opacity: 1;
}
/* contact-section */
.get-intouch-section{
    padding: 110px 30px;
    justify-content: center;
    align-items: center;
    display: grid;
}
.get-intouch-section p{
    padding-bottom: 18px;
}
.get-intouch-section h6{
    margin:0 0 36px 0;
    font-size: 30px;
    font-weight: 600;
}
.social-links li{
    padding: 0 2px;
}
.contact-form{
    padding: 110px 80px 80px 110px;
}
.contact-form{
    display: flex;
    justify-content: center;
}
.contact-section .firstName{
    padding-right: 20px;
}
.contact-section .get-intouch-section{
    background: #2b475c;
    color: #ffffff;
}
.contact-form form {
    width: 100%;
}
.contact-form .form-row {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}
.contact-form .half-width {
    width: 48%;
}
.contact-form .form-group label {
    margin-bottom: 5px;
    font-size: 14px;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid black;
    font-size: 14px;
}
.contact-form textarea {
    height: 80px;
    resize: none;
}
.contact-form .submit-btn {
    width: 100%;
    padding: 10px;
    border: 2px solid black;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 25px;
    text-align: center;
    transition: 0.3s ease;
}
.contact-form .submit-btn:hover {
    background-color: black;
    color: white;
}
/* footer section */
.footer-section{
    height: calc(100vh - 45px);
}
/* media query for all screen*/
@media (min-width: 2559px) {
    body {
        font-size: 18px;
    }
    .feature-carousel .carousel-caption p{
        font-size: 20px;
    }
    .intro-section .audience .card{
        height: 555px;
    }
    .renewable-carousel .carousel-caption p{
        font-size: 20px;
    }
    .get-intouch-section h6{
        font-size: 35px;
    }
    .get-intouch-section p{
        font-size: 25px;
    }
}
@media (max-width: 1500px) {
    .feature-carousel h2{
        font-size: 50px;
    }
    .case-study-section .case-study-header h1{
        font-size: 35px;
    }
    .how-it-works .right-section h1{
        font-size: 25px;
    }
    .renewable-carousel .carousel-caption h2 {
        font-size: 35px;
    }
}
@media (max-width: 1440px) {
    .feature-carousel h2{
        font-size: 35px;
    }
    .case-study-section .case-study-header h1{
        font-size: 35px;
    }
    .how-it-works .right-section h1{
        font-size: 25px;
    }
    .renewable-carousel .carousel-caption h2 {
        font-size: 35px;
    }
}
@media (max-width: 1300px) {
    .learn-section .learn-content p{
        font-size: 18px;
        letter-spacing: 0.6px;
    }
    .feature-carousel .carousel-caption h2 {
        font-size: 60px;
    }
    .intro-section .audience .card-body h5 {
        font-size: 20px;
    }
    .case-study-section .case-study-header h1{
        font-size: 35px;
    }
    .how-it-works .right-section h1{
        font-size: 25px;
    }
    .renewable-carousel .carousel-caption h2 {
        font-size: 35px;
    }
    .intro-header {
        width: 70%;
    }
}
@media (max-width: 1024px) {
    .learn-section .learn-content p{
        font-size: 16px;
        letter-spacing: 0.6px;
    }
    .learn-section .learn-content div {
        width: 100%;
    }
    .feature-section .feature-box {
        background: #fff;
        padding: 30px 25px;
        width: 290px;
        /* height: 360px; */
    }
    .intro-section .audience .card {
        height: 400px;
    }
    .how-it-works .right-section p {
        width: 85%;
    }
    .feature-carousel .carousel-caption h2 {
        font-size: 60px;
    }
    .intro-section .audience .card-body h5 {
        font-size: 20px;
    }
    .case-study-section .case-study-header h1{
        font-size: 35px;
    }
    .how-it-works .right-section h1{
        font-size: 25px;
    }
    .renewable-carousel .carousel-item {
        height: 590px;
    }
    .tree_counting_slide p {
        padding: 0 0 30px 0;
    }
    .renewable_slide p {
        padding: 0 0 20px 0 ;
    }
    .renewable-carousel .innovativeTechnology .carousel-caption {
        width: 60%;
    }
    .renewable-carousel .carousel-caption h2 {
        font-size: 35px;
    }
}
@media (max-width: 946px) {

    .case-study-section .case-study-header h1 {
        font-size: 25px;
    }
    .intro-section .audience .card-body p {
        letter-spacing: 0;
        font-size: 15px;
    }
    .intro-section .audience .card-body h5 {
        margin-bottom: 18px;
    }
    .intro-section .audience .card {
        height: 462px;
    }
    .feature-section .row > div:last-child .feature-box{
        margin-top: 60px !important;
    }
    .feature-section .feature-box {
        padding: 30px 25px;
        width: 290px;
        height: 335px;
    }
    .feature-section .feature-box h3 {
        margin: 45px 0 36px 0;
    }
}
@media (max-width: 768px) {
    .intro-header {
        width: 90%;
    }
    .intro-section .col-md-3{
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
    .header img{
        width: 50px;
        height: 50px;
    }
    .header-left{
        display: block;
    }
    .header .header-title{
        padding-left: 10px;
    }
    .learn-section .learn-content p{
        font-size: 16px;
        letter-spacing: 0.6px;
    }
    .how-it-works .right-section p {
        width: 85%;
    }
    .feature-carousel .carousel-caption h2 {
        font-size: 60px;
    }
    .intro-section .audience .card-body h5 {
        font-size: 20px;
    }
    .case-study-section .case-study-header h1{
        font-size: 25px;
    }
    .how-it-works .right-section h1{
        font-size: 19px;
    }
    .renewable-carousel .carousel-item {
        height: 590px;
    }
    .tree_counting_slide p {
        padding: 0 0 30px 0;
    }
    .renewable_slide p {
        padding: 0 0 20px 0 ;
    }
    .renewable-carousel .innovativeTechnology .carousel-caption {
        width: 60%;
    }
    .renewable-carousel .carousel-caption h2 {
        font-size: 35px;
    }
    .intro-section .audience .card {
        height: 485px;
    }
}
@media (max-width: 600px) {
    .intro-header {
        width: 90%;
    }
    .header {
        justify-content: space-around;
    }
    .header img{
        width: 50px;
        height: 50px;
    }
    .header-left{
        display: block;
    }
    .header .header-title{
        padding-left: 10px;
    }
    .menu-toggle {
        display: block;
    }
    .menu{
        display: none; 
        flex-direction: column;
        background: #fff;
        width: 100%;
        position: absolute;
        top: 72px;
        left: 0;
        padding: 10px 0;
        opacity: 0;
        transform: translateY(-50px);
        transition: opacity 0.5s ease-in-out,  transform 0.5s ease-in-out;
    }
    .menu.show {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }
    .learn-section .learn-content h1 {
        font-size: 30px;
    }
    .learn-section .learn-content p{
        letter-spacing: 0.2px;
        font-size: 16px;
    }
    .how-it-works{
        height: auto;
        padding-bottom: 25px;
    }
    .how-it-works .left-section img{
        margin: auto;
        float: none;
        padding-top: 0;
    }
    .how-it-works .right-section h5{
        margin-top: 0;
    }
    .how-it-works .right-section h1 {
        font-size: 24px;
    }
    .feature-section .feature-box {
        height: 320px;
        margin-top: 40px;
    }
    .feature-section .feature-box h3{
        margin: 35px 0 28px 0;
    }
    .intro-section .intro-header h1 {
        font-size: 45px;
    }
    .intro-section .intro-header p {
        letter-spacing: 0;
        font-size: 16px;
        text-align: left;
        margin: 10px 13px 20px 18px;
    }
    .intro-section .audience .card-body h5{
        margin-bottom: 8px;
    }
    .intro-section .audience .card{
        height: 500px;
    }
    .feature-carousel .carousel-caption h2{
        font-size: 30px;
    }
    .case-study-section .case-study-header h1{
        font-size: 18px;
        line-height: 30px;
    }
    .case-study-section .case-study-info {
        padding: 34px 16px 20px 16px;
    }
    .renewable-carousel .carousel-caption h2{
        font-size: 25px;
    }
    .renewable-carousel .carousel-caption p, .renewable_slide p, .tree_counting_slide p {
        padding: 0 0 20px 0 ;
    }
    .renewable-carousel .innovativeTechnology .carousel-caption{
        width: 80%;
    }
    .renewable-carousel .carousel-item{
        height: 480px;
    }
    .carousel-caption{
        left: 5%;
        right: 5%;
        text-align: left;
    }
    .case-study-content {
        padding: 34px 16px 20px 16px;
    }
    .get-intouch-section {
        padding: 60px 0;
        letter-spacing: 0.8px;
    }
    .contact-form {
        padding: 60px 40px 60px 40px;
    }
    .footer-section p img{
        width: 20px;
        height: 20px;
    }
    .footer-section p{
        font-size: 15px;
    }
}
@media (max-width: 428px) {
    .header .left-section{
        margin: 0 2px;
    }
    .header .header-title{
        font-size: 13px;
    }
    .feature-section .feature-box {
        width: 280px;   
    }
    .learn-section .learn-content h1 {
        font-size: 25px;
        margin-top: 80px;
    }
    .learn-section .learn-content p {
        letter-spacing: 0;
        font-size: 15px;
    }
    .intro-section .intro-header h1{
        font-size: 35px;
    }
    .get-intouch-section{
        letter-spacing:0;
    }
    .homebg {
        height: auto;
    }
    .homebg .header-content{
        display: flex;
    }
    .homebg .phone-home-img{
        display: block;
    }
    .homebg .phone-home-img img{ 
        padding-top: 72px !important;
    }
    .homebg .homepage-content-main{
        display: unset;
    }
    .homebg .home-page-content{
        display: flex;
        width: 100%;
        padding: 0 15px;
    }
    .homebg .home-page-content img{
        margin: auto;
    }
    .homebg .home-page-content h1{
        font-size: 2.5rem;
    }
    .homebg  .home-sub-heading{
        font-size:17px !important;
    }
    .intro-section .audience .card {
        height: 345px !important;
    }
}



