body::before {
    content: "";
    position: fixed; /* Use fixed to keep it in the viewport */
    top: 0;
    left: 0;
    background: url('../img/noise-bg.webp') repeat; /* Add repeat for the noise texture */
    width: 100vw; /* Use 100vw for full viewport width */
    height: 100vh; /* Use 100vh for full viewport height */
    pointer-events: none; /* Allows clicks/interactions on elements beneath */
    z-index: -1; /* Puts it behind other content */
    opacity: .2;
} 
.partners-title{
    font-size: 1.5rem;
} 
.fullstack-hero-section{
    background-image: url(../img/hero-section-bg.svg);
    background-size: cover;
    padding-bottom: 20px; 
    background-position: bottom;
    background-repeat: no-repeat;
}
.fullstack-hero-section2{
    background-image: url(../img/hero-section-bg.svg);
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 20px;
    background-position: bottom;
    background-repeat: no-repeat;
}
/* Hero Section Container */
.hero-section-container { 
        border-radius: 1.5rem;
        overflow: hidden;
        max-width: 100%;
        margin: 2rem auto;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        color: #ffffff; 
    }
 
    /* Responsive padding for larger screens */
    @media (min-width: 768px) { /* md breakpoint */
        .hero-section-container {
            padding: 3rem;
        }
    }
    @media (min-width: 1024px) { /* lg breakpoint */
        .hero-section-container {
            padding: 2rem 3rem 0rem 3rem;
            flex-direction: row;
            gap: 3rem;
            margin: 40px;
            margin-top: 128px;
            max-width: 100%; 
        }
    }

    /* Left Column: Text Content */
    .text-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; 
    }
    @media (min-width: 1024px) { /* lg breakpoint */
        .text-content {
            align-items: flex-start;
            text-align: left;
        }
    }

    /* Main Title */
    .main-title {
        font-size: 2.25rem;
        line-height: 1.25;
        margin-bottom: 1rem;
        font-weight: 600; /* Extra bold */
        letter-spacing: -0.025em;
    }
    @media (min-width: 768px) { /* md breakpoint */
        .main-title {
            font-size: 2.5rem;
        font-weight: 700;
        }
    }
    @media (min-width: 1024px) { /* lg breakpoint */
        .main-title {
            font-size: 2.1rem;
        }
    }
    @media (max-width: 1400px) {
        .main-title {
            font-size: 1.8rem;
        }
        .description-paragraph {
            font-size: 0.8rem;
        }
        
    }

    .main-title .program-name {
        display: block;
        color: #ffffff; /* Light blue */
    }

    .job-ready-tag {
        display: inline-flex;
        align-items: center;
        background-color: #f5a80a;
        color: #000000;
        font-size: 1rem;
        font-weight: 600;
        padding: 0.25rem 0.75rem;
        border-radius: 9999px;
        margin-left: 0.5rem;
        margin-top: 0.5rem;
    }
    @media (min-width: 768px) { /* md breakpoint */
        .job-ready-tag {
            margin-top: 0;
        }
    }

    /* Subtitle */
    .subtitle {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 1.5rem;
        color: #ffffff;
    }
    @media (min-width: 768px) { /* md breakpoint */
        .subtitle {
            font-size: 1.5rem;
            color: rgb(185, 218, 247);
            font-weight: 700;
        }
    }

    /* Description Paragraph */
    .description-paragraph {
        font-size: 0.9rem;
        color: #ffffff;
        margin-bottom: 1rem;
        max-width: 36rem;
    }
    @media (min-width: 768px) { /* md breakpoint */
        .description-paragraph {
            font-size: 0.9rem;
        }
    }

    /* Statistics Section */
    .stats-section {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 2.5rem;
        width: 100%;
    }
    @media (min-width: 640px) { /* sm breakpoint */
        .stats-section {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    .stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .stat-value {
        font-size: 1.875rem;
        font-weight: 700;
        margin-bottom: 0.25rem;
    }
    @media (min-width: 768px) { /* md breakpoint */
        .stat-value {
            font-size: 2rem;
        }
    }
    @media (max-width: 1400px){
        .stat-value {
            font-size: 1.6rem;
        }  
    }


    .stat-item:nth-child(1) .stat-value { color: #ffffff; } /* Updated yellow */
    .stat-item:nth-child(2) .stat-value { color: #ffffff; } /* Updated green */
    .stat-item:nth-child(3) .stat-value { color: #ffffff; } /* Updated purple */

    .stat-label {
        color: #bfdbfe;
        font-size: 0.875rem;
    }
    @media (min-width: 768px) { /* md breakpoint */
        .stat-label {
            font-size: 1rem;
        }
    }
    @media (max-width: 1400px){ 
        .stat-label {
            font-size: 0.81rem;
        } 
    }

    /* Call-to-Action Buttons */
    .cta-buttons {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        justify-content: center;
    }
    @media (min-width: 640px) { /* sm breakpoint */
        .cta-buttons {
            flex-direction: row;
            gap: 1rem;
        }
    }
    @media (min-width: 1024px) { /* lg breakpoint */
        .cta-buttons {
            justify-content: flex-start;
        }
    }

    .btn {
        color: #ffffff;
        font-weight: 600;
        padding: 0.7rem 1rem;
        border-radius: 6px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        transition: all 0.3s ease-in-out;
        transform: scale(1);
        border: none;
        cursor: pointer;
        font-size: 1rem;
    }

    .btn:hover {
        transform: scale(1.05);
    }

    .btn-primary {
        background: #194cff;
    }
    .btn-primary:hover {
        background: linear-gradient(to right, #16a34a, #047857);
    }

    .btn-secondary {
        background-color: #ffffff; /* White background */
        color: #000000;
        border: 2px solid #000000;
    }
    .btn-secondary:hover {
        background-color: #e0e7ff; /* Lighter white/blue on hover */
        color: #1d4ed8; /* Darker blue text on hover */
        border-color: #1d4ed8; /* Darker blue border on hover */
    }

    /* Right Column: Lottie Animation and Mockup Frame */
    .lottie-container {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 500px;
        background-color: #e0e7ff; /* Lighter background for the entire card (faint blue/grey) */
        border-radius: 1.5rem;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1.5rem; /* Padding inside the card */
        gap: 1rem;
        color: #1f2937; /* Darker text inside this light section */
    }

    @media (min-width: 1024px) {
        .lottie-container {
            width: 50%;
            padding: 2rem 1rem 1rem 1rem;
            max-height: 450px;
        }
    }

    .lottie-mock-toolbar {
        width: calc(100% - 2rem);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0.5rem 1rem;
        position: absolute;
        top: 0.5rem;
        left: 1rem;
        right: 1rem;
    }
    .lottie-mock-toolbar .dot {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        margin-right: 0.25rem;
    }
    .lottie-mock-toolbar .red { background-color: #ef4444; }
    .lottie-mock-toolbar .yellow { background-color: #f59e0b; }
    .lottie-mock-toolbar .green { background-color: #22c55e; }

    .lottie-screen-area {
        background-color: #ffffff; /* White background for the "screen" */
        border-radius: 0.75rem; /* Rounded corners for the screen */
        width: calc(100% - 2rem); /* Inner width */
        aspect-ratio: 1 / 1; /* Keep it square like a screen */
        overflow: hidden;
        position: relative;
        box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06); /* Inner shadow for screen depth */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 2rem; /* Make space for top mock elements */
        padding-bottom: 3rem; /* Make space for bottom mock elements */
    }

    .lottie-player-element {
        width: 108%;
        height: 181%;
        margin-right: -141px;
        max-width: 350px;
        max-height: 350px;
    }

    /* Elements inside the lottie-screen-area to mimic the mockup */
    .screen-top-left-mock {
        position: absolute;
        top: 1rem;
        left: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .screen-top-left-mock .mock-circle {
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 0.5rem; /* Rounded square */
        background-color: #3b82f6; /* Blue */
    }
    .screen-top-left-mock .mock-text-box {
        width: 4rem;
        height: 0.75rem;
        background-color: #93c5fd; /* Light blue */
        border-radius: 0.25rem;
    }

    .screen-bottom-icons {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        display: flex;
        gap: 0.5rem;
    }
    .mock-icon-small {
        background-color: #3b82f6; /* Blue */
        color: white;
        padding: 0.25rem 0.5rem;
        border-radius: 0.5rem;
        font-size: 0.75rem;
        font-weight: bold;
    }

    .screen-bottom-tags {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        display: flex;
        gap: 0.5rem;
    }
    .mock-tag-small {
        background-color: #f5a80a;
        color: #000000;
        padding: 0.25rem 0.5rem;
        border-radius: 9999px;
        font-size: 0.75rem;
        font-weight: 500;
    }

    /* Bottom stats for the outer frame */
    .lottie-frame-bottom-stats {
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 1rem 0;
        color: #000000; /* Dark text */
        border-top: 1px solid #d1d5db; /* Separator line */
        margin-top: 1rem;
    }
    .stat-item-frame {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1;
    }
    .stat-value-frame {
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 0.25rem;
        color: var(--primary-color-darker); /* Blue for the symbols */
    }
    .stat-label-frame {
        font-size: 1rem;
        font-weight: 600;
    }
    .stat-item-frame .text-xs {
        font-size: 0.75rem;
        color: #000000;
    }
    .partners {
        padding: 0.4rem 0;
        background-color: #ffffff00;
    }
    .client-img img{ 
            max-width: 130px;
            background: white;
            padding: 7px; 
    }
    .partners-title {
        color: #ffffff;
    } 

     /* Section-specific background color - Updated to pure white for closer image match */
     .placement-section {
        background-color: #ffffff; /* White background as seen in the image */
        padding: 2rem 1rem; 
        color: #333;
        overflow: hidden;
        position: relative; /* Needed for potential future navigation buttons outside scroll area */
    }

    .placement-heading {
        font-size: 2rem; /* Equivalent to text-4xl */
        font-weight: 600; /* Equivalent to font-bold */
        text-align: center;
        margin-bottom: 2.5rem; /* Equivalent to mb-10 */
        color: #000000; /* Darker text for heading */
        line-height: 1.3;
        max-width: 900px; /* Constrain heading width slightly */
        margin-left: auto;
        margin-right: auto;
    }
    @media (min-width: 768px) {
        .placement-heading {
            font-size: 2rem; /* Larger on medium screens */
            align-content: center;
            background: var(--orange-color);
            height: 160px;
            margin-right: 20px;
            box-shadow: 4px 4px 0 #000000;
        }
    }
    @media (max-width: 1400px) {
        .placement-heading {
            font-size: 1.5rem;
        }
    }
    

    /* Slider Container */
    .slider-container {
        display: flex;
        overflow-x: scroll; /* Enable horizontal scrolling */
        scroll-snap-type: x mandatory; /* Snap to cards */
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
        padding: 1rem; /* Padding around the cards */
        gap: 1.5rem; /* Space between cards */
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
        max-width: 95%; /* Max width for the whole slider content */
        scrollbar-width: none; /* Hide scrollbar for Firefox */
    }

    /* Hide scrollbar for Webkit browsers (Chrome, Safari) */
    .slider-container::-webkit-scrollbar {
        display: none;
    }


/* Each scrolling strip */
.ticker-strip {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    height: 125px;
}

/* Content that scrolls */
.ticker-content {
    display: flex;
    gap: 1.5rem;
    width: max-content;
}

/* Scroll left-to-right */
.scroll-left .ticker-content {
    animation: scroll-left 10s linear infinite;
}

/* Scroll right-to-left */
.scroll-right .ticker-content {
    animation: scroll-right 50s linear infinite;
}

/* Keyframes */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
/* Adjust your existing .slider-card slightly */
.slider-card {
    flex: 0 0 auto; /* Don't shrink */
    width: 300px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 4px 4px 0px #111827;
    gap: 20px;
    margin: 0;
    border: 2px solid black;
}

 

.ctc{
    color: var(--primary-color-darker);
    font-size: 15px;
    font-weight: 500;
}

/* Keep rest of your card and image styles same as you posted */

    .another-flex{
        flex-direction: column;
        width: 250px;
    }

    /* Responsive adjustments for card width */
    @media (min-width: 640px) { /* sm breakpoint */
        .slider-card {
            width: 280px;
        }
    }
    @media (min-width: 768px) { /* md breakpoint */
        .slider-card {
            width: 300px; 
        }
    }
    @media (min-width: 1024px) { /* lg breakpoint */
        .slider-card {
            width: 300px;
        }
    }

    /* Profile Image */
    .profile-image {
        width: 112px;
        height: 112px;
        border-radius: 7% 0% 0% 7%;
        object-fit: cover; 
        border: none; /* Removed explicit white border, as it's not prominent in the image */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */ 
    }

    /* Learner Name */
    .learner-name {
        font-size: 1.25rem;
        font-weight: 700; 
        color: #000000; /* Dark text */
    }

    /* Company Name/Info (if any specific text) */
    .company-info {
        font-size: 0.875rem;
        color: #6b7280;
        margin-bottom: 1rem;
    }

    /* Company Logo */
    .company-logo {
        max-width: 100px;
        height: auto;
        max-height: 25px;
        object-fit: contain;
        filter: grayscale(0%); /* Ensure colors show, if applicable, based on source image */
        opacity: 0.9; /* Slightly dim logos if they are too vibrant */
        margin-top: 4px;
    }

    

    @media (max-width: 500px) { 
    .main-title {
        font-size: 1.5rem;
    }

    .job-ready-tag {
        margin-left: 0;
    }
    .description-paragraph {
        display: none;
    }

    .stats-section {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .stat-value {
        font-size: 1.5rem;
    }
    .btn{
        width: 48%;
    }
    .cta-buttons {
        flex-direction: row;
        width: 98%;
    } 
    .lottie-player-element{
        margin-right: -21%;
        width: 81%;
    height: 156%;
    margin-top: -13%;
    }
    .screen-top-left-mock { 
        top: 0.4rem;
        left: 0.4rem;
    }
    }

    .placement-flex {
        display: flex;
        padding: 60px 7% 0;
    }
    .placement-marquee{
        width: 70%;
        padding-right: 50px;
    }
    
    .btn-22{ 
        background-color: #ffffff;
            color: #000000;
            border: 2px solid;
            position: relative;
            overflow: hidden; 
        }

        @media (max-width: 749px) {
            .placement-flex{
                display: block;
                padding: 15px;
            }
            .placement-marquee{
                width: 100%;
                padding-right: 0px;
            }
            .text-content{
                width: 100%;
            }
            .btn{
                font-size: 0.8rem;
            }
            .placement-heading {
                font-size: 1.2rem;
            }
            
        }

 