*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Lato' ;
    src: url("../fonts/Lato.ttf");
}

@font-face {
    font-family: 'Montserrat' ;
    src: url("../fonts/Montserrat.ttf");
}

h1, h2, h3{
    font-family: 'Lato' !important;
}

a{
    font-family: 'Lato' !important;
}

nav, ul, li{
    font-family: 'Lato' !important;
}

button{
    font-family: 'Lato' !important;
}



body{
    background: #ffffff;
    overflow-x: hidden;
    height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

header {
    width: 100%;
    max-height: 20vh;
    background: #F8F9FAFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1vh 0.5vh;
    border-radius: 0.2vh;
    margin: 1.5vh auto;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0.2vh 1vh rgba(0, 0, 0, 0.5);
    z-index: 1000;
}


.logo{
    display: flex;
    align-items: center;
    padding-left: 2vh;
    flex-shrink: 0;
}

.logo-image {
    height: 12vh; 
    width: auto;
    transition:  0.4s;
    filter: drop-shadow(0 0.2vh 0.4vh rgba(0, 0, 0, 0.2));
    border-radius: 50%;
}

.logo-image:hover {
    transform: scale(1.05);
}

.eco{
    color: #4caf50;
}

.community{
   color: #8bc34a;
}

.hub{
    color: #c8e6c9;
}

.navbar {
    flex-grow: 1; 
    min-width: 0; 
}

.form-container {
    align-items: center;
    background: rgb(153, 147, 147);
    border-radius: 1.5vh;
    box-shadow: 0 1vh 3vh rgba(0, 0, 0, 0.1);
    padding: 4vh;
    width: 100%;
    max-width: 60vh;
    margin-left: 36%;
    font-weight: 400;
}

.form-container:hover {
    transform: translateY(-0.5vh);
}

.form-field {
    width: 100%;
    padding: 1.8vh;
    margin-bottom: 2.5vh;
    border: 0.1vh solid #ddd;
    border-radius: 0.8vh;
    font-size: 1.8vh;
    background-color: #fafafa;
    opacity: 1;
    padding-top: 1em;
    padding-bottom: 1em;
}

.form-field::placeholder{
    color: #888;
    font-style: italic;
    font-size: 1.8vh;
    font-style: italic;
    font-family: 'Lato' ;
    transition: all 0.3s ease-in-out;
}

.form-field:focus::placeholder {
    color: #aaa;
    opacity: 0.5;
}

.form-field:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 0.3vh rgba(52, 152, 219, 0.2);
    outline: none;
    background-color: white;
}

.username {
    font-size: 2vh;
    color: #333;
    padding: 0 2vh;
}

.logout-btn {
    background: none;
    border: none;
    color: #4caf50;
    text-decoration: none;
    font-size: 2.5vh;
    font-family: 'Lato';
    cursor: pointer;
    padding: 0.8vh 1.5vh;
    transition: all 0.3s;
    display: block;
    text-align: left;
    width: 100%;
}

.logout-btn:hover {
    color: #0f5132;
    background: rgba(76, 175, 80, 0.1);
    border-radius: 0.5vh;
}

.auth-btn {
    display: block;
    align-items: center;
    width: 100%;
    height: 4vh;
    padding: 1vh;
    background: linear-gradient(to right, #4caf50, #167516);
    color: white;
    border: none;
    border-radius: 0.8vh;
    font-size: 1.6vh;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 4vh;
}

.auth-btn:hover {
    box-shadow: 0 0.5vh 1.5vh #167516;
}

.help-block {
    font-size: 1.6vh;
    margin-top: -1.5vh;
    margin-bottom: 1.5vh;
    color: #e74c3c;
}

.search-container{
    display: flex;
    align-items: center;
    width: 20%;
}

.navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 0.5vh;
    font-family: 'Montserrat';
}

.navbar-nav li {
    margin-right: 1.5vh !important;
}

.navbar-nav .nav-link {
    font-size: 2.5vh;
    padding: 0.8vh 1.2vh !important;
    white-space: nowrap;
}

.search-input{
    padding: 1vh;
    border: 0.1vh solid #ccc;
    border-top-left-radius: 1.2vh;
    border-bottom-left-radius: 1.2vh;
    width: 20vh;
    height: 1.3vh;
    font-size: 1.5vh;
}

.search-button{
    height: 3.5vh;
    padding: 0 2vh;
    border-top-right-radius: 1.2vh;
    border-bottom-right-radius: 1.2vh;
    background: linear-gradient(to right, #4caf50, #167516);
    color: #FFFFFFFF;
    font-size: 2vh;
    border: none;
    cursor: pointer;
    transition: 0.8s;
    text-align: center;
    display: inline-block;
}



input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    width: 98%;
    height: 3.5vh;
    padding: 1vh;
    border: 1px solid #b8b5b5;
    font-size: 2vh;
}

label{
    font-weight: 700;
}

nav{
    display: flex;
    align-items: center;
    padding: 1vh;
}

.nav{
    display: flex;
    align-items: center;
    padding: 1vh;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 2vh;
    font-size: 2vh;

}

.nav a{
    color: #4caf50;
    text-decoration: none;
    font-size: 3vh;
}

.title{
    text-align: center;
    margin: 4vh 0;
    padding: 0 4vh;
}

.title h1{
    font-size: 5vh;
    color: #4caf50;
    padding: 1.5vh 0;
    display: inline-block;
}

.contact{
    display: flex;
    width: 80%;
    margin-left: 18%;
    gap: 5vh;
    margin-bottom: 4vh;

}

.contact-photo img{
    width: 60vh;
    height: 70vh;
    border-radius: 1.5vh;
}

.contact-information{
    width: 60vh;
    height: 70vh;
    background: #fffffe;
    box-shadow: 0 0.4vh 1.5vh rgba(0, 0, 0, 0.5);
    border-radius: 1.5vh;
}

.cont{
    text-align: center;
    color: #4caf50;

}

.contact-information p{
    padding: 2vh;
    font-size: 2vh;
    font-weight: 400;
}

.contact-information p span{
    font-weight: 700;
}

.kontakt{
    width: 30%;
    margin-left: 1vh;
}

.kontakt h1{
    text-align: left;
    font-size: 2.5vh;
    margin-top: 1vh;
    font-weight: 400;
    color: #353333;
}

.info{
    display: flex;
    width: 78%;
    margin-left: 2vh;
    white-space: nowrap;
}

.info h1{
    font-size: 2.5vh;
    text-align: left;
    margin-top: 1vh;
    font-weight: 500;
    margin-left: 2vh;
}

.map-container {
    position: relative;
    overflow: hidden;
    width: calc(100%);
    padding-top: 56.25%;
}

.map-section{
    width: 70%;
    padding: 2vh;
    background: #f8f8f8;
    border-radius: 1.5vh;
    box-shadow: 0 0.2vh 1vh rgba(0,0,0,0.1);
    margin-bottom: 4vh;
    margin-left: 18%;
}

.map-section iframe {
    width: 100%;
    height: 40vh;
    margin: 12vh 0;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.forma{
    box-shadow: 0 0.4vh 1.5vh rgba(0, 0, 0, 0.5);
    background: #FFFFFFFF;
    padding: 1vh;
    width: 40%;
    margin-left: 30%;
    margin-top: 2vh;
    margin-bottom: 2vh;
    border-radius: 2vh;
}

.forma h1{
    font-size: 3vh;
    text-align: center;
    font-weight: 400;
    color: #4caf50;
}

textarea{
    height: 12vh;
}

.form-group {
    position: relative;
    margin-bottom: 1vh;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.form-group label {
    display: block;
    margin-bottom: 1vh;
    font-size: 1.8vh;
    color: #000000;
    font-weight: 500;
}

.reviews-container {
    max-width: 120vh;
    margin: 0 auto;
    padding: 2vh;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30vh, 1fr));
    gap: 2.5vh;
    margin-top: 2vh;
}

.review-card {
    background: white;
    border-radius: 1.2vh;
    box-shadow: 0 0.4vh 1.5vh rgba(0, 0, 0, 0.08);
    padding: 2vh;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.6vh 2vh rgba(0, 0, 0, 0.12);
}

