/*
================================================================================
|   SCHEDULE PRODUCT PAGE STYLESHEET (schedule.css)
|   Generated by Gemini AI for Eduskill Group
|   Version: 1.0
|   Date: 2025-11-12
================================================================================
*/

/* ===== Variables & Base ===== */
:root {
    --primary-blue-dark: #0E5EC2;
    --primary-blue-light: #2778D6;
    --text-dark: #212529;
    --text-light: #f8f9fa;
    --bg-light: #f8f9fa;
  
    --card-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    --card-hover-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    --transition-speed: 0.28s;}
/* About Section Paragraph Styling */
/* About Section Paragraph Styling */
.section.container .lead {
    font-size: 1rem;
    line-height: 1.7;
}

.section.container .lead + p {
    margin-top: 1rem;
}

/* ===== HERO ===== */
.page-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--bg-dark);
}

.page-hero-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.page-hero .video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;}
/* About Section Paragraph Styling */

.page-hero .caption {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--text-light);
}

.page-hero .caption h1 {
    font-weight: 700;
    color: var(--text-light) !important;
}
.page-hero .caption .lead {
    color: rgba(255, 255, 255, 0.9);
}


.page-hero .btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(39, 120, 214, 0.4);
}
/* ===== About ===== */
.section-about .lead {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== Key Highlights Section ===== */
.highlight-card {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 30px;
    text-align: center;
    height: 100%;
    box-shadow: var(--card-shadow);
    transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
}

.highlight-card:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: var(--card-hover-shadow);
}
.highlight-card img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    max-height: 180px;
}

.highlight-card h4 {
    margin-top: 1.5rem;
    color: var(--text-dark);
    font-weight: 700;
}

.highlight-card p {
    color: #5a6a85;
}

/* Core Functionalities Icon Styling */
.page-schedule .func-icon {
    font-size: 2.5rem;
    color: var(--eduskill-primary);
    margin: 0 auto 15px auto;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: var(--eduskill-soft);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-schedule .feature-card {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 1rem 1rem;
    text-align: center;
}
.functionality-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-light);
}

.functionality-card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* ===== Feature Showcase Section ===== */
.feature-item {
    margin-bottom: 3rem;
}

.feature-item img {
    border-radius: 14px;
    box-shadow: var(--card-shadow);
    transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
}

.feature-item:hover img {
    transform: scale(1.03);
    box-shadow: var(--card-hover-shadow);
}

.feature-item h4 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary-blue-dark);
    margin-bottom: 1rem;
}

.feature-bullets {
    list-style: none;
    padding-left: 0;
}

.feature-bullets li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-dark);
}

.feature-bullets li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--primary-blue-light);
    font-size: 1.1rem;
}

/* ===== Proven Impact Section ===== */
.impact-card {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 30px;
    height: 100%;
    text-align: center;
    box-shadow: var(--card-shadow);
    transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
}

.impact-card:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: var(--card-hover-shadow);
}
.impact-card h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-blue-dark);
    margin-bottom: 0.5rem;
}

.impact-card p {
    color: #5a6a85;
    font-size: 1rem;
}
/* ===== Explore Video & Testimonials Section ===== */
.video-container {
    position: relative;
    background-color: var(--bg-dark);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-sound-toggle {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
}

.video-sound-toggle:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
.testimonials-scroller-section {
    background-color: #ffffff;
}

.testimonials-scroller-section h2 {
    color: var(--text-dark) !important;
}
/* ===== General & Utility Classes ===== */
.page-schedule .lead {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-schedule .section.bg-light-alt {
    background-color: var(--bg-light);
}

.page-schedule .section.bg-light-alt h2,
.page-schedule .section.bg-light-alt h4,
.page-schedule .section.bg-light-alt p,
.page-schedule .final-cta-section h2,
.page-schedule .final-cta-section p {
    color: var(--text-dark) 
}

@media (max-width: 768px) {
    .highlight-card,
    .functionality-card,
    .impact-card {
        margin-bottom: 1.5rem;
    }
    .feature-item img {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 420px) {
    .page-hero .caption h1 {
        font-size: 2rem;
    }
    .highlight-card,
    .functionality-card,
    .impact-card {
        padding: 20px;
    }
}


.zoomable-image {
  cursor: zoom-in;
  transition: transform 0.2s;
}
.image-zoom-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}
.image-zoom-modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  transition: transform 0.3s ease;}
/* Image Zoom Modal Styles */
.image-zoom-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;}
/* Image Zoom Modal Styles */
.image-zoom-close:hover,
.image-zoom-close:focus {
  color: #bbb;
  text-decoration: none;
}
#zoom-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(44, 44, 44, 0.7);
  border-radius: 20px;
  padding: 5px;
  display: flex;
}
#zoom-controls button {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
#zoom-controls button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#zoomInBtn {
  border-radius: 0 20px 20px 0;
}
#zoomOutBtn {
  border-radius: 20px 0 0 20px;
}