:root {
    --Primary-50: #fff0e6;
    --Primary-75: #ffc096;
    --Primary-80: #FF66001A;
    --Primary-90: #FFF0E6A6;
    --Primary-100: #ffa66b;
    --Primary-200: #ff802b;
    --Primary-300: #ff6600;
    --Primary-400: #b34700;
    --Primary-500: #9c3e00;

    --Neutral-N0: #FFFFFF;
    --Neutral-N10: #FAFAFA;
    --Neutral-N15: #FAFAF7;
    --Neutral-N20: #F5F5F5;
    --Neutral-N30: #EBEBEB;
    --Neutral-N40: #DEDEDE;
    --Neutral-N50: #BFBFBF;
    --Neutral-N60: #B0B0B0;
    --Neutral-N80: #949494;
    --Neutral-N90: #858585;
    --Neutral-N100: #757575;
    --Neutral-N200: #666;
    --Neutral-N300: #575757;
    --Neutral-N400: #4A4A4A;
    --Neutral-N500: #3B3B3B;
    --Neutral-N550: #FFFFFF1A;
    --Neutral-N700: #1C1C1C;
    --Neutral-N800: #0d0d0d;
    --Neutral-N900: #121212;
    --Neutral-N1000: #000000;

    --Grey-400: #07020B;
    --Grey-500: #2D282E;
    --Grey-900: #101828;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar,
.mobile-hero-tabs,
.header-mobile {
    display: none;
}


/* HEADER */
.header-desktop {
    position: sticky;
    width: calc(100% - 180px);
    height: 90px;
    margin: 0 auto;
    z-index: 1000;
    top: 0;
}

.header-container {
    display: flex;
    width: 100%;
    padding: 18px 33px;
    border-radius: 18px;
    gap: 80px;
    justify-content: space-between;
    align-items: center;
    background-color: var(--Neutral-N900);
    height: 90px;
    position: relative;
    top: 20px;
}

.header-container .header-list {
    display: flex;
    align-items: center;
    gap: 50px;
    order: 1;
    flex-grow: 0;
}

.header-container .header-list .header-menu {
    display: flex;
    list-style: none;
    gap: 20px;
    margin-top: unset;
    margin-bottom: unset;
    padding-left: unset;
    text-wrap: nowrap;
}

.header-container .header-list .header-menu li a {
    color: var(--Neutral-N20);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.header-container .header-list .header-menu li a.active {
    color: var(--Primary-300);
    font-weight: 600;
}

.header-container .header-list .header-menu li a:hover {
    color: var(--Primary-300);
}

.header-container .header-list .header-buttons {
    display: flex;
    align-items: center;
    gap: 21px;
}

.header-container .header-list .header-buttons a {
    display: flex;
    padding: 10px 18px;
    width: 145px;
    justify-content: center;
    border: 1px solid var(--Neutral-N0);
    border-radius: 12px;
    color: var(--Neutral-N0);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.header-container .header-list .header-buttons a:hover {
    background: var(--Primary-50);
    color: var(--Primary-300);
    border: 1px solid var(--Primary-300);
}

.header-container .header-list .header-buttons a.btn-login {
    background: var(--Primary-300);
    border: unset;
    border-right: 5px solid var(--Neutral-N0);
    border-bottom: 5px solid var(--Neutral-N0);
}

.header-container .header-list .header-buttons a.btn-login:hover {
    color: var(--Neutral-N0);
    border-right: unset;
    border-bottom: unset;
}

/* END OF HEADER */

/* HOME HERO SECTION  */
.hero-section {
    width: 100%;
    height: 990px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/hero-bg-1.svg');
    background-size: cover;
    background-position: center;
    margin-top: -5.5rem
}

.hero-section .hero-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: absolute;
    top: 200px;
    width: 100%;
}

.hero-container .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
}

.hero-container .hero-content .hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.hero-container .hero-content .hero-text h1 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-size: 42px;
    font-weight: 600;
    line-height: 56px;
    width: 700px;
}

.hero-container .hero-content .hero-text p {
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: 540px;
}

.hero-container .hero-tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.hero-container .hero-tabs .tabs {
    display: flex;
    gap: 20px;
    border-radius: 10px;
    padding: 4px;
    background-color: var(--Primary-80);
}

.hero-container .hero-tabs .tabs .tab-button {
    /* width: 92px;
    height: 36px; */
    padding: 8px 14px;
    border-radius: 12px;
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}

