
/* --- 01. About Hero Background Image Compact Styles --- */
.dj-about-hero-bg-compact {
    position: relative;
    padding: 90px 0; /* Significantly reduced vertical height footprint */
    display: flex;
    align-items: center;
    background-color: #120224; /* Fallback brand deep purple anchor */
    overflow: hidden;
}

/* Full Bleed Background Element Framework */
.dj-hero-bg-image-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    border-bottom: 3px solid var(--primary);
}

/* Sophisticated light contrast overlay mask */
.dj-hero-bg-contrast-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, 
        rgba(250, 250, 250, 1) 0%, 
        rgba(250, 250, 250, 0.95) 45%, 
        rgba(250, 250, 250, 0.605) 70%, 
        rgba(250, 250, 250, 0.105) 100%);
    z-index: 2;
}

.z-index-5 {
    z-index: 5;
}

/* Left Column Typography Footprint Properties */
.dj-about-variant-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #7610cd; /* Brand purple secondary accent color element */
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
}

.dj-about-variant-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.6rem; /* Scaled down header size for the compact block */
    font-weight: 800;
    line-height: 1.2;
    color: #120224; /* Dark purple contrast header color */
    letter-spacing: -0.8px;
    margin-bottom: 16px;
}

.dj-about-variant-title .text-purple-accent {
    color: #7610cd;
}

.dj-about-variant-description {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem; /* Scaled down description font */
    color: #444444;
    line-height: 1.6;
    margin-bottom: 28px;
}

/* Actions Arrangement Alignments */
.dj-about-variant-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Premium Primary Solid Action Capsule Link */
.btn-variant-prime {
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--white);
    background-color: #7610cd;
    padding: 11px 26px;
    border-radius: 50px; /* Lock precise capsule profile */
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(118, 16, 205, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-variant-prime span {
    transition: transform 0.2s ease;
    display: inline-block;
}

.btn-variant-prime:hover {
    background-color: #120224;
    color: var(--white);
    box-shadow: 0 4px 15px rgba(18, 2, 36, 0.15);
}

.btn-variant-prime:hover span {
    transform: translateX(3px);
}

/* Matte Outlined Button Component */
.btn-variant-outline {
    font-family: 'Inter', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: #120224;
    background-color: transparent;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid rgba(18, 2, 36, 0.15);
    transition: all 0.3s ease;
}

.btn-variant-outline:hover {
    background-color: rgba(18, 2, 36, 0.04);
    border-color: #120224;
}


/* --- FLEXIBLE RESPONSIVE VIEWPORT ENGINE BREAKPOINTS --- */
@media (max-width: 1199px) {
    .dj-about-variant-title { font-size: 2.2rem; }
    .dj-about-hero-bg-compact { padding: 80px 0; }
}

@media (max-width: 991px) {
    .dj-hero-bg-contrast-overlay {
        background: linear-gradient(to right, 
            rgba(250, 250, 250, 1) 0%, 
            rgba(250, 250, 250, 0.95) 60%, 
            rgba(250, 250, 250, 0.8) 100%);
    }
    .dj-about-variant-title { font-size: 2rem; }
}

@media (max-width: 767px) {
    .dj-about-hero-bg-compact { padding: 60px 0; }
    
        /* .dj-hero-bg-contrast-overlay {
            background: rgba(250, 250, 250, 0.96);
        } */
    
    .dj-about-variant-title { font-size: 1.75rem; letter-spacing: -0.5px; }
    .dj-about-variant-description { font-size: 0.9rem; margin-bottom: 24px; }
    
    .dj-about-variant-actions {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .btn-variant-prime, .btn-variant-outline {
        width: 100%;
        justify-content: center;
    }
}
/* --- 02. Vision & Mission Section Styles --- */
.dj-mission-vision-section {
    padding: 100px 0;
    background-color: #fafafa; /* Smooth clean studio backdrop tint matching image galleries */
    color: #120224;
    position: relative;
}

/* Typographic Core Settings */
.dj-mv-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #7610cd; /* Core brand purple asset color */
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 14px;
}

.dj-mv-main-heading {
    font-family: 'Inter', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.2;
    color: #120224;
    letter-spacing: -0.8px;
    margin-bottom: 20px;
}

.dj-mv-narrative {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #555555;
    line-height: 1.65;
    margin-bottom: 28px;
}

.dj-mv-text-link {
    font-family: 'Inter', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: #7610cd;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.dj-mv-text-link .arrow {
    transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1);
    display: inline-block;
}

.dj-mv-text-link:hover {
    color: #120224;
}

