
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;
}

body{
    background:#f5f5f5;
}

/*==========================
        HEADER
==========================*/

header{
    width:100%;
    position:sticky;
    top:0;
    z-index:9999;
    background:linear-gradient(135deg,#ff8a00,#ffb347);
    box-shadow:0 8px 25px rgba(0,0,0,.12);
}

.navbar{
    max-width:1250px;
    margin:auto;
    padding:15px 20px;

    display:flex;
    align-items:center;
    justify-content:space-between;
}

/*==========================
          LOGO
==========================*/

.logo{
    display:flex;
    align-items:center;
    gap:10px;

    text-decoration:none;

    font-size:32px;
  
    color:#fff;

    transition:.35s;
}

.logo:hover{
    transform:scale(1.05);
    color:#fff7e6;
}

/*==========================
        NAVIGATION
==========================*/

.nav-links{
    display:flex;
    align-items:center;
    gap:15px;
}

/*==========================
        BUTTON
==========================*/

.btn{
    text-decoration:none;
    padding:13px 24px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.contact{
    background:#fff;
    color:#ff6b00;

    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.contact:hover{
    background:#0b74ff;
    color:#fff;
    transform:translateY(-3px);
}

/*==========================
      HAMBURGER
==========================*/

.toggle{
    display:none;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
}

.toggle span{
    width:28px;
    height:3px;
    background:#fff;
    border-radius:20px;
    transition:.35s;
}

/*==========================
      MOBILE
==========================*/

@media(max-width:768px){

    .navbar{
        padding:15px;
    }

    .logo{
        font-size:24px;
    }

    .logo::before{
        font-size:24px;
    }

    .toggle{
        display:flex;
    }

    .nav-links{
        position:absolute;
        top:72px;
        left:0;
        width:100%;

        display:none;
        flex-direction:column;
        align-items:center;

        padding:25px;
        gap:18px;

        background:#fff;

        box-shadow:0 12px 25px rgba(0,0,0,.1);
    }

    .nav-links.active{
        display:flex;
    }

    .contact{
        width:100%;
        text-align:center;
    }
}
/* Hide Google Translate */
#google_translate_element,
.goog-te-banner-frame,
.goog-te-gadget,
.goog-logo-link,
.goog-te-gadget span{
    display:none !important;
}

body{
    top:0 !important;
}

.lang-btn{
    padding:8px 16px;
    border:none;
    border-radius:6px;
    background:#0b63ce;
    color:#fff;
    cursor:pointer;
    margin-right:8px;
    font-size:14px;
}

.lang-btn:hover{
    background:#084ea7;
}/* Google Translate ko poori tarah hide */
#google_translate_element,
.goog-te-gadget,
.goog-te-gadget-simple,
.goog-te-banner-frame,
.goog-logo-link,
.goog-te-combo,
.skiptranslate{
    display: none !important;
}

body{
    top: 0 !important;
}
/*=============================
    Cow Donation Hero
=============================*/

.cow-hero-section{
    padding:30px 20px;
    background:#f8fbf4;
    overflow:hidden;
}

.cow-hero-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.cow-hero-image,
.cow-hero-content{
    flex:1;
}

.cow-hero-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 20px 50px rgba(53, 51, 51, 0.12);
}

.cow-tag{
    display:inline-block;
    background:#e8f5e9;
    color:#2e7d32;
    padding:8px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.cow-hero-content h2{
    font-size:48px;
    line-height:1.2;
    color:#222;
    margin-bottom:25px;
}

.cow-hero-content h2 span{
    color:#f57c00;
}

.cow-hero-content p{
    color:#666;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.cow-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.cow-btn-primary,
.cow-btn-outline{
    text-decoration:none;
    padding:15px 32px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.cow-btn-primary{
    background:#ff9800;
    color:#fff;
}

.cow-btn-primary:hover{
    background:#e67e00;
    transform:translateY(-4px);
}

.cow-btn-outline{
    border:2px solid #2e7d32;
    color:#2e7d32;
}

.cow-btn-outline:hover{
    background:#2e7d32;
    color:#fff;
}

/* Scroll Animation */

.reveal-left,
.reveal-right{
    opacity:0;
    transition:1s ease;
}

.reveal-left{
    transform:translateX(-80px);
}

.reveal-right{
    transform:translateX(80px);
}

.reveal-active{
    opacity:1;
    transform:translateX(0);
}

/* Responsive */

@media(max-width:991px){

.cow-hero-container{
    flex-direction:column;
}

.cow-hero-content{
    text-align:center;
}

.cow-btns{
    justify-content:center;
}

.cow-hero-content h2{
    font-size:36px;
}

}

@media(max-width:576px){

.cow-hero-content h2{
    font-size:30px;
}

.cow-hero-content p{
    font-size:16px;
}

.cow-btn-primary,
.cow-btn-outline{
    width:100%;
    text-align:center;
}

}

/* ==========================
   GAU MATA DONATION SECTION
==========================*/

.gm-donation-section{
    width:100%;
    padding:90px 8%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
    background:#fdfbf5;
    overflow:hidden;
}

/* IMAGE */

.gm-donation-image{
    flex:1;
}

.gm-donation-image img{
    width:100%;
    max-width:550px;
    display:block;
    margin:auto;
    border-radius:20px;
    opacity:.9;
    object-fit:cover;
    box-shadow:0 20px 45px rgba(0,0,0,.15);
    transition:.5s;
}

.gm-donation-image img:hover{
    transform:scale(1.03);
}

/* CONTENT */

.gm-donation-content{
    flex:1;
}

.gm-sub-title{
    display:inline-block;
    padding:8px 22px;
    background:#fff3d9;
    color:#d97706;
    border-radius:30px;
    font-weight:600;
    margin-bottom:18px;
}

.gm-donation-content h2{
    font-size:48px;
    line-height:1.2;
    color:#184d1d;
    margin-bottom:20px;
}

.gm-donation-content h2 span{
    color:#ff9800;
}

.gm-donation-content p{
    font-size:17px;
    line-height:30px;
    color:#666;
    margin-bottom:35px;
}

/* FEATURES */

.gm-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:35px;
}

.gm-feature{
    padding:18px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.4s;
    font-weight:600;
}

.gm-feature:hover{
    transform:translateY(-6px);
}

/* BUTTON */

.gm-donate-btn{
    display:inline-block;
    padding:15px 38px;
    background:#ff9800;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.gm-donate-btn:hover{
    background:#2e7d32;
}

/* ==========================
   SCROLL ANIMATION
==========================*/

.gm-reveal-left,
.gm-reveal-right{
    opacity:0;
    transition:1s ease;
}

.gm-reveal-left{
    transform:translateX(-80px);
}

.gm-reveal-right{
    transform:translateX(80px);
}

.gm-active{
    opacity:1;
    transform:translateX(0);
}

/* ==========================
      LAPTOP
==========================*/

@media(max-width:1200px){

.gm-donation-section{
    gap:45px;
}

.gm-donation-content h2{
    font-size:40px;
}

}

/* ==========================
      TABLET
==========================*/

@media(max-width:992px){

.gm-donation-section{
    flex-direction:column;
    text-align:center;
    padding:70px 6%;
}

.gm-donation-image{
    order:1;
}

.gm-donation-content{
    order:2;
}

.gm-donation-content h2{
    font-size:36px;
}

.gm-features{
    grid-template-columns:repeat(2,1fr);
}

}

/* ==========================
      MOBILE
==========================*/

@media(max-width:768px){

.gm-donation-section{
    padding:0px 20px;
}

.gm-donation-image img{
    max-width:100%;
}

.gm-donation-content h2{
    font-size:30px;
}

.gm-donation-content p{
    font-size:15px;
    line-height:28px;
}

.gm-features{
    grid-template-columns:1fr;
}

.gm-feature{
    padding:15px;
}

.gm-donate-btn{
    width:100%;
    text-align:center;
}

}

/* ==========================
     SMALL MOBILE
==========================*/

@media(max-width:480px){

.gm-donation-content h2{
    font-size:26px;
}

.gm-sub-title{
    font-size:13px;
}

.gm-donation-content p{
    font-size:14px;
    line-height:25px;
}

.gm-feature{
    font-size:14px;
}

.gm-donate-btn{
    padding:14px 25px;
    font-size:15px;
}

}



 /* imge full */
 /*==============================
 FULL WIDTH IMAGE
==============================*/

.gm-banner{
    width:100%;
    height:80vh;
    overflow:hidden;
    position:relative;
}

.gm-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    opacity:.8;
    transition:0.5s;
}

.gm-banner:hover img{
    transform:scale(1.05);
    opacity:1;
}

/* Scroll Animation */

.gm-fade{
    opacity:0;
    transform:scale(0.9);
    transition:1s ease;
}

.gm-show{
    opacity:1;
    transform:scale(1);
}

/* Tablet */

@media (max-width:992px){

.gm-banner{
    height:40vh;
}

}

/* Mobile */

@media (max-width:576px){

.gm-banner{
    height:30vh;
}

}

/*=============================
        OUR SERVICES
=============================*/
.service-bg{
    position: relative;
    padding:90px 6%;
    background: url("./images/banner.jpg") center center/cover no-repeat;
    overflow: hidden;
}

.service-bg::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255, 255, 255, 0.749); /* Opacity adjust karo */
    z-index:1;
}

.service-overlay{
    position:relative;
    z-index:2;
}

.service-overlay{
    max-width:1400px;
    margin:auto;
}

/*=============================
        TITLE
=============================*/

.service-title{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.service-title h2{
    font-size:48px;
    font-weight:700;
    color:#1e293b;
    text-transform:uppercase;
    margin-bottom:18px;
}

.service-title h2 span{
    color:#ff9800;
    position:relative;
}

.service-title h2 span::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-8px;
    transform:translateX(-50%);
    width:70%;
    height:4px;
    border-radius:50px;
    background:#ff9800;
}

.service-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:30px;
    font-weight: 700;
}


