/* Blog */
.blog-header {
    text-align: center;
    margin-bottom: 30px;
}

.section-title {
    text-align: center;
    margin-bottom: 2px;
    margin-top: 40px;
}

.section-title p {
    text-align: center;
    color: #625f5f;
    font-size: 14px;
    margin-top: 10px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    font-size: 32px;
    color: #118dcd;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.blog-main-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.blog-container {
    width: 50%;
    background: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: inherit;
}

.blogimgse {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: inherit;
    flex: 1;
}

.blogimgse:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blogimgse img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.blogimgse {
    padding: 15px;
}

.blogimgse h2,
.blogimgse h3,
.blogimgse h4,
.blogimgse h5,
.blogimgse h6 {
    font-size: 18px;
    color: #163661;
    margin: 10px 0;
    font-weight: 600;
}

.blogimgse p,
.content-blog p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.content-blog p {
    margin-top: 10px;
}

.blog-date {
    font-size: 0.85rem;
    color: #888;
    margin: 10px 0 5px;
}

nav.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination {
    list-style: none;
    display: flex;
    gap: 5px;
}

.pagination li a {
    padding: 8px 12px;
    background-color: #163661;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
}

.pagination li a:hover {
    background-color: #0a49a4;
}

.blogsection,
.content-blog {
    width: 75%;
}

.category-blog {
    width: 25%;
}

.searchbox-blog {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.searchInput {
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 4px;
    border: 1px solid #0372c3;
}

.searchInput input {
    height: 38px;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 60px 0 10px;
    font-size: 14px;
    border-radius: 4px;
}

.searchInput .icon {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    background: #163661;
    border-radius: 4px;
}

.menu-wrap {
    justify-content: flex-end;
}

.searchInput .resultBox {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.searchInput.active .resultBox {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    background: white;
    border: 1px solid #f0f0f0;
    width: 100%;
    top: 110%;
    left: 0;
    z-index: 1110;
    border-radius: 0 0 5px 5px;
    text-align: start;
    font-size: 14px;
    font-weight: 400;
}

.resultBox li {
    padding: 8px 12px;
    cursor: pointer;
    display: none;
    border-bottom: 1px solid #629504;
}

.searchInput.active .resultBox li {
    display: block;
}

.resultBox li:hover {
    background: #629504;
    color: #fff;
}

.btn-2 {
    width: 40px;
    height: 40px;
    background: #629504 !important;
    border-left: 2px solid #0363aa !important;
    border-top: 2px solid #0363aa !important;
    border-bottom: 2px solid #0363aa !important;
    border-right: none;
    border-radius: 3px;
    transition: all 0.3s ease-out;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

.btn-2 i {
    font-size: 25px;
    color: #fff;
}

.category-blog {
    padding: 20px 10px;
}

.category-blog ul li {
    margin-bottom: 10px;
}

.category-blog a {
    color: #163661;
    text-decoration: none;
}

.category-blog a:hover {
    text-decoration: underline;
}

.Categories {
    width: 100%;
    padding: 6px 10px;
    background: #163661;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Categories span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.Categories i {
    text-align: right;
    color: #fff;
    font-size: 18px;
}

.category-blog ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    scrollbar-width: thin;
    scrollbar-color: #163661 #ccc;
    overflow-y: auto;
    height: 700px;
}

.category-blog ul li {
    margin-bottom: 10px;
    padding: 6px 10px;
    background-color: #f5f5f5;
    border-left: 4px solid #163661;
    transition: background-color 0.3s ease;
    border-radius: 4px;
}

.category-blog ul li:hover {
    background-color: #e9ecef;
}

.category-blog ul li a {
    text-decoration: none !important;
    color: #163661;
    font-weight: 500;
    display: block;
    font-size: 15px;
}

.category-blog ul li a:hover {
    color: #118dcd;
}

.blog-log {
    border: 1px solid #ccc;
}

.blog-log img {
    width: 100%;
    height: 100%;
}




@media screen and (max-width: 992px) {

    .blogsection,
    .content-blog {
        width: 100%;
    }

    .category-blog {
        display: none;
    }

    .blog-container {
        flex: 1 1 calc(50% - 20px);
    }

    .section-title p {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .blog-container {
        flex: 1 1 100%;
    }
}

.fallback-banner {
    background: linear-gradient(150deg, #0594e8, #0e50a7, #818384);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    height: 200px
}