* {
    margin: 0;
    padding: 0;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

section,
header,
footer,
.container,
.contain {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    box-sizing: border-box;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #000000;
    background-color: #fff;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow-y: hidden;
}
.contain {
    overflow-y: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
section {
    padding: 80px 0;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
}

p {
    margin-bottom: 20px;
}

a {
    color: #006d05;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #006917;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    list-style: none;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-size: 1rem;
}

.btn-primary {
    background-color: #035000;
    color: white;
}

.btn-primary:hover {
    background-color: #008a1e;
    color: white;
}

.btn-secondary {
    background-color: #001380;
    color: white;
}

.btn-secondary:hover {
    background-color: #003688;
    color: white;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: rgb(0, 0, 0);
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #024400;
    border-radius: 2px;
}

.section-header p {
    font-size: 1.2rem;
    color: #000000;
    max-width: 700px;
    margin: 0 auto;
}

.highlight {
    color: #006e00;
}
.top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #096900;
            padding: 10px 40px;
            box-shadow: 0 1px 4px rgba(0,0,0,0.1);
        }
        .top .search-bar {
            display: flex;
            align-items: center;
        }
        .top input[type="text"] {
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 4px 0 0 4px;
            width: 350px;
            height: 35px;
        }
        .top button {
            padding: 20px 15px;
            background-color: #167000;
            color: #fff;
            border: none;
            font-size: 20px;
            border-radius: 0 4px 4px 0;
            cursor: pointer;
        }
        .top button:hover {
            background-color: #0a5000;
        }
        .top .btec-logo  {
            font-size: 40px;
            color: white;
            font-weight: 900;
           
        }

header {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 80px;
    padding: 20px 40px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}


header .container {
    display: flex;
    padding: 20px 40px;
    justify-content: space-between;
    align-items: center;
}

.logo a{
    display: flex;
    align-items: center;
    font-size: 1.1cm;
    font-weight: 700;
    color: #000000;
}

.logo img {
    height: 30px;
    margin-right: 10px;
}

.logo span {
    color: #0f5800;
}

nav ul {
    display: flex;
    gap: 20px;
}

nav a {
    color:black;
    font-weight: 600;
    padding: 10px;
    position: relative;
    font-size: 0.5cm;
}

nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #005c05;
    transition: all 0.3s ease;
}

nav a:hover::after,
nav a.active::after {
    width: 100%;
}

.button {
    background-color: #006609;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
}

.button:hover {
    background-color: #068302;
    color: white;
}

.nav-toggle {
    display: none;
}

.nav-toggle-label {
    display: none;
    cursor: pointer;
}

.hero {
    padding: 160px 0 100px;
    background: linear-gradient(135deg, #98c3eb 0%, #98cbf0 100%);
    position: relative;
    overflow: hidden;
}


.hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}


.hero-content {
    flex: 1;
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #000000;
}

.hero-buttons {
    display: flex;
    gap: 15px;
}

.hero-image {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-image img{
    width: 300px;
    height: 300px;
}

.earth-animation {
    width: 300px;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.earth {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle at 100px 100px, #2980b9, #1a5276);
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.2);
    animation: rotate 60s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.earth-surface {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Earthmap1000x500.jpg/1024px-Earthmap1000x500.jpg');
    background-size: 400px 200px;
    border-radius: 50%;
    opacity: 0.7;
}

.glow {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3), transparent 70%);
}

.wave-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.wave-divider .shape-fill {
    fill: #FFFFFF;
}
.climate{
    padding: 200px 0 100px;
    background: white;
    position: relative;
    overflow: hidden;
}
.climate .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.climate-image {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.climate-image img{
    width: 400px;
    height: 400px;
    border-radius: 15px;
    box-shadow:0 4px 6px #000000c5;
}
.climate-content{
    flex: 1;
}
.climate-content p {
    font-size: 1.2rem;
    text-align: center;
    color: #000000;
}
.kill{
    display: flex;
    justify-content: center;
    width: 300px;
    height: 45px;
    border-radius: 13px;
    border: none;
    background-color: #004600;
    color: white;
    font-size: 0.5cm;
    padding-top: 6px;
    margin-left: 150px;
}


.causes {
    background-color: #d6dbd6;
    padding: 100px;
  
}

.causes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.cause-card {
    background-color: white;
    border-radius: 80px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.459);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.cause-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.39);
}

.cause-icon {
    width: 80px;
    height: 80px;
    background-color: rgba(23, 73, 0, 0.986);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.cause-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.cause-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.cause-card p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}

.cause-animation {
    position: relative;
    height: 50px;
    overflow: hidden;
}

.smoke-animation {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    animation: smoke 3s infinite;
}

