/*
Theme Name: Corestone Logistics
Theme URI: https://corestone-uae.com
Author: Corestone
Author URI: https://corestone-uae.com
Description: Lightweight WordPress theme for Corestone UAE with a two-scheme color switcher (DSV-like and Kuehne+Nagel-like).
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: corestone
Tags: custom-logo, custom-menu, featured-images, flexible-header
*/

:root{
  --primary: #005eb8; /* default DSV blue */
  --accent: #ffd200;
  --bg: #ffffff;
  --text: #222222;
}

/* Basic reset and layout */
html,body{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg)}
header.site-header{background:linear-gradient(90deg, rgba(255,255,255,0.95), rgba(255,255,255,0.95));border-bottom:1px solid #eee}
.site-branding{display:flex;align-items:center;gap:16px;padding:18px 24px}
.site-branding .site-logo{height:48px}
.site-title{font-size:20px;font-weight:700}
.site-nav{margin-left:auto}
.site-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:18px}
.site-nav a{color:var(--primary);text-decoration:none;font-weight:600}
.hero{padding:60px 24px;background:linear-gradient(180deg, rgba(0,0,0,0.03), transparent)}
.hero h1{font-size:36px;margin:0 0 12px}
.container{max-width:1100px;margin:0 auto}
.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;padding:36px 24px}
.service{border:1px solid #eee;padding:18px;border-radius:6px}
.cta{display:inline-block;background:var(--primary);color:#fff;padding:10px 16px;border-radius:4px;text-decoration:none}
.site-footer{padding:24px;border-top:1px solid #eee;margin-top:40px}

/* Responsive */
@media (max-width:720px){.hero h1{font-size:28px}.site-nav ul{display:none}}

/* Small utilities */
.center{text-align:center}

/* End of style.css */
