/* --- Common Styles & Container 1320px --- */

.news-section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}

.latest_news_sec .our_commitment_ttl_box_inenr,
.trending_new_sec .our_commitment_ttl_box_inenr {
    padding-bottom: 20px !important;
}

.news-img-box {
    position: relative;
    overflow: hidden;
}

.news-img-box img {
    width: 100%;
    height: 404px;
    display: block;
    object-fit: cover;
}

.news-date-badge {
    position: absolute;
    top: 0;
    left: 18px;
    background: #f1752c;
    color: black;
    padding: 8px 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.trending-news-post .news-img-box img {
    height: 280px;
}

.news-date-badge .day {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.news-date-badge .month {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.news-content-box .news-title,
.small-content-box .news-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 7px 0;
    color: #000;
    line-height: 1.2;
    text-transform: capitalize;
}

.news-readmore {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
    line-height: 32px;
}


/* --- Layout 1: Our Latest News (Desktop Default) --- */

.latest-news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.small-news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.small-news-post {
    display: flex;
    gap: 35px;
    align-items: center;
}

.small-img-box {
    flex: 0 0 202px;
}

.small-img-box img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    display: block;
}

.small-content-box {
    flex: 1;
}

.small-content-box .news-title {
    margin-top: 0;
}


/* --- Layout 2: Trending News (Desktop Default - 3 Columns) --- */

.trending-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}

.news-content-box {
    margin-top: 20px;
}

.news-content-box .news-excerpt,
.small-content-box .news-excerpt {
    font-size: 16px;
    color: #848484;
    margin: 0 0 10px 0;
    font-weight: 400;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 7px;
}

.pd90.trending_new_sec {
    padding-top: 0 !important;
}


/* ==========================================================================
   Responsive Media Queries (As requested)
   ========================================================================== */


/* 1. Mobile Extra Small Screen */

@media all and (min-width: 320px) and (max-width: 767px) {
    .latest-news-grid,
    .trending-news-grid {
        grid-template-columns: 1fr;
    }
    .small-news-post {
        flex-direction: column;
        gap: 10px;
    }
    .small-img-box {
        flex: unset;
        width: 100%;
    }
    .news-section-title {
        font-size: 26px;
    }
    .latest-news-grid {
        grid-template-columns: 1fr;
    }
    .trending-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-content-box .news-title,
    .small-content-box .news-title {
        font-size: 15px;
    }
    .news-content-box .news-excerpt,
    .small-content-box .news-excerpt {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 7px 0;
    }
    .news-readmore {
        font-size: 14px;
        line-height: 24px;
    }
    .small-img-box img {
        height: 220px;
        width: 100% !important;
    }
    .news-img-box img {
        height: 220px;
    }
    .small-news-post {
        gap: 10px;
        flex-wrap: wrap;
    }
    .news-date-badge .day {
        font-size: 20px;
    }
    .news-date-badge .month {
        font-size: 14px;
    }
    .news-date-badge {
        left: 15px;
        padding: 6px 10px;
        font-size: 14px;
    }
    .latest-news-grid {
        gap: 15px;
    }
    .trending-news-grid {
        gap: 20px 15px;
    }
    .news-content-box {
        margin-top: 15px;
    }
    .small-img-box {
        flex: unset;
    }
    .trending-news-post .news-img-box img {
        height: 230px;
    }
    .small-news-list {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
}


/* 2. Mobile Landscape/Small Tablets */

@media all and (min-width: 481px) and (max-width: 767px) {
    .trending-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .small-news-post {
        flex-direction: column;
    }
    .news-img-box img {
        height: 300px;
    }
    .small-img-box img {
        height: 300px;
    }
    .trending-news-post .news-img-box img {
        height: 190px;
    }
    .news-content-box {
        margin-top: 12px;
    }
}


/* 3. Tablets Portrait */

@media all and (min-width: 768px) and (max-width: 980px) {
    .latest-news-grid {
        grid-template-columns: 1fr;
    }
    .trending-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-content-box .news-title,
    .small-content-box .news-title {
        font-size: 15px;
    }
    .news-content-box .news-excerpt,
    .small-content-box .news-excerpt {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 7px 0;
    }
    .news-readmore {
        font-size: 14px;
        line-height: 24px;
    }
    .small-img-box img {
        height: 180px;
        width: 100% !important;
    }
    .news-img-box img {
        height: 400px;
    }
    .small-news-post {
        gap: 10px;
        flex-wrap: wrap;
    }
    .news-date-badge .day {
        font-size: 20px;
    }
    .news-date-badge .month {
        font-size: 14px;
    }
    .news-date-badge {
        left: 15px;
        padding: 6px 10px;
        font-size: 14px;
    }
    .latest-news-grid {
        gap: 15px;
    }
    .trending-news-grid {
        gap: 20px 15px;
    }
    .news-content-box {
        margin-top: 15px;
    }
    .small-img-box {
        flex: unset;
    }
    .trending-news-post .news-img-box img {
        height: 230px;
    }
    .small-news-list {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }
}


/* 4. Tablets Landscape / Small Laptops */

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .news-content-box .news-title,
    .small-content-box .news-title {
        font-size: 16px;
    }
    .news-content-box .news-excerpt,
    .small-content-box .news-excerpt {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 7px 0;
    }
    .news-readmore {
        font-size: 14px;
        line-height: 24px;
    }
    .small-img-box img {
        height: 140px;
    }
    .news-img-box img {
        height: 350px;
    }
    .small-news-post {
        gap: 15px;
    }
    .news-date-badge .day {
        font-size: 20px;
    }
    .news-date-badge .month {
        font-size: 14px;
    }
    .news-date-badge {
        left: 15px;
        padding: 6px 10px;
        font-size: 14px;
    }
    .latest-news-grid {
        gap: 15px;
    }
    .trending-news-grid {
        gap: 20px 15px;
    }
    .news-content-box {
        margin-top: 15px;
    }
    .small-img-box {
        flex: 0 0 165px;
    }
    .trending-news-post .news-img-box img {
        height: 230px;
    }
}