@keyframes smoke {
    0% {
        opacity: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        width: 20px;
        height: 20px;
    }
    75% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
        bottom: 100px;
        width: 40px;
        height: 40px;
    }
}
.interactive-element {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    margin-top: 100px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.interactive-element h3 {
    font-size: 2opx;
    text-align: center;
    color: black;
    margin-bottom: 30px;
}

.carbon-viz {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.carbon-bar {
    position: relative;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 20px;
    overflow: hidden;
}

.carbon-label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
}

.carbon-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #00660e;
    border-radius: 20px;
    transition: width 1.5s ease-in-out;
}

.data-source {
    text-align: right;
    font-size: 0.8rem;
    color: #ffffff;
    margin-top: 10px;
    font-style: italic;
}

.effects {
    padding: 100px 0;
    background-color: white;
}

.effects-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.438);
}

.effect-slide {
    display: none;
    animation: fadeEffect 0.5s;
}

.effect-slide.active {
    display: block;
}

@keyframes fadeEffect {
    from {opacity: 0.7;}
    to {opacity: 1;}
}

.effect-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.effect-content {
    padding: 30px;
    background-color: white;
}

.effect-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #000000;
}

.effect-content p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}

.slider-controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background-color: #0c6900;
}

.slider-arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 20px;
}

.slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-arrow:hover {
    background-color: white;
}

.slider-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.emissions-animation {
    position: relative;
    height: 50px;
}

.car {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: carMove 4s infinite linear;
}

.emission {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    opacity: 0;
}

.emission:nth-child(2) {
    animation: emit 4s infinite;
    animation-delay: 0.5s;
}

.emission:nth-child(3) {
    animation: emit 4s infinite;
    animation-delay: 1s;
}

.emission:nth-child(4) {
    animation: emit 4s infinite;
    animation-delay: 1.5s;
}

@keyframes carMove {
    0% {
        left: 0;
    }
    100% {
        left: calc(100% - 30px);
    }
}

@keyframes emit {
    0% {
        opacity: 0;
        left: var(--start-pos, 20px);
        bottom: 10px;
        width: 8px;
        height: 8px;
    }
    20% {
        opacity: 0.8;
    }
    80% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
        left: calc(var(--start-pos, 20px) + 30px);
        bottom: 30px;
        width: 15px;
        height: 15px;
    }
}

.deforestation-animation {
    position: relative;
    height: 50px;
}

.tree {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #00660e;
    font-size: 2rem;
    animation: treeShake 3s infinite;
}

.axe {
    position: absolute;
    bottom: 10px;
    right: 30%;
    color: #5c0000;
    font-size: 1.5rem;
    animation: axeChop 3s infinite;
}

@keyframes treeShake {
    0%, 100% {
        transform: translateX(-50%) rotate(0deg);
    }
    25% {
        transform: translateX(-50%) rotate(-5deg);
    }
    75% {
        transform: translateX(-50%) rotate(5deg);
    }
}

@keyframes axeChop {
    0%, 100% {
        transform: rotate(-30deg);
        right: 30%;
    }
    50% {
        transform: rotate(30deg);
        right: 40%;
    }
}

.agriculture-animation {
    position: relative;
    height: 50px;
}

.cow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #4b1515;
    font-size: 2rem;
}

.methane {
    position: absolute;
    top: 5px;
    left: 55%;
    width: 10px;
    height: 10px;
    background-color: rgba(110, 2, 2, 0.973);
    border-radius: 50%;
    animation: methaneRise 3s infinite;
}

@keyframes methaneRise {
    0% {
        opacity: 0;
        top: 5px;
        width: 10px;
        height: 10px;
    }
    20% {
        opacity: 0.8;
    }
    80% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
}

.effects {
    padding: 100px 0;
    background-color: white;
}

.effects-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.329);
}

.effect-slide {
    display: none;
    animation: fadeEffect 0.5s;
}

.effect-slide.active {
    display: block;
}

@keyframes fadeEffect {
    from {opacity: 0.7;}
    to {opacity: 1;}
}

.effect-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.effect-content {
    padding: 30px;
    background-color: white;
}

.effect-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #000000;
}

.effect-content p {
    font-size: 19px;
    color: #000000;
    margin-bottom: 0;
}

.slider-controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background-color: #1e6b00;
}

.slider-arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 20px;
}

.slider-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-arrow:hover {
    background-color: white;
}

.slider-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.solutions {
    background-color: #f8f9fa;
    padding: 100px 0;
}

.solutions-tabs {
    max-width: 900px;
    margin: 0 auto;
}

.tabs-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #ddd;
}

.tab-btn {
    padding: 15px 30px;
    background: none;
    border: none;
    font-size: 1.1cm;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.tab-btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #036400;
    transition: all 0.3s ease;
}

.tab-btn.active {
    color: #0d7000;
}

.tab-btn.active::after {
    width: 100%;
}

