@import url("./variables.css");

/* Auth Section */
.auth-section .logo {
    width: 250px;
    margin: auto;
}

/* Dashboard */
.dashboard-header .logo {
    font-size: 25px;
    font-weight: 600;
    font-family: var(--serif);
    color: var(--secondary);
}
.dashboard {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
}
.dashboard .dashboard-sidebar {
    position: relative;
    width: 250px;
    height: 100%;
    background: var(--secondary);
    overflow-y: auto;
}
.dashboard .dashboard-sidebar ul li {
    list-style: none;
    padding: 20px 10px;
    border-bottom: 1px solid #6a422d;
}
.dashboard .dashboard-sidebar ul li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--light);
}
.dashboard .dashboard-content {
    position: relative;
    width: calc(100% - 250px);
    height: 100%;
    background: var(--light-alt);
    padding: 30px;
    overflow-y: auto;
}
.dashboard .dashboard-content .row-na td {
    background-color: #ffabab;
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    background: url("../images/banner.jpg") no-repeat right center/cover;
    padding: 50px 0 100px;
}
.hero-section .logo {
    display: flex;
    gap: 20px;
    align-items: end;
}
.hero-section .logo img {
    width: 100px;
    margin-bottom: 15px;
}
.hero-section .logo a {
    display: block;
}
.hero-section .logo a img {
    width: 100px;
    margin-bottom: 0;
}
.hero-section h1 {
    font-size: 70px;
    font-weight: 600;
    font-family: var(--serif);
    color: var(--secondary);
    line-height: 100%;
}
.hero-section .text-sm {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary);
    z-index: 1;
    position: relative;
}
.hero-section .text-sm b {
    font-size: 14px;
    font-weight: 700;
}

/* Tabs Section */
.tabs-section h6 {
    font-size: 22px;
    font-weight: 600;
    color: var(--secondary);
    line-height: 130%;
    width: 100%;
    max-width: 1000px;
}
.tabs-section .nav-link {
    display: flex;
    align-items: center;
    border: 1px solid var(--secondary);
    border-radius: 10px;
    padding: 10px 15px;
    color: var(--secondary);
    transition: 0.3s ease all;
    text-align: left;
    margin-bottom: 10px;
}
.tabs-section .nav-link.active {
    background: var(--secondary);
    color: var(--light);
}
.tabs-section .nav-link img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.tabs-section .nav-link.active img {
    filter: brightness(0) invert(1);
}
.tabs-section .nav-link span {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
}
.tabs-section h5 {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--serif);
    color: var(--secondary);
    margin-bottom: 20px;
}
.tabs-section p {
    font-size: 18px;
    font-weight: 400;
    color: var(--secondary);
    line-height: 150%;
    margin-bottom: 10px;
}
.cta {
    display: inline-block;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary);
    text-decoration: underline;
}

/* Segment Section */
.segment-section .logo {
    display: flex;
    gap: 20px;
    align-items: end;
}
.segment-section .logo img {
    width: 100px;
    margin-bottom: 15px;
}
.segment-section .logo a {
    display: block;
}
.segment-section .logo a img {
    width: 100px;
    margin-bottom: 0;
}
.segment-section h1 {
    font-size: 40px;
    font-weight: 600;
    font-family: var(--serif);
    color: var(--secondary);
    line-height: 100%;
}
.segment-section h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary);
    line-height: 130%;
    margin-bottom: 20px;
}
.segment-section h6 {
    font-size: 25px;
    font-weight: 600;
    color: var(--secondary);
    line-height: 130%;
    margin-bottom: 20px;
}
.segment-section .qna-item {
    font-size: 18px;
    font-weight: 400;
    color: var(--secondary);
    line-height: 150%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid var(--primary);
    border-radius: 5px;
    background: var(--light-alt);
}
.segment-section .qna-item:last-child {
    margin-bottom: 0;
}
.segment-section .nav-link {
    padding: 15px 20px;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    border-radius: 10px;
    margin-right: 10px;
    transition: 0.3s ease all;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--serif);
}
.segment-section .nav-link.active {
    background: var(--secondary);
}
.segment-section .stats-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.segment-section .stats-card {
    background: var(--light-alt);
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    margin-bottom: 20px;
}
.segment-section .stats-card h5 {
    font-size: 18px;
    font-weight: 400;
    color: var(--secondary);
    margin-bottom: 5px;
}
.segment-section .stats-card h3 {
    font-size: 50px;
    font-weight: 600;
    color: var(--secondary);
    font-family: var(--serif);
}
.segment-section .progress {
    height: 10px;
}
.segment-section .high-text {
    padding: 10px 20px;
    background: #deff62;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: var(--dark);
}
.segment-section .low-text {
    padding: 10px 20px;
    background: #ff817f;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    color: var(--dark);
}
.segment-section .focus-text {
    padding: 10px 20px;
    background: #ffda6c;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: var(--dark);
}
.segment-section .form-check-label {
    font-size: 18px;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .hero-section h1 {
        font-size: 40px;
    }
    .segment-section h1 {
        font-size: 30px;
    }
    .segment-section h6 {
        font-size: 20px;
    }
    .segment-section .form-check-label {
        font-size: 16px;
    }
    .segment-section .stats-cards {
        gap: 0;
    }

    /* Dashboard */
    .dashboard {
        flex-direction: column;
        height: auto;
    }
    .dashboard .dashboard-sidebar {
        width: 100%;
        height: auto;
    }
    .dashboard .dashboard-content {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    .dashboard .dashboard-sidebar ul li {
        padding: 10px;
    }
}
