        /* Custom Styles */
        *{
            margin: 0;
            padding: 0;
        }
        .navbar {
            background-color: #082B49;
            transition: backgrond 0.3s ease-in-out;
            position: fixed;
            width:100%;
            top:0;
            left:0;
            z-index:1000;
            padding: 15px;
        }
        
        
        
        
        .hero {
            background: url('./images/banner.jpg') no-repeat center center/cover; /* Background Image */
            text-align: left;
            padding: 100px 0;
            color: #333;
            height: 100vh; 
            display: flex;
            align-items: center;
        }
        .hero-content {
            max-width: 600px;
        }
        .hero h1 {
            font-size: 4rem;
            font-weight: bold;
            color: #333;
        }
        .hero p {
            color: #d36b6b;
            font-size: 1.2rem;
        }
        .btn-custom {
            background-color: #20c997;
            color: white;
            border-radius: 20px;
            padding: 10px 20px;
            text-decoration: none;
            display: inline-block;
        }
        .hero img {
            max-width: 100%;
            border-radius: 10px;
        }
        .about-us {
            background-color: #f8f9fa;
        }

        .image-container img {
            border-radius: 10px;
            max-width: 100%;
        }
        .btn-custom {
            background-color: #20c997;
            color: white;
            border-radius: 20px;
            padding: 10px 20px;
            text-decoration: none;
            display: inline-block;
        }
        .services {
            background:url('./images/services_bg.jpg') no-repeat center center;
            background-size:cover;
            padding:80px 0;
        }
        .service-item {
            text-align: center;
            padding: 20px;
        }
        .service-img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            overflow: hidden;
            margin: auto;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        .service-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        h4 {
            font-weight: 600;
        }
        .adopt-section {
            padding: 50px 0;
            background-color: #f9f9f9;
        }
        
        .adopt-section h2 {
            
            font-weight: bold;
            color: black;
        }
        
        .adopt-section h3 {
            font-size: 1.8rem;
            color: black;
        }
        
        .adopt-section p {
            font-size: 1rem;
            color: black;
        }
        
        .stats {
            display: flex;
            gap: 50px;
            margin: 20px ;
            align-items: center;
            justify-content: start;
        }
        
        .stat {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .stat img {
            width: 50px;
            height: 50px;
            margin-bottom: 5px;
        }
        
        .stat span {
            font-size: 1.5rem;
            font-weight: bold;
        }
        
        .btn-custom {
            background-color: #20c997;
            color: white;
            padding: 10px 20px;
            border-radius: 20px;
            text-decoration: none;
            display: inline-block;
        }
        
        .btn-custom:hover {
            background-color: #1a9b7e;
        }
        
        .adopt-img {
            max-width: 100%;
            border-radius: 10px;
        }
        .testimonial-section {
            background: url('./images/review_bg.jpg') center/cover no-repeat;
            color: white;
            position: relative;
            padding: 100px 0;
            text-align: center;
            height: 80vh;
            background-size: cover;
            z-index: 1;
        }
        
        /* Dark Overlay for Readability */
        .testimonial-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
        }
        
        /* Center Content */
        .testimonial-section .container {
            position: relative;
            z-index: 1;
        }
        
        /* Testimonial Image */
        .testimonial-img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 3px solid white;
        }
        
        /* Testimonial Text */
        .testimonial-text {
            font-size: 30px;
            font-style: bold;
            margin-bottom: 10px;
            color: black;
        }
        
        /* Testimonial Name */
        .testimonial-name {
            font-weight: bold;
        }
        .valunteer-image {
            width: 100%;
            max-width: 400px;
            clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
        }

        /* Button styling */
        .btn-custom {
            background-color: #36a374;
            color: white;
            border-radius: 25px;
            padding: 10px 20px;
            border: none;
            transition: 0.3s;
        }

        .btn-custom:hover {
            background-color: #2a855e;
        }

        /* Section spacing */
        .volunteer-section {
            padding: 50px 0;
        }
        .footer{
            background: url('./images/footer_bg.jpg') no-repeat center center;
            background-size: cover;
            color: white;
            padding: 60px;
            text-align: center;
            position: relative;
            height: 100vh;

        }
        .footer .container{
            position: relative;
            z-index:2;

        }
        .footer h2{
            font-size: 24px;
            margin-bottom: 10px;
            font-weight: bold;
        }
        .footer p{
            font-size: 14px;
            margin-bottom: 20px;
        }
        .newsletter{
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 30px;
        }
        .newsletter input{
            padding: 10px;
            width: 250px;
            border: none;
            border-radius: 5px;
        }
        .newsletter .btn{
            background: red;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
        }
        .footer.row{
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            text-align: left;
            margin-top: 30px;
        }
        .footer.row4{
            font-size: 16px;
            margin-bottom: 8px;
        }
        
        
        .footer ul{
            list-style: none;
            padding: 0;
        }
        .footer ul li{
            margin-bottom: 5px;
        }
        .footer ul li a{
            color: white;
            text-decoration: none;
        }
        .footer a{
            color: white;
            text-decoration: none;
        }
        .footer-logo{
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            flex-direction: column;
            
        }
        .footer-logo img {
            height: auto;
            margin-bottom: 10px;
            margin-top: 10px;
            display: block;
        }
        .copyright{
            font-size: 14px;
            color:white;
            text-align:center;
            margin-top: 20px;
        }




/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 3rem;
    }
    
    .hero p {
        font-size: 1rem;
    }

    .stats {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .service-item {
        padding: 15px;
    }

    .service-img {
        width: 120px;
        height: 120px;
    }

    .footer .container {
        text-align: center;
    }

    .footer.row {
        flex-direction: column;
    }

    .footer-logo img {
        width: 150px;
    }

    .newsletter input {
        width: 200px;
    }
}

@media (max-width: 576px) {
    .hero {
        padding: 80px 0;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .btn-custom {
        font-size: 0.9rem;
        padding: 8px 16px;
    }

    .adopt-section h2, .adopt-section h3 {
        font-size: 1.4rem;
    }

    .testimonial-text {
        font-size: 24px;
    }

    .footer {
        padding: 40px;
        height: auto;
    }
}