.review-header {
    display: flex;
    align-items: flex-start; 
    justify-content: space-between;
    margin-bottom: 1.2vh;
}

.review-name {
    font-size: 2.2vh;
    margin: 0;
    color: #217e0e;
    font-weight: 600;
}

.review-avatar, .avatar-placeholder {
    width: 8vh; 
    height: 8vh; 
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-placeholder {
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4vh; 
    color: #888;
    font-weight: bold;
}

.initials {
    font-size: 2vh;
    text-transform: uppercase;
}

.review-meta {
    display: flex;
    flex-direction: column;
}

.review-author {
    font-size: 2vh;
    color: #2c3e50;
    margin: 0;
    font-weight: 600;
}

.review-date {
    text-align: left; 
    font-size: 1.8vh;
    color: #000000;
    margin-top: auto; 
}

.review-rating {
    margin: 1vh 0;
}

.star {
    font-size: 2.4vh;
    color: #ddd;
    display: inline-block;
    margin-right: 0.3vh;
    transition: color 0.4s;
}

.star.active {
    color: #FFD700; 
}

.review-content {
    border-top: 0.1vh solid #eee;
    padding-top: 1.5vh;
    flex: 1;
}

.review-text {
    font-size: 2vh;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 2vh;
    flex-grow: 1;
    text-align: left;
}

.no-reviews {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4vh;
    background: white;
    border-radius: 1.5vh;
    box-shadow: 0 0.4vh 1.5vh rgba(0, 0, 0, 0.08);
    font-size: 2vh;
    color: #000000;
}


.rating-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 2vh;
}

.rating-input input {
    display: none;
}

.rating-input label {
    font-size: 3vh;
    color: #e0e0e0;
    cursor: pointer;
    transition: color 0.2s;
    margin-right: 0.5vh;
}

.rating-input input:checked ~ label,
.rating-input label:hover,
.rating-input label:hover ~ label {
    color: #ffcc00;
}

.rating-input input:checked + label {
    color: #ffcc00;
}

.reviews-section {
    max-width: 100rem; 
    margin: 0 auto;
    padding: 4vh; 
    text-align: center;
}


.reviews-section h1 {
    font-size: 3.4vh; 
    margin-bottom: 3vh; 
    color: #4caf50;
}

.review-item {
    display: flex;
    flex-direction: column; 
    padding: 3vh;
    background: #fff;
    border-radius: 1.6vh;
    box-shadow: 0 0.4vh 1.2vh rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    height: 100%; 
}

.review-item:hover {
    transform: translateY(-0.4vh); 
}

.container-review {
    width: 90%; 
    margin-left: 10vh; 
    margin-right: 10vh;
    border-radius: 2vh;
    box-shadow: 0 0.8vh 1.2vh rgba(0, 0, 0, 0.4);
}

.card-reviews {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 4vh;
    padding: 4vh;
}

.reviews{
    background-color: #ffffff;
    border-radius: 1vh;
    box-shadow: 0.4vh 0.8vh 2vh 0.4vh rgba(34, 60, 80, 0.4);
    width: 100%;
    transition: 0.2s;
    height: 30vh;
}

.reviews:hover{
    transform: scale(1.05);
}

.reviews img{
    border-radius: 50%;
    width: 15vh;
    height: 15vh;
    padding-top: 0.5vh;
    margin-top: 0.5vh;
    margin-left: 2vh;
}

.reviews-opisanie{
    padding: 1.5vh;
}

.reviews-opisanie h1{
    font-size: 2.8vh;

}

.reviews-description{
    font-size: 2.3vh;
    color: #000000;
    height: 18vh;
    font-weight: 3300;
    text-align: left;
}

