.breadcrumb-section {
    /* margin-top: 65px; */
    width: 100%;
    height: 300px;
    /* Adjust height as needed */
    background-image: url("../images/about-department.png");
    background-size: cover;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    position: relative;
    text-align: center;
    background-position: center;
    color: white;
}

.our-policies-bg {
    background-image: url("../images/our-policies.png");
}

.breadcrumb-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
    z-index: 1;
}

/* Container */
.container {
    position: relative;
    z-index: 2;
}

/* Title */
.breadcrumb-section h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Breadcrumb Navigation */
.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    /* Center items horizontally */
    gap: 10px;
}

    .breadcrumb li {
        font-size: 18px;
        color: white;
    }

        .breadcrumb li a {
            color: yellow;
            text-decoration: none;
            font-weight: bold;
        }

        .breadcrumb li::after {
            content: "/";
            color: white;
            margin-left: 10px;
        }

        .breadcrumb li:last-child::after {
            content: "";
        }

.custom-sidebar {
    background: #d7d7d73f;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .custom-sidebar .custom-nav-item {
        font-weight: bold;
        padding: 15px;
        color: #000;
        background: inherit;
        margin-bottom: 10px;
        text-align: left;
        transition: all 0.3s ease;
        border: none;
        width: 100%;
        border-radius: 8px;
        cursor: pointer;
        font-size: 13px !important;
        text-align: justify;
    }

        .custom-sidebar .custom-nav-item:hover {
            background: #ffa600;
            color: white;
            transform: translateX(10px);
        }

        .custom-sidebar .custom-nav-item.active {
            background: #ffa600;
            color: white;
            transform: translateX(10px);
        }

.custom-content-section {
    display: none;
    opacity: 0;
    padding: 10px;
    transition: opacity 0.5s ease;
}

    .custom-content-section.active {
        display: block;
        opacity: 1;
    }

.custom-header {
    background: inherit;
    padding: 15px;
    font-size: 22px;
    font-weight: bold;
    /* color: white; */
    width: 100%;
    text-align: left;
    position: relative;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.our-policies .custom-header {
    background: #f2f2f2;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 600;
    /* color: white; */
    width: 100%;
    text-align: left;
    position: relative;
    display: inline-block;
    border-radius: 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-accent-bg);
}

/* .custom-header::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    height: 100%;
    background: #e67e22;
    clip-path: polygon(100% 0, 0% 50%, 100% 100%);
} */

.custom-message {
    text-align: justify;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.custom-image-about {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .custom-profile img {
        /* flex: 0 0 30%; */
        max-width: 30%;
        width: fit-content;
        border-radius: 8px;
        height: 150px;
        padding: 10px;
        object-fit: contain;
        box-shadow: 0px 0px 15px rgb(222, 222, 222);
    }

    .custom-profile p {
        flex: 1;
        margin-left: 20px;
    }

.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 1000px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

    .content-table thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    .content-table th,
    .content-table td {
        padding: 12px 15px;
    }

    .content-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .content-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .content-table tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
        }

        .content-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }

.our-policies .view-btn {
    padding: 5px 25px;
}

.view-btn {
    display: inline-flex; /* Ensures alignment */
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s;
    margin: auto;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid red;
}

    .view-btn::before {
        content: "\f06e"; /* Unicode for FontAwesome eye icon */
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        margin-right: 5px; /* Space between icon and text */
    }

    .view-btn:hover {
        /* background-color: black; */
        color: white;
        border: 1px solid wheat;
    }

