/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Basic styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f0f0f0;
    margin: 20px;
}

.content {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 1px;
}

.logo {
    height: 46px;
    width: 70px;
}


header {
    background-color: transparent;
    /* Set background color to transparent */
    padding: 0px 0;
    width: 100%;
    /* Full width */
    z-index: 1000;
    /* Ensure it stays on top */
    position: fixed;
}

header.navbar-scrolled {
    background-color: #dee7f1;
    /* Change background color when scrolled */
    transition: background-color 0.3s ease-in-out;
    /* Smooth transition */
}

header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

header nav ul li {
    display: inline;
    margin: 0 5px;
}

.nav-link {
    color: black;
    /* Change the link color */
    font-weight: bold;
    /* Make the link text bold */
}

header nav ul li a {
    color: black;
    /* Adjust text color */
    text-decoration: none;
    font-weight: bold;
}

header nav ul li a:hover {
    color: black;
    /* Bootstrap primary color */
}


.social-icons a {
    color: black;
    /* Adjust icon color */
    margin: 0 10px;
}

.social-icons a:hover {
    color: #0056b3;
    /* Change icon color on hover */
}

/* Example custom styles for footer */
footer {
    background-color: #dee7f1;
    color: #0f0f0f;
    padding: 20px 0;
}

footer h5 {
    margin-bottom: 15px;
}

footer p {
    margin-bottom: 10px;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #0b0b0b;
    text-decoration: none;
}

footer ul li a:hover {
    color: #0d0d0d;
}

/* Contact Information and Form Section */
.contact-info-form {
    padding: 60px 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}


.coordinates p {
    margin: 0;
    font-size: 14px;
}

.info-box {
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.info-box h5 {
    margin-bottom: 10px;
    color: #333;
}

.info-box p {
    color: #666;
}

.contact-form {
    background-color: #ffffff;
    padding: 0px 30px 5px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #333;
}

.form-control {
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #378CE7;
}
.sendbtn{
    background-color: #7BB3F0;
}

/* .btn-primary {
    background-color: #7BB3F0;
    border-color: #7BB3F0;
    padding: 12px 20px;
    font-size: 1.2em;
}

.btn-primary:hover {
    background-color: #7BB3F0;
    border-color: #7BB3F0;
} */

/* Map Section */
.map {
    padding: 5px 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.map h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.map iframe {
    width: 100%;
    max-height: 400px;
    /* Adjust the maximum height as needed */
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */


.carousel-item {
    height: 400px;
    /* Set carousel item height */
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.carousel-caption {
    color: white;
    text-align: center;
}

.carousel-caption h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: black;
}

.carousel-caption p {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: black;
}


.aboutimg {
    width: 100%;
    height: 400px;
    /* Set fixed height for these images */
    object-fit: cover;
    border-radius: 5px;
}

.text-center {
    background: #7BB3F0;
    padding: 0px;
    border-radius: 5px;
    margin-top:10px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}


/* .services-container {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .service {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .service:nth-child(odd) .service-content {
            flex-direction: row;
        }

        .service:nth-child(even) .service-content {
            flex-direction: row-reverse;
        }

        .service-content {
            display: flex;
            align-items: center;
            gap: 20px;
            flex: 1;
        } */

.programimg {
    width: 200px;
    /* Adjust the width as necessary */
    height: 135px;
    flex-shrink: 0;
}

/* .service-text {
            flex: 1;
        }

        .service h3 {
            margin-top: 0;
        }

        .service p {
            margin-bottom: 10px;
        }

        .service a {
            color: #007bff;
            text-decoration: none;
        }

        .service a:hover {
            text-decoration: underline;
        } */
.cimg {
    opacity: 0.7;
}

.footerdiv {
    text-align: center;
    margin-left: 320px;
    color: rgb(14, 14, 14);
}

/* services */

.services-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.service:nth-child(odd) .service-content {
    flex-direction: row;
}

.service:nth-child(even) .service-content {
    flex-direction: row-reverse;
}

.service-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.service-text h3 {
    font-size: 1.75em;
    margin-bottom: 10px;
}

.service-text p {
    font-size: 1em;
    line-height: 1.5;
}



@media (max-width: 992px) {
    header .logo img {
        max-height: 40px;
    }

    .map iframe {
        max-height: 300px;
    }

    .footerdiv {
        text-align: center;
        margin-left: 0px;
        margin-top: 30px;
    }

    .hero h1 {
        font-size: medium;
    }
    .carousel-caption p {
        font-size: 15px;
        margin-bottom: 0px;
        color: black;
    }
    .carousel-caption h1 {
        font-size: 1.5em;
        margin-bottom: 20px;
        color: black;
    }
    .aboutimg{
        width:100%;
        height:300px;
    }
}

/* Mobile view adjustments */
@media (max-width: 768px) {
    .service {
        flex-direction: column;
        /* Stack items vertically on mobile */
    }

    .service:nth-child(odd) .service-content {
        flex-direction: column;
        /* Adjust to column for mobile view */
    }

    .service:nth-child(even) .service-content {
        flex-direction: column
    }
    .navbar-nav {
        background-color: #dee7f1; /* Change this to your desired color for the mobile nav links background */
    }
}