.button-otzov{
    background: linear-gradient(to right, #4caf50, #167516);
    color: #ffffff;
    border: none;
    width: 17vh;
    height: 4.5vh;
    padding: 1vh 1.5vh;
    border-radius: 1vh;
    font-size: 1.8vh;
    transition: 0.4s;
    text-decoration: none;
    margin-left: 30vh;
    cursor: pointer;
}

.scroll-to-top.show {
    opacity: 0.8;
    visibility: visible;
}

.scroll-to-top {
    position: fixed;
    bottom: 3vh;
    right: 3vh;
    width: 4vh;
    height: 4vh;
    background: #2da42d;
    color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.footer {
    background: #e9fae9;
    padding: 4vh 0 2vh;
    margin-top: 8vh;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 180vh;
    margin: 0 auto;
    padding: 0 4vh;
    gap: 6vh;
    flex-wrap: wrap; 
}

.footer-column {
    flex: 1;
    min-width: 25vh; 
    padding: 2vh;
}

.footer-title {
    font-size: 2.2vh;
    margin-bottom: 1.8vh;
    color: #2da42d;
    padding-bottom: 1.2vh;
    border-bottom: 0.15vh solid #c8e6c9;
    text-align: left;
    font-weight: 600;
}

.footer-list-left,
.footer-list-right {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list-left li,
.footer-list-right li {
    margin-bottom: 1.5vh;
    color: #333;
    font-size: 1.9vh;
    transition: all 0.3s;
    padding: 0.6vh 0;
}

.footer-list-left li:hover {
    color: #2da42d;
    transform: translateX(0.8vh);
}

.footer-list-right li {
    display: flex;
    align-items: center;
    gap: 1.2vh;
}

.footer-list-right li:before {
    content: "•";
    color: #4caf50;
    font-size: 2.5vh;
}

.footer-link {
    color: #333;
    text-decoration: none;
    font-size: 1.9vh;
    transition: color 0.3s;
    display: block;
    width: 100%;
    padding: 0.5vh 0;
}

.footer-link:hover {
    color: #0a5c0a;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3vh;
}

.social-column {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-links {
    display: flex;
    gap: 2.5vh;
    margin-top: 1.5vh;
    justify-content: center;
}

.social-links a {
    width: 5.5vh;
    height: 5.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s;
    box-shadow: 0 0.3vh 1vh rgba(0,0,0,0.1);
}

.social-links img{
    width: 5.5vh;
    height: 5.5vh;
}

.social-links a:hover {
    transform: translateY(-0.5vh);
    box-shadow: 0 0.6vh 1.5vh rgba(0,0,0,0.15);
}

.copyright {
    text-align: center;
    font-weight: 400;
    color: #0f5132;
    font-size: 2.5vh;
    padding-top: 3vh;
    margin-top: 3vh;
    border-top: 0.15vh solid #c8e6c9;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.enter-email {
    width: 100%;
    padding: 1.5vh;
    border: 0.15vh solid #c8e6c9;
    border-radius: 1vh;
    margin: 1.5vh 0;
    font-size: 1.8vh;
    background: #f8fff8;
    transition: all 0.3s;
}

.enter-email:focus {
    outline: none;
    border-color: #4caf50;
    box-shadow: 0 0 0.8vh rgba(76, 175, 80, 0.3);
}


.subscribe {
    background: linear-gradient(to right, #4caf50, #167516);
    color: #fff;
    width: 100%;
    height: auto;
    padding: 1.5vh 2vh;
    font-size: 1.9vh;
    cursor: pointer;
    border: none;
    border-radius: 1vh;
    transition: all 0.3s;
    font-weight: 500;
    letter-spacing: 0.05vh;
    margin-top: 0.5vh;
}

.subscribe:hover {
    background-color: #3d8b40;
    transform: translateY(-0.3vh);
    box-shadow: 0 0.4vh 1.2vh rgba(0,0,0,0.15);
}

.future{
    display: flex;
    margin-left: 10vh;
    gap: 8vh;
}

.ecology h1{
    font-weight: 200;
    font-style: italic;
    color: #2da42d;
    font-size: 3vh;
    text-align: center;
    font-weight: 100;
}

.ecology img{
    width: 85vh;
    height: 50vh;
    background: #e4e8ef;
    border-radius: 1.2vh;
}

.container-category {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 2.5vh;
    width: 90%;
    max-width: 140vh;
    margin: 0 auto 4vh;
    padding: 2vh;
    justify-content: center;
}

.category {
    background: #ffffff;
    border-radius: 1.5vh;
    box-shadow: 0 0.8vh 2vh rgba(46, 125, 50, 0.6);
    padding: 2vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    height: 22vh; 
    width: 35vh;
    border: 0.15vh solid #e0f7e0;
}

.category:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.8vh 2.5vh rgba(46, 125, 50, 0.4);
    border-color: #4CAF50;
}

.category img{
    height: 30vh;
}

.category a{
    font-size: 1.8vh;
    text-decoration: none;
    color: #0f5132;
    transition: 0.4s;
    display: block;
    width: 100%;
    padding: 0.5vh;
}

.category-icon-container {
    width: 10vh;
    height: 10vh;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5vh;
    align-items: center;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
}

.category a:hover{
    color: #0f5132;
}

.category a:active{
    transform: scale(0.9);
}

.category-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.8vh;
    color: #4caf50;
    transition: 0.4s;
    padding: 0.5vh 0;
    border-radius: 1.2vh;
    background: #EFF8EFFF;
}

.environmental-projects {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4vh 8%;
    gap: 6vh;
    margin: 0 auto;
    max-width: 180vh;
}

.green-planet {
    flex: 1;
    min-width: 40%;
    display: flex;
    justify-content: center;
    margin-top: 4vh;
}

.green-planet img {
    width: 100%;
    height: auto;
    max-height: 60vh;
    border-radius: 1.6vh;
    object-fit: cover;
    box-shadow: 0 0.8vh 2.5vh rgba(0, 0, 0, 0.15);
}

.project {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3vh;
    min-width: 40%;
}

.events {
    background: linear-gradient(135deg, #f0f9f0 0%, #ffffff 100%);
    box-shadow: 0 0.6vh 1.8vh rgba(34, 60, 80, 0.2);
    border-radius: 1.6vh;
    padding: 3vh;
    width: 100%;
    border-right: 1vh solid #4caf50;
    transition: 0.8s;
}

.events:hover{
    border-left: 1vh solid #4caf50;
    border-right: 0vh solid #4caf50;
}

.events h1 {
    color: #4caf50;
    font-size: 2.8vh;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.event-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5vh;
    width: 100%;
}

.event {
    background: #ffffff;
    box-shadow: 0 0.4vh 1.5vh rgba(0, 0, 0, 0.1);
    border-radius: 1.2vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5vh;
    height: 18vh;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event:hover {
    transform: translateY(-0.5vh);
    box-shadow: 0 0.8vh 2.5vh rgba(0, 0, 0, 0.15);
}

.event h1 {
    color: #4caf50;
    font-size: 4.5vh;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.event h2 {
    font-size: 2.4vh;
    color: #2c3e50;
    margin: 1.2vh 0 0;
    padding: 0;
    font-weight: 500;
    text-align: center;
}
.tasks{
    background: #fefefe;
    box-shadow: 0.4vh 0.8vh 2vh 0.4vh rgba(34, 60, 80, 0.4);
    width: 90%;
    border-radius: 1vh;
    margin-left: 10vh;
    padding-bottom: 2vh;
    padding-top: 4vh;
    margin-top: -2vh;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
}

.task{
    background: #fefefe;
    box-shadow: 0.4vh 0.8vh 2vh 0.4vh rgba(34, 60, 80, 0.4);
    width: 52vh;
    height: 30vh;
    margin-left: 4vh;
    padding: 4vh;
    padding-top: 2vh;
    border-radius: 1vh;
    margin-bottom: 4vh;
    transition: 0.4s;
}

.task:hover{
    transform: scale(0.95);
}

.task h1{
    color: #2da42d;
    font-size: 3vh;
    font-weight: 200;
}

.article-header {
    width: 100%;
    background-color: transparent;
    padding: 0;
    text-align: center;
    color: inherit;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 1.5vh; 
}

.article-img {
    width: 100%;
    height: 22vh; 
    overflow: hidden;
    border-radius: 0.8vh; 
    margin-bottom: 1.8vh; 
}

.article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    margin-bottom: 0;
}

.article-card:hover .article-img img {
    transform: scale(1.05);
}

.article-header h1 {
    font-size: 4.8vh;
    margin-bottom: 1vh;
    color: #4caf50;
}

.article-header p {
    font-size: 2.4vh;
    opacity: 0.9;
    color: #4caf50;
}

.article-container {
    display: flex;
    max-width: 240vh;
    margin: 0 auto;
    padding: 3vh;
    gap: 3vh;
}

.categories-sidebar {
    flex: 0 0 24vh;
    background: white;
    border-radius: 0.8vh;
    padding: 2vh;
    box-shadow: 0 0.2vh 1vh rgba(0,0,0,0.1);
    max-height: 64vh;
}

.categories-sidebar h3 {
    font-size: 2.4vh;
    color: #4caf50;
    margin-bottom: 1.5vh;
    padding-bottom: 1vh;
    border-bottom: 0.1vh solid #eee;
    text-align: center;
}

.categories-sidebar ul {
    list-style: none;
}

.categories-sidebar li {
    margin-bottom: 1vh;
    padding: 1vh;
    border-radius: 0.4vh;
    transition: background 0.3s;
}

.categories-sidebar li:hover {
    background: #f0f7f0;
}

.categories-sidebar a {
    color: #4caf50;
    text-decoration: none;
    font-size: 2vh;
    display: block;
}

.article-list {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48vh, 1fr));
    gap: 3.5vh; 
}

.article-card {
    background: white;
    border-radius: 1.2vh; 
    padding: 2.5vh; 
    width: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    border: 0.1vh solid #e0f0e0; 
    box-shadow: 0 0.4vh 1.2vh rgba(0, 0, 0, 0.05); 
    display: flex;
    flex-direction: column;
    height: 100%;
}

.article-card:hover {
    transform: translateY(-0.5vh); 
    box-shadow: 0 0.8vh 2.4vh rgba(76, 175, 80, 0.15); 
    border-color: #c8e6c9;
}

.article-card .category-badge {
    background: linear-gradient(to right, #4caf50, #167516);
    color: white;
    padding: 0.6vh 1.2vh; 
    border-radius: 0.6vh; 
    font-size: 1.6vh; 
    display: inline-block;
    margin-bottom: 1.5vh; 
    align-self: flex-start;
}

.category-badge{
    font-weight: 500;
    color: #0f5132;
    font-size: 2.5vh;
}

.article-card h2 {
    font-size: 2.4vh; 
    margin: 0 0 1.2vh; 
    color: #2c3e50;
    font-weight: 600;
    line-height: 1.3;
}

.article-card h2 a {
    color: #2c7c44;
    text-decoration: none;
    transition: color 0.3s;
}

.article-card h2 a:hover {
    color: #4CAF50;
    text-decoration: none;
}

.article-preview {
    color: #000000;
    font-size: 1.8vh;
    line-height: 1.6;
    margin-bottom: 1.8vh; 
    flex-grow: 1;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    font-size: 2vh; 
    border-top: 0.1vh solid #f0f7f0; 
    padding-top: 1.5vh; 
    color: #000000;
    margin-top: auto;
}

.article-meta span{
    font-weight: 500;
    color: #3d8c40;
    font-size: 2.5vh;
}

.article-pagination {
    grid-column: 1 / -1;
    margin-top: 3vh;
    display: flex;
    justify-content: center;
}

.pagination-list {
    display: flex;
    list-style: none;
    gap: 1vh;
}

.pagination-link {
    display: block;
    padding: 1vh 1.5vh;
    background: #f0f7f0;
    border-radius: 0.4vh;
    text-decoration: none;
    color: #4CAF50;
    font-size: 1.8vh;
    transition: background 0.3s;
}

.pagination-link:hover,
.pagination-link.active {
    background: #4CAF50;
    color: white;
}

.article-view .article-header {
    padding: 8vh 0;
}

.article-main {
    flex: 1;
}

.article-sidebar {
    flex: 0 0 48vh;
}

.article-content {
    background: white;
    padding: 4vh;
    border-radius: 0.8vh;
    box-shadow: 0 0.2vh 1vh rgba(0,0,0,0.1);
    font-size: 2.2vh;
    line-height: 1.8;
    margin-bottom: 3vh;
}

.article-comments {
    background: white;
    padding: 4vh;
    border-radius: 0.8vh;
    box-shadow: 0 0.2vh 1vh rgba(0,0,0,0.1);
}

.article-comments h3 {
    font-size: 2.4vh;
    color: #2c7c44;
    margin-bottom: 2vh;
    padding-bottom: 1.5vh;
    border-bottom: 0.1vh solid #eee;
}

.comment-form textarea {
    width: 100%;
    padding: 1.5vh;
    border: 0.1vh solid #ddd;
    border-radius: 0.4vh;
    margin-bottom: 1.5vh;
    resize: vertical;
    font-size: 1.8vh;
    min-height: 12vh;
}

.btn-article{
    background: linear-gradient(to right, #4caf50, #167516);
    color: white;
    border: none;
    padding: 1.5vh 1.5vh;
    border-radius: 2vh;
    cursor: pointer;
    font-size: 2vh;
    transition: 0.6s;
    align-items: center;
}

.btn-article:hover {
    background: linear-gradient(to right, #459b49, #0e5b0e);
}

.related-articles,
.newsletter-sidebar {
    background: white;
    padding: 3vh;
    border-radius: 0.8vh;
    box-shadow: 0 0.2vh 1vh rgba(0,0,0,0.1);
    margin-bottom: 3vh;
}

.newsletter-sidebar h3{
    color: #073d01;
}

.related-articles h3 {
    font-size: 2.4vh;
    color: #206b36;
    margin-bottom: 1.5vh;
    padding-bottom: 1.5vh;
    border-bottom: 0.1vh solid #eee;
}

.related-article {
    padding: 1.5vh 0;
    border-bottom: 0.1vh solid #eee;
}

.related-article:last-child {
    border-bottom: none;
}

.related-article h4 {
    font-size: 2vh;
    margin-bottom: 0.5vh;
}

.related-article h4 a {
    color: #2c7c44;
    text-decoration: none;
}

.related-article h4 a:hover {
    text-decoration: underline;
}

.related-article p {
    color: #666;
    font-size: 1.8vh;
}

.newsletter-sidebar input[type="email"] {
    width: 100%;
    padding: 1.5vh;
    border: 0.1vh solid #ddd;
    border-radius: 0.4vh;
    margin-bottom: 1.5vh;
    font-size: 1.8vh;
}

.categories-sidebar ul {
    list-style: none;
    padding: 0;
}

.categories-sidebar li {
    margin-bottom: 1vh;
    transition: 0.5s;

}

.categories-sidebar li:hover{
    transform: scale(0.92);
}



.active-category {
    background: linear-gradient(to right, #4caf50, #167516);
    color: white !important;
    font-weight: bold;
}

.no-articles {
    text-align: center;
    padding: 4vh;
    font-size: 2vh;
    color: #666;
}

.forum-container {
  width: 90%;
  margin: 0 auto;
  padding: 5vh 0;
}

.forum-header {
  text-align: center;
  margin-bottom: 3vh;
  color: #4caf50;
  font-size: 4vh;
}

.section-list {
  list-style: none;
  padding: 0;
}

.section-item {
  background: #eff8ef;
  border-radius: 1vh;
  padding: 2vh;
  margin-bottom: 2vh;
  transition: all 0.3s ease;
  box-shadow: 0 0.2vh 1vh rgba(0,0,0,0.4);
}

.section-item:hover {
  background: #c8e6c9;
  transform: translateY(-0.3vh);
  box-shadow: 0 1vh 1.5vh rgba(0,0,0,0.1);
  border-left: 1.2vh solid #307733;
}

.section-title {
  font-size: 2.5vh;
  font-weight: bold;
  color: #307733;
  margin-bottom: 1vh;
  text-align: center;
}

.section-stats {
  font-size: 1.8vh;
  color: #000000;
  display: flex;
  gap: 2vh;
}

.last-post {
  margin-top: 1vh;
  font-size: 1.7vh;
  color: #4caf50;
}

.topic-list {
  list-style: none;
  padding: 0;
}

.topic-item {
  background: #f8f9fa;
  padding: 1.5vh;
  border-radius: 0.8vh;
  margin-bottom: 1.5vh;
  border-bottom: 0.2vh solid #e0e0e0;
    transition: 0.6s;
}

.topic-item:hover{
    transform: scale(1.01);
}

.topic-item a{
    font-size: 2vh;
    font-weight: 200;
}

.topic-item a:hover{
    color: #16a085;
}

.topic-title {
  font-size: 2.2vh;
  font-weight: 600;
  color: #4caf50;
  text-decoration: none;
    transition: 0.6s;
}

.topic-stats {
  font-size: 2vh;
  color: #070707;
  margin-top: 0.5vh;
  font-weight: 100;
}

.message-list {
  background: #f5f7fa;
  border-radius: 1vh;
  padding: 2vh;
  margin-top: 2vh;
}

.message-item {
  background: white;
  border-radius: 0.8vh;
  padding: 1.5vh;
  margin-bottom: 1.5vh;
  box-shadow: 0 0.3vh 0.6vh rgba(0,0,0,0.05);
}

.message-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1vh solid #eee;
  padding-bottom: 1vh;
  margin-bottom: 1vh;
}

.message-author {
  font-weight: bold;
  color: #4caf50;
  font-size: 2vh;
}

.message-date {
  color: #000;
  font-size: 1.8vh;
    font-weight: 600;
}

.message-text {
  font-size: 2vh;
  line-height: 1.4;
  color: #000;
}

.form-container {
     transition: opacity 0.8s ease;
}

.auth-title {
    text-align: center;
    color: #2da42d;
    opacity: 1; 
    transform: none; 
    transition: none; 
}

.form-group {
    transition-duration: 0.6s;
}

.form-container {
  background: white;
  border-radius: 1vh;
  padding: 2vh;
  margin-top: 3vh;
  box-shadow: 0 0.5vh 1.5vh rgba(0,0,0,0.08);
  opacity: 1; 
    transform: none;
}



.form-title {
  color: #4caf50;
  font-size: 2.5vh;
  margin-bottom: 1.5vh;
    text-align: center;
}

.form-input {
  width: 100%;
  padding: 1.2vh;
  font-size: 2vh;
  border: 0.1vh solid #ddd;
  border-radius: 0.5vh;
  margin-bottom: 1.5vh;
}

.form-textarea {
  min-height: 20vh;
  resize: vertical;
}

.submit-btn {
  background: linear-gradient(to right, #4caf50, #167516);
  color: white;
  border: none;
  padding: 1.5vh 3vh;
  font-size: 2vh;
  border-radius: 0.5vh;
  cursor: pointer;
  transition: 0.5s;
    margin-left: 20vh;
}

.submit-btn:hover {
  background: linear-gradient(to right, #77f17d, #054d05);
}

.create-btn {
  display: inline-block;
  background: linear-gradient(to right, #4caf50, #167516);
  color: white;
  padding: 1.2vh 2.5vh;
  border-radius: 0.5vh;
  text-decoration: none;
  font-size: 2.2vh;
  margin-bottom: 2vh;
}

.create-btn:hover {
  background: linear-gradient(to right, #42b447, #0d560d);
}


.alert {
  padding: 1.5vh;
  border-radius: 0.5vh;
  margin-bottom: 2vh;
  font-size: 1.8vh;
}

.alert-success {
  background: #d4edda;
  color: #155724;
}

.alert-error {
  background: #f8d7da;
  color: #721c24;
}

.scroll-to-top {
    position: fixed;
    bottom: 10vh;
    right: 3vh;
    width: 4vh;
    height: 4vh;
    background: #4caf50;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.scroll-to-top.show {
    opacity: 0.8;
    visibility: visible;
}

.scroll-to-top:hover {
    background: #555;
    transform: translateY(-0.3vh);
}

.scroll-to-top svg {
    color: white;
    width: 2vh;
    height: 2vh;
}

.about-container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 4vh;
}

.about-hero {
    display: flex;
    flex-wrap: wrap;
    gap: 5vh;
    align-items: center;
    margin-bottom: 10vh;
}

.hero-content {
    flex: 1;
    min-width: 30rem;
}

.hero-content h1 {
    font-size: 6vh;
    color: #4caf50;
    margin-bottom: 2vh;
}

.hero-content p {
    font-size: 2.8vh;
    line-height: 1.6;
}

.hero-image {
    flex: 1;
    min-width: 30rem;
    border-radius: 2vh;
    overflow: hidden;
    box-shadow: 0 1vh 3vh rgba(0,0,0,0.1);
}

.hero-image img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hero-image img:hover {
    transform: scale(1.03);
}

.mission-section {
    margin-bottom: 10vh;
}

.mission-section h2 {
    text-align: center;
    font-size: 4.5vh;
    color: #4caf50;
    margin-bottom: 5vh;
}

.mission-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 3vh;
    justify-content: center;
}

.mission-card {
    flex: 1;
    min-width: 25rem;
    background: #f8fbf8;
    border-radius: 2vh;
    padding: 4vh;
    box-shadow: 0 0.5vh 1.5vh rgba(46, 125, 50, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}

.mission-card:hover {
    transform: translateY(-1vh);
}

.card-icon {
    font-size: 5vh;
    margin-bottom: 2vh;
    display: block;
}

.mission-card h3 {
    font-size: 3vh;
    color: #4caf50;
    margin-bottom: 1.5vh;
}

.mission-card p {
    font-size: 2.2vh;
    line-height: 1.5;
}

.stats-section {
    margin-bottom: 10vh;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 3vh;
}

.stat-item {
    background: #f0f9f0;
    border-radius: 2vh;
    padding: 4vh;
    text-align: center;
    box-shadow: 0.2 1vh 1.5vh (0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition:  0.5s;
}

.stat-item:hover {
    transform: translateY(-1vh);
    box-shadow: 0 2vh 4vh #2e7d3226;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5vh;
    background: linear-gradient(90deg, #4CAF50, #2E7D32);
}

.stat-icon {
    font-size: 5vh;
    margin-bottom: 2vh;
    opacity: 0.8;
}

.stat-value {
    font-size: 5vh;
    font-weight: 400;
    color: #4caf50;
    margin-bottom: 1vh;
}

.stat-label {
    font-size: 2.2vh;
    color: #000;
    font-weight: 500;
}

.team-section {
    margin-bottom: 10vh;
}

.team-section h2 {
    text-align: center;
    font-size: 4.5vh;
    color: #4caf50;
    margin-bottom: 5vh;
}

.team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 4vh;
    justify-content: center;
}

.team-member {
    flex: 1;
    min-width: 25rem;
    text-align: center;
    background: #f8fbf8;
    border-radius: 2vh;
    padding: 3vh;
    box-shadow: 0 0.5vh 1.5vh rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-0.5vh);
}

.team-member img {
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    object-fit: cover;
    /*border: 0.5vh solid #4CAF50;*/
    margin-bottom: 3vh;
}

.team-member h3 {
    font-size: 3vh;
    margin-bottom: 1vh;
    color: #4CAF50;
}

.team-member p {
    font-size: 2.2vh;
    color: #000;
    margin-bottom: 2vh;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 1.5vh;
}

.team-social a {
    display: block;
    width: 4vh;
    height: 4vh;
    background: #e8f5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #4CAF50;
    font-weight: bold;
    transition: all 0.3s ease;
}

.team-social a:hover {
    background: #4CAF50;
    color: white;
    transform: translateY(-0.3vh);
}

.inspiration-section {
    display: flex;
    flex-wrap: wrap;
    gap: 5vh;
    align-items: center;
    margin-bottom: 5vh;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.05) 0%, rgba(46, 125, 50, 0.05) 100%);
    border-radius: 2vh;
    padding: 6vh;
}

.inspiration-content {
    flex: 1;
    min-width: 30rem;
}

.inspiration-content h2 {
    font-size: 4.5vh;
    color: #4CAF50;
    margin-bottom: 3vh;
}

.inspiration-content blockquote {
    font-size: 3vh;
    font-style: italic;
    color: #388E3C;
    border-left: 0.5vh solid #4CAF50;
    padding-left: 3vh;
    margin-bottom: 3vh;
    line-height: 1.5;
}

.inspiration-content blockquote cite {
    display: block;
    font-size: 2.2vh;
    font-style: normal;
    margin-top: 1vh;
    color: #000;
}

.inspiration-content p {
    font-size: 2.4vh;
    line-height: 1.6;
    margin-bottom: 3vh;
}

.eco-icons {
    display: flex;
    gap: 2vh;
    margin-top: 3vh;
}

.eco-icon {
    font-size: 4vh;
    width: 8vh;
    height: 8vh;
    background: #e8f5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 4s ease-in-out infinite;
}

.eco-icon:nth-child(2) { animation-delay: 0.5s; }
.eco-icon:nth-child(3) { animation-delay: 1s; }
.eco-icon:nth-child(4) { animation-delay: 1.5s; }

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-1.5vh); }
    100% { transform: translateY(0); }
}

.inspiration-image {
    flex: 1;
    min-width: 30rem;
    border-radius: 2vh;
    overflow: hidden;
    box-shadow: 0 1vh 3vh rgba(0,0,0,0.1);
}

.inspiration-image img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.inspiration-image img:hover {
    transform: scale(1.03);
}

#header {
    display: flex;
    flex-wrap: nowrap; 
    justify-content: space-between;
    align-items: center;
    padding: 1vh 2vh;
}

.page-header {
    text-align: center;
    margin: 4vh 0;
    padding: 0 4vh;
}

.page-header h1 {
    font-size: 5vh;
    color: #4caf50;
    padding: 1.5vh 0;
    border-bottom: 0.3vh solid #4caf50;
    display: inline-block;
}

.page-content {
    width: 90%;
    max-width: 150vh;
    margin: 0 auto 8vh;
    background: #f8fbf8;
    padding: 4vh;
    border-radius: 2vh;
    box-shadow: 0 0.5vh 1.5vh rgba(0,0,0,0.1);
}

.page-section {
    margin-bottom: 6vh;
}

.section-title {
    font-size: 3.5vh;
    color: #4caf50;
    margin-bottom: 2.5vh;
    padding-bottom: 1vh;
    border-bottom: 0.2vh solid #c8e6c9;
    text-decoration: none;
    font-weight: normal;
}

.section-content {
    font-size: 2.4vh;
    line-height: 1.6;
}

.section-content p {
    margin-bottom: 2.5vh;
    color: #000;
}

.info-card {
    background: white;
    border-radius: 1.5vh;
    padding: 3vh;
    margin-bottom: 3vh;
    box-shadow: 0 0.3vh 0.8vh rgba(0,0,0,0.1);
    transition: 0.6s;
    border-right: 2vh solid #4caf50;
}

.info-card:hover{
    border-left: 2vh solid #4caf50;
    border-right: 0vh solid #4caf50;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40vh, 1fr));
    gap: 3vh;
    margin: 4vh 0;
}

.stat-card {
    background: #e8f5e9;
    border-radius: 1.5vh;
    padding: 3vh;
    text-align: center;
    transition: 0.6s;
}

.stat-card:hover{
    transform: scale(0.95);
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45vh, 1fr));
    gap: 3vh;
    margin-top: 3vh;
}

.tip-card {
    background: #f1f8e9;
    border-radius: 1.5vh;
    padding: 3vh;
    display: flex;
    align-items: flex-start;
    transition: 0.6s;
}

.tip-card:hover{
    transform: scale(1.05);
}

.tip-icon {
    font-size: 4vh;
    color: #4caf50;
    margin-right: 2vh;
    flex-shrink: 0;
}

.tip-content {
    flex: 1;
}

.tip-content h1{
    font-size: 2.8vh;
    font-weight: bold;
    color: #000;
}

.eco-initiatives {
    background-color: #f0fff3;
    border-radius: 1vh;
    padding: 3vh;
    margin-top: 4vh;
    border-left: 0.5vh solid #4CAF50;
}

.eco-initiatives h2 {
    color: #2E7D32;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 1.2vh;
}

.eco-initiatives h2 i {
    color: #4CAF50;
}

.eco-initiatives p {
    color: #555;
    margin-bottom: 2.5vh;
}

.initiatives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5vh;
    margin-bottom: 3vh;
}

