﻿body {
}
.blog-header {
    background: linear-gradient(135deg, #0066cc, #004d99); /* Gradient background */
    padding: 1.5em 0;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 2em;
}

    .blog-header::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3); /* Dark overlay */
    }

.blog-header-content {
    position: relative;
    z-index: 1;
}

.blog-title {
    font-size: 4rem;
    letter-spacing: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    margin-top: 0px;
}

.blog-subtitle {
    font-size: 1.6em;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: 'Georgia', serif;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
}

#TitleBreadcum {
    background-color: #021325;
    margin-top: -10px;
    padding-top: 0px;
    border-bottom: 0px solid #d1d9e7;
    color: white;
    display: none;
}

#blog-section {
    margin-top: 15px;
    margin-bottom: 80px;
}

.content-title {
    padding: 5px;
    background-color: #fff;
}

    .content-title h3 a {
        color: #34495E;
        text-decoration: none;
        transition: 0.5s;
    }

        .content-title h3 a:hover {
            color: #F39C12;
        }

.content-footer {
    background-color: #16A085;
    padding: 10px;
    position: relative;
}

    .content-footer span a {
        color: #fff;
        display: inline-block;
        padding: 6px 5px;
        text-decoration: none;
        transition: 0.5s;
    }

        .content-footer span a:hover {
            color: #F39C12;
        }

aside {
    margin-top: 30px;
    -webkit-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
    -moz-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
    box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
}

    aside .content-footer > img {
        width: 33px;
        height: 33px;
        border-radius: 100%;
        margin-right: 10px;
        border: 2px solid #fff;
    }

.user-ditels {
    width: 300px;
    top: -100px;
    height: 100px;
    padding-bottom: 99px;
    position: absolute;
    border: solid 2px #fff;
    background-color: #34495E;
    right: 25px;
    display: none;
    z-index: 1;
}

@@media (max-width:768px) {
    .user-ditels {
        right: 5px;
    }
}

.user-small-img {
    cursor: pointer;
}

.content-footer:hover .user-ditels {
    display: block;
}


.content-footer .user-ditels .user-img {
    width: 100px;
    height: 100px;
    float: left;
}

.user-full-ditels h3 {
    color: #fff;
    display: block;
    margin: 0px;
    padding-top: 10px;
    padding-right: 28px;
    text-align: right;
}

.user-full-ditels p {
    color: #fff;
    display: block;
    margin: 0px;
    padding-right: 20px;
    padding-top: 5px;
    text-align: right;
}

.social-icon {
    background-color: #fff;
    margin-top: 10px;
    padding-right: 20px;
    text-align: right;
}

    .social-icon > a {
        font-size: 20px;
        text-decoration: none;
        padding: 5px;
    }

    .social-icon a:nth-of-type(1) {
        color: #4E71A8;
    }

    .social-icon a:nth-of-type(2) {
        color: #3FA1DA;
    }

    .social-icon a:nth-of-type(3) {
        color: #E3411F;
    }

    .social-icon a:nth-of-type(4) {
        color: #CA3737;
    }

    .social-icon a:nth-of-type(5) {
        color: #3A3A3A;
    }


/*recent-post-col////////////////////*/
.widget-sidebar {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #e8e7e7;
    border-radius: .8em;
}

.title-widget-sidebar {
    font-size: 14pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0px;
}

    .title-widget-sidebar:after {
        border-bottom: 2px solid #f1c40f;
        width: 150px;
        display: block;
        position: absolute;
        content: '';
        padding-bottom: 10px;
    }

.recent-post {
    width: 100%;
    height: 80px;
    list-style-type: none;
}

.post-img img {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 15px;
    border: 5px solid #16A085;
    transition: 0.5s;
}

.recent-post a {
    text-decoration: none;
    color: #34495E;
    transition: 0.5s;
}

    .post-img, .recent-post a:hover {
        color: #F39C12;
    }

        .post-img img:hover {
            border: 5px solid #F39C12;
        }

/*===============ARCHIVES////////////////////////////*/



button.accordion {
    background-color: #16A085;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    button.accordion.active, button.accordion:hover {
        background-color: #F39C12;
        color: #fff;
    }

    button.accordion:after {
        content: '\002B';
        color: #fff;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    button.accordion.active:after {
        content: "\2212";
    }

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/*categories//////////////////////*/

.categories-btn {
    background-color: #F39C12;
    margin-top: 30px;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .categories-btn:after {
        content: '\25BA';
        color: #fff;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .categories-btn:hover {
        background-color: #16A085;
        color: #fff;
    }

.form-control {
    border-radius: 0px;
}

.btn-warning {
    border-radius: 0px;
    background-color: #F39C12;
    margin-top: 15px;
}

.input-group-addon {
    border-radius: 0px;
}

.date-pub {
    font-weight: 500;
    font-size: 1em;
    background-color: #eaeaea;
    padding: 0.45em;
    border-bottom: 1px solid;
}


.blog-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 15px;
}

    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .blog-card img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        min-height: 200px;
        object-fit: cover;
    }

    .blog-card .card-body {
        padding: 1.5rem;
    }

    .blog-card h5 {
        font-size: 1.5rem;
        font-weight: bold;
        color: #333;
    }

    .blog-card p {
        color: #666;
        line-height: 1.6;
    }

    .blog-card .categories {
        margin-bottom: 10px;
    }

        .blog-card .categories span {
            background: #e9ecef;
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 0.9rem;
            margin-right: 5px;
            color: #555;
        }

    .blog-card .meta {
        font-size: 0.9rem;
        color: #888;
    }

        .blog-card .meta span {
            margin-right: 10px;
        }

@media only screen and (max-width: 768px) {
    .blog-header {
        padding: .5em 0;
        margin-bottom: 0px;
    }

    .blog-title {
        font-size: 2em;
        margin-bottom: 5px;
    }

    .blog-subtitle {
        font-size: 1em;
        font-weight: 300;
        letter-spacing: 0px;
        padding-right: 5em;
        padding-left: 5em;
    }
}