.hero-container .hero-tabs .tabs .tab-button.active {
    background-color: var(--Primary-300);
    color: var(--Neutral-N0);
}

.hero-container .hero-tabs .tab-navs {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
    height: 470px;
    overflow: hidden;
}

.hero-container .hero-tabs .tab-navs img {
    display: none;
    width: auto;
    height: max-content;
}

.hero-container .hero-tabs .tab-navs img.active {
    display: block;
}

/* END OF HOME HERO SECTION  */


/* MONETISE SECTION */
.monetise-section {
    width: 100%;
    /* height: 800px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Neutral-N0);
    background-image: url('../images/monetise-bg.png');
    background-size: cover;
    background-position: center;
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: 1;
}

.monetise-section .monetise-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 160px 100px 120px;
    width: 90%;
}

.monetise-section .monetise-container.about {
    padding: 100px;
}

.monetise-section .monetise-container h2 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    max-width: 1165px;
}

.monetise-section .monetise-container h2.about {
    font-weight: 500;
    max-width: 1000px;
}

.monetise-section .monetise-container p {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 810px;
}

/* END OF MONETISE SECTION */

/* ECOWISE SOLAR SECTION */
.eco-solar-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Neutral-N900);
    padding: 150px 90px 100px;
    margin-top: -3rem;
    border-radius: 0 0 50px 50px;
    border-bottom: 10px solid var(--Primary-300);
}

.eco-solar-section .eco-solar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
}

.eco-solar-section .eco-solar-container .eco-solar-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.eco-solar-container .eco-solar-content h2 {
    color: var(--Neutral-N0);
    font-family: Clash Display;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1%;
}

.eco-solar-container .eco-solar-content p {
    color: var(--Neutral-N0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 440px;
}

/* END OF ECOWISE SOLAR SECTION */

/* ECOWISE ENVIRONMENT */
.eco-env-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Primary-50);
    padding: 150px 125px 100px;
    border-radius: 50px 50px 0px 0px;
    height: 900px;
}

.eco-env-section .eco-env-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
}

.eco-env-section .eco-env-container .eco-env-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.eco-env-container .eco-env-content h2 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1%;
}

.eco-env-container .eco-env-content p {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 500px;
}

.eco-env-container .eco-env-content div {
    display: flex;
    gap: 10px;
}

/* END OF ECOWISE ENVIRONMENT */


/* PARTNER WITH ECOWISE */
.partner-ecowise-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Primary-300);
    padding: 150px 125px 100px;
    border-radius: 75px;
    width: 100%;
    /* height: 700px; */
    margin-top: -3.5rem;
}

.partner-ecowise-section .partner-ecowise-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.partner-ecowise-container h2 {
    color: var(--Neutral-N0);
    font-family: Clash Display;
    font-size: 42px;
    font-weight: 600;
    line-height: 63px;
    max-width: 700px;
    text-align: center;
}

.partner-ecowise-container p {
    color: var(--Neutral-N0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 850px;
    text-align: center;
}

.partner-ecowise-container .btn-bg-dark {
    padding: 16px 28px;
}

/* END OF PARTNER WITH ECOWISE */

/* TESTIMONIAL */
.testimonial-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Neutral-N0);
    padding: 80px 0px;
    width: 100%;
}

.testimonial-section .testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.testimonial-container .subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.testimonial-container .subtitle h2 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-size: 52px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1%;
}

.testimonial-container .subtitle p {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 600px;
}

.testimonial-container .testimonial {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
    background-image: url('../images/testimonial-bg.png');
    background-size: cover;
    background-position: center;
    height: 750px;
    width: 100%;
}

.testimonial-container .testimonial .testimonial-cards {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 32px;
    padding-top: 200px;
    background-color: var(--Neutral-N550);
    gap: 20px;
}

.testimonial-cards button:hover {
    color: var(--Neutral-N0);
    border: unset;
    border-right: unset;
    border-bottom: unset;
}

.testimonial-cards .testimonial-card {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: 100%;
    max-width: 800px;
}

.testimonial-cards .testimonial-card.active {
    display: flex;
}

.testimonial-cards .testimonial-card h3 {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 500;
    line-height: 140%;
    max-width: 800px;
    text-align: center;
    letter-spacing: -1%;
}

