/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
body { margin: 0; padding: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #064e3b; color: #f3f4f6; line-height: 1.6; } .wp-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .wp-header { background-color: #052e16; padding: 20px 0; border-bottom: 1px solid #14532d; position: sticky; top: 0; z-index: 100; } .wp-logo { font-size: 28px; font-weight: bold; color: #10b981; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; } .wp-nav { display: flex; gap: 20px; margin-top: 10px; } .wp-nav a { color: #ffffff; text-decoration: none; font-size: 14px; transition: color 0.3s; } .wp-nav a:hover { color: #10b981; } .wp-main-layout { display: flex; gap: 40px; margin-top: 40px; } .wp-content { flex: 3; } .wp-sidebar { flex: 1; background-color: #052e16; padding: 25px; border-radius: 8px; height: fit-content; } .wp-sidebar h3 { color: #10b981; margin-top: 0; border-bottom: 1px solid #14532d; padding-bottom: 10px; } .wp-sidebar-list { list-style: none; padding: 0; } .wp-sidebar-list li { margin-bottom: 15px; } .wp-sidebar-list a { color: #d1d5db; text-decoration: none; font-size: 15px; transition: transform 0.2s; display: block; } .wp-sidebar-list a:hover { color: #ffffff; transform: translateX(5px); } .wp-hero-img { width: 100%; height: 550px; object-fit: cover; border-radius: 12px; margin-bottom: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); } .wp-article h1 { font-size: 36px; color: #ffffff; margin-bottom: 20px; line-height: 1.2; } .wp-article h2 { font-size: 24px; color: #10b981; margin-top: 30px; } .wp-article p { margin-bottom: 20px; font-size: 18px; color: #e5e7eb; text-align: justify; } .wp-article ul { margin-bottom: 20px; padding-left: 20px; } .wp-article li { margin-bottom: 10px; } .wp-read-also { background-color: #14532d; padding: 30px; border-radius: 8px; margin-top: 50px; } .wp-read-also h4 { margin-top: 0; color: #10b981; font-size: 20px; } .wp-read-also ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; } .wp-read-also a { color: #ffffff; text-decoration: none; font-weight: 500; display: block; padding: 10px; border: 1px solid #064e3b; border-radius: 4px; transition: background 0.3s; } .wp-read-also a:hover { background-color: #064e3b; } .wp-form-section { background-color: #052e16; padding: 40px; border-radius: 12px; margin-top: 40px; border: 1px solid #14532d; } .wp-form-section h3 { color: #ffffff; margin-top: 0; text-align: center; } .wp-form { display: flex; flex-direction: column; gap: 15px; max-width: 500px; margin: 0 auto; } .wp-input { padding: 12px; border-radius: 6px; border: 1px solid #14532d; background-color: #064e3b; color: #ffffff; font-size: 16px; } .wp-submit { background-color: #10b981; color: #ffffff; padding: 14px; border: none; border-radius: 6px; font-weight: bold; cursor: pointer; font-size: 16px; transition: background 0.3s, transform 0.1s; } .wp-submit:hover { background-color: #059669; transform: translateY(-2px); } .wp-footer { background-color: #020617; padding: 50px 0; margin-top: 80px; border-top: 4px solid #10b981; } .wp-footer-links { display: flex; justify-content: center; gap: 30px; margin-bottom: 20px; flex-wrap: wrap; } .wp-footer-links a { color: #9ca3af; text-decoration: none; font-size: 14px; } .wp-footer-links a:hover { color: #ffffff; } .wp-copyright { text-align: center; color: #6b7280; font-size: 12px; } @media (max-width: 768px) { .wp-main-layout { flex-direction: column; } .wp-hero-img { height: 250px; } .wp-article h1 { font-size: 28px; } .wp-nav { flex-wrap: wrap; } }