﻿/* Top Featured Section */
    .featured-section {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        align-items: center;
        margin-bottom: 1rem;
    }

    @media (min-width: 768px) {
        .featured-section {
            grid-template-columns: 4fr 8fr;
        }
    }

    .featured-image-wrapper img {
        width: 100%;
        border-radius: 0.75rem;
    }

    .featured-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .date-badge {
        font-size: 1rem;
        font-weight: 400;
        color: #161616;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 0.5rem;
    }

        .date-badge b {
            font-weight: 600;
        }


    .featured-title {
        font-size: 1.875rem;
        font-weight: 700;
        color: #161616;
        line-height: 1.25;
        margin: 0 0 0.5rem 0; 
    }

    .featured-subtitle {
        font-size: 1.25rem;
        font-weight: 600;
        color: #161616;
        margin-bottom: 1rem;
    }

    .featured-description,
    .featured-content p {
        font-size: 1rem;
        color: #161616;
        line-height: 1.6;
        margin-bottom: 1rem;
    }

    /* Read More Links */
    .read-more-link {
        display: inline-flex;
        align-items: center;
        color: #1eabdc;
        font-weight: 500;
        text-decoration: none;
        font-size: 1.2rem;
    }

        .read-more-link:hover {
            text-decoration: underline;
            color: #1eabdc;
        }

        .read-more-link svg {
            width: 1rem;
            height: 1rem;
            margin-left: 0.25rem;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }



    /* Blog Grid System */
    .blog-grid {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 2rem;
        row-gap: 3rem;
    }

    @media (min-width: 768px) {
        .blog-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    /* Card Styling */
    .blog-card {
        display: none;
        flex-direction: column;
    }

    .card-image {
        width: 100%;
        object-fit: cover;
        border-radius: 0.75rem;
        margin-bottom: 1rem;
    }

    .card-date {
        font-size: 1rem;
        font-weight: 400;
        color: #161616;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 0.5rem;
    }

    .card-title {
        font-size: 1.3rem;
        font-weight: 700;
        color: #030712;
        line-height: 1.35;
        margin-bottom: 0.5rem;
    }

    .card-excerpt,
    .blog-card p {
        font-size: 1rem;
        color: #161616;
        line-height: 1.6;
        margin-bottom: 1rem;
    }

    .card-link {
        font-size: 1rem;
        margin-top: auto;
    }

        .card-link svg {
            width: 0.875rem;
            height: 0.875rem;
        }

    .BannerHolder {
        padding: 10px 0px 60px;
        position: relative;
    }

    .BannerHolder .blogsubTitle {
        letter-spacing: 6px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        text-transform: uppercase;
        color: #fff;
    }

    .BannerHolder img {
        width: 100%;
        filter: brightness(70%);
    }

    .loadMore {
        width: 100%;
        text-align: center;
        padding:30px 10px;
    }

    #seeMore {
        color: #333;
        border: 1px solid #333;
        padding: 10px 20px;
        display:inline-block;
    }

    #seeMore:hover {
        background: #1eabdc;
        color: #fff;
    }

    .featured-sectioncarosel .owl-page {
        display: inline-block;
    }

    .featured-sectioncarosel .owl-page span,
    .featured-sectioncarosel .owl-dot span {
        background: #ccc;
        height: 10px;
        width: 10px;
        margin-right: 10px;
        border-radius: 50%;
        display: inline-block; /* Forces visibility if color was transparent */
    }

    .featured-sectioncarosel .owl-page.active span,
    .featured-sectioncarosel .owl-dot.active span {
        background: #1eabdc;
    }

.featured-sectioncarosel .owl-pagination,
.featured-sectioncarosel .owl-dots {
    text-align: center;
    padding-bottom: 50px;
}
/************************* Inner Page ********************************/
.hero img {
        width: 100%;
        display: block;
    }

    .intro {
        text-align: center;
        padding: 30px 0;
    }

    .intro h1 {
        font-size: 40px;
        margin-bottom: 25px;
        color: #000;
    }

    .intro p {
        width: 100%;
        color: #000;
        margin: 15px auto;
        font-size: 14px;
        line-height: 20px;
    }

    .content-section {
        padding: 40px 0;
    }
    .content-section:nth-child(odd) {
        background: #f5f5f5;
    }
    .content-section:nth-child(even) {
        background: #fff;
    }
    .gray {
        background: #f5f5f5;
    }

    .carddetails {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .text {
        flex: 2;
    }

        .text h2 {
            margin-bottom: 20px;
            color: #000;
            font-size: 22px;
        }

        .text p {
            margin: 0 0 10px;
            color: #000;
            text-align: justify;
            font-size: 14px;
        }

    .image {
        flex: 1;
    }

        .image img {
            width: 100%;
            border-radius: 10px;
        }

    .hero {
        background: url('../images/blog-banner.jpg') center/cover;
        position: relative;
    }

    .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.35);
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .overlay h1 {
            color: #fff;
            letter-spacing: 8px;
            font-size: 56px;
            font-weight: 500;
        }

    .featured-blog {
        padding: 80px 0;
    }

    .featured-wrapper {
        display: flex;
        align-items: center;
        gap: 50px;
    }

    .featured-image {
        width: 380px;
    }

        .featured-image img {
            width: 100%;
            border-radius: 12px;
        }

    .featured-content {
        flex: 1;
    }

        .featured-content span {
            color: #161616;
            font-size: 14px;
        }

        .featured-content h2 {
            font-size: 48px;
            line-height: 1.1;
            margin: 15px 0;
        }

        .featured-content p {
            color: #161616;
            margin-bottom: 20px;
        }

        .featured-content a {
            color: #00a5e5;
            text-decoration: none;
            font-weight: 600;
        }

    .blog-grid {
        padding-bottom:30px;
    }

    .cards {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 40px;
    }

    .card img {
        width: 100%;
        border-radius: 10px;
    }

    .card span {
        display: block;
        margin-top: 20px;
        font-size: 13px;
        color: #777;
    }

    .card h3 {
        margin: 12px 0;
        font-size: 34px;
        line-height: 1.2;
    }

    .card p {
        color: #666;
        margin-bottom: 20px;
    }

    .card a {
        color: #00a5e5;
        font-weight: 600;
        text-decoration: none;
    }

    .mg20 {
        margin-bottom: 20px;
    }

    @media screen and (min-width: 1470px) and (max-width: 1920px) {
        .text p {
            font-size: 16px;
            line-height: 28px;
        }
    }