@font-face {
    font-family: Nunito;
    src: url('fonts/Nunito.ttf');
}

@font-face {
    font-family: NovitoNova;
    src: url('fonts/NovitoNova-Regular.woff');
}

@font-face {
    font-family: NovitoNova;
    font-weight: thin;
    src: url('fonts/NovitoNova-Thin.woff');
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
  height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

strong {
    font-weight: 700;
}

li a,
.post-card a {
    color: inherit;
    text-decoration: none;
}

nav ul {
    list-style-type: none;
}

main {
    min-height: 400px;
}

main ul {
    padding-left: 20px;
}

main ol {
    padding-left: 40px;
}

img {
    max-width: 100%;
}

.wrapper {
    font-family: Nunito;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #EDFFF2;
    color: #0D2F17;

    @media screen and (max-width: 991px) {
        font-size: 16px;
    }
}

.wrapper-inner {
    display: flex;
    min-height: 100%;
    justify-content: space-between;
    flex-direction: column;
}

#menu-toggle {
    display: flex;
    width: 25px;
    height: 18px;
    background: url('images/menu.svg') no-repeat center / cover;

    @media screen and (min-width: 992px) {
        display: none;
    }
}

#nav-top {
    width: 100%;

    @media screen and (max-width: 991px) {
        height: 50px !important;
        background: #F9FFFB !important;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25) !important;
    }
}

.wrapper-inner > #nav-top {
    height: 74px;
    align-items: center;
    padding-top: 0;
    background: #2E6F40;
}

#main-header #nav-top {
    height: 90px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0.85) 100%);
}

#nav-top-inner {
    display: flex;
    height: 100%;
    padding: 14px 36px 0px 36px;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    align-self: stretch;
    font-size: 16px;
    color: #EDF0F2;
    
    @media screen and (max-width: 991px) {
        height: 50px !important;
        padding: 0 16px;
        align-items: center;
    }
}

.wrapper-inner > #nav-top #nav-top-inner {
    padding-top: 0;
    align-items: center;
}

#nav-title {
    display: flex;
    margin-top: -3px;
    font-family: "NovitoNova";
    font-size: 29px;
    line-height: 1;
    text-transform: uppercase;
    color: #2E6F40;

    @media screen and (min-width: 751px) {
        display: none;
    }
}

#nav-left {
    display: flex;
    align-items: center;
    gap: 50px;

    @media screen and (max-width: 991px) {
        display: none;
    }
}

#language-picker {
    width: 24px;
    height: 24px;
    background: url('images/flag-bg.png') no-repeat center / cover;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.25));
}

#main-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    padding-bottom: 47.13%;
    position: relative;
    
    @media screen and (max-width: 991px) {
        padding-bottom: calc(47.13% + 50px);
    }
}

#main-header-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('images/header-bg.jpg') no-repeat center / contain;
    
    @media screen and (max-width: 991px) {
        background-position: bottom;
    }
}

#main header h1 {
    color: #EDF0F2;
}

#main-header h1 {
    font-family: NovitoNova;
    font-size: 80px;
    letter-spacing: 4.8px;
    color: #F3FAE8;
    text-shadow: 0px 8px 13px rgba(0, 0, 0, 0.91);

    @media screen and (max-width: 1199px) {
        font-size: 70px;
    }

    @media screen and (max-width: 750px) {
        display: none;
    }
}

#sub-header {
    width: 100%;
    padding-bottom: 30px;
    font-family: NovitoNova;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px; /* 107.895% */
    letter-spacing: 2.28px;
    text-align: center;
    color: #F3FAE8;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0.6) 100%);

    @media screen and (max-width: 991px) {
        font-size: 30px;
    }

    @media screen and (max-width: 649px) {
        font-size: 16px;
        line-height: 1.3;
        padding-bottom: 15px;
    }

    @media screen and (max-width: 399px) {
        font-size: 13px;
    }

    @media screen and (max-width: 359px) {
        font-size: 11px;
    }
}

#sub-header-inner {
    padding-top: 50px;
}

#main-map {
    width: 100%;
    max-width: calc(100% - 64px);
    padding-top: 40px;
    margin: 0 auto;

    
    @media screen and (max-width: 991px) {
        max-width: calc(100% - 32px);;
    }
}

