/* Training Page Styles */

.training-programs {
    background: #fff;
}

.training-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.training-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.training-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 30px;
}

.training-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.training-card p {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.training-card .theme-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.training-card .theme-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.why-choose-us {
    background: #f8f9fa;
}

.feature-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 24px;
}

.feature-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.feature-box p {
    color: #666;
    line-height: 1.6;
}

/* Training Details Page Styles */

.training-details {
    background: #fff;
}

.training-content h2 {
    font-size: 32px;
    font-weight: 700;
    /* margin-bottom: 20px; */
    color: #333;
    background: transparent;
}

.training-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
    font-weight: normal;
}



.program-overview h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
}

.overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.overview-item {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
}

.overview-item i {
    font-size: 30px;
    color: #464646;
    margin-bottom: 20px;
}

.overview-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.overview-item p {
    color: #666;
    margin: 0;
}

.curriculum {
    margin-top: 50px;
}

.curriculum h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
}
.accordion-item {
    margin-bottom: 25px;
    background: transparent !important;
    border-radius: 4px !important;
    border: 1px solid #e4e4e4 !important;
}
.accordion-button {
    background: #f8f9fa;
    color: #333;
    font-weight: 600;
    border: none;
    padding: 15px 20px;
}


.accordion-button:not(.collapsed) {
    box-shadow: unset;
    background: #f9f9f9;
    color: #000;
    border: none !important;
}

.accordion-body {
    padding: 20px;
    background: #fff;
    color: #666;
}

.highlights {
    margin-top: 50px;
    background: #333;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
}
.highlights h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.highlight-list {
    list-style: none;
    padding: 0;
}

.highlight-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #bdbdbd;
}

.highlight-list li i {
    color: #28a745;
    margin-right: 15px;
    font-size: 18px;
}

.training-sidebar {
    position: sticky;
    top: 30px;
}

.instructor-card {
    background: #fff;
    padding: 55px 30px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
}

.instructor-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}

.instructor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.instructor-card p {
    color: #666;
    margin-bottom: 5px;
}

.enrollment-card {
    padding: 35px 30px;
    border-radius: 10px;
    /* text-align: center;
    color: #fff; */
    background-image: url('../img/why/dots.png');
    background-repeat: no-repeat;
    border: 1px solid #e4e4e4e4;
}
.enrollment-card input {
    font-size: 14px;
    height: 45px;
}
.enrollment-card button {
    width: 100%;
}

.enrollment-card h4 {
    margin-bottom: 20px;
    font-size: 24px;
}

.enrollment-card .theme-btn {
    background: #fff;
    color: #667eea;
    border: none;
}

.enrollment-card .theme-btn:hover {
    background: #f8f9fa;
    color: #667eea;
}

.faq-section {
    background: #f8f9fa;
}

.faq-section .section-title h2 {
    color: #333;
}

/* Responsive Design */

@media (max-width: 768px) {
    .training-card {
        padding: 30px 20px;
    }

    .training-card h3 {
        font-size: 20px;
    }

    .overview-grid {
        grid-template-columns: 1fr;
    }

    .training-sidebar {
        position: static;
        margin-top: 50px;
    }

    .instructor-card,
    .enrollment-card {
        margin-bottom: 20px;
    }
}

/* Animations */

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

.training-card,
.feature-box,
.overview-item {
    animation: fadeInUp 0.6s ease-out;
}