:root {
    --light-green: #8ff2bc;
    --dark-green: #01503b;
    --white: #ffffff;
    --beige: #f5f3e0;
    --coverimg: url(./image/covernew.jpg);
    --br-outer: 25px;
    --br-inner: 20px;
}


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat Alternates", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--dark-green);
}

.header {
    padding: 10px 0;
}


h2 {
    font-weight: 900;
    font-size: 3em;
}

p {
    color: var(--dark-green);
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 0.5em;
    text-align: left;
}

h3,
h4,
h5 {
    font-weight: 900;
}

.header h1,
.poi {
    text-align: center;
    color: var(--white);
    font-size: 2.5em;
    font-weight: bolder;
}

.poi {
    margin-bottom: 40px;
    font-weight: 900;
}

.header .logo {
    background-color: var(--light-green);
    border-radius: 100%;
    color: var(--dark-green);
    width: 1.25em;
    display: inline-block;
    text-align: center;
    margin: 0 0.2rem;
}

#signup,
.boxstyle {
    border-radius: var(--br-outer);
    border: none;
    margin-bottom: 10px;
    background: var(--white);
    position: relative;
}

.boxstyle {
    margin-bottom: 30px;
}

.boxstyle-body {
    padding: 35px 20px 20px 20px;
    text-align: left;
}

.boxstyle p {
        text-align:left;
}

.img-fluid {
    border-radius: var(--br-inner);
}

.counters {
    background: var(--coverimg);
    background-size: cover;
    background-position: center top;
    padding: 50px 0;
    min-height: 76vh;
}

.company {
    background: var(--coverimg);
    background-size: cover;
    background-position: center top;
    padding: 50px 0;
    min-height: 55vh;
}

.basictop {
    background: var(--coverimg);
    background-size: cover;
    background-position: center top;
    padding: 50px 0;
    min-height: 25vh;
}

.video-section {
    transition: height 0.3s ease;
    /* Smooth transition */
}

.video-section.muted {
    height: 700px;
    /* Height when muted */
}

.video-section.unmuted {
    height: 900px;
    /* Height when unmuted */
}

.muted #muteButton {
    background: url(./image/dash-icon_mute.svg);
    background-size: cover;
    border: 0;
}

.unmuted #muteButton {
    background: url(./image/dash-icon_unmute.svg);
    background-size: cover;
    border: 0;
}

.presentation {
    margin-top: 40px;
}

.counters .counter-circle,
.company .counter-circle {
    background-color: var(--light-green);
    color: #FFFFFF;
    border-radius: 50%;
    margin: 20px auto;
    width: 110%;
    position: relative;
    padding-top: 110%;
    /* Maintain square aspect ratio */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -5%;
}

.counters .counter-content,
.company .counter-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.counters .counter-circle.light-green,
.company .counter-circle.light-green {
    background-color: #e8f5e9e6;
    color: var(--dark-green);
}

.counters .counter-circle.dark-green,
.company .counter-circle.dark-green {
    background-color: #8ff2bcf7;
    color: var(--dark-green);
}



.counters .counter-circle p,
.company .counter-circle p {
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.counters .digits,
.company .digits {
    font-weight: bold;
    font-style: normal;
    font-size: 3em;
    white-space: nowrap;
    text-align: right;
}

.counters .digits img,
.company .digits img {
    margin-left: 5px;
    height: 1em;
}

.light-green .digits {
    font-size: 3em;
    text-align: center;
}

.faded {
    opacity: 0.3;
}

.raised {
    vertical-align: super;
    font-size: 0.5em;
    font-weight: bold;
}

.intro,
.aboutpage {
    background-color: var(--beige);
    padding: 50px 0;
}



.aline {
    margin-top: 40px;
    margin-bottom: 40px;
}

.aline p:first-child {
    margin-bottom: 40px;
}

.aboutpage li {
    font-weight: bold;
    margin-bottom: 1em;
    list-style: none;
}

.aboutpage img {
    max-width: 100%;
    border-radius: var(--br-inner);
}

.quote {
    margin: 50px auto;
    width: 70%;
    text-align: center;
}

.adivider {
    background: #95E0CC;
    padding-top: 2px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

#signup {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    margin-top: -100px;
    background-color: #fff;
    margin-bottom: 0px;
    padding: 20px;
}

#signup p,
label {
    margin-top: 0;

    font-weight: 500;
}

#signup h2 {
    margin-top: 0em;
}

