@media (max-width: 600px) {
    header nav ul {
        flex-direction: column;
        align-items: center;
    }

    .location-contact {
        flex-direction: column;
        align-items: center;
    }

    .location, .contact-details {
        width: 100%;
        margin: 10px 0;
    }
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0); /* Fully transparent */
    height:auto;
    width:auto;
 /* Light blue background */
}


header {
    background-color: rgba(135, 206, 235, 0.8); /* Navy blue */
    color: black;
    padding: 10px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-bottom: 5px solid #cc0000;
}


nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: black;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}

nav ul li a:hover {
    background-color: maroon; /* Lighter blue */
    color:white;
}

.intro {
    text-align: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0); /* Semi-transparent maroon */
    transition: background-color 0.3s ease;
}

.intro:hover {
    background-color: rgba(245, 245, 245, 0.6); /* Semi-transparent whitesmoke */
}


/*.intro-logo {
    width: 100px;
    border-radius: 20px;
}*/

.intro h1 {
    color: deepskyblue; /* Red color */
    font-size: 2em;
}
.intro video{
padding-left: 60%;
}

.tagline, .company-profile {
    font-size: 1.5em;
    color: red; /* Navy blue */
    font-family: segoe Script;
}
.contacts-intro {
    padding: 20px;
    background-color: rgba(128, 0, 0, 0.5); /* Semi-transparent maroon */
    transition: background-color 0.3s ease;
    border-bottom: 5px solid #cc0000;

}
.contacts-intro:hover{
 background-color: rgba(245, 245, 245, 0.8);
}


.contacts-logo {
        text-align: left;

}
.contactsh1:hover {
        background-color: deepskyblue;
        
}
.contacts-image
{
        text-align: center;
        border-radius: 5px;
        box-shadow: whitesmoke;

    
}

.contacts-image img
{
        
        border-radius: 20px;
}
.contacts-image img box-shadow:hover
{
        
       background-color: maroon;
}
.contacts-intro h1 {
    color: whitesmoke; /* Red color */
    font-size: 2em;
}

.location-contact {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background-color: transparent; /* White */
    padding-top: 10%;
}

.location, .contact-details {
    width: 45%;
    background-color: #f0f8ff; /* Light blue */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.location h2, .contact-details h2 {
    color: #cc0000; /* Red color */
}

.location p, .contact-details p {
    color: #333;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: maroon; /* Red */
    color: white;
    position:relative;
    bottom: 0;
    width: 100%;
}
#mission{
    
}
.missionbody {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
 background-color: rgba(135, 206, 235, 0.3); 
    text-align: center;
}

section {
    padding: 30px;
    margin: 70px;
    border-radius: 5px;
}

#missionsection {
    background-color: rgba(224, 240, 240, 0.6); /* Light blue with transparency */
    border: 2px solid #00bcd4;
}


#visionsection {
    background-color: rgba(224, 240, 240, 0.6); /* Light blue with transparency */
    border: 2px solid #00bcd4;
}

.missionh {
    background-color: #00bcd4;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}

.missionp {
    color: #333;
    font-size: 1.2em;
}
/*.content-container {
    display: flex;
    flex-direction: row;
   justify-content: space-around;
}*/


.image-container {
    display: flex;
    gap: 20px; /* Adjust the gap as needed */
    margin-top: 20px;
}

.image-container img {
    max-width: 100%;
    border-radius: 5px;
    margin: 10px; /* Adjust the margin as needed */
     width:300px;
    height:190px;
}

.servicez{
    padding: 20px;
    background-color: rgba(128, 0, 0, 0.6); /* Semi-transparent maroon */
    transition: background-color 0.3s ease; /* Light blue */
    color:whitesmoke;

}
.servicez:hover{
   background-color: rgba(245, 245, 245, 0.8);

    color: maroon;
}
.service1
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}

.service {
    flex: 1 1 calc(33.333% - 40px); /* 3 items per row with gap */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px; /* Adjust as needed */
}

.service img {
    max-width: 100%;
    border-radius: 5px;
    width:300px;
    height:190px;
}

.service p {
    margin-top: 10px;
    font-weight: bold;
}
.servicek img
{
    display: flex;
    flex-direction: column;
    padding: 10%
}

        .schedule-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-size: 18px;
            text-align: left;
        }
        .schedule-table thead {
            background-color: #2196F3;
            color: white;
        }
        .schedule-table th, .schedule-table td {
            border: 1px solid #ddd;
            padding: 8px;
        }
        .schedule-table th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: center;
        }
        .schedule-table tbody tr:nth-child(even) {
            background-color: #f2f2f2;
        }
        .schedule-table tbody tr:hover {
            background-color: #ddd;
        }
        /* Gallery Page Styles */
.gallery-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
    width: 100%;
}

.gallery-item {
    flex: 1 1 calc(25% - 20px); /* Four images per row */
    margin: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    width: 50%;
}

.gallery-item img {
    width: 200px;
    height: auto;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item::before {
    content: '';
    display: block;
    padding-top: 100%; /* Maintain aspect ratio */
}

.gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    object-fit: cover;
}
#content
{
    background-color: rgba(135, 206, 235, 0.3); 
}
