  /* Only class-based styles - no tag or body overrides */
    .internship-hero {
        padding: 30px 0 20px;
    }
    .internship-title {
        font-size: 48px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .internship-subtitle {
        font-size: 18px;
        color: #666;
        max-width: 700px;
        margin: 0 auto 30px;
    }
    .info-card {
        background: #fff;
        border-radius: 20px;
        padding: 28px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        border: 1px solid rgba(0,0,0,0.05);
        height: 100%;
    }
    .info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }
    .info-icon {
        font-size: 48px;
        color: #0D5FF9;
        margin-bottom: 20px;
        display: inline-block;
    }
    .domain-tag {
        background: #f0f4ff;
        color: #0D5FF9;
        padding: 8px 20px;
        border-radius: 40px;
        font-weight: 500;
        display: inline-block;
        margin: 0 8px 12px 0;
        transition: 0.2s;
    }
    .domain-tag:hover {
        background: #0D5FF9;
        color: white;
        transform: translateY(-2px);
    }
    .internship-type-card {
        text-align: center;
        padding: 28px 20px;
        background: #fff;
        border-radius: 20px;
        transition: 0.3s;
        height: 100%;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        border: 1px solid #f0f0f0;
    }
    .internship-type-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 28px rgba(0,0,0,0.1);
    }
    .type-icon {
        font-size: 48px;
        color: #0D5FF9;
        margin-bottom: 15px;
    }
    .step-number {
        width: 60px;
        height: 60px;
        background: #0D5FF9;
        color: white;
        font-size: 24px;
        font-weight: 700;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 18px;
    }
    .benefit-item {
        text-align: center;
        padding: 25px 15px;
        background: #f8faff;
        border-radius: 16px;
        transition: 0.3s;
        height: 100%;
    }
    .benefit-item:hover {
        background: #fff;
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        transform: translateY(-3px);
    }
    .benefit-icon {
        font-size: 42px;
        color: #0D5FF9;
        margin-bottom: 15px;
    }
    .duration-badge {
        background: #e8f0ff;
        padding: 20px;
        border-radius: 20px;
        text-align: center;
        transition: 0.2s;
        cursor: pointer;
        height: 100%;
    }
    .duration-badge:hover {
        background: #0D5FF9;
        color: white;
    }
    .duration-badge:hover i,
