/*
Theme Name: ForumIAS PSIR (Bootstrap5)
Theme URI: https://forumias.com/psir
Author: ForumIAS Dev
Description: Minimal WordPress theme that reproduces the PSIR Optional layout (mobile-first). Uses Bootstrap 5 and supports widgets for the top hero, "Why Our Foundation", and Featured Courses.
Version: 1.0
Text Domain: forumias-psir
*/

/* ==============
  style.css (base)
   ==============
*/

:root{
  --accent:#20325a; /* deep blue */
  --accent-light:#3e68c4;
  --soft-yellow:#fff7d9;
}

/* body{font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; color:#222; background:#fafafa;} */
body {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  background: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", "Merriweather", Georgia, serif;
  font-weight: 700;
  line-height: 1.3;
}
.site-header{background:#fff;padding:18px 16px;border-bottom:1px solid rgba(0,0,0,.03)}
.site-logo img{max-height:36px}
.navbar-nav .nav-link{color:var(--accent);font-weight:500}
.container-hero{max-width:1120px;margin:18px auto;padding:22px;background:#fff;border-radius:18px;box-shadow:0 6px 18px rgba(30,40,60,.06)}
.hero-left{padding:6px 12px}
.hero-title{font-size:48px;line-height:1.02;color:var(--accent);font-weight:700}
.hero-sub{font-size:18px;color:#2f3b4a;margin:10px 0}
.btn-primary-hero{background:var(--accent-light);border:none;color:#fff;padding:14px 22px;border-radius:8px;display:block;width:100%;font-weight:600}
.btn-outline-hero{background:transparent;border:2px solid var(--accent);color:var(--accent);padding:12px 22px;border-radius:8px;display:block;width:100%;font-weight:600}
.foundation-box{background:var(--soft-yellow);padding:14px;border-radius:6px;margin:18px 0;display:flex;align-items:center;justify-content:space-between}
.feature-card{border-radius:10px;padding:24px;color:#fff;min-height:120px}
.feature-blue{background:linear-gradient(135deg,var(--accent-light),#2b4aa0)}
.feature-dark{background:linear-gradient(135deg,#16263f,var(--accent));}
.latest-list .media{display:flex;gap:12px;align-items:center;padding:12px 0}
.post-thumb{width:64px;height:64px;border-radius:6px;object-fit:cover}
.sidebar-widget{margin-bottom:20px}
@media (max-width:768px){
  .hero-title{font-size:34px}
  .container-hero{border-radius:18px;padding:18px}
}

/* Desktop Menu - Align Right */
.navbar-nav {
  margin-left: auto;
}

.navbar-nav .nav-item {
  list-style: none;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #333;
}

.navbar-nav .nav-link:hover {
  color: #007bff;
}

/* Mobile Menu Styling */
.offcanvas .nav-link {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

.hero-title {
  font-size: 2.2rem;
  font-weight: bold;
}

.hero-sub {
  font-size: 1.2rem;
  color: #666;
}

#wpdcom .wpd-auth .wpd-login {
  display:none;	
}	