#main-map-inner {
    width: 100%;
    max-width: 1350px;
    padding-bottom: 790px;
    margin: 40px auto 0;
    background: url('images/main-map.svg') no-repeat center / contain;

    @media screen and (max-width: 1400px) {
        padding-bottom: 59.84%;
    }

    @media screen and (max-width: 750px) {
        padding-bottom: 201.04%;
        background-image: url('images/main-map-mobile.svg');
    }
}

#mainDownloadFiles {
    margin: 70px auto;
}

#mainDownloadFiles #downloadFiles {
    margin: 30px auto 0;
    padding: 0;
}

#main-home {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 150px;

    @media screen and (max-width: 991px) {
        gap: 60px;
    }

    @media screen and (max-width: 750px) {
        gap: 50px;
    }
}

.main-info-box {
    width: calc(100% - 64px);
    padding: 0 32px;
    background: url('images/main-info-box-bg-1.svg') no-repeat center / cover;

    @media screen and (max-width: 991px) {
        width: calc(100% - 32px);
        padding: 0 16px;
        background: none;
    }
}

.main-info-box-inner {
    display: flex;
    height: 350px;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 0 auto;

    @media screen and (max-width: 991px) {
        flex-direction: column;
        height: auto;
    }
}

#main-info-box-img-1 {
    width: 416px;
    height: 563px;
    flex-shrink: 0;
    background: url('images/main-info-box-img-1.png') no-repeat center / contain;

    @media screen and (max-width: 1400px) {
        width: 346px;
    }

    @media screen and (max-width: 1200px) {
        width: 305px;
    }

    @media screen and (max-width: 991px) {
        background-image: url('images/main-info-box-img-1-sq.jpg');
    }
}

#main-info-box-img-2 {
    width: 624px;
    height: 413px;
    flex-shrink: 0;
    background: url('images/main-info-box-img-2.png') no-repeat center / contain;

    @media screen and (max-width: 1400px) {
        width: 544px;
    }

    @media screen and (max-width: 1200px) {
        width: 480px;
    }

    @media screen and (max-width: 991px) {
        background-image: url('images/main-info-box-img-2-sq.jpg');
    }
}

#main-info-box-img-3 {
    width: 602px;
    height: 456px;
    flex-shrink: 0;
    background: url('images/main-info-box-img-3.png') no-repeat center / contain;

    @media screen and (max-width: 1400px) {
        width: 492px;
    }

    @media screen and (max-width: 1200px) {
        width: 440px;
    }

    @media screen and (max-width: 991px) {
        background-image: url('images/main-info-box-img-3-sq.jpg');
    }
}

@media screen and (max-width: 991px) {
    #main-info-box-img-1,
    #main-info-box-img-2,
    #main-info-box-img-3 {
        width: calc(100% + 32px);
        height: 0;
        padding-bottom: 68.5%;
        background-size: cover;
    }
}

#main-info-box-2 {
    background: none;
}

#main-info-box-2 .main-info-box-inner {
    @media screen and (max-width: 992px) {
        flex-direction: column-reverse;
    }
}

#main-info-box-3 {
    @media screen and (min-width: 992px) {
        background-image: url('images/main-info-box-bg-2.svg');
    }
}

@media screen and (min-width: 992px) {
    #main-info-box-3 {
        background-image: url('images/challenges-box.svg');
        color: #F0FFF4;
    }
}

@media screen and (min-width: 992px) {
    #main-info-box-1,
    #main-info-box-3 {
        color: #F3FAE8;
    }
}

footer {
    width: 100%;
    margin-top: 120px;
    background: url('images/footer-bg.svg') no-repeat center / cover;
}

#footer-inner {
    display: flex;
    width: calc(100% - 64px);
    margin: 0 auto;
    padding: 86px 32px 80px;
    justify-content: space-between;
    gap: 40px;
    color: #F3FAE8;

    @media screen and (max-width: 1150px) {
        width: calc(100% - 32px);
        padding: 86px 16px 40px;
        flex-direction: column;
    }

    @media screen and (max-width: 420px) {
        padding-bottom: 30px;
    }
}

#footer-logos {
    display: flex;
    gap: 16px;
}

#footer-logos img {
    max-height: 80px;

    @media screen and (max-width: 991px) {
        max-height: 50px;
    }

    @media screen and (max-width: 420px) {
        max-height: 40px;
    }

    @media screen and (max-width: 359px) {
        max-height: 35px;
    }
}


#footer-left-bottom {
    padding: 15px;
    border: 2px solid #F3FAE8;
    border-radius: 20px;
}