/*=============================
        CARDS
=============================*/

.service-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.service-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s ease;
}

.service-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.5s;
}

.service-card h3{
    font-size:24px;
    color:#222;
    margin:22px 20px 10px;
    font-weight:700;
}

.service-card p{
    font-weight: 700;
    color:#666;
    line-height:28px;
    padding:0 20px 28px;
    font-size:15px;
}

/* Hover */

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.service-card:hover img{
    transform:scale(1.08);
}

/*=============================
        TABLET
=============================*/

@media(max-width:992px){

.service-title h2{
    font-size:40px;
}

.service-grid{
    grid-template-columns:repeat(2,1fr);
}

}

/*=============================
        MOBILE
=============================*/

@media(max-width:768px){

.service-bg{
    padding:70px 20px;
}

.service-title{
    margin-bottom:45px;
}

.service-title h2{
    font-size:32px;
}

.service-title p{
    font-size:15px;
    line-height:26px;
}

.service-grid{
    grid-template-columns:1fr;
    gap:22px;
}

.service-card img{
    height:210px;
}

.service-card h3{
    font-size:22px;
}

.service-card p{
    font-size:15px;
    line-height:25px;
}

}

/* cta section */
/*=============================
        CTA SECTION
=============================*/

.cta-section{
    padding:100px 20px;
    background:
    linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("./images/banner.jpg") center center/cover no-repeat;
    text-align:center;
}