.testimonial-cards .testimonial-card .testi-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.testimonial-cards .testimonial-card .testi-avatar img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.testimonial-cards .testimonial-card .testi-avatar .testi-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-cards .testimonial-card .testi-avatar .testi-info h4 {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

.testimonial-cards .testimonial-card .testi-avatar .testi-info p {
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 320px;
    text-align: center;
}

.testimonial .testimonial-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.testimonial .testimonial-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--Primary-75);
    cursor: pointer;
}

.testimonial .testimonial-dots span.active {
    background-color: var(--Primary-300);
}

/* END OF TESTIMONIAL */

/* TRUST PARTNERS */
.partners-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Neutral-N0);
    /* padding: 80px 0px; */
    width: 100%;
}

.partners-section .partners-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 8rem;
    width: 100%;
}

.partners-section .partners-container.next {
    padding: 5rem;
}

.partners-section .partners-container h2 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -2%;
    text-align: center;
}

.partners-container .partners-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1280px;
}

.partners-container .partners-logos.next {
    gap: 85px;
}

/* END OF TRUST PARTNERS */

/* WHY US */
.why-us-section {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    background-color: var(--Primary-300);
    background-image: url('../images/why-us-bg.png');
    background-size: cover;
    background-position: center;
    padding: 7rem;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    width: 100%;
    /* height: 1081px; */
    margin-bottom: 1rem;
}

.why-us-section .why-us-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
    width: 100%;
}

.why-us-container .subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.why-us-container .subtitle span {
    display: flex;
    padding: 4px 12px;
    max-width: 130px;
    min-width: 127px;
    max-height: 26px;
    gap: 10px;
    justify-content: center;
    border-radius: 300px;
    color: var(--Neutral-N900);
    background: var(--Neutral-N20);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
}

.why-us-container .subtitle h2 {
    color: var(--Neutral-N0);
    font-family: Clash Display;
    font-size: 42px;
    font-weight: 600;
    line-height: 63px;
    max-width: 700px;
}

.why-us-container .subtitle p {
    color: var(--Neutral-N0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.why-us-container .why-us-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1220px;
}

.why-us-container .why-us-cards .why-us-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 18px 30px;
    width: 100%;
    max-width: 592px;
    height: 240px;
    border-radius: 20px;
    border: 5px solid var(--Neutral-N30);
    background: linear-gradient(180deg, #FFFFFF 35.03%, #E4E4E4 194.08%);
    box-shadow: 0px 4px 12.6px 0px #0000000D;
}

.why-us-cards .why-us-card .btn-bg-pri,
.why-us-cards .why-us-card .btn-bg-dark {
    max-width: 145px;
    min-width: 113px;
    padding: 8px 14px;
    height: 36px;
    font-size: 14px;
    line-height: 20px;
}

.why-us-cards .why-us-card .subtitle {
    display: flex;
    flex-direction: row;
    /* width: 472.21875;
    height: 74; */
    justify-content: space-between;
    opacity: 1;
    gap: 10px;
}

.why-us-cards .why-us-card .subtitle div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-content: flex-start;
}

.why-us-cards .why-us-card .subtitle div h3 {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}


.why-us-cards .why-us-card .subtitle div span {
    display: flex;
    padding: 6px 10px;
    max-width: 200px;
    max-height: 32px;
    gap: 10px;
    justify-content: center;
    border-radius: 100px;
    color: var(--Neutral-N900);
    background: var(--Primary-50);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.why-us-cards .why-us-card p {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* END OF WHY US */

/* BLOG SECTION */
.blog-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Neutral-N0);
    padding: 150px 60px;
    width: 100%;
}

.blog-section .blog-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    width: 100%;
}

.blog-container .subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.blog-container .subtitle h2 {
    color: var(--Neutral-N900);
    font-family: Clash Display;
    font-size: 52px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1%;
}

.blog-container .subtitle p {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    max-width: 600px;
}

.blog-container .blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1360px;
}

.blog-cards .blog-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 425px;
    height: 580px;
    background-color: var(--Neutral-N20);
    border-radius: 16px;
    border: 1px solid var(--Neutral-N900);
    border-bottom: 10px solid var(--Neutral-N900);
}

.blog-cards .blog-card .blog-card-header {
    display: flex;
    position: relative;
    width: 100%;
}

