
/*
Theme Name: AdForest Child – Sanbook
Theme URI: https://asnbuk.com
Description: Child theme for AdForest customized for Sanbook (قالب ابن مخصص لموقع السنبوك)
Author: Mohammed (Sanbook)
Author URI: https://asnbuk.com
Template: adforest
Version: 1.0.0
Text Domain: adforest-child-sanbook
*/
:root{ --main-blue:#0a3c7e; --accent-gold:#ddaf37; --dark:#0D2238; --light:#ffffff; }
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@600;700&family=Tajawal:wght@400;500;700&display=swap');
html, body{ font-family:"Tajawal", system-ui, -apple-system, Segoe UI, Arial, sans-serif; color:#1b1b1b; }
h1,h2,h3,h4,h5,h6{ font-family:"Cairo","Tajawal",sans-serif; color:var(--dark); letter-spacing:.2px; }
button, .btn, input[type="submit"]{ background-color:var(--main-blue); color:#fff; border:none; border-radius:8px; padding:10px 16px; font-weight:700; transition: all .25s ease; }
button:hover, .btn:hover, input[type="submit"]:hover{ background-color:#0e4aa1; transform: translateY(-1px); }
#site-footer, footer.site-footer{ background: linear-gradient(180deg, #0a3c7e 0%, #062b5e 100%) !important; color:#dfe7ff !important; }
#site-footer a:hover{ color:#ffd56a !important; text-decoration: underline; }
@keyframes sail { 0%{transform:rotate(0)} 25%{transform:rotate(2deg)} 50%{transform:rotate(0)} 75%{transform:rotate(-2deg)} 100%{transform:rotate(0)} }
header .logo img{ animation:sail 6s ease-in-out infinite; transform-origin: bottom center; }
@media (max-width: 992px){ header .logo img{ max-height: 46px; } }
