
        /* General Styling */
       /* Event and Blog box styling */

        /* FAQ Section*/

        .story-img img {
            width: 100% !important;
            height: 300px !important;
            object-fit: cover !important;
            transition: transform 0.3s ease, box-shadow 0.3s ease !important;
        }
        
        .story-img img:hover {
            transform: scale(1.05) !important;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
        }
        
        .story-det {
            display: flex !important;
            flex-direction: column !important;
        }
        


/* Reducing space after the slider */

.slider + .about-section {
  margin-top: 5px !important; /* Adjust this value */
}


/* Custom Button Styling for partnership, and voluteer */


/* News & Stories Section */
.our-blog {
    background-color: #F9F9F9;
    padding: 80px 0;
    text-align: center;
}

.our-blog h2 {
    font-size: 42px;
    font-weight: bold;
    color: #1E3A8A;
}

.our-blog p {
    font-size: 16px;
    color: #555;
    max-width: 900px;
    margin: 20px auto 50px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    justify-content: center;
}

.blog-card {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.blog-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.blog-card img {
    width: 100%;
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
}

.blog-card h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #1E3A8A;
}

.blog-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.read-more {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 30px;
    background-color: #1E3A8A;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.2s;
}

.read-more:hover {
    background-color: #14274E;
    transform: scale(1.07);
    color: #fff;
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-card {
        padding: 30px;
    }

    .blog-card img {
        height: 220px;
    }
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #FAFAFA !important;
    color: #333 !important;
  }

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Container Styling */
.container-fluid, .terms-conditions {
    padding: 60px 0 !important;
    background-color: #ffffff !important;
}

.container, .terms-conditions {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Heading Styling */


.our-approach {
    padding: 10px 0;
    background-color: #ffffff;
    text-align: center;
}

.sec_section-title h2 {
    font-size: 40px;
    font-weight: bold;
    color: #1E3A8A;
}

.sec_section-title p {
    font-size: 16px;
    color: #555;
    max-width: 900px;
    margin: 15px auto 50px;
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    justify-content: center;
}

.approach-card {
    background-color: #FAFAFA;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease-in-out;
    text-align: center;
}

.approach-card img {
    width: 100%;
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
}

.approach-card h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    color: #1E3A8A;
}

.approach-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.learn-more {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background-color: #1E3A8A;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.2s;
}

.learn-more:hover {
    background-color: #14274E;
    transform: scale(1.05);
    color: #fff;
}

@media (max-width: 768px) {
    .approach-grid {
        grid-template-columns: 1fr;
    }

    .approach-card {
        padding: 25px;
    }

    .approach-card img {
        height: 220px;
    }
}

/* Responsive Design */

       /* General Styling */
/* .slider {
    position: relative;
    width: 100% !important;
    overflow: hidden !important;
}

.slider .owl-carousel .item img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

.slider-captions {
    position: absolute !important;
    bottom: 20% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center !important;
    color: #FFF !important; */
    /* z-index: 10 !important; /* Ensure text appears above images */
    /* width: 100% !important; Ensure captions take full width on mobile */ */
/* } */

/* Title and Text Styling */
/* .slider-title { */
    /* font-size: 4vw !important; Responsive to viewport width */
    /* line-height: 1.2 !important;
    font-weight: bold !important;
    z-index: 10 !important;
} */
/* 
.slider-text {
    font-size: 1.5vw !important;
    margin-top: 10px !important;
    z-index: 10 !important;
} */

/* Media Queries for Mobile and Responsive Design */

/* Mobile Devices */
/* @media (max-width: 576px) {
    .slider .owl-carousel .item img { */
        /* height: 300px !important; Adjust image height for mobile */
    /* } */

    /* .slider-captions { */
        /* bottom: 15% !important; Adjust caption position on mobile */
        /* padding: 0 10px !important; Add some padding for better readability */
    /* }
     */
    /* .slider-title { */
        /* font-size: 6vw !important; Larger title for mobile */
        /* z-index: 10 !important; */
        /* white-space: normal !important; Ensure title wraps on smaller screens */
    /* } */

    /* .slider-text { */
        /* font-size: 3.5vw !important; Larger text for mobile */
        /* z-index: 10 !important; */
        /* white-space: normal !important; Ensure text wraps on smaller screens */
    /* }
} */

/* Tablets */
/* @media (min-width: 577px) and (max-width: 768px) { */
    /* .slider .owl-carousel .item img { */
        /* height: 400px !important; Adjust image height for tablets */
    /* } */
    
    /* .slider-title { */
        /* font-size: 5vw !important; Larger title for tablets */
        /* white-space: normal !important;
    } */
/* 
    .slider-text { */
        /* font-size: 2.5vw !important; Larger text for tablets */
        /* white-space: normal !important;
    }
} */

/* Larger Tablets and Small Laptops */
/* @media (min-width: 769px) and (max-width: 1024px) {
    .slider .owl-carousel .item img {
        height: 450px !important;
    }

    .slider-title {
        font-size: 4vw !important;
    }

    .slider-text {
        font-size: 2vw !important;
    }
} */

/* Desktop Screens */
/* @media (min-width: 1025px) {
    .slider .owl-carousel .item img {
        height: 500px !important;
    }

    .slider-title {
        font-size: 3vw !important;
    }

    .slider-text {
        font-size: 1.5vw !important;
    }
}
 */

        
            /* Specific styling for the Donate Now button */
        .donate-btn {
            background-color: #1E3A8A !important; /* Red background color */
            color: #fff !important; /* White text color */
            border: 1px solid #1E3A8A !important; /* Border color matching background */
            padding: 10px 20px !important; /* Padding for the button */
            font-size: 20px !important; /* Font size */
            text-decoration: none !important; /* Remove underline */
            border-radius: 50px !important; /* Rounded corners */
            display: inline-block !important; /* Ensure proper alignment */
            font-weight: bold !important; /* Make text bold */
            transition: background 0.3s ease-in-out !important;
        }

        /* Hover state for the Donate Now button */
        .donate-btn:hover,
        .donate-btn:focus,
        .donate-btn:active {
            background-color: #1E3A8A !important; /* Slightly darker background on hover */
            color: #fff !important; /* Ensure text color remains white on hover */
            border-color: #1E3A8A !important; /* Border color matching background on hover */
        }

        #scrollTopButton:hover {
        background-color: #333; /* Change color on hover */
        }



        
