/*
Theme Name: Sardar Ahmed Documents Clearing Services
Theme URI: http://www.srdrtyping.com
Author: Sardar Ahmed
Author URI: http://www.srdrtyping.com
Description: Custom theme for Sardar Ahmed Documents Clearing Services (Dubai, UAE). Responsive, simple, and ready to customize.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sardar-ahmed
Tags: custom, responsive, one-column, blog, services
*/

:root {
  --brand-blue: #0ea5bd;
  --brand-dark: #062032;
  --accent: #ff6f3c;
  --muted: #f6f6f6;
  --content-width: 1100px;
  --radius: 12px;
  --max-width: 1200px;
  --font-sans: 'Open Sans', Arial, sans-serif;
}

html,body{margin:0;padding:0;font-family:var(--font-sans);color:var(--brand-dark);}
a{color:var(--brand-blue);text-decoration:none}

.header{background:#fff;border-bottom:1px solid #eee;padding:18px 24px;}
.header .wrap{max-width:var(--content-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.header img.logo{height:64px}

.footer{background:#fff;padding:28px 24px;border-top:1px solid #eee;margin-top:36px}
.footer .wrap{max-width:var(--content-width);margin:0 auto;display:flex;justify-content:space-between;gap:20px;align-items:center}
