    .image {
        width: 100% !important;
        height: 450px !important;
        display: block;
        margin: 0 auto;
    }
    /* Additional Responsive Styling */
    .volunteer-section {
        background: url('{% static 'images/ga1.jpg' %}') 
            no-repeat center center/cover;
        background-attachment: fixed;
        position: relative;
        min-height: 80vh;
        height: auto;
    }

    .volunteer-overlay {
        background: rgba(54, 54, 54, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .volunteer-content {
        z-index: 1;
        position: relative;
    }

    /* Responsive Font Sizes */
    @media (max-width: 768px) {
        .volunteer-content h2 {
            font-size: 28px;
        }

        .volunteer-content p {
            font-size: 0.9rem;
            line-height: 1.6;
        }

        .volunteer-content .btn {
            padding: 8px 16px;
            font-size: 0.85rem;
        }
    }

    @media (max-width: 576px) {
        .volunteer-content h2 {
            font-size: 24px;
        }

        .volunteer-content p {
            font-size: 0.85rem;
        }

        .volunteer-content .btn {
            padding: 6px 12px;
            font-size: 0.8rem;
        }
    }
    /* Custom Styling for Responsive Layout */
    .profile-card img {
        height: 320px;
        object-fit: cover;
    }

    .floating-name-card {
        border-radius: 20px;
        padding: 30px;
        background-color: #fff;
        width: 100%;
        max-width: 300px;
        margin-top: -3rem !important;
    }

    .social-icons a {
        font-size: 1.5rem;
        margin: 0 10px;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {


        .floating-name-card h5 {
            font-size: 1rem;
        }

        .social-icons a {
            font-size: 1.2rem;
            margin: 0 8px;
        }
    }

    @media (max-width: 576px) {


        .floating-name-card h5 {
            font-size: 0.9rem;
        }

        .social-icons a {
            font-size: 1rem;
            margin: 0 5px;
        }
    }
    @media (max-width: 576px) {
        .quicky{
            margin-left: 1rem ;
        }
        .quicks{
            margin-left: 0rem !important;
        }
        .agaazinternational{
            margin-left: -2.5rem !important;
        }
        }
        
        /* Ensure the parent container has relative positioning for proper icon placement */
        .container-fluid {
            position: relative;
        }

        /* Style for the central icon */
        .central-icon {
            position: absolute;
            top: 50%;
            left: 51%;
            transform: translate(-65%, -50%);
            font-size: 35px;
            /* Adjust size as needed */
            color: #ffffff;
            /* White color for the icon */
            background-color: #94AA52;
            /* Green background */
            border-radius: 50%;
            /* Make the background circular */
            padding: 15px;
            /* Add padding to increase the size of the circle */
            transition: background-color 0.3s ease, transform 0.3s ease;
            /* Smooth hover animation */
        }

        /* Hover effect for the icon */
        .central-icon:hover {
            background-color: #218838;
            /* Darker green on hover */
        }

        /* Ensure the parent container has relative positioning */
        .position-relative {
            position: relative;
        }

        /* Overlay container */
        .overlay {
            position: absolute;
            top: 42%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: #fff;
            border-radius: 10px;
            background: rgba(37, 34, 34, 0.7) !important;
        }

        /* Image text styles */
        .overlay h3 {
            font-size: 18px;
            margin-bottom: 10px;
            margin-top: 30px !important;
            font-weight: 600;
            font-family: Raleway, sans-serif;
        }

        .overlay p {
            font-size: 27px;
            margin-bottom: 20px;
            font-weight: 500;
        }

        /* Button styles */
        .overlay .btn {
            margin: 5px;
            padding: 10px 20px;
            font-size: 14px;
            border-radius: 5px;
            text-transform: uppercase;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        /* Primary button */
        .overlay .btn-primary {
            background-color: #007bff;
            color: #fff;
            border: none;
        }

        .overlay .btn-primary:hover {
            background-color: #0056b3;
        }

        /* Secondary button */
        .overlay .btn-secondary {
            background-color: #6c757d;
            color: #fff;
            border: none;
        }

        .overlay .btn-secondary:hover {
            background-color: #5a6268;
        }

        /* Darken the image using a filter */
        .darkened-image {
            width: 100%;
            height: 430px;
            /* filter: brightness(60%); */
            /* Reduce brightness to make the image darker */
        }

        .info {
            border-radius: 30px !important;
            padding: 15px 30px 15px 30px !important;
            background-color: #F3C242 !important;
        }

        .more {
            border-radius: 30px !important;
            padding: 15px 30px 15px 30px !important;
            background-color: #5CD5E6 !important;
        }

        .more:hover {
            background-color: #43acba !important;
        }

        .info:hover {
            background-color: #DFB403 !important;
        }