.initiative-card {
    background: white;
    border-radius: 1vh;
    padding: 2.5vh;
    box-shadow: 0 0.4vh 1.2vh rgba(0,0,0,0.5);
    transition: transform 0.3s ease;
    border-top: 0.3vh solid #8BC34A;
    text-align: center;
}

.initiative-card:hover {
    transform: translateY(-1vh);
    box-shadow: 0 0.6vh 1.5vh rgba(0,0,0,0.6);
}

.initiative-icon {
    width: 7vh;
    height: 7vh;
    border-radius: 50%;
    background: #E8F5E9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2vh;
}

.initiative-icon i {
    font-size: 3.2vh;
    color: #4CAF50;
}

.initiative-card h3 {
    color: #2E7D32;
    margin-top: 0;
    font-size: 2vh;
}

.initiative-card p {
    color: #555;
    margin-bottom: 2vh;
    min-height: 6vh;
}

.btn-initiative {
    background: #4CAF50;
    color: white;
    padding: 0.8vh 2vh;
    border-radius: 3vh;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
    display: inline-block;
}

.btn-initiative:hover {
    background: #3d8b40;
    color: white;
}

.initiative-cta {
    text-align: center;
    padding: 2vh;
    background: #E8F5E9;
    border-radius: 1vh;
    margin-top: 2vh;
}

