.blog-card-title {
    font-family: 'Nasalization', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #243757;
    /* Darker blue */
}

.blog-slider-container {
    overflow-x: auto;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    user-select: none;
    scrollbar-width: none;
}

.blog-slider-container::-webkit-scrollbar {
    display: none;
}

.blog-card-short-text {
    font-size: 16px !important;
    font-weight: 400;
    color: #239066;
    /* Darker blue */
}

.blog-card-long-text {
    font-size: 22px;
    font-weight: 500;
    color: #243757;
    /* Darker blue */
}

.img-box {
    overflow: hidden;
    height: 250px;
}

.blog-img {
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
}

.blog-link-button {
    right: 10px;
    bottom: 10px;
    transition: 0.2s;
    max-width: 50px;
}

.img-box:hover .blog-img {
    transform: scale(1.1);
}

.img-box:hover .blog-link-button {
    transform: rotate(-50deg)
}

.blog-img-overlay {
    width: 100px;
    right: -2px;
    bottom: -2px;
}

.blog-menu-list {
    list-style: none;
}

.blog-menu-list-item {
    padding: 9px 15px;
    border: 1px solid #363636;
    color: #15294B;
    font-size: 16px;
    font-weight: 400;
    text-wrap: nowrap;
}

.blog-menu-list-item .active{
    padding: 9px 15px;
    border: 1px solid #363636;
    color: #15294B;
    font-size: 16px;
    font-weight: 400;
    text-wrap: nowrap;
}

.blog-list-container {
    list-style: none;
    overflow-x: auto;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    user-select: none;
    scrollbar-width: none;
}

.blog-list-container::-webkit-scrollbar {
    display: none;
}

@media (min-width: 992px) {

    .blog-link-button {
        max-width: 60px;
    }

    .blog-img-overlay {
        width: 110px;

    }

}


/* blog details style start */
.blog-details-sidebar-newsletter-text {
    font-size: 17px;
    font-weight: 500;
    color: #15294B;
}

.form-control {
    border-radius: 15px;
    padding: 14px;
    font-size: 16px;
    color: #98A1B0;
    border: 1px solid #C2C7D0;
}

.btn-subscribe {
    background-color: #239066;
    color: white;
    border-radius: 15px;
    font-weight: 600;
    padding: 14px;
    width: 100%;
    border: none;
    font-size: 18px;
    letter-spacing: 3px;
}

.btn-subscribe:hover {
    background-color: #239066;
    color: white;
}

.checkbox-label {
    font-size: 14px;
    color: #A6AEBB;
}

.top-latest-text {
    font-size: 24px;
    font-weight: 500;
    color: #121416;
}

.top-latest-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    width: 100%;
    font-size: 16px;
    color: white;
    filter: brightness(90%);
}