/* ============================================== Car Rental – Contract CSS (mPDF Optimized) ============================================== */ * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Tajawal', 'Cairo', 'dejavusans', sans-serif; } body { font-family: 'Tajawal', 'Cairo', 'dejavusans', sans-serif; background: #ffffff; color: #0f172a; font-size: 14px; direction: rtl; line-height: 1.5; font-weight: 500; } /* ── Page Content ── */ .page-content { padding: 15px 25px 70px 25px; } /* ── Header ── */ .sheet-header { padding-bottom: 14px; margin-bottom: 20px; border-bottom: 1px solid #e2e8f0; } .doc-title { color: #0055b8; font-size: 28px; font-weight: 900; letter-spacing: -0.5px; margin-bottom: 5px; } .order-number { color: #0f172a; font-size: 14px; font-weight: 600; } .brand-logo-text { color: #0055b8; font-size: 24px; font-weight: 900; margin-bottom: 3px; } .brand-subtext { color: #64748b; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; } /* ── Data Tables ── */ .contract-tbl { width: 100%; border-collapse: collapse; text-align: center; border: 1px solid #cbd5e1; margin-bottom: 10px; } .contract-tbl th, .contract-tbl td { border: 1px solid #cbd5e1; padding: 3px 6px; font-size: 14px; font-weight: 500; } .contract-tbl .col-label { color: #0055b8; font-weight: bold; width: 35%; background: #ffffff; text-align: right; padding-right: 15px;} .contract-tbl .col-val { color: #334155; background-color: #ffffff; width: 65%; font-weight: 500; text-align: center;} .contract-tbl .section-title { color: #0055b8; font-weight: bold; text-align: right; background: #ffffff; padding-right: 15px;} .contract-tbl .sub-col-label { color: #0055b8; font-weight: bold; text-align: center; background: #ffffff; } .disclaimer-text { color: #475569; font-size: 11px; font-weight: normal; text-align: right; line-height: 1.8; padding: 15px; } .warning-text { color: #dc2626; font-size: 12px; font-weight: bold; text-align: center; padding: 10px; } .stamp-warning { color: #dc2626; font-size: 13px; font-weight: bold; text-align: center; margin: 10px 0; } /* ── Signatures ── */ .sig-box-title { color: #0055b8; font-weight: bold; font-size: 12px; margin-bottom: 15px; } .sig-box-name { color: #0f172a; font-size: 11px; font-weight: bold; margin-bottom: 25px; } .sig-box-line { border-top: 1px dotted #94a3b8; margin: 15px 20px 0; color: #94a3b8; font-size: 10px; padding-top: 5px;}