.cta-content{
    max-width:850px;
    margin:auto;
}

.cta-tag{
    display:inline-block;
    padding:8px 22px;
    background:#ff9800;
    color:#fff;
    border-radius:30px;
    font-size:15px;
    font-weight:600;
    margin-bottom:20px;
}

.cta-content h2{
    font-size:48px;
    color:#fff;
    margin-bottom:20px;
    line-height:1.3;
}

.cta-content p{
    color:#f1f1f1;
    font-size:18px;
    line-height:30px;
    max-width:700px;
    margin:0 auto 40px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.donate-btn,
.contact-btn{
    display:inline-block;
    padding:15px 38px;
    border-radius:50px;
    text-decoration:none;
    font-size:17px;
    font-weight:600;
    transition:.35s ease;
}

.donate-btn{
    background:#ff9800;
    color:#fff;
}

.donate-btn:hover{
    background:#fff;
    color:#ff9800;
}

.contact-btn{
    border:2px solid #fff;
    color:#fff;
}

.contact-btn:hover{
    background:#fff;
    color:#222;
}

/* Responsive */

@media(max-width:768px){

.cta-section{
    padding:70px 20px;
}

.cta-content h2{
    font-size:34px;
}

.cta-content p{
    font-size:16px;
    line-height:28px;
}

.cta-buttons{
    flex-direction:column;
    align-items:center;
}

.donate-btn,
.contact-btn{
    width:311px;
    text-align:center;
}

}

/* slider  */
.gm-slider{
    position:relative;
    width:100%;
    height:90vh;
    overflow:hidden;
}

.gm-slide{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    opacity:0;
    transition:1s;
}

.gm-slide.active{
    opacity:1;
    z-index:1;
}

.gm-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.gm-content{
    position:absolute;
    top:50%;
    left:8%;
    transform:translateY(-50%);
    color:#fff;
    max-width:650px;
    z-index:2;
}

.gm-content span{
    display:inline-block;
    background:#ff9800;
    padding:10px 24px;
    border-radius:30px;
    margin-bottom:20px;
    font-weight:600;
}

.gm-content h2{
    font-size:58px;
    line-height:1.2;
    margin-bottom:20px;
}

.gm-content p{
    font-size:18px;
    line-height:30px;
    margin-bottom:35px;
}

.gm-btns{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.gm-btn,
.gm-btn-outline{
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.gm-btn{
    background:#ff9800;
    color:#fff;
}

.gm-btn:hover{
    background:#fff;
    color:#ff9800;
}

.gm-btn-outline{
    border:2px solid #fff;
    color:#fff;
}

.gm-btn-outline:hover{
    background:#fff;
    color:#222;
}

@media(max-width:768px){

.gm-slider{
    height:75vh;
}

.gm-content{
    left:20px;
    right:20px;
}

.gm-content h2{
    font-size:34px;
}

.gm-content p{
    font-size:16px;
    line-height:26px;
}

.gm-btns{
    flex-direction:column;
}

.gm-btn,
.gm-btn-outline{
    text-align:center;
}

}

/* footer */
/*=========================
        FOOTER
==========================*/

.gm-footer{
    position:relative;
    background:linear-gradient(135deg,#250404,#5c0b0b,#a52a00);
    color:#fff;
    padding:90px 8% 20px;
    overflow:hidden;
}

.gm-footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#ff9800,#ffd54f,#ff9800);
}

.footer-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:40px;
}

.footer-box{
    transition:.4s;
}

.footer-box:hover{
    transform:translateY(-8px);
}

.footer-box h2{
    font-size:36px;
    color:#FFD54F;
    margin-bottom:20px;
    font-family:Georgia,serif;
}

.footer-box h3{
    font-size:26px;
    color:#FFD54F;
    margin-bottom:20px;
}

.footer-box p{
    color:#f2f2f2;
    line-height:30px;
    margin-bottom:20px;
}

.footer-box ul{
    list-style:none;
    padding:0;
}

.footer-box ul li{
    margin:15px 0;
}

.footer-box ul li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-box ul li a:hover{
    color:#FFD54F;
    padding-left:8px;
}

/* Donate Button */

.footer-btn{
    display:inline-block;
    padding:14px 32px;
    background:#ff9800;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.footer-btn:hover{
    background:#FFD54F;
    color:#7a2000;
    transform:translateY(-3px);
}

/* QR */

.qr-code{
    width:170px;
    border-radius:15px;
    background:#fff;
    padding:8px;
    margin-top:10px;
    transition:.4s;
}

.qr-code:hover{
    transform:scale(1.05);
}

/* Bottom */

.footer-bottom{
    margin-top:60px;
    border-top:1px solid rgba(255,255,255,.15);
    padding-top:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.footer-bottom p{
    color:#ddd;
}

/* Social */

.social-links{
    display:flex;
    gap:15px;
}

.social-links a{
    width:45px;
    height:45px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.15);
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    color:#fff;
    font-size:18px;
    transition:.35s;
}

.social-links a:hover{
    background:#ff9800;
    transform:translateY(-6px) rotate(360deg);
}

/* Back To Top */

#topBtn{
    position:fixed;
    right:25px;
    bottom:25px;
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:#ff9800;
    color:#fff;
    font-size:22px;
    cursor:pointer;
    box-shadow:0 10px 25px rgba(0,0,0,.3);
    transition:.35s;
    z-index:999;
}

#topBtn:hover{
    transform:translateY(-6px);
    background:#FFD54F;
    color:#7a2000;
}