.tab-pane {
    display: none;
    animation: fadeEffect 0.5s;
}

.tab-pane.active {
    display: block;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.solution-card {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.541);
    text-align: center;
    transition: all 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.solution-icon {
    width: 70px;
    height: 70px;
    background-color: rgb(3, 95, 0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.solution-icon i {
    font-size: 1.8rem;
    color: #ffffff;
}

.solution-card h3 {
    margin-bottom: 15px;
    font-size: 2rem;
}

.solution-card p {
    color: #080808;
    margin-bottom: 15px;
    font-size: 0.5cm;
}

.impact-meter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.impact-label {
    font-weight: 600;
    font-size: 0.9rem;
}

.impact-dots {
    display: flex;
    gap: 3px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
}

.dot.filled {
    background-color: #107503;
}

.quiz {
    padding: 100px 0;
    background-color: white;
}

.quiz-container {
    max-width: 700px;
    margin: 0 auto;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    padding: 40px;
    position: relative;
}

.quiz-card {
    display: none;
}

.quiz-card.active {
    display: block;
    animation: fadeEffect 0.5s;
}

.quiz-card h3 {
    margin-bottom: 20px;
    color: #000000;
}

.quiz-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.quiz-option {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quiz-option:hover {
    background-color: rgba(20, 117, 1, 0.822);
}

.quiz-option input {
    margin-right: 15px;
}

.option-text {
    font-size: 1rem;
}

.quiz-feedback {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: none;
}

.quiz-feedback.correct {
    background-color: rgba(46, 204, 113, 0.1);
    color: #005813;
    display: block;
}

.quiz-feedback.incorrect {
    background-color: rgba(231, 76, 60, 0.1);
    color: #750c00;
    display: block;
}

.quiz-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.quiz-nav-btn {
    padding: 10px 20px;
    background-color: #01185a;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quiz-nav-btn:hover {
    background-color: #031c53;
}

.quiz-nav-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.quiz-progress {
    font-weight: 600;
}

.quiz-result {
    text-align: center;
    display: none;
    animation: fadeEffect 0.5s;
}

.quiz-result h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.quiz-result p {
    margin-bottom: 30px;
    font-size: 1.2rem;
}

.resources {
    background-color: #f8f9fa;
    padding: 100px 0;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.resource-card {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    border-top: 2px solid rgb(0, 78, 0);
    gap: 20px;
    transition: all 0.3s ease;
}

.resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.301);
}

.resource-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.resource-icon i {
    font-size: 1.8rem;
    color: white;
}

.pdf-icon {
    background-color: #770c00;
}

.presentation-icon {
    background-color: #7e4e00;
}

.worksheet-icon {
    background-color: #003392;
}

.video-icon {
    background-color: #005f00;
}

.resource-content {
    flex: 1;
}

.resource-content h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.resource-content p {
    color: #000000;
    margin-bottom: 15px;
    font-size: 0.95rem;
}
.resource-download{
    width: 150px;
    height: 45px;
    border: 1px solid white;
    background-color: #004600;
    color: white;
    border-radius: 10px;
    text-align: center;
}
.resource-download, .resource-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.resource-download::before, .resource-link::before {
    content: '\f019';
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
}

.resource-link::before {
    content: '\f144';
}

.external-resources {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.575);
}

.external-resources h3 {
    margin-bottom: 20px;
    text-align: center;
}
.resource-link{
     width: 150px;
    height: 45px;
    border: 1px solid white;
    background-color: #004600;
    color: white;
    border-radius: 10px;
    text-align: center;
}

.resource-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}

.resource-links li a {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #006e00;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #ffffff;
}

.resource-links li a:hover {
    background-color: #0d4e00;
    color: white;
}

.resource-links li a i {
    margin-right: 10px;
}

.take-action {
    padding: 100px 0;
    background-color: white;
}

.action-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.action-card {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.486);
}

.action-card h3 {
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
}

.action-card p {
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: #000;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox {
    display: flex;
    align-items: center;
}

.checkbox input {
    margin-right: 10px;
    width: auto;
}

.events-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-item {
    display: flex;
    gap: 15px;
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
}

.event-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #004600;
    color: white;
    border-radius: 8px;
    flex-shrink: 0;
}