.btn,
.btn-value,
button {
    background: var(--green3);
    border-radius: var(--br-inner);
    border: none;
    color: var(--green4);
    font-size: 1rem;
    font-weight: 600;
    font-weight: 600;
    padding: 10px 13px;
    text-decoration: none;
}

.special-btn {
    position: absolute;
    right: 0px;
    bottom: 0;
    margin-bottom: -45px;
}

.blog-btn {
    position: absolute;
    right: 25px;
    bottom: 0;
    margin-bottom: -20px;
}

.blog img {
    border-radius: var(--br-inner);
    max-width: 100%;
}

.blogvideo iframe {
    border-radius: var(--br-outer) var(--br-outer) 0 0;
    max-width: 100%;
    aspect-ratio: 1 / 0.56;
    height: auto;
    margin-bottom: -15px;
}

.btn-primary,
button,
.valuebtn {
    background-color: var(--light-green);
    border: none;
    color: var(--dark-green);
    font-weight: 800;
    padding: 10px 20px;
    min-width: fit-content;
    text-decoration: none;
    text-align: left;
}
.g-recaptcha {
    margin-bottom: 15px;
}
.valuebtn {
    color: var(--dark-green);
    text-align: center;
    border-radius: var(--br-inner);
    width: 48%;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1.8px solid var(--dark-green)
}

.selected {
    background-color: var(--dark-green);
    color: var(--beige);
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--dark-green);
    border: none;
    color: var(--light-green);
    font-weight: 800;
    padding: 10px 20px;
    text-decoration: none;
    outline-width: 0;
    box-shadow: none;
}

label,
#co2 span {
    margin-top: 15px;
    font-size: 1em;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
}

.form-control,
.form-group {
    margin-bottom: 0;
    display: inline-block;
}

.p100 {
    width: 100%;
}

.form-control-plaintext {
    background-color: transparent;
    border: 0;
    width: fit-content;
    padding: 0;
    display: inline-block;
    font-weight: 900;
    color: var(--dark-green);
    margin-right: -2px;
    font-size: 22px;
}

.form-step {
    display: none;
    position: relative;
}



.form-navigation {
    display: block;
}

.line,
#money,
#trees {
    display: inline-block;
}

.form-navigation {
    display: block;
}

#trees {
    border-radius: var(--br-inner);
    width: 5em;
    text-align: right;
    font-weight: 900;
    font-size: 1em;
}

