body {
    font-family: 'kalimati', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
}

section {
    margin-top: 15px;
}

img.img-responsive.wp-post-image {
    width: 100%!important;
}

.breaking-news-container {
    position: relative;
    background-color: #01bb0d;
    background-image: linear-gradient(to right, #01bb0d, #0206ff8a);
    color: white;
    padding: 10px;
    font-family: kalimati, sans-serif;
}

.breaking-news-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff0202;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    z-index: 1;
}

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.marquee {
    color: white;
    white-space: nowrap;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.former_member_detail {
    padding: 10px;
    margin-top: 10px;
    text-align: center;
}

.all-notice {
    text-align: center;
    background-color: #2b86b4;
    color: #fff;
    padding-top: 1.2rem;
    border-right: 4px solid #fff;
    margin-bottom: 4px;
}

.h-head {
    float: left;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 6px;
}

.white {
    color: white;
}

.headline {
    background-color: #223C52;
    padding: 5px 15px;
    height: 35px;
    width: 100%;
    z-index: 10;
    border-left: 3px solid #D41621;
}

.navbar-toggler {
    color: white;
    padding-left: 0;
    outline: none;
    font-size: 13px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.navbar-toggler > i {
    font-size: 1.25rem;
    margin-right: 10px;
}

/* Header Styles */
.header {
    padding-top: 18px;
    padding-bottom: 18px;
    background: url(../images/header-bg.png);
    height: 104px;
}

.header-top {
    padding-top: 11px;
    padding-bottom: 18px;
    height: 52px;
    color: #cce8e8;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    background-image: linear-gradient(to right, #041b61, #174014);
}

.title-top {
    margin-right: auto;
    margin-left: 10px;
    font-size: 24px;
    color: #0167BB;
    font-weight: 600;
}

.title {
    margin-right: auto;
    margin-left: 24%;
    font-size: 26px;
    color: #0167BB;
    font-weight: 600;
    text-align: center;
}

.title > .govt {
    color: #068F0E;
    font-weight: 600;
    font-size: 17px;
}

.language {
    margin-right: 54px;
}

.language, .language a {
    color: #565656;
}

.language a:hover {
    text-decoration: none;
}

.header img {
    max-height: 99px;
}

.header img.float-right {
    max-height: 98px;
    margin-top: -1%;
    height: 136em;
}

/* Navbar Styles */
#navbar {
    background: #068F0E;
}

#navbar .navbar {
    padding: 0;
}

#navbar .navbar-expand-lg .navbar-nav {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

#navbar .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    color: white;
    padding: 12px 15px;
}

#navbar .navbar-expand-lg .navbar-nav .nav-link:hover {
    background: #EB464A;
}

#navbar .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    background: #EB464A;
}

/* Banner Slider Styles */
#banner-slider, #gallery {
    position: relative;
}

.owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 100%;
}

.owl-nav .owl-prev {
    position: absolute;
    left: 15px;
}

.owl-nav .owl-next {
    position: absolute;
    right: 15px;
}

#banner-slider .item {
    position: relative;
}

#banner-slider .item > img {
    width: 100%;
}

#banner-slider .item .caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    text-align: center;
    padding: 10px;
    color: white;
}

