/* NED Portal Custom Styles */

/* Logo Text Style */
.logo-text {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    text-decoration: none;
}

.logo-text .highlight {
    color: #0066cc;
}

.footer-widget-items .logo-text {
    color: #fff;
}

/* Login Button in Menu */
.btn-login {
    background: #0066cc;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-login:hover {
    background: #004fa3;
}

.login-btn-menu {
    margin-left: 15px;
}

/* Page Banner */
.page-banner-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 100px 0 60px;
    margin-top: 80px;
}

.page-banner-section .title {
    color: #fff;
    font-size: 42px;
    margin-bottom: 15px;
}

.page-banner-section .breadcrumb {
    background: transparent;
    margin: 0;
}

.page-banner-section .breadcrumb-item a {
    color: #a8a8a8;
}

.page-banner-section .breadcrumb-item.active {
    color: #0066cc;
}

.page-banner-section .breadcrumb-item + .breadcrumb-item::before {
    color: #a8a8a8;
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, #0066cc 0%, #004fa3 100%);
}

.stat-item {
    padding: 30px;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.stat-item p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0;
}

/* How It Works Section */
.how-it-works-section {
    background: #f8f9fa;
}

.step-item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.step-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0066cc 0%, #004fa3 100%);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.step-item h5 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1a1a2e;
}

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

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.cta-section h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Responsibility Cards */
.responsibility-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.responsibility-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.responsibility-card .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0066cc 0%, #004fa3 100%);
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.responsibility-card h5 {
    color: #1a1a2e;
    margin-bottom: 15px;
}

.responsibility-card p {
    color: #666;
    margin: 0;
}

/* Skills List */
.skill-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.skill-items li {
    padding: 10px 0;
    color: #333;
    font-size: 16px;
}

.skill-items li i {
    color: #0066cc;
    margin-right: 10px;
}

/* Article Cards */
.article-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.article-image {
    position: relative;
    height: 200px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

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

.article-image .category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #0066cc;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.article-content {
    padding: 25px;
}

.article-content .date {
    color: #888;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.article-content h5 {
    margin-bottom: 15px;
}

.article-content h5 a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.3s;
}

.article-content h5 a:hover {
    color: #0066cc;
}

.article-content p {
    color: #666;
    margin-bottom: 15px;
}

.read-more {
    color: #0066cc;
    font-weight: 500;
    text-decoration: none;
}

.read-more:hover {
    color: #004fa3;
}

/* Training Benefit Cards */
.benefit-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.benefit-card .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0066cc 0%, #004fa3 100%);
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

/* Course Cards */
.course-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.course-card.featured {
    border: 2px solid #0066cc;
}

.course-badge {
    display: inline-block;
    background: #e8f4ff;
    color: #0066cc;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.course-badge.featured {
    background: #0066cc;
    color: #fff;
}

.featured-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #ff6b35;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.course-card h4 {
    color: #1a1a2e;
    margin-bottom: 15px;
    font-size: 22px;
}

.course-desc {
    color: #666;
    margin-bottom: 20px;
}

.course-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.course-features li {
    padding: 8px 0;
    color: #333;
}

.course-features li i {
    color: #0066cc;
    margin-right: 10px;
}

.course-meta {
    display: flex;
    gap: 20px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
}

.course-meta span {
    color: #666;
    font-size: 14px;
}

.course-meta span i {
    margin-right: 5px;
}

.course-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-price .price {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
}

.btn-sm {
    background: #0066cc;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-sm:hover {
    background: #004fa3;
    color: #fff;
}