.checkbox2,
.checkbox1 {
    font-size: 1em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.checkbox1 {
    margin-bottom: 0;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.close-btn:focus {
    border: 0;
    outline: 0;
}

.line {
    font-size: 1.2em;
}

.line p {
    display: inline-block;
    opacity: 0.7;
}

.fixh {
    min-height: 10em;
}

.intro .circle-image {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro .circle-image img {
    width: 80%;
    height: auto;
}

.intro .eden-project h5 {
    font-size: 1.2rem;
    color: var(--dark-green);
}

.intro .eden-project p {
    font-size: 0.9rem;
}

.intro .eden-project a {
    font-size: 0.9rem;
    color: #32A696;
    text-decoration: none;
}

.intro .eden-project img {
    width: 100%;
    mix-blend-mode: multiply;
}

.video-section {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #95E0CC;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.video-overlay h2 {
    color: white;
    font-size: 2rem;
    text-align: center;
}

.news-section {
    padding: 50px 0;
    background: var(--coverimg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top 10%;
    background-attachment: fixed;
}

.news-section img {
    background-color: var(--beige);
}

/*NEWS SECTION BLOG*/
.blog-news-section {
    padding: 50px 0;
}

.blog-news-section img {
    background-color: var(--beige);
}

.blog-news-section .col-md-3 {
    margin-bottom: 20px;
}

.blog-news-section h5 {
    color: var(--dark-green);
    font-size: 1rem;
    margin-top: 20px;
    font-weight: 700;
}


.clientlogo {
    background-color: var(--beige);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    display: block;
    margin: 0 auto;
}

.news-section .col-md-3 {
    margin-bottom: 20px;
}

.news-section h5 {
    color: var(--dark-green);
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 900;
}

a {
    color: #32A696;
    text-decoration: none;
}

a:hover {
    color: #01503b;
    text-decoration: none;
}

.counter-content a {
    margin: 0;
    text-align: center;
    font-size: 0.8em;
    width: 100%;
    display: block;
}

.counter-content .partnerimg {
    width: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
}

.partners-section {
    padding: 50px 0;
}

.partners-section .poi {
    color: var(--dark-green);
}

.call-to-action {
    background-color: var(--beige);
    padding: 50px 0;
}

.call-to-action h2 {
    font-size: 5em;
    text-align: center;
    z-index: 2;
    display: inline;
    position: relative;
}

.call-to-action img {
    height: 5em;
    margin: 0 -0.8em;
    z-index: 1;
    position: relative;
}

.footer {
    background-color: var(--dark-green);
    color: #FFFFFF;
    padding: 50px 0;
}

.footer a:hover {
    color: var(--light-green);
}

.footer h4,
.footer h5 {
    color: #fff;
    font-weight: 700;
}

.footer h4 {
    font-size: 3em;
    margin: 2em 0;
}

.footer h5 {
    font-size: 1em;
}

.footer .logo {
    background-color: var(--light-green);
    color: var(--dark-green);
    width: 1.2em;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0.2rem;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer ul li {
    color: #FFFFFF;
    font-size: 0.8rem;
}

.footer p {
    color: #FFFFFF;
    margin-top: 20px;
    font-weight: 300;
    font-size: 1rem;
    margin: 2em 0;
    text-align: center;
}

.footer p b {
    font-weight: 700;
}


/* Navbar styles */
.navbar {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent;
    z-index: 1000;
    padding: 0;
}

.navbar-toggler {
    background: none;
    border: none;
    font-size: 1.5em;
    padding: 0;
    cursor: pointer;
    z-index: 2000;
    position: relative;
    /* Ensure it stays positioned correctly */
}

.navbar-toggler-icon {
    font-size: 1.5em;
    color: #32A696;
    z-index: 200;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: transform 0.3s ease-in-out;
    /* Smooth transition for icon rotation */
    font-weight: 900;
}

/* When active, change the icon to an X */
.navbar-toggler.active .navbar-toggler-icon {
    visibility: hidden;
    /* Hide the original icon */
}

.navbar-toggler.active::before {
    content: "✖";
    /* Display the X */
    font-size: 1.5em;
    color: #32A696;
    position: absolute;
    right: 20px;
    top: 20px;
    visibility: visible;
    width: 1.5em;
    height: 1.5em;
    font-weight: 900;
}

.navbar-toggler.active:hover {
    color: #01503b;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    border: none;
    outline: none;
}

/* Navbar collapse (menu) */
.navbar-collapse {
    display: flex;
    /* Keep flex for positioning */
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #f8f9fa;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-height: 0;
    /* Start collapsed */
    transition: max-height 0.5s ease-out;
    /* Transition for the slide effect */
    z-index: 1000;
}

.navbar-collapse.show {
    max-height: 550px;
    /* Expand to fit content */
    transition: max-height 0.5s ease-in;
}

.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.nav-item {
    margin: 10px 0;
    color: var(--light-green);
}

.nav-link,
.nav-link:hover {
    font-size: 30px;
    font-weight: 800;
}

.nav-link-url {
    font-size: 30px;
    font-weight: 800;
}

@media (max-width: 992px) {
    .aline {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mobile-margin {
        margin-bottom: 15px;
    }

    .presentation {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .counters {
        font-size: 0.6em;
        padding: 20px 0;
    }

    .call-to-action h2 {
        font-size: 2em;
    }

    .counters .counter-circle {
        width: 100%;
        padding-top: 100%;
        margin: 0 0 -7em 0;
    }

    .counter-circle.dark-green.square.last {
        margin: 0 0 0 0;
    }

    .header h1 {
        font-size: 2em;
    }

    .footer h4 {
        font-size: 2em;
        margin: 0 0 1em 0;
    }

    .footer p {
        font-size: 12px;
        margin: 1em 0 0em 0;
    }

    h2 {
        font-size: 1.8em;
        margin-top: 0em;
    }

    .h3,
    h3 {
        font-size: 1.6em;
    }

    #trees {
        width: 4em;
    }

    .form-control-plaintext,
    #money,
    .line {
        font-size: 1em;
    }

    .counters .digits {
        font-size: 2em;
    }

    .special-pad {
        margin-top: 50px;
    }
}
    .mobile-visible {
        display: none;
    }

    .desktop-visible {
        display: block;
    }
@media (max-width:575px) {

    .mobile-visible  {
        display: block;
            text-align: center;
    }

    .desktop-visible {
        display: none;
    }
    .counters .counter-circle {
        width: 65%;
        padding-top: 65%;
        margin: 0 auto -7em auto;
    }

    .counter-circle.dark-green.square.last {
        margin: 0 auto 0 auto;
    }

    .header h1 {
        font-size: 1.4em;
    }
}

.partnerimg {
    max-width: 13%;
    max-height: 120px;
    margin: 15px;
}

.close-btn {
    position: absolute;
    right: var(--br-inner);
    top: var(--br-inner);
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 900;
    color: var(--green4);
    cursor: pointer;
    text-align: center;
    border-radius: 40px;
    border: 0 !important;
    padding: 0;
}

.close-btn::before {
    content: "✖";
    /* Display the X */
    font-size: 1.5em;
    color: #32A696;
    position: absolute;
    right: 5px;
    top: 1px;
    visibility: visible;
    width: 20px;
    height: 20px;
    font-weight: 900;
}

.basictop .close-btn {
    right: var(--br-inner);
    top: var(--br-inner);
}

.tagline {
    margin: 10px auto !important;
    width: fit-content;
    font-size: 12px;
    font-weight: 600 !important;
}

/*FAQ*/
.faq-section {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: auto;
    margin-top: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-container {
    width: 100%;
    margin-top: 10px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.faq-question {
    background-color: transparent;
    border: none;
    font-size: 18px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 10px 0;
    color: #000;
}

button.faq-question.expanded {
    color: #01503b;
}

.faq-answer {
    display: none;
    margin-top: 0px;
    font-size: 16px;
    border-top: 3px solid var(--dark-green);
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq-answer p {
    margin: 0;
    color: #000;
}

.faq-question:focus {
    outline: none;
}

.faq-item button {
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}

.arrow {
    float: right;
    transition: transform 0.3s ease;
    color: #000;
}

.faq-question.expanded .arrow {
    transform: rotate(180deg);
    color: #01503b;
}

/*FORMS*/

.formbody {
    background: var(--coverimg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
.formbox {
    margin: 60px auto 0px auto;
    text-align: center;
    padding: 60px 0;
    max-width: 580px;
    background-color: #fff;
    border-radius: var(--br-outer);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
    min-height: 320px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.formbox.link {
    white-space: nowrap;
    padding: 10px 16px;
    border-radius: none;
    min-height: fit-content;
    margin: 20px auto 0px auto;
    width: fit-content;
    font-weight: bold;
    flex-direction: row;
    place-items: flex-start;
}

.formbox.link p, .formbox.link a{
    font-size: 16px;
}

.formbox.link p {
    margin: 0 5px 0 0;
}

.formpos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}


.formbox input {
    background-color: #eee;
    border: none;
    border-radius: var(--br-outer);
    padding: 12px 15px;
    margin: 10px 0 0px 0;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.formbox label {
    font-size: 12px;
}

.formbox input:disabled {
    background-color: #eee;
    color: linen;
    opacity: 1;
  }

.formbox h3 {
font-size: 2em;
margin-bottom: 0.5em;
}

.error {
    margin-top: 5px;
    background: #f28f8f;
    color: var(--white);
    padding: 5px 15px;
    font-weight: 600;
    border-radius: var(--br-inner);
}

.messages {
    margin: 20px 0 0 0;
}

/*BACKEND NAV*/
.formbody .navbar {
    background-color: var(--light-green);
    padding: 10px 20px;
}

.formbody .navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-left {
    display: flex;
    align-items: center;
}

.navbar-logo {
    font-size: 1.5em;
    font-weight: bolder;
    color: var(--dark-green);
    text-decoration: none;
    margin-right: 20px;
}

.navbar-logo span {
    background-color: #ffffff;
    border-radius: 100%;
    color: var(--dark-green);
    width: 1.5em;
    display: inline-block;
    text-align: center;
    margin: 0 0.2rem;
}

.navbar-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-link {
    margin-left: 20px;
    font-size: 1em;
    font-weight: 500;
    color: var(--dark-green);
    text-decoration: none;
}

.navbar-link:hover {
    color: var(--beige);
}

.navbar-right {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.navbar-profile {
    margin-right: 20px;
    font-size: 1em;
    font-weight: 500;
    color: var(--dark-green);
}

.content {
    padding-top: 60px;
}

.specbox {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    background-color: #fff;
    margin-bottom: 0px;
        padding: 1.5rem !important;
}

p.listview{
    margin: 0;
}

.circleforrest {
    background: url(./image/circleforrest.jpg);
    background-size: cover;
    border-radius: var(--br-inner);
}