*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

html,
body{
    width:100%;
    overflow-x:hidden;
}
body{
    font-family:'Poppins',sans-serif;
    background:#fff7ef;
    color:#222;
    overflow-x:hidden;
    line-height:1.7;
}

/* GLOBAL */

img{
    max-width:100%;
    height:auto;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

.container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

.section-padding{
    padding:100px 0;
}

/* HEADER */

.main-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background:linear-gradient(90deg,#4a0000,#7b0909);
    border-bottom:2px solid #f3b32f;
    backdrop-filter:blur(10px);
}

.nav-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 0;
}

.logo-section{
    display:flex;
    align-items:center;
    gap:15px;
}

.logo-img{
    width:75px;
    height:75px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #fff;
}

.logo-text h2{
    color:#f3b32f;
    font-size:28px;
    font-family:'Tiro Devanagari Hindi', serif;
}

.logo-text p{
    color:#fff;
    font-size:14px;
}

/* NAVBAR */

.navbar ul{
    display:flex;
    align-items:center;
    gap:30px;
}

.navbar ul li{
    position:relative;
}

.navbar ul li a{
    color:#fff;
    font-size:17px;
    transition:0.3s;
    font-weight:500;
}

.navbar ul li a:hover,
.navbar ul li a.active{
    color:#f3b32f;
}

/* DROPDOWN */

.dropdown-menu{
    position:absolute;
    top:40px;
    left:0;
    min-width:230px;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    display:none;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.dropdown-menu a{
    display:block;
    color:#111 !important;
    padding:14px 18px;
    border-bottom:1px solid #eee;
    transition:0.3s;
}

.dropdown-menu a:hover{
    background:#f7f7f7;
    color:#7b0909 !important;
}

.dropdown:hover .dropdown-menu{
    display:block;
}

/* BUTTONS */

.donate-btn,
.primary-btn{
    background:#d97b00;
    color:#fff;
    padding:14px 30px;
    border-radius:10px;
    font-weight:600;
    display:inline-block;
    transition:0.3s;
    border:none;
    cursor:pointer;
}

.donate-btn:hover,
.primary-btn:hover{
    background:#b56200;
    transform:translateY(-3px);
}

.secondary-btn{
    border:2px solid #f3b32f;
    color:#fff;
    padding:14px 30px;
    border-radius:10px;
    font-weight:600;
    transition:0.3s;
}

.secondary-btn:hover{
    background:#f3b32f;
    color:#111;
}

/* HERO */

.hero-section{
    min-height:100vh;
    background:url('../images/home/home1.jpg') center top/cover no-repeat;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    text-align:center;
    padding:120px 20px 40px;
    overflow:hidden;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
}

.hero-content{
    position:relative;
    z-index:2;
    color:#fff;
}
.hero-content h1{
    font-size:82px;
    line-height:1.15;
    font-family:'Tiro Devanagari Hindi', serif;
}

.hero-content span{
    color:#f3b32f;
}

.hero-location{
    font-size:28px;
    margin-top:20px;
}

.hero-quote{
    margin:35px auto;
    max-width:850px;
    border:1px solid #f3b32f;
    padding:24px;
    border-radius:14px;
    font-size:26px;
    background:rgba(255,255,255,0.08);
}

.hero-buttons{
    margin-top:35px;
    display:flex;
    justify-content:center;
    gap:20px;
}

/* PAGE BANNER */

.page-banner{
    height:60vh;
    background:url('../images/about/about1.jpg') center/cover no-repeat;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    margin-top:100px;
}

.page-banner-content{
    position:relative;
    z-index:2;
    color:#fff;
}

.page-banner-content h1{
    font-size:65px;
    font-family:'Tiro Devanagari Hindi', serif;
}

.page-banner-content p{
    font-size:22px;
    margin-top:10px;
}

/* ABOUT */

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.about-image img{
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

.about-content h2{
    font-size:46px;
    color:#6a0505;
    margin-bottom:20px;
    font-family:'Tiro Devanagari Hindi', serif;
}

.about-content p{
    margin-bottom:18px;
    font-size:18px;
}

/* SECTION TITLE */

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:54px;
    color:#6a0505;
    margin-bottom:10px;
    font-family:'Tiro Devanagari Hindi', serif;
}

.section-title p{
    font-size:18px;
}

/* SERVICES */

.services-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.service-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:0.4s;
}

.service-card:hover{
    transform:translateY(-10px);
}

.service-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    object-position:center;
    display:block;
    border-radius:18px;
}
.service-content{
    padding:25px;
}

.service-content h3{
    color:#6a0505;
    margin-bottom:10px;
    font-size:24px;
}

/* WHY */

.why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.why-card{
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:0.4s;
}

.why-card:hover{
    transform:translateY(-10px);
}

.why-icon{
    font-size:50px;
    margin-bottom:20px;
}

.why-card h3{
    color:#6a0505;
    margin-bottom:15px;
    font-size:26px;
}

