﻿@media (max-width: 768px){

    .logo{
        width:180px;
    }

    .footer-logo{
        width:180px;
    }

    .banner-mobile img {
        height: 200px !important;
        object-fit: cover;
    }
    .banner {
        height: 200px !important;
    }
    .volunteer-banner{
        height:200px;
    }

    .custom-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .rotated-card {
        width: 300px;
        height: 300px;
    }

    .testimonial-card::before {
        clip-path: none !important;
        -webkit-clip-path: none !important;
        width: 100% !important;
        height: 50%; 
        background-color: #254B73 !important;
        bottom: 0;
        left: 0;
    }

    .testimonial-footer {
        padding-bottom:10px !important;
        height: auto;
    }

    .testim-img {
        margin-top: 0 ;
    }
    .testim-quote {
       display:none !important;
    }
    .testimonial-card {
        height: 300px !important; 
        overflow: hidden;
    }

    
    .testimonial-card p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4; 
        -webkit-box-orient: vertical;
    }

    .footer-anchor {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        text-align: left;
        margin-bottom:25px;
    }
    
        #galleryImage {
            height: 250px !important;
        }

    .gallery-wrapper {
        height: 250px !important;
    }

    footer {
        padding-bottom: 50px; 
    }

}
