.oc-course-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.oc-course-wrapper {
    line-height: 1.6;
    color: #333;
}

/* Hero Section with Background Overlay */
.oc-hero-section {
    min-height: 583px;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 40px 43px 0;
    display: flex;
    flex-direction: column;
}

.oc-content-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.oc-hero-content {
    flex: 1;
}

/* Gradient Badge */
.oc-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(to right, #E50D40, #F26A2F);
    padding: 6px 14px;
    border-radius: 100px;
    margin-top: 50px;
}

.oc-star-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.oc-star-icon img {
    width: 100%;
    height: 100%;
}

.oc-badge-text {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}

/* Typography */
.oc-main-title {
    font-size: 65px !important;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.oc-description {
    font-size: 16px;
    font-weight: 400;
    max-width: 600px;
    color: #e5e7eb;
    line-height: 1.5;
    margin-bottom: 20px;
}

.oc-enrollment-text {
    font-size: 18px;
    line-height: 28px;
    color: #d1d5db;
    margin-bottom: 40px;
}

/* Statistics Grid */
.oc-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
    margin-top: auto;
    padding: 30px 0;
    /* Remove negative margins */
    margin-left: 0;
    margin-right: 0;
}

.oc-stat-item {
    display: flex;
    gap: 10px;
    max-width: 214px;
}

.oc-stat-item img {
    height: 35px;
    width: 33px;
    flex-shrink: 0;
}

.oc-stat-info h3 {
    font-size: 24px;
    font-weight: 700;
}

.oc-stat-info p {
    font-size: 16px;
    font-weight: 300;
}

/* Main Layout */
.oc-main-layout {
    display: flex;
    max-width: 1440px;
    margin: auto;
    position: relative;
    /* CHANGE: Do not use stretch. Use flex-start so the sidebar 
       can be shorter than the content and actually move. */
    align-items: flex-start;
}

.oc-content-section {
    flex: 1;
    /* This tells it to take up ONLY the remaining space */
    min-width: 0;
    /* Important for flex items to prevent them from growing too large */
    padding: 60px 40px;
    background: #fff;
}

.oc-next-batch-container {
    background: linear-gradient(45deg, #E50D40, #F26A2F);
    padding: 40px 30px;
    text-align: center;
}

.oc-next-batch-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.oc-next-batches {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.oc-next-batch-item {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 4px 16px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    transition: background 0.3s;
}

.oc-next-batch-item strong {
    font-weight: 700;
    font-size: 16px;
}

.oc-form-section {
    width: 420px;
    background: #fff;
    position: sticky;
    top: 50px;
    /* Adjust for WP Admin bar and Header */

    /* CHANGE: Remove fixed height and internal scrolling */
    height: auto !important;
    overflow-y: visible !important;

    /* CHANGE: Ensure it stays at the top of the parent */
    align-self: flex-start;

    padding: 40px 22px;
    z-index: 10;
}

.oc-form-section::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

/* This forces all parent containers to allow sticky behavior */
html,
body {
    overflow-x: visible !important;
}

/* For Chrome, Safari, and newer versions of Edge */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

/* For Firefox */
html,
body {
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* For Internet Explorer and older Edge */
}

/* Common WordPress wrappers that break sticky behavior */
#page,
.site,
.site-content,
.entry-content,
.post-inner {
    overflow: visible !important;
}

/* Section Styling */
.oc-section {
    margin-bottom: 60px;
}

.oc-section h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2d2d2d;
}

.oc-section p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.8;
}

/* Who Should Learn Section */
.oc-who-should-study {
    position: relative;
    background: linear-gradient(to top, rgba(242, 106, 47, 1), rgba(255, 183, 77, 0)),
        url('./assets/images/who-should-learn.jpg') center/cover no-repeat;
    padding: 200px 40px 40px 40px;
    margin-bottom: 60px;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.oc-who-should-study-overlay {
    text-align: center;
    color: #ffffff;
    max-width: 700px;
    z-index: 2;
    padding-bottom: 20px;
}

.oc-who-should-study h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.oc-who-should-study p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #ffffff;
}