/* MISSION */

.mission-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.mission-card{
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

/* COUNTER */

.counter-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.counter-box{
    background:#6a0505;
    color:#fff;
    padding:45px 20px;
    text-align:center;
    border-radius:20px;
}

.counter-box h3{
    font-size:50px;
    color:#f3b32f;
}

/* GALLERY */

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
.gallery-grid img{
    width:100%;
    height:320px;
    object-fit:cover;
    object-position:center;
    border-radius:20px;
    transition:0.4s;
}

.gallery-grid img:hover{
    transform:scale(1.04);
}

/* CONTACT */

.contact-page-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.contact-info,
.contact-form-box{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.contact-info h2,
.contact-form-box h2{
    margin-bottom:25px;
    color:#6a0505;
}

.info-box{
    margin-bottom:25px;
}

.form-group{
    margin-bottom:20px;
}

.form-group input,
.form-group textarea{
    width:100%;
    padding:16px;
    border:1px solid #ddd;
    border-radius:12px;
    font-size:16px;
    outline:none;
}

.map-section iframe{
    width:100%;
    height:450px;
    border:none;
}

/* SOCIAL */

.social-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.social-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    text-align:center;
    color:#111;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:0.4s;
}

.social-card:hover{
    transform:translateY(-10px);
}

/* DONATION */

.donation-box{
    background:#6a0505;
    color:#fff;
    text-align:center;
    padding:70px 30px;
    border-radius:30px;
}

.donation-box h2{
    font-size:48px;
    margin-bottom:20px;
}

.donation-box p{
    max-width:750px;
    margin:auto;
    margin-bottom:30px;
}

/* POLICY */

.policy-content{
    background:#fff;
    padding:50px;
    border-radius:25px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.policy-content h2{
    color:#6a0505;
    margin-bottom:15px;
    margin-top:30px;
}

.policy-content p{
    margin-bottom:20px;
}

/* CONTACT STRIP */

.contact-strip{
    background:#5c0000;
    color:#fff;
    padding:60px 0;
}

.contact-strip-grid{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.contact-details p{
    margin-bottom:10px;
}

/* FOOTER */

.main-footer{
    background:#2d0000;
    color:#fff;
    padding-top:80px;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

.footer-logo{
    width:90px;
    height:90px;
    border-radius:50%;
    margin-bottom:20px;
}

.footer-grid h3{
    margin-bottom:20px;
    color:#f3b32f;
}

.footer-grid ul li{
    margin-bottom:12px;
}

.footer-grid ul li a{
    color:#fff;
}

.footer-grid ul li a:hover{
    color:#f3b32f;
}

.copyright{
    margin-top:60px;
    border-top:1px solid rgba(255,255,255,0.2);
    text-align:center;
    padding:22px;
}
/* WHATSAPP BUTTON */

.whatsapp-btn{
    position:fixed;
    right:25px;
    bottom:25px;
    width:65px;
    height:65px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:999;
    box-shadow:0 8px 20px rgba(0,0,0,0.25);
    transition:0.3s;
}

.whatsapp-btn img{
    width:34px;
    height:34px;
}

.whatsapp-btn:hover{
    transform:scale(1.1);
}

/* SCROLL TOP BUTTON */

#scrollTopBtn{
    position:fixed;
    bottom:105px;
    right:25px;
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:#d97b00;
    cursor:pointer;
    display:none;
    justify-content:center;
    align-items:center;
    z-index:999;
    box-shadow:0 8px 20px rgba(0,0,0,0.25);
    transition:0.3s;
}

#scrollTopBtn img{
    width:20px;
    height:20px;
    object-fit:contain;
    transform:rotate(-90deg);
    filter:brightness(0) invert(1);
}

#scrollTopBtn:hover{
    transform:translateY(-5px);
    background:#b56200;
}

/* HAMBURGER */

.hamburger{
    display:none;
    color:#fff;
    font-size:35px;
    cursor:pointer;
}

/* =========================
   PAGE EXTRA DESIGN
========================= */

/* CONTACT PAGE */

.contact-info h2,
.contact-form-box h2{
    font-size:38px;
    color:#6a0505;
    margin-bottom:25px;
    font-family:'Tiro Devanagari Hindi', serif;
}

.info-box{
    padding:20px;
    border-radius:16px;
    background:#fff7ef;
    margin-bottom:20px;
    border-left:5px solid #d97b00;
}

.info-box h3{
    margin-bottom:10px;
    color:#6a0505;
}

.contact-form-box form{
    margin-top:20px;
}

.form-group input,
.form-group textarea{
    background:#fff;
    transition:0.3s;
}

.form-group input:focus,
.form-group textarea:focus{
    border-color:#d97b00;
    box-shadow:0 0 10px rgba(217,123,0,0.2);
}

/* SOCIAL */

.social-card h3{
    color:#6a0505;
    margin-bottom:15px;
    font-size:28px;
}

.social-card p{
    color:#555;
}

.social-card:hover{
    background:#6a0505;
    color:#fff;
}

.social-card:hover h3,
.social-card:hover p{
    color:#fff;
}

/* POLICY PAGES */

.policy-content{
    line-height:2;
}

.policy-content h2{
    font-size:34px;
    font-family:'Tiro Devanagari Hindi', serif;
}

.policy-content p{
    font-size:17px;
    color:#444;
}

/* DONATION SECTION */

.donation-section{
    background:#fff3e0;
}

.donation-box{
    position:relative;
    overflow:hidden;
}

.donation-box::before{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    top:-80px;
    right:-80px;
}

.donation-box::after{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(255,255,255,0.05);
    border-radius:50%;
    bottom:-60px;
    left:-60px;
}

/* FOOTER */

.footer-about p{
    max-width:320px;
}

.footer-grid p,
.footer-grid li{
    color:#ddd;
}

.footer-grid ul li a{
    transition:0.3s;
}

.footer-grid ul li a:hover{
    padding-left:6px;
}

/* PAGE ANIMATION */

.service-card,
.why-card,
.social-card,
.counter-box,
.gallery-grid img,
.mission-card{
    transition:0.4s ease;
}

/* GALLERY HOVER */

.gallery-grid{
    overflow:hidden;
}

.gallery-grid img{
    cursor:pointer;
}

/* CUSTOM SCROLLBAR */

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#f1f1f1;
}

