a{
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #2793FF;
    text-decoration: none;
}


.blog-page{
    padding-top: 60px;
    background: #14171D;
}

img{
    object-fit:scale-down;
    image-rendering: -webkit-optimize-contrast;
}

.blog-section-1 .container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; 
}

.blog-section-1 .title{
    width: 100%;
    margin: 0;
    text-align: right;
}

.blog-section-2{
    background-color: #000;
}

.blog-section-2 .back-btn{
    padding: 8px 15px;
    background-color: #007bff;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 15px;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 30px;
}

.blog-section-2 .search-input::placeholder {
    color: #888888;
    /*font-size: 16px;*/
}
.blog-section-2 .search-img{
    position: absolute;
    width: 20px;
    top: 10px;
    right: 13px;
    cursor: pointer;
}
.blog-section-2 .type-part{
    position: relative;
    display: inline-block;
    float: right;
}
.blog-section-2 .type-select{
    border: 1px solid #4F5B7D;
    border-radius: 8px;
    line-height: 36px;
    height: 36px;
    outline: none;
    min-width: 161px;
    text-align: center;
}
.blog-section-2 .img{
    height: 220px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #0a0c2a;
    position: relative;
    border-radius: 10px 10px 0px 0px;
}
.blog-section-2 .title{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin: 0;
    -webkit-line-clamp: 2;
    width: 100%;
    text-align: left;
    margin-top: 25px;
}
.blog-section-2 .title a{
    color: #ffffff;
}
.blog-section-2 .date{
    font-size: 16px;
    color: #2793FF;
    margin-top: 15px;
    margin-bottom: 12px;
    padding: 0 20px;
}
.blog-section-2 .des {
    font-size: 16px;
    color: #cccccc;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0 20px;
}

.blog-section-2 .item{
    min-height: 520px;
    border-radius: 10px;
    background: #1f2229;
    text-align: left;
    margin-bottom: 30px;
    border: 1px solid #333;
    transition: transform 0.3s;
}

.blog-section-2 .item:hover {
    transform: translateY(-5px);
}

.single-post-body {
    background-color: #000 !important;
}

.single-post-page {
    padding-top: 80px;
    background-color: #000;
    color: #fff;
    min-height: 100vh;
}

/* Header section: breadcrumb + meta + title */
.post-header-section {
    padding: 40px 0 30px;
}

.post-header-section .breadcrumb {
    color: #888;
    font-size: 14px;
    margin-bottom: 24px;
    background: transparent;
    padding: 0;
}

.post-header-section .breadcrumb a {
    color: #888;
    transition: color 0.3s;
}

.post-header-section .breadcrumb a:hover {
    color: #fff;
    text-decoration: none;
}

.post-header-section .breadcrumb .separator {
    margin: 0 8px;
    color: #555;
}

.post-header-section .breadcrumb .current {
    color: #ccc;
}

.post-meta-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #2793FF;
}

.post-meta-info .meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #555;
}

.post-meta-info .post-category {
    background: rgba(39, 147, 255, 0.15);
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.post-header-section h1.post-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff !important;
    margin: 0;
    line-height: 1.3;
    max-width: 900px;
}

/* Featured image: standalone block */
.post-featured-image {
    padding-bottom: 40px;
}

.post-featured-image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.post-main-content {
    padding: 0 0 80px;
}

.single-post-page .content {
    font-size: 18px;
    line-height: 1.9;
    color: #fff !important;
    max-width: 1000px;
}

.single-post-page .content p,
.single-post-page .content span,
.single-post-page .content div,
.single-post-page .content li,
.single-post-page .content h1,
.single-post-page .content h2,
.single-post-page .content h3,
.single-post-page .content h4,
.single-post-page .content h5,
.single-post-page .content h6,
.single-post-page .content a,
.single-post-page .content strong,
.single-post-page .content em,
.single-post-page .content b,
.single-post-page .content i {
    color: #fff !important;
}

.single-post-page .content p {
    margin-bottom: 30px;
}

.single-post-page .content h1,
.single-post-page .content h2,
.single-post-page .content h3 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}

.single-post-page .content h2 {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
}

.single-post-page .content h3 {
    font-size: 22px;
    font-weight: 600;
}

.single-post-page .content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
    display: block;
}

.single-post-page .content .section-image {
    text-align: center;
    margin: 40px 0;
}

.single-post-page .content .section-image img {
    margin: 0 auto;
}

.single-post-page .content blockquote {
    border-left: 3px solid #2793FF;
    padding: 16px 24px;
    margin: 30px 0;
    background: rgba(39, 147, 255, 0.06);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #ccc !important;
}

.single-post-page .content ul,
.single-post-page .content ol {
    padding-left: 24px;
    margin-bottom: 30px;
}

.single-post-page .content li {
    margin-bottom: 10px;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .post-header-section h1.post-title {
        font-size: 34px;
    }
    .post-featured-image img {
        max-height: 400px;
    }
}

@media (max-width: 769px) {
    .single-post-page {
        padding-top: 60px;
    }
    .post-header-section {
        padding: 24px 0 20px;
    }
    .post-header-section h1.post-title {
        font-size: 26px;
        max-width: 100%;
    }
    .post-featured-image {
        padding-bottom: 30px;
    }
    .post-featured-image img {
        max-height: 300px;
        border-radius: 8px;
    }
    .post-main-content {
        padding: 0 0 50px;
    }
}

.page-posts{
    padding-top: 90px;
}

.page-posts .post-title{
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.wp-block-image img{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.page-posts h1{
    color: #000 !important;
}

.page-blogs-list .list-part{
    margin-top: 30px;
}

.post-pagination {
    text-align: center;
}
.post-pagination .screen-reader-text {
    display: none;
}
.post-pagination .page-numbers {
    padding: 3px 8px;
    border: 0 !important;
    border-radius: 2px; 
}

.post-pagination .page-numbers {
    border: 0 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    padding: 4px 9px !important;
}
.post-pagination .current{
    background-color: #2793FF !important;
    border-radius: 50% !important;
    color: #fff !important;
}
.post-pagination .prev, .post-pagination .next{
    margin: 0 10px !important;
    color: #fff !important;
    background-color: #1f2229 !important;
    border: 1px solid #333 !important;
}

.post-pagination .prev, .post-pagination .next {
    color: #fff;
    background-color: #2290C9;
    border: 1px solid #2290C9;
    margin: 0 10px;
}

@media (min-width: 768px){
    .blog-section-1{
        width: 100%;
        height: 380px;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .blog-section-2 .swiper-button-prev{
        padding-right: 5px;
        left: -62px;
    }
    
    .blog-section-2 .swiper-button-next {
        padding-left: 5px;
        right: -62px;

    }
}


@media (max-width: 768px) {
    .blog-section-1{
        width: 100%;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .blog-section-2 .search-form{
        text-align: center;
    }
    .blog-section-2 .type-part{
        float: none;
        margin: 10px 0;
    }
    .blog-section-2 .item{
        min-height: 520px;
    }

    .blog-section-1 h1{
        font-size: 28px;
        font-weight: bold;
        color: #ffffff;
        line-height: 38px;
    }

    .blog-section-2 .swiper-button-prev{
        padding-right: 5px;

    }
    
    .blog-section-2 .swiper-button-next {
        padding-left: 5px;
    }
}