/* Decorative circles */

.gm-footer::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,152,0,.08);
    top:-120px;
    right:-120px;
}

/* Responsive */

@media(max-width:992px){

.footer-container{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.gm-footer{
    padding:70px 25px 20px;
}

.footer-container{
    grid-template-columns:1fr;
}

.footer-bottom{
    flex-direction:column;
    text-align:center;
}

.footer-box h2{
    font-size:30px;
}

.footer-box h3{
    font-size:22px;
}

.qr-code{
    width:150px;
}

#topBtn{
    width:50px;
    height:50px;
}

}

/* contact */
.contact-banner{

    height:50vh;
    width:100%;

    background:
    linear-gradient(rgba(0, 0, 0, 0.303),rgba(0,0,0,.65)),
    url("images/cowjpg.jpg");

    background-size:cover;
    background-position:center;
    background-attachment:fixed;

    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;

    position:relative;

}

.contact-content{

    position:relative;
    z-index:2;

}

.contact-content h1{

    font-size:65px;
    color:#FFD54F;
    font-weight:700;
    margin-bottom:15px;

    text-shadow:0 8px 20px rgba(0,0,0,.5);

}

.contact-content p{

    color:#fff;
    font-size:18px;
    margin-bottom:20px;

}

.breadcrumb{

    display:inline-flex;
    gap:10px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(12px);

    padding:12px 30px;

    border-radius:50px;

}