.oc-apply-btn {
    display: inline-block;
    background: #ffffff;
    color: rgba(229, 13, 64, 1);
    padding: 14px 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.oc-apply-btn:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Features Grid */
:root {
    --bg-color: #fff5f5;
    /* Light pinkish background */
    --card-bg: #fff0f0;
    /* Slightly darker pink for cards */
    --text-main: #333;
    --text-sub: #555;
}

.oc-audience-section {
    max-width: 1440px;
    margin: 0 auto;
}

.oc-audience-section h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2d2d2d;
}

.oc-card-grid {
    display: grid;
    gap: 20px;
    /* Defining the 3-column desktop layout */
    grid-template-areas:
        "web web graphic"
        "student entrep graphic"
        "student entrep pro";
    grid-template-columns: 1fr 1fr 1fr;
}

/* Card Base Styles */
.oc-card {
    background: linear-gradient(45deg, #fde6eb, #fef1eb);
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.oc-card h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-main);
}

.oc-card p {
    margin: 0;
    line-height: 1.4;
    color: var(--text-sub);
    font-size: 16px;
    font-weight: 400;
}

.oc-icon {
    align-self: flex-end;
    width: 80px;
    /* Adjust based on your assets */
    height: auto;
    margin-top: 20px;
}

.oc-audience-section>p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* Assigning Grid Areas */
.oc-web-dev {
    grid-area: web;
    flex-direction: row;
    align-items: center;
}

.oc-students {
    grid-area: student;
}

.oc-entrepreneurs {
    grid-area: entrep;
}

.oc-graphic-design {
    grid-area: graphic;
}

.oc-professionals {
    grid-area: pro;
    flex-direction: row;
    align-items: center;
}

/* Desktop Specific Adjustments */
.oc-web-dev .oc-icon {
    margin-top: 0;
    width: 120px;
}

/* --- MOBILE VIEW --- */
@media (max-width: 768px) {
    .oc-main-title {
        font-size: 25px !important;
        font-weight: 600;
    }

    .oc-card-grid {
        display: flex;
        flex-direction: column;
    }

    .oc-card {
        flex-direction: column !important;
        /* Forces vertical stack like image 2 */
        align-items: flex-start !important;
    }

    .oc-icon {
        align-self: flex-end;
        width: 70px;
    }

    .oc-specialty-section-top h2 {
        font-size: 18px;
    }

    .oc-specialty-section-top {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .oc-specialty-section-top h2 {
        max-width: 100%;
    }
}

/* Topics List */

.oc-our-Speciality-section h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.oc-our-Speciality-section p {
    font-size: 16px;
    font-weight: 400;
}

.oc-topics-list {
    list-style: none;
    margin-top: 20px;
}

.oc-topics-list li {
    padding: 15px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 400;
}

.oc-topics-list li img {
    width: 20px;
    height: auto;
}


/* Specialty Section */
.oc-specialty-section {
    background: linear-gradient(45deg, #ffe5ec, #fff1e8);
    padding: 32px;
    margin-top: 20px;
    bottom: 0;
}

.oc-specialty-section p {

    background: linear-gradient(to right, rgba(229, 13, 64, 1), rgba(242, 106, 47, 1));

    /* Clip the background to the text characters */
    -webkit-background-clip: text;
    background-clip: text;

    /* Make the actual text color transparent so the gradient shows through */
    -webkit-text-fill-color: transparent;

    /* Optional: Ensure font-weight is heavy enough to see the gradient clearly */
    font-weight: 400;
    font-size: 16px;

}

.oc-specialty-section-top {
    background: linear-gradient(90deg, #E50D40 0%, #F26A2F 100%);
    padding: 30px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    /* Optional: giving it a slight radius if needed, though not explicitly asked */
}

.oc-specialty-section-top h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
    width: 100%;
    max-width: 65%;
    line-height: 1.3;
}

.oc-specialty-section-top .oc-who-should-study-overlay {
    padding: 0;
    margin: 0;
}

.oc-specialty-section-top .oc-apply-btn {
    background: #ffffff;
    color: #E50D40;
    padding: 16px 40px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    /* To match rect shape in image if any */
}

.oc-specialty-section-top .oc-apply-btn:hover {
    background: #f9f9f9;
    transform: translateY(-2px);
    color: #c40b36;
}

/* Form Styling */
.oc-form-container {
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.08);
    padding: 24px;
    margin-top: 2em;
    height: auto;
}

.oc-form-container h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #2d2d2d;
}

