  * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Arial', sans-serif;
            background-color: #f4f4f4;
            color: #333;
            line-height: 1.6;
        }
        .top-left-image {
    position: absolute;
    top: 02px;
    left: 5px;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}

.top-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 00%;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.top-left-image img:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

        header {
            background-color: #0066cc;
            color: white;
            padding: 8px 0;
            text-align: center;
            margin-bottom: 20px;
            background-image: url('photo/baground.jpg'); /* এখানে আপনার ইমেজের পাথ দিন */
            background-size: cover;
            background-position: center;
        }
        header h1 {
            font-size: 1.5em;
        }
        header p {
            font-size: 1em;
        }
        nav {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 160px;
        }
        nav a {
            color: white;
            text-decoration: none;
            padding: 10px 15px;
            background-color: #28a745;
            font-size: 1em;
            border-radius: 5px;
            transition: background-color 0.3s, transform 0.3s;
        }
        nav a:hover {
            background-color: #218838;
            transform: scale(1.1);
        }
        section {
            padding: 10px;
            margin: 10px;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            display: none;
        }
        section.active {
            display: block;
        }
        section h2 {
            color: #0066cc;
            text-align: center;
            margin-bottom: 10px;
        }
        .donate-buttons {
            display: flex;
            flex-direction: column;
            gap: 10px;
            justify-content: center;
            align-items: center;
        }
        .donate-buttons a {
            background-color: #28a745;
            color: white;
            padding: 10px 15px;
            text-decoration: none;
            border-radius: 8px;
            font-size: 1em;
            transition: background-color 0.3s ease;
            width: 85%;
            text-align: center;
        }
        .donate-buttons a:hover {
            background-color: #218838;
        }
        .call-button {
            background-color: #ff4500;
            color: white;
            padding: 12px;
            text-decoration: none;
            font-size: 1.1em;
            border-radius: 8px;
            width: 85%;
            text-align: center;
            display: block;
            margin-top: 15px;
        }
        .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

figure {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px; /* ছবির নিচে কিছু স্পেস */
    width: calc(33.33% - 10px); /* প্রতি সারিতে ৩টি ছবি রাখতে, প্রস্থ 33.33% নির্ধারণ করা হয়েছে */
}

figcaption {
    font-size: 1em;
    color: #555;
    margin-top: 8px;
}


        .contact-form {
            display: flex;
            flex-direction: column;
            gap: 15px;
            max-width: 90%;
            margin: 0 auto;
        }
        .contact-form input,
        .contact-form textarea {
            padding: 8px;
            border: 2px solid #ccc;
            border-radius: 5px;
            font-size: 1em;
            width: 100%;
        }
        .contact-form button {
            background-color: #0066cc;
            color: white;
            padding: 12px;
            border: none;
            font-size: 1.2em;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .contact-form button:hover {
            background-color: #005bb5;
        }
        footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 15px;
            margin-top: 30px;
        }
        footer p {
            font-size: 1em;
        }
        /* Hadees Section */
        .hadees-section {
            background-color: #fffae5;
            padding: 15px;
            margin-top: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .hadees-section h3 {
            text-align: center;
            color: #0066cc;
            font-size: 1.3em;
        }
        .hadees-section p {
            font-size: 1.1em;
            text-align: center;
            color: #555;
            margin: 5px 0;
        }
        /* Contact Section Button */
        .contact-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            margin-top: 20px;
        }
        .contact-buttons a {
            background-color: #0078ff;
            color: white;
            text-decoration: none;
            padding: 12px;
            border-radius: 8px;
            width: 150px;
            text-align: center;
            font-size: 1.1em;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            transition: background-color 0.3s ease;
        }
        .contact-buttons a:hover {
            background-color: #005bb5;
        }
        .contact-buttons img {
            width: 25px;
            height: 25px;
        }
        /* Scrolling Text Animation */
        .scrolling-text {
            white-space: nowrap;
            overflow: hidden;
            width: 100%;
            background-color: #fffae5;
            padding: 10px 0;
            text-align: center;
            margin-bottom: 20px;
        }

        .scrolling-text p {
            display: inline-block;
            animation: scrollText 45s linear infinite;
            font-size: 1.2em;
            font-weight: bold;
            color: #0066cc;
            text-align: center;
        }

        @keyframes scrollText {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-100%);
            }
        }
        /* Responsive design for mobile */
        @media (max-width: 768px) {
            header h1 {
                font-size: 1.4em;
            }
            section h2 {
                font-size: 1.3em;
            }
            .donate-buttons a {
                font-size: 1em;
                padding: 8px;
                width: 95%;
            }
            .call-button {
                font-size: 1.1em;
                padding: 10px;
            }
            .contact-form input,
            .contact-form textarea {
                font-size: 1em;
            }
            .contact-form button {
                font-size: 1.1em;
                padding: 10px;
            }
            .gallery img {
                max-width: 100%;
                height: auto;
            }
        }
    
