    

.global_discription {
    text-align: justify;

    border-radius: var(--border-radius);
    font-family: "Merriweather", serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(14px, 1.8vw, 18px);
    padding: 1rem 1.5rem;
  }
/* Default styles */
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.imgy {
    width: 100% !important;
    height: 450px;
    object-fit: cover;
}

.overlay {
    background: rgba(150, 151, 157, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
}
/* Default styles */
.pay {
    font-family: 'Josefin Sans', serif;
    font-size: 32px;
    text-align: center;
    color: #333;
    margin-bottom: 15px;
}

.paragraph {
    font-family: 'Merriweather', serif !important;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
/* General styles for the section */
.offline {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.donation-container {
    background-color: #1c5a59;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Styling for the list */
.donation-steps {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

.donation-steps li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #FCB429;
    border-radius: 10px;
    background-color: #154148;
    color: white;
    font-size: 16px;
    line-height: 1.5;
}

/* Icon styling */
.step-icon {
    margin-right: 15px;
    font-size: 24px;
    color: #FCB429;
    flex-shrink: 0;
}

/* Hover effect */
.donation-steps li:hover {
    background-color: #1d7c7b;
    border-color: #fff;
    cursor: pointer;
}
/* Style for each icon */
.donation-steps .check .step-icon i {
    color: #28a745; /* Green for the check icon */
}

.donation-steps .memo .step-icon i {
    color: #ffc107; /* Yellow for the pencil icon */
}

.donation-steps .mail:nth-child(3) .step-icon i {
    color: #17a2b8; /* Blue for the geo-alt icon */
}

.donation-steps .mail:nth-child(4) .step-icon i {
    color: #dc3545; /* Red for the heart icon */
}

/* Optional: Add hover effect */
.donation-steps li:hover .step-icon i {
    filter: brightness(0.9);
}

/* Optional: Style the list for better visibility */
.donation-steps li {
    margin-bottom: 1rem;
    padding: 0.5rem;
    border-left: 4px solid #ddd;
    border-radius: 5px;
}

.donation-steps li:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-left-color: #fcb429;
}
.subb{
    border: #003666 !important;
    background-color: #003666 !important;
    border-radius: 20px !important;
    border: 1px solid #003666;
    color: white;
    font-weight: 400;
    top: 16%;
    left: 67%;
    padding: 4px 16px;
    font-size: 14px; 
    margin-top: 5px;
}
.subb:hover{
    background-color: #00467F !important;
}


/* Mobile specific styles */
@media (max-width: 767px) {
    .imgy {
        height: 300px; /* Adjust image height for mobile */
    }

    .text-overlay {
        padding: 15px;
        width: 40%; /* Increase width for smaller screens */
    }

    .support {
        font-size: 20px; /* Smaller font size on mobile */
    }

    .help, .donation {
        font-size: 14px; /* Smaller text size on mobile */
        margin: 1px !important;
    }
    .pay {
        font-size: 24px; /* Smaller font size for mobile */
        margin-bottom: 20px; /* Reduced margin for better spacing */
    }

    .paragraph {
        font-size: 14px; /* Smaller text size for mobile */
        margin-bottom: 15px; /* Reduced margin for better spacing */
    }
    .offline {
        font-size: 24px;
    }

    .donation-steps li {
        font-size: 14px;
    }

    .step-icon {
        font-size: 20px;
    }
}

/* Tablet specific styles */
@media (max-width: 991px) and (min-width: 768px) {
    .imgy {
        height: 350px; /* Adjust image height for tablets */
    }

    .text-overlay {
        padding: 20px;
        width: 85%; /* Adjust width for tablet screens */
    }

    .support {
        font-size: 24px; /* Medium font size on tablet */
    }

    .help, .donation {
        font-size: 16px; /* Medium text size on tablet */
    }
    .pay {
        font-size: 28px; /* Medium font size for tablets */
        margin-bottom: 12px;
    }

    .paragraph {
        font-size: 16px; /* Medium text size for tablets */
        margin-bottom: 18px; /* Adjusted margin for better spacing */
    }
}

/* Desktop specific styles */
@media (min-width: 992px) {
    .imgy {
        height: 450px; /* Default height for desktop */
        width: 100% !important;
    }

    .text-overlay {
        padding: 20px;
        width: 12%; /* Reduce width for desktop */
    }

    .support {
        font-size: 30px; /* Larger font size for desktop */
    }

    .help, .donation {
        font-size: 18px; /* Larger text size for desktop */
    }
    .pay {
        font-size: 32px; /* Default font size for desktop */
        margin-bottom: 15px;
    }

    .paragraph {
        font-size: 18px; /* Default text size for desktop */
        margin-bottom: 20px; /* Default margin for desktop */
        /* margin-left: 9rem; */
    }
}
/* Default Styles */
.giving, .offline {
    font-family: 'Josefin Sans', serif;
    font-size: 32px;
    color: white;
    margin-bottom: 15px;
    text-align: center;
}

.never {
    font-family: 'Josefin Sans', serif;
    font-size: 18px;
    color: #ddd;
    text-align: center;
    margin-bottom: 20px;
}

.donation-container p, .donation-container li {
    font-family: "Merriweather", serif;
    color: white;
}

.donation-container ul {
    list-style-type: none;
    padding-left: 0;
}

.donation-container li {
    margin-bottom: 10px;
}

/* Mobile View */
@media (max-width: 767px) {
    .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .giving {
        font-size: 24px; /* Smaller font size for mobile */
    }

    .never {
        font-size: 14px; /* Smaller font size for mobile */
    }

    .form-control {
        font-size: 14px; /* Adjust input field font size */
    }

    .offline {
        font-size: 24px; /* Smaller font size for mobile */
    }

    .donation-container {
        padding: 0 15px; /* Padding for mobile */
    }
    .mail{
        margin-top: 5rem !important;
    }
    .memo{
        margin-top: 2rem;
    }
}

/* Tablet View */
@media (max-width: 991px) and (min-width: 768px) {
    .giving {
        font-size: 28px; /* Medium font size for tablet */
    }

    .never {
        font-size: 16px; /* Medium font size for tablet */
    }

    .offline {
        font-size: 28px; /* Medium font size for tablet */
    }

    .form-control {
        font-size: 16px; /* Medium font size for input fields */
    }

    .donation-container {
        padding: 0 25px; /* Padding for tablet */
    }
}

/* Desktop View */
@media (min-width: 992px) {
    .giving {
        font-size: 32px; /* Default font size for desktop */
    }

    .never {
        font-size: 18px; /* Default font size for desktop */
    }

    .offline {
        font-size: 32px; /* Default font size for desktop */
    }

    .form-control {
        font-size: 18px; /* Default font size for input fields */
    }

    .donation-container {
        padding: 0 50px; /* Larger padding for desktop */
    }
}


    /* Make sure the placeholder text is visible */
    .form-control::placeholder {
        color: #888 !important;
        /* You can change this color to whatever works for your design */
        opacity: 1;
        /* Ensure the placeholder is not transparent */
    }

    .support {
        font-size: 33px;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        line-height: 50px;
        text-align: center;
        height: 50px;
        text-decoration: none solid rgb(250, 250, 250);
        margin: 7px 0 17px 0;
        display: block;
    }

    .nav-link {
        color: white !important;
        font-size: 10px !important;
        /* Sets the text color to white */
    }

    .help {
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        font-weight: 600;
        background-color: transparent;
        color: #FFF;

    }

    .donation {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        height: 24px;
        width: 1149px;
        margin: 0 0 16px 0;
        color: #fdce2e;
    }

    .line {
        height: 2px !important;
        width: 90px;
        margin: 0 530px 0 530px;
        background-color: #F1BE3A;
        border-radius: 10px;
    }

    .pay {
        font-size: 22px;
        font-weight: 600;
        line-height: 33px;
        text-align: center;
        height: 33px;
        margin: 4px 0 11px 0;
    }

    .paragraph {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 28px;
        height: 28px;
        text-align: center;
    }

    .img-2 {
        height: 284px;
        width: 500px;
        /* max-width: 100%; */
        vertical-align: middle;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }

    .giving {
        font-family: 'Josefin Sans', serif;
        font-size: 27px;
        font-weight: 600px;
        line-height: 48px;
        text-align: center;
        color: #ffffff;
        height: 48px;
        /* width: 564px; */
        margin: 5px 0 6px 0;
        margin-bottom: 10px;
    }

    .never {
        font-family: 'Josefin Sans', serif;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #ffffff;
        height: 24px;
        /* width: 564px; */
    }

    .name {
        color: white;
        font-size: 16px;
        height: 45px;
        width: 500px;
        border: 1px solid #3D3D3D;
        margin: 0 0 30px 0;
        padding: 15px 15px 15px 15px;
        display: block;
        overflow: clip;
    }

    .message {
        color: white;
        font-size: 16px;
        line-height: 24px;
        height: 240px;
        width: 500px;
        border: 1px solid #3D3D3D;
        margin: 0 0 30px 0;
        padding: 15px 15px 15px 15px;
        min-height: 240px;
    }

    .offline {
        color: white;
        font-size: 27px;
        font-weight: 600;
        line-height: 48px;
        text-align: center;
        height: 48px;
        margin: 5px 0 16px 0;
        font-family: 'Josefin Sans', serif;
    }

    .donation-instruction {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        height: 48px;
        margin: 0 0 16px 18px;
        box-sizing: border-box;
        word-wrap: break-word;
        text-align: start;
    }

    .donation-container {
        border: 2px solid #fdce2e;
        padding: 20px;
        margin: 80px 0px;
        border-radius: 10px;
        color: #ffffff;
    }

    .check {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        text-align: start;

    }

    .memo {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        text-align: start;
    }

    .mail {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        text-align: start;
    }

    ::placeholder {
        color: white !important;
        /* Set the color you prefer for the placeholder */
        font-style: italic;
        /* Optional: make the text italic */
    }

    @media (max-width: 576px) {
        .quicky {
            margin-left: 1rem !important;
        }

        .quicks {
            margin-left: -4rem !important;
        }
    }

    footer {
        background: url(https://images.unsplash.com/photo-1634896382669-a1489b7c5287?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTV8fGRhcmslMjBpbWFnZXxlbnwwfHwwfHx8MA%3D%3D);
        /* Darker background for bottom section */
        color: white;
        padding: 0 1rem;
        /* Add horizontal padding to avoid the content touching edges */

    }

    .img_1 {
        margin-left: 4rem;
    }

    .head {
        color: #F1BE3A;
    }

    footer .quick_links h5 {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    footer .nav-item a {
        color: white;
        text-decoration: none;
        font-size: 0.9rem;
    }



    footer .nav-link {
        padding: 0.25rem 0;
    }

    footer .bottom-footer {
        /* background:url(https://images.unsplash.com/photo-1732881280855-1903612a7d68?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) #333; Darker background for bottom section */
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    footer .footer-bottom-text {
        font-size: 0.9rem;
    }

    footer .footer-link {
        color: #F1BE3A;
        /* Yellow link color */
    }

    footer .footer-link:hover {
        text-decoration: underline;
    }

    .foot {
        color: white !important;
        font-weight: 300;
    }

    footer .quick_links {
        display: flex;
        flex-direction: column;
    }

    footer .bi {
        font-size: 1.2rem;
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
        footer .row {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        footer .col-md-3 {
            margin-bottom: 1.5rem;
            width: 100%;
        }

        footer .quick_links {
            margin-top: 1rem;
        }

        footer .bottom-footer {
            padding: 1rem;
        }

        footer .footer-bottom-text {
            font-size: 0.8rem;
        }

        footer .bi-arrow-up-circle-fill {
            font-size: 2rem;
            position: fixed;
            bottom: 20px;
            right: 20px;
            cursor: pointer;
        }
    }

    @media (max-width: 576px) {
        footer .quick_links h5 {
            font-size: 1rem;
        }

        footer .nav-item a {
            font-size: 0.85rem;
        }

        footer .footer-bottom-text {
            font-size: 0.75rem;
        }
    }

    /* Style for each icon */
    .donation-steps .check .step-icon i {
        color: #28a745;
        /* Green for the check icon */
    }

    .donation-steps .memo .step-icon i {
        color: #ffc107;
        /* Yellow for the pencil icon */
    }

    .donation-steps .mail:nth-child(4) .step-icon i {
        color: #17a2b8;
        /* Blue for the geo-alt icon */
    }

    .donation-steps .mail:nth-child(5) .step-icon i {
        color: #dc3545;
        /* Red for the heart icon */
    }

    /* Optional: Add hover effect */
    .donation-steps li:hover .step-icon i {
        filter: brightness(0.9);
    }

    /* Optional: Style the list for better visibility */
    .donation-steps li {
        margin-bottom: 1rem;
        padding: 0.5rem;
        border-radius: 5px;
    }

    .donation-steps li:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-left-color: #fcb429;
    }
