/* Tutorial Pages */

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    background-color: #f5f7fa;
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

h1 { font-size: 2.8rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.4rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1rem; }

.content {
    padding: 2rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
}

#header {
    background-color: #3d48ac;
    border-bottom: 2px solid #3d48ac;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

#header h3 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

/* Sidebar */
#menu li a {
    color: #000;
    text-decoration: none;
}

#menu li a:hover {
    background: #e8f4fd;
    transform: translateX(4px);
    transition: all 0.2s ease;
}

#side-menu li a.active {
    background-color: #717cdf;
    color: #fff;
    cursor: default;
}

#side-menu .title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #717cdf;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #e8f4fd;
    padding-bottom: 0.5rem;
}

.menu {
    padding: 0;
    list-style: none;
}

.menu li a {
    display: block;
    text-indent: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    border-bottom: 1px solid #e2e8f0;
    padding-left: 20px;
    line-height: 2.1;
    font-size: 0.95rem;
    background: #ffffff;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 4px;
    margin-bottom: 1px;
}

@media (min-width: 992px) {
    #side-menu {
        max-width: 300px;
    }

    .menu {
        width: 300px;
    }
}

#bottom-holder {
    text-align: center;
    margin-top: 20px;
    background-color: #3d48ac;
    padding: 15px 0;
    color: #fff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

#bottom-holder a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

#bottom-holder a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

#ads-holder {
    padding-top: 10px;
    text-align: center;
}

#ads-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    background: #4F5D75;
    height: 5px;
}

.navbar-toggler {
    background-color: #fff;
}

/* Benefit list items (used on VIP page and similar) */
.tutorial-benefit {
    border-left: 3px solid #3d48ac;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
