/*
Theme Name: Saregama BD Academy
Theme URI: https://saregamabd.com
Author: Saregama BD
Author URI: https://saregamabd.com
Description: সঙ্গীত, নৃত্য ও শিল্পচর্চা একাডেমির জন্য কাস্টম ওয়ার্ডপ্রেস থিম। SaregamaBD Academy-র ব্র্যান্ডিং অনুযায়ী তৈরি।
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: saregamabd
Tags: education, music-academy, custom-colors, custom-menu, custom-logo, translation-ready

*/

:root{
    --sg-orange: #F5811F;
    --sg-orange-dark: #E0670A;
    --sg-purple: #5B2A86;
    --sg-purple-dark: #3D1C63;
    --sg-purple-darker: #2C1049;
    --sg-text: #2A1F3D;
    --sg-muted: #6B6478;
    --sg-bg-light: #F7F5FB;
    --sg-white: #FFFFFF;
    --sg-border: #ECE7F3;
    --sg-gradient: linear-gradient(90deg, var(--sg-orange) 0%, var(--sg-purple) 100%);
    --sg-radius: 14px;
    --sg-shadow: 0 6px 24px rgba(44, 16, 73, 0.08);
}

* { box-sizing: border-box; }

body{
    font-family: 'Hind Siliguri', 'Noto Sans Bengali', Arial, sans-serif;
    color: var(--sg-text);
    background: var(--sg-white);
    margin: 0;
    line-height: 1.6;
}

a{ text-decoration:none; color: inherit; }
img{ max-width:100%; display:block; }
ul{ list-style:none; margin:0; padding:0; }
.container{ max-width:1400px; margin:0 auto; padding:0 40px; }
h1,h2,h3,h4{ margin:0 0 10px; font-weight:700; }
.btn{
    display:inline-block;
    padding:14px 28px;
    border-radius:30px;
    font-weight:600;
    cursor:pointer;
    border:none;
    transition:.25s;
}
.btn-primary{ background: var(--sg-gradient); color:#fff; }
.btn-primary:hover{ opacity:.9; transform: translateY(-2px); }
.btn-outline{ background:#fff; color: var(--sg-purple); border:2px solid var(--sg-border); }
.btn-outline:hover{ border-color: var(--sg-purple); }
.section-title{
    display:flex; align-items:center; justify-content:space-between; margin-bottom:26px;
}
.section-title h2{ font-size:26px; }
.section-title a{ color: var(--sg-orange); font-weight:600; font-size:14px; }