/* 5. Standard Laptops */

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .news-content-box .news-title,
    .small-content-box .news-title {
        font-size: 16px;
    }
    .news-content-box .news-excerpt,
    .small-content-box .news-excerpt {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 7px 0;
    }
    .news-readmore {
        font-size: 14px;
        line-height: 24px;
    }
    .small-img-box img {
        height: 140px;
    }
    .news-img-box img {
        height: 350px;
    }
    .small-news-post {
        gap: 15px;
    }
    .news-date-badge .day {
        font-size: 20px;
    }
    .news-date-badge .month {
        font-size: 14px;
    }
    .news-date-badge {
        left: 15px;
        padding: 6px 10px;
        font-size: 14px;
    }
    .latest-news-grid {
        gap: 15px;
    }
    .trending-news-grid {
        gap: 20px 15px;
    }
    .news-content-box {
        margin-top: 15px;
    }
    .small-img-box {
        flex: 0 0 165px;
    }
    .trending-news-post .news-img-box img {
        height: 230px;
    }
}


/* 6. Medium Laptops */

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .news-content-box .news-title,
    .small-content-box .news-title {
        font-size: 17px;
    }
    .news-content-box .news-excerpt,
    .small-content-box .news-excerpt {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 7px 0;
    }
    .news-readmore {
        font-size: 14px;
        line-height: 24px;
    }
    .small-img-box img {
        height: 140px;
    }
    .news-img-box img {
        height: 350px;
    }
    .small-news-post {
        gap: 20px;
    }
    .news-date-badge .day {
        font-size: 20px;
    }
    .news-date-badge .month {
        font-size: 14px;
    }
    .news-date-badge {
        left: 15px;
        padding: 6px 10px;
        font-size: 14px;
    }
    .latest-news-grid {
        gap: 20px;
    }
    .trending-news-grid {
        gap: 25px 20px;
    }
    .news-content-box {
        margin-top: 15px;
    }
}


