.blog-card {
    /* background: #fff; */
    border-radius: 20px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
    overflow: hidden;
    transition: transform 0.2s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

.blog-card .card-body {
    padding: 20px 0px;
}

.blog-card h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #121416;
}

.blog-card .date {
    font-size: 0.9rem;
    color: #6C757D;
    margin-bottom: 15px;
}

.blog-card p {
    font-size: 1rem;
    color: #6C757D;
    line-height: 1.6;
}

.blog-card a {
    display: inline-block;
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: #121416;
    border-bottom: 1px solid #121416;
    padding-bottom: 2px;
}

.blogs-section {
    position: relative;
    background-image: url('../../images/Rightblog.png');
    color: white;
    padding: 120px 15px;
    overflow: hidden;
}

.blogs-content {
    position: relative;
    z-index: 2;
    max-width: 960px;
}

.blogs-content h1 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px;
}

.blogs-content p {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #c0c0c0;
    margin-bottom: 30px;
}

.btn-custom {
    background: #fff;
    color: #121F30;
    border-radius: 999px;
    padding: 10px 28px;
    font-size: 1.25rem;
    font-weight: 500;
    border: 1.3px solid #0666F9;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background: #0666F9;
    color: #fff;
}
.blogs-content span {
    color:white!important;
}