@media(max-width:992px){

.desktop-nav,

.btn-volunteer{

display:none !important;

}

#menu-btn{

display:block !important;

}

}

@media(max-width:480px){

#mobile-menu{

width:100%;

right:-100%;

}

}

@media (max-width: 992px) {

    .header {
        top: 15px;
    }

    .nav-glass {
        width: 92%;
        padding: 16px 22px;
        border-radius: 18px;
    }

    .desktop-nav,
    .btn-volunteer {
        display: none !important;
    }

    #menu-btn {
        display: block !important;
        font-size: 26px;
        color: #fff;
    }

    .header .container {
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo {
        font-size: 1.25rem;
    }

}

@media (max-width: 576px) {

    .header {
        top: 12px;
    }

    .nav-glass {
        width: 94%;
        padding: 14px 18px;
        border-radius: 16px;
    }

    .logo {
        font-size: 1.1rem;
    }

    .logo i {
        font-size: 1.3rem;
    }

    #menu-btn {
        font-size: 24px;
    }

}

@media (max-width: 480px) {

    #mobile-menu {
        width: 100%;
        right: -100%;
    }

}


/* ==========================
   HERO RESPONSIVE
========================== */

@media (max-width: 992px) {

    .hero {
        min-height: auto;
    }

    .hero-container {
        padding-top: 180px;
        padding-bottom: 140px;
    }

    .hero-impact-card {
        position: relative;

        right: auto;
        bottom: auto;

        margin-top: 50px;

        width: 100%;
        max-width: 500px;
    }

}


@media (max-width: 576px) {

    .hero {
        background-position: 60% center;
    }

    .hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(5, 18, 25, 0.9),
                rgba(5, 18, 25, 0.7)
            );
    }

    .hero-container {
        padding-top: 150px;
        padding-bottom: 120px;
    }

    .hero-title {
        font-size: clamp(2.7rem, 13vw, 4.5rem);

        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 1rem;

        line-height: 1.7;
    }

    .hero-buttons {
        flex-direction: column;

        align-items: stretch;
    }

    .hero-btn {
        width: 100%;
    }

    .hero-impact-card {
        padding: 20px;

        margin-top: 40px;
    }

    .scroll-indicator {
        bottom: 25px;

        font-size: 0.7rem;
    }

}

/* =========================================
            ABOUT RESPONSIVE
========================================= */

@media (max-width: 992px) {

    .about-section {

        padding: 100px 0;

    }


    .about-wrapper {

        grid-template-columns: 1fr;

        gap: 80px;

    }


    .about-image-wrapper {

        max-width: 700px;

        margin: auto;

    }


    .about-content {

        max-width: 700px;

        margin: auto;

    }

}


@media (max-width: 576px) {

    .about-section {

        padding: 80px 0;

    }


    .about-wrapper {

        gap: 65px;

    }


    .about-image {

        height: 450px;

        border-radius: 24px;

    }


    .impact-floating-card {

        width: 220px;

        right: 15px;

        bottom: -40px;

        padding: 25px;

    }


    .impact-number {

        font-size: 2.5rem;

    }


    .section-label p {

        font-size: .75rem;

        letter-spacing: 1.5px;

    }


    .about-content h2 {

        font-size: 2.4rem;

    }


    .about-description {

        font-size: 1rem;

    }


    .about-feature {

        gap: 15px;

    }


    .feature-icon {

        min-width: 50px;

        width: 50px;

        height: 50px;

    }

}

@media(max-width:992px){

    .programmes-grid{

        grid-template-columns:1fr 1fr;

    }

}


@media(max-width:768px){

    .programmes{

        padding:90px 0;

    }

    .section-heading{

        margin-bottom:50px;

    }

    .programmes-grid{

        grid-template-columns:1fr;

        gap:25px;

    }

    .programme-card{

        height:480px;

    }

}


@media(max-width:576px){

    .programme-card{

        height:440px;

        border-radius:20px;

    }

    .programme-content{

        left:25px;

        right:25px;

        bottom:25px;

    }

}

/* =================================
   EVENTS RESPONSIVE
================================= */

@media (max-width: 992px) {

    .events {
        padding: 100px 0;
    }

    .events-header {
        flex-direction: column;
        align-items: flex-start;

        gap: 25px;

        margin-bottom: 50px;
    }

    .events-header h2 {
        font-size: clamp(2.8rem, 7vw, 4.5rem);
    }

    .events-header p {
        max-width: 650px;
    }


    /* Events Grid */

    .events-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 30px;
    }


    /* Featured Event */

    .featured-event {
        grid-column: span 2;
        min-height: 600px;
    }


    /* Standard Event Cards */

    .event-card:not(.featured-event) img {
        height: 260px;
    }


    /* Footer */

    .events-footer {
        flex-direction: column;

        align-items: flex-start;

        gap: 25px;
    }

}