.breadcrumb a{

    color:#FFD54F;
    text-decoration:none;

}

.breadcrumb span{

    color:#fff;

}


@media (max-width:768px){

    .contact-banner{

        height:55vh;
        background-size:contain;      /* Puri image dikh jayegi */
        background-position:center;
       
      

    }

    .contact-content h1{

        font-size:32px;

    }

    .contact-content p{

        font-size:16px;
        padding:0 20px;

    }

}

/* qs scsn  */
/* Modal Background */
.qr-modal {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

/* Modal Box */
.qr-modal-content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    max-width: 450px;
    width: 100%;
    animation: popup .3s ease;
}

/* QR Image */
.qr-modal-content img{
    width:100%;
    max-width:350px;
    height:auto;
    display:block;
    margin:auto;
}

/* Close Button */
.close-btn{
    position:absolute;
    top:10px;
    right:10px;
    width:38px;
    height:38px;
    border:none;
    border-radius:50%;
    background:#e53935;
    color:#fff;
    font-size:24px;
    cursor:pointer;
    transition:.3s;
}

.close-btn:hover{
    background:#c62828;
    transform:rotate(90deg);
}

/* Animation */
@keyframes popup{
    from{
        transform:scale(.8);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity:1;
    }
}

/* Mobile */
@media (max-width:768px){

    .qr-modal-content{
        max-width:95%;
        padding:15px;
    }

    .qr-modal-content img{
        max-width:280px;
    }

    .close-btn{
        width:25px;
        height:27px;
        font-size:20px;
    }
}

/* our gallery */
.gallery-section{

    padding:100px 7%;
    background:linear-gradient(to bottom,#fffdf8,#fff6e8);

}

.gallery-section .container{

    max-width:1400px;
    margin:auto;

}

.section-title{

    text-align:center;
    margin-bottom:60px;

}

.section-title span{

    display:inline-block;
    background:#f5e6c8;
    color:#9b5b00;
    padding:8px 22px;
    border-radius:40px;
    font-weight:600;
    margin-bottom:15px;

}

.section-title h2{

    font-size:46px;
    color:#2d2d2d;
    margin-bottom:15px;

}

.section-title p{

    max-width:750px;
    margin:auto;
    color:#666;
    line-height:1.8;

}

/* Gallery */

.gallery-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:28px;

}

