/* Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Playfair Display */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body
{
    min-height: 100%;
    
    margin: auto;
}
html
{
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

body
{
    font-family: 'Poppins', sans-serif; 
    background-color: #ffefdd;
}


nav
{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem;
    margin-top: 1rem;

    
    
}
.information
{
    
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 80px;
    

}
img
{
    display: block;
}
#logo img
{
    width: auto;
    height: 60px;
    border-radius: 50%;
   
    
}
#name h1
{
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 0.85;
    font-family: "Playfair Display", serif;
    
    
    

}
.center-nav{
    flex: 1;
    display: flex;
    justify-content: center;
    
}

.center-nav ul
{
    
    
    display: flex;
    gap: 2rem;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    
}
.center-nav ul li a{
    
    
    position: relative;
    display: inline-block;      
    padding: 8px 0;
    transition: transform 0.25s ease, color 0.25s ease;
}


.center-nav ul li a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: orangered;
    transition: width 0.25s ease-in-out;

}

.center-nav ul li a:hover{
    transform: translateY(-6px);
    color: #370F2D;
}

.center-nav ul li a:hover::after{
    width: 100%;
}

ul
{
    list-style-type: none;
}
.rightside-nav
{
    display: flex;
    align-items: center;
}
.rightside-nav button
{
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0.7rem 1.2rem;
   font-size: 1.2rem;
   background-color: orangered;
   color: white;
   border: none;
   cursor: pointer;
   border-radius: 10px;
   font-family: 'Poppins', sans-serif;
}

a
{
    text-decoration: none;
}

ul a
{
    color: #6A3556;
}

#name a
{
    color: #6A3556;
}

#donation-upper-part {
    width: 100%;
    margin: 0;
    padding: 0;
}

#donation-upper-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#donation-upper-image > img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Wave */

.wave {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100px;

    z-index: 2;
}

.wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

.wave path {
    fill: #ffefdd;
    stroke: none;
}


#donation-mid-part
{
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
}

#donation-mid-part-heading
{
    font-size: 3rem;
    font-weight: 600;
    color: orangered;
}
#donation-mid-part-subheading
{
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color:#370F2D;
    font-weight: 500;
}
#qr_code_box
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#qr_code_box_upper
{
    background-color: white;
    width: 30rem;
    height: 30rem;
    margin: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
#qr_code_box_upper > img {
    height: 25rem;
    width: 25rem;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

#qr_code_box_upper:hover > img {
    transform: scale(1.05);
}

#qr_code_box_lower>img
{
    width: 30rem;
    height: 5rem;
    object-fit: cover;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border:none;
    border-radius: 20px;

    margin-bottom: 7rem;
}

#header-campaigns-homepage
{
    font-size: 3.5rem;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    color: #370F2D;
    text-align: center;
    width:75%;
    padding: 4rem 3.5rem 2rem 3.5rem;
    margin: 0 auto; 
    background-color: white;
    border-radius: 50px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    
}
#header-campaigns-homepage span
{
    font-style: italic;
    color: orangered;
    
}
.campaign1,.campaign2,.campaign3
{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    
    background-color: #F6EEF2;
}
.campaigns-homepage-grid
{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit,minmax(320px,380px));
    justify-content: center;
    margin: 2rem 0rem;
    
    
}
.poster
{
    
    width:100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    
    
}
.image{
    position: relative;
    aspect-ratio: 15 / 12;
    overflow: hidden;
    padding: 1rem;
}


.image:hover img
{
    transform: scale(1.1);
    transition-duration: 200ms;
}

.overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}


.image img{
    transition: transform 0.4s ease;
}

.image:hover img{
    transform: scale(1.1);
}