@media (max-width: 576px) {

    .events {
        padding: 80px 0;
    }


    /* Header */

    .events-header {
        gap: 20px;

        margin-bottom: 40px;
    }

    .events-header h2 {
        font-size: clamp(2.5rem, 12vw, 3.5rem);
    }

    .events-header p {
        font-size: 1rem;

        line-height: 1.7;
    }


    /* Events Grid */

    .events-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }


    /* Featured Event */

    .featured-event {
        grid-column: span 1;

        min-height: 600px;
    }


    .featured-event .event-content {
        padding: 30px;
    }


    .featured-event .event-content h3 {
        font-size: 2rem;
    }


    /* Standard Cards */

    .event-card:not(.featured-event) img {
        height: 240px;
    }


    .event-card .event-content {
        padding: 28px;
    }


    .event-card .event-content h3 {
        font-size: 1.7rem;
    }


    /* Date */

    .event-date {
        width: 65px;
        height: 75px;
    }


    .event-date span {
        font-size: 1.5rem;
    }


    /* Footer */

    .events-footer {
        margin-top: 50px;

        text-align: center;

        align-items: center;
    }

    .events-footer p {
        font-size: 1rem;
    }

}

/* =================================
   CONTACT RESPONSIVE
================================= */

@media (max-width: 992px) {

    .contact {
        padding: 100px 0;
    }


    /* Header */

    .contact-header {
        flex-direction: column;

        align-items: flex-start;

        gap: 25px;

        margin-bottom: 55px;
    }

    .contact-header h2 {
        font-size: clamp(2.8rem, 7vw, 4.5rem);
    }

    .contact-header p {
        max-width: 650px;
    }


    /* Contact Grid */

    .contact-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }


    /* Cards */

    .contact-info,
    .contact-form-wrapper {
        padding: 45px;
    }

}

@media (max-width: 576px) {

    .contact {
        padding: 80px 0;
    }


    /* Header */

    .contact-header {
        gap: 20px;

        margin-bottom: 40px;
    }

    .contact-header h2 {
        font-size: clamp(2.5rem, 12vw, 3.5rem);

        line-height: 1.1;
    }

    .contact-header p {
        font-size: 1rem;

        line-height: 1.7;
    }


    /* Contact Cards */

    .contact-info,
    .contact-form-wrapper {
        padding: 28px 22px;

        border-radius: 22px;
    }


    /* Contact Intro */

    .contact-intro h3 {
        font-size: 1.6rem;
    }

    .contact-intro p {
        margin-bottom: 35px;
    }


    /* Contact Items */

    .contact-details {
        gap: 25px;
    }

    .contact-item {
        gap: 15px;
    }

    .contact-icon {
        width: 50px;
        height: 50px;

        min-width: 50px;

        border-radius: 15px;

        font-size: 1.1rem;
    }

    .contact-item h4 {
        font-size: 1rem;
    }

    .contact-item p {
        font-size: 0.9rem;
    }


    /* Social */

    .contact-socials {
        margin-top: 40px;
    }

    .social-links {
        gap: 10px;

        flex-wrap: wrap;
    }

    .social-links a {
        width: 44px;
        height: 44px;

        border-radius: 12px;
    }


    /* Form */

    .form-heading {
        align-items: flex-start;

        gap: 15px;

        margin-bottom: 30px;
    }

    .form-number {
        width: 52px;
        height: 52px;

        min-width: 52px;

        border-radius: 15px;
    }

    .form-heading h3 {
        font-size: 1.4rem;
    }

    .form-heading p {
        font-size: 0.9rem;
        line-height: 1.5;
    }


    /* Form Fields */

    .form-row {
        grid-template-columns: 1fr;

        gap: 0;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 14px 15px;

        border-radius: 12px;

        font-size: 0.9rem;
    }

    .form-group textarea {
        min-height: 140px;
    }


    /* Submit Button */

    .contact-btn {
        padding: 16px 20px;

        border-radius: 14px;
    }

}

/* =================================
   FOOTER RESPONSIVE
================================= */

@media (max-width: 992px) {

    .footer {
        padding: 80px 0 30px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 50px;

        padding-bottom: 60px;
    }

    .footer-brand p {
        max-width: 450px;
    }

}

@media (max-width: 576px) {

    .footer {
        padding: 70px 0 25px;
    }

    .footer-grid {
        grid-template-columns: 1fr;

        gap: 45px;

        padding-bottom: 50px;
    }

    .footer-brand p {
        max-width: 100%;
    }

    .footer-logo {
        font-size: 1.35rem;
    }

    .footer-socials a {
        width: 42px;
        height: 42px;
    }

    .footer-bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 20px;

        padding-top: 25px;
    }

    .footer-bottom-links {
        flex-wrap: wrap;

        gap: 18px;
    }

}