/* 7. Large Laptops / Desktops */

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .news-content-box .news-title,
    .small-content-box .news-title {
        font-size: 18px;
    }
    .news-content-box .news-excerpt,
    .small-content-box .news-excerpt {
        font-size: 15px;
        line-height: 27px;
    }
    .news-readmore {
        font-size: 15px;
        line-height: 27px;
    }
    .small-img-box img {
        height: 140px;
    }
    .news-img-box img {
        height: 350px;
    }
    .small-news-post {
        gap: 20px;
    }
    .news-date-badge .day {
        font-size: 20px;
    }
    .news-date-badge .month {
        font-size: 14px;
    }
    .news-date-badge {
        left: 15px;
        padding: 6px 10px;
        font-size: 14px;
    }
    .latest-news-grid {
        gap: 20px;
    }
    .trending-news-grid {
        gap: 25px 20px;
    }
}


/* 8. Extra Large Screen */

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .news-container-wrapper {
        max-width: 1320px;
    }
}


/* 9. Ultra Wide Screens */

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .news-container-wrapper {
        max-width: 1320px;
    }
}


















.blog_bread_sec {
    margin-top: 162px !important;
}


/* Breadcrumb Styling */

.blog-breadcrumb {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    margin-top: 20px;
}

.blog-breadcrumb a {
    color: #000;
    text-decoration: none;
}

.pd90.blog_single_pg_sec {
    padding-top: 50px !important;
}

.blog-breadcrumb span {
    color: #000;
    font-weight: 500;
    margin-top: 5px;
}


/* Grid Layout */

.blog-inner-layout {
    display: grid;
    grid-template-columns: 1fr 430px;
    /* Main Area & Sidebar Fixed Width */
    gap: 20px;
}


/* Left Main Content styling */

.blog-feature-image-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.blog-feature-image-wrapper img {
    width: 100%;
    height: 525px;
    display: block;
    object-fit: cover;
}

.blog-inner-date-badge {
    position: absolute;
    top: 0;
    left: 22px;
    background: #f98039;
    color: black;
    padding: 10px 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

.blog-inner-date-badge .day {
    display: block;
    font-size: 20px;
}

.blog-inner-date-badge .month {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
}

.blog-inner-title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
    line-height: 1.3;
    text-transform: capitalize;
}


/* Post content styling mimicking image headers */

.blog-inner-content {
    font-size: 16px;
    color: #111;
    line-height: 30px;
    font-weight: 400;
}

.blog-inner-content h2,
.blog-inner-content h3 {
    color: #699dcc;
    /* Light blue color as shown in image_2dc8d4.png */
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 17px;
    font-weight: 600;
}

.blog-inner-content p {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    color: #111111;
}

.blog_inner_short_data p {
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    color: #111111;
}

.blog_inner_short_data {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
}


/* Back Button */

.blog-back-btn-wrapper {
    margin-top: 25px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.blog-back-btn {
    display: inline-flex;
    align-items: center;
    background: #5C5F62;
    color: #fff;
    padding: 10px 24px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    transition: background 0.3s ease;
}

.blog-back-btn:hover {
    background: black;
}

.blog-back-btn .arrow {
    margin-right: 8px;
}


/* Right Sidebar Styling */

.sidebar-widget {
    background: #fff;
    border: none;
    padding: 35px 25px 25px 25px;
    margin-bottom: 30px;
    backdrop-filter: blur(19px);
    box-shadow: 0px 4px 21px 0px #00000012;
    border-radius: 20px;
}

.widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 22px;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #ccc;
}


/* Search Widget */

.sidebar-search-form {
    position: relative;
    display: flex;
}

.sidebar-search-form .search-field {
    width: 100%;
    padding: 12px 40px 12px 26px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    backdrop-filter: blur(19px);
    box-shadow: 0px 4px 21px 0px #00000012;
    border: none;
    border-radius: 8px;
    height: 57px;
    color: #000;
}

.sidebar-search-form .search-submit {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
}
 
.sidebar-widget.search-widget {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    backdrop-filter: unset;
}

.search-widget .widget-title {
    border: none;
    padding-bottom: 0 !important;
    padding-left: 25px !important;
    margin-bottom: 18px !important;
}


/* Recent Articles List */

.recent-articles-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.recent-article-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.recent-thumb {
    flex: 0 0 100px;
}

.recent-thumb img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
}

.recent-info {
    flex: 1;
}

.recent-info h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
    line-height: 1.2;
    padding-bottom: 0 !important;
}

.recent-info h4 a {
    color: #000;
    text-decoration: none;
}

.recent-info h4 a:hover {
    color: #699dcc;
}