footer h3 {
    min-height: 56px;
    margin-bottom: 24px;
    font-size: 21px;

    @media screen and (max-width: 991px) {
        min-height: unset;
        margin-bottom: 18px;
        font-size: 18px;
    }
}

#logo-ura-gora {
    width: 80px;

    @media screen and (max-width: 991px) {
        width: 50px;
    }

    @media screen and (max-width: 420px) {
       width: 35px;
    }
}

#footer-left,
#footer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;

    @media screen and (max-width: 992px) {
        align-items: center;
    }
}

#footer-right {
    justify-content: flex-start;
}

#footer-inner,
.main-info-box-inner,
#mainDownloadFiles {
    max-width: 1350px;
}

#blogPosts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 850px;
    margin: 90px  auto 170px;
}

.post-card {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #f4fff7;
    border-radius: 6px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 8px 12px rgba(0, 0, 0, 0.2);
}

.post-image div {
    width: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.post-card .post-main {
    padding: 8px 16px 16px;
}

.post-card .post-title {
    margin: 8px 0;
    font-size: 23px;
    color:#2E6F40;
    /* text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25); */
    font-weight: bold;
}

#blogViewWrapper {
    max-width: 1350px;
    padding: 0 32px;
    margin: 0 auto;
}

#backLink {
    display: block;
    margin: 16px 0 16px 32px;
    font-size: 16px;
    color: #0D2F17;
    text-decoration: none;
}

#backLink:hover {
    text-decoration: underline;
}

/* Challenges page */
[type=radio] {
    display: none;
}

#slider {
    width: 100%;
    height: 472px;
    margin-bottom: 40px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

#slider label {
    margin: auto;
    width: 30%;
    height: 80%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    transition: transform 0.4s ease;
}

#slide5,
#slide6,
#slide7,
#slide1,
#slide2,
#slide3,
#slide4 {
    will-change: transform;
}

#s1:checked~#slide5,
#s2:checked~#slide6,
#s3:checked~#slide7,
#s4:checked~#slide1,
#s5:checked~#slide2,
#s6:checked~#slide3,
#s7:checked~#slide4 {   
    transform: translate3d(-300%, 60%, -1915px);
    filter: brightness(70%);
}

#s1:checked~#slide6,
#s2:checked~#slide7,
#s3:checked~#slide1,
#s4:checked~#slide2,
#s5:checked~#slide3,
#s6:checked~#slide4,
#s7:checked~#slide5 {
    transform: translate3d(-160%, 35%, -1035px);
    filter: brightness(80%);
}

#s1:checked~#slide7,
#s2:checked~#slide1,
#s3:checked~#slide2,
#s4:checked~#slide3,
#s5:checked~#slide4,
#s6:checked~#slide5,
#s7:checked~#slide6 {
    transform: translate3d(-75%, 20%, -530px);
    filter: brightness(90%);
}

#s1:checked~#slide1,
#s2:checked~#slide2,
#s3:checked~#slide3,
#s4:checked~#slide4,
#s5:checked~#slide5,
#s6:checked~#slide6,
#s7:checked~#slide7 {
    transform: translate3d(0, 0, 0);
}

#s1:checked~#slide2,
#s2:checked~#slide3,
#s3:checked~#slide4,
#s4:checked~#slide5,
#s5:checked~#slide6,
#s6:checked~#slide7,
#s7:checked~#slide1 {
    transform: translate3d(75%, 20%, -530px);
    filter: brightness(90%);
}

#s1:checked~#slide3,
#s2:checked~#slide4,
#s3:checked~#slide5,
#s4:checked~#slide6,
#s5:checked~#slide7,
#s6:checked~#slide1,
#s7:checked~#slide2 {
    transform: translate3d(160%, 35%, -1035px);
    filter: brightness(80%);
}

#s1:checked~#slide4,
#s2:checked~#slide5,
#s3:checked~#slide6,
#s4:checked~#slide7,
#s5:checked~#slide1,
#s6:checked~#slide2,
#s7:checked~#slide3 {
    transform: translate3d(300%, 60%, -1915px);
    filter: brightness(70%);
}

#slider label {
    width: 332px;
    height: 660px;
    background-position: center;
    background-size: cover;
}

#challengesCards {
    margin: 100px 0 170px;
}

#challengesCards .post-card {
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

