.elementor-51 .elementor-element.elementor-element-91a2d09{--display:flex;}.elementor-51 .elementor-element.elementor-element-5390478{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4b1aeae *//* Primary Header Menu */

.primary-menu{
    width:100%;
    position:sticky;
    top:0;
    z-index:99999;

    background:linear-gradient(
        90deg,
        #b71c1c,
        #e65100,
        #ff9800
    );

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

    padding:0 35px;
    min-height:72px;

    box-shadow:0 5px 20px rgba(0,0,0,.25);
}


/* Logo */

.logo{
    color:#fff;
    font-size:26px;
    font-weight:800;
    white-space:nowrap;
}


/* Menu List */

.menu{
    display:flex;
    align-items:center;
    list-style:none;
    margin:0;
    padding:0;
}


.menu li{
    margin:0 3px;
}


.menu li a{

    color:#fff;
    text-decoration:none;

    padding:26px 13px;

    font-size:15px;
    font-weight:700;

    display:block;

    transition:.3s;
}


/* Hover */

.menu li a:hover{

    background:#ffc107;
    color:#8b0000;

}


/* Active Page */

.menu li a.active{

    background:#fff;
    color:#e65100;

    border-radius:5px;

}


/* Mobile */

@media(max-width:950px){

.primary-menu{

    flex-direction:column;
    padding:15px;

}


.logo{

    margin-bottom:10px;
}


.menu{

    flex-direction:column;
    width:100%;

}


.menu li{

    width:100%;
    text-align:center;

}


.menu li a{

    padding:12px;

    border-bottom:1px solid rgba(255,255,255,.2);

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a6c3fe */.donation-page{

    background:
    linear-gradient(135deg,#fff3e0,#ffe0b2);

    padding:70px 20px;

}



.donation-banner{

    text-align:center;

    max-width:900px;

    margin:auto;

}



.donation-banner h1{

    font-size:45px;

    color:#e65100;

    margin-bottom:20px;

}



.donation-banner p{

    font-size:20px;

    color:#555;

    line-height:1.8;

}



.donation-container{

    width:90%;

    margin:50px auto 0;

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(300px,1fr));

    gap:30px;

}



.donation-card{

    background:white;

    padding:35px;

    text-align:center;

    border-radius:25px;

    border-top:8px solid #ff6f00;

    box-shadow:
    0 10px 25px rgba(0,0,0,.2);

    transition:.3s;

}



.donation-card:hover{

    transform:translateY(-10px);

}



.donation-icon{

    font-size:55px;

    margin-bottom:15px;

}



.donation-card h2{

    color:#e65100;

    font-size:28px;

    margin-bottom:20px;

}



.donation-card img{

    width:200px;

    height:200px;

    padding:10px;

    border:5px solid #ff9800;

    border-radius:15px;

}



.donation-card p{

    color:#555;

    font-size:17px;

    line-height:1.8;

    margin:15px 0;

}



.donate-button{

    display:inline-block;

    background:
    linear-gradient(45deg,#e65100,#ff9800);

    color:white;

    padding:15px 40px;

    border-radius:50px;

    text-decoration:none;

    font-size:18px;

    font-weight:bold;

    margin-top:20px;

    transition:.3s;

}



.donate-button:hover{

    transform:scale(1.05);

    box-shadow:0 8px 15px #ccc;

}



.donation-card h3{

    color:#ff6f00;

    font-size:25px;

}



@media(max-width:600px){

.donation-banner h1{

    font-size:32px;

}


.donation-container{

    width:95%;

}


.donation-card{

    padding:25px;

}

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c29906d *//* ===== Donation Form ===== */

.wpcf7{
    max-width:700px;
    margin:40px auto;
    background:#ffffff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    border-top:5px solid #ff6f00;
}

/* Labels */

.wpcf7 label{
    display:block;
    font-size:16px;
    font-weight:600;
    color:#333;
    margin-bottom:8px;
}

/* Inputs */

.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=file],
.wpcf7 textarea{

    width:100%;
    padding:14px;
    margin-top:8px;
    margin-bottom:20px;

    border:2px solid #ddd;
    border-radius:8px;

    font-size:16px;
    background:#fff;

    transition:.3s;

}

/* Focus */

.wpcf7 input:focus,
.wpcf7 textarea:focus{

    border-color:#ff9800;
    outline:none;
    box-shadow:0 0 8px rgba(255,152,0,.3);

}

/* Textarea */

.wpcf7 textarea{

    height:140px;
    resize:vertical;

}

/* File Upload */

.wpcf7 input[type=file]{

    padding:12px;
    background:#fff8e8;

}

/* Submit Button */

.wpcf7 input[type=submit]{

    width:100%;

    background:linear-gradient(135deg,#ff6f00,#ff9800);

    color:#fff;

    border:none;

    padding:16px;

    font-size:18px;

    font-weight:bold;

    border-radius:8px;

    cursor:pointer;

    transition:.3s;

}

.wpcf7 input[type=submit]:hover{

    background:linear-gradient(135deg,#e65100,#ff6f00);

    transform:translateY(-2px);

}

/* Success Message */

.wpcf7-response-output{

    border:none !important;

    background:#e8f5e9;

    color:#2e7d32;

    padding:15px;

    border-radius:8px;

    margin-top:20px;

    text-align:center;

}

/* Validation Errors */

.wpcf7-not-valid-tip{

    color:#d50000;
    font-size:14px;
    margin-top:-10px;
    margin-bottom:10px;

}

/* Mobile */

@media(max-width:768px){

.wpcf7{

padding:20px;
margin:20px;

}

.wpcf7 input,
.wpcf7 textarea{

font-size:15px;

}

.wpcf7 input[type=submit]{

font-size:16px;

}

}/* End custom CSS */