.image:hover .overlay{
    opacity: 1;
}
.image span
{
    font-size: 1.5rem;
    color: white;
    font-weight: 600;
}
.heading-campaigns-homepage-grid
{
    
    font-size: 1.23rem;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    padding:0 1rem;
    color: #370F2D;
}
.description-campaigns-homepage-grid
{
    font-size: 0.9em;
    font-weight: 500;
    padding:1rem;
    flex: 1;
    margin-bottom: 2rem;
    color: #551c47ca;
    
}
.category
{
    font-size: 1rem;
    width: fit-content;
    position: absolute;
    bottom: 12px;    
    right: 12px;
    padding: 0.4rem;
    cursor: pointer;
    background-color: orangered;
    color: white; 
    border: none;
    font-weight: 600;
    border-radius: 5px;
      
}
#all-campaigns
{
    width: fit-content;
    padding: 0.4rem 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    border: none;
    margin: 0 auto;
    margin-bottom: 5rem;
    cursor: pointer;
    background-color: orangered;
    color: white;
    border-radius: 5px;
}

#donation-lower-part {
    width: 100%;
    margin: 0;
    padding: 0;
}

#donation-lower-part-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#donation-lower-part-img > img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Lower wave */

.lower-wave {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
}

.lower-wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

.lower-wave path {
    fill: #ffefdd;
}
footer
{
    background:#0F3057;
    color:#EAF4FF;
}
.top-footer
{
    margin:0 1rem;
    display: flex;
    gap: 2rem;
    
    border-bottom: 1px solid #EAF4FF;
    /* background-color: rgba(55, 15, 45, 0.14);
    border-radius: 8px; */
}
.leftside-top
{
    display:flex ;
    flex-direction: column;
    padding: 5rem 4rem;
    width: 50%;
    border: none;
}

.header-leftside-top
{
    display: flex;
    gap: 1rem;
    
    
    
}
.icon-header-leftside-top img
{
    width: auto;
    height: 60px;
    border-radius: 50%;
}

.title-header-leftside-top p
{
    font-size: 2.4rem;
    font-weight: 600;
    font-family: "Playfair Display", serif;
}

.description-header-leftside-top
{
    font-size: 1.2rem;
    margin-top: 1.2rem;
    width: 100%;
}
.social-media
{
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    font-size: 1.5rem;
}
#facebook,#instagram,#x,#youtube
{
    border: 1px solid #EAF4FF;
    border-radius: 50%;
    padding: 0.4rem 0.7rem;
    
}
#facebook>a,#instagram>a,#x>a,#youtube>a
{
    color:#EAF4FF;
}
#facebook,
#instagram,
#x,
#youtube{
    transition: transform 0.8s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

#facebook:hover,
#instagram:hover,
#x:hover,
#youtube:hover{
    transform: rotate(360deg) scale(1.15);
    background-color: orangered;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
#facebook:hover a,
#instagram:hover a,
#x:hover a,
#youtube:hover a{
    color: white;
}
#subscribe-button {
    background-color: orangered;
    color: white;
    border: none;
    padding: 0.7rem 1.6rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 8px 18px rgba(255, 69, 0, 0.25);
}

#subscribe-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 22px rgba(255, 69, 0, 0.4);
}
.rightside-top
{
    width: 50%;
    padding: 5rem 4rem;
    
}
.header-rightside-top p
{
    font-size: 2rem;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-family: "Playfair Display", serif;
}
.newsletter
{
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}
#mail-for-subscribe
{
    font-size: 1.3rem;
    text-align: center;
    padding: 0.4rem 2rem;
    border-radius: 5px;
    flex: 1;
}
#subscribe-button
{
    padding: 0.5rem 2rem;
    font-size: 1.3rem;
    cursor: pointer;
    background-color: orangered;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    flex: 1;
}

.middle-footer
{
    margin: 1rem;
    display: flex;
    gap: 2rem;
    border-bottom: 1px solid #EAF4FF;
}
.quick-links,.account,.platform,.location
{
    display: flex;
    flex-direction: column;
    padding: 5rem 4rem;
    gap: 1rem;
}

.quick-links p,.account p,.platform p,.location span
{
    
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: "Playfair Display", serif;
}
.quick-links a,.account a,.platform a
{
    font-size: 1.1rem;
    
    color:#a1a2a4;
}
.address
{
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    color:#a1a2a4;
    

}
#heading-address,.mail-id>p
{
    font-size: 1.1rem;
    font-weight: 500;
}