.gallery-item{

    overflow:hidden;
    border-radius:20px;
    background:#fff;
    box-shadow:0 20px 40px rgba(0,0,0,.08);
    transition:.45s;

}

.gallery-item img{

    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
    transition:.6s;

}

.gallery-item:hover{

    transform:translateY(-10px);

}

.gallery-item:hover img{

    transform:scale(1.12);

}

/* Scroll Animation */

.reveal{

    opacity:0;
    transform:translateY(80px);
    transition:1s ease;

}

.reveal.active{

    opacity:1;
    transform:translateY(0);

}

/* Tablet */

@media(max-width:992px){

.section-title h2{

font-size:38px;

}

.gallery-item img{

height:280px;

}

}

/* Mobile */

@media(max-width:768px){

.gallery-section{

padding:70px 20px;

}

.section-title h2{

font-size:30px;

}

.section-title p{

font-size:15px;

}

.gallery-grid{

grid-template-columns:1fr;

}

.gallery-item img{

height:400px;

}

}

/* details conatct */
.donation-section{

padding:100px 7%;

background:linear-gradient(135deg,#fff8ef,#fff3df);

}

.container{

max-width:1300px;

margin:auto;

}

.donation-wrapper{

display:grid;

grid-template-columns:1.4fr .8fr;

gap:50px;

align-items:center;

}

/* LEFT */

.badge{

display:inline-block;

padding:10px 22px;

background:#fff3d8;

border-radius:40px;

font-weight:600;

color:#9d5b00;

margin-bottom:20px;

}

.donation-content h2{

font-size:45px;

margin-bottom:20px;

color:#222;

}

.donation-content p{

color:#666;

line-height:1.8;

margin-bottom:25px;

}

.bank-card,
.contact-card,
.social-card,
.tax-card{

background:#fff;

padding:25px;

border-radius:18px;

margin-bottom:22px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.4s;

}

.bank-card:hover,
.contact-card:hover,
.social-card:hover{

transform:translateY(-6px);

}

.bank-card ul{

padding:0;

margin:0;

list-style:none;

}

.bank-card li{

padding:10px 0;

border-bottom:1px solid #eee;

font-size:15px;

}

.bank-card li:last-child{

border:none;

}

.tax-card{

background:#2e7d32;

color:#fff;

font-weight:700;

text-align:center;

}

/* RIGHT */

.qr-box{

background:#fff;

padding:30px;

border-radius:25px;

text-align:center;

box-shadow:0 20px 50px rgba(0,0,0,.1);

position:sticky;

top:120px;

}

.qr-box h3{

font-size:30px;

margin-bottom:10px;

}

.qr-box p{

margin-bottom:25px;

color:#666;

}

.qr-box img{

width:100%;

max-width:340px;

border-radius:15px;

cursor:pointer;

transition:.4s;

}

.qr-box img:hover{

transform:scale(1.05);

}

/* Scroll Animation */

.reveal{

opacity:0;

transform:translateY(80px);

transition:1s;

}

.reveal.active{

opacity:1;

transform:translateY(0);

}

/* Responsive */

@media(max-width:991px){

.donation-wrapper{

grid-template-columns:1fr;

}

.qr-box{

position:relative;

top:0;

}

.donation-content h2{

font-size:34px;

}

}

@media(max-width:768px){

.donation-section{

padding:70px 20px;

}

.bank-card,
.contact-card,
.social-card,
.tax-card{

padding:18px;

}

.qr-box{

padding:20px;

}

.qr-box img{

max-width:260px;

}

}


/* button top doen */
#topBtn{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background: #ff6b00;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 9999;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
}

#topBtn:hover{
    background: #d95500;
    transform: translateY(-5px);
}

/* certificatiom */
/*==========================
   CERTIFICATE SECTION
==========================*/

