/* Course Page Specific CSS */

/* Enhanced Hero Section for Course Pages */
.hero-section {
    position: relative;
    width: 100%;
    height: 80vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000; /* Fallback background */
}

.hero-bg-anim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

/* Different background gradients for each course page */
.hero-section.animation-bg .hero-gradient {
    background: linear-gradient(120deg, #ff9800 0%, #e91e63 100%);
    opacity: 0.35;
}

.hero-section.vfx-bg .hero-gradient {
    background: linear-gradient(120deg, #7b1fa2 0%, #2196f3 100%);
    opacity: 0.35;
}

.hero-section.game-bg .hero-gradient {
    background: linear-gradient(120deg, #388e3c 0%, #00bcd4 100%);
    opacity: 0.35;
}

.hero-section.motion-bg .hero-gradient {
    background: linear-gradient(120deg, #f57c00 0%, #f44336 100%);
    opacity: 0.35;
}

.hero-section.digital-bg .hero-gradient {
    background: linear-gradient(120deg, #0288d1 0%, #673ab7 100%);
    opacity: 0.35;
}

.hero-section.short-term-bg .hero-gradient {
    background: linear-gradient(120deg, #00796b 0%, #ffc107 100%);
    opacity: 0.35;
}

/* Hero content styling */
.hero-section .hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 20px;
    max-width: 800px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    backdrop-filter: blur(8px);
}

.hero-section .hero-title {
    font-size: 4.5rem;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 0 5px 15px rgba(0,0,0,0.5);
    font-weight: 800;
    letter-spacing: 1px;
}

.hero-section .hero-subtitle {
    font-size: 1.8rem;
    color: white;
    margin-bottom: 2rem;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    font-weight: 500;
}

.hero-section .primary-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(90deg, #00bcd4, #0097a7);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.3);
}

.hero-section .primary-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 188, 212, 0.5);
}

/* Course Details Styling */
.course-details-section {
    padding: 80px 0;
    background: #ffffff;
}

.course-details-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin-top: 40px;
}

.course-image-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-main-image {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.course-main-image:hover {
    transform: translateY(-10px);
}

.course-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.stat-item {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.stat-item h4 {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
}

.stat-item p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.course-description-block {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.course-description-block p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.course-description-block h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #333;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.course-features-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.course-features-list li {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #444;
}

.course-features-list .icon {
    color: #4CAF50;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2rem;
}

.software-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5px;
}

.software-tag {
    background: linear-gradient(45deg, #f1f1f1, #e0e0e0);
    border-radius: 50px;
    padding: 8px 15px;
    font-size: 0.9rem;
    color: #333;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.career-list {
    columns: 2;
    column-gap: 30px;
    list-style-position: inside;
    padding-left: 20px;
}

.career-list li {
    margin-bottom: 10px;
    color: #444;
}

/* Curriculum Section Styling */
.course-curriculum-section {
    padding: 80px 0;
    background-color: #f9f9ff;
}

/* Enhanced Curriculum Blocks */
.curriculum-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.curriculum-block {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.curriculum-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    transition: all 0.3s ease;
    z-index: -1;
}

.course-options:nth-child(1) .curriculum-block::before {
    background: linear-gradient(to bottom, #FFD700, #FFA500);
}

.course-options:nth-child(2) .curriculum-block::before {
    background: linear-gradient(to bottom, #1E88E5, #0D47A1);
}

.course-options:nth-child(3) .curriculum-block::before {
    background: linear-gradient(to bottom, #4CAF50, #2E7D32);
}

.curriculum-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.curriculum-block:hover::before {
    width: 100%;
    opacity: 0.05;
}

/* Career Options Container styling */
.career-options-container {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.career-options-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 0;
}

.course-options:nth-child(1) .career-options-container::before {
    background: linear-gradient(to bottom, #FFD700, #FFA500);
}

.course-options:nth-child(2) .career-options-container::before {
    background: linear-gradient(to bottom, #1E88E5, #0D47A1);
}

.course-options:nth-child(3) .career-options-container::before {
    background: linear-gradient(to bottom, #4CAF50, #2E7D32);
}

.career-options-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.career-options-container:hover::before {
    width: 100%;
    opacity: 0.05;
}

.career-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
    z-index: 1;
}

/* Course Options Styling is already defined above */

.career-options-grid, .course-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 15px;
}

.career-list, .content-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.career-list li, .content-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.career-list li::before, .content-list li::before {
    content: '●';
    position: absolute;
    left: 0;
    color: #7b1fa2;
    font-size: 12px;
}

/* Media queries removed */

/* Animation for hero elements */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content h1,
.hero-content p,
.hero-content a {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
}

.hero-content h1 {
    animation-delay: 0.2s;
}

.hero-content p {
    animation-delay: 0.4s;
}

.hero-content a {
    animation-delay: 0.6s;
}

/* Course Option Header Styling */
.course-option-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 8px 20px rgba(255, 165, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.course-option-header::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.3), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
}

.course-option-header:hover::before {
    top: 100%;
    left: 100%;
}

.course-option-header:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(255, 165, 0, 0.3);
}

.option-title {
    font-size: 1.8rem;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
    font-weight: 800;
    position: relative;
    padding-left: 15px;
    transition: all 0.3s ease;
}

.option-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 5px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.course-option-header:hover .option-title {
    transform: scale(1.05);
    padding-left: 20px;
}

.course-option-header:hover .option-title::before {
    width: 8px;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

.duration-badge {
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.course-option-header:hover .duration-badge {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
}

/* Course Options Styling */
.course-options {
    margin-bottom: 50px;
    position: relative;
    transition: all 0.3s ease;
}

.course-options:hover {
    transform: translateY(-5px);
}

.course-option-description {
    position: relative;
    padding: 20px 25px;
    border-left: 5px solid transparent;
    margin-bottom: 25px;
    font-size: 1.1rem;
    line-height: 1.6;
    background: #fff;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.course-options:nth-child(1) .course-option-description {
    border-left-color: #FFA500;
}

.course-options:nth-child(2) .course-option-description {
    border-left-color: #1E88E5;
}

.course-options:nth-child(3) .course-option-description {
    border-left-color: #4CAF50;
}

.course-options:hover .course-option-description {
    padding-left: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Related Courses Section Styling */
.related-courses-section {
    padding: 80px 0;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.related-courses-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 195, 255, 0.05) 0%, transparent 70%);
}

.related-courses-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 152, 0, 0.05) 0%, transparent 70%);
}

.related-courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.related-course-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.related-course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.related-course-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    display: block;
}

.related-course-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.related-course-card h3 {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
    color: #333;
}

.related-course-card p {
    font-size: 0.95rem;
    color: #666;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.related-course-card .course-btn {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(90deg, #00bcd4, #0097a7);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-self: flex-start;
    margin-top: auto;
}

.related-course-card .course-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 188, 212, 0.3);
}

/* Responsive adjustments removed */
