   body{
    margin:0;
    padding:0;
    font-family: "Segoe UI", sans-serif;
    background:#f8f8f8;
}

/* Navbar */

.custom-navbar{
    background:#fff;
    box-shadow:0 1px 10px rgba(0,0,0,.08);
    padding:12px 0;
}

/* Logo */

.navbar-brand img{
    width:195px;
    height:85px;
    border-radius:0%;
    object-fit:contain;
}

.navbar-brand span{
    margin-left:10px;
    font-size:30px;
    font-weight:700;
    color:#4d3426;
}

/* Menu */
.navbar-nav{
    gap:10px;
}

.nav-link{
    color:#111;
    font-weight:600;
    font-size:16px;
    transition:.3s;
    padding:10px 14px !important;
}

.nav-link:hover{
    color:#ff7b00;
}

.nav-link.active{
    color:#ff7b00 !important;
}

/* Right */

.profile-icon{
    width:42px;
    height:42px;
    border:1px solid #ddd;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#777;
    text-decoration:none;
    font-size:18px;
}

.profile-icon:hover{
    color:#ff7b00;
    border-color:#ff7b00;
}

/* Mobile */

/*@media(max-width:991px){*/

/*    .navbar-nav{*/
/*        margin:25px 0;*/
/*        text-align:center;*/
/*        gap:0;*/
/*    }*/

/*    .navbar-right{*/
/*        justify-content:center;*/
/*        padding-bottom:20px;*/
/*    }*/

/*    .navbar-brand span{*/
/*        font-size:24px;*/
/*    }*/
/*    .navbar-brand img{*/
/*    width:65px;*/
/*    height:auto;*/
/*}*/
    
/*}*/

@media (max-width:991px){

    .navbar-brand{
        margin-right:0;
    }

    .d-lg-none{
        margin:0 auto;
    }

    .navbar-toggler{
        margin-left:10px;
    }

    .navbar-collapse{
        width:100%;
        flex-basis:100%;
    }

    .navbar-nav{
        text-align:center;
        margin-top:20px;
    }
    .navbar-brand img{
    width:65px;
    height:auto;
    }
}


/* --------------------------------- */
.temple-section{
    background:#f8f9fa;
}

.temple-section h2{
    font-weight:700;
    color:#4b2e1e;
}

.temple-section p{
    color:#666;
    line-height:1.8;
}

.list-group-item{
    border:none;
    padding-left:0;
    background:transparent;
}

.donation-card{
    border-radius:12px;
}

.donation-card .btn{
    font-weight:600;
    padding:10px;
}
/* Footer */

.footer-section{
    background:#eb8c16;
    color:#fff;
    padding:60px 0 40px;
}

.footer-logo img{
    width:48px;
    height:48px;
}

.footer-logo h4{
    font-size:32px;
    font-weight:700;
}

.footer-section p{
    line-height:1.8;
    margin-bottom:0;
}

.footer-section h5{
    font-size:24px;
    font-weight:600;
    margin-bottom:20px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#222;
    padding-left:5px;
}

.social-icons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.social-icons a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff;
    color:#eb8c16;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#222;
    color:#fff;
}

/* Responsive */

@media(max-width:991px){

    .footer-section{
        text-align:center;
    }

    .footer-logo{
        justify-content:center;
    }

    .social-icons{
        justify-content:center;
    }

    .footer-links{
        margin-bottom:20px;
    }

}
/* Journey Section */

.journey-section{
    padding:70px 0;
    background:#fff;
}

.section-heading h2{
    font-size:35px;
    /*   */
    color:#4b2e1e;
    margin-bottom:15px;
}

.section-heading p{
    font-size:24px;
    color:#222;
    margin-bottom:0;
}

/* Statistics Card */

.stats-card{
    padding:35px 20px;
    border-radius:12px;
    text-align:center;
    transition:0.3s;
    height:100%;
}

.stats-card:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 20px rgba(0,0,0,.1);
}

.stats-card h3{
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
}
.stats-card p{
    font-size:20px;
    margin:0;
}

/* Card Colors */

.card-one{
    background:#d9e8fb;
}

.card-one h3,
.card-one p{
    color:#0d5cb6;
}

.card-two{
    background:#ece4ff;
}

.card-two h3,
.card-two p{
    color:#4b16c5;
}

.card-three{
    background:#ffd8ec;
}

.card-three h3,
.card-three p{
    color:#b0005a;
}

.card-four{
    background:#ffe5c4;
}

.card-four h3,
.card-four p{
    color:#f07c00;
}

/* Responsive */

@media (max-width:991px){

    .section-heading{
        text-align:center;
    }

    .section-heading h2{
        font-size:34px;
    }

    .section-heading p{
        font-size:20px;
    }

    .stats-card h3{
        font-size:32px;
    }

    .stats-card p{
        font-size:18px;
    }

}