.blog-cards .blog-card .blog-card-header span {
    position: absolute;
    top: 25px;
    right: 16px;
    padding: 4px 10px;
    max-width: 300px;
    height: 28px;
    gap: 8px;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid var(--Neutral-N50);
    color: var(--Neutral-N900);
    background: var(--Primary-90);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.blog-cards .blog-card .blog-card-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.blog-cards .blog-card .blog-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    width: 100%;
}

.blog-card .blog-card-body .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-card .blog-card-body .content .info {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.blog-card-body .content .info span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.blog-card .blog-card-body .content .subcontent {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blog-card-body .content .subcontent h3 {
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.blog-card-body .content .subcontent p {
    color: var(--Neutral-N400);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.blog-card .blog-card-body .blog-btn {
    display: flex;
    gap: 8px;
    border-radius: 12px;
    color: var(--Neutral-N900);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.blog-card .blog-card-body .blog-btn.sec {
    border: 1.5px solid var(--Neutral-N30);
    padding: 8px 14px;
}

/* END OF BLOG SECTION */

/* FOOTER */
.footer {
    display: flex;
    background-color: var(--Neutral-N900);
    gap: 80px;
    padding: 80px 90px;
    width: 100%;
    height: 905px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

.footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
    width: 100%;
    max-width: 1350px;
    height: 384px;
}

.footer .footer-container .footer-body {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 100%;
}

.footer-container .footer-body .footer-content {
    display: flex;
    align-items: flex-start;
    gap: 128px;
    justify-content: space-between;
}

.footer-body .footer-content .footer-newsletter {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 400px;
}

.footer-content .footer-newsletter .head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: var(--Neutral-N0);
    font-family: Montserrat;
    font-size: 16px;
    line-height: 24px;
}

.footer-newsletter .head p.primary {
    font-weight: 600;
}

.footer-newsletter .head p {
    font-weight: 400;
}

.footer-content .footer-newsletter .body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-newsletter .body form {
    display: flex;
    gap: 16px;
}

.footer-newsletter .body form input {
    display: flex;
    gap: 8px;
    width: 100%;
    max-width: 400px;
    height: 48px;
    padding: 12px;
    border: 1px solid var(--Neutral-N50);
    border-radius: 10px;
    background-color: var(--Neutral-N900);
    color: var(--Neutral-N0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.footer-newsletter .body form input::placeholder {
    color: var(--Neutral-N100);
}

.footer-newsletter .body form .btn-bg-pri {
    min-width: 120px;
}

.footer-newsletter .body span {
    color: var(--Neutral-N0);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.footer-content .footer-links {
    display: flex;
    gap: 40px;
    max-width: 752px;
    /* margin-left: auto; */
}

.footer-content .footer-links .links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 160px;
    width: 180px;
    height: 184px;
}

.footer-links .links h4 {
    color: var(--Neutral-N0);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.footer-links .links ul {
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    list-style: none;
    margin: unset;
    padding-left: unset;
}

.footer-links .links ul li a {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    padding: 8px 0px 8px;
    color: var(--Neutral-N0);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.footer-links .links ul li a[disabled] {
    color: var(--Neutral-N200);
    cursor: not-allowed;
}

.footer-container .footer-body .footer-sublinks {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.footer-body .footer-sublinks hr {
    width: 100%;
    border: 2px solid var(--Neutral-N0);
    color: var(--Neutral-N0) !important;
}

.footer-body .footer-sublinks .content {
    display: flex;
    justify-content: space-between;
    height: 24px;
}

.footer-sublinks .content .left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-sublinks .content .left p {
    color: var(--Neutral-N0);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.footer-sublinks .content .left ul {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: unset;
    padding-left: unset;
}

.footer-sublinks .content .left ul li a {
    color: var(--Neutral-N0);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.footer-sublinks .content .right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer .footer-container .footer-logo {
    display: flex;
    align-self: center;
}

/* END OF FOOTER */


/* MOBILE RESPONSIVE  */

@media only screen and (max-width: 1150px) {

    .header-desktop,
    .hero-tabs {
        display: none !important;
    }

    .header-mobile {
        display: flex;
        position: sticky;
        top: 10px;
        z-index: 1000;
        width: 100%;
        height: 64px;
        max-height: 64px;
        border-radius: 60px;
        background: var(--Neutral-N900);
        box-shadow: 0px 2px 6.8px 0px rgba(0, 0, 0, 0.10);
    }

    .header-mcontainer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 16px;
        /* gap: 207.597px; */
    }

    .header-mcontainer .logo img,
    .sidebar .head .logo img {
        width: 132px;
        height: 33px;
    }

    .sidebar .head .mobile-menu-toggle {
        cursor: pointer;
    }

    /* MOBILE SIDEBAR */

    .sidebar-show {
        overflow: hidden;
    }

    .sidebar.show {
        transform: translate(0);
        overflow-y: auto;
    }

    .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: var(--Neutral-N900);
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 1000;
        flex-direction: column;
        /* gap: 50px; */
        display: flex;
        box-sizing: border-box;
    }

    .sidebar .head {
        display: flex;
        justify-content: space-between;
        padding: 12px 20px;
    }

    .sidebar .body {
        display: flex;
        gap: 24px;
        flex-direction: column;
        padding: 12px 20px 160px;
    }

    .sidebar .menu-links {
        padding-left: unset;
        margin: unset;
    }

    .sidebar .menu-links li {
        display: flex;
        gap: 4px;
        padding: 12px 0px;
        list-style: none;
    }

    .sidebar .menu-links li a {
        color: var(--Neutral-N0);
        font-family: Montserrat;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        text-decoration: none;
    }

    .sidebar .menu-links li a.active {
        color: var(--Primary-300);
        font-weight: 500;
    }

    .sidebar .menu-links li a:hover {
        color: var(--Primary-300);
    }

    .sidebar .btn-grp {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .sidebar .btn-grp a {
        max-width: 100%;
        width: 100%;
    }

    .sidebar .btn-grp .btn-bg-dark {
        border: 1px solid var(--Neutral-N0);
    }

    .hero-section {
        height: auto;
        min-height: 950px;
        background-repeat: no-repeat;
        background: url(../images/hero-m-1.png), var(--Primary-50);
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }

    .hero-section .hero-container {
        gap: 50px;
        top: 120px;
        align-items: center;
    }

    .hero-container .hero-content {
        gap: 20px;
        max-width: 405px;
        width: 100%;
    }

    .hero-container .hero-content .hero-text h1 {
        font-size: 36px;
        line-height: 45px;
        width: unset;
    }

    .hero-container .hero-content .hero-text p {
        font-size: 16px;
        line-height: 24px;
        width: 356px;
    }

    .hero-container .hero-content .btn-pri-shadow {
        width: 176px;
        height: 52px;
    }

    .mobile-hero-tabs {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        padding: 1rem;
    }

    .mobile-hero-tabs .tab {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .mobile-hero-tabs .tab .tab-btn {
        display: flex;
        padding: 9px 15px;
        border: 0.75px solid var(--Primary-300);
        border-radius: 6px;
        height: 36px;
        background-color: var(--Neutral-N0);
        box-shadow: 0px 1px 2px 0px #1018280D;
        font-family: Montserrat;
        color: var(--Primary-300);
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        line-height: 24px;
        justify-content: center;
        align-items: center;
    }

    .mobile-hero-tabs .tab img {
        display: none;
        width: 100%;
        height: auto;
    }

    .mobile-hero-tabs .tab.active .tab-btn {
        background-color: var(--Primary-300);
        color: var(--Neutral-N0);
    }

    .mobile-hero-tabs .tab.active img {
        display: flex;
    }

    .monetise-section .monetise-container {
        padding: 50px 0px;
    }

    .monetise-section .monetise-container h2 {
        font-weight: 500;
        font-size: 28px;
        line-height: 38px;
    }

    .monetise-section .monetise-container p {
        font-size: 16px;
        line-height: 24px;
    }

    .eco-solar-section {
        padding: 100px 10px;
        border-radius: 0 0 40px 40px;
    }

    .eco-solar-section .eco-solar-container {
        flex-direction: column;
    }

    .eco-solar-container .eco-solar-content h2 {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 0%;
    }

    .eco-solar-container .eco-solar-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .eco-solar-container .solar-image {
        width: auto;
    }

    .eco-env-section {
        height: auto;
        padding: 100px 10px;
    }

    .eco-env-section .eco-env-container {
        flex-direction: column;
    }

    .eco-env-container .eco-env-content h2 {
        font-size: 32px;
        letter-spacing: -1%;
    }

    .eco-env-container .eco-env-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .eco-env-container .eco-env-content div {
        gap: 2px;
    }

    .eco-env-container .btn-pri-shadow {
        font-size: 13px;
    }

    .eco-env-section .eco-env-container .env-image {
        width: auto;
    }

    .partner-ecowise-section {
        border-radius: 40px;
        padding: 120px 20px;
    }

    .partner-ecowise-container h2 {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -1%;
    }

    .testimonial-section {
        padding: 80px 10px;
    }

    .testimonial-container .subtitle h2 {
        font-size: 36px;
    }

    .testimonial-container .subtitle p {
        text-align: center;
    }

    .testimonial-container .testimonial {
        background-size: auto;
        height: 500px;
        justify-content: unset;
    }

    .testimonial-container .testimonial .testimonial-cards {
        padding-top: 50px;
    }

    .testimonial-cards button {
        display: none;
    }

    .testimonial-cards .testimonial-card h3 {
        font-size: 20px;
        line-height: 165%;
    }

    .testimonial-cards .testimonial-card .testi-avatar .testi-info p {
        max-width: unset;
    }

    .partners-section .partners-container {
        padding: 2rem 1rem 3rem;
    }

    .partners-container .partners-logos img {
        width: auto;
        /* height: 48px; */
    }

    .why-us-section {
        height: unset;
        padding: 5rem 1rem 2rem;
    }

    .why-us-container .why-us-cards .why-us-card {
        height: 270px;
    }

    .why-us-container .subtitle h2 {
        font-size: 32px;
        line-height: 120%;
        letter-spacing: -1%;
    }

    .why-us-container .subtitle p {
        font-size: 14px;
        line-height: 20px;
    }

    .why-us-cards .why-us-card .subtitle {
        gap: 20px;
    }

    .why-us-cards .why-us-card .subtitle div h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .why-us-cards .why-us-card .subtitle div span {
        font-size: 12px;
        line-height: 18px;
    }

    .why-us-cards .why-us-card p {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-section {
        padding: 100px 20px;
    }

    .blog-section .blog-container {
        gap: 40px;
    }

    .blog-container .subtitle {
        text-align: center;
    }

    .blog-container .subtitle h2 {
        font-size: 36px;
    }

    .blog-container .blog-cards {
        gap: 20px;
        justify-content: unset;
        flex-wrap: unset;
        overflow-y: hidden;
    }

    .blog-cards .blog-card {
        /* height: 508px; */
        flex: 0 0 350px;
    }

    .footer {
        height: auto;
        padding: 80px 20px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

    .footer .footer-container {
        height: unset;
    }

    .footer .footer-container .footer-body {
        gap: 40px;
        /* align-items: center; */
    }

    .footer-body .footer-content .footer-newsletter {
        width: 100%;
    }

    .footer-container .footer-body .footer-content {
        gap: 52px;
        flex-direction: column;
    }

    .footer-content .footer-links {
        flex-direction: column;
    }

    .footer-content .footer-links .links {
        width: 100%;
        max-width: unset;
        height: unset;
    }

    .footer-body .footer-sublinks .content {
        gap: 64px;
        height: unset;
        flex-direction: column;
    }

    .footer-sublinks .content .left {
        flex-direction: column;
        align-items: unset;
        gap: 24px;
    }

    .footer-sublinks .content .left ul {
        flex-direction: column;
    }

    .footer .footer-container .footer-logo img {
        width: 100%;
    }

    /* END OF MOBILE SIDEBAR */
}

@media only screen and (max-width: 1000px) {
    .mobile-hero-tabs .tab img {
        width: 500px;
        height: auto;
        justify-content: center;
        align-content: center;
        align-self: center;
    }
}

@media only screen and (max-width: 600px) {
    .mobile-hero-tabs .tab img {
        width: 100%;
    }

    .eco-env-section .eco-env-container .env-image,
    .eco-solar-container .solar-image {
        width: 100%;
    }
}

@media only screen and (min-width: 1150px) {
    .hero-section {
        /* height: 100vh; */
    }

    .why-us-container .why-us-cards .why-us-card {
        max-width: 450px;
        height: 280px;
    }

    .footer .footer-container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .header-container {
        gap: 60px;
    }

    .logo img {
        width: 140px;
    }

    .header-container .header-list .header-buttons a {
        width: 120px;
        padding: 8px 14px;
        font-size: 14px;
    }

    .header-container .header-list {
        gap: 40px;
    }
}

@media only screen and (max-width: 1300px) {
    .footer-content .footer-links {
        gap: 0px;
    }
}

/* END OF MOBILE RESPONSIVE */