#footer{
    padding: 60px 0px;
}
        .policy-header {
            background-color: #f8f9fb;
            padding: 20px 0;
            border-bottom: 3px solid #28a745;
        }
        
        .policy-link {
            color: #333;
            text-decoration: none;
            margin: 0 15px;
            font-weight: 500;
            padding: 8px 15px;
            border-radius: 5px;
            transition: all 0.3s ease;
        }
        
        .policy-link:hover {
            background-color: #e9ecef;
            color: #28a745;
            text-decoration: none;
        }
        
        .policy-link.active {
            background-color: #28a745;
            color: white;
        }
        
        .policy-content {
            padding: 40px 0;
            min-height: 600px;
        }
        
        .policy-sidebar {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        
        .sidebar-link {
            display: block;
            color: #333;
            text-decoration: none;
            padding: 8px 12px;
            margin: 5px 0;
            border-radius: 4px;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        
        .sidebar-link:hover, .sidebar-link.active {
            background-color: #28a745;
            color: white;
            text-decoration: none;
        }
        
        .policy-section {
            margin-bottom: 30px;
        }
        
        .policy-section h4 {
            color: #28a745;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .policy-section ul {
            padding-left: 20px;
        }
        
        .policy-section li {
            margin-bottom: 8px;
            line-height: 1.6;
        }
        
        .main-title {
            font-size: 1.8rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
        }
        
        .mission-text {
            font-size: 16px;
            line-height: 1.7;
            color: #555;
            margin-bottom: 30px;
        }