﻿body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #00184C;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
}

h1 .blue {
    color: #00184C;
}

h1 .green {
    color: #00C6A5;
}

.progress-bar {
    background-color: #eee;
    height: 6px;
    border-radius: 3px;
    margin: 1.5rem 0;
    overflow: hidden;
}

    .progress-bar .progress {
        width: 10%;
        height: 100%;
        background-color: #00C6A5;
    }

.question-box {
    background-color: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

thead th {
    text-align: center;
    font-weight: 600;
    color: #4D5C79;
    padding-bottom: 0.5rem;
}

td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #eee;
}

    td input[type="radio"] {
        accent-color: #00C6A5;
        transform: scale(1.2);
    }

tr.selected {
    background: linear-gradient(90deg, #E3F6F2, #F4FDFC);
    border-radius: 8px;
}

tr.selected-least td:last-child {
    background-color: #e7fbf8;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.back-btn, .next-btn {
    border: none;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
}

.back-btn {
    background-color: #00C6A5;
    color: white;
}

.next-btn {
    background-color: #0064D2;
    color: white;
}


/*Css Phần Input*/
.user-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
    text-align: left;
}

.form-group {
    display: flex;
    flex-direction: column;
}

    .form-group label {
        font-weight: 600;
        margin-bottom: 0.4rem;
    }

    .form-group input {
        padding: 0.5rem;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 1rem;
    }


/* details.cshtml*/
/*.disc-hero-image-section {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

.disc-hero-img {
    width: 100vw;
    height: auto;
    display: block;
}

.disc-hero-text-overlay {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    max-width: 700px;
}

    .disc-hero-text-overlay h1 {
        font-size: 36px;
        font-weight: 700;
        margin: 10px 0;
    }

    .disc-hero-text-overlay h2 {
        font-size: 28px;
        font-weight: 600;
        color: #ffc107;
        text-transform: uppercase;
    }

    .disc-hero-text-overlay p {
        font-size: 16px;
        margin-top: 16px;
        line-height: 1.6;
    }

.highlight {
    color: white;
}
*/



/*.text-gradient {
    background: linear-gradient(to right, #ff512f, #dd2476);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.disc-hero-section {
    background-image: url('/images/disc-bg.jpg');*/ /* <-- Đặt đúng tên file nền */
    /*background-size: cover;
    background-position: center;
    height: 400px;*/ /* đúng với ảnh bạn gửi là 1440x400 */
    /*position: relative;
}

.disc-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);*/ /* lớp overlay mờ tối */
    /*z-index: 1;
}

.disc-hero-section .container {
    position: relative;
    z-index: 2;
}

.text-warning {
    color: #ffc107 !important;
}*/
/* DISC Hero Section */
.disc-hero {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e0 100%);
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.disc-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(226, 232, 240, 0.9) 0%, rgba(203, 213, 224, 0.9) 100%);
    z-index: 1;
}

.disc-hero__container {
    max-width: 1442px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.disc-hero__title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.2;
    letter-spacing: 1px;
    opacity: 1;
}

.disc-hero__title-blue {
    color: #1e3a8a;
    display: block;
}

.disc-hero__title-green {
    color: #00D4AA;
    display: block;
}

.disc-hero__letters {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.disc-hero__letter-item {
    position: relative;
}

.disc-hero__letter-img {
    width: 180px;
    height: 200px;
    object-fit: contain;
    display: block;
    background: transparent;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .disc-hero__container {
        max-width: 900px;
    }

    .disc-hero__title {
        font-size: 2.2rem;
    }

    .disc-hero__letters {
        gap: 25px;
        max-width: 750px;
    }

    .disc-hero__letter-img {
        width: 140px;
        height: 160px;
    }
}

@media (max-width: 768px) {
    .disc-hero {
        padding: 50px 0;
    }

    .disc-hero__container {
        padding: 0 15px;
        max-width: 100%;
    }

    .disc-hero__title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .disc-hero__letters {
        gap: 20px;
        max-width: 600px;
    }

    .disc-hero__letter-img {
        width: 120px;
        height: 140px;
    }
}

@media (max-width: 480px) {
    .disc-hero {
        padding: 40px 0;
    }

    .disc-hero__title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .disc-hero__letters {
        gap: 15px;
        max-width: 400px;
    }

    .disc-hero__letter-img {
        width: 90px;
        height: 110px;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    /* All animations already removed */
}

/* High contrast mode - using more widely supported approach */
@media (prefers-color-scheme: dark) {
    .disc-hero__title-blue {
        color: #3b82f6;
    }

    .disc-hero__title-green {
        color: #10b981;
    }
}

/* Alternative high contrast support */
@media (-ms-high-contrast: active) {
    .disc-hero__title-blue {
        color: ButtonText;
    }

    .disc-hero__title-green {
        color: Highlight;
    }
}

/* Error fallback for missing images */
.disc-hero__letter-img {
    /* Remove any background fallback that creates white boxes */
}


/* Partners Section */
.partners-section {
    background: white;
    padding: 80px 0;
}

.partners-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.partners-column {
    display: flex;
    flex-direction: column;
}

.partners-title {
    font-size: 1.8rem;
    color: #2d3748;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.partners-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #4ECDC4;
    border-radius: 2px;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 20px;
    align-items: center;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    min-height: 80px;
}

.partner-logo:hover {
    background: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #4ECDC4;
}

.partner-logo img {
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Logo placeholder styles for demo */
.logo-placeholder {
    width: 80px;
    height: 40px;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e0);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #718096;
    font-weight: 500;
}

/* Specific logo styles */
.logo-ora {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.logo-sentosa {
    background: linear-gradient(135deg, #f093fb, #f5576c);
    color: white;
}

.logo-audi {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    color: white;
}

.logo-ocbc {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
    color: white;
}

.logo-uas {
    background: linear-gradient(135deg, #fa709a, #fee140);
    color: white;
}

.logo-leaf {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
    color: #2d3748;
}

.logo-validere {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
    color: #2d3748;
}

.logo-great {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
    color: #2d3748;
}

.logo-jobstreet {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
    color: white;
}

.logo-swiftrider {
    background: linear-gradient(135deg, #fad0c4, #ffd1ff);
    color: #2d3748;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .partners-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .partners-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px 15px;
    }
}

@media (max-width: 768px) {
    .partners-section {
        padding: 60px 0;
    }

    .partners-title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 10px;
    }

    .partner-logo {
        padding: 12px;
        min-height: 70px;
    }

    .logo-placeholder {
        width: 70px;
        height: 35px;
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .partners-title {
        font-size: 1.3rem;
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .partner-logo {
        padding: 10px;
        min-height: 60px;
    }

    .logo-placeholder {
        width: 60px;
        height: 30px;
        font-size: 0.6rem;
    }
}