.initiative-cta p {
    margin: 0 0 15px 0;
    font-weight: 500;
    color: #1B5E20;
    font-size: 18px;
}

.btn-eco {
    background: #4CAF50;
    color: white;
    padding: 1vh 2.5vh;
    border-radius: 3vh;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 1vh;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn-eco:hover {
    background: #3d8b40;
    color: white;
}

.back-to-section-btn {
    display: inline-block;
    background: linear-gradient(to right, #4caf50, #167516);
    color: white;
    padding: 1.2vh 2.5vh;
    border-radius: 0.5vh;
    text-decoration: none;
    font-size: 2.2vh;
    margin-bottom: 2vh;
}

.back-to-section-btn:hover {
  background: #3d8b40;
  transform: translateY(-2px);
  box-shadow: 0 0.4vh 0.8vh rgba(0,0,0,0.15);
}

.back-to-section-btn i {
  font-size: 1.4vh;
}

.eco-video-section{
    padding: 4vh 2vh;
    background: linear-gradient(135deg, #E8F5E9 0%, #FFFFFF 100%);
    position: relative;
    overflow: hidden;
    width: 90%;
    margin-left: 10vh;
    margin-top: 4vh;
    border-radius: 1vh;
}

.eco-video-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.8vh;
    background: linear-gradient(90deg, #4CAF50, #2E7D32);
}

.section-header{
    text-align: center;
    margin-bottom: 6vh;
    position: relative;
}

.section-header h1{
    font-size: 4.8vh;
    font-weight: 700;
    color: #2da42d;
    margin-bottom: 1.5vh;
    text-transform: uppercase;
    letter-spacing: 0.2vh;
}

.section-header p{
    font-size: 2.5vh;
    color: #4caf50;
    max-width: 120vh;
    margin: 0 auto;
    line-height: 1.6;
}

.videos-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50vh, 1fr));
    gap: 4vh;
    max-width: 180vh;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.video-card{
    background: #ffffff;
    border-radius: 2vh;
    overflow: hidden;
    box-shadow: 0 1vh 3vh rgba(46, 125, 50, 0.15);
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.video-card:hover{
    transform: translateY(-1.5vh);
    box-shadow: 0 2vh 5vh rgba(46, 125, 50, 0.25);
}

.video-thumbnail{
    position: relative;
    overflow: hidden;
    border-radius: 1vh;
}

.video-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.video-card:hover .video-thumbnail img{
    transform: scale(1.05);
    opacity: 0.9;
}

.play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8vh;
    height: 8vh;
    background: #4CAF50D8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
    z-index: 2;
}

.play-button::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 1.5vh solid transparent;
    border-left: 2.5vh solid #ffffff;
    border-bottom: 1.5vh solid transparent;
    margin-left: 3vh;
}