.dj-mv-text-link:hover .arrow {
    transform: translateX(4px);
}

/* --- RIGHT SIDE CARD ELEMENT STACK --- */
.dj-mv-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: center;
}

/* Premium White-Canvas Structural Interaction Cards */
.dj-mv-interactive-card {
    background-color: var(--white);
    padding: 32px;
    border-radius: var(--custom-radius); /* Strict 12px layout radius constraint */
    border: 1px solid rgba(18, 2, 36, 0.05);
    box-shadow: 0 4px 20px rgba(18, 2, 36, 0.02);
    display: flex;
    align-items: flex-start;
    gap: 24px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* High-Contrast Brand Graphic Icon Containers */
.dj-mv-icon-box {
    width: 100px;
    height: auto;
    /* background-color: rgba(118, 16, 205, 0.06); */
    color: #7610cd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.dj-mv-card-body {
    text-align: left;
}

.dj-mv-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #120224;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
}

.dj-mv-card-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 0;
}

/* --- CARD HOVER INTERACTION SCHEMES --- */
.dj-mv-interactive-card:hover {
    transform: translateY(-4px); /* Light clean offset shift */
    border-color: rgba(118, 16, 205, 0.15);
    box-shadow: 0 15px 30px rgba(118, 16, 205, 0.05);
}

/* .dj-mv-interactive-card:hover .dj-mv-icon-box {
    background-color: #7610cd;
    color: var(--white);
    box-shadow: 0 4px 12px rgba(118, 16, 205, 0.25);
} */


/* --- SYSTEM SYSTEM RESPONSIVE LAYOUT ENGINE BREAKPOINTS --- */
@media (max-width: 1199px) {
    .dj-mv-main-heading { font-size: 2.2rem; }
}

@media (max-width: 991px) {
    .dj-mission-vision-section { padding: 80px 0; }
    .dj-mv-main-heading { font-size: 2rem; }
    .dj-mv-interactive-card { padding: 28px; gap: 20px; }
}

@media (max-width: 767px) {
    .dj-mission-vision-section { padding: 60px 0; }
    .dj-mv-main-heading { font-size: 1.75rem; letter-spacing: -0.5px; }
    .dj-mv-narrative { font-size: 0.92rem; margin-bottom: 24px; }
    
    .dj-mv-interactive-card {
        flex-direction: column; /* Stacks icons linearly on smartphone rows */
        gap: 16px;
        padding: 24px;
    }
    .dj-mv-icon-box { width: 44px; height: 44px; }
    .dj-mv-card-title { font-size: 1.2rem; }
    .dj-mv-card-text { font-size: 0.88rem; }
}
/* --- 03. Scrolling Numbers Counter Styles --- */
.dj-scrolling-numbers-section {
    padding-bottom: 20px;
    background-color: #fafafa; /* Smooth clean white canvas surface alignment */
    color: #120224;
}

.dj-stats-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #7610cd; /* Brand purple secondary accent color */
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
}

.dj-stats-main-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    color: #120224;
    letter-spacing: -0.5px;
}

/* Micro Minimal Stat Card Containers */
.dj-counter-card {
    background-color: var(--white);
    padding: 40px 24px;
    border-radius: var(--custom-radius); /* Strict 12px design token constraint */
    border: 1px solid rgba(18, 2, 36, 0.04);
    box-shadow: 0 4px 20px rgba(18, 2, 36, 0.02);
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.dj-counter-card:hover {
    transform: translateY(-4px); /* Clean floating luxury lift */
    box-shadow: 0 12px 30px rgba(18, 2, 36, 0.05);
}

/* Big Display Numbers Typography Layout */
.dj-counter-number-block {
    font-family: 'Inter', sans-serif;
    font-size: 3.4rem; /* Prominent visual size */
    font-weight: 800;
    line-height: 1;
    color: #120224;
    letter-spacing: -1px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Colorful gradient emphasis on scrolling values */
.dj-counter-value {
    background: linear-gradient(135deg, #120224 0%, #7610cd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dj-counter-suffix {
    color: #7610cd; /* Uniform corporate brand secondary color on modifiers */
}

.dj-counter-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #555555;
    line-height: 1.5;
    margin-bottom: 0;
}


/* --- SYSTEM VIEWPORT RESPONSIVE LAYOUT ENGINE BREAKPOINTS --- */
@media (max-width: 1199px) {
    .dj-counter-number-block { font-size: 3rem; }
    .dj-stats-main-title { font-size: 2.1rem; }
}

@media (max-width: 991px) {
    .dj-scrolling-numbers-section { padding: 80px 0; }
    .dj-counter-card { padding: 30px 20px; }
}

@media (max-width: 767px) {
    .dj-scrolling-numbers-section { padding: 60px 0; }
    .dj-stats-main-title { font-size: 1.75rem; letter-spacing: -0.5px; }
    .dj-counter-number-block { font-size: 2.6rem; }
    .dj-counter-label { font-size: 0.88rem; }
}
/* --- 04. Course Details Section Styles --- */
.dj-course-details-section {
    padding: 100px 0;
    background-color: var(--white);
    color: #120224;
}

/* --- LEFT COLUMN: STICKY METADATA SNAPSHOT CARD --- */
.dj-course-snapshot-card {
    background-color: #fafafa; /* Minimal light accent surface canvas */
    border: 1px solid rgba(18, 2, 36, 0.04);
    padding: 36px 30px;
    border-radius: var(--custom-radius); /* Strict 12px design token constraint */
    position: sticky;
    top: 40px; /* Keeps card beautifully locked in viewport on scroll */
    box-shadow: 0 4px 24px rgba(18, 2, 36, 0.01);
}

.snapshot-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #120224;
    letter-spacing: -0.3px;
    margin-bottom: 0;
    text-align: left;
}

.snapshot-divider {
    border-color: rgba(18, 2, 36, 0.08);
    margin: 20px 0;
}

.snapshot-meta-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
}

