.elementor-1008 .elementor-element.elementor-element-71229a1{--display:flex;}.elementor-1008 .elementor-element.elementor-element-0a6045c{--display:flex;}.elementor-1008 .elementor-element.elementor-element-8d0b969{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1008 .elementor-element.elementor-element-e076248{--display:flex;}.elementor-1008 .elementor-element.elementor-element-9ec232f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a6e1a36 */.site-title{
    color:#FF9933;      /* भगवा रंग */
    font-size:30px;
    font-weight:900;
    margin:0;
    text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-734ad3a */.intro-section{

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

    padding:70px 20px;

    text-align:center;

}


.intro-content{

    max-width:1000px;

    margin:auto;

}


.intro-content h1{

    font-size:45px;

    color:#e65100;

    margin-bottom:15px;

}


.intro-content h2{

    font-size:35px;

    color:#ff6f00;

    margin-bottom:25px;

}


.intro-content p{

    font-size:19px;

    line-height:1.9;

    color:#444;

    margin-bottom:15px;

    text-align:justify;

}



/* Buttons */

.intro-buttons{

    margin-top:35px;

}


.intro-buttons a{

    display:inline-block;

    padding:14px 35px;

    margin:10px;

    color:white;

    text-decoration:none;

    border-radius:50px;

    font-size:18px;

    font-weight:bold;

    transition:.3s;

}


.join{

    background:#ff9800;

}


.donate{

    background:#d84315;

}


.intro-buttons a:hover{

    transform:translateY(-5px);

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

}



/* Mobile */

@media(max-width:600px){

.intro-content h1{

font-size:32px;

}

.intro-content h2{

font-size:25px;

}

.intro-content p{

font-size:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cefa160 */.about-trust{

background:#fff8e1;

padding:70px 20px;

}


.about-content{

max-width:1000px;

margin:auto;

text-align:center;

}


.about-content h2{

font-size:38px;

color:#e65100;

margin-bottom:25px;

}



.about-content p{

font-size:18px;

line-height:1.9;

color:#444;

text-align:justify;

}



/* Counter */

.counter-section{

width:90%;

margin:50px auto 0;

display:flex;

justify-content:center;

gap:40px;

flex-wrap:wrap;

}



.counter-box{

background:
linear-gradient(135deg,#ff9800,#ff6f00);

color:white;

width:280px;

padding:35px;

text-align:center;

border-radius:20px;

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

}



.counter-box h2{

font-size:50px;

}



.counter-box p{

font-size:22px;

font-weight:bold;

}



/* Mobile */

@media(max-width:600px){

.about-content h2{

font-size:30px;

}

.about-content p{

font-size:16px;

}


.counter-box{

width:90%;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97779d5 */.srs-objective-section{
    background:#fff8ef;
    padding:70px 20px;
    font-family:'Noto Sans Devanagari',sans-serif;
}

.srs-container{
    max-width:1200px;
    margin:auto;
}

.srs-heading{
    text-align:center;
    margin-bottom:45px;
}

.srs-heading h2{
    color:#d35400;
    font-size:38px;
    margin-bottom:10px;
    font-weight:700;
}

.srs-heading h3{
    color:#8b0000;
    font-size:24px;
    font-weight:600;
}

.srs-content{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:25px;
}

.objective-box{
    background:#fff;
    border-left:6px solid #ff6600;
    border-radius:15px;
    padding:25px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;
    display:flex;
    gap:18px;
    align-items:flex-start;
}

.objective-box:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 25px rgba(0,0,0,.15);
}

.objective-box span{
    font-size:32px;
    line-height:1;
}

.objective-box p{
    margin:0;
    color:#333;
    font-size:18px;
    line-height:1.8;
    font-weight:500;
}

@media(max-width:768px){

.srs-heading h2{
    font-size:28px;
}

.srs-heading h3{
    font-size:20px;
}

.objective-box{
    padding:20px;
}

.objective-box p{
    font-size:16px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58539ef *//* Donation Section */
.donation-container{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:40px 20px;
    background:#fff8ef;
}

/* Donation Card */
.donation-card{
    width:100%;
    max-width:420px;
    background:#ffffff;
    border:3px solid #ff9800;
    border-radius:20px;
    padding:30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    position:relative;
    overflow:hidden;
    transition:.3s ease;
}

/* Top Border */
.donation-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:8px;
    background:linear-gradient(90deg,#ff6f00,#ffc107,#ff6f00);
}

/* Hover */
.donation-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.22);
}

/* Icon */
.donation-icon{
    width:80px;
    height:80px;
    margin:0 auto 15px;
    background:linear-gradient(135deg,#ff9800,#ff6f00);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    color:#fff;
    box-shadow:0 6px 18px rgba(255,111,0,.35);
}

/* Heading */
.donation-card h2{
    color:#d84315;
    margin:10px 0 20px;
    font-size:28px;
    font-weight:700;
}

/* QR Image */
.donation-card img{
    width:220px;
    max-width:100%;
    padding:10px;
    background:#fff;
    border:2px solid #ffcc80;
    border-radius:15px;
    margin:15px 0;
    transition:.3s;
}

.donation-card img:hover{
    transform:scale(1.05);
}

/* Text */
.donation-card p{
    color:#555;
    font-size:16px;
    line-height:1.7;
    margin:20px 0;
}

/* Donate Button */
.donate-button{
    display:inline-block;
    background:linear-gradient(135deg,#ff6f00,#d84315);
    color:#fff;
    text-decoration:none;
    padding:14px 35px;
    border-radius:50px;
    font-size:18px;
    font-weight:bold;
    transition:.3s;
    box-shadow:0 6px 18px rgba(216,67,21,.35);
}

.donate-button:hover{
    background:linear-gradient(135deg,#d84315,#bf360c);
    transform:translateY(-3px);
    box-shadow:0 10px 24px rgba(0,0,0,.25);
}

/* Mobile */
@media (max-width:768px){
    .donation-card{
        padding:20px;
    }

    .donation-card h2{
        font-size:24px;
    }

    .donation-card img{
        width:180px;
    }

    .donate-button{
        width:100%;
        padding:15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8ca0b6 */.footer{

background:
linear-gradient(
135deg,
#3e2723,
#1b0000
);

color:white;

padding:60px 20px 20px;

}



.footer-container{

width:90%;

margin:auto;

display:grid;

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

gap:35px;

}



.footer-box h2{

color:#ff9800;

font-size:24px;

margin-bottom:15px;

}



.footer-box h3{

color:#ffb74d;

font-size:22px;

margin-bottom:20px;

}



.footer-box p{

line-height:1.8;

color:#eee;

}



.footer-box a{

display:block;

color:white;

text-decoration:none;

margin:10px 0;

transition:.3s;

}



.footer-box a:hover{

color:#ff9800;

padding-left:8px;

}



/* Social */

.social a{

display:inline-block;

background:#ff6f00;

padding:8px 15px;

border-radius:20px;

margin:5px;

}



.footer-bottom{

margin-top:40px;

padding-top:20px;

border-top:1px solid #795548;

text-align:center;

color:#ddd;

}



@media(max-width:600px){

.footer-container{

text-align:center;

}

}/* End custom CSS */