 :root {
            --primary-blue: #0B3C61;
            --bg-light: #fafafc;
            --text-main: #334155;
            --text-dark: #0f172a;
        }

/* Container & Shared Layout */
#primeagile__13104 {
    display: grid;
    place-content: center;
    background: #E8F8F4;
    padding: 5rem;
}

#primeagile__13104 h1, 
#primeagile__13104 h2,
#primeagile__13109,
.search-bar-container,
#primeagile__13106 #pagelist {
    color: #0A3B60 !important;
    width: 80vw;
    max-width: 1280px;
}

#primeagile__13106 #pagelist, 
.search-bar-container {
    margin: 0 auto;
    justify-content: flex-start;
}

/* Featured Section (#13109) */
#primeagile__13109 {
    background: #0A3B60;
    border-radius: 1rem;
    overflow: hidden;
    margin: 4rem;
}

#primeagile__13109 h1 {
    color: #FFFFFF;
    font-size: 2rem !important;
}

#primeagile__13109 h1::before {
    content: "Featured";
    display: block;
    font-size: 1rem;
    margin: 2rem 0;
    color: #d3d3d3;
}

/* Search Bar Customization */
.search-bar-container input {
    border: 1px solid #313030 !important;
    background: none !important;
    border-radius: 3px !important;
    width: 20rem !important;
}

.search-bar-container .search-categories {
    display: none !important;
}

/* Blog Cards */
.blog-card {
    border-top: 3px solid #0A3B60;
    padding-top: 1rem;
    /*width: 20rem;*/
}

.blog-card > div {
    display: flex;
}

.blog-card > div p {
    font-size: 1rem !important;
    color: grey;
}

.blog-card h2 {
    font-size: 1.6rem !important;
    color: #0A3B60 !important;
}

.blog-card h2::after {
    content: "Read More";
    display: block;
    text-decoration: underline;
    font-size: 1rem;
    margin: 1.5rem 0;
}

/* Specific IDs & Small Tweaks */
#primeagile__13104 h1#primeagile__13107 {
    font-size: 1.5rem !important;
}

#primeagile__13110 {
    padding: 0;
}

#primeagile__13111 {
    align-content: flex-end;
    padding: 2rem;
}

#primeagile__13114 {
    color: #FFFFFF;
}

#primeagile__13123 {
    position: relative;
    width: 100%;
    margin:0 auto;
    width: 80%;
    max-width: 1500px;
    height: 450px;    /* Adjust height as needed */
    overflow: hidden;
    border-radius: 8px; 
    color: #ffffff;
}

#primeagile__13123 h1{
    color: #FFFFFF;
    font-size: 3.5rem !important;
}
.d-flex{
    display: flex;
    place-items: flex-start;
    gap: 1rem;
}

/* Dark gradient overlay to make text readable */
#primeagile__13123::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
}
.text-white{
    color: #FFFFFF
}
.text-center {
    text-align: center;
}

/* Image styling */
#primeagile__13124 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Header Title (The "How AI Is Quietly Changing..." text) */
#primeagile__13125 {
    position: absolute;
    bottom: 60px; /* Positions it above the date */
    left: 40px;
    right: 40px;
    z-index: 2;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.02em;
}

/* The Date Styling */
#primeagile__13123 span {
    position: absolute;
    bottom: 30px;
    left: 40px;
    z-index: 2;
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0 !important; /* Overriding inline margin from HTML */
}

#primeagile__13123::before {
    content: "Blog";
    position: absolute;
    bottom: 200px; /* Adjust based on title height */
    left: 40px;
    z-index: 2;
    font-weight: 700;
    font-size: 1rem;
}
.section-item {
            margin-bottom: 5rem;
        }

        .section-number {
            font-size: 2.5rem;
            font-weight: 300;
            color: var(--primary-blue);
            line-height: 1;
        }

        h2 {
            font-size: 1.75rem;
            font-weight: 500;
            color: var(--text-dark);
            margin-bottom: 1.5rem;
        }

        .section-content {
            padding-left: 1rem;
            border-left: 2px solid #f1f5f9;
            margin-left: 0.5rem;
        }

        @media (min-width: 768px) {
            .section-content {
                padding-left: 4rem;
                margin-left: 0;
                border-left: none;
            }
        }

        /* Feature Box */
        .feature-card {
            background-color: var(--text-dark);
            color: white;
            border-radius: 1rem;
            padding: 4rem;
            margin: 6rem 0;
            position: relative;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }

        .feature-card p {
            color: #cbd5e1;
            font-weight: 300;
        }

        /* Conclusion */
        .conclusion-box {
            background-color: #eff6ff;
            border-left: 5px solid var(--primary-blue);
            padding: 2.5rem;
            border-radius: 1.5rem;
            margin: 3rem 0;
        }

        .conclusion-box p {
            color: var(--text-dark);
            font-weight: 700;
            margin-bottom: 0;
        }

        .btn-cta {
            background-color: var(--primary-blue);
            color: white;
            border-radius: 50px;
            padding: 1.25rem 3rem;
            font-weight: 700;
            border: none;
            font-size: 1.1rem;
            box-shadow: 0 20px 25px -5px rgba(37, 99, 235, 0.2);
            transition: all 0.4s ease;
        }

        .btn-cta:hover {
            background-color: var(--text-dark);
            transform: translateY(-3px);
            color: white;
        }