:root {
    --primary-black: #222222;
    --primary-green: #317b53;
    --primary-grey: #f7f7fb;
    --light-grey: #f8f9fa;
    --dark-grey: #333333;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.td,.serv{
    background-color: var(--light-grey);
}
.td:hover{
    background-color:var(--dark-grey);
    color: #fff;
}
.serv{
    background-color: var(--dark-grey);
    color: var(--light-grey);
}
.serv:hover, .top-bar a:hover{
    background-color: var(--primary-green);
    transition-delay: 0.1s;
}
.serv:hover{
    color: var(--light-grey);
}
/* Header Styles */
.top-bar {
    background:#317b53;
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.top-bar a {
    color: white;
    text-decoration: none;
    margin-right: 15px;
}
.top-bar a:hover{
    text-decoration: none;                           
    background:transparent;
}
/* Navigation */
.navbar {
    background-color: white !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 60px;
    width: 80%;
}

.nav-link {
    color: var(--primary-black) !important;
    font-weight: 600;
    padding: 10px 15px !important;
    text-transform: uppercase;
    font-size: 14px;
}

.nav-link:hover, .nav-link:focus {
    color: var(--primary-yello) !important;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    color: var(--primary-black);
    font-weight: 500;
}

.dropdown-item:hover {
    background-color: var(--primary-green);
    color: var(--primary-black);
}


    /* Hero Section Styling */
    .hero-section {
        padding: 100px 0;
        background: #317b53;
        color: white;
        position: relative;
    }
    
    .hero-content {
        padding-right: 30px;
    }
    
    .hero-title {
        font-size: 2.8rem;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
        margin-bottom: 30px;
        opacity: 0.9;
    }
    
    .hero-buttons .btn {
        padding: 12px 25px;
        font-weight: 600;
        border-radius: 4px;
    }
    
    /* Slideshow Styling */
    .hero-slideshow {
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 10px 30px --primary-black;
        height: 400px;
    }
    
    .hero-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }
    
    .hero-slide.active {
        opacity: 1;
    }
    
    .slide-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.6);
        padding: 20px;
        color: white;
    }
    
    .slide-caption h3 {
        margin: 0;
        font-size: 1.4rem;
    }
    
    .slide-controls {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        padding: 0 15px;
        z-index: 10;
        /* background: var(--light-grey); */
    }
    
    .slide-controls button {
        background: #f8f9fa !important;
        color: var(--primary-black);
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s;
    }
    
    .slide-controls button:hover {
        background: var(--primary-green) !important;
    }
    
    .slide-indicators {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        gap: 10px;
        z-index: 10;
    }
    
    .slide-indicators .indicator {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255,255,255,0.5);
        cursor: pointer;
        transition: all 0.3s;
    }
    
    .slide-indicators .indicator.active {
        background: var(--primary-green);
        transform: scale(1.2);
    }
    
    @media (max-width: 991.98px) {
        .hero-section {
            padding: 80px 0;
        }
        .hero-content {
            padding-right: 0;
            margin-bottom: 40px;
            text-align: center;
        }
        .hero-buttons {
            justify-content: center;
        }
        .hero-title {
            font-size: 2.2rem;
        }
        .top-bar{
            font-size: 0.8rem;
        }
    }
    
    @media (max-width: 767.98px) {
        .hero-title {
            font-size: 1.8rem;
        }
        .hero-subtitle {
            font-size: 1rem;
        }
        .hero-slideshow {
            height: 300px;
        }
    }


/* Quick Links */
.quick-links {
    background-color: var(--primary-black);
    padding: 20px 0;
    color: white;
}

.quick-link-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.quick-link-icon {
    background-color: var(--primary-green);
    color: var(--primary-black);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

/* Services Section */
.services-section {
    padding: 60px 0;
    background-color: var(--light-grey);
}

.section-title {
    color: var(--primary-black);
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: var(--primary-green);
    bottom: -10px;
    left: 0;
}

.service-card {
    background-color: white;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-icon {
    font-size: 2.5rem;
    color: var(--primary-green);
    margin-bottom: 15px;
}

.service-title {
    color: var(--primary-black);
    font-weight: 700;
    margin-bottom: 15px;
}

/* News Section */
.news-section {
    padding: 60px 0;
}

.news-card {
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.news-date {
    background-color: var(--primary-green);
    color: var(--light-grey);
    padding: 5px 15px;
    font-weight: 600;
    position: absolute;
    top: 15px;
    left: 15px;
}

.news-title {
    color: var(--primary-black);
    font-weight: 700;
}

.news-title a {
    color: inherit;
    text-decoration: none;
}

.news-title a:hover {
    color: var(--primary-green);
}

/* Footer */
.footer {
    background-color: var(--primary-black);
    color: white;
    padding: 60px 0 0;
}

.footer-title {
    color: var(--primary-green);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer-links a:hover {
    color: var(--primary-green);
}

.footer-contact-item {
    display: flex;
    margin-bottom: 15px;
}

.footer-contact-icon {
    color: var(--primary-green);
    margin-right: 15px;
    width: 20px;
}

.social-icons a {
    color: var(--primary-green);
    text-decoration: none;
    background-color: var(--primary-grey);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.social-icons a:hover {
    background-color: var(--primary-green);
    color: var(--light-grey);
}

.copyright {
    background-color: var(--dark-grey);
    padding: 20px 0;
    margin-top: 30px;
}

/* Emergency Banner */
.emergency-banner {
    background-color: red;
    color: white;
    padding: 15px 0;
    text-align: center;
    font-weight: 600;
}

.emergency-banner a {
    color: white;
    text-decoration: underline;
}

/* about page */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Header Styles */

/* Navigation */
.navbar {
    background-color: white !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 60px;
}

.nav-link {
    color: var(--primary-black) !important;
    font-weight: 600;
    padding: 10px 15px !important;
    text-transform: uppercase;
    font-size: 14px;
}

.nav-link:hover, .nav-link:focus {
    color: var(--primary-green) !important;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    color: var(--primary-black);
    font-weight: 500;
}

.dropdown-item:hover {
    background-color: var(--primary-green);
    color: var(--primary-black);
}

/* Page Header */
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('images/about-image.avif');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.page-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-green);
}

.breadcrumb {
    background: transparent;
    justify-content: center;
}

.breadcrumb-item a {
    color: white;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--primary-green);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}


