body {
    font-family: Arial, sans-serif;
}

.hero h1 {
    margin-bottom: 30px;
}

.hero-images img {
    margin: 10px 0;
}

.service-box, .photo-box, .about-box {
    padding: 20px;
    border: 1px solid #000;
    margin: 10px 0;
}

footer h3 {
    margin-top: 0;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
}


.team-section {
    background-color: #a0d468; /* Green background */
    color: #000; /* Black text */
}

.team-member {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-member img {
    max-height: 150px;
    border-radius: 50%;
}

.btn-primary {
    background-color: #563d7c;
    border: none;
}

.btn-primary:hover {
    background-color: #6f5499;
}

.card {
    height: 100%;
}

.card-img-top {
    height: 200px; /* Adjust this value as needed */
    object-fit: cover;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#service{
    background-color: #a0d468;
}
.menuChild{
    display: none;
}

/* General styles */
footer {
    padding: 40px 0;
}

footer h5 {
    margin-bottom: 20px;
}

footer p {
    margin-bottom: 10px;
}

/* Hover effect for all links */
footer a {
    transition: color 0.3s ease, transform 0.3s ease;
}

footer a:hover {
    color: #f0ad4e; /* Gold color on hover */
    transform: scale(1.05); /* Slight scale effect on hover */
}

/* Hover effect for social media icons */
footer .btn-floating {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

footer .btn-floating:hover {
    background-color: rgba(240, 173, 78, 0.2); /* Light background on hover */
    transform: scale(1.1); /* Slightly enlarge social icons */
}

/* Hover effect for contact information icons */
footer .fas:hover {
    color: #f0ad4e; /* Change color of font awesome icons on hover */
}

/* Add background color change for list links */
footer ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Light background on hover */
    padding: 5px; /* Add padding for hover background */
    border-radius: 5px; /* Rounded corners */
}