.mail-id
{
    display: flex;
    gap: 1rem;
    color:#a1a2a4;
}
.mail-id a
{
    text-decoration: none;
    color:#a1a2a4;
    
    font-weight: 500;
    
    
    
}
.bottom-footer
{
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem;
    
}

/* =========================================================
   RESPONSIVE DESIGN
   ========================================================= */


/* =========================================================
   TABLETS
   iPad Mini / iPad Air / Surface Pro 7
   601px - 1024px
   ========================================================= */

@media (min-width: 601px) and (max-width: 1024px) {

    /* =====================================================
       NAVBAR
       ===================================================== */

    nav {
        width: 100%;
        height: auto;

        padding: 1rem 1.5rem;
        margin-top: 0;

        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .information {
        height: auto;
        gap: 0.6rem;
        flex-shrink: 0;
    }

    #logo img {
        height: 50px;
    }

    #name h1 {
        font-size: 1.9rem;
    }

    .center-nav {
        flex: 1;
        min-width: 0;
    }

    .center-nav ul {
        display: flex;
        justify-content: center;
        align-items: center;

        gap: clamp(0.7rem, 1.5vw, 1.3rem);

        font-size: clamp(0.75rem, 1.2vw, 0.9rem);
    }

    .center-nav ul li {
        white-space: nowrap;
    }

    .rightside-nav {
        flex-shrink: 0;
    }

    .rightside-nav button {
        font-size: 0.85rem;
        padding: 0.55rem 0.8rem;
        white-space: nowrap;
    }


    /* =====================================================
       UPPER DONATION IMAGE
       ===================================================== */

    /*
       IMPORTANT:
       Do not use a fixed height here.
       Keep the complete artwork visible.
    */

    #donation-upper-part {
        width: 100%;
        overflow: hidden;
    }

    #donation-upper-image {
        position: relative;
        width: 100%;
        height: auto;
    }

    #donation-upper-image > img {
        width: 100%;
        height: auto;

        display: block;

        object-fit: contain;
        object-position: center;
    }

    .wave {
        width: 100%;
        height: 65px;
    }


    /* =====================================================
       SCAN & DONATE
       ===================================================== */

    #donation-mid-part {
        width: 100%;

        margin-top: 3rem;

        padding: 0 1.5rem;

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #donation-mid-part-heading {
        font-size: clamp(2rem, 4vw, 2.7rem);
        text-align: center;
    }

    #donation-mid-part-subheading {
        font-size: 1rem;
        text-align: center;
    }


    /* =====================================================
       QR CODE
       ===================================================== */

    #qr_code_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #qr_code_box_upper {

        width: min(28rem, 70vw);
        height: min(28rem, 70vw);

        margin: 1.5rem auto;

        display: flex;
        justify-content: center;
        align-items: center;

        border-radius: 20px;
    }

    #qr_code_box_upper > img {

        width: 84%;
        height: 84%;

        object-fit: contain;
    }

    #qr_code_box_lower {

        width: 100%;

        display: flex;
        justify-content: center;
    }

    #qr_code_box_lower > img {

        width: min(28rem, 70vw);
        height: auto;

        margin-bottom: 5rem;
    }


    /* =====================================================
       CAMPAIGNS
       ===================================================== */

    #header-campaigns-homepage {

        width: 90%;

        font-size: clamp(2.2rem, 4vw, 3rem);

        padding:
            3rem
            2rem
            1.8rem;

        text-align: center;
    }

    .campaigns-homepage-grid {

        width: 90%;

        display: grid;

        /*
           2 cards on iPad / Surface
        */

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 1.5rem;

        margin:
            2rem
            auto;
    }

    .campaign1,
    .campaign2,
    .campaign3 {

        min-width: 0;
        width: 100%;
    }

    /*
       Third card gets centered on its own row
    */

    .campaign3 {
        grid-column: 1 / -1;
        width: calc(50% - 0.75rem);
        justify-self: center;
    }

    .heading-campaigns-homepage-grid {
        font-size: 1.1rem;
    }

    .description-campaigns-homepage-grid {
        font-size: 0.85rem;
        line-height: 1.5;
    }


    /* =====================================================
       LOWER IMAGE
       ===================================================== */

    #donation-lower-part {
        width: 100%;
        overflow: hidden;
    }

    #donation-lower-part-img {

        position: relative;

        width: 100%;
        height: auto;

        overflow: hidden;
    }

    #donation-lower-part-img > img {

        width: 100%;
        height: auto;

        display: block;

        object-fit: contain;
        object-position: center;
    }

    .lower-wave {
        width: 100%;
        height: 65px;
    }


    /* =====================================================
       FOOTER TOP
       ===================================================== */

    .top-footer {

        width: 100%;

        display: flex;
        flex-direction: column;

        gap: 0;

        margin: 0;
    }

    .leftside-top,
    .rightside-top {

        width: 100%;

        padding:
            3rem
            2.5rem;
    }


    /* =====================================================
       FOOTER LINKS
       ===================================================== */

    .middle-footer {

        width: 100%;

        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 0;

        margin: 0;
    }

    .quick-links,
    .account,
    .platform,
    .location {

        min-width: 0;

        padding:
            2.5rem
            2rem;

        gap: 0.7rem;
    }

    .quick-links p,
    .account p,
    .platform p,
    .location span {

        font-size: 1.1rem;
    }

    .quick-links a,
    .account a,
    .platform a {

        font-size: 0.9rem;
    }

    /*
       Location gets full width
       because address/email need space.
    */

    .location {
        grid-column: 1 / -1;
    }

    .address {
        display: flex;
        gap: 1rem;
    }

    .mail-id {
        display: flex;
        gap: 1rem;
    }
}




