

.logo{
  
   height: 100%;
   width:150px;
}

body {
   font-family: 'Nunito', sans-serif;
   /* background-color: #fffbcc; */
   /* background-color: rgb(227, 238, 196); */
   background-color: #f3f3cd;
}





.center-list {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh; /* Pura page cover kare */
}






/* Center the container */
.main-body {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 80vh;  /* Ensures the container is centered vertically */
}

/* If you want to limit the width of the box */
.hero-page {
   width: 80%; /* or adjust to your preferred width */
   max-width: 1200px; /* Optionally, set a max width */
}

.custom-rounded {
   border-bottom-left-radius: 50%;
}

.card-icon {
   font-size: 40px;
   color: #ff6600;
}

.img-fluid {
   object-fit: cover; /* Ensures the image doesn't distort */
}






/* voleenties with us */
.list-container {
   display: flex;
   flex-direction: column;
   align-items: center; /* Default center alignment */
   gap: 5px; /* Space between items */
   height: 400px; /* Full height for vertical centering */
   justify-content: center; /* Center vertically */
   margin-bottom: 40px;
}

.list-group-item {
   width: fit-content;
 
}

.left-align {
   align-self: flex-start; /* Left side */
}

.center-align {
   align-self: center; /* Center */
}

.right-align {
   align-self: flex-end; /* Right side */
}


.volunteer-section {
 background-color: #ffffff;;
  color: white; /* Text white rahega */
   padding: 30px 0;
   /* background-color: white;
   */
   
}

.image-container {
   overflow: hidden;
   width: 100%;
   position: relative;
   height: 200px;

   
}
.volunteer-img{
   object-fit: cover;
   transition: transform 0.3s ease-in-out;
}


.volunteer-cards{
   /* background-image: url(assets/img/img4.jpg); */
 height: 100%;
 cursor: pointer;

   overflow: hidden;
   border: 1px solid #ddd;
   border-radius: 8px;
   transition: transform 0.3s ease-in-out;
}


.volunteer-cards:hover .volunteer-img {
   transform: scale(1.2);
}



.notes{
   padding-left: 200px;
}
/* voleenties with us end */

.oneone{
   position: absolute;
   background-attachment: fixed;
   background-size: cover;
   width: 100%;
   height: 90%;
   opacity: 0.5;
   
}

/* our daily need start */
.needs-section {
   
   position: relative;
   color: rgb(0, 0, 0);
   /* background-color: #f9f9f9; */
   background-image: url(assets/img/3dcow.jpeg);
   background-size: cover;

   
   padding: 50px 0;
}
.needs-list {
   list-style: none;
   padding: 0;
}
.needs-list li {
   font-size: 1.2rem;
   padding: 10px 0;
}
.needs-list i {
   color: #ff6b6b;
   margin-right: 10px;
}
.donate-btn {
   background-color: #ff6b6b;
   color: #fff;
   padding: 12px 25px;
   font-size: 1.2rem;
   border: none;
   border-radius: 5px;
   transition: 0.3s;
}
.donate-btn:hover {
   background-color: #e05252;
}

/* our daily need end */

/* about us start */

.about-text {
    text-align: justify;
}

.about-body{
   background-color: white;
}
.about-section {
   padding: 50px 0;
   /* background-color: white; */

}
.about-text {
   padding-right: 30px;
}
.about-text h2 {
   font-size: 2.5rem;
   font-weight: bold;
}
.highlight {
   font-weight: bold;
}

.about-section p{
   line-height: 1.6;
}
.about-volunteer-section {
   color: #fff;
 
   text-align: center;
   border-radius: 10px;
}






.about-volunteer-section h3 {
   font-size: 1.8rem;
   font-weight: bold;
}
.volunteer-btn {
   background-color: #ff4757;
   color: #fff;
   padding: 10px 20px;
   text-decoration: none;
   font-weight: bold;
   border-radius: 30px;
   display: inline-block;
   margin-top: 15px;
}



.about-img{
   height: 600px;
   background-size: cover;
 

}


/* about us end */


/* Donate section start */

.donate-body {
    background-color: #f9f9f9;
} 


.donate-section {
    background: linear-gradient(135deg,  #f3f3cd, #d8e4a9););
    padding: 30px;
    margin: 50px auto;
    max-width: 1000px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}

.donate-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.donate-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    width: 48%;
    min-width: 280px;
    max-width: 480px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #333;
}

.donate-card h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.btn-donate {
    background: #9c9c9c;
    color: rgb(0, 0, 0);
    font-weight: bold;
    border-radius: 50px;
    padding: 12px 25px;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.btn-donate:hover {
    background: #8bd47d;
    transform: scale(1.05);
}

.donation-note {
    text-align: center;
    margin-top: 20px;
}

.donation-note strong {
    display: block;
    font-size: 1.2rem;
}

.donation-note p {
    font-size: 1rem;
    margin-top: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .donate-cards {
        flex-direction: column;
        align-items: center;
    }

    .donate-card {
        width: 90%;
        max-width: 100%;
    }

    .btn-donate {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .donate-section {
        padding: 20px;
        margin: 30px auto;
    }

    .donate-card {
        width: 100%;
        padding: 20px;
    }

    .donate-card h4 {
        font-size: 1.3rem;
    }

    .btn-donate {
        font-size: 14px;
        padding: 10px 15px;
    }
}


/* donate section end */


/* get in touch start */
.contact-section {
   padding: 80px 0;
   background: #f8f9fa;
}
.contact-box {
   background: #ffffff;
   padding: 40px;
   border-radius: 10px;
   /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
}
.icon-box {
   font-size: 22px;
   color: #007bff;
   margin-right: 10px;
}
.form-control, .btn-primary {
   border-radius: 8px;
}
.social-links a {
   font-size: 18px;
   margin: 0 10px;
   color: #007bff;
   transition: 0.3s;
}
.social-links a:hover {
   color: #0056b3;
}

/* get in touch end */



/* footer */
.social-account a { 

   text-decoration: none;
   
}
.footer-details a {
   text-decoration: none;

}


/* gellary section start */
.gallery-container {
   max-width: 1200px;
   margin: auto;
   padding: 20px;
}
.gallery {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 15px;
}
.gallery-item {
   position: relative;
   overflow: hidden;
   border-radius: 10px;
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   cursor: pointer;
}
.gallery-item img {
   width: 100%;
   height: 250px;
   object-fit: cover;
   display: block;
   transition: transform 0.3s ease;
}
.gallery-item:hover img {
   transform: scale(1.1);
}
.gallery-item:hover {
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.lightbox {
   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;
   opacity: 0;
   visibility: hidden;
   transition: opacity 0.3s ease, visibility 0.3s ease;
}
.lightbox img {
   max-width: 90%;
   max-height: 90%;
   border-radius: 10px;
}
.lightbox.show {
   opacity: 1;
   visibility: visible;
}
.lightbox-close {
   position: absolute;
   top: 20px;
   right: 30px;
   font-size: 30px;
   color: white;
   cursor: pointer;
}

/* gallerry section end  */