/**
 * Modern Batch Template Styles
 * Beautiful landing page design for batch pages
 */

/* Container */
.edmark-batch-modern {
    background: #FFF5F5;
    min-height: 100vh;
}

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


/* Hero Section */
.edmark-batch-hero {
    padding: 60px 0 80px;
    /* text-align: center; */
}

.edmark-breadcrumb {
    display: flex;
    /* align-items: center;
    justify-content: center; */
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}

.edmark-breadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.edmark-breadcrumb a:hover {
    color: #FF6B6B;
}

.edmark-breadcrumb .separator {
    color: #999;
}

/* Badges */
.edmark-batch-badges {
    display: flex;
    /* align-items: center;
    justify-content: center; */
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.badge {
    display: inline-flex;
    /* align-items: center; */
    gap: 5px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-active {
    background: #FFE5E5;
    color: #FF6B6B;
}

.badge-full {
    background: #FFF4E5;
    color: #FF9800;
}

.badge-inactive {
    background: #F5F5F5;
    color: #999;
}

.badge-location {
    background: #E8F5E9;
    color: #4CAF50;
}

.badge .dashicons {
    width: 16px;
    height: 16px;
    font-size: 16px;
}

/* Title */
.edmark-batch-title {
    font-size: 48px;
    font-weight: 800;
    color: #1A1A1A;
    margin: 0 0 20px;
    line-height: 1.2;
}

.edmark-batch-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 800px;
    margin: 0 0 30px;
    line-height: 1.6;
}

.edmark-batch-subtitle p {
    margin: 0 0 8px;
    line-height: 1.6;
}

.edmark-batch-subtitle p:last-child {
    margin-bottom: 0;
}

.edmark-batch-subtitle ul,
.edmark-batch-subtitle ol {
    margin: 8px 0;
    padding-left: 20px;
}

.edmark-batch-subtitle li {
    margin-bottom: 4px;
    line-height: 1.6;
}

/* Quick Stats */
.edmark-batch-stats {
    display: flex;
    /* align-items: center;
    justify-content: center; */
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    /* align-items: center; */
    gap: 12px;
    padding: 15px 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.stat-item .dashicons {
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: #FF6B6B;
}

.stat-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stat-label {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
}

/* Rating Stat */
.stat-rating .dashicons-star-filled {
    color: #FFB800;
}

.stat-rating .stat-value {
    display: flex;
    /* align-items: center; */
    gap: 8px;
}

.stat-rating .stat-stars {
    display: flex;
    gap: 2px;
}

.stat-rating .stat-stars .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
    color: #FFB800;
}

.stat-rating .stat-stars .dashicons-star-empty {
    color: #ddd;
}

.stat-rating .stat-rating-number {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

/* CTA Buttons */
.edmark-batch-cta {
    display: flex;
    /* align-items: center;
    justify-content: center; */
    gap: 15px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    /* align-items: center;
    justify-content: center; */
    gap: 8px;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-primary {
    background: #FF6B6B;
    color: white;
    border-color: #FF6B6B;
}

.btn-primary:hover {
    background: #FF5252;
    border-color: #FF5252;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.btn-primary:disabled {
    background: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
    transform: none;
}

.btn-secondary {
    background: white;
    color: #1A1A1A;
    border-color: #E0E0E0;
}

.btn-secondary:hover {
    border-color: #FF6B6B;
    color: #FF6B6B;
}

.btn-outline {
    background: transparent;
    color: #FF6B6B;
    border-color: #FF6B6B;
}

.btn-outline:hover {
    background: #FF6B6B;
    color: white;
}

.btn-large {
    padding: 16px 40px;
    font-size: 18px;
}

.btn-xlarge {
    padding: 20px 50px;
    font-size: 20px;
}

.btn .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

/* Sections */
.edmark-section {
    padding: 80px 0;
}

.edmark-overview {
    background: white;
}

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

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 15px;
}

.section-header p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.benefit-card {
    background: white;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.benefit-card:hover {
    transform: translateY(-5px);
    border-color: #FF6B6B;
    box-shadow: 0 8px 24px rgba(255, 107, 107, 0.15);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #FF6B6B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon .dashicons {
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: white;
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 12px;
}

.benefit-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Course Card */
.course-card-large {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.course-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.course-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 20px;
}

.course-excerpt {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Mentors Section */
.edmark-mentors {
    background: white;
}

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

.mentor-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid #f0f0f0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.mentor-card:hover {
    transform: translateY(-8px);
    border-color: #FF6B6B;
    box-shadow: 0 12px 32px rgba(255, 107, 107, 0.2);
}

.mentor-photo {
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: linear-gradient(135deg, #FFE5E5 0%, #FFF5F5 100%);
    position: relative;
}

.mentor-photo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, rgba(255,255,255,0.9), transparent);
}

.mentor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mentor-card:hover .mentor-photo img {
    transform: scale(1.05);
}

.mentor-info {
    padding: 30px 25px;
    background: white;
    position: relative;
}

.mentor-name {
    font-size: 24px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 8px;
    line-height: 1.3;
}

.mentor-designation {
    font-size: 16px;
    color: #FF6B6B;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mentor-details {
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
    /* padding-top: 15px;
    border-top: 2px solid #f0f0f0; */
}

.mentor-detail {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    padding: 8px 0;
}

.mentor-detail .dashicons {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #FF6B6B;
    margin-top: 2px;
    background: #FFE5E5;
    border-radius: 50%;
    padding: 4px;
}

.mentor-detail strong {
    color: #333;
    font-weight: 600;
}

/* Mentor card without image */
.mentor-card:not(:has(.mentor-photo)) .mentor-info {
    padding: 40px 30px;
}

.mentor-card:not(:has(.mentor-photo)) {
    background: linear-gradient(135deg, #FFF5F5 0%, white 100%);
}

/* Success Stories Section */
.edmark-success-stories {
    background: #ffffff !important;
}

.success-stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.success-story-card {
    background: white;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.success-story-card:hover {
    transform: translateY(-5px);
    border-color: #FF6B6B;
    box-shadow: 0 8px 24px rgba(255, 107, 107, 0.15);
}

.story-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 3px solid #FF6B6B;
}

.story-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.story-name {
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 12px;
}

.story-meta {
    margin-bottom: 15px;
}

.story-rank {
    display: inline-block;
    background: #FF6B6B;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 8px;
}

.story-exam {
    display: inline-block;
    background: #FFE5E5;
    color: #FF6B6B;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.story-college {
    font-size: 16px;
    color: #666;
    margin-top: 8px;
    font-weight: 500;
}

.story-testimonial {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    text-align: left;
    /* margin-top: 15px;
    padding-top: 15px; */
    /* border-top: 2px solid #f0f0f0; */
}

.story-testimonial p {
    margin: 0;
}

/* FAQ Section */
.edmark-faq {
    background: white;
}

.faq-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: #FFE5E5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-icon .dashicons {
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #FF6B6B;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: #FFF5F5;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    background: white;
    box-shadow: 0 4px 16px rgba(255, 107, 107, 0.1);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    /* background: transparent; */
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: #FF6B6B;
}

.faq-question .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #FF6B6B;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question .dashicons {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 25px 20px;
    margin: 0;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

/* Final CTA */
.edmark-final-cta {
    background: linear-gradient(135deg, #FF6B6B 0%, #FF8E8E 100%);
    color: white;
}

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

.cta-box h2 {
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin: 0 0 15px;
}

.cta-box > p {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin: 0 0 40px;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cta-actions .btn-primary {
    background: white;
    color: #FF6B6B;
    border-color: white;
}

.cta-actions .btn-primary:hover {
    background: #FFF5F5;
    transform: translateY(-2px);
}

.cta-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    margin: 0;
}

.cta-location .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .edmark-container {
        padding: 0 !important;
    }
    
    .edmark-batch-title {
        font-size: 32px;
    }
    
    .edmark-batch-subtitle {
        font-size: 16px;
    }
    
    .edmark-batch-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .stat-item {
        width: 100%;
        max-width: 300px;
    }
    
    .edmark-batch-cta {
        flex-direction: column;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .mentors-grid {
        grid-template-columns: 1fr;
    }
    
    .mentor-photo {
        height: 280px;
    }
    
    .success-stories-grid {
        grid-template-columns: 1fr;
    }
    
    .course-card-large {
        grid-template-columns: 1fr;
        padding: 30px 20px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .cta-box h2 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .edmark-batch-hero {
        padding: 40px 0 60px;
 
    }
    
    .edmark-container {
        padding: 0 !important;
    }

    .edmark-section {
        padding: 60px 16px;
    }
    
    .edmark-batch-title {
        font-size: 28px;
    }
    
    .benefit-card {
        padding: 30px 20px;
    }
}

/* Modern Benefits Section */
.key-benefits-section {
    padding: 40px 0;
    margin: 40px 0;
}

.benefits-grid-modern {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    margin-top: 32px;
}

@media (max-width: 1024px) {
    .benefits-grid-modern {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.benefit-card-modern {
    background: #FFF5F5 !important;
    border-radius: 12px !important;
    padding: 32px 24px !important;
    transition: all 0.3s ease !important;
    border: 1px solid transparent !important;
    display: block !important;
}

.benefit-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #FFE5E5;
}

.benefit-icon-wrapper {
    width: 56px !important;
    height: 56px !important;
    background: linear-gradient(135deg, #FFE5E5 0%, #FFF0F0 100%) !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
}

.benefit-icon-wrapper .dashicons,
.benefit-icon-wrapper i {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    color: #FF6B6B !important;
}

.benefit-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1F2937 !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.4 !important;
}

.benefit-description {
    font-size: 14px !important;
    color: #6B7280 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .benefits-grid-modern {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .benefit-card-modern {
        padding: 24px 20px;
    }
}
