/*
Theme Name: Tiris-Co Pro
Theme URI: https://tiris-co.com/
Author: Tiris-Co
Description: Professional responsive bilingual business theme for Tiris-Co General Services & Logistics.
Version: 1.1
Text Domain: tiris-co-pro
*/
:root{--blue:#1267c8;--blue2:#0b4f9e;--orange:#f36b21;--yellow:#f6c516;--navy:#08264a;--ink:#132238;--muted:#667085;--bg:#f5f8fc;--white:#fff;--border:#e4eaf2;--shadow:0 16px 45px rgba(8,38,74,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,"Noto Sans Arabic","Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.7}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,92%);margin:auto}
.topbar{background:var(--navy);color:#dbe8f8;font-size:13px}.topbar .wrap{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar span{opacity:.95}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.header-row{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand img{width:64px;height:64px;object-fit:contain;border-radius:8px}.brand-text{line-height:1.15}.brand-name{font-size:25px;color:var(--navy)}.brand-sub{font-size:11px;color:var(--muted);font-weight:700}.nav{display:flex;align-items:center;gap:24px;font-weight:800}.nav a{padding:10px 0}.nav a:hover{color:var(--blue)}.nav .cta{background:var(--blue);color:#fff;padding:10px 16px;border-radius:9px}.menu-toggle{display:none;border:0;background:none;font-size:31px;color:var(--navy)}
.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--navy),#0d55a5 55%,var(--blue));color:#fff;padding:72px 0 78px}.hero:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-130px;top:-160px;background:rgba(255,255,255,.07)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr .8fr;gap:46px;align-items:center}.eyebrow{font-size:14px;font-weight:900;color:#d7e7ff;letter-spacing:.3px}.hero h1{font-size:clamp(34px,5vw,60px);line-height:1.15;margin:12px 0 18px}.hero p{font-size:18px;color:#eaf2ff;max-width:700px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:10px;font-weight:900;border:2px solid transparent}.btn-primary{background:#fff;color:var(--blue2)}.btn-orange{background:var(--orange);color:#fff}.btn-ghost{border-color:#fff;color:#fff}.hero-card{background:#fff;color:var(--ink);padding:30px;border-radius:22px;box-shadow:0 24px 65px rgba(0,0,0,.18)}.hero-card h3{margin:0 0 12px;font-size:22px;color:var(--navy)}.hero-list{list-style:none;margin:0;padding:0}.hero-list li{padding:9px 0;border-bottom:1px solid var(--border)}.hero-list li:last-child{border-bottom:0}
.section{padding:78px 0}.section.alt{background:var(--bg)}.section-title{text-align:center;max-width:760px;margin:0 auto 40px}.kicker{color:var(--blue);font-weight:900;font-size:14px}.section-title h2{font-size:38px;line-height:1.2;margin:5px 0 10px}.section-title p{color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:26px;box-shadow:var(--shadow)}.card-icon{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#eaf3ff;font-size:28px}.card h3{margin:15px 0 7px;color:var(--navy);font-size:21px}.card p{color:var(--muted);margin:0}.tag{display:inline-block;margin-top:15px;color:var(--blue);font-weight:800;font-size:13px}
.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.checklist{list-style:none;padding:0;margin:22px 0}.checklist li{margin:12px 0;font-weight:700}.checklist li:before{content:"✓";display:inline-flex;width:25px;height:25px;align-items:center;justify-content:center;background:#e8f2ff;color:var(--blue);border-radius:50%;margin-inline-end:9px}.about-panel{background:linear-gradient(145deg,#fff,#edf5ff);border:1px solid var(--border);border-radius:22px;padding:34px;box-shadow:var(--shadow)}
.projects{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project{min-height:190px;border-radius:18px;padding:22px;display:flex;align-items:flex-end;background:linear-gradient(135deg,#dcecff,#f2f6fb);border:1px solid var(--border);font-weight:900;color:var(--navy)}
.contact-box{background:var(--navy);color:#fff;border-radius:22px;padding:36px}.contact-box p{color:#dbe8f8}.contact-info{background:#fff;border:1px solid var(--border);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.contact-info strong{color:var(--navy)}
.footer{background:#061a31;color:#dbe8f8;padding:36px 0}.footer-grid{display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap}.footer small{color:#9eb2c9}
.rtl{direction:rtl}.ltr{direction:ltr}
@media(max-width:900px){.topbar .wrap{justify-content:center}.header-row{min-height:72px}.nav{display:none}.menu-toggle{display:block}.brand img{width:56px;height:56px}.hero{padding:52px 0 60px}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.cards,.projects{grid-template-columns:repeat(2,1fr)}.section{padding:60px 0}}
@media(max-width:600px){.wrap{width:min(94%,560px)}.topbar{display:none}.brand-name{font-size:21px}.brand-sub{font-size:9px}.brand img{width:50px;height:50px}.hero h1{font-size:34px}.hero p{font-size:16px}.hero-card{padding:22px}.section-title h2{font-size:30px}.cards,.projects{grid-template-columns:1fr}.card{padding:22px}.project{min-height:150px}.actions .btn{width:100%}.footer-grid{display:block}}