.certificate-section{

    padding:100px 7%;
    background:linear-gradient(180deg,#fffdf8,#fff4e8);

}

.container{

    max-width:1300px;
    margin:auto;

}

/* Heading */

.section-heading{

    text-align:center;
    margin-bottom:60px;

}

.section-heading span{

    display:inline-block;
    padding:8px 22px;
    background:#ffe9c8;
    color:#d97706;
    border-radius:40px;
    font-weight:600;
    margin-bottom:18px;

}

.section-heading h2{

    font-size:42px;
    color:#222;
    margin-bottom:20px;

}

.section-heading p{

    max-width:760px;
    margin:auto;
    color:#666;
    line-height:1.9;

}

/* Grid */

.certificate-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
    gap:30px;

}

/* Card */

.certificate-card{

    background:#fff;
    padding:15px;
    border-radius:20px;

    overflow:hidden;

    box-shadow:0 20px 40px rgba(0,0,0,.08);

    transition:.4s;

}

.certificate-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(0,0,0,.15);

}

.certificate-card img{

    width:100%;
    height:420px;

    object-fit:cover;

    border-radius:15px;

    transition:.5s;

}

.certificate-card:hover img{

    transform:scale(1.05);

}

/*==========================
    Scroll Animation
==========================*/

.reveal{

    opacity:0;
    transform:translateY(70px);
    transition:1s ease;

}

.reveal.active{

    opacity:1;
    transform:translateY(0);

}

/*==========================
      Mobile
==========================*/

@media(max-width:768px){

.certificate-section{

padding:70px 20px;

}

.section-heading h2{

font-size:30px;

}

.section-heading p{

font-size:15px;

}

.certificate-grid{

grid-template-columns:1fr;

gap:22px;

}

.certificate-card img{

height:320px;

}

}

/* preloader */

#preloader{
    position:fixed;
    inset:0;
    width:100%;
    height:100vh;

    display:flex;
    justify-content:center;
    align-items:center;

    overflow:hidden;

    background:
    radial-gradient(circle at top,#fff8e1,#fff3d0,#fffdf8);

    z-index:999999;

    transition:.8s;
}

/*==============================
BACKGROUND GLOW
==============================*/

.bg-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    animation:glowMove 10s linear infinite alternate;
}

.glow1{
    width:320px;
    height:320px;
    background:#ffd54f;
    top:-80px;
    left:-80px;
}

.glow2{
    width:350px;
    height:350px;
    background:#ffb300;
    right:-120px;
    bottom:-120px;
    opacity:.5;
}

/*==============================
LOADER BOX
==============================*/

.loader-box{

    position:relative;

    width:380px;
    padding:45px 30px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;

    border-radius:30px;

  

    backdrop-filter:blur(18px);

    

  

}

/*==============================
IMAGE BOX
==============================*/

.image-box{

    position:relative;

    width:260px;
    height:260px;

    display:flex;
    justify-content:center;
    align-items:center;

}

/*==============================
RINGS
==============================*/

.ring{

    position:absolute;

    border-radius:50%;

}

.ring1{

    width:210px;
    height:210px;

    border:5px solid transparent;

    border-top:5px solid #f59e0b;
    border-right:5px solid #ffcc4d;

    animation:ring1 2s linear infinite;

}

.ring2{

    width:235px;
    height:235px;

    border:3px dashed rgba(255,170,0,.55);

    animation:ring2 6s linear infinite;

}

.ring3{

    width:260px;
    height:260px;

    border:2px solid rgba(255,193,7,.25);

}

/*==============================
IMAGE
==============================*/

.image-box img{

    width:165px;
    height:165px;

    border-radius:50%;

    object-fit:cover;

    border:7px solid #fff;

    position:relative;

    z-index:5;

    box-shadow:

    0 0 25px rgba(255,183,3,.4),
    0 0 60px rgba(255,193,7,.35);

    animation:floatCow 3s ease-in-out infinite;

}

/*==============================
TEXT
==============================*/

.loader-box h2{

    margin-top:28px;

    font-size:32px;

    color:#8b5e00;

    font-weight:700;

}

.loader-box p{

    margin-top:10px;

    font-size:17px;

    color:#666;

    letter-spacing:.5px;

}

.dots::after{

    content:"";

    animation:dots 1.5s infinite;

}/*==============================
FLOATING PARTICLES
==============================*/

.particle{
    position:absolute;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#f8c146;
    box-shadow:0 0 10px #ffd54f;
    animation:particle 8s linear infinite;
}

