/* Inner Pages Styles */

/* Page Content Layout */
.page-content {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.content-wrapper {
    display: flex;
    gap: 30px;
}

/* Sidebar Styles */
.sidebar {
    width: 280px;
    flex-shrink: 0;
}

.sidebar h2 {
    margin-top: 34px;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #76c25e;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li {
    margin-bottom: 5px;
}

.sidebar-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.sidebar-menu a .dropdown-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
    color: #666;
    margin-left: 5px;
}

.sidebar-menu a:hover {
    background-color: #f0f0f0;
    color: #76c25e;
}

.sidebar-menu a:hover .dropdown-icon {
    color: #76c25e;
}

.sidebar-menu li.active > a {
    background-color: #76c25e;
    color: white;
}

.sidebar-menu li.active > a .dropdown-icon {
    color: white;
}

.sidebar-menu ul {
    list-style: none;
    padding-left: 20px;
    margin: 5px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.sidebar-menu li.active > ul {
    max-height: 1000px;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Main Content Styles */
.main-content {
    flex: 1;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.main-content h1 {
    color: #333;
    font-size: 32px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #76c25e;
}

.content-text p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .content-wrapper {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        margin-bottom: 30px;
    }

    .main-content {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .page-content {
        padding: 20px 0;
    }

    .main-content h1 {
        font-size: 28px;
    }

    .content-text p {
        font-size: 15px;
    }
}

/* Dropdown Menu Styles */
.sidebar-menu li > ul {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding-left: 15px;
}

.sidebar-menu li > ul > li {
    margin: 8px 0;
}

.sidebar-menu li > ul > li > a {
    padding: 8px 15px;
    font-size: 14px;
    display: block;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.sidebar-menu li > ul > li > a:hover {
    background-color: #f0f0f0;
    color: #76c25e;
}

.sidebar-menu li > ul > li.active > a {
    background-color: #8ed177;
    color: white;
}

.sidebar h2{
    color: #333;
    font-size: 28px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #76c25e;
}

.sidebar-menu .menu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
    font-size: 15px;
}

.sidebar-menu .menu-toggle:hover {
    background-color: #f0f0f0;
    color: #76c25e;
}

.sidebar-menu .menu-toggle:hover .dropdown-icon {
    color: #76c25e;
}

.sidebar-menu li.active > .menu-toggle {
    background-color: #76c25e;
    color: white;
}

.sidebar-menu li.active > .menu-toggle .dropdown-icon {
    color: white;
}

.sidebar-menu .dropdown-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
    color: #666;
    margin-left: 5px;
}

.sidebar-menu li.active > .menu-toggle .dropdown-icon {
    transform: rotate(180deg);
}

/* Statute Page Styles */
.statute-content {
    line-height: 1.8;
}

.statute-content h2 {
    color: #333;
    font-size: 24px;
    margin: 30px 0 15px;
    text-align: center;
}

.statute-content h3 {
    color: #444;
    font-size: 20px;
    margin: 25px 0 20px;
    text-align: center;
}

.statute-content h4 {
    color: #76c25e;
    font-size: 18px;
    margin: 20px 0 15px;
}

.statute-content p {
    margin-bottom: 15px;
    text-align: justify;
}

.statute-content strong {
    color: #333;
}

.statute-content ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.statute-content ul li {
    margin-bottom: 10px;
    text-align: justify;
}

.statute-content ul li::marker {
    color: #76c25e;
}

@media (max-width: 768px) {
    .statute-content h2 {
        font-size: 22px;
    }

    .statute-content h3 {
        font-size: 18px;
    }

    .statute-content h4 {
        font-size: 16px;
    }

    .statute-content p,
    .statute-content ul li {
        font-size: 14px;
    }
}

.founders-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
}

.founders-table th,
.founders-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.founders-table thead th {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 600;
}

.founders-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.founders-table tbody tr:hover {
    background-color: #f2f2f2;
}

.cv-button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #76c25e;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.cv-button:hover {
    background-color: #5ea349;
}