.event-date .month {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.event-date .day {
    font-size: 1.5rem;
    font-weight: 700;
}

.event-details {
    flex: 1;
}

.event-details h4 {
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.event-details p {
    color: #000000;
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-align: left;
}

.event-link {
    font-size: 0.9rem;
    font-weight: 600;
}

.social-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

.social-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
    color: white;
}

.facebook {
    background-color: #0f2553;
}

.twitter {
    background-color: #003c61;
}

.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.tiktok {
    background-color: #000;
}

.form-success {
    text-align: center;
    padding: 30px;
    background-color: rgba(46, 204, 113, 0.1);
    border-radius: 8px;
    color: #f39c12;
    font-weight: 600;
    font-size: 1.2rem;
}

footer {
    background-color: #003d03;
    color: white;
    padding: 80px 0 20px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
}

.footer-logo {
    flex: 1;
    min-width: 250px;

}

.footer-logo h2 {
    display: flex;
    color: white;
    margin-bottom: 15px;
}

.footer-logo span {
    color: #008800;
}
.footer-logo  img {
    height: 30px;
    margin-right: 10px;
}
.footer-logo p {
    color: rgba(255, 255, 255, 0.993);
}

.footer-links {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-column {
    flex: 1;
    min-width: 150px;
}

.footer-column h3 {
    color: white;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-column ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-column a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.footer-column a:hover {
    color: #00db0b;
}

.social-links a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-links i {
    width: 20px;
}

.footer-bottom {
    width: 100%;
    text-align: center;
    background-color: #000000;
}

.footer-bottom p {
    color: rgb(255, 255, 255);
    font-size: 0.9rem;
    margin-bottom: 10px;
}
  

        @media (max-width: 768px) {
            .top{
                flex-direction: column;
                align-items: flex-start;
            }
            .top .search-bar {
                margin-top: 10px;
                width: 100%;
            }
            .top input[type="text"] {
                width: 100%;
                border-radius: 4px;
            }
            .top button {
                margin-top: 5px;
                border-radius: 4px;
            }
        }
@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 2.8rem;
    }
    
    .section-header h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .hero .container {
        flex-direction: column;
    }
    
    .hero-content {
        text-align: center;
    }
    .climate .container{
        flex-direction: column;
    }
    .climate-content{
        text-align: center;
    }
    
    .hero-buttons {
        justify-content: center;
    }
 .kill{
    justify-content: center;
 }
    
    
    .nav-toggle:checked ~ .nav-toggle-label span {
        background: transparent;
    }
    
    .nav-toggle:checked ~ .nav-toggle-label span::before {
        transform: rotate(45deg);
        bottom: 0;
    }
    
    .nav-toggle:checked ~ .nav-toggle-label span::after {
        transform: rotate(-45deg);
        top: 0;
    }
    
    .resource-card {
        flex-direction: column;
        text-align: center;
    }
    
    .action-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 2.2rem;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .quiz-container {
        padding: 20px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-links {
        flex-direction: column;
    }
    
    .social-buttons {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 768px) {
    .top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .top .search-bar {
        width: 100%;
    }

    .top input[type="text"] {
        width: 100%;
    }

    .hero .container,
    .climate .container {
        flex-direction: column;
        text-align: center;
    }

    .hero-buttons,
    .climate-content {
        justify-content: center;
    }

    .climate-image img {
        width: 100%;
        height: auto;
    }

    .kill {
        margin-left: auto;
        margin-right: auto;
    }

    .tabs-nav {
        flex-direction: column;
        align-items: center;
    }

    .resources-grid,
    .solutions-grid,
    .action-grid {
        grid-template-columns: 1fr;
    }

    .quiz-container {
        padding: 20px;
    }
}
@media (max-width: 768px) {
    .top input[type="text"] {
        width: 100%;
        box-sizing: border-box;
    }

    .top button {
        padding: 10px 15px;
        font-size: 16px;
    }

    .kill {
        width: 100%;
        margin: 20px auto;
        font-size: 1rem;
        text-align: center;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-image img {
        width: 80%;
        height: auto;
    }

    .effect-image img,
    .climate-image img {
        width: 100%;
        height: auto;
    }

    nav {
        overflow-x: hidden;
    }

    .quiz-options {
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    header {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        height: auto;
        padding: 20px;
    }

    .nav-toggle {
        display: none;
    }

    .nav-toggle-label {
        display: block;
        cursor: pointer;
        width: 30px;
        height: 25px;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 1001;
    }

    .nav-toggle-label span,
    .nav-toggle-label span::before,
    .nav-toggle-label span::after {
        content: '';
        background-color: #000;
        height: 3px;
        width: 100%;
        position: absolute;
        left: 0;
        transition: 0.3s ease;
        border-radius: 2px;
    }

    .nav-toggle-label span {
        top: 50%;
        transform: translateY(-50%);
    }

    .nav-toggle-label span::before {
        top: -10px;
    }

    .nav-toggle-label span::after {
        top: 10px;
    }

    nav {
        display: none;
        width: 100%;
        flex-direction: column;
        background-color: #fff;
        margin-top: 20px;
        padding: 20px;
        border-top: 1px solid #ccc;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    nav ul {
        flex-direction: column;
        gap: 15px;
    }

    nav a {
        font-size: 1.2rem;
        padding: 10px 0;
    }

    #nav-toggle:checked + .nav-toggle-label + nav {
        display: flex;
    }
}
