/*
Theme Name: Kafo Clean
Theme URI: https://qotb.agency/
Author: وكالة قطب
Author URI: https://qotb.agency/
Description: قالب ووردبريس احترافي لشركات التنظيف والصيانة. متجاوب، سريع، ومتوافق مع السيو.
Version: 1.0
Text Domain: kafoclean
*/
:root { --primary-color: #004d66; --secondary-color: #0088a3; --accent-color: #d4af37; --text-color: #333333; --bg-color: #f8f9fb; }
*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Cairo', sans-serif; background-color: var(--bg-color); color: var(--text-color); margin: 0; padding: 0; direction: rtl; text-align: center; line-height: 1.6; }
a { text-decoration: none; color: var(--primary-color); transition: 0.3s; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.site-header { background: #ffffff; padding: 15px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 1000; }
.header-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.site-title { font-size: 26px; font-weight: 900; color: var(--primary-color); margin: 0; }
.nav-list { list-style: none; padding: 0; margin: 0; display: flex; gap: 20px; }
.nav-list a { color: var(--text-color); font-weight: 700; font-size: 16px; }
.nav-list a:hover { color: var(--accent-color); }
.btn { display: inline-block; padding: 12px 35px; border-radius: 30px; font-weight: 700; font-size: 16px; transition: all 0.3s ease; margin: 5px; border: none; cursor: pointer; }
.btn-primary { background: var(--accent-color); color: #fff; box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3); }
.btn-whatsapp { background: #25d366; color: #fff; box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3); }
.hero-section { background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); color: #fff; padding: 120px 20px; position: relative; overflow: hidden; background-size: cover; background-position: center; }
.hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.hero-title { font-size: 46px; font-weight: 900; margin-bottom: 20px; line-height: 1.4; text-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.hero-desc { font-size: 20px; margin-bottom: 40px; text-shadow: 0 1px 3px rgba(0,0,0,0.2); font-weight: 600; }
.section { padding: 80px 0; }
.section-title { font-size: 36px; font-weight: 900; color: var(--primary-color); margin-bottom: 50px; position: relative; display: inline-block; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.service-card { background: #fff; padding: 40px 30px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.04); transition: all 0.3s ease; border-bottom: 4px solid var(--accent-color); }
.service-icon { font-size: 45px; color: var(--secondary-color); margin-bottom: 20px; }
.service-title { font-size: 22px; font-weight: 900; color: var(--primary-color); margin-bottom: 15px; }
.post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; text-align: right; }
.post-card { background: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.post-thumb { height: 220px; overflow: hidden; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-content { padding: 25px; }
.post-title { font-size: 20px; font-weight: 800; margin: 0 0 15px; line-height: 1.4; }
.page-header { background: linear-gradient(to right, var(--primary-color), var(--secondary-color)); color: #fff; padding: 80px 20px; margin-bottom: 50px; }
.page-title { margin: 0; font-size: 40px; font-weight: 900; }
.single-content { background: #fff; padding: 50px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.03); margin-bottom: 50px; text-align: right; font-size: 18px; line-height: 1.9; }
.floating-buttons { position: fixed; left: 25px; bottom: 30px; display: flex; flex-direction: column; gap: 15px; z-index: 9999; }
.floating-buttons a { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 28px; box-shadow: 0 4px 15px rgba(0,0,0,0.25); }
.float-wa { background-color: #25d366; }
.float-call { background-color: var(--primary-color); border: 2px solid var(--accent-color); }
.site-footer { background: #002233; color: #a9b7c6; padding: 40px 0; font-size: 15px; }
.designer-link { color: var(--accent-color); font-weight: 800; font-size: 16px; }
@media (max-width: 768px) { .header-inner { flex-direction: column; gap: 15px; } .hero-title { font-size: 32px; } .section { padding: 50px 0; } .floating-buttons { left: 15px; bottom: 20px; } .floating-buttons a { width: 50px; height: 50px; font-size: 24px; } .single-content { padding: 30px 20px; font-size: 16px; } }
