/*
Theme Name: As-safwah Pro Custom
Author: Sabbir Ahmad
Version: 2.0
Description: Official theme for As-safwah Foundation
*/

:root {
    --sbdf-green: #006837; /* লোগোর গাঢ় সবুজ */
    --sbdf-yellow: #fab915; /* লোগোর সোনালী হলুদ */
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --text-main: #333333;
}

body {
    font-family: 'Hind Siliguri', sans-serif;
    background-color: var(--light-bg);
    margin: 0;
    line-height: 1.8;
}

/* অন্যান্য CSS কোড অপরিবর্তিত থাকবে */
.site-header { border-bottom: 3px solid var(--sbdf-yellow); }
.donate-btn-top { background: var(--sbdf-green); color: white; border-radius: 5px; padding: 10px 20px; text-decoration: none; font-weight: bold; transition: 0.3s; }
.donate-btn-top:hover { background: #004d29; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.hero-section { background-color: var(--sbdf-green); color: white; text-align: center; padding: 100px 0; }