.body-section{ width: 100%; min-height: calc(100vh - 228px); display: inline-block; position: relative; }
.gallary_section{ width: 100%; display: inline-block; position: relative; padding: 90px 0px; }
.gallery_slider_wrap{ width: 100%; position: relative; display: inline-block; }
.gallery_item{ width: 100%; height: 300px; border-radius: 40px 10px 40px 10px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; background: gray; position: relative; overflow: hidden; }
.gallery_item>img{ width:100%; height: 100%; object-fit: cover; }

.newpage .innerpage-rightside ul{ padding: 0px; }
.about_top_section{ width: 100%; display: inline-block; position: relative; padding: 90px 0px 0px; /*background-color:#eef4ff;*/ }
.about_section{ width: 100%; display: inline-block; position: relative; padding: 0px 0px 90px; /*background-color:#eef4ff;*/ }
.contact_section{ width: 100%; display: inline-block; position: relative; padding: 90px 0px 90px; }
.contact_cards_wrap{ width: 100%; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 30px; }
.contact_cards{ width: 100%; display: inline-flex; flex-direction: column; position: relative; padding: 20px; border-radius: 10px; border: 1px solid #DDDDDD; }
.contact_cards_slider_wrap{ width: 100%; position: relative; display: inline-block; }
.contact_cards_slider_wrap .contact_cards{ height: 100%; }
.contact_cards_slider_wrap .owl-stage{ display: flex; }
.contact_cards_slider_wrap .contact_cards{ height: 302px; }
.contact_cards_slider_wrap .owl-item{ margin: 4px; }
.innerbanner{ padding: 0px; border: none; }
.innerbanner.slick{ height: 150px; }

.contact_cards .contactpage-matterbox-heading{font-size: 22px;}
.contact_cards .contactpage-matterbox-content{ font-size: 14px; }

.login_section{ width: 100%; display: inline-block; position: relative; padding: 90px 0px 90px; }

.login_wrapper{ width: 90%; max-width:500px; margin: 0px auto; position: relative; }
.login_wrapper .form_box{ width: 100%; display: inline-block; position: relative; padding: 20px 30px; border-radius: 20px; border: 1px solid #DDDDDD; }
.form_box_title{ color:#343434; font-size: 35px; font-weight: bold; font-family: "Poppins", sans-serif; margin-bottom: 20px; }
.form_box .form-group .label-title{ color:#343434; font-size: 16px; font-weight: 500; font-family: "Poppins", sans-serif; margin-bottom: 5px; }
.passeye_icon{ width: 20px; }
.form-submit-btn{ min-width: 130px; min-height:50px; justify-content: center; border-radius: 10px; }
.cursor-pointer{ cursor: pointer; }
.text-end{ text-align: right; }
.form-group.center{ display: flex; flex-wrap: wrap; justify-content: center; column-gap: 10px; }


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.btn {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #1a4a6a;
    border-color: #1a4a6a;
}
.blue-btn {
    background-color: #1a4a6a !important;
    border: 1px solid #1a4a6a !important;
    color: #fff !important;
    border-radius: 20px;
}
.footer-bottom{
    background-color: #1a4a6a !important;
}
.text-success{
    color: green;
    font-size: 13px;
    font-weight: 300;
}
.label-message{
    width: 100%; display: inline-block;
}

.menupart, .menupart nav, .menupart .menu > li > a{
    background-color: #1a4a6a;
}
.menupart .menu > li:hover > a{
    background-color: #fff;
}
/* ===== Fix Gallery alignment ===== */
.gallary_section.innerpage-rightside {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* ===== FORCE Latest Notices full width ===== */
.about_section:not(.for-home).innerpage-rightside,
.about_section:not(.for-home).innerpage-rightside .container,
.about_section:not(.for-home).innerpage-rightside .service-matter-content {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

/* Kill inline-block shrink */
.about_section:not(.for-home).innerpage-rightside {
    margin-left: 0 !important;
    float: none !important;
}

/* Table must stretch */
.notice-table-wrapper,
.notice-table {
    width: 100% !important;
}

.see-toggle {
    display: inline-block;
    margin-top: 6px;
    color: #0d3bff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.notice-full {
    display: block;
}

.notice-short {
    display: block;
}

 /* Banner wrapper */
    .home_banner_sec {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .banner-overlay{
        width:100%; 
        height: 100%; 
        position: absolute; 
        top: 0px; 
        left: 0px; 
        z-index: 2; 
        display: inline-flex; 
        align-items: center; 
        justify-content: center; 
        text-align: center; 
        background: rgba(0,0,0,0.6);
    }
    .banner-title{
        width: 100%; 
        display: inline-block;
        text-align: center;
        padding: 0px; 
        margin: 0px; 
        font-size: 45px;
        font-weight: bold;
        font-family: "Poppins", sans-serif;
        color: #fff;
    }

    /* Owl container */
    #home_banner_slider,
    #home_banner_slider .owl-stage-outer,
    #home_banner_slider .owl-stage,
    #home_banner_slider .owl-item,
    #home_banner_slider .banner_item {
        height: 50vh; 
    }

    /* Image container */
    .innerbanner-image {
        width: 100%;
        height: 100%;
    }

    /* Banner image FIX */
    .innerbanner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Remove any default background */
    .home_banner_bg,
    .banner_item {
        background: transparent !important;
    }

    .notice-filter {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 20px;
    }

    .notice-filter input {
        padding: 6px 10px;
        border-radius: 20px;
        border: 1px solid #ccc;
    }

    .btn-search {
        background: #0d3bff;
        color: #fff;
        padding: 6px 18px;
        border-radius: 20px;
        border: none;
    }

    .btn-reset {
        background: #5a6b00;
        color: #fff;
        padding: 6px 18px;
        border-radius: 20px;
        text-decoration: none;
    }

    .notice-table-wrapper {
        background: #eaf1ff;
        padding: 15px;
        border-radius: 12px;
    }

    .notice-table {
        width: 100%;
        border-collapse: collapse;
    }

    .notice-table th {
        background: #b8d8ff;
        padding: 12px;
        text-align: left;
    }

    .notice-table td {
        background: #eef5ff;
        padding: 12px;
        vertical-align: top;
    }

    .notice-table tr + tr td {
        border-top: 2px solid #fff;
    }

    .download-link {
        color: #0d3bff;
        text-decoration: none;
    }

    .download-link i {
        color: red;
        margin-right: 4px;
    }

    .pdf-download i {
        font-size: 28px;
        color: #e53935;
    }

    .notice-filter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .filter-left {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .filter-right input {
        padding: 6px 14px;
        border-radius: 20px;
        border: 1px solid #ccc;
        min-width: 220px;
    }

    .dt-paging-button.current{
    padding: 15px !important;
    border-radius: 7px !important;
    border: 1px solid #666666 !important;
}
.dt-paging nav{
    background: transparent;
}
.home_banner_sec {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    /* Owl container */
    #home_banner_slider,
    #home_banner_slider .owl-stage-outer,
    #home_banner_slider .owl-stage,
    #home_banner_slider .owl-item,
    #home_banner_slider .banner_item {
        height: 50vh; 
    }

    /* Image container */
    .innerbanner-image {
        width: 100%;
        height: 100%;
    }

    /* Banner image FIX */
    .innerbanner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Remove any default background */
    .home_banner_bg,
    .banner_item {
        background: transparent !important;
    }

    .innerpage-heading{
        background: #e7efff;
        width: fit-content;
        padding: 10px;
    }
    .innerpage-section{
        width: 100%;
        display: inline-block;
        position: relative;
        padding: 30px 0px;
    }
