.blogs_section .hero-title img {
    height: auto;
}

.blog-card {
    background: var(--plainclr);
    border: 1px solid #E5E3DC;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}

.blog-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: #e0e5ed;
}



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

.blog-img-wrapper img {
    width: 100%;
    height: 100%;
}

.blog-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-meta,
.blog-meta span {
    font-size: 12px;
    color: var(--themeprimaryclr);
    margin-right: 10px;
    margin-bottom: 5px;
}

.blog-meta i {
    color: var(--themeprimaryclr);
    margin-right: 4px;
}

.blog-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--darkclr);
    font-family: var(--primaryfont);
    line-height: 1.4;
    margin-bottom: 12px;

    /* Multi-line Ellipsis */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title a {
    font-size: 20px;
    font-weight: 500;
    color: var(--darkclr);
    font-family: var(--primaryfont);
    line-height: 1.4;
    margin-bottom: 12px;

    /* Multi-line Ellipsis */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-desc {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;

    /* Multi-line Ellipsis */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-footer {
    margin-top: auto;

    padding-top: 15px;
    border-top: 1px solid #F1ECF3;
}

.read-more-text {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--themeprimaryclr);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.circle-arrow-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--lightbg);
    color: var(--darkclr);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.circle-arrow-btn.active {
    background-color: var(--themeprimaryclr);
    color: var(--plainclr);
}

.blog-card:hover .circle-arrow-btn {
    background-color: var(--themeprimaryclr);
    color: var(--plainclr);
}

/* Right Sidebar Styling */
.sidebar_card_two {
    background: var(--plainclr);
    border: 1px solid #E5E3DC;
    border-radius: 25px;
    padding: 28px 24px;
    position: sticky;
    top: 15%;
}

.sidebar-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-family: var(--primaryfont);
    font-weight: 500;
    color: var(--darkclr);
    padding-bottom: 18px;
    border-bottom: 1px solid #f0edf5;
    margin-bottom: 20px;
}

.sidebar-header i {
    color: var(--themeprimaryclr);
}

.recent-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f4f2f8;
}

.recent-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.recent-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--darkclr);
    line-height: 1.4;
    text-decoration: none;
    display: block;
    font-family: var(--primaryfont);
    transition: color 0.2s ease;
}

.recent-title:hover {
    color: var(--themeprimaryclr);
}


/* Blog Details Start */
.blogs_section_details {
    background-color: #F6F2F7;
}

.blog-detail-card {
    background-color: var(--plainclr);
    border-radius: 24px;
    padding: 25px;
    border: 1px solid #E5E3DC;
    margin: 0 auto;
}

.blog-detail-card img,
.blog-detail-card iframe {
    width: 100%;
}

/* Blog Header */
.blog-main-title {
    font-size: 37px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 16px;
}

.blog-meta-info span {
    font-size: 12px;
    color: var(--themeprimaryclr);
    margin-right: 10px;
}

.blog-meta-info {
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E3DC;
    padding-bottom: 20px;
}

.blog-meta-info i {
    color: var(--themeprimaryclr);
    margin-right: 4px;
}



.framework-row strong,
.ai-layer strong {
    display: block;
    color: #000;
    font-size: .82rem;
    line-height: 1.15;
    font-weight: 500 !important;
}

.ai-layer small {
    font-size: .85rem;
}

.ai-layer strong,
.ai-layer small {
    color: #ffffff;
}

.quote-card {
    margin-top: 22px;
    padding: 22px 18px 22px;
    color: #071350;
    background: linear-gradient(135deg, #f8f7ff, #eef1ff);
    box-shadow: none;
}

.quote-mark {
    color: #6e35e8;
    font-size: 4rem;
    line-height: .55;
    font-weight: 800;
}

.quote-card p {
    margin-bottom: 10px;
    color: #000;
}

.share-box {
    padding: 22px 4px 0;
}

.share-box p {
    margin-bottom: 14px;
    font-size: 1rem;
    display: block;
}

.linkedin {
    background: #1577b8;
}

.share {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.twitter {
    background: #3188ee;
}

.facebook {
    background: #2c55a4;
}


.hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: #030b24;
    margin-bottom: 45px;
    padding: 100px 0px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 8, 25, .72) 0%, rgba(3, 8, 25, .56) 38%, rgba(3, 8, 25, .16) 64%, rgba(3, 8, 25, .08) 100%);
    z-index: 1;
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}