#challengesCards .post-image div {
    padding-bottom: 66.66%;
}

#challengesCards .post-title {
    font-size: 18px;
    color: #063E16;
}

#challengesCards .post-content {
    font-size: 15px;
}

/* Ideas page */
.flex,
.flex-col {
    display: flex;
    gap: 24px;
}


@media screen and (max-width: 850px) {
    .flex {
        flex-direction: column;
    }

    .flex + .flex {
        margin-top: 24px;
    }
}

.flex-col {
    flex-direction: column;
}

@media screen and (min-width: 851px) {
    .flex-50-50 > * {
        width: 50%;
        flex-shrink: 50;
    }

    .flex-60-40 > *:first-child {
        width: 60%;
        flex-shrink: 50;
    }

    .flex-60-40 > *:nth-child(2) {
        width: 40%;
        flex-shrink: 50;
    }

    .flex-rev {
        flex-direction: row-reverse;
    }
}

.ideas-subtitle {
    margin: 32px 0;
    color: #2E6F40;
    font-family: Nunito;
    font-size: 23px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#ideasSubtitle2 {
    margin-top: 120px;
}

.ideas-img {
    width: 100%;

    @media screen and (max-width: 850px) {
        display: block;
        max-width: 600px !important;
        margin: 0 auto;
    }
}

 #ideas-img-1 {
    max-width: 635px;
 }

 #ideas-img-2 {
    max-width: 720px;
 }

 #ideas-img-3 {
    width: 100%;
    max-width: 625px;
 }

 #ideas-img-4 {
    max-width: 720px;
 }

 #ideas-img-5 {
    max-width: 630px;
 }

 #ideas-img-6 {
    max-width: 610px;
 }

 #ideas-img-7 {
    max-width: 645px;
 }

 #ideas-img-8 {
    max-width: 470px;
 }

 #ideas-img-9 {
    max-width: 640px;
 }

 #ideas-img-11 {
    max-width: 400px;
 }

 #ideasMain {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 32px;
    font-size: 16px;

    @media screen and (max-width: 850px) {
        padding: 0 16px;
    }
 }

 #ideasMain h1 {
    margin-top: 70px;
    font-size: 27px;
 }

 #ideasMain h1 + p {
    max-width: 930px;
    margin-top: 40px;
 }

 .ideas-title {
    display: block;
    margin: 115px 0 32px;

    @media screen and (max-width: 850px) {
        margin-top: 75px
    }
 }

.ideas-title.right {
    margin-left: auto;
}

#ideasTitle1 + .ideas-subtitle {
    margin-top: 0;
}

#ideasTitle2 {
    margin-bottom: 32px;
}

#ideasTitle2 + p {
    max-width: 555px;
    margin-bottom: 24px;
}

#ideasTitle3 + div + p {
    margin: 70px 0 30px;
}

.ideas-box,
.ideas-box-fill,
.contacts-box {
    padding: 18px 20px;
    border-radius: 20px;
}

.ideas-box {
    border: 2px solid #E3A559;
}

.contacts-box {
    border: 2px solid #2E6F40;
}

#ideas-box-fill-1 {
    background: #F0E6C7;
}

#ideas-box-fill-2 {
    background: #F4F4B3;
}

#ideas-box-fill-3 {
    background: #E5E4CBCC;
}

#ideas-box-fill-4 {
    background: #C9EDC9;
}

#ideas-box-fill-5 {
    background: #D6F4FE;
}

/* Areas page */

#areas-box-1 {
    gap: 0;
}

#areas-box-1-left,
#areas-box-1-right {
    max-width: 750px;
    padding: 12px 20px;
    position: relative;
}

#areas-box-1-left > div:first-child > p, 
#areas-box-1-right > div:first-child > p {
    font-weight: 700;
    font-size: 19px;
    text-align: center;
}

#areas-box-1-left > div:first-child > p {
    color: #0D2F17;
}

#areasMain .areas-box-inner img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.areas-box-inner {
    margin-bottom: 30px;
}

@media screen and (min-width: 1201px) {
    #areas-box-1-left img + div,
    #areas-box-1-right img + p {
        margin-top: -100px;
    }
    
    #areas-box-1-left > div:first-child > div:first-of-type,
    #areas-box-1-right > div:first-child > div:first-of-type {
        height: calc(50vw / 1.9);
        align-items: center;
        justify-content: center;
    }

    .areas-box-inner {
        margin: 100px 0 7px;
    }
}