.duration-badge:hover h4,
.duration-badge:hover p {
    color: #fff !important;
}
    .certificate-card {
        background: linear-gradient(135deg, #f8faff 0%, #fff 100%);
        border: 2px dashed #0D5FF9;
        border-radius: 28px;
        padding: 40px;
        text-align: center;
    }
    .cta-internship {
        background: linear-gradient(135deg, #0D5FF9 0%, #0a4bc9 100%);
        border-radius: 30px;
        padding: 55px 40px;
        text-align: center;
        margin: 40px 0;
    }
    .btn-primary-custom {
        background: white;
        color: #0D5FF9;
        padding: 14px 38px;
        border-radius: 50px;
        font-weight: 700;
        display: inline-block;
        transition: 0.3s;
        text-decoration: none;
        margin: 0 10px;
    }
    .btn-primary-custom:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }
    .btn-outline-custom {
        border: 2px solid white;
        background: transparent;
        padding: 12px 32px;
        border-radius: 50px;
        font-weight: 600;
        color: white;
        display: inline-block;
        transition: 0.3s;
        text-decoration: none;
        margin: 0 10px;
    }
    .btn-outline-custom:hover {
        background: white;
        color: #0D5FF9;
    }
    .section-heading {
        text-align: center;
        margin-bottom: 50px;
    }
    .section-heading span {
        color: #0D5FF9;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 14px;
    }
    .section-heading h2 {
        font-size: 38px;
        font-weight: 700;
        margin-top: 10px;
    }
    .img-soft {
        border-radius: 24px;
        width: 100%;
        height: auto;
        box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    }
    @media (max-width: 768px) {
        .internship-title {
            font-size: 32px;
        }
        .section-heading h2 {
            font-size: 28px;
        }
        .info-card {
            padding: 20px;
        }
        .cta-internship {
            padding: 35px 20px;
        }
        .btn-primary-custom, .btn-outline-custom {
            margin: 8px;
            display: inline-block;
        }
        .duration-badge {
            margin-bottom: 15px;
        }
    }
    @media (max-width: 576px) {
        .internship-title {
            font-size: 26px;
        }
        .domain-tag {
            font-size: 12px;
            padding: 6px 14px;
        }
    }
    /* Option 2: 3D Flip Cards Style */
.who-apply-flip {
   
    margin: 40px 0;
    border-radius: 30px;
}

.flip-header {
    text-align: center;
    margin-bottom: 50px;
}

.flip-header span {
    color: #0D5FF9;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.flip-header h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a2e;
}

.flip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.flip-card {
    background: transparent;
    height: 280px;
    perspective: 1000px;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 20px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-front, .flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-front {
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
}

.flip-front i {
    font-size: 48px;
    color: #0D5FF9;
    margin-bottom: 20px;
}

.flip-front h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a2e;
}

.flip-front p {
    color: #666;
    font-size: 14px;
}

.flip-back {
    background: linear-gradient(135deg, #0D5FF9 0%, #0a4bc9 100%);
    color: white;
    transform: rotateY(180deg);
}

.flip-back i {
    font-size: 36px;
    margin-bottom: 15px;
}

.flip-back h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.flip-back p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 15px;
}

.flip-badge {
    background: rgba(255,255,255,0.2);
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .who-apply-flip {
        padding: 40px 0;
    }
    
    .flip-header h2 {
        font-size: 28px;
    }
    
    .flip-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .flip-card {
        height: 260px;
    }
    
    .flip-front, .flip-back {
        padding: 20px 15px;
    }
    
    .flip-front i {
        font-size: 36px;
    }
    
    .flip-front h3 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .flip-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .flip-card {
        height: 240px;
    }
}
.domains-row-cards {
    padding: 60px 0;
    margin: 40px 0;
    border-radius: 30px;
}

.row-header {
    text-align: center;
    margin-bottom: 50px;
}

.row-header span {
    color: #0D5FF9;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.row-header h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a2e;
}

.row-header p {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.domains-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.domain-row-card {
    background: white;
    border-radius: 20px;
    padding: 20px 25px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.05);
}

.domain-row-card:hover {
    transform: translateX(8px);
    box-shadow: 0 10px 25px rgba(13, 95, 249, 0.1);
    border-color: rgba(13, 95, 249, 0.2);
}

.domain-info {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 2;
}

.domain-icon-row {
    width: 55px;
    height: 55px;
    background: #f0f4ff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0D5FF9;
    transition: all 0.3s ease;
}

.domain-row-card:hover .domain-icon-row {
    background: #0D5FF9;
    color: white;
    transform: rotate(5deg);
}

.domain-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1a1a2e;
}

.domain-text p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

.domain-stats {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.domain-demand {
    background: #e8f0ff;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #0D5FF9;
}

.domain-count {
    font-size: 14px;
    font-weight: 600;
    color: #0D5FF9;
    background: #f0f4ff;
    padding: 5px 12px;
    border-radius: 30px;
}

.domain-arrow {
    color: #0D5FF9;
    font-size: 24px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.domain-row-card:hover .domain-arrow {
    opacity: 1;
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .domains-row-cards {
        padding: 40px 0;
    }
    
    .row-header h2 {
        font-size: 28px;
    }
    
    .domain-row-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
    }
    
    .domain-info {
        width: 100%;
    }
    
    .domain-stats {
        width: 100%;
        justify-content: flex-start;
        margin-top: 5px;
    }
    
    .domain-arrow {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .domain-row-card {
        position: relative;
    }
}

@media (max-width: 576px) {
    .domain-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .domain-icon-row {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
    
    .domain-text h3 {
        font-size: 16px;
    }
}