/*
Theme Name: NexElevate Educational Platform
Theme URI: https://nexelevatesolutions.com
Author: NexElevate Solutions
Author URI: https://nexelevatesolutions.com
Description: A modern educational platform theme for NexElevate Solutions
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexelevate
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Top Header Bar */
.top-header {
    background-color: #004499;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.top-header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-header-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.top-header-right a {
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.top-header-right a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Main Navigation */
.main-nav {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo {
    font-size: 28px;
    font-weight: bold;
    color: #0066CC;
    text-decoration: none;
}

.logo-enterprise {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.categories-btn {
    background-color: #0066CC;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 8px 15px;
    min-width: 300px;
}

.search-bar input {
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    font-size: 14px;
}

.search-bar svg {
    width: 18px;
    height: 18px;
    color: #666;
}

/* Category Navigation Bar */
.category-nav {
    background-color: #f8f8f8;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0;
}

.category-nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.browse-courses {
    font-weight: 600;
    color: #0066CC;
    cursor: pointer;
}

.category-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    flex: 1;
    margin-left: 20px;
}

.category-links a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.category-links a:hover {
    color: #0066CC;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

/* Hero Banner */
.hero-banner {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
    padding: 60px 0;
    margin-bottom: 40px;
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.hero-text h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-collab {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-university {
    font-size: 32px;
    font-weight: 700;
    color: #DC143C;
    margin-bottom: 30px;
}

.hero-image {
    position: relative;
}

.certificate-frame {
    background: #fff;
    border: 8px solid #f0f0f0;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.certificate-content {
    text-align: center;
    color: #333;
}

.certificate-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0066CC;
}

.certificate-name {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
    color: #1a1a1a;
}

.certificate-program {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.certificate-signatures {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #e0e0e0;
}

.best-seller-ribbon {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #DC143C;
    color: #fff;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.hero-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.hero-navigation:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-nav-left {
    left: -20px;
}

.hero-nav-right {
    right: -20px;
}

.hero-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s;
}

.hero-dot.active {
    background-color: #0066CC;
}

/* CTA Cards */
.cta-section {
    max-width: 1400px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.cta-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cta-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cta-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.cta-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.cta-card .know-more-btn {
    display: inline-block;
    color: #0066CC;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    transition: color 0.3s;
}

.cta-card .know-more-btn:hover {
    color: #004499;
}

/* Trending Courses */
.trending-section {
    max-width: 1400px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.category-filters {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 20px;
    border: 2px solid #e0e0e0;
    background: #fff;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    transition: all 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
    border-color: #0066CC;
    color: #0066CC;
    background-color: #f0f7ff;
}

.course-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.course-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: block;
    color: inherit;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.course-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 48px;
}

.course-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #DC143C;
    color: #fff;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
}

.course-content {
    padding: 20px;
}

.course-university {
    font-size: 12px;
    color: #0066CC;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.course-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
    }
    
    .cta-cards {
        grid-template-columns: 1fr;
    }
    
    .category-links {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
}

@media (max-width: 768px) {
    .top-header-container {
        flex-direction: column;
        gap: 10px;
    }
    
    .nav-container {
        flex-wrap: wrap;
    }
    
    .search-bar {
        min-width: 200px;
        width: 100%;
        margin-top: 10px;
    }
    
    .hero-text h1 {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .course-grid {
        grid-template-columns: 1fr;
    }
}

/* Footer Styles - Removed duplicate, using enhanced footer styles below */

/* Single Course Page */
.course-single {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.course-single-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 40px;
}

.course-single-content {
    position: relative;
}

.course-single .course-featured-image {
    margin: 30px 0;
    border-radius: 8px;
    overflow: hidden;
}

.course-single .course-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.course-single .course-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.course-single .course-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-top: 30px;
}

.course-single .course-price {
    margin-top: 30px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 8px;
    font-size: 24px;
    color: #0066CC;
}

/* Archive Page */
.archive-header {
    background: linear-gradient(135deg, #0066CC 0%, #004499 100%);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 40px;
}

.archive-header h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.archive-description {
    font-size: 18px;
    opacity: 0.9;
}

/* Section Container */
.section-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Enroll Banner */
.enroll-banner {
    background: linear-gradient(135deg, #0066CC 0%, #004499 100%);
    color: #fff;
    padding: 40px 0;
    margin: 40px 0;
}

.enroll-banner-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.enroll-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.enroll-banner-text {
    font-size: 24px;
    font-weight: 600;
    flex: 1;
    min-width: 300px;
}

.enroll-banner-btn {
    background: #fff;
    color: #0066CC;
    padding: 12px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
}

.enroll-banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Career Programs & Recent Additions Sections */
.career-programs-section,
.recent-additions-section {
    margin: 60px 0;
}

.course-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.course-carousel {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 20px 0;
}

.course-carousel::-webkit-scrollbar {
    display: none;
}

.course-card-enhanced {
    min-width: 320px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.course-card-enhanced:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.course-card-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 20px;
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-card-header-title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    z-index: 2;
}

.masters-program-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.course-card-body {
    padding: 20px;
}

.course-card-body-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.4;
}

.course-reviews {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.reviews-label {
    font-size: 14px;
    color: #666;
}

.star-rating {
    display: flex;
    gap: 2px;
}

.star {
    color: #ffc107;
    font-size: 16px;
}

.star.empty {
    color: #ddd;
}

.star.half {
    opacity: 0.5;
}

.review-count {
    font-size: 14px;
    color: #666;
}

.course-carousel-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #0066CC;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    transition: all 0.3s;
}

.course-carousel-next:hover {
    background: #0066CC;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Blog Section */
.blog-section {
    margin: 60px 0;
    background: #fff;
}

.blog-section-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-section-content {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60px;
    align-items: start;
}

.blog-section-main {
    flex: 1;
}

.blog-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.blog-posts-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.blog-post-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s;
}

.blog-post-item:last-child {
    border-bottom: none;
}

.blog-post-item:hover {
    background-color: #f8f8f8;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
}

.blog-post-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.blog-post-title {
    font-size: 16px;
    font-weight: 600;
    color: #0066CC;
    text-decoration: none;
    transition: color 0.3s;
}

.blog-post-title:hover {
    color: #004499;
    text-decoration: underline;
}

.blog-post-date {
    font-size: 14px;
    color: #666;
}

.blog-post-arrow {
    flex-shrink: 0;
    font-size: 24px;
    color: #0066CC;
    text-decoration: none;
    font-weight: 300;
    transition: transform 0.3s;
}

.blog-post-arrow:hover {
    transform: translateX(5px);
}

.blog-section-sidebar {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 8px;
    position: sticky;
    top: 100px;
}

.blog-sidebar-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-sidebar-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.blog-show-me-btn {
    display: inline-block;
    color: #0066CC;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s;
}

.blog-show-me-btn:hover {
    color: #004499;
    text-decoration: underline;
}

/* The Edureka Edge Section */
.edureka-edge-section {
    margin: 60px 0;
    background: #fff;
}

.edge-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.edge-feature-card {
    text-align: center;
    padding: 30px 20px;
}

.edge-feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
}

.edge-feature-icon.green {
    background: #e8f5e9;
    color: #4caf50;
}

.edge-feature-icon.purple {
    background: #f3e5f5;
    color: #9c27b0;
}

.edge-feature-icon.blue {
    background: #e3f2fd;
    color: #2196f3;
}

.edge-feature-icon.orange {
    background: #fff3e0;
    color: #ff9800;
}

.edge-24-7 {
    font-size: 24px;
    font-weight: 700;
    color: #2196f3;
}

.edge-feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.edge-feature-subtitle {
    font-size: 14px;
    color: #666;
}

/* Enhanced Footer Styles */
.site-footer {
    background-color: #004499;
    color: #fff;
    padding: 60px 0 20px;
    margin-top: 80px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.footer-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    transition: color 0.3s;
    opacity: 0.9;
}

.footer-links a:hover {
    color: #66b3ff;
    opacity: 1;
}

.app-download-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.app-store-btn,
.google-play-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #000;
    padding: 12px 15px;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    font-size: 12px;
}

.app-store-btn:hover,
.google-play-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.app-store-btn svg,
.google-play-btn svg {
    flex-shrink: 0;
}

.footer-bottom-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}

.footer-bottom-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom-links li {
    margin-bottom: 10px;
}

.footer-bottom-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.footer-bottom-links a:hover {
    opacity: 1;
    color: #66b3ff;
}

.footer-copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

/* Responsive Updates */
@media (max-width: 1024px) {
    .blog-section-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .blog-section-sidebar {
        position: static;
    }
    
    .edge-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .enroll-banner-content {
        flex-direction: column;
        text-align: center;
    }
    
    .enroll-banner-text {
        font-size: 20px;
    }
    
    .course-card-enhanced {
        min-width: 280px;
    }
    
    .blog-card {
        min-width: 300px;
    }
    
    .edge-features {
        grid-template-columns: 1fr;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Course Journey Page Styles (Unified for all courses) */
.course-journey-page {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.course-journey-page::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background-image: 
        linear-gradient(to right, transparent 0%, rgba(200, 200, 200, 0.1) 100%),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(200, 200, 200, 0.1) 10px,
            rgba(200, 200, 200, 0.1) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(200, 200, 200, 0.1) 10px,
            rgba(200, 200, 200, 0.1) 11px
        );
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.course-journey-page::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background-image: 
        linear-gradient(to right, transparent 0%, rgba(200, 200, 200, 0.1) 100%),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(200, 200, 200, 0.1) 10px,
            rgba(200, 200, 200, 0.1) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(200, 200, 200, 0.1) 10px,
            rgba(200, 200, 200, 0.1) 11px
        );
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.course-hero {
    padding: 80px 20px 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.course-hero-container {
    max-width: 1200px;
    margin: 0 auto;
}

.course-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
}

.journey-flow-section {
    padding: 60px 20px;
    position: relative;
    z-index: 1;
}

.journey-flow-container {
    max-width: 1400px;
    margin: 0 auto;
}

.journey-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
}

.journey-step {
    min-width: 220px;
    max-width: 240px;
    background: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 2;
}

.journey-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.step-blue {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
}

.step-orange {
    background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);
}

.step-green {
    background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
}

.step-teal {
    background: linear-gradient(135deg, #009688 0%, #00796B 100%);
}

.step-dark-teal {
    background: linear-gradient(135deg, #00695C 0%, #004D40 100%);
}

.step-red {
    background: linear-gradient(135deg, #F44336 0%, #D32F2F 100%);
}

.step-purple {
    background: linear-gradient(135deg, #9C27B0 0%, #7B1FA2 100%);
}

.step-pink {
    background: linear-gradient(135deg, #E91E63 0%, #C2185B 100%);
}

.step-yellow {
    background: linear-gradient(135deg, #FFC107 0%, #F57C00 100%);
}

.step-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.step-content {
    text-align: center;
}

.step-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.4;
    min-height: 44px;
}

.step-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.step-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 15px;
}

.skill-tag {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.step-arrow {
    font-size: 32px;
    color: #ccc;
    font-weight: 300;
    margin: 0 10px;
}

.course-cta-section {
    padding: 60px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.course-cta-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.course-cta-btn {
    padding: 16px 40px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    min-width: 250px;
    display: inline-block;
}

.course-cta-btn.primary {
    background: #0066CC;
    color: #fff;
}

.course-cta-btn.primary:hover {
    background: #004499;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.course-cta-btn.secondary {
    background: #f5f5f5;
    color: #333;
    border: 2px solid #e0e0e0;
}

.course-cta-btn.secondary:hover {
    background: #fff;
    border-color: #0066CC;
    color: #0066CC;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.course-content {
    padding: 60px 20px;
    position: relative;
    z-index: 1;
}

.course-content-container {
    max-width: 1200px;
    margin: 0 auto;
}

.course-content-container p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

/* Course Journey Cards on Homepage */
.course-journey-card .course-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-journey-card .course-image svg {
    width: 80px;
    height: 80px;
}

/* Responsive for Course Journey Pages */
@media (max-width: 1200px) {
    .journey-steps {
        flex-direction: column;
        align-items: stretch;
    }
    
    .journey-step {
        max-width: 100%;
        min-width: auto;
    }
    
    .step-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
}

@media (max-width: 768px) {
    .course-hero-title {
        font-size: 32px;
    }
    
    .course-cta-container {
        flex-direction: column;
        align-items: stretch;
    }
    
    .course-cta-btn {
        width: 100%;
        min-width: auto;
    }
    
    .journey-step {
        min-width: 100%;
    }
}