.qr-payment {
    text-align: center;
    margin-top: 20px;
}
.qr-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.qr-container figure {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
.qr-container img {
    width: 100px;
    height: 100px;
    border: 2px solid #ccc;
    border-radius: 10px;
}
.payment-confirm {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 90%;
    margin: 10px auto;
}
.payment-confirm input {
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    width: 100%;
}
.payment-confirm button {
    background-color: #28a745;
    color: white;
    padding: 12px;
    border: none;
    font-size: 1.2em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.payment-confirm button:hover {
    background-color: #218838;
}

/* QR কন্টেইনার স্টাইল */
.qr-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.qr-container figure {
    text-align: center;
    cursor: pointer;
}

/* Modal স্টাইল */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* বড় করে দেখানোর ইমেজ */
.modal-content {
    max-width: 80%;
    max-height: 80%;
    border-radius: 8px;
}

/* ক্লোজ বাটন */
.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
/* ব্যাকগ্রাউন্ড ব্লার এফেক্ট */
#payment-confirmation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease-in-out;
    z-index: 9999;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

/* কনফারমেশন বক্স */
.confirmation-box {
    background: white;
    padding: 25px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    animation: popUp 0.5s ease-in-out;
    width: 90%;
    max-width: 400px;
}

/* চেকমার্ক অ্যানিমেশন */
.checkmark-animation {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
}

.checkmark-circle {
    stroke: #4CAF50;
    stroke-width: 4;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: drawCircle 1s linear forwards;
}

.checkmark-check {
    stroke: #4CAF50;
    stroke-linecap: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: drawCheck 1s 0.5s linear forwards;
}

/* হেডিং ও টেক্সট */
.confirmation-box h2 {
    color: #2D7D32;
    margin: 10px 0;
    font-size: 24px;
}

.confirmation-box p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

/* বাটন */
.confirmation-box button {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    background: #2D7D32;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.confirmation-box button:hover {
    background: #256927;
}

/* অ্যানিমেশন */
@keyframes popUp {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drawCircle {
    from {
        stroke-dashoffset: 166;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCheck {
    from {
        stroke-dashoffset: 48;
    }
    to {
        stroke-dashoffset: 0;
    }
}

/* 🌟 প্রিমিয়াম প্রগ্রেস বার ডিজাইন */
#donation-progress {
    text-align: center;
    background: linear-gradient(135deg, #2C3E50, #4CA1AF);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
    color: white;
    max-width: 500px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}

.progress-container {
    width: 100%;
    height: 40px;
    background: #34495E;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.2);
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #FF5733, #FFC300, #28a745);
    text-align: right;
    color: white;
    font-weight: bold;
    line-height: 40px;
    border-radius: 25px;
    transition: width 0.7s ease-in-out, background 1s ease-in-out;
}

#progress-text {
    position: absolute;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.donate-now-btn {
    background: linear-gradient(90deg, #FFD700, #FF4500);
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0px 5px 15px rgba(255, 69, 0, 0.6);
}

.donate-now-btn:hover {
    transform: scale(1.1);
    box-shadow: 0px 8px 20px rgba(255, 69, 0, 0.8);
}

/* 🎉 কনফেটি */
#confetti-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: none;
}

.button-container {
    display: flex;
    justify-content: center; /* অনুভূমিকভাবে মাঝখানে আনবে */
    align-items: center; /* উল্লম্বভাবে মাঝখানে আনবে */
    height: auto; /* প্রয়োজনে নির্দিষ্ট উচ্চতা দিতে পারেন */
    margin-top: 20px; /* উপরের থেকে একটু গ্যাপ */
}

.review-button {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.review-button:hover {
    background-color: #45a049;
    transform: scale(1.05);
}

.hidden {
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* পার্টিকল ব্যাকগ্রাউন্ড */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.modal-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 25px;
    width: 90%;
    max-width: 500px;
    border-radius: 15px;
    text-align: center;
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: fadeIn 0.5s ease-in-out;
    position: relative;
}

/* ৩D কার্ড ইফেক্ট */
.review-card {
    display: none;
    padding: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
    transform: perspective(1000px) rotateY(10deg);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.review-card.active {
    display: block;
    opacity: 1;
    transform: perspective(1000px) rotateY(0);
}

.review-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid white;
    margin-bottom: 10px;
}

/* স্টার রেটিং */
.stars {
    font-size: 20px;
    color: #ffd700;
    margin-top: 10px;
}

/* এনিমেশন */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}




/* Google Fonts লিংক যুক্ত করা */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

/* Premium Style */
.premium-text {
    font-family: 'Poppins', sans-serif; /* প্রিমিয়াম ফন্ট */
    font-size: 24px;
    font-weight: bold;
    color: #ffcc00; /* গোল্ডেন প্রিমিয়াম কালার */
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Shadow Effect */
}