.play-button:hover{
    background: #2E7D32F2;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-duration {
    position: absolute;
    bottom: 0.8vh;
    right: 0.8vh;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 0.3vh 0.6vh;
    border-radius: 0.4vh;
    font-size: 1.2vh;
}

.video-content{
    padding: 3vh;
    flex-grow: 2.8vh;
    display: flex;
    flex-direction: column;
}

.video-content h1{
    text-align: center;
    font-size: 2.5vh;
    margin-bottom: 1.5vh;
    color: #1B5E20;
    line-height: 1.3;
}

.video-content p{
    font-size: 2vh;
    color: #070707;
    line-height: 1.6;
    margin-bottom: 2.5vh;
    flex-grow: 1;
}

.video-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.1vh solid rgba(129, 199, 132, 0.3);
    padding-top: 2vh;
    margin-top: auto;
}

.video-date, .video-views{
    display: flex;
    align-items: center;
    font-size: 2.2vh;
    color: #4caf50;
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.video-modal iframe {
    width: 80%;
    height: 70%;
    border: none;
    border-radius: 1vh;
}

.local-video-player {
    width: 100%;
    height: auto;
    border-radius: 0.8vh;
    background: #000;
    display: block;
}

.close-modal {
    position: absolute;
    top: 2vh;
    right: 3vh;
    color: #fff;
    font-size: 4vh;
    cursor: pointer;
    z-index: 10001;
}

.view-all-button{
    display: block;
    width: max-content;
    margin: 6vh auto 0;
    padding: 2vh 6vh;
    background: linear-gradient(to right, #4caf50, #167516);
    color: #ffffff;
    font-size: 2.5vh;
    font-weight: 600;
    text-decoration: none;
    border-radius: 1vh;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    box-shadow: 0 1vh 2vh rgba(46, 125, 50, 0.3);
}

.view-all-button:hover{
    background: #1B5E20;
    transform: translateY(-0.5vh);
    box-shadow: 0 1.5vh 3vh rgba(46, 125, 50, 0.4);
}

.calendar-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5vh;
    color: #333;
}

.calendar-header {
    text-align: center;
    margin-bottom: 5vh;
}

.calendar-header h1 {
    font-size: 4.5vh;
    color: #4caf50;
    margin-bottom: 1vh;
}

.calendar-header p {
    font-size: 2.2vh;
    color: #000;
}

.calendar-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3vh;
    flex-wrap: wrap;
    gap: 2vh;
}

.filter-category {
    flex: 1;
    min-width: 30vh;
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vh;
    margin-top: 1vh;
}

.category-item {
    display: flex;
    align-items: center;
    gap: 0.8vh;
    font-size: 1.8vh;
    padding: 0.8vh 1.5vh;
    background: #E8F5E9;
    border-radius: 0.5vh;
    cursor: pointer;
    transition: all 0.3s;
}

.category-item:hover {
    background: #e8f5e9;
}

.color-dot {
    display: inline-block;
    width: 1.5vh;
    height: 1.5vh;
    border-radius: 50%;
    background-color: var(--cat-color);
}

.month-navigation {
    display: flex;
    align-items: center;
    gap: 2vh;
}

.current-month {
    font-size: 2.8vh;
    min-width: 20vh;
    text-align: center;
}

