/* Hero Section */
.hero-section {
    background: linear-gradient(180deg, rgba(234, 255, 250, 1) 0%, rgba(238, 231, 241, 1) 100%);
    /* padding: 80px 0; */
    position: relative;
    overflow: hidden;
}

.partners-section {
    background-color: #FCF7F2;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
  }

.hero-title {
    font-size: 64px;
    line-height: 82px;
    letter-spacing: -0.5px;
    font-weight: 700;
    margin-bottom: 20px;
}

.text-primary {
    color: #532d82 !important;
}

.hero-description {
    color: #646464;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 36px;
    max-width: 487px;
}

.hero-buttons {
    display: flex;
    gap: 28px;
    margin-bottom: 50px;
}

.btn-primary {
    background-color: #532d82;
    border-color: #532d82;
    padding: 16px 28px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 0 0 4px rgba(244, 235, 255, 1), 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.btn-outline-primary {
    color: #532d82;
    border-color: #532d82;
    padding: 16px 28px;
    font-size: 18px;
    font-weight: 600;
}

.hero-features {
    display: flex;
    gap: 34px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature img {
    width: 32px;
    height: 32px;
}

.feature span {
    color: rgba(29, 41, 57, 0.7);
    font-size: 16px;
    line-height: 40px;
}

.hero-image {
    position: relative;
}

.stats-card {
    background: #f5f5f4;
    border-radius: 18px;
    border: 0.76px solid #4dd3b4;
    padding: 18px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.15);
    position: absolute;
}

.webinar-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    right: 0;
    top: 40px;
}

.progress-circle {
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 8px solid #eaecf0;
}

.progress-circle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid #4dd3b4;
    top: -8px;
    left: -8px;
}

.circle-inner {
    color: #101828;
    font-size: 25px;
    font-weight: 700;
}

.webinar-count p {
    color: #101828;
    font-size: 15px;
    opacity: 0.5;
    margin: 0;
}

.live-webinar {
    display: flex;
    align-items: center;
    gap: 24px;
    left: 0;
    bottom: 40px;
}

.live-webinar .icon {
    width: 49px;
    height: 49px;
    background: #4dd3b4;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-webinar .content h3 {
    color: #101828;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.live-webinar .content p {
    color: #101828;
    font-size: 15px;
    opacity: 0.5;
    margin: 0;
}

/* Services Section */
.services-section {
    padding: 80px 0;
}

.section-header {
    margin-bottom: 40px;
}

.section-subtitle {
    color: #844d9f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.section-title {
    color: #101828;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-description {
    color: #667085;
    font-size: 20px;
    line-height: 30px;
    max-width: 768px;
    margin: 0 auto;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(216, 216, 216, 0.4);
    padding: 30px 40px;
    height: 100%;
    box-shadow: 0 67px 109px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.service-card.primary {
    background: #532d82;
    color: #fff;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.icon-box {
    background: #ebe4f3;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box.orange {
    background: #fff7ee;
}

.icon-box.pink {
    background: #f6ecf1;
}

.service-card h3 {
    color: #101828;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.service-card.primary h3 {
    color: #fff;
}

.service-card p {
    color: #646464;
    font-size: 16px;
    line-height: 1.8;
}

.service-card.primary p {
    color: #fff;
}

.learn-more {
    color: #532d82;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.service-card.primary .learn-more {
    color: #fff;
}

/* hero section */

.hero-section {
    padding: 80px 0;
}

/* Webinars Section */
.webinars-section {
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(237, 245, 243, 1) 0%, rgba(249, 246, 251, 1) 100%);
}

.webinar-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03), 0 12px 16px -4px rgba(16, 24, 40, 0.08);
    height: 100%;
}

.webinar-image {
    position: relative;
    height: 240px;
}

.webinar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.duration {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #667085;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(2px);
}

.webinar-content {
    padding: 24px;
}

.category {
    color: #844d9f;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

.webinar-content h3 {
    color: #101828;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}

.webinar-content p {
    color: #667085;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.instructor {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.instructor img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.instructor h4 {
    color: #101828;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.instructor p {
    color: #667085;
    font-size: 14px;
    margin: 0;
}

.webinar-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.score {
    color: #844d9f;
    font-size: 14px;
    font-weight: 500;
}

.stars {
    color: #ffc107;
    font-size: 14px;
}

.reviews {
    color: #969696;
    font-size: 14px;
}

.price {
    color: #844d9f;
    font-size: 26px;
    font-weight: 700;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 48px;
        line-height: 60px;
    }
    
    .stats-card {
        transform: scale(0.8);
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 36px;
        line-height: 46px;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 15px;
    }
    
    .stats-card {
        position: static;
        margin: 20px auto;
        transform: scale(1);
    }
    
    .hero-image {
        margin-top: 40px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .section-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .service-card {
        padding: 20px;
    }
}