﻿html, body {
    height: 100%;
    margin: 0;
}

 /* Fix dropdown behavior */
 .dropdown-menu {
    position: absolute !important;
    z-index: 1050 !important; /* Ensure it appears above other elements */
}
/* Negative filter for the entire website */
.negative-filter {
    filter: invert(1) hue-rotate(180deg);
}


/* Enhance image visibility in dark mode */
body.negative-filter img .logo-bar {
    filter: invert(1) hue-rotate(180deg) !important;
}


/* Black-and-white filter for the entire website */
.black-and-white-filter {
    filter: grayscale(1);
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}
/* Image and card styling */
.grid-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

a:hover i {
    transform: scale(1.2);
}

.grid-image:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.image-container {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn:hover {
    background-color: #024a94 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.content {
    flex: 1;
}

/* Footer styling */
.footer {
    background-color: rgb(43, 50, 56);
    color: white;
    padding: 10px 0;
    font-size: 0.9rem;
    text-align: center;
   margin-top: auto;
    margin-bottom: 0px;

    
}


    .footer a {
        color: white;
        text-decoration: none;
        font-weight: bold;
    }

        .footer a:hover {
            text-decoration: underline;
        }

/* Default color for nav links */
.navbar-nav .nav-link {
    color: white !important; /* Set the default color to black */
    transition: color 0.3s ease; /* Smooth transition for hover effect */
    font-weight: bold !important; /* Ensure bold text */
}

    /* Hover effect for nav links */
    .navbar-nav .nav-link:hover {
        color: #fff533 !important; /* Change color on hover (e.g., orange) */
    }

/* Make all text in the navbar bold */
.navbar-nav .nav-link {
    font-weight: bold !important; /* Ensure bold text */
}

/* Make all text in the top bar bold */
.top-bar {
    font-weight: bold !important; /* Ensure bold text */
}

/* Optional: Ensure dropdown menu items are also bold */
.dropdown-menu .dropdown-item {
    font-weight: bold !important;
}

/* @keyframes scrollUp {
                    0% {
                        transform: translateY(0);
                    }
                    100% {
                        transform: translateY(-100%);
                    }
                }

                .scrolling-container {
                    width: 100%;
                    height: 200px;
                    overflow: hidden;
                    position: relative;
                    mask-image: linear-gradient(to bottom, transparent, #fff 20%, #fff 80%, transparent);
                }

                .scrolling-content {
                    display: flex;
                    flex-direction: column;
                    gap: 15px;
                    animation: scrollUp 12s linear infinite;
                }*/

a.read-more {
    color: #007bff;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

    a.read-more:hover {
        color: #ff5733;
        transform: scale(1.05);
    }

.box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .box:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

@media (max-width: 768px) {
    .box {
        height: auto;
        padding: 20px;
    }

    .scrolling-container {
        height: 150px;
    }

    .training-item {
        font-size: 14px;
    }
}

@keyframes pulse {
    0% {
        transform: scaleX(1);
        opacity: 0.8;
    }

    100% {
        transform: scaleX(1.2);
        opacity: 1;
    }
}

/* Add border to Change Theme buttons */
.theme-btn {
    border: 2px solid #fff; /* White border */
    border-radius: 5px; /* Rounded corners */
    padding: 5px 10px; /* Adjust padding for better appearance */
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

    /* Hover effect for Change Theme buttons */
    .theme-btn:hover {
        border-color: #ff5733; /* Change border color on hover */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
    }

/* Styling for Role and Responsibility Boxes */
.role-box {
    border: 2px solid #0454AE; /* Blue border */
    border-radius: 8px; /* Rounded corners */
    padding: 20px; /* Inner spacing */
    background-color: #f8f9fa; /* Light background color */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

    /* Hover effect for Role and Responsibility Boxes */
    .role-box:hover {
        transform: translateY(-5px); /* Slight lift on hover */
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
    }

.scrolling-images {
    display: flex;
    overflow-x: auto;
    gap: 10px;
}

    .scrolling-images img {
        width: 200px;
        height: 150px;
        object-fit: cover;
        border-radius: 8px;
    }

.star-rating {
    direction: rtl;
    display: inline-flex;
    gap: 5px;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    font-size: 1.5rem;
    color: #ccc;
    cursor: pointer;
}

    .star-rating input:checked ~ label,
    .star-rating label:hover,
    .star-rating label:hover ~ label {
        color: #ffb400;
    }


/* Scrolling Animation */

@keyframes scrollUp {
    0%

{
    transform: translateY(0);
}

100% {
    transform: translateY(-100%);
}

}

.scrolling-container {
    overflow: hidden;
    height: 200px;
    position: relative;
}

.scrolling-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: scrollUp 15s linear infinite;
}

.training-item {
    transition: transform 0.3s;
}

    .training-item:hover {
        transform: scale(1.05);
    }


/* Styling for full-width images */
.image-grid-section {
    background-color: #f8f9fa;
    padding: 10px;
    margin: 0;
    width: 100%;
}

/* Enlarged images with consistent aspect ratio */
.enlarged-img {
    width: 100%;
    height: 300px; /* Increased height */
    object-fit: cover; /* Ensure images fit properly */
    border-radius: 12px; /* Rounded corners */
    transition: transform 0.3s ease-in-out;
}

    /* Hover effect for modern look */
    .enlarged-img:hover {
        transform: scale(1.05);
    }

/* Carousel Controls Styling */
.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.container {
    max-width: 1300px; /* Increased container size */
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col-md-6 {
    padding: 15px;
}

.imageslide {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Hover Effect CSS*/

.link-box:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


/* Section Styling */
.vision-mission-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.section-title {
    font-size: 42px;
    color: #0454AE;
    font-weight: bold;
}

.section-subtitle {
    font-size: 18px;
    color: #555;
    margin-top: 10px;
}

/* Card Styling */
.card {
    border: none;
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

.card-body {
    padding: 30px;
}

.card-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.card-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    padding-left: 20px;
}

    .card-text li {
        margin-bottom: 10px;
    }

/* Icon Styling */
.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #0454AE;
    margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

    .card-title {
        font-size: 24px;
    }

    .card-text {
        font-size: 14px;
    }
}



/* Section Styling */
.history-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.section-title {
    font-size: 42px;
    color: #0454AE;
    font-weight: bold;
    text-transform: uppercase;
}

.section-subtitle {
    font-size: 18px;
    color: #555;
    margin-top: 10px;
    font-style: italic;
}

.content-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .content-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .content-card p {
        font-size: 18px;
        color: #333;
        line-height: 1.8;
        text-align: justify;
    }

.list-group-item {
    font-size: 18px;
    color: #555;
    transition: background 0.3s;
}

    .list-group-item:hover {
        background: #f0f0f0;
    }

    /* Icons Styling */
    .list-group-item i {
        color: #0454AE;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

    .content-card {
        padding: 30px;
    }

    .list-group-item {
        font-size: 16px;
    }
}



 .breadcrumb {
     background-color: #e9f5ff;
     border-radius: 5px;
     padding: 10px 15px;
 }

     .breadcrumb > li > a {
         color: #007bff;
         text-decoration: none;
     }

         .breadcrumb > li > a:hover {
             color: #0056b3;
             text-decoration: underline;
         }