.min-vh-hero {
    padding: 0px 20px;
}

.blog-dtl br {
    display: none;
}

.remove_tags br {
    display: none;
}

.remove_tags p {
    display: none;
}

.remove_tags .article-section p {
    display: block;
}

.intro-copy p {
    display: block;
}

.hero p {
    font-size: 0.9375rem;
    color: white;
    line-height: 30px;
    z-index: 99999;
    position: relative;
}

.intro-copy {
    max-width: 100%;
}

.article-section {
    display: flex;

    gap: 6px;
}

.icon-box {
    flex: 0 0 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: #5926d8;
    background: linear-gradient(135deg, #e4dcff, #f2efff);
    border-radius: 8px;
    font-size: 2rem;
    font-weight: 800;
}

.article-section h2 {
    margin: 4px 0 8px;
    color: var(--darkclr);
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}

.article-section ul {
    margin: 8px 0 20px;
    padding-left: 20px;
}

.article-section li {
    color: var(--paragraph);
    margin-bottom: 4px;
    list-style: disc;
}

.article-section li::marker {
    color: #512bd8;
}

.question-list {
    width: 100%;
    max-width: 100%;
    margin: 18px 0 18px;
}

.question-row {
    display: grid;
    grid-template-columns: 24px 116px 1fr;
    gap: 12px;
    align-items: start;
    margin-bottom: 10px;
    font-size: .92rem;
    line-height: 1.25;
}

.number {
    width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: #4C38BD;
    border-radius: 50%;
    font-size: .76rem;
    font-weight: 800;
}

.question-row strong {
    color: var(--darkclr);
    font-size: .86rem;
}

.framework-card {
    padding: 25px 18px 22px;
}

.sidebar-card {
    background: #fff;
    border: 1px solid rgba(6, 19, 58, .08);
    border-radius: 8px;
    box-shadow: 0 12px 36px rgba(21, 31, 68, .1);
}

.framework-card h3 {
    margin: 0 20px 10px;
    color: #000;
    font-size: 18px;

    line-height: 25px;
    font-weight: 500;
}

.framework-card>p {
    margin: 0 20px 22px;
    color: #121b3a;
    font-size: 1rem;
    line-height: 1.3;
}

.framework {
    display: grid;
    gap: 4px;
}

.framework-row {
    min-height: 96px;
    display: grid;

    grid-template-columns: 101px 3px 1fr;
    gap: 12px;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, #ffffff, #f8f8fb);
    border-radius: 8px;
    padding: 0px 10px 0px 0px;
}

.step-5 {
    background: linear-gradient(180deg, #7d35ef, #5732d1);
}

.quote-card p {
    display: block;
}

.step {
    height: 80px;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
    border-radius: 12px;
}

.step-icon {
    color: #245ef2;
    font-size: 2rem;
    text-align: center;
}

.framework-row strong,
.ai-layer strong {
    display: block;
    color: #000;
    font-size: .82rem;
    line-height: 1.15;
}

.framework-row small,
.ai-layer small {
    display: block;
    margin-top: 4px;
    color: #050817;
    font-size: .74rem;
    line-height: 1.2;
}

.step-4 {
    background: linear-gradient(180deg, #3d64f0, #2a54d8);
}

.step-3 {
    background: linear-gradient(180deg, #3383f5, #2174e1);
}

.step-2 {
    background: linear-gradient(180deg, #32bdd5, #1d9fc5);
}

.step-1 {
    background: linear-gradient(180deg, #246bd0, #1c4faa);
}

.down-arrow {
    margin: -2px 0;
    color: var(--ink);
    text-align: center;
    font-size: 2rem;
    line-height: .9;
    font-weight: 800;
}

.ai-layer {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    align-items: center;
    min-height: 102px;
    padding: 15px 20px;
    color: #ffffff;
    background: linear-gradient(135deg, #030831, #062056);
    border-radius: 8px;
}

.ai-icon {
    color: #8b42ff;
    font-size: 60px;
}

.ai-layer strong {
    font-size: 1.05rem;
}

.ai-layer strong,
.ai-layer small {
    color: #ffffff;
}