/* Updated Welcome Section Styles */
.welcome {
    background-image: linear-gradient(to right, #222034, #068f0e);
    color: white;
    padding: 20px;
    border: 6px solid #d2d3d9;
    border-radius: 5px;
}

.welcome .media {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.welcome .media:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.welcome .media img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid white;
    margin-right: 15px;
    flex-shrink: 0;
}

.welcome .media-body {
    flex: 1;
}

.welcome .media-body b {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

.welcome .media-body br {
    display: none;
}

.welcome .media-body span {
    display: block;
    font-size: 14px;
    line-height: 1.4;
}

/* Theme Styles */
.theme-light {
    background: #D4ECFF;
    color: #000000;
    padding: 15px;
    color: black;
    height: 100%;
}

.theme-grey {
    background: #f2f2f2;
    color: #616161;
    padding: 15px;
    color: #616161;
    height: 100%;
    text-align: justify !important;
}

.theme-light h1, .theme-grey h1, section h1 {
   font-size: 1.5rem; /* Larger for bold impact */
    font-weight: 800; /* Extra bold for a striking look */
    color: #f5f7fa; /* Crisp white for contrast */
    background: linear-gradient(45deg, #00c4b4, #7b61ff); /* Vibrant, trendy gradient */
    text-align: center;
    padding: 1rem 1.5rem; /* Generous padding for a premium feel */
    margin-bottom: 2rem; /* More spacing for balance */
    border-radius: 12px; /* Softer, modern rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Pronounced shadow for depth */
    font-family: 'Poppins', 'Montserrat', sans-serif; /* Stylish, modern font stack */
    letter-spacing: 0.05em; /* Wider spacing for elegance */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* Subtle text shadow for pop */
    transition: all 0.4s ease-in-out; /* Smooth, dynamic transitions */

}

#tabs-services .col-lg-6:first-child .theme-grey {
    padding: 0;
}

/* Tabs Styles */
#tabs.nav-tabs a.nav-link {
    color: #616161;
    font-weight: 600;
    border-radius: 0;
    border: none;
    background: none;
    font-size: 13px;
}

#tabs.nav-tabs a.nav-link > i {
    margin-right: 3px;
}

#tabs.nav-tabs a.nav-link.active {
    color: white;
    background: #088810;
}

#tabs + .tab-content > .tab-pane {
    padding: 15px;
}

#tabs + .tab-content > .tab-pane .list-group-item, .download-list {
    font-size: 13px;
    font-weight: 600;
}

#tabs + .tab-content > .tab-pane .list-group-item, .download-list {
    padding-left: 15px;
    padding-right: 15px;
}

#tabs + .tab-content > .tab-pane .list-group-item a, .download-list a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: space-between;
    color: #616161;
}

#tabs + .tab-content > .tab-pane .list-group-item a:hover, .download-list a:hover {
    text-decoration: none;
    color: #0167BB;
}

.news-date {
    width: 36px;
    height: 36px;
    line-height: 1;
    color: #55BB01;
    font-weight: 600;
    margin-right: 10px;
}

.news-date .date-day {
    font-size: 16px;
}

.news-date .date-month {
    font-size: 8px;
}

/* Services Styles */
section #services-wrapper.theme-grey h1 {
    margin-bottom: 0px;
}

.services {
    display: flex;
    flex-wrap: wrap;
}

.services a {
    font-size: 14px;
    color: #0167BB;
    font-weight: 400;
    margin-top: 15px;
    width: 33.33%;
}

.services a>span {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    background: #0167BB;
}

.services a>span i {
    color: white;
}

.services a:hover {
    text-decoration: none;
}

.btn-govt {
    border-radius: 0;
    color: white;
    background: #EB464A;
    border: none;
    font-weight: 600;
    font-size: 14px;
    width: 198px;
    margin: 0 auto;
    display: block;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Gallery Styles */
section h1 {
    margin-bottom: 15px;
}

/* Complaint Section Styles */
section#complaint h1 {
    font-size: 22px;
    color: white;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

section#complaint .complaint-block .d-flex {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

section#complaint .complaint-block {
    background: #008000;
    color: white;
    padding: 30px;
}

section#complaint .complaint-block .d-flex a {
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

section#complaint .complaint-block .d-flex a:hover {
    text-decoration: none;
}

section#complaint .complaint-block .d-flex a img {
    max-width: 84px;
    max-height: 84px;
    margin-bottom: 25px;
}

/* History Section Styles */
section.page-section h1 {
    margin-top: 15px;
    font-size: 2rem;
    margin-bottom: 25px;
    position: relative;
}