.nav-btn {
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 50%;
    width: 4vh;
    height: 4vh;
    font-size: 2.5vh;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.nav-btn:hover {
    background: #388E3C;
}

.calendar-grid {
    background: white;
    border-radius: 1vh;
    box-shadow: 0 0.5vh 1.5vh rgba(0,0,0,0.05);
    overflow: hidden;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: #E8F5E9;
    font-weight: bold;
    text-align: center;
    padding: 1.5vh 0;
}

.calendar-weekdays > div {
    font-size: 2vh;
    color: #2E7D32;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5vh;
    padding: 1vh;
}

.calendar-day {
    aspect-ratio: 1/1;
    padding: 1vh;
    border-radius: 0.5vh;
    background: #f9f9f9;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

.calendar-day:hover {
    background: #e8f5e9;
    transform: translateY(-0.3vh);
}

.day-number {
    position: absolute;
    top: 1vh;
    right: 1vh;
    font-size: 1.8vh;
    font-weight: bold;
}

.event-dot {
    position: absolute;
    bottom: 1vh;
    left: 50%;
    transform: translateX(-50%);
    width: 0.8vh;
    height: 0.8vh;
    border-radius: 50%;
    background: #4CAF50;
}

.upcoming-events {
    margin-top: 6vh;
}

.upcoming-events h2 {
    font-size: 3.5vh;
    color: #4caf50;
    margin-bottom: 3vh;
    padding-bottom: 1vh;
    border-bottom: 0.2vh solid #E8F5E9;
    text-align: center;
}

.events-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45vh, 1fr));
    gap: 3vh;
}

