
/*
Theme Name: Bandhan RTL
Theme URI: https://example.com/bandhan-rtl
Author: ChatGPT
Author URI: https://chat.openai.com/
Description: Lightweight RTL-ready theme for Urdu/English sites. Includes a simple Profiles custom post type and basic templates.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: bandhan-rtl
Tags: rtl-language-support, blog, custom-logo, custom-menu, one-column, two-columns, translation-ready
*/

/* Base Reset */
* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Noto Nastaliq Urdu", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Nastaliq Urdu", "Noto Naskh Arabic", "PakType Naskh Basic", sans-serif;
  line-height: 1.6;
  background: #f7f9fb;
  color: #1a1a1a;
}

/* RTL tweaks */
body.rtl {
  direction: rtl;
  text-align: right;
}

.container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

.site-header {
  background: #0f172a;
  color: #fff;
  padding: 16px 0;
}

.site-title a {
  color: #fff;
  text-decoration: none;
}

.nav-primary {
  margin-top: 8px;
}

.nav-primary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.nav-primary a {
  color: #e2e8f0;
  text-decoration: none;
}
.nav-primary a:hover { color: #fff; }

.hero {
  background: linear-gradient(135deg, #1d4ed8 0%, #0ea5e9 100%);
  color: #fff;
  padding: 56px 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(2, 6, 23, .08);
  padding: 20px;
  margin: 16px 0;
}

.footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 24px 0;
  margin-top: 40px;
}

.btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #0ea5e9;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn:hover { opacity: .95; }

/* Profile cards */
.profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.profile-card h3 { margin-top: 0; }
.profile-meta { font-size: .9rem; color: #475569; }

/* WordPress basics */
.alignwide { max-width: 1180px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; margin-left: 0; margin-right: 0; }
*/