/* =========================================================
   MOBILE
   600px AND BELOW
   ========================================================= */

@media (max-width: 600px) {

    /* =====================================================
       NAVBAR
       ===================================================== */

    nav {

        width: 100%;

        height: auto;

        padding:
            0.8rem
            1rem;

        margin-top: 0;

        display: flex;
        flex-wrap: wrap;

        gap: 0.6rem;
    }

    .information {
        height: auto;
        gap: 0.5rem;
    }

    #logo img {
        height: 42px;
    }

    #name h1 {
        font-size: 1.5rem;
    }

    .center-nav {

        order: 3;

        flex-basis: 100%;

        width: 100%;
    }

    .center-nav ul {

        display: flex;

        justify-content: center;

        flex-wrap: wrap;

        gap: 0.55rem;

        font-size: 0.7rem;
    }

    .center-nav ul li {
        white-space: nowrap;
    }

    .rightside-nav button {

        font-size: 0.75rem;

        padding:
            0.45rem
            0.65rem;
    }


    /* =====================================================
       UPPER IMAGE
       ===================================================== */

    #donation-upper-image {
        width: 100%;
        height: auto;
    }

    #donation-upper-image > img {

        width: 100%;
        height: auto;

        display: block;

        object-fit: contain;
    }

    .wave {
        height: 40px;
    }


    /* =====================================================
       SCAN & DONATE
       ===================================================== */

    #donation-mid-part {

        width: 100%;

        margin-top: 2rem;

        padding:
            0
            1rem;
    }

    #donation-mid-part-heading {

        font-size:
            clamp(
                1.7rem,
                7vw,
                2.2rem
            );

        text-align: center;
    }

    #donation-mid-part-subheading {

        font-size: 0.8rem;

        text-align: center;

        margin-bottom: 1rem;
    }


    /* =====================================================
       QR
       ===================================================== */

    #qr_code_box {
        width: 100%;
    }

    #qr_code_box_upper {

        width: 82vw;
        height: 82vw;

        max-width: 25rem;
        max-height: 25rem;

        margin:
            1.5rem
            auto;
    }

    #qr_code_box_upper > img {

        width: 82%;
        height: 82%;
    }

    #qr_code_box_lower {

        width: 100%;

        display: flex;

        justify-content: center;
    }

    #qr_code_box_lower > img {

        width: 88vw;

        height: auto;

        margin-bottom: 4rem;
    }


    /* =====================================================
       CAMPAIGNS
       ===================================================== */

    #header-campaigns-homepage {

        width: 92%;

        font-size:
            clamp(
                1.6rem,
                7vw,
                2.1rem
            );

        padding:
            2rem
            1rem
            1.3rem;
    }

    .campaigns-homepage-grid {

        width: 92%;

        display: grid;

        grid-template-columns: 1fr;

        gap: 1.5rem;

        margin:
            2rem
            auto;
    }

    .campaign1,
    .campaign2,
    .campaign3 {

        width: 100%;
        min-width: 0;
    }


    /* =====================================================
       LOWER IMAGE
       ===================================================== */

    #donation-lower-part-img > img {

        width: 100%;
        height: auto;

        display: block;

        object-fit: contain;
    }

    .lower-wave {
        height: 40px;
    }


    /* =====================================================
       FOOTER
       ===================================================== */

    .top-footer {

        width: 100%;

        display: flex;

        flex-direction: column;

        margin: 0;
    }

    .leftside-top,
    .rightside-top {

        width: 100%;

        padding:
            2rem
            1rem;
    }

    .title-header-leftside-top p {
        font-size: 1.6rem;
    }

    .description-header-leftside-top {

        font-size: 0.85rem;

        line-height: 1.5;
    }

    .header-rightside-top p {

        font-size: 1.3rem;

        text-align: left;

        justify-content: flex-start;
    }

    .newsletter-form {

        display: flex;

        gap: 0.4rem;
    }

    #mail-for-subscribe {

        min-width: 0;

        width: 100%;

        font-size: 0.8rem;
    }

    #subscribe-button {

        flex-shrink: 0;

        font-size: 0.75rem;

        padding:
            0.5rem
            0.7rem;
    }


    /* ---------- Footer links ---------- */

    .middle-footer {

        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        width: 100%;

        margin: 0;
    }

    .quick-links,
    .account,
    .platform,
    .location {

        min-width: 0;

        padding:
            1.5rem
            0.8rem;

        gap: 0.5rem;
    }

    .quick-links p,
    .account p,
    .platform p,
    .location span {

        font-size: 0.9rem;
    }

    .quick-links a,
    .account a,
    .platform a {

        font-size: 0.72rem;

        word-break: break-word;
    }

    .location {
        grid-column: 1 / -1;
    }

    .address,
    .mail-id {

        display: flex;

        flex-direction: column;

        gap: 0.2rem;
    }

    #address-details,
    .mail-id a {

        font-size: 0.75rem;

        line-height: 1.5;

        word-break: break-word;
    }

    .bottom-footer {

        font-size: 0.65rem;

        padding:
            0.8rem
            0.5rem;
    }
}
/* =========================================================
   iPAD PRO FIX
   LARGE TABLETS
   ========================================================= */