section.page-section h1:after {
    bottom: -10px;
    content: '';
    position: absolute;
    left: 50%;
    border: 1px solid #ddd;
    width: 60px;
    margin-left: -30px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li > h4 {
    line-height: 1;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0167BB;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

/* Footer Styles */
footer {
    background: url(https://t4.ftcdn.net/jpg/04/61/47/03/360_F_461470323_6TMQSkCCs9XQoTtyer8VCsFypxwRiDGU.jpg);
    color: white;
    font-size: 13px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 15px;
}

footer h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.prev, .next {
    background: rgba(1, 107, 187, 0.6);
    color: white;
    width: 48px;
    height: 48px;
}

.social-media a {
    width: 30px;
    height: 30px;
    background: white;
    color: #555555;
    display: inline-block;
    margin-right: 5px;
}

.social-media a:hover {
    text-decoration: none;
}

.social-media a#facebook:hover {
    background: #3B5998;
    color: white;
}

.social-media a#twitter:hover {
    background: #1DA1F3;
    color: white;
}

footer .d-flex.align-items-start {
    margin-bottom: 10px;
}

footer .d-flex.align-items-start > i {
    margin-top: 5px;
    width: 13px !important;
}

footer .d-flex.align-items-start > div {
    padding-left: 10px;
}

footer .list-group.list-group-flush .list-group-item {
    background: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

footer .list-group.list-group-flush .list-group-item a {
    color: white;
}

footer .list-group.list-group-flush .list-group-item a:hover {
    text-decoration: none;
}

footer .list-group.list-group-flush .list-group-item a > i {
    color: rgba(255,255,255,0.15);
}

/* News Page Styles */
.news-post {
    transition: all 0.30s ease 0s;
}

.news-post .post-img {
    position: relative;
}

.news-post .post-img img {
    width: 100%;
    height: auto;
}

.news-post .post-img:after {
    content: "";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: linear-gradient(to right, rgba(1, 103, 187,0.7) , rgba(235, 70, 74, 0.7));
    transition:  all 0.30s ease 0s;
    opacity: 0;
}

.news-post:hover .post-img:after {
    transform:translateY(0);
    opacity: 1;
}

.news-post .post-review {
    border:1px solid #ddd;
    border-top: none;
    padding: 15px;
    background: #fff;
    position:relative;
    margin-bottom: 15px;
}

.news-post .post-bar {
    padding: 0;
    list-style: none;
}

.news-post .post-bar li {
    display:inline-block;
    color:#555;
}

.news-post .post-bar li i {
    color:#0167BB;
    margin-right:8px;
}

.news-post .post-title {
    font-size: 16px;
    font-weight: 600;
    color: #0167BB;
    margin-bottom: 15px;
}

.news-post a.post-title:hover {
    text-decoration: none;
}

.news-post .post-description {
    color:#808080;
}

.news-post .read {
    text-transform: capitalize;
    font-size:15px;
    color:#9c4a6c;
}

.news-post .read i {
    margin-left:10px;
}

.news-post .read:hover {
    text-decoration:none;
    color:#333;
}

.news-post .post-review .btn-govt {
    max-width: 150px;
}

/* Responsive Styles */
@media (min-width: 1200px) and (max-width: 1365px) {
    #navbar .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1366px;
        width: 100%;
    }
    section#intro .col-xl-8 {
        padding-right: 7px;
    }
    section#intro .col-xl-4 {
        padding-left: 7px;
    }
}

@media (max-width: 1199px) {
    #banner-slider {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .title {
        font-size: 20px;
    }
    #tabs.nav-tabs a.nav-link {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .services a {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    #tabs-services .row .col-lg-6:first-child, #history .row .col-lg-6:first-child {
        padding-right: 7px;
    }
    #tabs-services .row .col-lg-6:last-child, #history .row .col-lg-6:last-child {
        padding-left: 7px;
    }

    #news .row .col-md-4 {
        padding-left: 8px;
        padding-right: 8px;
    }

    #news .row .col-md-4:nth-child(3n+1) {
        padding-left: 8px;
    }

    #news .row .col-md-4:nth-child(3n) {
        padding-right: 8px;
    }
    .message > .row > .col-xl-3 {
        padding-right: 7px;
    }
    .message > .row > .col-xl-9 {
        padding-left: 7px;
    }
}