.event-card {
    display: flex;
    background: white;
    border-radius: 1vh;
    box-shadow: 0 0.5vh 1vh rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.event-card:hover {
    transform: translateY(-0.5vh);
    box-shadow: 0 1vh 2vh rgba(0,0,0,0.1);
}

.event-date {
    min-width: 8vh;
    background: #E8F5E9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1.5vh;
    font-weight: bold;
    font-size: 2.2vh;
    color: #4caf50;
}

.event-content {
    padding: 2vh;
    flex: 1;
}

.event-content h3 {
    margin: 0 0 1vh 0;
    font-size: 2.5vh;
    color: #000;
}

.event-meta {
    display: flex;
    gap: 2vh;
    margin-bottom: 1.5vh;
    font-size: 1.8vh;
    color: #000;
}

.event-location, .event-time {
    display: flex;
    align-items: center;
    gap: 0.5vh;
}

.event-content p {
    font-size: 1.8vh;
    line-height: 1.5;
    color: #555;
    margin: 0;
}

.calendar-day.today .day-number {
    background: #4CAF50;
    color: white;
    border-radius: 50%;
    width: 2.5vh;
    height: 2.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.events-container {
    position: absolute;
    bottom: 1vh;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 0.3vh;
}

.event-dot {
    width: 0.8vh;
    height: 0.8vh;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s;
}

.event-dot:hover {
    transform: scale(1.5);
}

.no-events {
    text-align: center;
    font-size: 2.5vh;
    color: #000;
    padding: 4vh;
    background: #E8F5E9;
    border-radius: 1vh;
}

.event-details {
    display: inline-block;
    margin-top: 1.5vh;
    color: #000000;
    text-decoration: none;
    font-size: 1.8vh;
    transition: color 0.3s;
    height: 2.5vh;
}

.event-details h2{
    text-align: center;
    padding-bottom: 4vh;
}


.event-view {
    max-width: 90vh;
    margin: 0 auto;
    padding: 5vh 3vh;
}

.event-header {
    padding-left: 3vh;
    margin-bottom: 4vh;
}

.event-header h1 {
    color: #2E7D32;
    font-size: 4vh;
    margin-bottom: 2vh;
}

.event-meta > div {
    display: flex;
    align-items: center;
    gap: 1vh;
    font-size: 2.2vh;
    margin-bottom: 1vh;
    color: #555;
}

.event-description {
    background: #f9f9f9;
    padding: 3vh;
    border-radius: 1vh;
    margin-bottom: 4vh;
}

.event-description h2 {
    font-size: 3vh;
    color: #2E7D32;
    margin-top: 0;
    margin-bottom: 2vh;
}

.event-description p {
    font-size: 2.2vh;
    line-height: 1.6;
}

.back-button {
    display: inline-block;
    padding: 1.5vh 3vh;
    background: linear-gradient(to right, #4caf50, #167516);
    color: white;
    text-decoration: none;
    border-radius: 0.5vh;
    font-weight: bold;
    transition: background 0.3s;
    font-size: 2vh;
}

.back-button:hover {
    background: #388E3C;
}

.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1vh);
    transition: all 0.3s ease;
    min-width: 25vh;
    background: #ffffff;
    border: 0.1vh solid #e0f0e0;
    border-radius: 0.8vh;
    box-shadow: 0 1vh 2vh rgba(0, 0, 0, 0.1);
    padding: 1vh 0;
    pointer-events: none;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    height: 70vh;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown-item {
    padding: 1.2vh 2vh;
    font-size: 1.8vh;
    color: #333;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

.dropdown-item i {
    width: 2.5vh;
    margin-right: 1.5vh;
    font-size: 1.8vh;
    color: #4caf50;
}

.dropdown-item:hover {
    background: #f0f9f0;
    color: #0f5132;
}

.dropdown-divider {
    height: 0.1vh;
    background: #e0f0e0;
    margin: 1vh 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.modal-content {
    background-color: #fefefe;
    margin: 5vh auto;
    padding: 2vh;
    border-radius: 1vh;
    width: 80%;
    max-width: 60vh;
    position: relative;
}

.close {
    color: #aaa;
    position: absolute;
    top: 1vh;
    right: 2vh;
    font-size: 2.8vh;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: black;
}

.event-info p {
    margin: 1vh 0;
    line-height: 1.5;
}

.btn-register {
    background: linear-gradient(to right, #4caf50, #167516);
    color: white;
    border: none;
    padding: 1vh 2vh;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.6vh;
    margin: 1.5vh 0;
    cursor: pointer;
    border-radius: 0.5vh;
}

btn-registered{
    background-color: #ebf5ed;
    cursor: not-allowed;
    border-radius: 0.5vh;
    padding: 1vh 2vh;
}

.btn-register:disabled {
    background-color: #ebf5ed;
    cursor: not-allowed;
    border-radius: 0.5vh;
    padding: 1vh 2vh;
}

.message {
    margin-top: 1vh;
    font-weight: bold;
}

.create-event-form {
    max-width: 90vh;
    margin: 5vh auto;
    padding: 4vh;
    background-color: #f8faf8;
    border-radius: 1.5vh;
    box-shadow: 0 1vh 3vh rgba(76, 175, 80, 0.2);
    border: 0.2vh solid #e0f7e0;
    transition: all 0.4s ease;

.create-event-form:hover {
    box-shadow: 0 1.5vh 4vh rgba(46, 125, 50, 0.25);
    border-color: #4CAF50;
}

.create-event-form h1 {
    font-size: 3.5vh;
    color: #4caf50;
    text-align: center;
    margin-bottom: 3vh;
    padding-bottom: 1.5vh;
    border-bottom: 0.2vh solid #c8e6c9;
    font-weight: 600;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2vh 1vh;
    margin-bottom: 2vh;
}

.form-row .field {
    flex: 1 1 100%;
    position: relative;
    transition: 0.4s;
}

.form-row .field:focus-within {
    transform: translateY(-0.3vh);
}

.form-row .field label {
    display: block;
    font-size: 1.8vh;
    margin-bottom: 0.8vh;
    color: #388E3C;
    font-weight: 500;
}

.form-control {
    width: 100%;
    padding: 1.2vh 1.5vh;
    font-size: 1.6vh;
    border: 0.1vh solid #b2bec3;
    border-radius: 0.8vh;
    background-color: #fff;
    transition: all 0.3s ease;
}

.form-row input[type="text"],
.form-row input[type="datetime"],
.form-row textarea,
.form-row select {
    width: 100%;
    padding: 1.5vh;
    font-size: 1.8vh;
    border: 0.15vh solid #c8e6c9;
    border-radius: 0.8vh;
    background-color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: inset 0 0.2vh 0.5vh rgba(0, 0, 0, 0.1);
}

.form-row input[type="text"]:focus,
.form-row input[type="datetime"]:focus,
.form-row textarea:focus,
.form-row select:focus {
    border-color: #4CAF50;
    outline: none;
    box-shadow: 0 0 0 0.3vh rgba(76, 175, 80, 0.2);
    background-color: #f0fff0;
}

.form-row input::placeholder {
    color: #a5d6a7;
    font-style: italic;
}

.form-control:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0.5vh rgba(76, 175, 80, 0.4);
    outline: none;
}

.field textarea.form-control {
    resize: vertical;
    min-height: 10vh;
}

.field select.form-control {
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23636e72' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 1vh center;
    background-size: 1.8vh;
    padding-right: 3vh;
    cursor: pointer;
}

.form-row select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%234CAF50'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.5vh center;
    background-size: 2vh;
    padding-right: 4vh;
    cursor: pointer;
}

.form-row textarea {
    min-height: 15vh;
    resize: vertical;
}

.color-preview {
    display: inline-block;
    width: 3vh;
    height: 3vh;
    border-radius: 0.5vh;
    margin-left: 1vh;
    vertical-align: middle;
    border: 0.1vh solid #e0e0e0;
    box-shadow: 0 0.2vh 0.4vh rgba(0,0,0,0.1);
}

.field .help-block {
    font-size: 1.2vh;
    color: #090909;
    margin-top: 0.5vh;
}






.form-row .field:nth-child(1)::before {
    content: "📝";
    position: absolute;
    right: 1.5vh;
    top: 3.5vh;
    font-size: 2vh;
    opacity: 0.7;
}

.form-row .field:nth-child(2)::before,
.form-row .field:nth-child(3)::before {
    content: "📅";
    position: absolute;
    right: 1.5vh;
    top: 3.5vh;
    font-size: 2vh;
    opacity: 0.7;
}

.form-row .field:nth-child(4)::before {
    content: "📍";
    position: absolute;
    right: 1.5vh;
    top: 3.5vh;
    font-size: 2vh;
    opacity: 0.7;
}

.form-row .field:nth-child(5)::before {
    content: "🎨";
    position: absolute;
    right: 1.5vh;
    top: 3.5vh;
    font-size: 2vh;
    opacity: 0.7;
}

.form-row .field:nth-child(6)::before {
    content: "📋";
    position: absolute;
    right: 1.5vh;
    top: 3.5vh;
    font-size: 2vh;
    opacity: 0.7;
}

.btn-submit {
    background: linear-gradient(to right, #4CAF50, #2E7D32);
    color: white;
    border: none;
    padding: 1.8vh 4vh;
    font-size: 2vh;
    border-radius: 0.8vh;
    cursor: pointer;
    display: block;
    margin: 4vh auto 0;
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.1vh;
    box-shadow: 0 0.5vh 1.5vh rgba(46, 125, 50, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.btn-submit:hover {
    transform: translateY(-0.3vh);
    box-shadow: 0 0.8vh 2vh rgba(46, 125, 50, 0.4);
}

.btn-submit:hover::before {
    left: 100%;
}

.btn-submit:active {
    transform: translateY(0.1vh);
    box-shadow: 0 0.3vh 1vh rgba(46, 125, 50, 0.3);
}

.registration-confirmation {
    max-width: 80vh;
    margin: 5vh auto;
    padding: 5vh;
    text-align: center;
    background-color: #fff;
    border-radius: 1vh;
    box-shadow: 0 0.4vh 1vh rgba(0,0,0,0.1);
}

.confirmation-header h1 {
    color: #4CAF50;
    margin-bottom: 3vh;
}

.checkmark {
    font-size: 10vh;
    color: #4CAF50;
    margin: 2vh 0;
}

.event-details {
    text-align: left;
    margin: 4vh 0;
    padding: 3vh;
    background-color: #ebf5ed;
    border-radius: 1vh;
}

.detail-row {
    margin-bottom: 2vh;
    display: flex;
}

.label {
    font-weight: bold;
    min-width: 20vh;
    display: inline-block;
}

.value {
    flex: 1;
}

.btn-back {
    display: inline-block;
    background: linear-gradient(to right, #4caf50, #167516);
    color: white;
    padding: 1.5vh 3vh;
    text-decoration: none;
    border-radius: 0.5vh;
    font-size: 1.8vh;
    margin-top: 2vh;
}

.add-event-form {
    text-align: center;
    margin: 3vh 0;
}

.add-event-form {
    color: #000;
}

.btn-add-event {
    display: inline-block;
    background: linear-gradient(to right, #4caf50, #167516);
    color: white;
    padding: 1.5vh 3vh;
    text-decoration: none;
    border-radius: 0.5vh;
    font-size: 1.8vh;
    margin: 1vh 0;
    border: none;
    cursor: pointer;
}

@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

.error-page {
    max-width: 900px;
    margin: 5vh auto;
    padding: 3vh;
    text-align: center;
    background: #f9fff9;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(46, 125, 50, 0.1);
}

.error-header {
    margin-bottom: 4vh;
}

.error-code {
    font-size: 15vh;
    font-weight: 900;
    color: #e0f0e0;
    margin: 0;
    line-height: 1;
    text-shadow: 3px 3px 0 #c8e6c9;
}

.error-title {
    font-size: 4.5vh;
    color: #2E7D32;
    margin-bottom: 1vh;
}

.error-subtitle {
    font-size: 2.5vh;
    color: #555;
    margin-top: 0;
}

.error-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5vh;
    margin-bottom: 4vh;
}

.error-image {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.error-image img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s;
}

.error-image img:hover {
    transform: scale(1.05);
}

.error-content {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.error-message {
    background: white;
    padding: 3vh;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 3vh;
}

.error-message p {
    font-size: 2.2vh;
    line-height: 1.6;
}

.error-tip {
    font-style: italic;
    color: #4CAF50;
    border-left: 3px solid #4CAF50;
    padding-left: 2vh;
    margin-top: 2vh;
}

.error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 2vh;
    margin-bottom: 3vh;
}

.btn-home, .btn-contact, .btn-fun {
    padding: 1.5vh 3vh;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 1vh;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    font-size: 2vh;
}

.btn-home {
    background: #4CAF50;
    color: white;
}

.btn-contact {
    background: #2196F3;
    color: white;
}

.btn-fun {
    background: #FFC107;
    color: #333;
}

.btn-home:hover, .btn-contact:hover, .btn-fun:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.fun-message {
    background: #FFF9C4;
    padding: 3vh;
    border-radius: 15px;
    margin-top: 2vh;
    animation: fadeIn 0.5s;
}

.fun-message p {
    font-weight: bold;
    margin-top: 0;
}

.fun-message ul {
    text-align: left;
    padding-left: 2vh;
}

.fun-message li {
    margin-bottom: 1vh;
    font-size: 2vh;
}

.error-footer {
    font-size: 2.2vh;
    color: #777;
    padding-top: 3vh;
    border-top: 1px solid #e0f0e0;
}

.eco-fact {
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 10;
}

.fact-bubble {
    background: white;
    padding: 2vh;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    margin-bottom: 2vh;
    animation: float 6s infinite;
}

.fact-bubble:after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: 30px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: white transparent;
}

.eco-owl {
    width: 80px;
    height: auto;
    margin-left: auto;
    display: block;
    animation: bounce 2s infinite;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4vh); }
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-2vh); }
    100% { transform: translateY(0); }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-6vh);}
    60% {transform: translateY(-3vh);}
}

@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-2vh);}
    20%, 40%, 60%, 80% {transform: translateX(2vh);}
}

@keyframes tada {
    0% {transform: scale(1);}
    10%, 20% {transform: scale(0.9) rotate(-3deg);}
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
    100% {transform: scale(1) rotate(0);}
}

@keyframes jello {
    0%, 100% {transform: scale3d(1, 1, 1);}
    30% {transform: scale3d(1.25, 0.75, 1);}
    40% {transform: scale3d(0.75, 1.25, 1);}
    50% {transform: scale3d(1.15, 0.85, 1);}
    65% {transform: scale3d(0.95, 1.05, 1);}
    75% {transform: scale3d(1.05, 0.95, 1);}
}


.category-icon {
    width: 5vh;
    height: 5vh;
    object-fit: contain;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0.3vh 0.5vh rgba(0, 0, 0, 0.2));
}

.categoty-icon img{
    width: 10vh;
    height: 10vh;
}

.category:hover .category-icon {
    transform: scale(1.15) rotate(5deg);
    filter: drop-shadow(0 0.5vh 0.8vh rgba(46, 125, 50, 0.3));
}