@media (min-width: 1024px) and (max-width: 1400px) {

    /* =====================================================
       GLOBAL WIDTH FIX
       ===================================================== */

    html,
    body {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    main {
        width: 100%;
        max-width: 100%;
    }


    /* =====================================================
       NAVBAR
       ===================================================== */

    header,
    nav {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    nav {
        padding-left: 2rem;
        padding-right: 2rem;

        display: flex;
        align-items: center;
    }

    .leftside-nav {
        flex-shrink: 0;
    }

    .center-nav {
        flex: 1;
        min-width: 0;
    }

    .rightside-nav {
        flex-shrink: 0;
    }

    .center-nav ul {
        display: flex;
        justify-content: center;
        align-items: center;

        gap: clamp(0.8rem, 1.5vw, 1.5rem);

        white-space: nowrap;
    }


    /* =====================================================
       UPPER DONATION IMAGE
       ===================================================== */

    #donation-upper-part {
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
        
        overflow: hidden;
    }

    #donation-upper-image {
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
        
        position: relative;
    }

    #donation-upper-image > img {
        width: 100% !important;
        max-width: 100% !important;
        border: none;
        height: auto !important;

        display: block;
        
        object-fit: contain !important;
        object-position: center;
    }


    /* =====================================================
       WAVE
       ===================================================== */

    .wave {
        width: 100% !important;
        max-width: 100% !important;
    }


    /* =====================================================
       SCAN & DONATE
       ===================================================== */

    #donation-mid-part {
        width: 100% !important;
        max-width: 100% !important;

        box-sizing: border-box;

        padding-left: 2rem;
        padding-right: 2rem;

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #donation-mid-part-header {
        width: 100%;
        text-align: center;
    }

    #donation-mid-part-heading {
        font-size: 2.8rem;
    }


    /* =====================================================
       QR CODE
       ===================================================== */

    #qr_code_box {
        width: 100% !important;
        max-width: 100% !important;

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #qr_code_box_upper {
        width: 28rem;
        height: 28rem;

        max-width: 55vw;
        max-height: 55vw;

        box-sizing: border-box;

        margin-left: auto;
        margin-right: auto;
    }

    #qr_code_box_upper > img {
        width: 84%;
        height: 84%;

        max-width: 100%;
        max-height: 100%;

        object-fit: contain;
    }

    #qr_code_box_lower {
        width: 100% !important;

        display: flex;
        justify-content: center;
    }

    #qr_code_box_lower > img {
        width: 28rem;
        max-width: 55vw;

        height: auto;
    }


    /* =====================================================
       CAMPAIGNS
       ===================================================== */

    #header-campaigns-homepage {
        width: 90%;
        max-width: 1200px;

        margin-left: auto;
        margin-right: auto;

        box-sizing: border-box;

        text-align: center;
    }

    .campaigns-homepage-grid {
        width: 90%;
        max-width: 1200px;

        margin-left: auto;
        margin-right: auto;

        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 2rem;
    }

    .campaign1,
    .campaign2,
    .campaign3 {
        width: 100%;
        min-width: 0;
    }

    .campaign3 {
        grid-column: 1 / -1;

        width: calc(50% - 1rem);

        justify-self: center;
    }

    .poster {
        width: 100%;
        max-width: 100%;
    }


    /* =====================================================
       LOWER IMAGE
       ===================================================== */

    #donation-lower-part {
        width: 100% !important;
        max-width: 100% !important;

        overflow: hidden;
    }

    #donation-lower-part-img {
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    #donation-lower-part-img > img {
        width: 100% !important;
        max-width: 100% !important;

        height: auto !important;

        display: block;

        object-fit: contain !important;
    }


    /* =====================================================
       FOOTER TOP
       ===================================================== */

    .top-footer {
        width: 100% !important;
        max-width: 100% !important;

        display: grid !important;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 0;
    }

    .leftside-top,
    .rightside-top {
        width: 100% !important;
        min-width: 0;

        box-sizing: border-box;
    }


    /* =====================================================
       FOOTER LINK SECTION
       ===================================================== */

    .middle-footer {
        width: 100% !important;
        max-width: 100% !important;

        display: grid !important;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 0;
    }

    .quick-links,
    .account,
    .platform,
    .location {
        width: 100% !important;
        min-width: 0;

        box-sizing: border-box;
    }

    .location {
        grid-column: 1 / -1;
    }
}