.oc-form-desc {
    background-color: rgba(255, 241, 237, 1);
    padding: 14px;
    margin-bottom: 20px;
}

.oc-form-desc-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.oc-form-desc-row:last-child {
    margin-bottom: 0;
}

.oc-form-container>p {
    color: #666;
    margin-bottom: 30px;
}

.oc-form-container p {
    font-size: 16px;
    font-weight: 500;
}

.oc-form-group {
    margin-bottom: 20px;
}

.oc-form-group input {
    width: 100%;
    padding: 14px;
    outline: none;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 14px;

}

.oc-form-group input:focus,
.oc-form-group select:focus {
    outline: none;
    border-color: #e63946;
}

.oc-submit-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(45deg, #E50D40, #F26A2F);
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s;
}

.oc-submit-btn:hover {
    opacity: 0.9;
}

/* Responsive Adjustments */
@media (min-width: 1024px) {
    .oc-hero-section {
        padding: 40px 43px 0;
        min-height: 650px;
    }



    .oc-stats-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 30px 20px;
    }
}

@media (max-width: 1024px) {
    .oc-main-layout {
        flex-direction: column;
    }

    .oc-form-section {
        width: 100%;
        position: relative;
        height: auto;
        order: -1;
    }

    .oc-content-section {
        padding: 30px 20px;
    }

    .oc-section h2 {
        font-size: 28px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .oc-hero-section {
        min-height: auto;
        padding: 40px 20px 0;
    }



    .oc-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .oc-stat-item {
        max-width: 100%;
    }

    .countdown-item {
        min-width: 60px;
        padding: 12px;
    }

    .countdown-item .number {
        font-size: 20px;
    }

    .oc-form-section {
        padding: 20px;
    }


}

@media (max-width: 480px) {


    .oc-stat-info h3 {
        font-size: 20px;
    }

    .oc-stat-info p {
        font-size: 14px;
    }
}

/* Training Syllabus Section */
.oc-syllabus-section {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.oc-syllabus-section h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #2d2d2d;
}

.oc-syllabus-container {
    background-color: #F5F5F5;
    padding: 20px 0;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

/* Badge Styling */
.oc-syllabus-badge {
    position: absolute;
    top: -100px;
    right: 40px;
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.oc-badge-svg {
    width: 100%;
    height: 100%;
    animation: spin 20s linear infinite;
}

.oc-badge-text-curved {
    font-size: 9.2px;
    font-weight: 600;
    letter-spacing: 1px;
    fill: #333;
    text-transform: uppercase;
}

.oc-badge-center-logo {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oc-badge-center-logo img {
    width: 100%;
    height: auto;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Modules List */
.oc-module-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.oc-module-item {
    padding: 24px 40px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.oc-module-item:last-child {
    border-bottom: none;
}



@media (max-width: 768px) {
    .oc-syllabus-badge {
        width: 110px;
        height: 110px;
        top: -60px;
        right: 20px;
    }

    .oc-badge-center-logo {
        width: 45px;
        height: 45px;
    }

    .oc-module-item {
        padding: 20px;
        font-size: 16px;
    }

    .oc-syllabus-section h2 {
        font-size: 32px;
    }
}

/* opportunities-section */

.oc-opportunities-section {
    max-width: 1440px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #333;
    margin-top: 20px;
}

.oc-opportunities-section h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2d2d2d;
}

.oc-intro-text {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

/* Grid Layout */
.oc-roles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns for Web */
    gap: 20px;
    margin-bottom: 40px;
}

/* Card Styling */
.oc-role-card {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* Subtle shadow like the image */
    transition: transform 0.2s ease;
    color: #333;
}

.oc-role-card:hover {
    transform: translateY(-3px);
}

.oc-icon-box {
    width: 50px;
    height: 50px;
    background-color: #fff0f0;
    /* Light pink background for icons */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.oc-icon-box img {
    width: 30px;
    height: 30px;
}

.oc-role-card span {
    font-weight: 600;
    font-size: 16px;
}

.oc-opportunities-section-text {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

/* --- MOBILE VIEW --- */
@media (max-width: 992px) {
    .oc-roles-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns for Tablets */
    }
}

@media (max-width: 600px) {
    .oc-roles-grid {
        grid-template-columns: 1fr;
        /* 1 column for Mobile */
    }

    .oc-opportunities-section h2 {
        font-size: 2rem;
    }
}





/* --- Our Placements --- */
.oc-placements-section {
    padding: 60px 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.oc-placements-section .oc-section-header {
    max-width: 1440px;
    margin: 0 auto 30px auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oc-section-title {
    font-size: 40px;
    font-weight: 600;
    color: rgba(45, 46, 46, 1);
    margin-bottom: 30px;
}

/* Horizontal Scroll Container */
/* Marquee Container */
.oc-marquee-container {
    overflow: hidden !important;
    /* This MUST be hidden to stop the scroll */
    width: 100%;
    position: relative;
    padding-bottom: 25px;
}

/* Marquee Content (The moving track) */
.oc-marquee-content {
    display: flex;
    gap: 16px;
    width: max-content;
    /* Ensure width fits all children */
    animation: marquee 30s linear infinite;
    /* Adjust speed as needed */
}

.oc-marquee-content:hover {
    animation-play-state: paused;
    /* Pause on hover */
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* Move half the width (since we duplicated content) */
    }
}

/* Placement Card Styling */
.oc-placement-card {
    position: relative;
    overflow: hidden;
    flex: 0 0 280px;
    /* Width of cards on mobile */
    aspect-ratio: 3 / 4;
    /* Exact portrait ratio */
    max-height: 370px;
    max-width: 280px;
}

.oc-profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Accurate Gradient Overlay */
.oc-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 20px 20px;
    /* Top padding for smooth gradient */
    /* Black gradient to ensure white text is visible */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 40%, transparent 100%);
    color: #ffffff;
    pointer-events: none;
    /* Clicks go through to image if needed */
}

.oc-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 4px 0;
    letter-spacing: -0.02em;
}

.oc-role {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.9;
    margin: 0;
}

/* Footer Controls Layout */
.footer-controls {
    display: none !important;
}

/* View All Button */
.oc-view-all-btn {
    display: inline-block;
    background: linear-gradient(45deg, #E50D40, #F26A2F);
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s;
}

.oc-view-all-btn:hover {
    opacity: 0.9;
    color: #fff;
}

/* Accurate Pagination Dots */
.oc-pagination-dots {
    display: flex;
    gap: 12px;
    align-items: center;
}

.oc-dot {
    width: 8px;
    height: 8px;
    background-color: #d1d1d1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* The "Ring" effect from image_4cbf40.png */
.oc-dot.oc-active {
    background-color: #ff1b44;
    /* Center dot */
    outline: 1.5px solid #ff1b44;
    /* External ring */
    outline-offset: 4px;
    transform: scale(0.7);
    /* Shrink center slightly to show ring better */
}

/* Desktop Sizing Adjustment */
@media (min-width: 1024px) {
    .oc-placement-card {
        flex: 0 0 calc(25% - 12px);
        /* 4 cards visible on wide screens */
    }

}

@media (max-width: 768px) {
    .footer-controls {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }

    .oc-section-title {
        font-size: 25px;
        font-weight: 600;
    }

}


/* Testimonial Section */
.oc-testimonial-section {
    width: 100%;
    max-width: 100%;
    padding: 60px 0;
    margin: auto;
}

.oc-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.oc-section-header h2 {
    font-size: 40px;
    font-weight: 600;
    color: #2D2E2E;
}


/* Horizontal Scroll Layout */
/* Each card */
.oc-video-card {
    width: 414px;
    height: 432;
    background: #000;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    flex-shrink: 0;
    /* Prevent shrinking in flex container */
}

.oc-video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Video thumbnail / overlay */
.oc-video-wrapper {
    width: 100%;
    height: 380px;
    position: relative;
    cursor: pointer;
    background: #000;
}

.oc-video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.7);
}

.oc-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 45px;
    border-radius: 1666.67px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.oc-play-btn svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.oc-video-card:hover .oc-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgba(255, 255, 255, 0.35);
}

.oc-video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* User footer */
.oc-video-user {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    display: flex;
    gap: 14px;
    align-items: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.oc-video-user img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.oc-video-user h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.oc-video-user p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}

/* Responsive */
@media (max-width: 768px) {
    .oc-testimonial-section {
        padding: 60px 20px;
    }

    .oc-section-header {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .oc-section-header h2 {
        font-size: 36px;
    }

    .oc-video-card {
        flex: 0 0 320px;
        width: 320px;
    }

    .oc-video-wrapper {
        height: 320px;
    }
}




/* --- SHARED NAVIGATION STYLES --- */
.oc-course-nav {
    width: 100%;
    padding: 15px 0;
}

.oc-for-web {
    width: fit-content;
    padding: 10px 30px;
    border-radius: 80px;
    margin: 20px auto;
    background-color: #F5F5F5;
    /* box-shadow removed */
}

.oc-nav-container {
    width: 100%;
    padding: 0 !important;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.oc-nav-item {
    text-decoration: none;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    white-space: nowrap;
    padding: 6px 22px;
    transition: all 0.3s ease;
}

.oc-nav-item.oc-active {
    background: linear-gradient(45deg, #E50D40, #F26A2F);
    color: white;
    box-shadow: 0 4px 12px rgba(229, 13, 64, 0.3);
}

.oc-nav-item:hover {
    background: linear-gradient(45deg, #E50D40, #F26A2F);
    color: white;
    box-shadow: 0 4px 12px rgba(229, 13, 64, 0.3);
}

/* --- WEB VIEW (Desktop) --- */
@media (min-width: 1025px) {
    .oc-for-mobile {
        display: none !important;
        /* Hide mobile version */
    }

    .oc-for-web {
        display: block;
    }


    .oc-for-web .oc-nav-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .oc-main-layout {
        display: grid;
        grid-template-columns: 1fr 420px;
        max-width: 1440px;
        margin: 0 auto;
    }
}

/* --- MOBILE VIEW --- */
@media (max-width: 1024px) {
    .oc-for-web {
        display: none !important;
        /* Hide web version */
    }

    .oc-for-mobile {
        display: block;
        order: 2;
        /* Position it below the form */
        padding: 20px 10px;
    }

    .oc-main-layout {
        display: flex;
        flex-direction: column;
    }

    .oc-form-section {
        order: 1;
        /* Form appears first on mobile */
        position: relative;
        top: 0;
        z-index: 1;
        width: 100%;
        max-width: 100%;
    }

    .oc-for-mobile .oc-nav-container {
        display: flex;
        flex-wrap: wrap;
        /* Cloud-like wrapping for mobile */
        justify-content: center;
        gap: 10px;
    }

    .oc-for-mobile .oc-nav-item {
        background-color: #f0f0f0;
        /* Grey pills for inactive items on mobile */
    }

    .oc-content-section {
        order: 3;
        /* Content appears last on mobile */
    }
}