/*
Theme Name: Custom Transport Logistics Complete
Description: Full layout replica for Transport Carrier.
Author: Aziz
Version: 1.0
Text Domain: custom-transport
*/

/* --- EXACT LEGACY THEME STYLING --- */

body { font-family: 'Poppins', sans-serif; margin: 0; padding: 0; color: #444; background: #fff; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; transition: 0.3s; }

/* Buttons */
.legacy-btn { display: inline-block; padding: 15px 35px; font-weight: 600; font-size: 14px; text-transform: uppercase; border-radius: 2px; }
.primary-btn { background-color: #ff5e14; color: #fff; }
.primary-btn:hover { background-color: #0b1a30; color: #fff; }
.secondary-btn { background-color: #fff; color: #0b1a30; margin-left: 10px; }
.secondary-btn:hover { background-color: #ff5e14; color: #fff; }

/* 1. Hero Section */
.legacy-hero { position: relative; padding: 200px 0 250px; background-size: cover; background-position: center; text-align: center; }
.hero-overlay-dark { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); }
.hero-content-center { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.hero-subtitle { color: #ff5e14; font-size: 18px; letter-spacing: 2px; margin-bottom: 10px; }
.hero-title { color: #fff; font-size: 60px; font-weight: 800; line-height: 1.1; margin-bottom: 20px; }
.hero-title span { color: #ff5e14; }
.hero-desc { color: #fff; font-size: 16px; margin-bottom: 40px; line-height: 1.8; }

/* 2. Overlapping Info Ribbon */
.legacy-info-ribbon { position: relative; margin-top: -80px; z-index: 10; }
.ribbon-grid { display: flex; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-radius: 4px; overflow: hidden; }
.ribbon-box { flex: 1; display: flex; align-items: center; padding: 30px 20px; border-right: 1px solid #eee; }
.ribbon-box img { width: 50px; margin-right: 15px; }
.ribbon-text h4 { margin: 0 0 5px; font-size: 18px; color: #0b1a30; }
.ribbon-text p { margin: 0; font-size: 14px; color: #666; }
.ribbon-quote-box { background: #0b1a30; flex-direction: column; justify-content: center; text-align: center; border: none; }
.ribbon-quote-box h4 { color: #fff; margin-bottom: 15px; }
.ribbon-btn { padding: 10px 25px; }

/* 3. Why Choose Us Section */
.legacy-choose-us { display: flex; align-items: center; padding: 100px 15px; gap: 50px; }
.choose-left { flex: 1; }
.choose-right { flex: 1; }
.section-subtitle { color: #ff5e14; font-size: 16px; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; }
.section-title { font-size: 36px; color: #0b1a30; font-weight: 800; margin-bottom: 20px; }
.choose-left > p { color: #666; line-height: 1.8; margin-bottom: 30px; }

.feature-list { margin-top: 40px; }
.feature-item { display: flex; align-items: flex-start; margin-bottom: 25px; }
.feature-item img { width: 40px; margin-right: 20px; margin-top: 5px; }
.feature-item h5 { font-size: 20px; color: #0b1a30; margin: 0 0 10px; }
.feature-item p { margin: 0; color: #666; font-size: 14px; line-height: 1.6; }

/* Responsive */
@media (max-width: 992px) {
    .ribbon-grid { flex-wrap: wrap; }
    .ribbon-box { flex: 50%; border-bottom: 1px solid #eee; }
    .legacy-choose-us { flex-direction: column; }
}
@media (max-width: 768px) {
    .hero-title { font-size: 40px; }
    .ribbon-box { flex: 100%; }
}