/* Improve text readability on large screens */
.rightside-about p,
#subtagline,
.description-campaigns-homepage-grid,
.description-header-why-choose-us,
.subsection-description,
.description-header-leftside-top p {
    max-width: 65ch;
}
/* =========================================
   HAMBURGER MENU
========================================= */

.hamburger {
    display: none;
    border: none;
    background: transparent;
    color: #370F2D;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.3rem;
    align-items: center;
    justify-content: center;
    z-index: 10001;
}


/* =========================================
   TABLET + MOBILE
========================================= */

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

    nav {
        position: relative;
        width: 100%;
        height: 70px;
        padding: 0 1rem;
        margin-top: 0;
    }

    .hamburger {
        display: flex;
        width: 42px;
        height: 42px;
        margin-left: 0.5rem;
        flex-shrink: 0;
    }

    /* Keep Donate button visible */
    .rightside-nav {
        display: flex;
        align-items: center;
        margin-left: auto;
        flex-shrink: 0;
    }

    .rightside-nav button {
        white-space: nowrap;
        font-size: 0.9rem;
        padding: 0.6rem 0.8rem;
    }


    /* Hide normal menu */
    .center-nav {
        display: none;

        position: absolute;
        top: 70px;
        left: 0;

        width: 100%;

        background: white;

        z-index: 10000;

        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

    /* Show menu when hamburger is clicked */
    .center-nav.active {
        display: block;
    }

    .center-nav ul {
        display: flex;
        flex-direction: column;

        width: 100%;

        gap: 0;

        margin: 0;
        padding: 0;
    }

    .center-nav ul li {
        width: 100%;
    }

    .center-nav ul li a {
        display: block;

        width: 100%;

        padding: 1rem;

        text-align: center;

        box-sizing: border-box;

        transform: none !important;
    }

    .center-nav ul li a:hover {
        transform: none !important;
    }

    .center-nav ul li a::after {
        display: none;
    }
}