.snapshot-meta-list li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}

.snapshot-meta-list li:last-child {
    margin-bottom: 0;
}

.meta-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #7610cd; /* Brand purple secondary accent string */
    letter-spacing: 1px;
}

.meta-value {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #444444;
    line-height: 1.5;
}

.btn-snapshot-action {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--white);
    background-color: #120224;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 50px; /* Precise capsule layout border profile */
    transition: all 0.3s ease;
}

.btn-snapshot-action:hover {
    background-color: #7610cd;
    color: var(--white);
    box-shadow: 0 4px 12px rgba(118, 16, 205, 0.2);
}

/* --- RIGHT COLUMN: DETAILED INFRASTRUCTURE TEXT segments --- */
.segment-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #7610cd;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 10px;
}

.segment-heading {
    font-family: 'Inter', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #120224;
    letter-spacing: -0.6px;
    margin-bottom: 18px;
}

.segment-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #555555;
    line-height: 1.65;
}

/* --- BOOTSTRAP CUSTOM CLEAN ACCORDION SYSTEM --- */
.dj-custom-accordion .accordion-item {
    background-color: var(--white);
    border: 1px solid rgba(18, 2, 36, 0.06);
    border-radius: var(--custom-radius) !important; /* Forces uniform 12px shape boundaries */
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: none;
}

.dj-custom-accordion .accordion-button {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #120224;
    background-color: var(--white);
    padding: 22px 24px;
    box-shadow: none !important;
    border: none;
}

.dj-custom-accordion .accordion-button:not(.collapsed) {
    color: #7610cd;
    background-color: rgba(118, 16, 205, 0.02);
}

/* Interactive Accordion Custom Caret Modifiers */
.dj-custom-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23120224' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 1.25rem;
    transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.dj-custom-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237610cd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.dj-custom-accordion .accordion-body {
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    color: #555555;
    line-height: 1.6;
    padding: 4px 24px 24px 24px;
    background-color: rgba(118, 16, 205, 0.02);
}

/* --- SYSTEM VIEWPORT RESPONSIVE LAYOUT ENGINE BREAKPOINTS --- */
@media (max-width: 1199px) {
    .segment-heading { font-size: 1.95rem; }
}

@media (max-width: 991px) {
    .dj-course-details-section { padding: 80px 0; }
    .dj-course-snapshot-card { position: relative; top: 0; margin-bottom: 20px; padding: 30px; }
    .segment-heading { font-size: 1.75rem; }
}

@media (max-width: 767px) {
    .dj-course-details-section { padding: 60px 0; }
    .segment-heading { font-size: 1.5rem; letter-spacing: -0.4px; }
    .segment-text { font-size: 0.92rem; }
    .dj-custom-accordion .accordion-button { font-size: 0.95rem; padding: 18px 20px; }
    .dj-custom-accordion .accordion-body { padding: 0 20px 20px 20px; font-size: 0.88rem; }
}
/* --- Course Feature Image Card Styles --- */
.dj-course-feature-image-card {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: var(--custom-radius); /* Strict 12px layout radius constraint */
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(18, 2, 36, 0.05);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.dj-course-feature-image-card .feature-image-canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Subtle dark gradient overlay to anchor the micro-badge contrast */
.dj-course-feature-image-card .feature-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(18, 2, 36, 0.4) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.dj-course-feature-image-card .image-badge {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--white);
    background-color: rgba(118, 16, 205, 0.85); /* Premium brand purple tint fallback */
    backdrop-filter: blur(4px);
    padding: 6px 14px;
    border-radius: 30px;
    letter-spacing: 0.5px;
}

