/* ==========================================================================
   Rayu Logistic — Core Styles
   Brand: Red #E50909 / #ED1C24 · Black #111111 · White #FFFFFF
   Fonts: Poppins (body) · Montserrat (headings)
   ========================================================================== */

:root {
    --red: #E50909;
    --red-2: #ED1C24;
    --red-dark: #b70707;
    --black: #111111;
    --black-2: #1a1a1a;
    --gray: #6b7280;
    --gray-light: #f5f6f8;
    --gray-border: #e6e8ec;
    --white: #ffffff;
    --shadow-sm: 0 4px 14px rgba(17,17,17,.06);
    --shadow-md: 0 12px 30px rgba(17,17,17,.10);
    --shadow-lg: 0 20px 50px rgba(17,17,17,.14);
    --radius: 14px;
    --radius-lg: 20px;
    --transition: .3s ease;
    --container: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Poppins', system-ui, -apple-system, sans-serif;
    color: var(--black);
    background: var(--white);
    line-height: 1.65;
    font-size: 16px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, .heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: var(--black);
    line-height: 1.15;
}

a { text-decoration: none; color: var(--red); transition: var(--transition); }
a:hover { color: var(--red-dark); }
img { max-width: 100%; height: auto; }

.container { max-width: var(--container); }

/* Section rhythm */
.section { padding: 90px 0; }
.section-sm { padding: 60px 0; }
.bg-light-gray { background: var(--gray-light); }
.bg-black { background: var(--black); color: #fff; }

/* Section heading block */
.section-label {
    color: var(--red);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .82rem;
    margin-bottom: 10px;
    display: inline-block;
}
.section-title {
    font-size: 2.4rem;
    margin-bottom: 14px;
}
.section-title.text-white { color: #fff; }
.section-intro { color: var(--gray); max-width: 640px; margin: 0 auto; }
.text-center .section-intro { margin: 0 auto; }

/* Red accent underline */
.accent-line {
    width: 60px; height: 4px; background: var(--red);
    border-radius: 4px; margin: 0 0 22px;
}
.text-center .accent-line { margin: 0 auto 22px; }

/* ---------- Buttons ---------- */
.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 10px;
    padding: 13px 28px;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid transparent;
    font-size: .98rem;
}
.btn:focus { box-shadow: none; }
.btn-red, .btn-quote {
    background: var(--red);
    color: #fff !important;
    border-color: var(--red);
}
.btn-red:hover, .btn-quote:hover {
    background: var(--red-dark);
    border-color: var(--red-dark);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(229,9,9,.30);
}
.btn-quote { padding: 11px 26px; border-radius: 8px; }
.btn-outline-red {
    background: transparent;
    color: var(--red) !important;
    border-color: var(--red);
}
.btn-outline-red:hover { background: var(--red); color: #fff !important; transform: translateY(-2px); }
.btn-outline-white {
    background: transparent; color: #fff !important; border-color: rgba(255,255,255,.7);
}
.btn-outline-white:hover { background: #fff; color: var(--black) !important; border-color: #fff; }
.btn-light-cta {
    background: #fff; color: var(--red) !important; border-color: #fff; font-weight: 700;
}
.btn-light-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-lg { padding: 15px 34px; font-size: 1.02rem; }

.read-more {
    color: var(--red); font-weight: 600; display: inline-flex; align-items: center; gap: 8px;
}
.read-more i { transition: transform var(--transition); }
.read-more:hover i { transform: translateX(4px); }

/* ==========================================================================
   Top bar
   ========================================================================== */
.topbar {
    background: var(--red);
    color: #fff;
    font-size: .84rem;
    padding: 8px 0;
}
.topbar a { color: #fff; }
.topbar a:hover { color: #ffe3e3; }
.topbar-left i { margin-right: 8px; }
.topbar-right { display: flex; align-items: center; gap: 22px; }
.topbar-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar-social { display: inline-flex; gap: 14px; padding-left: 8px; border-left: 1px solid rgba(255,255,255,.35); }
.topbar-social a { font-size: .9rem; }

/* ==========================================================================
   Header / Nav
   ========================================================================== */
.site-header {
    background: #fff;
    box-shadow: 0 2px 12px rgba(17,17,17,.05);
    position: sticky; top: 0; z-index: 1030;
    transition: var(--transition);
}
.site-header.scrolled { box-shadow: 0 6px 20px rgba(17,17,17,.10); }
.navbar { padding: 12px 0; }
.navbar-brand { display: flex; align-items: center; gap: 12px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; font-family: 'Montserrat', sans-serif; }
.brand-primary { color: var(--red); font-weight: 900; font-size: 1.35rem; letter-spacing: .5px; }
.brand-secondary { color: var(--black); font-weight: 800; font-size: .78rem; letter-spacing: 3px; }
.navbar-nav .nav-link {
    color: var(--black);
    font-weight: 500;
    padding: 8px 15px;
    position: relative;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--red); }
.navbar-nav .nav-link::after {
    content: ''; position: absolute; left: 15px; right: 15px; bottom: 2px;
    height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left;
    transition: transform var(--transition);
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after { transform: scaleX(1); }
.navbar-toggler { border: none; padding: 6px 8px; }
.navbar-toggler:focus { box-shadow: none; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
    position: relative;
    background:
        linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255,255,255,.4) 58%, rgba(255,255,255,0) 72%),
        linear-gradient(120deg, #fdecec 0%, #fef7f2 60%, #f2f4f7 100%);
    overflow: hidden;
    padding: 70px 0 120px;
}
.hero-label {
    color: var(--red); font-weight: 700; letter-spacing: 2.5px;
    text-transform: uppercase; font-size: .8rem; margin-bottom: 16px; display: block;
}
.hero h1 {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.hero h1 .red { color: var(--red); display: block; }
.hero-desc { font-size: 1.1rem; color: #444; max-width: 500px; margin-bottom: 32px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-visual { position: relative; z-index: 2; text-align: center; }
.hero-visual img { filter: drop-shadow(0 30px 40px rgba(17,17,17,.25)); }

/* SVG/graphic truck fallback card if no photo */
.hero-truck-fallback {
    background: linear-gradient(135deg, var(--red) 0%, var(--black) 100%);
    border-radius: var(--radius-lg);
    aspect-ratio: 4/3;
    display: flex; align-items: center; justify-content: center;
    color: #fff; box-shadow: var(--shadow-lg);
}

/* ---------- Trust features bar ---------- */
.trust-bar {
    background: var(--black);
    border-radius: var(--radius-lg);
    margin-top: -60px;
    position: relative;
    z-index: 5;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}
.trust-item {
    display: flex; align-items: flex-start; gap: 16px;
    padding: 32px 26px; color: #fff;
    border-right: 1px solid rgba(255,255,255,.10);
}
.trust-item:last-child { border-right: none; }
.trust-icon {
    color: var(--red); font-size: 2rem; flex-shrink: 0; line-height: 1;
}
.trust-item h4 { color: #fff; font-size: 1.05rem; margin-bottom: 4px; }
.trust-item p { color: rgba(255,255,255,.65); font-size: .86rem; margin: 0; line-height: 1.4; }

/* ==========================================================================
   Service cards
   ========================================================================== */
.service-card {
    background: #fff;
    border: 1px solid var(--gray-border);
    border-radius: var(--radius);
    padding: 34px 26px;
    height: 100%;
    transition: var(--transition);
    position: relative;
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}
.service-icon {
    width: 66px; height: 66px; border-radius: 50%;
    background: #fdeaea; color: var(--red);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; margin-bottom: 20px;
    transition: var(--transition);
}
.service-card:hover .service-icon { background: var(--red); color: #fff; transform: rotate(-6deg); }
.service-card h4 { font-size: 1.18rem; margin-bottom: 12px; }
.service-card p { color: var(--gray); font-size: .93rem; margin-bottom: 18px; }

/* ==========================================================================
   Tracking section
   ========================================================================== */
.track-section {
    position: relative;
    background: linear-gradient(rgba(17,17,17,.88), rgba(17,17,17,.92)),
                url('../images/track-bg.jpg') center/cover no-repeat, var(--black);
    color: #fff;
    padding: 80px 0;
}
.track-box { max-width: 720px; margin: 0 auto; text-align: center; }
.track-form {
    display: flex; gap: 12px; max-width: 620px; margin: 26px auto 0;
    background: #fff; padding: 8px; border-radius: 12px;
}
.track-form input {
    flex: 1; border: none; padding: 14px 18px; border-radius: 8px;
    font-size: 1rem; color: var(--black); outline: none;
}
.track-form .btn { white-space: nowrap; }
.track-result {
    background: #fff; color: var(--black); border-radius: var(--radius);
    padding: 30px; margin-top: 28px; text-align: left; box-shadow: var(--shadow-lg);
}
.track-result h3 { font-size: 1.3rem; margin-bottom: 6px; }
.track-status-badge {
    display: inline-block; padding: 6px 16px; border-radius: 30px;
    font-weight: 600; font-size: .85rem; color: #fff; background: var(--red);
}
.track-status-badge.delivered { background: #1a9e4b; }
.track-status-badge.transit { background: #e58a09; }
.track-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 30px;
    margin-top: 22px;
}
.track-grid .item { border-bottom: 1px dashed var(--gray-border); padding-bottom: 10px; }
.track-grid .item span { display: block; color: var(--gray); font-size: .78rem; text-transform: uppercase; letter-spacing: .5px; }
.track-grid .item strong { font-size: 1rem; }
.track-progress { height: 8px; background: var(--gray-border); border-radius: 10px; margin-top: 24px; overflow: hidden; }
.track-progress-bar { height: 100%; background: linear-gradient(90deg, var(--red), var(--red-2)); border-radius: 10px; }
.track-error {
    background: #fff; color: var(--black); border-left: 5px solid var(--red);
    border-radius: 10px; padding: 20px 24px; margin-top: 24px; text-align: left;
}
.track-error i { color: var(--red); }

/* ==========================================================================
   About section
   ========================================================================== */
.about-img-wrap { position: relative; }
.about-img-wrap img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; object-fit: cover; }
.exp-badge {
    position: absolute; bottom: -22px; left: -22px;
    background: var(--red); color: #fff; border-radius: var(--radius);
    padding: 20px 26px; box-shadow: var(--shadow-lg); text-align: center;
}
.exp-badge .num { font-size: 2.4rem; font-weight: 900; font-family: 'Montserrat'; line-height: 1; }
.exp-badge .txt { font-size: .82rem; opacity: .95; }
.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check-list li { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.check-list li i { color: var(--red); }

/* ==========================================================================
   Why choose us
   ========================================================================== */
.why-card { text-align: center; padding: 30px 20px; }
.why-icon {
    width: 78px; height: 78px; border-radius: 50%; margin: 0 auto 20px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.8rem; color: #fff;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    box-shadow: 0 10px 24px rgba(229,9,9,.25);
}
.why-card h4 { font-size: 1.12rem; margin-bottom: 10px; }
.why-card p { color: var(--gray); font-size: .92rem; }

/* ==========================================================================
   Fleet cards
   ========================================================================== */
.fleet-card {
    background: #fff; border: 1px solid var(--gray-border); border-radius: var(--radius);
    overflow: hidden; height: 100%; transition: var(--transition);
}
.fleet-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.fleet-img {
    aspect-ratio: 16/10; background: #f4f6f8;
    display: flex; align-items: center; justify-content: center;
    color: var(--red); font-size: 3rem; position: relative;
    border-bottom: 1px solid var(--gray-border);
}
.fleet-img img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.fleet-cap-tag {
    position: absolute; top: 12px; right: 12px; background: var(--red); color: #fff;
    font-size: .72rem; font-weight: 600; padding: 4px 12px; border-radius: 20px;
}
.fleet-body { padding: 22px; }
.fleet-body h4 { font-size: 1.15rem; margin-bottom: 8px; }
.fleet-body p { color: var(--gray); font-size: .9rem; margin: 0; }

/* ==========================================================================
   Statistics
   ========================================================================== */
.stats-section {
    background: linear-gradient(120deg, var(--black) 0%, var(--black) 45%, var(--red-dark) 100%);
    color: #fff; padding: 70px 0;
}
.stat-item { text-align: center; padding: 14px; }
.stat-num { font-size: 3rem; font-weight: 900; font-family: 'Montserrat'; color: #fff; line-height: 1; }
.stat-num .plus, .stat-num .pct { color: var(--red-2); }
.stat-label { font-size: .95rem; opacity: .85; margin-top: 8px; }

/* ==========================================================================
   CTA banner
   ========================================================================== */
.cta-banner { background: linear-gradient(100deg, var(--red), var(--red-dark)); padding: 46px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-text { display: flex; align-items: center; gap: 22px; }
.cta-icon {
    width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.18);
    display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: #fff; flex-shrink: 0;
}
.cta-text h2 { color: #fff; font-size: 1.9rem; margin-bottom: 4px; }
.cta-text p { color: rgba(255,255,255,.9); margin: 0; }

/* ==========================================================================
   Blog cards
   ========================================================================== */
.blog-card {
    background: #fff; border: 1px solid var(--gray-border); border-radius: var(--radius);
    overflow: hidden; height: 100%; transition: var(--transition);
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.blog-img {
    aspect-ratio: 16/9; background: linear-gradient(135deg, var(--red), var(--black));
    position: relative; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5); font-size: 2.4rem;
}
.blog-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-cat {
    position: absolute; top: 14px; left: 14px; background: var(--red); color: #fff;
    font-size: .72rem; font-weight: 600; padding: 5px 14px; border-radius: 20px;
}
.blog-body { padding: 24px; }
.blog-date { color: var(--gray); font-size: .82rem; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.blog-body h4 { font-size: 1.16rem; margin-bottom: 12px; line-height: 1.35; }
.blog-body h4 a { color: var(--black); }
.blog-body h4 a:hover { color: var(--red); }
.blog-body p { color: var(--gray); font-size: .92rem; margin-bottom: 16px; }

/* ==========================================================================
   Contact / forms
   ========================================================================== */
.contact-info-card {
    background: var(--black); color: #fff; border-radius: var(--radius-lg); padding: 40px;
    height: 100%;
}
.contact-info-card h3 { color: #fff; margin-bottom: 24px; }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 24px; align-items: flex-start; }
.contact-info-item .ci-icon {
    width: 48px; height: 48px; border-radius: 12px; background: var(--red); flex-shrink: 0;
    display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.contact-info-item span { display: block; color: rgba(255,255,255,.6); font-size: .8rem; text-transform: uppercase; letter-spacing: .5px; }
.contact-info-item a, .contact-info-item strong { color: #fff; font-weight: 500; }

.form-card {
    background: #fff; border: 1px solid var(--gray-border); border-radius: var(--radius-lg);
    padding: 40px; box-shadow: var(--shadow-sm);
}
.form-label { font-weight: 500; font-size: .9rem; margin-bottom: 6px; }
.form-control, .form-select {
    border: 1.5px solid var(--gray-border); border-radius: 10px; padding: 12px 16px;
    font-size: .95rem;
}
.form-control:focus, .form-select:focus {
    border-color: var(--red); box-shadow: 0 0 0 3px rgba(229,9,9,.12);
}
.form-control.is-invalid { border-color: var(--red); }
.field-error { color: var(--red); font-size: .82rem; margin-top: 4px; display: block; }

/* Alerts */
.alert-success-custom {
    background: #e8f7ee; border-left: 4px solid #1a9e4b; color: #146c36;
    padding: 16px 20px; border-radius: 10px; margin-bottom: 24px;
}
.alert-error-custom {
    background: #fdeaea; border-left: 4px solid var(--red); color: #a10707;
    padding: 16px 20px; border-radius: 10px; margin-bottom: 24px;
}

/* ==========================================================================
   Page hero (inner pages)
   ========================================================================== */
.page-hero {
    background: linear-gradient(rgba(17,17,17,.82), rgba(17,17,17,.88)),
                linear-gradient(120deg, var(--red-dark), var(--black));
    color: #fff; padding: 70px 0; text-align: center;
}
.page-hero h1 { color: #fff; font-size: 2.8rem; margin-bottom: 12px; }
.breadcrumb-nav { color: rgba(255,255,255,.75); font-size: .92rem; }
.breadcrumb-nav a { color: #fff; }
.breadcrumb-nav span { color: var(--red-2); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--black); color: rgba(255,255,255,.7); padding: 66px 0 0; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-brand .brand-secondary { color: #fff; }
.footer-about { font-size: .92rem; margin-bottom: 20px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
    width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08);
    display: flex; align-items: center; justify-content: center; color: #fff;
}
.footer-social a:hover { background: var(--red); transform: translateY(-3px); }
.footer-title { color: #fff; font-size: 1.05rem; margin-bottom: 20px; position: relative; padding-bottom: 10px; }
.footer-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; background: var(--red); }
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 11px; }
.footer-links a { color: rgba(255,255,255,.7); font-size: .93rem; }
.footer-links a:hover { color: var(--red-2); padding-left: 5px; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 14px; font-size: .93rem; align-items: flex-start; }
.footer-contact i { color: var(--red); margin-top: 4px; }
.footer-contact a { color: rgba(255,255,255,.7); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1); margin-top: 50px; padding: 20px 0;
    font-size: .86rem; color: rgba(255,255,255,.55);
}

/* Back to top */
.back-to-top {
    position: fixed; bottom: 28px; right: 28px; width: 46px; height: 46px;
    background: var(--red); color: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: var(--transition); z-index: 1000;
    box-shadow: 0 8px 20px rgba(229,9,9,.35);
}
.back-to-top.show { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--red-dark); color: #fff; transform: translateY(-4px); }

/* ==========================================================================
   City grid (homepage) + city pages
   ========================================================================== */
.city-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.city-chip {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; border: 1.5px solid var(--gray-border); color: var(--black);
    padding: 11px 18px; border-radius: 30px; font-weight: 500; font-size: .92rem;
    transition: var(--transition);
}
.city-chip i { color: var(--red); }
.city-chip:hover { background: var(--red); border-color: var(--red); color: #fff; transform: translateY(-3px); box-shadow: 0 10px 22px rgba(229,9,9,.25); }
.city-chip:hover i { color: #fff; }

/* City page content blocks */
.content-block { font-size: 1.02rem; color: #3a3f47; }
.content-block h2 { font-size: 1.7rem; margin: 34px 0 14px; }
.content-block h3 { font-size: 1.25rem; margin: 26px 0 10px; }
.content-block p { margin-bottom: 16px; }
.content-block ul { padding-left: 0; list-style: none; margin: 0 0 20px; }
.content-block ul li { position: relative; padding-left: 30px; margin-bottom: 10px; }
.content-block ul li::before { content: '\f0d1'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--red); position: absolute; left: 0; top: 1px; }
.route-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.route-tag { background: var(--gray-light); border: 1px solid var(--gray-border); border-radius: 8px; padding: 8px 14px; font-size: .9rem; font-weight: 500; }
.route-tag i { color: var(--red); margin: 0 4px; }

/* Sidebar */
.side-card { background: #fff; border: 1px solid var(--gray-border); border-radius: var(--radius); padding: 26px; margin-bottom: 24px; box-shadow: var(--shadow-sm); }
.side-card h4 { font-size: 1.1rem; margin-bottom: 16px; }
.side-list { list-style: none; padding: 0; margin: 0; }
.side-list li { margin-bottom: 8px; }
.side-list a { color: #3a3f47; display: flex; align-items: center; gap: 8px; padding: 6px 0; }
.side-list a:hover { color: var(--red); }
.side-list a i { color: var(--red); font-size: .8rem; }

/* ==========================================================================
   Blog single (article)
   ========================================================================== */
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--gray); font-size: .9rem; margin-bottom: 20px; }
.article-meta span { display: inline-flex; align-items: center; gap: 7px; }
.article-hero-img {
    aspect-ratio: 16/7; border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 30px;
    background: linear-gradient(135deg, var(--red), var(--black));
    display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.4); font-size: 3rem;
}
.article-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.article-body { font-size: 1.05rem; color: #33383f; line-height: 1.8; }
.article-body h3 { font-size: 1.35rem; margin: 30px 0 12px; }
.article-body p { margin-bottom: 18px; }
.article-body ul { margin: 0 0 20px; padding-left: 22px; }
.article-body ul li { margin-bottom: 8px; }
.article-body a { text-decoration: underline; }

/* ==========================================================================
   Feature photo tiles (image with caption overlay)
   ========================================================================== */
.feature-photo {
    position: relative; border-radius: var(--radius); overflow: hidden;
    aspect-ratio: 4/3; box-shadow: var(--shadow-sm); display: block; height: 100%;
}
.feature-photo img {
    width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease;
}
.feature-photo:hover img { transform: scale(1.06); }
.feature-photo::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(17,17,17,.85) 0%, rgba(17,17,17,.25) 45%, rgba(17,17,17,0) 70%);
}
.feature-photo .fp-caption {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 20px;
    color: #fff;
}
.feature-photo .fp-caption h4 { color: #fff; font-size: 1.12rem; margin: 0 0 4px; }
.feature-photo .fp-caption p { color: rgba(255,255,255,.85); font-size: .85rem; margin: 0; }
.feature-photo .fp-caption .fp-bar { width: 40px; height: 3px; background: var(--red); border-radius: 3px; margin-bottom: 10px; }

/* Photo-top service card (services page) */
.service-photo-card { overflow: hidden; padding: 0; }
.service-photo-card .sp-img { aspect-ratio: 16/10; overflow: hidden; }
.service-photo-card .sp-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-photo-card:hover .sp-img img { transform: scale(1.06); }
.service-photo-card .sp-body { padding: 26px; }
.service-photo-card .sp-body h4 { font-size: 1.18rem; margin-bottom: 10px; }
.service-photo-card .sp-body p { color: var(--gray); font-size: .93rem; margin-bottom: 16px; }

/* ==========================================================================
   Topbar call button
   ========================================================================== */
.topbar-call {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,.15); padding: 3px 12px; border-radius: 30px;
    font-weight: 600; color: #fff;
}
.topbar-call:hover { background: #fff; color: var(--red); }

/* ==========================================================================
   Homepage quote form
   ========================================================================== */
.quote-section { background: var(--gray-light); }
.quote-info h2 { font-size: 2.1rem; margin-bottom: 14px; }
.quote-info .quote-points { list-style: none; padding: 0; margin: 24px 0 0; }
.quote-info .quote-points li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.quote-info .quote-points .qp-icon {
    width: 46px; height: 46px; border-radius: 12px; background: var(--red); color: #fff;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem;
}
.quote-info .quote-points h5 { margin: 0 0 2px; font-size: 1rem; font-family: 'Poppins'; font-weight: 600; }
.quote-info .quote-points p { margin: 0; color: var(--gray); font-size: .9rem; }

/* ==========================================================================
   Floating action buttons (Call + WhatsApp)
   ========================================================================== */
.floating-actions {
    position: fixed; right: 24px; bottom: 84px; z-index: 1000;
    display: flex; flex-direction: column; gap: 12px;
}
.fab {
    width: 54px; height: 54px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.5rem; box-shadow: 0 8px 20px rgba(0,0,0,.25);
    transition: var(--transition); position: relative;
}
.fab:hover { color: #fff; transform: translateY(-4px) scale(1.05); }
.fab-whatsapp { background: #25D366; }
.fab-call { background: var(--red); }
.fab::after {
    content: attr(data-label); position: absolute; right: 66px; white-space: nowrap;
    background: var(--black); color: #fff; font-size: .78rem; font-weight: 600;
    padding: 6px 12px; border-radius: 6px; opacity: 0; pointer-events: none;
    transition: opacity .2s ease;
}
.fab:hover::after { opacity: 1; }
.fab-pulse::before {
    content: ''; position: absolute; inset: 0; border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(37,211,102,.6); animation: fabPulse 2s infinite;
}
.fab-call.fab-pulse::before { box-shadow: 0 0 0 0 rgba(229,9,9,.6); animation: fabPulseRed 2s infinite; }
@keyframes fabPulse { 0%{box-shadow:0 0 0 0 rgba(37,211,102,.5);} 70%{box-shadow:0 0 0 14px rgba(37,211,102,0);} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0);} }
@keyframes fabPulseRed { 0%{box-shadow:0 0 0 0 rgba(229,9,9,.5);} 70%{box-shadow:0 0 0 14px rgba(229,9,9,0);} 100%{box-shadow:0 0 0 0 rgba(229,9,9,0);} }

@media (max-width: 575.98px) {
    .floating-actions { right: 16px; bottom: 74px; }
    .fab { width: 48px; height: 48px; font-size: 1.3rem; }
    .fab::after { display: none; }
}

/* ==========================================================================
   Animations & scroll reveals
   ========================================================================== */
@keyframes fadeUp   { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
@keyframes floatY   { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes floatY2  { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes blob     { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(20px,-24px) scale(1.08); } 66% { transform: translate(-16px,14px) scale(.96); } }
@keyframes spinSlow { to { transform: rotate(360deg); } }
@keyframes shimmer  { 0% { background-position: -420px 0; } 100% { background-position: 420px 0; } }
@keyframes pulseRing{ 0% { box-shadow: 0 0 0 0 rgba(229,9,9,.4); } 70% { box-shadow: 0 0 0 16px rgba(229,9,9,0); } 100% { box-shadow: 0 0 0 0 rgba(229,9,9,0); } }

/* Scroll reveal (base + directional + stagger) */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); will-change: opacity, transform; }
.reveal.from-left  { transform: translateX(-46px); }
.reveal.from-right { transform: translateX(46px); }
.reveal.zoom       { transform: scale(.9); }
.reveal.visible    { opacity: 1; transform: none; }
/* Auto-stagger cards that sit side by side in a grid row */
.row > .reveal:nth-child(2) { transition-delay: .09s; }
.row > .reveal:nth-child(3) { transition-delay: .18s; }
.row > .reveal:nth-child(4) { transition-delay: .27s; }
.row > .reveal:nth-child(5) { transition-delay: .36s; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
    .hero-label, .hero h1, .hero-desc, .hero-buttons, .hero-visual img { animation: none !important; opacity: 1 !important; }
}

/* ---------- Hero entrance + float + decorative blobs ---------- */
.hero { position: relative; }
.hero::before, .hero::after {
    content: ''; position: absolute; border-radius: 50%; z-index: 0; pointer-events: none; filter: blur(8px);
}
.hero::before { width: 340px; height: 340px; top: -80px; right: 6%;
    background: radial-gradient(circle at 30% 30%, rgba(237,28,36,.20), rgba(237,28,36,0) 70%); animation: blob 14s ease-in-out infinite; }
.hero::after  { width: 260px; height: 260px; bottom: -60px; left: -40px;
    background: radial-gradient(circle at 50% 50%, rgba(17,17,17,.10), rgba(17,17,17,0) 70%); animation: blob 18s ease-in-out infinite reverse; }
.hero .container { position: relative; z-index: 2; }
.hero-label   { opacity: 0; animation: fadeUp .7s ease forwards .05s; }
.hero h1      { opacity: 0; animation: fadeUp .7s ease forwards .18s; }
.hero-desc    { opacity: 0; animation: fadeUp .7s ease forwards .32s; }
.hero-buttons { opacity: 0; animation: fadeUp .7s ease forwards .46s; }
.hero-visual  { opacity: 0; animation: fadeUp .9s ease forwards .3s; }
.hero-visual img { animation: floatY 6s ease-in-out infinite; }

/* Floating experience badge */
.exp-badge { animation: floatY2 5s ease-in-out infinite; }

/* Trust bar icon subtle motion on hover */
.trust-item:hover .trust-icon { transform: scale(1.12) rotate(-6deg); transition: transform .3s ease; }
.trust-icon { transition: transform .3s ease; }

/* Service icon idle shine + hover pop */
.service-icon { transition: transform .35s ease, background .35s ease, color .35s ease; }
.service-card:hover .service-icon { animation: pulseRing 1.2s ease; }

/* Button arrow slide */
.btn i.fa-arrow-right { transition: transform .25s ease; }
.btn:hover i.fa-arrow-right { transform: translateX(4px); }

/* City chip + fleet + blog lift already have hover; add smoothness */
.feature-photo, .fleet-card, .blog-card, .service-card, .why-card { will-change: transform; }

/* ==========================================================================
   Homepage quote section — premium redesign
   ========================================================================== */
.quote-section {
    position: relative; overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(229,9,9,.06), transparent 40%),
        radial-gradient(circle at 88% 80%, rgba(17,17,17,.05), transparent 42%),
        linear-gradient(135deg, #fff7f6 0%, #f4f6f8 100%);
}
.quote-section::before {
    content: ''; position: absolute; width: 380px; height: 380px; border-radius: 50%;
    top: -120px; left: -120px; z-index: 0;
    background: radial-gradient(circle, rgba(229,9,9,.10), transparent 70%); animation: blob 16s ease-in-out infinite;
}
.quote-section .container { position: relative; z-index: 2; }
.quote-info h2 { font-size: 2.2rem; }
.quote-info .quote-points .qp-icon { box-shadow: 0 8px 18px rgba(229,9,9,.28); }

/* The form card with gradient header */
.quote-form-card {
    background: #fff; border-radius: 20px; overflow: hidden;
    box-shadow: 0 30px 60px rgba(17,17,17,.14); border: 1px solid var(--gray-border);
    transform: translateY(0); transition: transform .4s ease, box-shadow .4s ease;
}
.quote-form-card:hover { transform: translateY(-4px); box-shadow: 0 40px 80px rgba(17,17,17,.18); }
.quote-form-head {
    background: linear-gradient(120deg, var(--red) 0%, var(--red-dark) 100%);
    color: #fff; padding: 24px 30px; position: relative; overflow: hidden;
}
.quote-form-head::after {
    content: ''; position: absolute; top: -40px; right: -30px; width: 140px; height: 140px;
    border-radius: 50%; background: rgba(255,255,255,.10);
}
.quote-form-head h3 { color: #fff; margin: 0; font-size: 1.35rem; display: flex; align-items: center; gap: 12px; }
.quote-form-head p { margin: 4px 0 0; color: rgba(255,255,255,.85); font-size: .9rem; }
.quote-form-head .qh-icon {
    width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.18);
    display: inline-flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0;
}
.quote-form-body { padding: 30px; }
.quote-form-body .form-control {
    background: #fbfbfc; transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.quote-form-body .form-control:focus { background: #fff; }
.quote-form-body .btn-red { position: relative; overflow: hidden; }
.quote-form-body .btn-red::after {
    content: ''; position: absolute; top: 0; left: -60%; width: 40%; height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
    transform: skewX(-20deg);
}
.quote-form-body .btn-red:hover::after { animation: shimmer 1s ease; }
