.about-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.about-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.map-container {
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.testimonial {
    text-align: center;
    font-style: italic;
}

.feature-icon {
    font-size: 2rem;
    color: #007bff;
}


.gallery img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gallery img:hover {
    transform: scale(1.05);
}