.recent-loadmore {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}


/* ==========================================================================
   Responsive Media Queries (As requested)
   ========================================================================== */


/* 1. Mobile Portrait Screens */

@media all and (min-width: 320px) and (max-width: 767px) {
    .blog-inner-layout {
        grid-template-columns: 1fr;
    }
    .blog-inner-content h2,
    .blog-inner-content h3 {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 5px;
        line-height: 1.4;
    }
    .blog-inner-content p {
        margin-bottom: 8px;
        line-height: 24px;
        font-size: 14px;
    }
    .blog-inner-title {
        font-size: 22px;
    }
    .blog_inner_short_data p {
        line-height: 26px;
        font-size: 15px;
    }
    .blog-feature-image-wrapper {
        margin-bottom: 25px;
    }
    .blog-feature-image-wrapper img {
        height: 300px;
    }
    .recent-articles-list {
        gap: 14px;
    }
    .recent-thumb img {
        height: 80px;
    }
    .recent-thumb {
        flex: 0 0 80px;
    }
    .sidebar-widget {
        padding: 25px 15px 15px 15px;
    }
    .widget-title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 12px !important;
    }
    .search-widget .widget-title {
        padding-left: 15px !important;
        margin-bottom: 15px !important;
    }
    .sidebar-search-form .search-field {
        padding: 12px 40px 12px 16px;
        height: 45px;
    }
    .sidebar-widget {
        margin-bottom: 20px;
    }
    .pd90.blog_single_pg_sec {
        padding-top: 25px !important;
    }
    .blog_bread_sec {
        margin-top: 112px !important;
    }
    .blog-breadcrumb {
        font-size: 14px;
        margin-bottom: 15px;
        gap: 10px;
        margin-top: 15px;
        line-height: 1.2;
        padding: 0 15px;
    }
    .blog-breadcrumb span.separator svg {
        transform: scale(0.8);
        display: flex;
    }
    .blog-breadcrumb span {
        margin-top: 0;
    }
}


/* 2. Mobile Landscape/Small Tablets */

@media all and (min-width: 481px) and (max-width: 767px) {
    .blog-inner-layout {
        grid-template-columns: 1fr;
    }
    .blog-inner-content h2,
    .blog-inner-content h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .blog-inner-content p {
        margin-bottom: 8px;
        line-height: 28px;
        font-size: 15px;
    }
    .blog-inner-title {
        font-size: 22px;
    }
    .blog_inner_short_data p {
        line-height: 26px;
        font-size: 15px;
    }
    .blog-feature-image-wrapper {
        margin-bottom: 25px;
    }
    .blog-feature-image-wrapper img {
        height: 400px;
    }
    .recent-thumb img {
        height: 80px;
    }
    .recent-thumb {
        flex: 0 0 80px;
    }
    .sidebar-widget {
        padding: 25px 15px 15px 15px;
    }
    .widget-title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 12px !important;
    }
    .search-widget .widget-title {
        padding-left: 15px !important;
        margin-bottom: 15px !important;
    }
    .sidebar-search-form .search-field {
        padding: 12px 40px 12px 16px;
        height: 45px;
    }
    .sidebar-widget {
        margin-bottom: 20px;
    }
    .blog_bread_sec {
        margin-top: 112px !important;
    }
}


/* 3. Tablets Portrait */

@media all and (min-width: 768px) and (max-width: 980px) {
    .blog-inner-layout {
        grid-template-columns: 1fr;
    }
    .blog-inner-content h2,
    .blog-inner-content h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .blog-inner-content p {
        margin-bottom: 8px;
        line-height: 28px;
        font-size: 15px;
    }
    .blog-inner-title {
        font-size: 22px;
    }
    .blog_inner_short_data p {
        line-height: 26px;
        font-size: 15px;
    }
    .blog-feature-image-wrapper {
        margin-bottom: 25px;
    }
    .blog-feature-image-wrapper img {
        height: 450px;
    }
    .recent-thumb img {
        height: 80px;
    }
    .recent-thumb {
        flex: 0 0 80px;
    }
    .sidebar-widget {
        padding: 25px 15px 15px 15px;
    }
    .widget-title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 12px !important;
    }
    .search-widget .widget-title {
        padding-left: 15px !important;
        margin-bottom: 15px !important;
    }
    .sidebar-search-form .search-field {
        padding: 12px 40px 12px 16px;
        height: 45px;
    }
    .sidebar-widget {
        margin-bottom: 20px;
    }
    .blog_bread_sec {
        margin-top: 112px !important;
    }
    .blog-breadcrumb {
        font-size: 14px;
        margin-bottom: 15px;
        gap: 10px;
        margin-top: 15px;
        line-height: 1.2;
        padding: 0 15px;
    }
    .blog-breadcrumb span.separator svg {
        transform: scale(0.8);
        display: flex;
    }
    .blog-breadcrumb span {
        margin-top: 0;
    }
    .pd90.blog_single_pg_sec {
        padding-top: 30px !important;
    }
}