@media screen and (min-width:1441px) {
    #areas-box-1-left > div:first-child > div:first-of-type,
    #areas-box-1-right > div:first-child > div:first-of-type {
        max-height: 377px;
    }
}

#areas-box-1-left img ~ *,
#areas-box-1-right img ~ *{
    z-index: 1;
}

#areas-box-1-left {
    color: #EDF0F2;
}

#areasMain {
    max-width: 1440px;
    margin: 0 auto 70px;
    font-size: 16px;
}

#areasMain .flex-first {
    max-width: 1280px;
    margin-top: 70px;
}

#areasMain .flex-first p {
    max-width: 680px;
}

#areasMain .flex-first img {
    max-height: 338px;
}

#areasMain h2 {
    margin-top: 90px;
}

#areasMain > div:first-child {
    margin-bottom: 70px;
    padding: 0 32px;
}

#areasMain #areas-box-1 img {
    top: 100px;
}

#areas-accordions-left,
#areas-accordions-right {
    display: flex;
    max-width: 515px;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

.accordion {
    overflow: hidden;
    border-radius: 15px;
}

.accordion-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: stretch;
    background: #2E6F40;
}

.accordion-header {
    display: flex;
    padding: 15px 48px;
    position: relative;
}

.accordion-body {
    display: flex;
    max-height: 0;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    overflow: hidden;
    background: #265C35;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    border-radius: 0 0 15px 15px;
}

#areas-box-1-right .accordion-inner {
    background: #B5DE73;
}

#areas-box-1-right .accordion-body {
    background: #9CBF63;
}

.accordion-body-inner {
    padding: 15px 48px;
}

.accordion input {
    display: none;
}

.accordion input:checked ~ .accordion-body {
    max-height: 50px;
}

.accordion-header .accordion-arrow {
    width: 24px;
    height: 24px;
    top: 50%;
    left: 24px;
    position: absolute;
    transform: translate(-50%, -50%);
    background: url('images/accordion-arrow.svg') no-repeat center / contain;
    transition: transform 0.3s ease;
}

.accordion input:checked ~ .accordion-header .accordion-arrow {
    transform: translate(-50%, -50%) rotate(180deg);
}

.areas-boxes-bottom .areas-box-inner {
    position: relative;
}

.areas-boxes-bottom > div:first-child {
    position: relative;
}

.areas-bottom-box-inner-1 {
    width: 760px;
    height: 340px;
    padding: 40px 80px 60px 105px;
    color: #EDF0F2;
    z-index: 1;
}

.areas-bottom-box-inner-2 {
    width: 820px;
    height: 290px;
    padding: 50px 80px 30px 100px;
    z-index: 2;
}

.areas-bottom-box-inner-3 {
    width: 630px;
    height: 140px;
    margin: -50px 0 0 100px;
    padding: 50px 70px;
}

.areas-boxes-bottom img + div {
    margin: auto;
    z-index: 1;
}

#areas-2-img {
    width: 816px;
    height: 436px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.areas-bottom-box-inner-2 {
    margin: -120px auto 0;
    transform: translateX(100px);
    z-index: 2;
}

#downloadFiles {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 680px;
    margin: 30px 0 70px;
    padding: 0 20px;
    cursor: pointer;

    @media screen and (max-width: 450px) {
        flex-direction: column-reverse;
        max-width: 100%;
    }
}

#downloadFiles p {
    display: flex;
    flex: 1 0 0;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 2px solid #C4EDC0;
    color: #202E0A;
    font-family: Nunito;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

#downloadFiles:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url('images/download.svg') no-repeat center / contain;
}
 
@media screen and (max-width: 850px) {
    #areasMain > div:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 1200px) {
    #areasMain .areas-boxes-bottom img {
        display: none;
    }

    #areasMain .areas-boxes-bottom .areas-box-inner {
        width: auto;
        height: auto;
        margin: 0 20px;
        padding: 18px 20px;
        border-radius: 15px;
        background: #2E6F40;
    }

    #areasMain .areas-boxes-bottom .areas-bottom-box-inner-2 {
        transform: none;
        background: #B5DE73;
    }

    #areasMain .areas-boxes-bottom .areas-bottom-box-inner-3 {
        background: #9CBF63;
    }

    #areasMain #areas-box-1 {
        flex-direction: column;
        align-items: center;
    }

    #areas-box-1-left img,
    #areas-box-1-right img {
        display: none;
    }

    #areas-box-1-left img + *,
    #areas-box-1-right img + * {
        padding: 15px 28px;
        border: 3px solid #2E6F40;
        border-radius: 15px;
    }
    
    #areas-box-1-right img + * {
        border-color: #B5DE73;
    }

    #areas-box-1-left .areas-box-inner {
        color: #0d2f17;
    }

    #areasMain .flex-50-50 > * {
        width: auto;
        flex-shrink: unset;
    }
}