/* =========================================
   SMALL PHONES
========================================= */

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

    nav {
        height: 64px;
        padding: 0 0.7rem;
    }

    .hamburger {
        width: 38px;
        height: 38px;
        font-size: 1.6rem;
        margin-left: 0.2rem;
    }

    .center-nav {
        top: 64px;
    }

    .rightside-nav button {
        font-size: 0.7rem;
        padding: 0.5rem 0.65rem;
    }
}
/* =========================================
   COMMON NEWSLETTER STYLE
   Same size on every page
========================================= */

.newsletter {
    width: 100%;
    margin-top: 2rem;
}

.newsletter-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;

    display: flex;
    align-items: stretch;
    gap: 0;
}

/* Email box */
#mail-for-subscribe {
    flex: 1 1 auto;

    width: 100%;
    height: 52px;

    padding: 0 1rem;

    border: 1px solid #d8d8d8;
    border-right: none;

    border-radius: 7px 0 0 7px;

    background-color: white;
    color: #370F2D;

    font-family: 'Poppins', sans-serif;
    font-size: 1rem;

    outline: none;
}

/* Subscribe button */
#subscribe-button {
    flex: 0 0 140px;

    width: 140px;
    height: 52px;

    padding: 0 1rem;

    border: none;
    border-radius: 0 7px 7px 0;

    background-color: orangered;
    color: white;

    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.25s ease;
}

#subscribe-button:hover {
    background-color: #e63f00;
    transform: none;
    box-shadow: 0 6px 15px rgba(255, 69, 0, 0.25);
}

#mail-for-subscribe:focus {
    border-color: orangered;
    box-shadow: 0 0 0 2px rgba(255, 69, 0, 0.12);
}


/* =========================================
   TABLET
========================================= */

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

    .newsletter-form {
        max-width: 520px;
    }

    #mail-for-subscribe {
        height: 50px;
        font-size: 0.95rem;
    }

    #subscribe-button {
        height: 50px;
        flex-basis: 130px;
        width: 130px;
        font-size: 0.95rem;
    }
}


/* =========================================
   MOBILE
========================================= */

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

    .newsletter {
        width: 100%;
    }

    .newsletter-form {
        width: 100%;
        max-width: none;

        display: flex;
        flex-direction: column;
        gap: 0.7rem;
    }

    #mail-for-subscribe {
        width: 100%;
        height: 50px;

        border: 1px solid #d8d8d8;
        border-radius: 7px;

        font-size: 0.9rem;
    }

    #subscribe-button {
        width: 100%;
        height: 50px;

        flex: none;

        border-radius: 7px;

        font-size: 0.95rem;
    }
}