/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
body { background-color: #fff5e6; font-family: 'Helvetica Neue', Arial, sans-serif; margin: 0; padding: 0; color: #333; } .wp-header { background: #ffffff; border-bottom: 2px solid #ff8c00; padding: 20px 0; position: sticky; top: 0; z-index: 1000; } .wp-nav { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; } .wp-logo { font-size: 28px; font-weight: bold; color: #ff8c00; text-decoration: none; } .wp-menu { display: flex; gap: 20px; } .wp-menu a { text-decoration: none; color: #444; font-weight: 600; transition: color 0.3s; } .wp-menu a:hover { color: #ff8c00; } .wp-wrapper { max-width: 1100px; margin: 40px auto; display: flex; gap: 40px; padding: 0 20px; } .wp-main { flex: 2; background: #ffffff; padding: 40px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); } .wp-sidebar { flex: 1; } .wp-sidebar-box { background: #ffffff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); margin-bottom: 30px; } .wp-sidebar-title { font-size: 20px; color: #ff8c00; margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 10px; } .wp-sidebar-list { list-style: none; padding: 0; margin: 0; } .wp-sidebar-list li { margin-bottom: 12px; } .wp-sidebar-list a { text-decoration: none; color: #555; font-size: 15px; transition: 0.2s; } .wp-sidebar-list a:hover { color: #ff8c00; padding-left: 5px; } .wp-hero-img { width: 100%; border-radius: 8px; margin-bottom: 30px; } .wp-title { font-size: 36px; line-height: 1.2; margin-bottom: 20px; color: #222; } .wp-subtitle { font-size: 24px; margin: 30px 0 15px; color: #ff8c00; } .wp-text { font-size: 17px; line-height: 1.8; margin-bottom: 20px; text-align: justify; } .wp-list { margin-bottom: 25px; padding-left: 20px; } .wp-list li { margin-bottom: 10px; line-height: 1.6; } .wp-read-also { background: #fff9f0; border-left: 4px solid #ff8c00; padding: 20px; margin: 40px 0; } .wp-read-also h4 { margin: 0 0 10px 0; color: #333; } .wp-read-also ul { list-style: none; padding: 0; margin: 0; } .wp-read-also li { margin: 5px 0; } .wp-read-also a { color: #ff8c00; text-decoration: none; font-weight: bold; } .wp-form-section { background: #fff5e6; padding: 30px; border-radius: 8px; margin-top: 50px; } .wp-form-title { font-size: 22px; margin-bottom: 20px; text-align: center; } .wp-form { display: flex; flex-direction: column; gap: 15px; max-width: 400px; margin: 0 auto; } .wp-input { padding: 12px; border: 1px solid #ddd; border-radius: 4px; font-size: 16px; } .wp-button { background: #ff8c00; color: #ffffff; border: none; padding: 15px; border-radius: 4px; font-size: 18px; font-weight: bold; cursor: pointer; transition: background 0.3s; } .wp-button:hover { background: #e67e00; } .wp-footer { background: #333; color: #fff; padding: 50px 0; margin-top: 60px; text-align: center; } .wp-footer-nav { margin-bottom: 20px; } .wp-footer-nav a { color: #ccc; text-decoration: none; margin: 0 15px; font-size: 14px; } .wp-footer-nav a:hover { color: #fff; } @media (max-width: 768px) { .wp-wrapper { flex-direction: column; } .wp-sidebar { order: 2; } .wp-main { order: 1; padding: 20px; } .wp-title { font-size: 28px; } }