.blog-hero {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.blog-hero-image img {
    /* width: 100%; */
    max-height: 520px;
    object-fit: cover;
    border-radius: 8px;
    
} 
 /* .blog-hero-image img {
     width: 100%;
     max-height: 520px;
     object-fit: cover;
     border-radius: 8px;
     display: block;
     margin: 0 auto;
 } */

/* Date */
.blog-date {
    font-size: 15px;
    color: #666;
    font-weight: 500;
}

/* Title */
.blog-title {
    font-size: 60px !important;
    font-weight: 500;
    line-height: 1.25;
    color: #000;
    /* max-width: 900px; */
}

/* Paragraph */
.blog-intro {
    font-size: 20px;
    line-height: 1.7;
    color: #000000;
    /* max-width: 900px; */
}
.blog-content-section {
    /* padding: 40px 0; */
    font-family: 'Poppins', sans-serif;
}

/* Headings */
.blog-heading {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    /* margin-top: 40px; */
    color: #000;
}

/* Paragraph */
.blog-text {
    font-size: 18px;
    line-height: 1.6;
    color: #090909;
    /* margin-bottom: 20px; */
    /* max-width: 900px; */
}

/* List */
.blog-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-list li {
    font-size: 21px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 5px;
}
@media (max-width: 768px) {
    .blog-heading {
        font-size: 22px;
    }

    .blog-text,
    .blog-list li {
        font-size: 16px;
    }
    
}

.blog-content-section {
    /* padding: 40px 0; */
    font-family: 'Poppins', sans-serif;
}

.blog-heading {
    font-size: 26px;
    font-weight: 600;
    /* margin-top: 40px;
    margin-bottom: 15px; */
    color: #000;
}

.blog-text {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    max-width: 900px;
}

.blog-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-list li {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 8px;
}

/* Mobile */
@media (max-width: 768px) {
    .blog-heading {
        font-size: 22px;
    }

    .blog-text,
    .blog-list li {
        font-size: 16px;
    }
}

/* .blog-heading {
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
}

.blog-text {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.blog-list li {
    font-size: 17px;
    line-height: 1.8;
} */



.blog-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;

}

.blog-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}


.custom-button {
    background-color: #ff6600;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s ease;
}

.custom-button:hover {
    background-color: #e65a00;
    transform: translateY(-2px);
    text-decoration: none;
}


/* Responsive */
@media (max-width: 768px) {
    .blog-section h2 {
        font-size: 1.6rem;
    }

    .blog-card {
        margin-bottom: 1.5rem;
    }
}

.blogs-image {
    /* width: 100% !important; */
    height: auto !important;
    padding-left: 105px;
}

.latest-text {
    font-size: 36px;
    line-height: 1.2;
}

.text-secondarys {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    padding-left: 105px;
}

/* Date Card Styles */
.date-card {
    background-color: #fff7e8;
    /* light cream background */
    padding: 18px 25px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.blog-date {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}


.arrow-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: linear-gradient(135deg, #fbb034, #ff3300);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
}

.arrow-btn:hover {
    background: linear-gradient(135deg, #fbb034, #ff3300);
}



.date-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.text {
    color: #000000;
    font-size: 14px;
    margin-bottom: 15px;

}


@media (max-width: 991px) {

    /* Hero */
    .blog-title {
        font-size: 44px !important;
        line-height: 1.25;
    }

    .blog-intro {
        font-size: 18px;
    }

    /* Content width */
    .blog-text {
        max-width: 100%;
        font-size: 17px;
    }

    .blog-list li {
        font-size: 17px;
    }

    /* Latest stories text */
    .text-secondarys {
        padding-left: 0;
        font-size: 16px;
    }

    .latest-text {
        font-size: 30px;
    }

    /* Cards */
    .blog-card {
        height: auto;
    }
}

@media (max-width: 767px) {

    /* Hero image */
    .blog-hero-image img {
        /* max-height: 260px; */
        border-radius: 10px;
    }

    /* Date */
    .blog-date {
        font-size: 14px;
    }

    /* Title */
    .blog-title {
        font-size: 40px !important;
        line-height: 1.2;
    }

    /* Intro text */
    .blog-intro {
        font-size: 16px;
        line-height: 1.6;
    }

    /* Content */
    .blog-heading {
        font-size: 20px;
    }

    .blog-text {
        font-size: 15px;
        line-height: 1.6;
    }

    .blog-list li {
        font-size: 15px;
    }

    /* Latest Stories */
    .latest-text {
        font-size: 24px;
    }

    .text-secondarys {
        padding-left: 0;
        font-size: 15px;
        line-height: 1.6;
    }

    /* Blog cards */
    .blog-card h5 {
        font-size: 18px;
    }

    .text {
        font-size: 13px;
    }

    .blog-date {
        font-size: 14px;
    }

    /* Read More button */
    .arrow-btn {
        font-size: 13px;
        padding: 6px 10px;
    }

    /* Back button */
    .custom-button {
        font-size: 15px;
        padding: 10px 22px;
    }
}

@media (max-width: 480px) {

    .blog-title {
        font-size: 26px !important;
    }

    .blog-heading {
        font-size: 18px;
    }

    .arrow-btn {
        width: 100%;
        justify-content: center;
    }

    .custom-button {
        width: 100%;
        text-align: center;
    }
}