.p1{top:10%;left:15%;animation-delay:0s;}
.p2{top:80%;left:20%;animation-delay:1s;}
.p3{top:25%;right:15%;animation-delay:2s;}
.p4{bottom:15%;right:25%;animation-delay:3s;}
.p5{top:50%;left:5%;animation-delay:4s;}
.p6{top:60%;right:8%;animation-delay:5s;}
.p7{top:30%;left:75%;animation-delay:6s;}
.p8{bottom:10%;left:60%;animation-delay:7s;}

/*==============================
PROGRESS BAR
==============================*/

.progress{
    width:100%;
    height:8px;
    margin-top:30px;
    background:#f3ead0;
    border-radius:50px;
    overflow:hidden;
}

.progress-bar{
    width:0%;
    height:100%;
    border-radius:50px;
    background:linear-gradient(90deg,#f59e0b,#ffd54f,#ff9800);
    animation:loadingBar 20s linear forwards;
}

/*==============================
PERCENTAGE
==============================*/

.percentage{
    margin-top:15px;
    font-size:18px;
    font-weight:700;
    color:#a36b00;
}

/*==============================
ANIMATIONS
==============================*/

@keyframes ring1{
    to{
        transform:rotate(360deg);
    }
}

@keyframes ring2{
    to{
        transform:rotate(-360deg);
    }
}

@keyframes floatCow{
    0%,100%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-12px);
    }
}

@keyframes glowMove{
    from{
        transform:translate(0,0) scale(1);
    }
    to{
        transform:translate(40px,-20px) scale(1.2);
    }
}

@keyframes dots{
    0%{content:"";}
    25%{content:".";}
    50%{content:"..";}
    100%{content:"...";}
}

@keyframes loadingBar{
    from{
        width:0%;
    }
    to{
        width:100%;
    }
}

@keyframes particle{
    0%{
        transform:translateY(0) scale(1);
        opacity:0;
    }

    20%{
        opacity:1;
    }

    100%{
        transform:translateY(-180px) scale(0);
        opacity:0;
    }
}

/*==============================
HIDE PRELOADER
==============================*/

.preloader-hide{
    opacity:0;
    visibility:hidden;
}

/*==============================
TABLET
==============================*/

@media(max-width:768px){

.loader-box{
    width:320px;
    padding:35px 25px;
}

.image-box{
    width:220px;
    height:220px;
}

.ring1{
    width:180px;
    height:180px;
}

.ring2{
    width:205px;
    height:205px;
}

.ring3{
    width:225px;
    height:225px;
}

.image-box img{
    width:140px;
    height:140px;
}

.loader-box h2{
    font-size:27px;
}

.loader-box p{
    font-size:15px;
}

}

/*==============================
MOBILE
==============================*/

@media(max-width:480px){

.loader-box{
    width:92%;
    padding:30px 20px;
}

.image-box{
    width:190px;
    height:190px;
}

.ring1{
    width:155px;
    height:155px;
}

.ring2{
    width:175px;
    height:175px;
}

.ring3{
    width:190px;
    height:190px;
}

.image-box img{
    width:115px;
    height:115px;
}

.loader-box h2{
    font-size:22px;
}

.loader-box p{
    font-size:14px;
}

.percentage{
    font-size:16px;
}

}


.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    width: 65px;
    height: auto;
    object-fit: contain;
    display: block;
}
@media (max-width: 768px) {
    .logo img {
        width: 120px;
    }
}


/* direction */
.map-container {
    position: relative;
    width: 90%;
    height: 500px;
    margin: 50px auto;
    border-radius: 30px;
    overflow: hidden;
    background: #222;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.open-map-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;

    padding: 12px 18px;
    background: #242424;
    color: #5ed5d5;

    font-size: 16px;
    font-weight: 600;
    text-decoration: none;

    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);

    transition: 0.3s ease;
}

.open-map-btn:hover {
    background: #111;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .map-container {
        width: 94%;
        height: 350px;
        margin: 30px auto;
        border-radius: 20px;
    }

    .open-map-btn {
        padding: 10px 14px;
        font-size: 14px;
    }
}