.layout-section {
    padding: 50px 10px;
    /* background-image: url(https://img.freepik.com/free-vector/modern-abstract-background_1048-1003.jpg?uid=P64471992&ga=GA1.1.1276121095.1735908530&semt=ais_hybrid); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.oranizational-structure-section {
    padding: 60px;
    /* background-image: url(https://img.freepik.com/free-vector/modern-abstract-background_1048-1003.jpg?uid=P64471992&ga=GA1.1.1276121095.1735908530&semt=ais_hybrid); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Section Styling */
.brands-section {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.BrandTextOuter a {
    text-decoration: none;
    border: 2px solid black;
    color: black;
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.6s ease;
    border-radius: 3px;
}

    .BrandTextOuter a:hover {
        background-color: black;
        color: white;
        border: 2px solid wheat;
    }

.brands-section .brandHeading {
    font-size: 50px;
    font-weight: bold;
}

/* Brand Item Box */
.brand-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
}

    .brand-item img {
        width: 100%;
        max-width: 180px;
        padding: 25px;
        margin: 5px;
        height: auto;
        border-radius: 10px;
        /* border: 2px solid #ddd; */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        mix-blend-mode: luminosity;
    }

    /* Hover Effect */
    .brand-item:hover img {
        transform: scale(1.1);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        border-color: #ffb300;
        cursor: pointer;
        mix-blend-mode: multiply;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .brand-item img {
        max-width: 150px;
    }
}

.table th,
.table td {
    padding: 10px 30px !important;
    font-size: 13px;
    text-wrap: nowrap;
}

.main-menu ul > li > a {
    font-size: 13px;
    text-wrap: nowrap;
    display: flex !important;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap !important;
}

.customBtn {
    padding: 5px 20px;
    border-radius: 9999px;
    width: fit-content;
}

div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
    color: inherit !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.oranizational-structure-section .card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: unset;
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.5s;
    cursor: pointer;
}

    .oranizational-structure-section .card:hover {
        transform: scale(1.02) translate(0px, -5px);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }

.table-responsive table td {
    /* display: flex !important; */
    /* width: 300px !important; */
    max-width: 500px !important;
    text-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.form-label {
    font-weight: 700;
}

@media only screen and (max-width: 900px) {
    .nav-menu {
        display: block;
    }
}

.galleryCard:focus {
    border: 0px !important;
    outline: 0px !important;
}

.galleryCard img,
.landCard {
    width: 100%;
    height: 320px;
    /* max-width: 300px; */
    border-radius: 15px !important;
    object-fit: cover !important;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.05) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
    transition: all 0.5s;
    cursor: pointer;
}

    .galleryCard img:hover,
    .landCard:hover {
        transform: scale(1.05);
        border-radius: 15px !important;
        /* object-fit: cover !important; */
        overflow: hidden;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }

#lightgallery2 .galleryCard iframe,
div.mmps {
    width: 100%;
    height: 250px;
    /* max-width: 300px; */
    border-radius: 15px !important;
    object-fit: cover !important;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.05) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;
    transition: all 0.5s;
}

.floatingCard {
    height: 175px;
    margin-top: 200px !important;
    overflow: visible;
    border: none;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .floatingCard .userImg {
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        position: absolute;
        height: 220px;
        width: 220px;
        top: -170px;
        border-radius: 15px;
        margin: 0px auto;
        align-self: center;
    }

.cardTitle {
    margin-top: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.floatingCard .cardTitle span {
    margin-top: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
}

.floatingCard .cardIcons .icon {
    padding: 0px 15px;
    margin-top: 15px;
}

    .floatingCard .cardIcons .icon img {
        height: 27px;
        width: 27px;
    }

.mmps {
    height: 350px;
}

.headOfficeCard {
    border: none;
}

    .headOfficeCard .card-body {
        padding: 20px;
        margin: 10px 5px;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 0px 0px 25px #d4d4d4;
    }

.rounded {
    font-weight: 700;
    border-radius: 999px !important;
    outline: none;
    border: none;
}

.landCardIframe {
    height: 70% !important;
    margin-bottom: 15px;
    box-shadow: none !important;
}

.landCard button {
    font-size: 14px;
}

    .landCard button img {
        height: 30px;
        filter: invert(1);
    }
