
.blog {
    padding-bottom: 110px;
    padding-top: 70px;
    background: #F6F6F6;
}

.post-item {
    background: #fff;
    margin-bottom: 20px;
}

.post-item .content {
    padding: 20px;
}

.post-item .content h3 a {
    color: #000;
}

.post-item .content p {
    color: #757575;
    font-size: 14px;
    margin: 10px 0;
}

.post-item .content .btn-main {
    padding: 12px 25px;
    margin: 15px 0;
}


.post-item .content h3{
    font-size: 20px !important;
}

.blog_content ul {
    list-style-type: none;
}

.blog_content ul li{
    margin-bottom: 10px;
}

ul.show{
    list-style-type: none;
}

.blog_content img{
    width: 100%;
    margin-bottom: 15px;
}

.title p{
    width: 85% !important;
}

.portfolio_button {
    border: 1px solid #ccc !important;
    padding: 5px;
    margin-bottom: 10px;
}

.blog-card-solo img {
    border-radius: .5rem;
}

.blog-card-solo:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.blog-card {
    width: 100%;
    margin-bottom: 30px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden; 
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.blog-card img {
    border-radius: .5rem;
    object-fit: cover;
    width: 100%;
}

.card {
    background-color: transparent; 
}

.blog-card .card-body {
    padding: 10px;
    background-color: transparent; 
    backdrop-filter: blur(5px);
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: PP Monument Extended, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.blog-card p {
    margin-bottom: 20px;
}

.blog-card .btn {
    padding: 8px 16px;
    color: #fff;
    transition: background-color 0.3s ease;
    align-self: flex-start; 
}

.blog-card .btn:hover {
    background-color: #0056b3;
}

.blog_content .accordion .card .collapse .card-body{
    color: white !important;

}