/* Reset default browser styles */
body, h1, h2, h3, p, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    background-color: #f4f4f4;
    color: #333;
}

.logo img {
    width: 80px; /* Adjust the size of the icon */
    height: auto;
}
/* Responsive Styles */

.container {
    max-width: 1200px;
    margin: 0 auto;
    
}

.header {
    background-color: #007bff;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}

.header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.header p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.header .btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 10px;
}

.primary-btn {
    background-color: #28a745;
}

.secondary-btn {
    background-color: #007bff;
}

.hero {
    background: #fff;
    padding: 20px 0;
}

.image-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
/* Slider container */
.slider {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}

/* Hide all slides by default */
.slide {
    display: none;
}

/* Show the active slide */
.slide.active {
    display: block;
}

/* Image styling */
.slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Navigation buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a background color to the buttons */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


.news {
    background-color: #fff;
    padding: 20px 0;
}

.news h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
}

.news-item {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.news-item h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.news-item p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
    position: relative;
}

@media(max-width: 900px) {
    /* Styles for tablets */
     .myimage_supervisin{
            max-width: 70px;
    max-height: 70px;
}


}
@media(min-width: 901px) {
    /* Styles for desktops */
     .myimage_supervisin{
            max-width: 100px;
    max-height: 100px;
}



}

/* Responsive Styles */
@media (max-width: 768px) {
    .header h1 {
        font-size: 2rem;
    }

    .header p {
        font-size: 1rem;
    }

    .slider-nav {
        font-size: 1.5rem;
        padding: 8px;
    }

    .news-item h3 {
        font-size: 1.2rem;
    }

      .site-header h1 {
        font-size: 1.5rem;
    }

    .site-header p {
        font-size: 0.9rem;
    }

    .logo img {
        width: 60px;
    }

    .myimage_supervisin{
            max-width: 50px;
    max-height: 50px;
    }
}



@media (max-width: 480px) {
    .header h1 {
        font-size: 1.5rem;
    }

    .header p {
        font-size: 0.9rem;
    }

    .slider-nav {
        font-size: 1.2rem;
        padding: 6px;
    }

    .news-item {
        padding: 15px;
    }

    .news-item h3 {
        font-size: 1rem;
    }

    .myimage_supervisin{
            max-width: 30px;
    max-height: 30px;
    }
}

.site-header {
    text-align: center;
    padding: 50px 0;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
}

.logo img {
    width: 80px; /* Adjust the size of the icon */
    height: auto;
}

.site-header h1 {
    font-size: 2rem;
    color: #333;
}

.site-header p {
    font-size: 1rem;
    color: #666;
}

.main-content {
    padding: 20px;
    /* Add more styles for your main content here */
}
