.elementor-30520 .elementor-element.elementor-element-02fc45d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-30520 .elementor-element.elementor-element-4e1b07f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-261dc3e */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    margin-top: 40px;
}

.hero-left {
    text-align: left;
}

.badge {
    display: inline-block;
    background: rgba(181, 206, 81, 0.2);
    color: #b5ce51;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 20px;
    border: 1px solid #b5ce51;
    animation: fadeInUp 0.5s ease;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 25px;
    color: white;
    line-height: 1.1;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.hero .subtitle {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.95;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.webinar-info {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid rgba(181, 206, 81, 0.3);
    margin-bottom: 30px;
}

.webinar-info-item {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.webinar-info-item:last-child {
    margin-bottom: 0;
}

.registration-box {
    background: white;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 2px solid #b5ce51;
}

.bonus-mention {
    text-align: center;
    color: #666;
    font-style: italic;
}

/* Section Styles */
.section {
    padding: 80px 0;
    background: white;
}

.section-alt {
    background: #efe6d4;
    padding: 80px 0;
}

.section-dark {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: white;
    padding: 80px 0;
}

.section h2 {
    font-size: 2.5rem;
    color: #2b2e71;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.section-alt h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: #2b2e71;
}

.section-dark h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    color: white;
}

.text-center {
    text-align: center;
}

/* Learning List */
.learning-list {
    max-width: 1000px;
    margin: 60px auto;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 60px;
    border-radius: 20px;
    border: 3px solid #b5ce51;
    box-shadow: 0 15px 50px rgba(43, 46, 113, 0.15);
    position: relative;
    overflow: hidden;
}

.learning-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(180deg, #b5ce51 0%, #9fc041 100%);
}

.learning-list h3 {
    font-size: 2.2rem;
    color: #2b2e71;
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.learning-list h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #b5ce51 0%, #9fc041 100%);
    border-radius: 2px;
}

.learning-list ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.learning-list li {
    padding: 25px 0;
    padding-left: 50px;
    position: relative;
    font-size: 1.3rem;
    color: #2b2e71;
    border-bottom: 2px solid rgba(181, 206, 81, 0.2);
    font-weight: 500;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.learning-list li:hover {
    background: rgba(181, 206, 81, 0.05);
    padding-left: 60px;
    transform: translateX(5px);
}

.learning-list li:last-child {
    border-bottom: none;
}

.learning-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b5ce51;
    font-weight: bold;
    font-size: 2rem;
    background: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(181, 206, 81, 0.3);
    border: 2px solid #b5ce51;
}

/* Speakers Section */
.speakers-section {
    background: #efe6d4;
    padding: 80px 0;
}

.speakers-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.speakers-intro {
    text-align: center;
    margin-bottom: 60px;
}

.speakers-intro h2 {
    font-size: 2.5rem;
    color: #2b2e71;
    margin-bottom: 20px;
    font-weight: 700;
}

.speakers-intro p {
    font-size: 1.3rem;
    color: #2b2e71;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto;
}

.speakers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.speakers-photo {
    text-align: center;
}

.speakers-photo img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(43, 46, 113, 0.2);
    border: 3px solid #b5ce51;
}

.speakers-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.speaker-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(43, 46, 113, 0.1);
    border: 3px solid #b5ce51;
    position: relative;
    transition: all 0.3s ease;
}

.speaker-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #b5ce51 0%, #9fc041 100%);
}

.speaker-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(43, 46, 113, 0.15);
}

.speaker-name {
    font-size: 1.5rem;
    color: #2b2e71;
    font-weight: 700;
    margin-bottom: 10px;
}

.speaker-title {
    color: #ea5e3a;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.speaker-bio {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.speaker-highlight {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #b5ce51;
    font-weight: 600;
    color: #266534;
    font-size: 0.95rem;
}

/* Program Section */
.program-duration {
    background: linear-gradient(135deg, #efe6d4 0%, #f8f5f0 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-top: 40px;
    border: 3px solid #b5ce51;
    box-shadow: 0 10px 30px rgba(43, 46, 113, 0.1);
    position: relative;
    overflow: hidden;
}

.program-duration::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #b5ce51 0%, #9fc041 100%);
}

.program-duration p {
    margin: 15px 0;
    font-size: 1.3rem;
    color: #2b2e71;
    font-weight: 500;
}

.program-duration strong {
    color: #2b2e71;
    font-size: 1.4rem;
    font-weight: 700;
}

/* Testimonials */
.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 40px 0;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(43, 46, 113, 0.1);
    transition: all 0.3s ease;
    border-left: 4px solid #b5ce51;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(43, 46, 113, 0.15);
}

.testimonial-quote {
    font-size: 1.1rem;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.6;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
}

.testimonial-author-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.author-avatar img {
    border: 2px solid #b5ce51;
    box-shadow: 0 4px 15px rgba(181, 206, 81, 0.2);
}

.author-name {
    font-size: 1rem;
    color: #2b2e71;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.author-title {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
    margin: 0;
}

.anchor-text {
    text-align: center;
    font-size: 1.3rem;
    color: #266534;
    font-weight: 600;
    margin-top: 50px;
    font-style: italic;
}

/* Closing Section */
.closing-section {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    padding: 80px 0;
    text-align: center;
    color: white;
}

.closing-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.closing-content h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 700;
    color: white;
}

.urgency-list {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    border: 2px solid #b5ce51;
}

.urgency-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.urgency-list li {
    padding: 15px 0;
    font-size: 1.2rem;
    color: white;
    font-weight: 500;
    position: relative;
    padding-left: 40px;
}

.urgency-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b5ce51;
    font-weight: bold;
    font-size: 1.5rem;
}

/* Buttons */
.btn {
    padding: 18px 35px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}

.btn-primary {
    background: #ea5e3a;
    color: white;
    border: 2px solid #ea5e3a;
}

.btn-primary:hover {
    background: #d94d28;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(234, 94, 58, 0.3);
}

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

.btn-secondary:hover {
    background: #b5ce51;
    color: #2b2e71;
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: #2b2e71;
    border: 2px solid #2b2e71;
}

.btn-outline:hover {
    background: #2b2e71;
    color: white;
    transform: translateY(-2px);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .speakers-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 968px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .section h2,
    .section-alt h2,
    .section-dark h2 {
        font-size: 2rem;
    }
    
    .hero-left {
        text-align: center;
    }
    
    .learning-list {
        padding: 40px 30px;
        margin: 40px auto;
    }
    
    .learning-list h3 {
        font-size: 1.8rem;
    }
    
    .learning-list li {
        font-size: 1.1rem;
        padding-left: 45px;
    }
    
    .learning-list li::before {
        width: 30px;
        height: 30px;
        font-size: 1.5rem;
    }
    
    .speakers-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .speakers-photo {
        order: 2;
    }
    
    .speakers-cards {
        order: 1;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}/* End custom CSS */