/* About Us Section */
/* About Us General Styles */
.abt_us-primary-color {
    color: #dc3545;
}

.abt_us-secondary-color {
    color: #ffc107;
}

.abt_us-page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 1rem;
}

.abt_us-page-subtitle {
    font-size: 1.2rem;
    color: #666;
}

.abt_us-section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 1rem;
    position: relative;
}

.abt_us-section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #ffc107;
}

.abt_us-section-subtitle {
    color: #666;
    font-size: 1.1rem;
}

.abt_us-intro-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

/* About Us Experience Badge */
.abt_us-experience-badge {
    display: inline-block;
    background: linear-gradient(135deg, #dc3545, #ffc107);
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
}

.abt_us-years {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.abt_us-text {
    font-size: 0.9rem;
}

/* Mission & Vision Page */


/* About Us Features Section */
.abt_us-feature-card {
    transition: transform 0.3s ease;
    border: 1px solid #eee !important;
}

.abt_us-feature-card:hover {
    transform: translateY(-5px);
}

.abt_us-feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: linear-gradient(135deg, #dc3545, #ffc107);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.abt_us-feature-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.abt_us-feature-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* About Us Benefits Section */
.abt_us-benefits-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
}

.abt_us-benefit-item {
    font-size: 0.95rem;
    color: #555;
    padding: 8px 0;
}

.abt_us-benefit-icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #dc3545, #ffc107);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.abt_us-check-icon {
    color: #28a745;
}

/* About Us Affiliation Section */
.abt_us-affiliations {
    background: linear-gradient(135deg, #f0f8ff 0%, #f5f0ff 100%);
    position: relative;
}

.abt_us-affiliations::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4a90e2 0%, #8a2be2 100%);
}

.abt_us-section-title {
    color: #4a90e2;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.abt_us-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #8a2be2;
}

.abt_us-affiliation-card {
    transition: all 0.3s ease;
    border: 1px solid #e6f0ff !important;
    border-radius: 15px;
    background: white;
    height: 100%;
}

.abt_us-affiliation-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(74, 144, 226, 0.15);
    border-color: #8a2be2 !important;
}

.abt_us-affiliation-logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.abt_us-affiliation-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.abt_us-affiliation-card:hover .abt_us-affiliation-logo img {
    transform: scale(1.1);
}

.abt_us-affiliation-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #4a90e2;
    margin-bottom: 1rem;
}

.abt_us-affiliation-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

.abt_us-certification-badge {
    display: inline-block;
    background: linear-gradient(135deg, #4a90e2, #8a2be2);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

.affiliations-carousel {
    position: relative;
    overflow: hidden;
}

.affiliations-track {
    display: flex;
    transition: transform 0.5s ease;
}

.affiliations-slide {
    flex: 0 0 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
}

.affiliations-nav-buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
}

.affiliations-nav-btn {
    padding: 12px 35px;
    background: #4a90e2;
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

.affiliations-nav-btn:hover {
    background: #8a2be2;
    transform: translateY(-2px);
}

.affiliations-nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 992px) {
    .affiliations-slide {
        flex: 0 0 50%;
    }
}

@media (max-width: 768px) {
    .affiliations-slide {
        flex: 0 0 100%;
    }

    .abt_us-affiliation-logo {
        height: 80px;
    }

    .abt_us-affiliation-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .affiliations-nav-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .affiliations-nav-btn {
        width: 200px;
    }
}
/* About Us Certificates Section */
.certifSlide-carousel {
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}

.certifSlide-track {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.certifSlide-slide {
    flex: 0 0 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.certifSlide-nav-buttons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

.certifSlide-nav-btn {
    padding: 12px 30px;
    background: #d40000;
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 0, 0, 0.3);
}

.certifSlide-nav-btn:hover:not(:disabled) {
    background: #ff0000;
    transform: translateY(-2px);
}

.certifSlide-nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .certifSlide-slide {
        flex: 0 0 100%;
    }

    .certifSlide-carousel {
        padding: 0 10px;
    }

    .abt_us-certificate-image {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .certifSlide-nav-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}
/* About Us Branches Section */
.abt_us-branches {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.abt_us-branches::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d40000 0%, #ffcc00 100%);
}

.abt_us-section-title {
    color: #d40000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.abt_us-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #ffcc00;
}

.abt_us-section-subtitle {
    color: #666;
    font-size: 1.1rem;
}

.abt_us-branch-card {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    background: white;
    height: 100%;
}

.abt_us-branch-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: #ffcc00;
}

.abt_us-branch-image {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.abt_us-branch-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(212, 0, 0, 0.1), rgba(255, 204, 0, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.abt_us-branch-card:hover .abt_us-branch-image::after {
    opacity: 1;
}

.abt_us-branch-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.abt_us-branch-card:hover .abt_us-branch-image img {
    transform: scale(1.08);
}

.abt_us-branch-content {
    padding: 25px;
}

.abt_us-branch-title {
    color: #d40000;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.abt_us-branch-address {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 15px;
    line-height: 1.5;
}

.abt_us-branch-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.abt_us-branch-code {
    background: linear-gradient(135deg, #d40000, #ff6b6b);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.abt_us-branch-students {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 0.9rem;
}

.abt_us-branch-students i {
    color: #d40000;
    margin-right: 5px;
}

.abt_us-branch-btn {
    background: linear-gradient(135deg, #d40000, #ff6b6b);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.abt_us-branch-btn:hover {
    background: linear-gradient(135deg, #b30000, #ff5252);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 0, 0, 0.3);
}

.branches-carousel {
    position: relative;
    overflow: hidden;
}

.branches-track {
    display: flex;
    transition: transform 0.5s ease;
}

.branches-slide {
    flex: 0 0 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
}

.branches-nav-buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
}

.branches-nav-btn {
    padding: 12px 35px;
    background: #d40000;
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 0, 0, 0.3);
}

.branches-nav-btn:hover {
    background: #ff0000;
    transform: translateY(-2px);
}

.branches-nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.empty-state-icon {
    text-align: center;
    margin-bottom: 20px;
}

.text-muted {
    color: #666 !important;
}

@media (max-width: 992px) {
    .branches-slide {
        flex: 0 0 50%;
    }
}

@media (max-width: 768px) {
    .branches-slide {
        flex: 0 0 100%;
    }

    .abt_us-branch-image {
        height: 200px;
    }

    .abt_us-branch-content {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .branches-nav-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .branches-nav-btn {
        width: 200px;
    }
}
/* About Us Gallery Section */
.abt_us-gallery {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.abt_us-gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2c5aa0 0%, #4a90e2 100%);
}

.abt_us-section-title {
    color: #2c5aa0;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.abt_us-section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #4a90e2;
}

.abt_us-section-subtitle {
    color: #666;
    font-size: 1.1rem;
}

.gallery-carousel {
    position: relative;
    overflow: hidden;
}

.gallery-track {
    display: flex;
    transition: transform 0.5s ease;
}

.gallery-slide {
    flex: 0 0 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
}

.abt_us-gallery-item {
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #e9ecef;
    background: white;
}

.abt_us-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.15);
    border-color: #4a90e2;
}

.abt_us-gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.abt_us-gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(44, 90, 160, 0.9));
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.abt_us-gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.gallery-type {
    font-size: 0.8rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gallery-nav-buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 15px;
}

.gallery-nav-btn {
    padding: 10px 30px;
    background: #2c5aa0;
    color: white;
    border: 2px solid #2c5aa0;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.gallery-nav-btn:hover {
    background: white;
    color: #2c5aa0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 90, 160, 0.2);
}

.gallery-nav-btn:disabled {
    background: #e9ecef;
    border-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.abt_us-explore-btn {
    background: #2c5aa0;
    color: white;
    border: 2px solid #2c5aa0;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.abt_us-explore-btn:hover {
    background: white;
    color: #2c5aa0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 90, 160, 0.2);
}

.empty-state-icon {
    text-align: center;
    margin-bottom: 20px;
}

.text-muted {
    color: #666 !important;
}

@media (max-width: 992px) {
    .gallery-slide {
        flex: 0 0 50%;
    }
}

@media (max-width: 768px) {
    .gallery-slide {
        flex: 0 0 100%;
    }

    .abt_us-gallery-item img {
        height: 240px;
    }

    .gallery-overlay {
        transform: translateY(0);
        background: rgba(44, 90, 160, 0.85);
    }
}

@media (max-width: 576px) {
    .gallery-nav-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .gallery-nav-btn {
        width: 180px;
    }
}
/* Our Team Section */
.team_page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 1rem;
}

.team_page-subtitle {
    font-size: 1.2rem;
    color: #666;
}

.team_section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 1rem;
    position: relative;
}

.team_section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #ffc107;
}

.team_team-header {
    position: relative;
}

.team_team-icon-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: white;
    padding: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 3px solid #dc3545;
}

.team_team-category-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.team_govt-style-title {
    font-size: 2rem;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 1rem;
    position: relative;
}

.team_govt-style-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #ffc107;
}

.team_title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #dc3545, #ffc107);
    margin: 0 auto;
    border-radius: 2px;
}

.team_govt-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.team_govt-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