@media (max-width: 991px) {
    #navbar .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
    #services-wrapper {
        margin-top: 15px;
    }
    .message .theme-light {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    /* Updated welcome section for medium screens */
    .welcome .media {
        flex-direction: row;
    }
    .welcome .media img {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .title {
        font-size: 16px;
    }
    section#complaint .complaint-block .d-flex a img {
        max-width: 60px;
        max-height: 60px;
    }
    section#complaint .complaint-block .d-flex a {
        font-size: 14px;
    }
    section#complaint h1 {
        font-size: 18px;
    }
    footer {
        padding-bottom: 0px;
    }
    footer .col-md-6.col-lg-3 {
        margin-bottom: 30px;
    }
    section#complaint .complaint-block, .welcome {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    section.page-section h1 {
        font-size: 1rem;
    }
    .language {
        margin-right: 15px;
    }
    .title, .title .govt {
        font-size: 13px;
    }
    .container {
        width: 100%;
        max-width: unset;
    }
    section#complaint .complaint-block .d-flex {
        flex-wrap: wrap;
    }
    .services a {
        width: 50%;
    }
    body, .services a, section#complaint .complaint-block .d-flex a, .btn-govt {
        font-size: 13px;
    }
    footer {
        padding-bottom: 0px;
        padding-top: 15px;
    }
    footer .col-md-6.col-lg-3 {
        margin-bottom: 15px;
    }
    footer .col-md-6.col-lg-3 .d-flex.align-items-start:last-child {
        margin-bottom: 0;
    }
    footer p {
        margin-bottom: 0;
    }
    section#complaint .complaint-block .d-flex a img {
        max-width: 20px;
        max-height: 20px;
    }
    #tabs.nav-tabs a.nav-link {
        font-size: 12px;
    }
    .theme-light h1, .theme-grey h1, section h1 {
        font-size: 14px;
    }
    section#complaint h1 {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 0;
    }
    section#complaint .complaint-block, .welcome {
        padding: 15px;
    }
    
    /* Updated welcome section for small screens */
    .welcome .media {
        flex-direction: column;
        text-align: center;
    }
    .welcome .media img {
        margin-right: 0;
        margin-bottom: 10px;
        width: 70px;
        height: 70px;
    }
    .welcome .media-body b {
        font-size: 14px;
    }
    
    .welcome .media-body span {
        font-size: 12px;
    }
    
    section#complaint .complaint-block .d-flex a.flex-column {
        flex-direction: row !important;
        font-size: 12px;
    }
    section#complaint .complaint-block .d-flex a.flex-column br {
        display: none;
    }
    section#complaint .complaint-block .d-flex a.flex-column > img {
        margin-right: 9px;
    }
    .btn-govt {
        margin-bottom: 0;
    }
    .theme-light {
        height: auto;
    }
    .news-date.theme-light {
        height: 36px;
    }
    .theme-light h1, .theme-grey h1, section h1 {
        margin-bottom: 15px;
    }
    iframe {
        margin-bottom: 15px;
    }
    .prev, .next {
        width: 24px;
        height: 24px;
    }
    #banner-slider .item .caption {
        position: relative;
    }
}

@media(max-width: 575px) {
    ul.timeline > li > h4 {
        font-size: 18px;
        font-size: 700;
    }
    ul.timeline {
        padding-left: 0;
    }
    ul.timeline:before {
        left: 7px;
    }
    ul.timeline > li:before {
        left: 0;
        width: 15px;
        height: 15px;
    }
    .header .d-flex {
        display: block !important;
    }
    .header img.float-right {
        display: none;
    }
    .title {
        display: inline-block;
        float: left;
        width: calc(100% - 50px);
        margin-left: 10px;
    }
    .header img {
        max-width: 37px;
        max-height: 39px;
        display: inline-block;
        float: left;
    }
    .services a {
        width: 100%;
    }
    #tabs.nav-tabs a.nav-link {
        font-size: 13px;
    }
    .header {
        height: auto;
    }
    .language {
        margin-right: 0px;
        display: block;
        clear: both;
        text-align: right;
    }
    
    /* Updated welcome section for extra small screens */
    .welcome {
        padding: 10px;
    }
    .welcome .media {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .welcome .media img {
        width: 60px;
        height: 60px;
    }
}