/* --- Interactive Hover Effect --- */
.dj-course-feature-image-card:hover {
    transform: translateY(-4px);
}

.dj-course-feature-image-card:hover .feature-image-canvas {
    transform: scale(1.06); /* Sophisticated micro-zoom framework entry */
}

/* --- Sticky Layout Adjustment Modifiers --- */
@media (min-width: 992px) {
    /* Updates the column container wrapper to let both cards stick fluidly together */
    .col-lg-4 {
        /* position: sticky; */
        top: 40px;
        height: fit-content;
    }
    .dj-course-snapshot-card {
        position: relative;
        top: 0;
    }
}

@media (max-width: 767px) {
    .dj-course-feature-image-card {
        height: 200px; /* Reduced mobile asset display height footprint */
    }
}
/* ==========================================================================
   Image-Centric Infrastructure Section
   ========================================================================== */

/* Base Section Configuration */
.dj-infrastructure-grid-section {
    background-color: #fbf9fe;
    font-family: 'Poppins', sans-serif;
}
.infra-title{
    font-size: 30px;
}
.dj-infrastructure-grid-section .segment-tag {
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    margin-bottom: 0.5rem;
}

.dj-infrastructure-grid-section .segment-heading {
    color: var(--black);
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

/* Image Centric Card Wrapper */
.dj-infra-feature-card {
    position: relative;
    min-height: 380px;
    border: none !important;
    border-radius: var(--custom-radius) !important;
    z-index: 1;
    cursor: pointer;
}

/* Background Image Layer (Handles Zoom Effect) */
.dj-infra-feature-card .card-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -2;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Gradient Overlay Layer */
.dj-infra-feature-card .card-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 22%) 0%, rgb(118 16 205) 100%);
    z-index: -1;
    transition: opacity 0.4s ease;
}

/* Content Container Over Image */
.dj-infra-feature-card .card-content-wrap {
    z-index: 2;
    transform: translateY(0px);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Glassmorphism Icon Box */
.dj-infra-feature-card .infra-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: calc(var(--custom-radius) - 4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.dj-infra-feature-card .text-purple-accent {
    color: var(--white) !important;
}

/* Card Hover Dynamics */
.dj-infra-feature-card:hover .card-bg-img {
    transform: scale(1.08);
}

.dj-infra-feature-card:hover .card-gradient-overlay {
    /* Slightly deepens overlay tone on focus */
    background: linear-gradient(to bottom, rgba(18, 18, 18, 0.6) 0%, rgba(91, 14, 160, 0.85) 100%);
}

.dj-infra-feature-card:hover .card-content-wrap {
    transform: translateY(0);
}

.dj-infra-feature-card:hover .infra-icon-box {
    background-color: var(--primary);
    border-color: var(--primary-light);
    box-shadow: 0 4px 12px rgba(118, 16, 205, 0.4);
}

/* Description Typography Tweaks */
.dj-infra-feature-card .infra-desc {
    opacity: 0.85;
    line-height: 1.5;
}

/* Mobile Media Queries */
@media (max-width: 768px) {
    .dj-infrastructure-grid-section .segment-heading {
        font-size: 1.75rem;
    }
    .dj-infra-feature-card {
        min-height: 320px;
    }
    .dj-infra-feature-card .card-content-wrap {
        transform: translateY(0);
    }
}
/* Ensure the card is a flex container */
.dj-infra-feature-card {
    position: relative;
    min-height: 400px; /* Increased height for better visual space */
    border: none !important;
    border-radius: var(--custom-radius) !important;
    z-index: 1;
    cursor: pointer;
    display: flex;         /* Added */
    flex-direction: column; /* Added */
    justify-content: flex-end; /* Pin content to bottom */
}

/* Force content to the bottom of the flex container */
.card-content-wrap {
    z-index: 2;
    /* Adding padding and background fade for text readability */
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    transition: transform 0.4s ease;
    width: 100%;
}

/* Optional: Add a slight hover effect to lift the text slightly */
.dj-infra-feature-card:hover .card-content-wrap {
    transform: translateY(-5px);
}