
/*
Theme Name: Belal Personal Theme
Theme URI: https://mdbelalhossain.com
Author: Mohammad Belal Hossain
Author URI: https://mdbelalhossain.com
Description: A clean, bilingual‑ready personal portfolio theme for Md. Belal Hossain, CEO of Monetize Partner & TrustLink Insights. Includes custom sections for services, courses, and contact.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: belaltheme
Tags: custom-logo, custom-menu, featured-images, translation-ready, rtl-language-support, one-column, two-columns, responsive-layout
*/
body{
    margin:0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
header{
    background:#004080;
    color:#fff;
    padding:1rem 2rem;
}
header a{
    color:#fff;
    text-decoration:none;
    margin-right:1rem;
}
footer{
    background:#f7f7f7;
    color:#555;
    padding:2rem;
    text-align:center;
    font-size:0.9rem;
}
.hero{
    padding:4rem 2rem;
    text-align:center;
    background:#eef4ff;
}
.hero h1{
    font-size:2.5rem;
    margin-bottom:1rem;
}
.section{
    padding:3rem 2rem;
    max-width:1000px;
    margin:auto;
}
.section h2{
    font-size:1.8rem;
    margin-bottom:1rem;
}
.btn{
    display:inline-block;
    background:#004080;
    color:#fff;
    padding:0.75rem 1.5rem;
    border-radius:4px;
    text-decoration:none;
}