/* Challenges Page */

#main-info-box-4 {
    margin: 70px 0 30px;
}

#main-info-box-4 .main-info-box-inner {
    display: flex;
    flex-direction: column;
}

#main-info-box-4 .main-info-box-inner p {
    color: #F0FFF4;
}

#challengesMain h3 {
    margin-top: 100px;
    text-align: center; 
}

@media screen and (max-width: 991px) {
    #main-info-box-4 .main-info-box-inner {
        padding: 15px 28px;
        background: #2E6F40;
        border-radius: 15px;
    }
}

/* Files Download */
/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.overlay.active {
    display: flex;
}

/* Popup */
.popup {
    background: #a8d982;
    border: 2px solid #6D795B;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    position: relative;
    animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.popup-header {
    background: #B5DE73;
    padding: 25px 40px 20px;
    border-radius: 15px 15px 0 0;
    position: relative;
}

.popup-title {
    color: #222A17;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    font-weight: 400;
    color: #222A17;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    transition: color 0.2s ease;
}

.close-btn:hover {
    color: #1a3a1e;
}

.popup-content {
    background: #E4F3CC;
    border-radius: 0 0 15px 15px;
    padding: 20px 30px 30px;
}

.content-subtitle {
    color: #222A17;
    font-size: 14px;
    margin: 0 0 25px 10px;
    font-style: italic;
}

.download-section {
    margin-bottom: 25px;
}

.download-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    margin: 4px 0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #222A17;
    text-decoration: none;
    font-size: 15px;
}

.download-item:hover {
    background: rgba(168, 217, 130, 0.15);
    text-decoration: underline;
    transform: translateX(5px);
}

.download-icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    opacity: 0;
    transition: opacity 0.2s ease;
    fill: #2c5530;
}

.download-item:hover .download-icon {
    opacity: 1;
}

.section-title {
    color: #2c5530;
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 15px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #a8d982;
}

.download-icon {
    width: 32px;
    height: 32px;
}

/* Contacts Page */

#contactsMain {
    padding: 80px 16px 0;
    font-size: 16px;
}

#contactsMain > .flex {
    max-width: 1300px;
    margin: 0 auto;
}

#contactsMain > .flex .flex {
    max-width: 100%;
}

#contactsMain h4{
    font-size: 18px;
    font-weight: 800;
}

#contactsMain a {
    word-wrap: break-word;
}

.contacts-box {
    max-width: 600px;
    height: fit-content;
}

@media screen and (max-width: 850px) {
    .contacts-box {
        width: calc(100% - 40px);
    }

    #contactsMain > .flex {
        align-items: center;
    }
}

/* Mobile Menu Overlay */
#mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#mobile-menu-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Container */
#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    height: 100vh;
    background: #2E6F40;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
}

#mobile-menu.show {
    transform: translateX(0);
}

/* Logo Section */
.mobile-menu-logo-section {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    background: white url(images/logo-green.svg) no-repeat center / 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

/* Close Button */
#mobile-menu-close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s ease;
    background: url('images/close.svg') no-repeat center / cover;
}

#mobile-menu-close:hover {
    transform: scale(1.1);
}

/* Menu Content Container */
.mobile-menu-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px 0;
}

/* Navigation List */
#mobile-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Nunito';
    font-weight: 600;
}

/* Menu Items */
#mobile-nav-list li {
    padding: 18px 25px;
    font-size: 16px;
    color: #E6FAEC;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1.4;
}

#mobile-nav-list li:hover {
    background-color: #E2FFEA;
    color: #004500;
}

#mobile-nav-list li.active:hover {
    background-color: #E2FFEA;
    color: #004500;
}

/* Menu Item Links */
#mobile-nav-list li a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

/* Hamburger Menu Active State */
#menu-toggle.menu-active {
    background: url('images/close.svg') no-repeat center / cover;
}