@media (max-width:576px){

    .section-heading h2{
        font-size:28px;
    }

    .section-heading p{
        font-size:18px;
    }

}
/* ------------------------------------------ */
.payment-card{
    border-radius:18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.payment-card .card-body{
    padding:20px;
}

.btn-maroon{
    background:#7b0000;
    color:#fff;
    border-radius:40px;
    font-weight:600;
    padding:12px;
}

.btn-maroon:hover{
    background:#5d0000;
    color:#fff;
}

.payment-icons img{
    height:80px;
    width: 60px;
    object-fit:contain;
}

.border.rounded{
    border-radius:12px !important;
}

.border.rounded img{
    max-height:170px;
    object-fit:contain;
}

.card{
    border-radius:18px;
}

h6{
    font-size:15px;
}

.small{
    font-size:13px;
}

label{
    font-size:14px;
}

@media(max-width:768px){

    .payment-icons{
        gap:12px;
    }

    .border.rounded{
        margin-bottom:15px;
    }

}
/* ---------------cards---------------------------------- */
.donationcardcard img {
      height: 200px;
      object-fit: cover;
    }

    .donationcard {
      border: none;
      border-radius: 12px;
      overflow: hidden;
      transition: 0.3s;
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

    .donationcard:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

    .card-title {
      font-weight: 600;
      padding: 10px 0px;
    }
    /* ----------------scanner--------------------------------- */
    .scanner img{
        height:450px;
        width:100%;
    }
    video{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    ul,li{
        list-style: none;
        font-size: 18px;
    }
    
    .gallery-section{
    background:#fff;
}

.section-title h2{
    font-size:38px;
    font-weight:700;
    color:#4a2b14;
}

.section-title p{
    max-width:700px;
    /* margin:auto; */
    color:#777;
}

.sub-title{
    color:#d67a00;
    font-weight:600;
    letter-spacing:1px;
}

.gallery-card{
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    position:relative;
    background:#fff;
}

.gallery-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.5s;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

.gallery-card::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.15);
    opacity:0;
    transition:.4s;
}

.gallery-card:hover::after{
    opacity:1;
}

.gallery-btn{
    background:#8d1c13;
    color:#fff;
    border-radius:50px;
    padding:12px 35px;
    font-weight:600;
}

.gallery-btn:hover{
    background:#a72418;
    color:#fff;
}

@media(max-width:768px){

.gallery-card img{
    height:160px;
}

.section-title h2{
    font-size:30px;
}

}
/* -----------------header---------------- */
.header{
    height:600px;
    width: 100%;
    background-image: url("images/banner.png");
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* -----------------service----------------------------------------- */
.service-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
}

/* Each card takes 2 columns = 3 cards in first row */
.service-col {
    grid-column: span 2;
}

/* Center second row */
.service-col:nth-child(4) {
    grid-column: 2 / span 2;
}

.service-col:nth-child(5) {
    grid-column: 4 / span 2;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.12);
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
     transition: transform 0.5s ease;
}

.service-card .card-body {
    padding: 20px;
}

.service-card .card-title {
    color: #4b2e1e;
    font-size: 20px;
}
.service-card:hover {
    box-shadow: 0 10px 25px rgba(75,46,30,0.25);
    transform: translateY(-8px);
}
.service-card:hover img {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .service-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-col,
    .service-col:nth-child(4),
    .service-col:nth-child(5) {
        grid-column: span 1;
    }

    .service-card img {
        height: 200px;
    }
}

/* ========================= */
/* Mobile (1 card per row)   */
/* ========================= */
@media (max-width: 576px) {
    .service-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-col,
    .service-col:nth-child(4),
    .service-col:nth-child(5) {
        grid-column: span 1;
    }

    .service-card img {
        height: 180px;
    }

    .service-card .card-body {
        padding: 15px;
    }

    .service-card .card-title {
        font-size: 18px;
    }
}

.about-section {
    overflow-x: hidden;
}

/* ---------------contact--------------------- */
.contact-section{
    padding:80px 0;
}

.contact-info h2{
    font-size:42px;
    font-weight:700;
    color:#502E17;
    margin-bottom:20px;
}

.contact-info p{
    color:#555;
    line-height:1.8;
    font-size:16px;
}

.info-box{
    margin-top:40px;
}

.info-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:25px;
}

.info-item i{
    font-size:22px;
    color:#d4a017;
    margin-right:15px;
    margin-top:3px;
}

.info-item h6{
    font-weight:600;
    margin-bottom:5px;
}

.contact-card{
    background:#fff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.form-control{
    height:50px;
    border-radius:8px;
    border:1px solid #ddd;
}

.form-control:focus{
    border-color:#8B0000;
    box-shadow:none;
}

.btn-contact{
    background:#EB8C16;
    color:#fff;
    border:none;
    padding:12px 35px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.btn-contact:hover{
    background:#6d0000;
    color:#fff;
}

@media(max-width:991px){

.contact-info{
    margin-bottom:40px;
    text-align:center;
}

.info-item{
    justify-content:center;
    text-align:left;
}

.contact-info h2{
    font-size:34px;
}

.contact-card{
    padding:30px;
}

}

@media(max-width:576px){

.contact-section{
    padding:60px 0;
}

.contact-info h2{
    font-size:30px;
}

.contact-card{
    padding:25px;
}

}
.card-title a{
    text-decoration: none;
    color: #4b2e1e;
}
