.elementor-1743 .elementor-element.elementor-element-c1dfecc{--display:flex;}/* Start custom CSS */.hero-elementor {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-elementor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,186.7C384,213,480,235,576,213.3C672,192,768,128,864,128C960,128,1056,192,1152,192C1248,192,1344,128,1392,96L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    background-position: center;
}

.hero-content-elementor {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero-elementor h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-elementor p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-buttons-elementor {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.btn-elementor {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn-primary-elementor {
    background-color: #ff6b6b;
    color: white;
}

.btn-primary-elementor:hover {
    background-color: #ff5252;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.btn-secondary-elementor {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

.btn-secondary-elementor:hover {
    background-color: white;
    color: #2575fc;
}

@media (max-width: 768px) {
    .hero-elementor h1 {
        font-size: 2.5rem;
    }
    
    .hero-buttons-elementor {
        flex-direction: column;
        align-items: center;
    }
}

.video-section-elementor {
    padding: 100px 0;
    background-color: white;
}

.section-title-elementor {
    text-align: center;
    margin-bottom: 60px;
}

.section-title-elementor h2 {
    font-size: 2.5rem;
    color: #2575fc;
    margin-bottom: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.section-title-elementor p {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.video-container-elementor {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.video-player-elementor {
    flex: 1;
    min-width: 300px;
}

.video-wrapper-elementor {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.video-wrapper-elementor iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.chapters-elementor {
    flex: 1;
    min-width: 300px;
}

.chapters-elementor h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #2575fc;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.chapter-list-elementor {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chapter-item-elementor {
    padding: 15px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    border-left: 4px solid transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.chapter-item-elementor:hover {
    background-color: #e9ecef;
    transform: translateX(5px);
}

.chapter-item-elementor.active {
    background-color: #e3f2fd;
    border-left-color: #2575fc;
}

.chapter-number-elementor {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #2575fc;
    color: white;
    border-radius: 50%;
    margin-right: 15px;
    font-weight: bold;
}

.chapter-item-elementor.active .chapter-number-elementor {
    background-color: #6a11cb;
}

.chapter-time-elementor {
    margin-left: auto;
    font-size: 0.9rem;
    color: #666;
}

@media (max-width: 768px) {
    .video-container-elementor {
        flex-direction: column;
    }
    
    .section-title-elementor h2 {
        font-size: 2rem;
    }
}

.features-section-elementor {
    padding: 100px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.features-grid-elementor {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-card-elementor {
    background-color: white;
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s;
    text-align: center;
}

.feature-card-elementor:hover {
    transform: translateY(-10px);
}

.feature-icon-elementor {
    font-size: 3rem;
    color: #2575fc;
    margin-bottom: 20px;
}

.feature-card-elementor h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.feature-card-elementor p {
    color: #666;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

.cta-section-elementor {
    padding: 100px 0;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    text-align: center;
}

.cta-section-elementor h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cta-section-elementor p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    opacity: 0.9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn-cta-elementor {
    background-color: white;
    color: #2575fc;
}

.btn-cta-elementor:hover {
    background-color: #f8f9fa;
}/* End custom CSS */