/* 4. Tablets Landscape / Small Laptops */

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .blog-inner-layout {
        grid-template-columns: 1fr 300px;
    }
    .blog-inner-content h2,
    .blog-inner-content h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .blog-inner-content p {
        margin-bottom: 8px;
        line-height: 28px;
        font-size: 15px;
    }
    .blog-inner-title {
        font-size: 22px;
    }
    .blog_inner_short_data p {
        line-height: 26px;
        font-size: 15px;
    }
    .blog-feature-image-wrapper {
        margin-bottom: 25px;
    }
    .blog-feature-image-wrapper img {
        height: 450px;
    }
    .recent-thumb img {
        height: 80px;
    }
    .recent-thumb {
        flex: 0 0 80px;
    }
    .sidebar-widget {
        padding: 25px 15px 15px 15px;
    }
    .widget-title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 12px !important;
    }
    .search-widget .widget-title {
        padding-left: 15px !important;
        margin-bottom: 15px !important;
    }
    .sidebar-search-form .search-field {
        padding: 12px 40px 12px 16px;
        height: 45px;
    }
    .sidebar-widget {
        margin-bottom: 20px;
    }
    .blog_bread_sec {
        margin-top: 130px !important;
    }
    .blog-breadcrumb {
        font-size: 15px;
        margin-bottom: 18px;
        gap: 10px;
        margin-top: 18px;
        line-height: 1.2;
    }
    .blog-breadcrumb span.separator svg {
        transform: scale(0.8);
        display: flex;
    }
    .blog-breadcrumb span {
        margin-top: 0;
    }
    .pd90.blog_single_pg_sec {
        padding-top: 30px !important;
    }
    .blog-breadcrumb {
        font-size: 15px;
        margin-bottom: 18px;
        gap: 10px;
        margin-top: 18px;
        line-height: 1.2;
        padding: 0 15px;
    }
    .blog-breadcrumb span.separator svg {
        transform: scale(0.8);
        display: flex;
    }
    .blog-breadcrumb span {
        margin-top: 0;
    }
    .pd90.blog_single_pg_sec {
        padding-top: 30px !important;
    }
}


/* 5. Standard Laptops */

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .blog-inner-layout {
        grid-template-columns: 1fr 320px;
    }
    .blog-inner-content h2,
    .blog-inner-content h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .blog-inner-content p {
        margin-bottom: 8px;
        line-height: 28px;
        font-size: 15px;
    }
    .blog-inner-title {
        font-size: 22px;
    }
    .blog_inner_short_data p {
        line-height: 26px;
        font-size: 15px;
    }
    .blog-feature-image-wrapper {
        margin-bottom: 25px;
    }
    .blog-feature-image-wrapper img {
        height: 450px;
    }
    .recent-thumb img {
        height: 80px;
    }
    .recent-thumb {
        flex: 0 0 80px;
    }
    .sidebar-widget {
        padding: 25px 15px 15px 15px;
    }
    .widget-title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 12px !important;
    }
    .search-widget .widget-title {
        padding-left: 15px !important;
        margin-bottom: 15px !important;
    }
    .sidebar-search-form .search-field {
        padding: 12px 40px 12px 16px;
        height: 45px;
    }
    .sidebar-widget {
        margin-bottom: 20px;
    }
    .blog_bread_sec {
        margin-top: 150px !important;
    }
    .blog-breadcrumb {
        font-size: 15px;
        margin-bottom: 18px;
        gap: 10px;
        margin-top: 18px;
        line-height: 1.2;
        padding: 0 15px;
    }
    .blog-breadcrumb span.separator svg {
        transform: scale(0.8);
        display: flex;
    }
    .blog-breadcrumb span {
        margin-top: 0;
    }
    .pd90.blog_single_pg_sec {
        padding-top: 30px !important;
    }
}


