*{margin: 0;
    padding: 0;}
            body {
                margin: 0;
                padding: 0;
                font-family: 'Arial', sans-serif;
                background-color: #f8f9fa;
            }
    
            .profile-circle {
                width: 40px;
                height: 40px;
                background-color: #ffffff;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-right:1px;
            }
    
            .profile-circle img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                object-fit: cover;
            }
    
            .logo {
                height: 50px;
                width: auto;
            }
    
            #navbarsExample10 {
                text-align: center;
            }
    
            #navbarsExample10 .navbar-nav {
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                margin: auto;
            }
    
            #navbarsExample10 .nav-item {
                margin: 0 10px; /* Aap margin ko apne requirements ke hisab se adjust kar sakte hain */
            }
    
            #navbarsExample10 .nav-link {
                font-size: 18px; /* Aap font size ko apne requirements ke hisab se adjust kar sakte hain */
                color: #ffffff; /* Font color ko bhi customize kar sakte hain */
            }
            #slider {
                width: 100%;
                overflow: hidden;
            }
    
            #slides {
                display: flex;
                transition: transform 1s ease-in-out;
            }
    
            .slide {
                min-width: 100%;
                height: 500px;
            }
            .slide img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
    /* event */
     
    
    .custom-card img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 3/2;
       
    
    }
    
    /* event_con */
    
    .event_con_image{
        width: 100%;
        border: 1px black solid;
        border-radius: 20px;
      
    
      
    }
    .event_con_image img{
        width: 100%;
        object-fit: cover;
     height: 500px;
     border-radius: 20px;
    }
    
    
    
     /* Media query for screens with a minimum width of 768px (computer screens) */
     @media (min-width: 768px) {
        .event_con_image img {
            max-height: 500px;
        }
    }
    
    /* Media query for screens with a maximum width of 767px (mobile screens) */
    @media (max-width: 767px) {
        .event_con_image img {
            max-height: 300px;
        }
    }
    
    .form-container {
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        margin-top: 20px; /* Added margin-top to create space between image and form */
    }
    
    /* wallet */
    body {
        background-color: #f4f4f4;
        margin: 0;
        padding: 0;
    }
    
    .card {
        max-width: 600px;
        margin: 50px auto 0;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 0;
    }
    
    .card-body {
        padding: 0; /* Remove default padding from card-body */
    }
    
    
    #balance {
        font-size: 24px;
        white-space: nowrap;
        margin: 0;
        padding: 0;
    }
    
    .card-title,
    #customer-name {
        font-size: 28px;
        white-space: nowrap;
        margin: 0;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%; /* Adjust this value as needed */
    }
    .description-container {
        max-height: 50px;
        overflow: hidden;
    }
    
    .description-container.show-all {
        max-height: none;
    }
    
    /* Add this CSS to style the "Read More" link */
    .read-more {
        cursor: pointer;
        color: blue;
    }
    
    /* admin_loginn */
    