::-webkit-scrollbar-thumb{
    background:#6a0505;
    border-radius:20px;
}

::-webkit-scrollbar-thumb:hover{
    background:#d97b00;
}

/* TEXT SELECTION */

::selection{
    background:#6a0505;
    color:#fff;
}

/* INPUT PLACEHOLDER */

input::placeholder,
textarea::placeholder{
    color:#999;
}

/* BUTTON ANIMATION */

.primary-btn,
.donate-btn,
.secondary-btn{
    position:relative;
    overflow:hidden;
}

.primary-btn::before,
.donate-btn::before{
    content:'';
    position:absolute;
    width:0;
    height:100%;
    background:rgba(255,255,255,0.15);
    top:0;
    left:0;
    transition:0.4s;
}

.primary-btn:hover::before,
.donate-btn:hover::before{
    width:100%;
}

/* GLASS EFFECT */

.contact-form-box,
.contact-info,
.service-card,
.social-card,
.why-card{
    backdrop-filter:blur(10px);
}

/* SECTION BACKGROUND */

.services-section,
.gallery-section{
    background:#fffaf4;
}

/* SHADOW EFFECT */

.about-image img,
.gallery-grid img,
.service-card,
.social-card,
.why-card{
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* CONTACT STRIP */

.contact-strip h2{
    font-size:42px;
    margin-bottom:10px;
    font-family:'Tiro Devanagari Hindi', serif;
}

.contact-strip p{
    font-size:18px;
}

/* PAGE TRANSITION */

body{
    animation:fadeInPage 1s ease;
}

@keyframes fadeInPage{

    from{
        opacity:0;
    }

    to{
        opacity:1;
    }

}

/* IMAGE OVERLAY EFFECT */

.service-card{
    position:relative;
}

.service-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.08),
        transparent
    );
    opacity:0;
    transition:0.4s;
}

.service-card:hover::before{
    opacity:1;
}

/* HOVER BORDER */

.why-card:hover,
.social-card:hover,
.mission-card:hover{
    border:2px solid #d97b00;
}

/* MISSION CARD */

.mission-card h3{
    color:#6a0505;
    margin-bottom:15px;
    font-size:26px;
}

/* RESPONSIVE SMALL FIX */

@media(max-width:768px){

    .contact-strip h2{
        font-size:30px;
    }

    .policy-content h2{
        font-size:28px;
    }

    .social-card h3{
        font-size:24px;
    }

}

/* =========================
   WEBSITE LOADER
========================= */

.loader{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff7ef;
    z-index:99999;
    display:flex;
    justify-content:center;
    align-items:center;
}

.loader-content{
    text-align:center;
}

.loader-content img{
    width:110px;
    height:110px;
    border-radius:50%;
    margin:auto;
    margin-bottom:20px;
    border:4px solid #6a0505;
}

.loader-content h2{
    color:#6a0505;
    font-size:34px;
    margin-bottom:25px;
    font-family:'Tiro Devanagari Hindi', serif;
}

.loader-spinner{
    width:60px;
    height:60px;
    border:5px solid #f3b32f;
    border-top:5px solid #6a0505;
    border-radius:50%;
    margin:auto;
    animation:spin 1s linear infinite;
}

@keyframes spin{

    0%{
        transform:rotate(0deg);
    }

    100%{
        transform:rotate(360deg);
    }

}
.copyright a{
    color: #2f9e44;
    font-weight: 600;
}

.copyright a:hover{
    text-decoration: underline;
}