/* 6. Medium Laptops */

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .blog-inner-layout {
        grid-template-columns: 1fr 350px;
    }
    .blog-inner-content h2,
    .blog-inner-content h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .blog-inner-content p {
        margin-bottom: 8px;
        line-height: 28px;
        font-size: 15px;
    }
    .blog-inner-title {
        font-size: 22px;
    }
    .blog_inner_short_data p {
        line-height: 26px;
        font-size: 15px;
    }
    .blog-feature-image-wrapper {
        margin-bottom: 25px;
    }
    .blog-feature-image-wrapper img {
        height: 450px;
    }
    .recent-thumb img {
        height: 80px;
    }
    .recent-thumb {
        flex: 0 0 80px;
    }
    .sidebar-widget {
        padding: 25px 15px 15px 15px;
    }
    .widget-title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 12px !important;
    }
    .search-widget .widget-title {
        padding-left: 15px !important;
        margin-bottom: 15px !important;
    }
    .sidebar-search-form .search-field {
        padding: 12px 40px 12px 16px;
        height: 45px;
    }
    .sidebar-widget {
        margin-bottom: 20px;
    }
    .blog_bread_sec {
        margin-top: 150px !important;
    }
    .blog-breadcrumb {
        margin-bottom: 20px;
        gap: 10px;
        margin-top: 20px;
        line-height: 1.2;
        padding: 0 15px;
    }
    .blog-breadcrumb span.separator svg {
        transform: scale(0.8);
        display: flex;
    }
    .blog-breadcrumb span {
        margin-top: 0;
    }
    .pd90.blog_single_pg_sec {
        padding-top: 30px !important;
    }
}


/* 7. Large Laptops / Desktops */

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .blog-inner-content h2,
    .blog-inner-content h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .blog-inner-content p {
        margin-bottom: 8px;
        line-height: 28px;
        font-size: 15px;
    }
    .blog-inner-title {
        font-size: 22px;
    }
    .blog_inner_short_data p {
        line-height: 26px;
        font-size: 15px;
    }
    .blog-feature-image-wrapper {
        margin-bottom: 25px;
    }
    .blog-feature-image-wrapper img {
        height: 450px;
    }
    .recent-thumb img {
        height: 80px;
    }
    .recent-thumb {
        flex: 0 0 80px;
    }
    .sidebar-widget {
        padding: 25px 15px 15px 15px;
    }
    .widget-title {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 12px !important;
    }
    .search-widget .widget-title {
        padding-left: 15px !important;
        margin-bottom: 15px !important;
    }
    .sidebar-search-form .search-field {
        padding: 12px 40px 12px 16px;
        height: 45px;
    }
    .sidebar-widget {
        margin-bottom: 20px;
    }
    .blog_bread_sec {
        margin-top: 150px !important;
    }
    .blog-breadcrumb {
        margin-bottom: 20px;
        gap: 10px;
        margin-top: 20px;
        line-height: 1.2;
        padding: 0 15px;
    }
    .blog-breadcrumb span.separator svg {
        transform: scale(0.8);
        display: flex;
    }
    .blog-breadcrumb span {
        margin-top: 0;
    }
    .pd90.blog_single_pg_sec {
        padding-top: 30px !important;
    }
}


/* 8. Extra Large Screen */

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .blog-inner-container {
        max-width: 1320px;
    }
    .blog-breadcrumb {
        margin-bottom: 20px;
        gap: 10px;
        margin-top: 20px;
        line-height: 1.2;
        padding: 0 15px;
    }
    .blog-breadcrumb span.separator svg {
        transform: scale(0.8);
        display: flex;
    }
    .blog-breadcrumb span {
        margin-top: 0;
    }
    .pd90.blog_single_pg_sec {
        padding-top: 30px !important;
    }
}


/* 9. Ultra Wide Screens */

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .blog-inner-container {
        max-width: 1320px;
    }
}