.team_card-cover {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.team_cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team_card-header-bg {
    height: 100px;
    background: linear-gradient(135deg, #dc3545, #ffc107);
    position: relative;
}

.team_interior-bg {
    background: linear-gradient(135deg, #1976d2, #64b5f6) !important;
}

.team_fashion-bg {
    background: linear-gradient(135deg, #c2185b, #f48fb1) !important;
}

.team_leadership-bg {
    background: linear-gradient(135deg, #7b1fa2, #ba68c8) !important;
}

.team_team-image-wrapper {
    width: 130px;
    height: 130px;
    margin: -65px auto 20px;
    position: relative;
    z-index: 2;
}

.team_team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team_img-border {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 3px solid #dc3545;
    border-radius: 50%;
    animation: team_border-pulse 2s infinite;
}

.team_interior-border {
    border-color: #1976d2 !important;
}

.team_fashion-border {
    border-color: #c2185b !important;
}

.team_leadership-border {
    border-color: #7b1fa2 !important;
}

@keyframes team_border-pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.team_card-body-govt {
    padding-top: 0 !important;
    position: relative;
    z-index: 2;
}

.team_govt-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1.3;
}

.team_position-badge {
    display: inline-block;
    background: linear-gradient(135deg, #dc3545, #ffc107);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.team_interior-badge {
    background: linear-gradient(135deg, #1976d2, #64b5f6) !important;
}

.team_fashion-badge {
    background: linear-gradient(135deg, #c2185b, #f48fb1) !important;
}

.team_leadership-badge {
    background: linear-gradient(135deg, #7b1fa2, #ba68c8) !important;
}

.team_card-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #dc3545, transparent);
    margin: 15px 0;
}

.team_interior-divider {
    background: linear-gradient(90deg, transparent, #1976d2, transparent) !important;
}

.team_fashion-divider {
    background: linear-gradient(90deg, transparent, #c2185b, transparent) !important;
}

.team_leadership-divider {
    background: linear-gradient(90deg, transparent, #7b1fa2, transparent) !important;
}

.team_team-details {
    margin-top: 15px;
}

.team_detail-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #666;
}

.team_detail-icon {
    color: #dc3545;
    font-size: 0.9rem;
}

.team_leadership-icon {
    color: #7b1fa2 !important;
}

.team_govt-qualification {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.4;
    margin-bottom: 0;
    font-style: italic;
}

@media (max-width: 768px) {
    .team_page-title {
        font-size: 2rem;
    }

    .team_section-title,
    .team_govt-style-title {
        font-size: 1.7rem;
    }

    .team_section-title:after,
    .team_govt-style-title:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .team_team-icon-wrapper {
        width: 100px;
        height: 100px;
    }

    .team_team-image-wrapper {
        width: 110px;
        height: 110px;
        margin: -55px auto 15px;
    }

    .team_card-cover {
        height: 100px;
    }

    .team_govt-name {
        font-size: 1rem;
    }

    .team_position-badge {
        font-size: 0.8rem;
        padding: 5px 12px;
    }
}

@media (max-width: 576px) {
    .team_page-title {
        font-size: 1.8rem;
    }

    .team_section-title,
    .team_govt-style-title {
        font-size: 1.5rem;
    }

    .team_team-icon-wrapper {
        width: 80px;
        height: 80px;
    }

    .team_card-cover {
        height: 90px;
    }
}
/* Team Close */
/* Interior Design Section */
.course_page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 1rem;
}

.course_page-subtitle {
    font-size: 1.2rem;
    color: #666;
}

.course_section-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.course_section-alt {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.course_row {
    min-height: 80vh;
}

.course_image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course_image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.course_image:hover {
    transform: scale(1.02);
}

.course_duration-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    background: linear-gradient(135deg, #dc3545, #ffc107);
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
}

.course_advanced-badge {
    background: linear-gradient(135deg, #1976d2, #64b5f6) !important;
    box-shadow: 0 8px 25px rgba(25, 118, 210, 0.3) !important;
}

.course_specialization-badge {
    background: linear-gradient(135deg, #c2185b, #f48fb1) !important;
    box-shadow: 0 8px 25px rgba(194, 24, 91, 0.3) !important;
}

.course_content {
    padding: 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course_content-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2rem;
    position: relative;
}

.course_content-title:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #dc3545, #ffc107);
    border-radius: 2px;
}

.course_content-description {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.course_features-list {
    margin-bottom: 2.5rem;
}

.course_features-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 1.5rem;
}

.course_features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 1.5rem;
}

.course_feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 4px solid #dc3545;
}

.course_feature-item:hover {
    background: #e9ecef;
    transform: translateX(8px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.course_feature-icon {
    color: #dc3545;
    font-size: 1.2rem;
    width: 25px;
    text-align: center;
}

.course_feature-item span {
    font-size: 1rem;
    color: #555;
    font-weight: 500;
}

.course_benefits {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 2.5rem;
    border-left: 5px solid #dc3545;
}

.course_benefit {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.course_benefit:last-child {
    margin-bottom: 0;
}

.course_benefit-icon {
    color: #28a745;
    font-size: 1.2rem;
}

.course_benefit span {
    font-size: 1.1rem;
    color: #555;
    font-weight: 500;
}

.course_enroll-btn {
    background: linear-gradient(135deg, #dc3545, #ffc107);
    color: white;
    border: none;
    padding: 18px 45px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    align-self: flex-start;
}

.course_enroll-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.course_enroll-btn:hover:before {
    left: 100%;
}

.course_enroll-btn:hover {
    background: linear-gradient(135deg, #c82333, #e0a800);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(220, 53, 69, 0.4);
}

.course_advanced-btn {
    background: linear-gradient(135deg, #1976d2, #64b5f6);
}

.course_advanced-btn:hover {
    background: linear-gradient(135deg, #1565c0, #42a5f5);
    box-shadow: 0 15px 30px rgba(25, 118, 210, 0.4);
}

.course_specialization-btn {
    background: linear-gradient(135deg, #c2185b, #f48fb1);
}

.course_specialization-btn:hover {
    background: linear-gradient(135deg, #ad1457, #f06292);
    box-shadow: 0 15px 30px rgba(194, 24, 91, 0.4);
}

@media (max-width: 1200px) {
    .course_content {
        padding: 0 30px;
    }

    .course_image {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .course_section-wrapper {
        padding: 60px 0;
        min-height: auto;
    }

    .course_row {
        min-height: auto;
    }

    .course_content {
        padding: 40px 20px;
    }

    .course_image {
        height: 400px;
        margin-bottom: 30px;
    }

    .course_content-title {
        font-size: 2.2rem;
    }

    .course_features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .course_page-title {
        font-size: 2rem;
    }

    .course_content-title {
        font-size: 1.8rem;
    }

    .course_content-description {
        font-size: 1.1rem;
    }

    .course_image {
        height: 350px;
    }

    .course_duration-badge {
        font-size: 1rem;
        padding: 12px 25px;
        top: 20px;
        left: 20px;
    }

    .course_enroll-btn {
        padding: 15px 35px;
        font-size: 1.1rem;
        align-self: stretch;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .course_page-title {
        font-size: 1.8rem;
    }

    .course_content-title {
        font-size: 1.6rem;
    }

    .course_image {
        height: 300px;
    }

    .course_content {
        padding: 30px 15px;
    }

    .course_benefits {
        padding: 20px;
    }

    .course_benefit span {
        font-size: 1rem;
    }

    .course_feature-item span {
        font-size: 0.95rem;
    }
}

/* Fashion Designing Section */
.fashion_page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 1rem;
}

.fashion_page-subtitle {
    font-size: 1.2rem;
    color: #666;
}

.fashion_section-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.fashion_section-alt {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.fashion_row {
    min-height: 80vh;
}

.fashion_image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fashion_image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.fashion_image:hover {
    transform: scale(1.02);
}

.fashion_duration-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    background: linear-gradient(135deg, #dc3545, #ffc107);
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
}

.fashion_advanced-badge {
    background: linear-gradient(135deg, #9c27b0, #e91e63) !important;
    box-shadow: 0 8px 25px rgba(156, 39, 176, 0.3) !important;
}

.fashion_specialization-badge {
    background: linear-gradient(135deg, #2196f3, #03a9f4) !important;
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.3) !important;
}

.fashion_4year-badge {
    background: linear-gradient(135deg, #4caf50, #8bc34a) !important;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3) !important;
}

.fashion_content {
    padding: 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fashion_content-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2rem;
    position: relative;
}

.fashion_content-title:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #dc3545, #ffc107);
    border-radius: 2px;
}

.fashion_content-description {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.fashion_features-list {
    margin-bottom: 2.5rem;
}

.fashion_features-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 1.5rem;
}

.fashion_features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 1.5rem;
}

.fashion_feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 4px solid #dc3545;
}

.fashion_feature-item:hover {
    background: #e9ecef;
    transform: translateX(8px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.fashion_feature-icon {
    color: #dc3545;
    font-size: 1.2rem;
    width: 25px;
    text-align: center;
}

.fashion_feature-item span {
    font-size: 1rem;
    color: #555;
    font-weight: 500;
}

.fashion_benefits {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 2.5rem;
    border-left: 5px solid #dc3545;
}

.fashion_benefit {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.fashion_benefit:last-child {
    margin-bottom: 0;
}

.fashion_benefit-icon {
    color: #28a745;
    font-size: 1.2rem;
}

.fashion_benefit span {
    font-size: 1.1rem;
    color: #555;
    font-weight: 500;
}

.fashion_enroll-btn {
    background: linear-gradient(135deg, #dc3545, #ffc107);
    color: white;
    border: none;
    padding: 18px 45px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    align-self: flex-start;
}

.fashion_enroll-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.fashion_enroll-btn:hover:before {
    left: 100%;
}

.fashion_enroll-btn:hover {
    background: linear-gradient(135deg, #c82333, #e0a800);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(220, 53, 69, 0.4);
}

.fashion_advanced-btn {
    background: linear-gradient(135deg, #9c27b0, #e91e63);
}

.fashion_advanced-btn:hover {
    background: linear-gradient(135deg, #8e24aa, #d81b60);
    box-shadow: 0 15px 30px rgba(156, 39, 176, 0.4);
}

.fashion_specialization-btn {
    background: linear-gradient(135deg, #2196f3, #03a9f4);
}

.fashion_specialization-btn:hover {
    background: linear-gradient(135deg, #1e88e5, #039be5);
    box-shadow: 0 15px 30px rgba(33, 150, 243, 0.4);
}

.fashion_4year-btn {
    background: linear-gradient(135deg, #4caf50, #8bc34a);
}

.fashion_4year-btn:hover {
    background: linear-gradient(135deg, #43a047, #7cb342);
    box-shadow: 0 15px 30px rgba(76, 175, 80, 0.4);
}

@media (max-width: 1200px) {
    .fashion_content {
        padding: 0 30px;
    }

    .fashion_image {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .fashion_section-wrapper {
        padding: 60px 0;
        min-height: auto;
    }

    .fashion_row {
        min-height: auto;
    }

    .fashion_content {
        padding: 40px 20px;
    }

    .fashion_image {
        height: 400px;
        margin-bottom: 30px;
    }

    .fashion_content-title {
        font-size: 2.2rem;
    }

    .fashion_features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .fashion_page-title {
        font-size: 2rem;
    }

    .fashion_content-title {
        font-size: 1.8rem;
    }

    .fashion_content-description {
        font-size: 1.1rem;
    }

    .fashion_image {
        height: 350px;
    }

    .fashion_duration-badge {
        font-size: 1rem;
        padding: 12px 25px;
        top: 20px;
        left: 20px;
    }

    .fashion_enroll-btn {
        padding: 15px 35px;
        font-size: 1.1rem;
        align-self: stretch;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .fashion_page-title {
        font-size: 1.8rem;
    }

    .fashion_content-title {
        font-size: 1.6rem;
    }

    .fashion_image {
        height: 300px;
    }

    .fashion_content {
        padding: 30px 15px;
    }

    .fashion_benefits {
        padding: 20px;
    }

    .fashion_benefit span {
        font-size: 1rem;
    }

    .fashion_feature-item span {
        font-size: 0.95rem;
    }
}

/* Textile Design Section */
.textile_page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 1rem;
}

.textile_page-subtitle {
    font-size: 1.2rem;
    color: #666;
}

.textile_section-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.textile_section-alt {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.textile_row {
    min-height: 80vh;
}

.textile_image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textile_image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.textile_image:hover {
    transform: scale(1.02);
}

.textile_duration-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    background: linear-gradient(135deg, #dc3545, #ffc107);
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
}

.textile_advanced-badge {
    background: linear-gradient(135deg, #9c27b0, #e91e63) !important;
    box-shadow: 0 8px 25px rgba(156, 39, 176, 0.3) !important;
}

.textile_specialization-badge {
    background: linear-gradient(135deg, #2196f3, #03a9f4) !important;
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.3) !important;
}

.textile_content {
    padding: 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.textile_content-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2rem;
    position: relative;
}

.textile_content-title:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #dc3545, #ffc107);
    border-radius: 2px;
}

.textile_content-description {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.textile_features-list {
    margin-bottom: 2.5rem;
}

.textile_features-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 1.5rem;
}

.textile_features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 1.5rem;
}

.textile_feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 4px solid #dc3545;
}

.textile_feature-item:hover {
    background: #e9ecef;
    transform: translateX(8px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.textile_feature-icon {
    color: #dc3545;
    font-size: 1.2rem;
    width: 25px;
    text-align: center;
}

.textile_feature-item span {
    font-size: 1rem;
    color: #555;
    font-weight: 500;
}

.textile_benefits {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 2.5rem;
    border-left: 5px solid #dc3545;
}

.textile_benefit {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.textile_benefit:last-child {
    margin-bottom: 0;
}

.textile_benefit-icon {
    color: #28a745;
    font-size: 1.2rem;
}

.textile_benefit span {
    font-size: 1.1rem;
    color: #555;
    font-weight: 500;
}

.textile_enroll-btn {
    background: linear-gradient(135deg, #dc3545, #ffc107);
    color: white;
    border: none;
    padding: 18px 45px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    align-self: flex-start;
}

.textile_enroll-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.textile_enroll-btn:hover:before {
    left: 100%;
}

.textile_enroll-btn:hover {
    background: linear-gradient(135deg, #c82333, #e0a800);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(220, 53, 69, 0.4);
}

.textile_advanced-btn {
    background: linear-gradient(135deg, #9c27b0, #e91e63);
}

.textile_advanced-btn:hover {
    background: linear-gradient(135deg, #8e24aa, #d81b60);
    box-shadow: 0 15px 30px rgba(156, 39, 176, 0.4);
}

.textile_specialization-btn {
    background: linear-gradient(135deg, #2196f3, #03a9f4);
}

.textile_specialization-btn:hover {
    background: linear-gradient(135deg, #1e88e5, #039be5);
    box-shadow: 0 15px 30px rgba(33, 150, 243, 0.4);
}

@media (max-width: 1200px) {
    .textile_content {
        padding: 0 30px;
    }

    .textile_image {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .textile_section-wrapper {
        padding: 60px 0;
        min-height: auto;
    }

    .textile_row {
        min-height: auto;
    }

    .textile_content {
        padding: 40px 20px;
    }

    .textile_image {
        height: 400px;
        margin-bottom: 30px;
    }

    .textile_content-title {
        font-size: 2.2rem;
    }

    .textile_features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .textile_page-title {
        font-size: 2rem;
    }

    .textile_content-title {
        font-size: 1.8rem;
    }

    .textile_content-description {
        font-size: 1.1rem;
    }

    .textile_image {
        height: 350px;
    }

    .textile_duration-badge {
        font-size: 1rem;
        padding: 12px 25px;
        top: 20px;
        left: 20px;
    }

    .textile_enroll-btn {
        padding: 15px 35px;
        font-size: 1.1rem;
        align-self: stretch;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .textile_page-title {
        font-size: 1.8rem;
    }

    .textile_content-title {
        font-size: 1.6rem;
    }

    .textile_image {
        height: 300px;
    }

    .textile_content {
        padding: 30px 15px;
    }

    .textile_benefits {
        padding: 20px;
    }

    .textile_benefit span {
        font-size: 1rem;
    }

    .textile_feature-item span {
        font-size: 0.95rem;
    }
}

/* Online Course Section */
.online_page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 1rem;
}

.online_page-subtitle {
    font-size: 1.2rem;
    color: #666;
}

.online_intro-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.online_intro-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.online_section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 2rem;
    position: relative;
}

.online_section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #ffc107;
}

.online_intro-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.online_section-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.online_section-alt {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.online_row {
    min-height: 80vh;
}

.online_image-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.online_image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.online_image:hover {
    transform: scale(1.02);
}

.online_course-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    background: linear-gradient(135deg, #dc3545, #ffc107);
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
}

.online_fashion-badge {
    background: linear-gradient(135deg, #9c27b0, #e91e63) !important;
    box-shadow: 0 8px 25px rgba(156, 39, 176, 0.3) !important;
}

.online_benefits-badge {
    background: linear-gradient(135deg, #2196f3, #03a9f4) !important;
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.3) !important;
}

.online_content {
    padding: 0 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.online_content-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2rem;
    position: relative;
}

.online_content-title:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #dc3545, #ffc107);
    border-radius: 2px;
}

.online_content-description {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.online_features-list {
    margin-bottom: 2.5rem;
}

.online_features-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 1.5rem;
}

.online_features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 1.5rem;
}

.online_feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 4px solid #dc3545;
}

.online_feature-item:hover {
    background: #e9ecef;
    transform: translateX(8px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.online_feature-icon {
    color: #dc3545;
    font-size: 1.2rem;
    width: 25px;
    text-align: center;
}

.online_feature-item span {
    font-size: 1rem;
    color: #555;
    font-weight: 500;
}

.online_benefits {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 2.5rem;
    border-left: 5px solid #dc3545;
}

.online_benefit {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.online_benefit:last-child {
    margin-bottom: 0;
}

.online_benefit-icon {
    color: #28a745;
    font-size: 1.2rem;
}

.online_benefit span {
    font-size: 1.1rem;
    color: #555;
    font-weight: 500;
}

.online_advantages {
    margin-bottom: 2.5rem;
}

.online_advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.online_advantage-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.online_advantage-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #dc3545, #ffc107);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
}

.online_advantage-content h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.online_advantage-content p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.online_enroll-btn {
    background: linear-gradient(135deg, #dc3545, #ffc107);
    color: white;
    border: none;
    padding: 18px 45px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    align-self: flex-start;
}

.online_enroll-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.online_enroll-btn:hover:before {
    left: 100%;
}

.online_enroll-btn:hover {
    background: linear-gradient(135deg, #c82333, #e0a800);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(220, 53, 69, 0.4);
}

.online_fashion-btn {
    background: linear-gradient(135deg, #9c27b0, #e91e63);
}

.online_fashion-btn:hover {
    background: linear-gradient(135deg, #8e24aa, #d81b60);
    box-shadow: 0 15px 30px rgba(156, 39, 176, 0.4);
}

.online_combined-btn {
    background: linear-gradient(135deg, #2196f3, #03a9f4);
}

.online_combined-btn:hover {
    background: linear-gradient(135deg, #1e88e5, #039be5);
    box-shadow: 0 15px 30px rgba(33, 150, 243, 0.4);
}

@media (max-width: 1200px) {
    .online_content {
        padding: 0 30px;
    }

    .online_image {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .online_section-wrapper {
        padding: 60px 0;
        min-height: auto;
    }

    .online_row {
        min-height: auto;
    }

    .online_content {
        padding: 40px 20px;
    }

    .online_image {
        height: 400px;
        margin-bottom: 30px;
    }

    .online_content-title {
        font-size: 2.2rem;
    }

    .online_features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .online_page-title {
        font-size: 2rem;
    }

    .online_content-title {
        font-size: 1.8rem;
    }

    .online_content-description {
        font-size: 1.1rem;
    }

    .online_image {
        height: 350px;
    }

    .online_course-badge {
        font-size: 1rem;
        padding: 12px 25px;
        top: 20px;
        left: 20px;
    }

    .online_enroll-btn {
        padding: 15px 35px;
        font-size: 1.1rem;
        align-self: stretch;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .online_page-title {
        font-size: 1.8rem;
    }

    .online_content-title {
        font-size: 1.6rem;
    }

    .online_image {
        height: 300px;
    }

    .online_content {
        padding: 30px 15px;
    }

    .online_benefits {
        padding: 20px;
    }

    .online_benefit span {
        font-size: 1rem;
    }

    .online_feature-item span {
        font-size: 0.95rem;
    }
}

/* Slider Section */
.ed-hero-slider {
    position: relative;
}

.ed-hero-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e63946;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e63946;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.2);
    z-index: 10;
}

.ed-hero-slider__btn--prev {
    left: 20px;
}

.ed-hero-slider__btn--next {
    right: 20px;
}

.ed-hero-slider__btn:hover {
    background: #e63946;
    color: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 20px rgba(230, 57, 70, 0.3);
}

@media (max-width: 767px) {
    .ed-hero-slider__btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .ed-hero-slider__btn--prev {
        left: 15px;
    }

    .ed-hero-slider__btn--next {
        right: 15px;
    }
}

/* Alumni Section Carousel */
.HsAlumni_section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.HsAlumni_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #e63946 0%, #2c3e50 100%);
}

.HsAlumni_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.HsAlumni_header-container {
    text-align: center;
    margin-bottom: 4rem;
}

.HsAlumni_subtitle {
    color: #e63946;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.875rem;
    display: block;
    margin-bottom: 1rem;
}

.HsAlumni_title {
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.HsAlumni_description {
    color: #6c757d;
    font-size: 1.125rem;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

.HsAlumni_carousel-container {
    position: relative;
    margin-bottom: 4rem;
}

.HsAlumni_carousel-wrapper {
    overflow: hidden;
    padding: 1rem 0;
}

.HsAlumni_carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 2rem;
}

.HsAlumni_card-item {
    flex: 0 0 calc(33.333% - 1.333rem);
    min-width: calc(33.333% - 1.333rem);
}

.HsAlumni_card-inner {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e9ecef;
}

.HsAlumni_card-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: #e63946;
}

.HsAlumni_card-top {
    position: relative;
    height: 140px;
    min-height: 140px;
}

.HsAlumni_cover-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.HsAlumni_profile-image {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: white;
}

.HsAlumni_profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.HsAlumni_card-content {
    padding: 60px 1.5rem 1.5rem;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.HsAlumni_card-title {
    color: #2c3e50;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.HsAlumni_role {
    color: #e63946;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.HsAlumni_course {
    color: #495057;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.HsAlumni_bio {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.HsAlumni_card-buttons {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.HsAlumni_read-btn {
    color: #e63946;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border: 1.5px solid #e63946;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.HsAlumni_read-btn:hover {
    background: #e63946;
    color: white;
}

.HsAlumni_profile-btn {
    background: #2c3e50;
    color: white;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.8125rem;
    transition: all 0.3s ease;
    border: 1.5px solid #2c3e50;
    white-space: nowrap;
}

.HsAlumni_profile-btn:hover {
    background: #e63946;
    border-color: #e63946;
}

.HsAlumni_carousel-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.HsAlumni_control-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #e63946;
    background: white;
    color: #e63946;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
}

.HsAlumni_control-btn:hover {
    background: #e63946;
    color: white;
    transform: scale(1.1);
}

.HsAlumni_view-all {
    text-align: center;
}

.HsAlumni_all-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 2rem;
    background: #e63946;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid #e63946;
}

.HsAlumni_all-btn:hover {
    background: #2c3e50;
    border-color: #2c3e50;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(44, 62, 80, 0.2);
}

.HsAlumni_all-btn .HsAlumni_icon {
    transition: transform 0.3s ease;
}

.HsAlumni_all-btn:hover .HsAlumni_icon {
    transform: translateX(4px);
}

.HsAlumni_empty-state {
    text-align: center;
    padding: 4rem 2rem;
}

.HsAlumni_empty-state .HsAlumni_icon {
    font-size: 3.5rem;
    color: #adb5bd;
    margin-bottom: 1.5rem;
}

.HsAlumni_empty-state p {
    color: #6c757d;
    font-size: 1.125rem;
}

@media (max-width: 992px) {
    .HsAlumni_card-item {
        flex: 0 0 calc(50% - 1rem);
        min-width: calc(50% - 1rem);
    }
    
    .HsAlumni_title {
        font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
    .HsAlumni_section {
        padding: 3rem 0;
    }
    
    .HsAlumni_card-item {
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .HsAlumni_title {
        font-size: 2rem;
    }
    
    .HsAlumni_description {
        font-size: 1rem;
    }
    
    .HsAlumni_carousel-controls {
        margin-top: 1.5rem;
    }
    
    .HsAlumni_card-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .HsAlumni_read-btn,
    .HsAlumni_profile-btn {
        width: 100%;
        text-align: center;
    }
    
    .HsAlumni_bio {
        display: none;
    }
}

@media (max-width: 480px) {
    .HsAlumni_container {
        padding: 0 0.75rem;
    }
    
    .HsAlumni_title {
        font-size: 1.75rem;
    }
    
    .HsAlumni_subtitle {
        font-size: 0.75rem;
    }
    
    .HsAlumni_profile-image {
        width: 80px;
        height: 80px;
        bottom: -35px;
    }
    
    .HsAlumni_card-content {
        padding-top: 55px;
    }
}

/* Branch Carousel Section */
.ed-branches-carousel-v2 {
    position: relative;
    margin-top: 40px;
}

.ed-branches-carousel-v2__container {
    overflow: hidden;
    padding: 20px 10px;
    margin: 0 -10px;
}

.ed-branches-carousel-v2__track {
    display: flex;
    transition: transform 0.6s ease;
    gap: 30px;
}

.ed-branches-carousel-v2__slide {
    flex: 0 0 calc(50% - 15px);
    min-width: 0;
}

.ed-branches-carousel-v2__nav {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 15px;
}

.ed-branches-carousel-v2__btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e63946;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e63946;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.2);
}

.ed-branches-carousel-v2__btn:hover {
    background: #e63946;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(230, 57, 70, 0.3);
}

.ed-course__lesson .ed-course__part i,
.ed-course__lesson .ed-course__teacher i {
    color: #e63946;
}

.ed-course__price {
    color: #e63946;
    font-weight: 700;
    font-size: 1.2rem;
}

.ed-hero-slider {
    position: relative;
}

.ed-hero-slider__nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

.ed-hero-slider__btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e63946;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e63946;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.2);
}

.ed-hero-slider__btn:hover {
    background: #e63946;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(230, 57, 70, 0.3);
}

@media (max-width: 991px) {
    .ed-students-section {
        padding: 60px 0;
    }

    .ed-students-content {
        margin-bottom: 40px;
    }

    .ed-students-stats {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 30px;
    }

    .ed-branches-carousel-v2__slide {
        flex: 0 0 calc(100% - 20px);
    }

    .ed-branches-carousel-v2__container {
        padding: 15px 5px;
        margin: 0 -5px;
    }

    .ed-branches-carousel-v2__track {
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .ed-student-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .ed-student-card__meta {
        flex-direction: column;
        gap: 10px;
    }

    .ed-students-stats {
        flex-direction: column;
    }

    .ed-students-img {
        height: 400px;
    }

    .ed-students-content .ed-section-head__title {
        font-size: 2rem;
    }

    .ed-branches-carousel-v2 {
        margin-top: 30px;
    }

    .ed-branches-carousel-v2__nav {
        margin-top: 30px;
    }

    .ed-branches-carousel-v2__btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .ed-hero-slider__btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .ed-branches-carousel-v2__container {
        padding: 10px 5px;
    }

    .ed-branches-carousel-v2__track {
        gap: 15px;
    }

    .ed-branches-carousel-v2__nav {
        margin-top: 25px;
    }
}

/* About Us Suspected Duplicate CSS */
.ed-about {
    padding: 60px 0;
}

.ed-about__head-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.ed-section-head__sm-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
    display: block;
}

.ed-section-head__title {
    font-size: 1.7rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1.2rem;
    line-height: 1.3;
    position: relative;
}

.ed-section-head__title:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #ffc107;
}

.ed-section-head__text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}

.ed-about__tab-menu .list-group {
    flex-direction: row;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 1.5rem;
}

.ed-about__tab-menu .list-group-item {
    border: none;
    background: transparent;
    color: #666;
    font-weight: 500;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease;
}

.ed-about__tab-menu .list-group-item.active {
    color: #dc3545;
    background: transparent;
}

.ed-about__tab-menu .list-group-item.active:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #dc3545;
}

.ed-about__tab-menu .list-group-item:hover {
    color: #dc3545;
    background: transparent;
}

.ed-about__tab-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 1.5rem;
}

.ed-about__point-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #dc3545;
    transition: all 0.3s ease;
}

.ed-about__point-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.ed-features__icon {
    width: 45px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ed-features__icon.bg-3 {
    background: linear-gradient(135deg, #dc3545, #ffc107);
}

.ed-features__icon.bg-2 {
    background: linear-gradient(135deg, #1976d2, #64b5f6);
}

.ed-features__icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.ed-about__point-item h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    line-height: 1.3;
}

.ed-about__image-main img.object-fit-cover {
    object-fit: cover;
}

/* Link button styles */
.ed-about__link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #dc3545;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 18px;
    border: 2px solid #dc3545;
    border-radius: 30px;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-size: 0.95rem;
}

.ed-about__link-btn:hover {
    background-color: #dc3545;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

.ed-about__link-btn svg {
    transition: transform 0.3s ease;
}

.ed-about__link-btn:hover svg {
    transform: translateX(3px);
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .ed-about {
        padding: 40px 0;
    }

    .ed-about__head-title {
        font-size: 1.8rem;
        text-align: center;
    }

    .ed-section-head__title {
        font-size: 1.5rem;
        text-align: center;
    }

    .ed-section-head__title:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .ed-section-head__text {
        font-size: 0.95rem;
        text-align: center;
    }

    .ed-about__tab-menu .list-group {
        flex-direction: column;
        border-bottom: none;
    }

    .ed-about__tab-menu .list-group-item {
        text-align: center;
        border: 1px solid #e9ecef;
        margin-bottom: 8px;
        border-radius: 8px;
    }

    .ed-about__tab-menu .list-group-item.active:after {
        display: none;
    }

    .ed-about__tab-menu .list-group-item.active {
        background: #dc3545;
        color: white;
        border-color: #dc3545;
    }

    .ed-about__tab-points {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ed-about__point-item {
        padding: 10px;
    }

    .ed-about__inner {
        flex-direction: column;
    }

    .ed-about__image {
        height: 300px;
        margin-bottom: 1.5rem;
    }

    .ed-about__link-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .ed-about__head-title {
        font-size: 1.6rem;
    }

    .ed-section-head__title {
        font-size: 1.3rem;
    }

    .ed-section-head__sm-title {
        font-size: 0.85rem;
    }

    .ed-about__tab-menu .list-group-item {
        font-size: 0.95rem;
        padding: 8px 15px;
    }

    .ed-about__point-item h4 {
        font-size: 0.9rem;
    }

    .ed-features__icon {
        width: 30px;
        height: 40px;
    }

    .ed-features__icon img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .ed-about__head-title {
        font-size: 1.5rem;
    }

    .ed-section-head__title {
        font-size: 1.2rem;
    }

    .ed-section-head__text {
        font-size: 0.9rem;
    }

    .ed-about__tab-menu .list-group-item {
        font-size: 0.9rem;
    }

    .ed-about__point-item {
        padding: 8px;
    }

    .ed-about__point-item h4 {
        font-size: 0.85rem;
    }
}

/* Counter Section */
.ed-counter-section-full {
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
    padding: 80px 0;
    position: relative;
}

.ed-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ed-counter-section-full::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff9800, #ff5722);
}

.ed-counter-section-full .ed-section-head__sm-title {
    color: #ff5722;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ed-counter-section-full .ed-section-head__title {
    color: #5d4037;
    font-size: 2.2rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.ed-counter-section-full .ed-section-head__desc {
    color: #8d6e63;
    font-size: 1rem;
    margin-bottom: 50px;
    line-height: 1.6;
}

.ed-counter-item-full {
    padding: 40px 20px;
    transition: all 0.3s ease;
    background: transparent;
    border: none;
    position: relative;
    overflow: hidden;
}

.ed-counter-item-full::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 152, 0, 0.08), rgba(255, 87, 34, 0.08));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ed-counter-item-full:hover::before {
    opacity: 1;
}

.ed-counter-item-full:hover {
    background: rgba(255, 152, 0, 0.05);
}

.ed-counter-item-full__icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff9800, #ff5722);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.ed-counter-item-full:hover .ed-counter-item-full__icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, #ff5722, #ff9800);
}

.ed-counter-item-full__number {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #ff9800, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.ed-counter-item-full__number::after {
    content: '+';
    position: absolute;
    right: -20px;
    top: 0;
    font-size: 1.8rem;
    color: #ff5722;
}

.ed-counter-item-full__text {
    font-size: 1.1rem;
    color: #5d4037;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .ed-counter-section-full {
        padding: 60px 0;
    }

    .ed-counter-item-full {
        padding: 30px 15px;
    }

    .ed-counter-item-full__number {
        font-size: 2.2rem;
    }

    .ed-counter-item-full__icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .ed-counter-section-full {
        padding: 50px 0;
    }

    .ed-counter-section-full .ed-section-head__title {
        font-size: 1.8rem;
    }

    .ed-counter-item-full {
        padding: 25px 10px;
    }

    .ed-counter-item-full__number {
        font-size: 1.8rem;
    }

    .ed-counter-item-full__text {
        font-size: 0.9rem;
    }

    .ed-counter-item-full__icon {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .ed-counter-section-full {
        padding: 40px 0;
    }

    .ed-counter-item-full {
        padding: 20px 5px;
    }

    .ed-counter-item-full__number {
        font-size: 1.6rem;
    }

    .ed-counter-item-full__icon {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
    }
}

/* Our Courses Carousel Section */
.ed-courses-section {
    background: linear-gradient(135deg, #ffe6e6 0%, #fff5f5 100%);
    padding: 100px 0;
    position: relative;
}

.ed-courses-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e63946, #ff6b6b);
}

.ed-courses-section .ed-section-head__sm-title {
    color: #e63946;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ed-courses-section .ed-section-head__title {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.ed-courses-section .ed-section-head__desc {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 50px;
    line-height: 1.6;
}

.ed-courses-carousel {
    position: relative;
}

.ed-courses-carousel__container {
    overflow: hidden;
    padding: 20px 10px;
    margin: 0 -10px;
}

.ed-courses-carousel__track {
    display: flex;
    transition: transform 0.6s ease;
    gap: 30px;
}

.ed-courses-carousel__slide {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 0;
}

.ed-course-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(230, 57, 70, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #ffe6e6;
    display: flex;
    flex-direction: column;
}

.ed-course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(230, 57, 70, 0.2);
    border-color: #e63946;
}

.ed-course-card__header {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.ed-course-card__image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ed-course-card:hover .ed-course-card__image {
    transform: scale(1.05);
}

.ed-course-card__tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e63946;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ed-course-card__body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ed-course-card__title {
    color: #2c3e50;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
    min-height: 60px;
    display: flex;
    align-items: flex-start;
}

.ed-course-card__description {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
    flex-grow: 1;
    min-height: 60px;
    display: flex;
    align-items: flex-start;
}

.ed-course-card__meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 1px solid #ffe6e6;
    border-bottom: 1px solid #ffe6e6;
    flex-shrink: 0;
}

.ed-course-card__students {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}

.ed-course-card__students i {
    color: #e63946;
}

.ed-course-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    flex-shrink: 0;
}

.ed-course-card__price {
    color: #e63946;
    font-size: 1.5rem;
    font-weight: 700;
}

.ed-course-card__btn {
    background: linear-gradient(135deg, #e63946, #ff6b6b);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 120px;
}

.ed-course-card__btn:hover {
    background: linear-gradient(135deg, #ff6b6b, #e63946);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
}

.ed-courses-carousel__nav {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 15px;
}

.ed-courses-carousel__btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e63946;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e63946;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.2);
}

.ed-courses-carousel__btn:hover {
    background: #e63946;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(230, 57, 70, 0.3);
}

@media (max-width: 991px) {
    .ed-courses-carousel__slide {
        flex: 0 0 calc(50% - 15px);
    }

    .ed-courses-section {
        padding: 80px 0;
    }

    .ed-course-card__body {
        padding: 20px;
    }

    .ed-course-card__title {
        min-height: 50px;
        font-size: 1.2rem;
    }

    .ed-course-card__description {
        min-height: 50px;
    }
}

@media (max-width: 767px) {
    .ed-courses-carousel__slide {
        flex: 0 0 calc(100% - 20px);
    }

    .ed-courses-section {
        padding: 60px 0;
    }

    .ed-courses-section .ed-section-head__title {
        font-size: 2rem;
    }

    .ed-courses-carousel__nav {
        margin-top: 30px;
    }

    .ed-courses-carousel__btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .ed-course-card__title {
        min-height: auto;
    }

    .ed-course-card__description {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .ed-courses-section {
        padding: 50px 0;
    }

    .ed-course-card__footer {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .ed-course-card__btn {
        text-align: center;
        min-width: auto;
    }

    .ed-course-card__title {
        font-size: 1.1rem;
        min-height: auto;
    }

    .ed-course-card__description {
        min-height: auto;
    }
}

/* Event and Workshop Section */
.ed-events-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
}

.ed-events-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e63946, #ff6b6b);
}

.ed-events-section .ed-section-head__sm-title {
    color: #e63946;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ed-events-section .ed-section-head__title {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.ed-events-section .ed-section-head__desc {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 50px;
    line-height: 1.6;
}

.ed-events-carousel {
    position: relative;
}

.ed-events-carousel__container {
    overflow: hidden;
    padding: 20px 10px;
    margin: 0 -10px;
}

.ed-events-carousel__track {
    display: flex;
    transition: transform 0.6s ease;
    gap: 30px;
}

.ed-events-carousel__slide {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 0;
}

.ed-event-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
}

.ed-event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(230, 57, 70, 0.15);
    border-color: #e63946;
}

.ed-event-card__header {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.ed-event-card__image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ed-event-card:hover .ed-event-card__image {
    transform: scale(1.05);
}

.ed-event-card__date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #e63946;
    color: white;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    min-width: 60px;
    box-shadow: 0 4px 12px rgba(230, 57, 70, 0.3);
}

.ed-event-card__day {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.ed-event-card__month {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ed-event-card__body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ed-event-card__title {
    color: #2c3e50;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
    min-height: 62px;
    display: flex;
    align-items: flex-start;
}

.ed-event-card__description {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
    flex-grow: 1;
    min-height: 68px;
    display: flex;
    align-items: flex-start;
}

.ed-event-card__meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    flex-shrink: 0;
}

.ed-event-card__location,
.ed-event-card__time {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 500;
}

.ed-event-card__location i,
.ed-event-card__time i {
    color: #e63946;
}

.ed-event-card__btn {
    background: linear-gradient(135deg, #e63946, #ff6b6b);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
    margin-top: auto;
    flex-shrink: 0;
}

.ed-event-card__btn:hover {
    background: linear-gradient(135deg, #ff6b6b, #e63946);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
}

.ed-events-carousel__nav {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 15px;
}

.ed-events-carousel__btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #e63946;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e63946;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.2);
}

.ed-events-carousel__btn:hover {
    background: #e63946;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(230, 57, 70, 0.3);
}

.ed-events-view-all-btn {
    background: transparent;
    color: #e63946;
    border: 2px solid #e63946;
    padding: 12px 35px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1rem;
}

.ed-events-view-all-btn:hover {
    background: #e63946;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
}

@media (max-width: 991px) {
    .ed-events-carousel__slide {
        flex: 0 0 calc(50% - 15px);
    }

    .ed-events-section {
        padding: 80px 0;
    }

    .ed-event-card__body {
        padding: 20px;
    }

    .ed-event-card__title {
        min-height: 56px;
        font-size: 1.2rem;
    }

    .ed-event-card__description {
        min-height: 64px;
    }
}

@media (max-width: 767px) {
    .ed-events-carousel__slide {
        flex: 0 0 calc(100% - 20px);
    }

    .ed-events-section {
        padding: 60px 0;
    }

    .ed-events-section .ed-section-head__title {
        font-size: 2rem;
    }

    .ed-event-card__meta {
        flex-direction: column;
        gap: 10px;
    }

    .ed-events-carousel__nav {
        margin-top: 30px;
    }

    .ed-events-carousel__btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .ed-event-card__title {
        min-height: auto;
    }

    .ed-event-card__description {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .ed-events-section {
        padding: 50px 0;
    }

    .ed-event-card__title {
        font-size: 1.1rem;
        min-height: auto;
    }

    .ed-event-card__description {
        min-height: auto;
    }

    .ed-event-card__image {
        height: 200px;
    }
}

/* Testimonial */
.ed-testimonials-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}

.ed-testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6c757d, #adb5bd);
}

.ed-testimonials-section .ed-section-head__sm-title {
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ed-testimonials-section .ed-section-head__title {
    color: #495057;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.ed-testimonials-section .ed-section-head__desc {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 50px;
    line-height: 1.6;
}

.ed-testimonials-carousel {
    position: relative;
}

.ed-testimonials-carousel__container {
    overflow: hidden;
    padding: 20px 10px;
    margin: 0 -10px;
}

.ed-testimonials-carousel__track {
    display: flex;
    transition: transform 0.6s ease;
    gap: 30px;
}

.ed-testimonials-carousel__slide {
    flex: 0 0 calc(50% - 15px);
    min-width: 0;
}

.ed-testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(108, 117, 125, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ed-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(108, 117, 125, 0.15);
    border-color: #adb5bd;
}

.ed-testimonial-card__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.ed-testimonial-card__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #e9ecef;
}

.ed-testimonial-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ed-testimonial-card__info {
    flex-grow: 1;
}

.ed-testimonial-card__name {
    color: #495057;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.ed-testimonial-card__course {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}

.ed-testimonial-card__rating {
    display: flex;
    gap: 2px;
}

.ed-testimonial-card__rating i {
    color: #ffc107;
    font-size: 1rem;
}

.ed-testimonial-card__body {
    flex-grow: 1;
    margin-bottom: 20px;
    position: relative;
}

.ed-testimonial-card__text {
    color: #495057;
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
    position: relative;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ed-testimonial-card__text::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 3rem;
    color: #e9ecef;
    font-family: serif;
    line-height: 1;
}

.ed-read-more-btn {
    background: #6c757d;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    display: inline-block;
}

.ed-read-more-btn:hover {
    background: #495057;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

.ed-testimonial-card__footer {
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
}

.ed-testimonial-card__company {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 600;
}

.ed-testimonials-carousel__nav {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 15px;
}

.ed-testimonials-carousel__btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #6c757d;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(108, 117, 125, 0.2);
}

.ed-testimonials-carousel__btn:hover {
    background: #6c757d;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(108, 117, 125, 0.3);
}

@media (max-width: 991px) {
    .ed-testimonials-carousel__slide {
        flex: 0 0 calc(100% - 20px);
    }

    .ed-testimonials-section {
        padding: 60px 0;
    }

    .ed-testimonial-card {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .ed-testimonials-section {
        padding: 50px 0;
    }

    .ed-testimonials-section .ed-section-head__title {
        font-size: 2rem;
    }

    .ed-testimonial-card__header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .ed-testimonial-card__rating {
        justify-content: center;
    }

    .ed-testimonials-carousel__nav {
        margin-top: 30px;
    }

    .ed-testimonials-carousel__btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .ed-testimonials-section {
        padding: 40px 0;
    }

    .ed-testimonial-card {
        padding: 20px;
    }

    .ed-testimonial-card__avatar {
        width: 50px;
        height: 50px;
    }

    .ed-testimonial-card__name {
        font-size: 1.1rem;
    }
}
/* FAQ Section */
.ed-faq-modern-section {
    background: #ddecff;
    padding: 20px 0;
    position: relative;
}

.ed-faq-modern-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4a90e2, #357abd);
}

.ed-faq-modern-section .ed-section-head__sm-title {
    color: #4a90e2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 5px;
}

.ed-faq-modern-section .ed-section-head__title {
    color: #2c3e50;
    font-size: 1.75rem;
    margin-bottom: 8px;
    font-weight: 700;
}

.ed-faq-modern-section .ed-section-head__desc {
    color: #5d6d7e;
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.ed-faq-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(74, 144, 226, 0.15);
    height: 400px;
}

.ed-faq-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ed-faq-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(44, 62, 80, 0.95));
    color: white;
    padding: 20px 15px 15px 15px;
    text-align: center;
}

.ed-faq-image-overlay h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: white;
}

.ed-faq-image-overlay p {
    font-size: 0.85rem;
    margin-bottom: 12px;
    opacity: 0.9;
    color: white;
}

.ed-faq-contact-btn {
    background: #4a90e2;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.8rem;
}

.ed-faq-contact-btn:hover {
    background: #357abd;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

.ed-faq-content {
    padding-left: 25px;
}

.ed-faq-accordion-modern {
    background: transparent;
}

.ed-faq-modern-item {
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(74, 144, 226, 0.1);
    border: 1px solid #e3f2fd;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.ed-faq-modern-item.active {
    background: #f8fbff;
    box-shadow: 0 5px 15px rgba(74, 144, 226, 0.15);
}

.ed-faq-modern-header {
    padding: 15px 18px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ed-faq-modern-header:hover {
    background: #f8fbff;
}

.ed-faq-modern-question {
    color: #2c3e50;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    flex: 1;
    padding-right: 12px;
    line-height: 1.3;
}

.ed-faq-modern-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #4a90e2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.65rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-top: 1px;
}

.ed-faq-modern-item.active .ed-faq-modern-icon {
    background: #357abd;
    transform: rotate(45deg);
}

.ed-faq-modern-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ed-faq-modern-item.active .ed-faq-modern-content {
    padding: 0 18px 15px 18px;
    max-height: 150px;
}

.ed-faq-modern-content p {
    color: #5d6d7e;
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0;
}

.ed-faq-bottom-section {
    margin-top: 15px;
}

.ed-faq-bottom-section .ed-faq-modern-item {
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .ed-faq-modern-section {
        padding: 15px 0;
    }
    
    .ed-faq-content {
        padding-left: 0;
        padding-top: 20px;
    }
    
    .ed-faq-image {
        height: 280px;
    }
    
    .ed-faq-modern-header {
        padding: 14px 16px;
    }
    
    .ed-faq-modern-question {
        font-size: 0.85rem;
    }
}

@media (max-width: 767px) {
    .ed-faq-modern-section {
        padding: 10px 0;
    }
    
    .ed-faq-modern-section .ed-section-head__title {
        font-size: 1.5rem;
    }
    
    .ed-faq-image {
        height: 220px;
    }
    
    .ed-faq-image-overlay {
        padding: 15px 12px 12px 12px;
    }
    
    .ed-faq-image-overlay h4 {
        font-size: 1rem;
    }
    
    .ed-faq-modern-header {
        padding: 12px 14px;
    }
    
    .ed-faq-modern-question {
        font-size: 0.8rem;
    }
    
    .ed-faq-modern-icon {
        width: 20px;
        height: 20px;
    }
    
    .ed-faq-modern-content {
        padding: 0 14px;
    }
    
    .ed-faq-modern-item.active .ed-faq-modern-content {
        padding: 0 14px 12px 14px;
    }
    
    .ed-faq-bottom-section {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .ed-faq-modern-section {
        padding: 8px 0;
    }
    
    .ed-faq-image {
        height: 180px;
    }
    
    .ed-faq-image-overlay {
        padding: 12px 10px 10px 10px;
    }
    
    .ed-faq-image-overlay h4 {
        font-size: 0.9rem;
    }
    
    .ed-faq-image-overlay p {
        font-size: 0.8rem;
    }
    
    .ed-faq-modern-header {
        padding: 10px 12px;
    }
    
    .ed-faq-modern-question {
        font-size: 0.75rem;
    }
    
    .ed-faq-modern-icon {
        width: 18px;
        height: 18px;
        font-size: 0.6rem;
    }
    
    .ed-faq-modern-content {
        padding: 0 12px;
    }
    
    .ed-faq-modern-item.active .ed-faq-modern-content {
        padding: 0 12px 10px 12px;
    }
    
    .ed-faq-modern-content p {
        font-size: 0.8rem;
    }
    
    .ed-faq-contact-btn {
        padding: 6px 15px;
        font-size: 0.75rem;
    }
}
/* Page Testimonial */
.page_testimonial-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 1rem;
}

.page_testimonial-subtitle {
    font-size: 1.2rem;
    color: #666;
}

.page_testimonial-section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 1rem;
    position: relative;
}

.page_testimonial-section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #ffc107;
}

.page_testimonial-section-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.page_testimonial-card {
    transition: all 0.3s ease;
    border: none;
    background: white;
}

.page_testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(220, 53, 69, 0.15) !important;
}

.page_testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page_testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.page_testimonial-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_testimonial-info {
    flex: 1;
}

.page_testimonial-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.2rem;
}

.page_testimonial-course {
    font-size: 0.9rem;
    color: #dc3545;
    font-weight: 500;
    margin: 0;
}

.page_testimonial-rating {
    display: flex;
    gap: 2px;
}

.page_testimonial-star {
    color: #ffc107;
    font-size: 0.9rem;
}

.page_testimonial-star-half {
    color: #ffc107;
    font-size: 0.9rem;
}

.page_testimonial-text {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.page_testimonial-carousel-section {
    position: relative;
}

.page_testimonial-carousel-container {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.page_testimonial-carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 30px;
}

.page_testimonial-carousel-slide {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 0;
}

.page_testimonial-carousel-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #ffe6e6;
}

.page_testimonial-carousel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(220, 53, 69, 0.15);
    border-color: #dc3545;
}

.page_testimonial-carousel-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page_testimonial-carousel-rating {
    display: flex;
    gap: 2px;
    margin-bottom: 20px;
    justify-content: center;
}

.page_testimonial-carousel-star {
    color: #ffc107;
    font-size: 1rem;
}

.page_testimonial-carousel-star-half {
    color: #ffc107;
    font-size: 1rem;
}

.page_testimonial-carousel-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
    font-style: italic;
    text-align: center;
}

.page_testimonial-carousel-author {
    text-align: center;
    border-top: 1px solid #ffe6e6;
    padding-top: 20px;
}

.page_testimonial-carousel-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.3rem;
}

.page_testimonial-carousel-course {
    font-size: 0.9rem;
    color: #dc3545;
    font-weight: 500;
    margin: 0;
}

.page_testimonial-carousel-nav {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 15px;
}

.page_testimonial-carousel-prev,
.page_testimonial-carousel-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #dc3545;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.page_testimonial-carousel-prev:hover:not(:disabled),
.page_testimonial-carousel-next:hover:not(:disabled) {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

.page_testimonial-carousel-prev:disabled,
.page_testimonial-carousel-next:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .page_testimonial-carousel-slide {
        flex: 0 0 calc(50% - 15px);
    }

    .page_testimonial-grid .col-lg-4 {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .page_testimonial-carousel-slide {
        flex: 0 0 calc(100% - 20px);
    }

    .page_testimonial-title {
        font-size: 2rem;
    }

    .page_testimonial-section-title {
        font-size: 1.8rem;
    }

    .page_testimonial-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .page_testimonial-carousel-card {
        padding: 25px;
    }

    .page_testimonial-carousel-nav {
        margin-top: 30px;
    }

    .page_testimonial-carousel-prev,
    .page_testimonial-carousel-next {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .page_testimonial-title {
        font-size: 1.8rem;
    }

    .page_testimonial-section-title {
        font-size: 1.6rem;
    }

    .page_testimonial-carousel-card {
        padding: 20px;
    }

    .page_testimonial-avatar {
        width: 50px;
        height: 50px;
    }

    .page_testimonial-name {
        font-size: 1rem;
    }

    .page_testimonial-text {
        font-size: 0.9rem;
    }
}
/* Gallery */
.page_gallery-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 1rem;
}

.page_gallery-subtitle {
    font-size: 1.2rem;
    color: #666;
}

.page_gallery-section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 1rem;
    position: relative;
}

.page_gallery-section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #ffc107;
}

.page_gallery-section-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.page_gallery-card {
    transition: all 0.3s ease;
    border: none;
    background: white;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page_gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(220, 53, 69, 0.15) !important;
}

.page_gallery-image-container {
    position: relative;
    overflow: hidden;
    height: 220px;
    flex-shrink: 0;
    background: #f8f9fa;
}

.page_gallery-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.page_gallery-card:hover .page_gallery-image {
    transform: scale(1.05);
}

.page_gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(220, 53, 69, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.page_gallery-card:hover .page_gallery-overlay {
    opacity: 1;
}

.page_gallery-actions {
    display: flex;
    gap: 10px;
}

.page_gallery-view-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    color: #dc3545;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.page_gallery-view-btn:hover {
    background: #ffc107;
    color: white;
    transform: scale(1.1);
}

.page_gallery-empty-icon {
    font-size: 4rem;
    color: #ddd;
    margin-bottom: 1rem;
}

.page_gallery-empty-title {
    color: #666;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.page_gallery-empty-text {
    color: #999;
    font-size: 1rem;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.95) !important;
}

.lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45) !important;
}

.lg-outer .lg-thumb-outer {
    background-color: rgba(0, 0, 0, 0.45) !important;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: #dc3545 !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    background-color: #c82333 !important;
}

.lg-toolbar .lg-icon {
    color: white !important;
    background: #dc3545 !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.lg-toolbar .lg-icon:hover {
    background: #c82333 !important;
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.6) !important;
    padding: 15px !important;
}

.lg-sub-html h4 {
    color: white !important;
    font-size: 1.2rem !important;
    margin: 0 !important;
}

@media (max-width: 1200px) {
    .page_gallery-grid .col-xl-3 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 992px) {
    .page_gallery-grid .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .page_gallery-image-container {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .page_gallery-title {
        font-size: 2rem;
    }

    .page_gallery-section-title {
        font-size: 1.8rem;
    }

    .page_gallery-grid .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .page_gallery-image-container {
        height: 180px;
    }

    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        width: 40px !important;
        height: 40px !important;
    }
}

@media (max-width: 576px) {
    .page_gallery-title {
        font-size: 1.8rem;
    }

    .page_gallery-section-title {
        font-size: 1.6rem;
    }

    .page_gallery-grid .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page_gallery-image-container {
        height: 220px;
    }
}

/* NEW CSS FOR BETTER IMAGE DISPLAY */
.page_gallery-image-with-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_gallery-image-with-bg img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.page_gallery-image-blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(10px) brightness(0.9);
    opacity: 0.6;
    z-index: 1;
}

.page_gallery-image-blur-bg + img {
    position: relative;
    z-index: 2;
}
.ed-btn--outline.BranchP-glass-btn-6916:active {
    transform: scale(0.98);
}

@media (max-width: 768px) {
    .ed-btn--outline.BranchP-glass-btn-6916 {
        padding: 10px 25px;
        font-size: 15px;
        min-height: 46px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .ed-btn--outline.BranchP-glass-btn-6916 {
        padding: 8px 20px;
        font-size: 14px;
        min-height: 44px;
    }
}

/* Fix for mobile touch events */
#load-more-btn {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

#load-more-btn:focus {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}
/* Download Resul || Report Card */

/* Podcast */
.ed-podcast {
    background-color: #f8fafc;
    padding: 80px 0;
}

.ed-podcast__row {
    align-items: stretch;
}

.ed-podcast__featured-card,
.ed-podcast__list-wrapper {
    height: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e1e8ed;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.ed-podcast__featured-card:hover,
.ed-podcast__item-card:hover {
    border-color: #3498db;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.1);
}

.ed-podcast__featured-head {
    position: relative;
    height: 260px;
    overflow: hidden;
    cursor: pointer;
}

.ed-podcast__featured-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.ed-podcast__featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ed-podcast__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #3498db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    opacity: 0.9;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.ed-podcast__featured-head:hover .ed-podcast__play-icon {
    opacity: 1;
    background: #2980b9;
    transform: translate(-50%, -50%) scale(1.08);
}

.ed-podcast__play-icon i {
    margin-left: 4px;
}

.ed-podcast__featured-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 260px);
}

.ed-podcast__badges {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.ed-podcast__featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e74c3c;
    color: white;
    padding: 5px 12px;
    border-radius: 18px;
    font-size: 11px;
    font-weight: 600;
}

.ed-podcast__type-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 18px;
    font-size: 11px;
    font-weight: 600;
    color: white;
}

.ed-podcast__type-video {
    background: #3498db;
}

.ed-podcast__type-audio {
    background: #9b59b6;
}

.ed-podcast__type-text {
    background: #2ecc71;
}

.ed-podcast__featured-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #2c3e50;
    line-height: 1.4;
    flex-grow: 0;
}

.ed-podcast__featured-desc {
    color: #5d6d7e;
    line-height: 1.5;
    margin-bottom: 18px;
    font-size: 14px;
    flex-grow: 1;
}

.ed-podcast__meta {
    display: flex;
    gap: 18px;
    color: #7f8c8d;
    font-size: 12px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #ecf0f1;
}

.ed-podcast__meta i {
    margin-right: 5px;
    color: #3498db;
}

.ed-podcast__list-wrapper {
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.ed-podcast__list-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2c3e50;
    padding-bottom: 15px;
    border-bottom: 2px solid #ecf0f1;
}

.ed-podcast__list {
    flex-grow: 1;
    overflow-y: auto;
    max-height: 380px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.ed-podcast__item-card {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    padding: 14px;
    border-radius: 10px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

.ed-podcast__item-card:hover {
    background: white;
    border-color: #3498db;
}

.ed-podcast__item-card:last-child {
    margin-bottom: 0;
}

.ed-podcast__item-img {
    flex: 0 0 80px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.ed-podcast__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ed-podcast__item-content {
    flex: 1;
    min-width: 0;
}

.ed-podcast__item-type {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    color: white;
    margin-bottom: 6px;
}

.ed-podcast__item-title {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #2c3e50;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ed-podcast__item-meta {
    color: #7f8c8d;
    font-size: 11px;
}

.ed-podcast__item-meta i {
    margin-right: 3px;
    color: #3498db;
}

.ed-podcast__empty {
    text-align: center;
    padding: 30px 20px;
    color: #95a5a6;
    font-style: italic;
    background: #f8f9fa;
    border-radius: 10px;
}

.ed-podcast__view-all {
    text-align: center;
    margin-top: auto;
    padding-top: 20px;
    border-top: 2px solid #ecf0f1;
}

.ed-podcast__all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.2);
}

.ed-podcast__all-btn:hover {
    background: linear-gradient(135deg, #2980b9, #3498db);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
    text-decoration: none;
}

.ed-podcast__all-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.ed-podcast__all-btn:hover i {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .ed-podcast {
        padding: 60px 0;
    }
    
    .ed-podcast__featured-card {
        margin-bottom: 30px;
        height: auto;
    }
    
    .ed-podcast__featured-head {
        height: 220px;
    }
    
    .ed-podcast__featured-content {
        height: auto;
    }
    
    .ed-podcast__list-wrapper {
        height: auto;
    }
}

@media (max-width: 767px) {
    .ed-podcast {
        padding: 40px 0;
    }
    
    .ed-podcast__featured-title {
        font-size: 18px;
    }
    
    .ed-podcast__item-img {
        flex: 0 0 70px;
        height: 55px;
    }
    
    .ed-podcast__item-title {
        font-size: 12px;
    }
    
    .ed-podcast__list-wrapper {
        padding: 20px;
    }
    
    .ed-podcast__list {
        max-height: 320px;
    }
}

.ed-podcast__list::-webkit-scrollbar {
    width: 4px;
}

.ed-podcast__list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.ed-podcast__list::-webkit-scrollbar-thumb {
    background: #3498db;
    border-radius: 10px;
}

.ed-podcast__list::-webkit-scrollbar-thumb:hover {
    background: #2980b9;
}
/* Podcast Page */
.podcastC-section {
    padding-top: 100px;
    /*padding-bottom: 50px;*/
}

.podcastC-breadcrumbs {
    padding: 80px 0 40px;
}

.podcastC-page-title {
    color: #c53030;
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.podcastC-page-subtitle {
    color: #718096;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.ed-podcast-list-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.ed-podcast-list-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #c53030, #e53e3e, #f56565);
}

.ed-podcast-list-header {
    margin-bottom: 60px;
}

.ed-podcast-list-badge {
    display: inline-block;
    background: linear-gradient(135deg, #c53030, #e53e3e);
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(197, 48, 48, 0.3);
    position: relative;
    overflow: hidden;
}

.ed-podcast-list-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: badgeShine 3s infinite;
}

@keyframes badgeShine {
    0% { left: -100%; }
    100% { left: 100%; }
}

.ed-podcast-list-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 20px;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}

.ed-podcast-list-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #c53030;
    border-radius: 2px;
}

.ed-podcast-list-subtitle {
    color: #718096;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 30px auto 0;
    line-height: 1.6;
}

.ed-podcast-list-container {
    margin-bottom: 40px;
}

.ed-podcast-list-item {
    margin-bottom: 30px;
}

.ed-podcast-list-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #fed7d7;
    box-shadow: 0 10px 30px rgba(197, 48, 48, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
}

.ed-podcast-list-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(197, 48, 48, 0.05), rgba(229, 62, 62, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ed-podcast-list-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(197, 48, 48, 0.15);
    border-color: #c53030;
}

.ed-podcast-list-card:hover::before {
    opacity: 1;
}

.ed-podcast-list-card-top {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.ed-podcast-list-card-img {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.ed-podcast-list-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.ed-podcast-list-card:hover .ed-podcast-list-thumbnail {
    transform: scale(1.1);
}

.ed-podcast-list-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(197, 48, 48, 0.1), rgba(197, 48, 48, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ed-podcast-list-card:hover .ed-podcast-list-card-overlay {
    opacity: 1;
}

.ed-podcast-list-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #c53030, #e53e3e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(197, 48, 48, 0.4);
    z-index: 2;
}

.ed-podcast-list-card:hover .ed-podcast-list-play-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.ed-podcast-list-play-btn i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.ed-podcast-list-card:hover .ed-podcast-list-play-btn i {
    transform: scale(1.2);
}

.ed-podcast-list-featured-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #f6ad55, #ed8936);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(246, 173, 85, 0.4);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ed-podcast-list-card-body {
    padding: 25px;
    position: relative;
    z-index: 1;
}

.ed-podcast-list-card-badges {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.ed-podcast-list-type-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #4c51bf, #667eea);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(102, 126, 234, 0.3);
}

.ed-podcast-list-duration-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #38b2ac, #319795);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(56, 178, 172, 0.3);
}

.ed-podcast-list-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #2d3748;
    margin-bottom: 12px;
    line-height: 1.4;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}

.ed-podcast-list-card:hover .ed-podcast-list-card-title {
    color: #c53030;
}

.ed-podcast-list-card-desc {
    color: #718096;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
    height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ed-podcast-list-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 2px solid #fed7d7;
    font-size: 12px;
    color: #718096;
}

.ed-podcast-list-card-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.ed-podcast-list-card-views {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #c53030;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ed-podcast-list-card-views:hover {
    color: #e53e3e;
    transform: translateX(3px);
}

.ed-podcast-list-empty {
    padding: 100px 20px;
    background: white;
    border-radius: 20px;
    border: 3px dashed #fed7d7;
    position: relative;
    overflow: hidden;
}

.ed-podcast-list-empty::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #c53030, #e53e3e);
}

.ed-podcast-list-empty-icon {
    font-size: 70px;
    color: #fed7d7;
    margin-bottom: 25px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.ed-podcast-list-empty h3 {
    color: #2d3748;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 800;
}

.ed-podcast-list-empty p {
    color: #718096;
    font-size: 16px;
    max-width: 400px;
    margin: 0 auto;
}

.ed-podcast-list-loadmore {
    margin-top: 50px;
    position: relative;
}

.ed-podcast-list-loadmore::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c53030, transparent);
}

.ed-podcast-list-loadmore-btn {
    background: linear-gradient(135deg, #c53030, #e53e3e);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(197, 48, 48, 0.3);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
}

.ed-podcast-list-loadmore-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.ed-podcast-list-loadmore-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(197, 48, 48, 0.4);
}

.ed-podcast-list-loadmore-btn:hover::before {
    left: 100%;
}

.ed-podcast-list-loadmore-btn:disabled {
    background: #cbd5e0;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.ed-podcast-list-loadmore-btn:disabled:hover::before {
    left: -100%;
}

.ed-podcast-list-loadmore-info {
    margin-top: 20px;
    color: #718096;
    font-size: 14px;
    font-weight: 600;
}

.ed-podcast-list-loadmore-info span {
    font-weight: 800;
    color: #c53030;
    font-size: 16px;
}

@media (max-width: 991px) {
    .podcastC-page-title {
        font-size: 2.4rem;
    }
    
    .ed-podcast-list-title {
        font-size: 2rem;
    }
    
    .ed-podcast-list-card-img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .podcastC-section {
        padding-top: 80px;
    }
    
    .podcastC-page-title {
        font-size: 2rem;
    }
    
    .ed-podcast-list-title {
        font-size: 1.8rem;
    }
    
    .ed-podcast-list-subtitle {
        font-size: 1rem;
    }
    
    .ed-podcast-list-card-img {
        height: 180px;
    }
    
    .ed-podcast-list-card-body {
        padding: 20px;
    }
    
    .ed-podcast-list-card-title {
        font-size: 16px;
        height: 45px;
    }
    
    .ed-podcast-list-card-desc {
        font-size: 12px;
        height: 60px;
    }
}

@media (max-width: 575px) {
    .ed-podcast-list-card-img {
        height: 160px;
    }
    
    .ed-podcast-list-play-btn {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    
    .ed-podcast-list-loadmore-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}
