/* Custom styles for the new PHP structure */

/* Page Header Styles */
.page-header {
    background: #f8f9fa;
    padding: 60px 0 40px;
    margin-bottom: 40px;
}

.page-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #363636;
}

.page-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

/* Error Page Styles */
.error-section {
    padding: 80px 0;
    text-align: center;
}

.error-content {
    max-width: 600px;
    margin: 0 auto;
}

.error-image {
    margin-bottom: 40px;
}

.error-title {
    font-size: 48px;
    font-weight: 700;
    color: #363636;
    margin-bottom: 20px;
}

.error-desc {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.error-actions .button {
    margin: 0 10px;
    display: inline-block;
}

/* About Page Styles */
.about-content {
    padding: 40px 0;
}

.about-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #363636;
}

.about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

.about-content ul {
    list-style: none;
    padding: 0;
}

.about-content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #666;
}

.about-content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0457ac;
    font-weight: bold;
}



/* Submenu Fixes */
.home-02 .main-menu .sub-menu {
    background-color: #fff !important;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
}

.home-02 .main-menu .sub-menu li {
    border-color: rgba(211, 211, 211, 0.2) !important;
}

.home-02 .main-menu .sub-menu li a {
    color: #313131 !important;
    padding: 10px 0;
}

.home-02 .main-menu .sub-menu li a:hover {
    color: #0457ac !important;
}

/* Language Switcher */
.user-nav .language-switcher {
    display: inline-block;
    margin-left: 15px;
}

.user-nav .language-switcher a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f8f9fa;
    transition: all 0.3s;
}

.user-nav .language-switcher a:hover {
    color: #fff;
    background: #0457ac;
    border-color: #0457ac;
    text-decoration: none;
}

/* Normal Bootstrap layout - items start from left */

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-title {
        font-size: 28px;
    }
    
    .error-title {
        font-size: 36px;
    }
    
    .error-actions .button {
        display: block;
        margin: 10px auto;
        width: 200px;
    }
    
    .user-nav {
        margin-left: 10px;
        margin-top: 10px;
    }
}