/* Coaching Features */
.coaching-features {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.coaching-features li {
    padding: 12px 0;
    color: #333;
    border-bottom: 1px solid #eee;
}

.coaching-features li:last-child {
    border-bottom: none;
}

.coaching-features li i {
    color: #0066cc;
    margin-right: 15px;
    width: 20px;
}

/* Testimonial Cards */
.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.quote-icon {
    color: #0066cc;
    font-size: 30px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.testimonial-card p {
    color: #333;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background: #ddd;
}

.author-info h6 {
    margin: 0;
    color: #1a1a2e;
}

.author-info span {
    color: #888;
    font-size: 14px;
}

/* User Type Cards (Jobs Page) */
.user-type-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.user-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.user-type-card .icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0066cc 0%, #004fa3 100%);
    color: #fff;
    font-size: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.user-type-card.recruiter .icon {
    background: linear-gradient(135deg, #ff6b35 0%, #d44d1e 100%);
}

.user-type-card h4 {
    color: #1a1a2e;
    margin-bottom: 15px;
}

.user-type-card p {
    color: #666;
    margin-bottom: 20px;
}

.user-type-card .features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    text-align: left;
}

.user-type-card .features li {
    padding: 8px 0;
    color: #333;
}

.user-type-card .features li i {
    color: #0066cc;
    margin-right: 10px;
}

.card-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.btn-outline {
    background: transparent;
    border: 2px solid #0066cc;
    color: #0066cc;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #0066cc;
    color: #fff;
}

/* Job Search Box */
.search-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.job-search-form .form-group label {
    display: block;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}

.job-search-form .form-group label i {
    margin-right: 8px;
    color: #0066cc;
}

.job-search-form .form-control {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 15px;
}

.job-search-form .form-control:focus {
    border-color: #0066cc;
    box-shadow: none;
}

/* Job Cards */
.job-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.job-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.company-logo {
    width: 50px;
    height: 50px;
    background: #e8f4ff;
    color: #0066cc;
    font-size: 24px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.job-title-area {
    flex-grow: 1;
}

.job-title-area h5 {
    margin: 0 0 5px;
    color: #1a1a2e;
    font-size: 18px;
}

.job-title-area .company {
    color: #666;
    font-size: 14px;
}

.job-type {
    background: #e8f4ff;
    color: #0066cc;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    flex-shrink: 0;
}

.job-type.featured {
    background: #ff6b35;
    color: #fff;
}

.job-type.voluntary {
    background: #28a745;
    color: #fff;
}

.job-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.job-details span {
    color: #666;
    font-size: 14px;
}

.job-details span i {
    margin-right: 5px;
    color: #888;
}

.job-excerpt {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
}

.job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.job-footer .posted {
    color: #888;
    font-size: 13px;
}

/* Match Factors */
.match-factor {
    text-align: center;
    padding: 30px;
}

.progress-ring {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #0066cc 0%, #004fa3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.progress-ring span {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.match-factor h5 {
    color: #1a1a2e;
    margin-bottom: 10px;
}

.match-factor p {
    color: #666;
    margin: 0;
    font-size: 14px;
}

/* CV Difference Cards */
.difference-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.difference-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.difference-card .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0066cc 0%, #004fa3 100%);
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

/* Service Packages */
.service-package {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.service-package:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-package.featured {
    border: 2px solid #0066cc;
}

.service-package .featured-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff6b35;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.package-header {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.package-header h4 {
    color: #1a1a2e;
    margin-bottom: 15px;
}

.package-header .amount {
    font-size: 42px;
    font-weight: 700;
    color: #0066cc;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.package-features li {
    padding: 10px 0;
    color: #333;
}

.package-features li i {
    margin-right: 10px;
}

.package-features li i.fa-check {
    color: #28a745;
}

.package-features li i.fa-times {
    color: #dc3545;
}

.package-features li.disabled {
    color: #999;
}

.turnaround {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

/* CV Tips */
.tip-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.tip-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.tip-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0066cc 0%, #004fa3 100%);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tip-content h5 {
    color: #1a1a2e;
    margin-bottom: 10px;
}

.tip-content p {
    color: #666;
    margin: 0;
}

/* Contact Form */
.contact-form-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-form label {
    display: block;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}

.contact-form .form-control {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 15px;
}

.contact-form textarea.form-control {
    height: auto;
    padding: 15px;
}

.contact-form .form-control:focus {
    border-color: #0066cc;
    box-shadow: none;
}

.contact-details {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.contact-details li {
    padding: 10px 0;
}

.contact-details li i {
    color: #0066cc;
    margin-right: 10px;
    width: 20px;
}

.contact-details li a {
    color: #333;
    text-decoration: none;
}

.contact-details li a:hover {
    color: #0066cc;
}

.guarantee-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #e8f4ff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.guarantee-box i {
    font-size: 30px;
    color: #0066cc;
}

.guarantee-box h6 {
    margin: 0 0 5px;
    color: #1a1a2e;
}

.guarantee-box p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

/* Service Links */
.service-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-top: 15px;
}

.service-link:hover {
    color: #004fa3;
}

/* Section Description */
.section-desc {
    color: #666;
    margin-top: 10px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .page-banner-section {
        padding: 80px 0 40px;
    }
    
    .page-banner-section .title {
        font-size: 32px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .cta-section h2 {
        font-size: 28px;
    }
    
    .job-header {
        flex-wrap: wrap;
    }
    
    .job-type {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .page-banner-section .title {
        font-size: 28px;
    }
    
    .card-buttons {
        flex-direction: column;
    }
    
    .card-buttons .btn,
    .card-buttons .btn-outline {
        width: 100%;
        text-align: center;
    }
    
    .job-footer {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .tip-card {
        flex-direction: column;
        text-align: center;
    }
    
    .tip-number {
        margin: 0 auto;
    }
}

/* Utility Classes */
.pt-80 { padding-top: 80px; }
.pb-80 { padding-bottom: 80px; }
.pt-60 { padding-top: 60px; }
.pb-60 { padding-bottom: 60px; }
.bg-light { background-color: #f8f9fa; }
