/*
Theme Name: Peace School Rangpur
Theme URI: https://peacerangpur.com
Author: Peace School Rangpur
Author URI: https://peacerangpur.com
Description: একটি আধুনিক, দ্রুতগতির ও সম্পূর্ণ কাস্টমাইজযোগ্য WordPress থিম, বিশেষভাবে Peace School Rangpur-এর জন্য তৈরি। এতে রয়েছে হিরো ব্যানার, নোটিশ বোর্ড, একাডেমিক প্রোগ্রাম, শিক্ষকমণ্ডলী, ইভেন্ট, গ্যালারি, অভিভাবক মতামত এবং একটি সম্পূর্ণ থিম অপশন প্যানেল।
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: peace-school
Tags: education, school, custom-menu, custom-logo, featured-images, footer-widgets, translation-ready
*/

/* =====================================================
   0. RESET & BASE
===================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: 'Hind Siliguri', 'Poppins', sans-serif;
	color: #333d3a;
	font-size: 16px;
	line-height: 1.75;
	background: #fff;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: all .25s ease; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 {
	font-family: 'Hind Siliguri', 'Poppins', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 .6em;
	color: var(--peace-dark, #0b2318);
}
p { margin: 0 0 1em; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; font-size: 1rem; }

:root {
	--peace-primary: #0f6e51;
	--peace-secondary: #f2a71b;
	--peace-dark: #0b2318;
	--peace-light-bg: #f5faf8;
	--peace-border: #e6ece9;
	--radius: 14px;
}

.container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.section-padding { padding: 90px 0; }
.bg-light { background: var(--peace-light-bg); }

.section-heading { max-width: 680px; margin-bottom: 50px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-badge {
	display: inline-block;
	background: rgba(15,110,81,.1);
	color: var(--peace-primary);
	font-weight: 600;
	font-size: .85rem;
	padding: 6px 18px;
	border-radius: 30px;
	margin-bottom: 14px;
	letter-spacing: .3px;
}
.section-title { font-size: 2.2rem; margin-bottom: .4em; }
.section-heading p { color: #62716c; font-size: 1.05rem; }
.section-cta-center { text-align: center; margin-top: 40px; }

/* Buttons */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 30px;
	border-radius: 50px;
	font-weight: 600;
	font-size: .95rem;
	border: 2px solid transparent;
	transition: all .3s ease;
	white-space: nowrap;
}
.btn .dashicons { font-size: 18px; width: 18px; height: 18px; }
.btn-primary { background: var(--peace-primary); color: #fff; box-shadow: 0 10px 25px -8px rgba(15,110,81,.55); }
.btn-primary:hover { background: var(--peace-dark); color: #fff; transform: translateY(-2px); }
.btn-outline { border-color: var(--peace-primary); color: var(--peace-primary); }
.btn-outline:hover { background: var(--peace-primary); color: #fff; }
.btn-light { background: #fff; color: var(--peace-dark); }
.btn-light:hover { background: var(--peace-secondary); color: #fff; }
.btn-outline-light { border-color: rgba(255,255,255,.6); color: #fff; }
.btn-outline-light:hover { background: rgba(255,255,255,.15); }
.btn-sm { padding: 8px 18px; font-size: .82rem; }

/* =====================================================
   1. TOPBAR
===================================================== */
.peace-topbar { background: var(--peace-dark); color: #cfe4da; font-size: .85rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; gap: 16px; flex-wrap: wrap; }
.topbar-notice { display: inline-flex; align-items: center; gap: 6px; }
.topbar-notice .dashicons { font-size: 15px; width: 15px; height: 15px; color: var(--peace-secondary); }
.topbar-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar-right a { color: #cfe4da; display: inline-flex; align-items: center; gap: 5px; }
.topbar-right a:hover { color: var(--peace-secondary); }
.topbar-right .dashicons { font-size: 15px; width: 15px; height: 15px; }

.social-icons { display: flex; gap: 8px; align-items: center; }
.social-icons a {
	width: 30px; height: 30px; border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	background: rgba(255,255,255,.08);
}
.social-icons a:hover { background: var(--peace-secondary); color: #fff; }
.social-icons .dashicons { font-size: 15px; width: 15px; height: 15px; }
.footer-social a { background: rgba(255,255,255,.08); }

/* =====================================================
   2. HEADER / NAV
===================================================== */
.site-header {
	background: #fff;
	padding: 14px 0;
	position: sticky; top: 0; z-index: 999;
	box-shadow: 0 2px 15px rgba(0,0,0,.04);
	transition: all .3s ease;
}
.site-header.is-sticky { padding: 8px 0; box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-branding { flex-shrink: 0; }
.custom-logo { max-height: 65px; width: auto; }
.site-title-link { display: flex; flex-direction: column; }
.site-title { font-size: 1.5rem; font-weight: 800; color: var(--peace-primary); }
.site-tagline { font-size: .8rem; color: #808f89; }

.main-navigation { flex: 1; display: flex; justify-content: center; }
.primary-menu { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.primary-menu > li { position: relative; }
.primary-menu > li > a {
	display: block; padding: 10px 16px; font-weight: 600; font-size: .96rem; color: var(--peace-dark); border-radius: 8px;
}
.primary-menu > li > a:hover, .primary-menu > li.current-menu-item > a { color: var(--peace-primary); background: rgba(15,110,81,.08); }

.primary-menu .sub-menu {
	position: absolute; top: 115%; left: 0; min-width: 220px; background: #fff;
	box-shadow: 0 15px 40px rgba(0,0,0,.12); border-radius: 10px; padding: 10px;
	opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .25s ease; z-index: 50;
}
.primary-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-menu .sub-menu a { padding: 10px 14px; border-radius: 8px; display: block; font-size: .92rem; }
.primary-menu .sub-menu a:hover { background: var(--peace-light-bg); color: var(--peace-primary); }
.primary-menu .menu-item-has-children > a::after { content: '\f347'; font-family: dashicons; font-size: 14px; margin-left: 4px; vertical-align: middle; }

.header-cta { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.menu-toggle {
	display: none; flex-direction: column; justify-content: center; gap: 5px;
	width: 42px; height: 42px; background: var(--peace-light-bg); border: none; border-radius: 8px;
}
.menu-toggle span { width: 20px; height: 2px; background: var(--peace-dark); margin: 0 auto; transition: all .3s ease; }
.menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =====================================================
   3. HERO
===================================================== */
.hero-section {
	position: relative;
	background: linear-gradient(120deg, var(--peace-dark), var(--peace-primary));
	background-size: cover; background-position: center;
	padding: 120px 0 140px;
	overflow: hidden;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(11,35,24,.88), rgba(15,110,81,.75)); }
.hero-inner { position: relative; z-index: 2; }
.hero-content { max-width: 720px; }
.hero-badge {
	display: inline-block; background: rgba(255,255,255,.12); color: var(--peace-secondary);
	padding: 8px 20px; border-radius: 30px; font-weight: 600; font-size: .9rem; margin-bottom: 20px;
	border: 1px solid rgba(255,255,255,.2);
}
.hero-title { color: #fff; font-size: 3rem; margin-bottom: .4em; }
.hero-subtitle { color: rgba(255,255,255,.85); font-size: 1.1rem; max-width: 600px; }
.hero-buttons { display: flex; gap: 16px; margin-top: 30px; flex-wrap: wrap; }
.hero-wave { position: absolute; bottom: -2px; left: 0; width: 100%; line-height: 0; z-index: 2; }
.hero-wave svg { width: 100%; height: 70px; }
.hero-wave path { fill: #fff; }

/* =====================================================
   4. NOTICE TICKER
===================================================== */
.notice-ticker { background: var(--peace-secondary); color: #2b1c00; }
.notice-ticker-inner { display: flex; align-items: center; gap: 20px; padding: 12px 0; }
.notice-label { display: flex; align-items: center; gap: 6px; font-weight: 700; flex-shrink: 0; background: rgba(0,0,0,.08); padding: 6px 14px; border-radius: 30px; font-size: .88rem; }
.notice-track-wrap { flex: 1; overflow: hidden; }
.notice-track { display: flex; gap: 46px; white-space: nowrap; animation: peace-marquee 28s linear infinite; width: max-content; }
.notice-track-wrap:hover .notice-track { animation-play-state: paused; }
.notice-track li a { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: .92rem; }
.notice-date { background: rgba(0,0,0,.1); padding: 2px 10px; border-radius: 20px; font-size: .78rem; font-weight: 500; }
.notice-all { flex-shrink: 0; font-weight: 700; font-size: .88rem; border-bottom: 2px solid #2b1c00; }
@keyframes peace-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* =====================================================
   5. STATS
===================================================== */
.stats-section { background: var(--peace-dark); padding: 55px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat-item .dashicons { font-size: 34px; width: 34px; height: 34px; color: var(--peace-secondary); margin-bottom: 10px; }
.stat-item h3 { color: #fff; font-size: 2.3rem; margin-bottom: 4px; }
.stat-item p { color: rgba(255,255,255,.65); margin: 0; font-size: .95rem; }

/* =====================================================
   6. ABOUT
===================================================== */
.about-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 60px; align-items: center; }
.about-image { position: relative; }
.about-image img { border-radius: var(--radius); box-shadow: 0 30px 60px -20px rgba(11,35,24,.35); }
.founder-card {
	position: absolute; bottom: -25px; left: -25px; background: #fff; padding: 16px 22px;
	border-radius: var(--radius); box-shadow: 0 15px 35px rgba(0,0,0,.12); display: flex; flex-direction: column;
	border-left: 4px solid var(--peace-secondary);
}
.founder-card strong { color: var(--peace-dark); }
.founder-card span { color: #808f89; font-size: .85rem; }
.about-features { margin: 26px 0; display: grid; gap: 12px; }
.about-features li { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--peace-dark); }
.about-features .dashicons { color: var(--peace-primary); background: rgba(15,110,81,.1); border-radius: 50%; padding: 6px; font-size: 18px; width: 18px; height: 18px; }

/* =====================================================
   7. PROGRAMS
===================================================== */
.programs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.program-card {
	background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--peace-border);
	transition: all .3s ease;
}
.program-card:hover { transform: translateY(-6px); box-shadow: 0 25px 45px -20px rgba(11,35,24,.18); border-color: transparent; }
.program-thumb img { height: 200px; object-fit: cover; }
.program-body { padding: 28px; }
.program-icon {
	display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px;
	background: rgba(15,110,81,.1); color: var(--peace-primary); border-radius: 14px; font-size: 26px; margin-bottom: 16px;
}
.program-body h3 { font-size: 1.2rem; margin-bottom: .4em; }
.program-body h3 a:hover { color: var(--peace-primary); }
.read-more { font-weight: 700; color: var(--peace-primary); font-size: .9rem; }

/* =====================================================
   8. WHY CHOOSE US
===================================================== */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.why-card { text-align: center; padding: 36px 24px; border-radius: var(--radius); background: var(--peace-light-bg); transition: all .3s ease; }
.why-card:hover { background: var(--peace-primary); }
.why-card:hover h3, .why-card:hover p { color: #fff; }
.why-card:hover .why-icon { background: rgba(255,255,255,.15); color: #fff; }
.why-icon {
	display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px;
	background: #fff; color: var(--peace-primary); border-radius: 50%; font-size: 30px; margin-bottom: 18px;
	box-shadow: 0 10px 25px rgba(0,0,0,.06);
}
.why-card h3 { font-size: 1.1rem; }
.why-card p { color: #62716c; font-size: .92rem; margin: 0; }

/* =====================================================
   9. FACULTY
===================================================== */
.faculty-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.faculty-card { text-align: center; }
.faculty-photo {
	display: block; aspect-ratio: 1/1; border-radius: 18px; overflow: hidden; margin-bottom: 16px;
	background: var(--peace-light-bg); display: flex; align-items: center; justify-content: center;
}
.faculty-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.faculty-card:hover .faculty-photo img { transform: scale(1.07); }
.faculty-placeholder { font-size: 60px; width: 60px; height: 60px; color: #b7c8c1; }
.faculty-card h3 { font-size: 1.05rem; margin-bottom: 2px; }
.faculty-role { color: var(--peace-primary); font-weight: 600; font-size: .88rem; margin: 0; }

/* =====================================================
   10. EVENTS
===================================================== */
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.event-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--peace-border); transition: all .3s ease; }
.event-card:hover { transform: translateY(-6px); box-shadow: 0 25px 45px -20px rgba(11,35,24,.18); }
.event-thumb { position: relative; height: 190px; background: var(--peace-light-bg); display: flex; align-items: center; justify-content: center; }
.event-thumb img { width: 100%; height: 100%; object-fit: cover; }
.event-placeholder { font-size: 50px; width: 50px; height: 50px; color: #b7c8c1; }
.event-date-badge {
	position: absolute; top: 14px; left: 14px; background: #fff; border-radius: 10px; padding: 8px 12px;
	text-align: center; line-height: 1.1; box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.event-date-badge strong { display: block; font-size: 1.2rem; color: var(--peace-primary); }
.event-date-badge span { font-size: .72rem; color: #62716c; text-transform: uppercase; }
.event-body { padding: 24px; }
.event-body h3 { font-size: 1.1rem; margin-bottom: 6px; }
.event-body h3 a:hover { color: var(--peace-primary); }
.event-location { color: var(--peace-primary); font-size: .85rem; font-weight: 600; display: flex; align-items: center; gap: 4px; }
.event-location .dashicons { font-size: 16px; width: 16px; height: 16px; }

/* =====================================================
   11. GALLERY + LIGHTBOX
===================================================== */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gallery-item { position: relative; display: block; aspect-ratio: 1/1; border-radius: 14px; overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-overlay {
	position: absolute; inset: 0; background: rgba(11,35,24,.55); opacity: 0; transition: all .3s ease;
	display: flex; align-items: center; justify-content: center;
}
.gallery-overlay .dashicons { color: #fff; font-size: 30px; width: 30px; height: 30px; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item:hover img { transform: scale(1.1); }

.peace-lightbox-overlay {
	position: fixed; inset: 0; background: rgba(0,0,0,.9); z-index: 9999; display: none;
	align-items: center; justify-content: center; flex-direction: column; padding: 30px;
}
.peace-lightbox-overlay.active { display: flex; }
.peace-lightbox-overlay img { max-width: 90vw; max-height: 80vh; border-radius: 10px; }
.lightbox-caption { color: #fff; margin-top: 16px; }
.lightbox-close { position: absolute; top: 26px; right: 36px; color: #fff; font-size: 42px; cursor: pointer; line-height: 1; }
body.lightbox-open { overflow: hidden; }

/* =====================================================
   12. TESTIMONIALS
===================================================== */
.testimonial-track { display: flex; gap: 26px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; cursor: grab; }
.testimonial-track.dragging { cursor: grabbing; user-select: none; }
.testimonial-track::-webkit-scrollbar { height: 6px; }
.testimonial-track::-webkit-scrollbar-thumb { background: var(--peace-border); border-radius: 10px; }
.testimonial-card {
	flex: 0 0 360px; scroll-snap-align: start; background: var(--peace-light-bg); border-radius: var(--radius);
	padding: 32px; position: relative;
}
.quote-icon { font-size: 32px; width: 32px; height: 32px; color: var(--peace-secondary); opacity: .5; margin-bottom: 10px; }
.testimonial-card p { color: #444; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.testimonial-author img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.testimonial-author strong { display: block; font-size: .95rem; }
.testimonial-author span { font-size: .8rem; color: var(--peace-primary); }

/* =====================================================
   13. ADMISSION CTA
===================================================== */
.admission-cta { background: linear-gradient(120deg, var(--peace-primary), var(--peace-dark)); padding: 60px 0; }
.admission-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.admission-inner h2 { color: #fff; font-size: 1.7rem; margin-bottom: .3em; }
.admission-inner p { color: rgba(255,255,255,.8); margin: 0; }
.admission-buttons { display: flex; gap: 14px; flex-wrap: wrap; }

/* =====================================================
   14. BLOG
===================================================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-grid.list-view { grid-template-columns: repeat(2, 1fr); }
.blog-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--peace-border); transition: all .3s ease; }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 25px 45px -20px rgba(11,35,24,.18); }
.blog-thumb { height: 200px; background: var(--peace-light-bg); display: flex; align-items: center; justify-content: center; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-placeholder { font-size: 46px; width: 46px; height: 46px; color: #b7c8c1; }
.blog-body { padding: 26px; }
.blog-date { color: var(--peace-secondary); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .5px; }
.blog-body h3 { font-size: 1.15rem; margin: 8px 0 10px; }
.blog-body h3 a:hover { color: var(--peace-primary); }

/* =====================================================
   15. CONTACT
===================================================== */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 26px; }
.contact-info-item .dashicons {
	flex-shrink: 0; width: 46px; height: 46px; background: rgba(15,110,81,.1); color: var(--peace-primary);
	border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.contact-info-item strong { display: block; margin-bottom: 2px; }
.contact-info-item p { margin: 0; color: #62716c; }
.contact-map { margin-top: 20px; border-radius: var(--radius); overflow: hidden; }
.contact-map iframe { width: 100%; height: 280px; border: 0; display: block; }

.contact-form-wrap { background: var(--peace-light-bg); padding: 36px; border-radius: var(--radius); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.peace-contact-form input, .peace-contact-form textarea {
	width: 100%; padding: 13px 16px; border-radius: 10px; border: 1px solid var(--peace-border);
	margin-bottom: 16px; background: #fff;
}
.peace-contact-form input:focus, .peace-contact-form textarea:focus { outline: none; border-color: var(--peace-primary); }
.form-notice { padding: 14px 20px; border-radius: 10px; margin-bottom: 20px; font-weight: 600; }
.form-notice.success { background: rgba(15,110,81,.12); color: var(--peace-primary); }
.form-notice.error { background: rgba(220,53,69,.1); color: #dc3545; }

/* =====================================================
   16. FOOTER
===================================================== */
.site-footer { background: var(--peace-dark); color: rgba(255,255,255,.7); }
.footer-top { padding: 70px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-logo-text { color: #fff; font-size: 1.4rem; }
.footer-about img.custom-logo { max-height: 55px; margin-bottom: 14px; filter: brightness(0) invert(1); }
.footer-col .widget-title { color: #fff; font-size: 1.05rem; margin-bottom: 18px; position: relative; padding-bottom: 10px; }
.footer-col .widget-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 2px; background: var(--peace-secondary); }
.footer-menu li { margin-bottom: 10px; }
.footer-menu a:hover { color: var(--peace-secondary); padding-left: 4px; }
.footer-contact-list li { display: flex; gap: 10px; margin-bottom: 14px; align-items: flex-start; }
.footer-contact-list .dashicons { color: var(--peace-secondary); flex-shrink: 0; margin-top: 2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
.footer-bottom-inner { text-align: center; font-size: .88rem; }
.footer-bottom-inner p { margin: 0; }

.back-to-top {
	position: fixed; bottom: 26px; right: 26px; width: 46px; height: 46px; background: var(--peace-primary);
	color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center;
	opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .3s ease; z-index: 500;
	box-shadow: 0 10px 25px rgba(0,0,0,.2);
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.whatsapp-float {
	position: fixed; bottom: 26px; left: 26px; width: 54px; height: 54px; background: #25D366; color: #fff;
	border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; z-index: 500;
	box-shadow: 0 10px 25px rgba(0,0,0,.2);
}

/* =====================================================
   17. INNER PAGES (page/single/archive)
===================================================== */
.page-header-banner { background: linear-gradient(120deg, var(--peace-dark), var(--peace-primary)); padding: 60px 0 40px; }
.page-header-banner h1 { color: #fff; margin: 0; font-size: 2rem; }
.peace-breadcrumb { background: var(--peace-light-bg); padding: 14px 0; font-size: .88rem; }
.peace-breadcrumb a { color: var(--peace-primary); font-weight: 600; }
.peace-breadcrumb span { color: #808f89; margin: 0 4px; }
.page-wrap { padding: 60px 0; }
.content-area.has-sidebar { display: grid; grid-template-columns: 2.3fr 1fr; gap: 50px; }
.page-thumbnail img, .single-page-content .page-thumbnail img { border-radius: var(--radius); margin-bottom: 30px; }
.entry-content h2, .entry-content h3 { margin-top: 1.4em; }
.entry-content img { border-radius: 10px; }
.single-meta-box { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; margin-bottom: 20px; color: var(--peace-primary); font-weight: 600; }
.single-meta-box .dashicons { margin-right: 4px; }
.single-role-badge { display: inline-block; background: rgba(15,110,81,.1); color: var(--peace-primary); padding: 6px 16px; border-radius: 20px; font-weight: 600; margin-bottom: 16px; }
.tags-label { font-weight: 700; }
.entry-footer { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--peace-border); }

.notice-list-item {
	display: flex; align-items: center; gap: 24px; background: #fff; border: 1px solid var(--peace-border);
	border-radius: var(--radius); padding: 20px 26px; margin-bottom: 16px;
}
.notice-list-date { text-align: center; background: var(--peace-light-bg); border-radius: 10px; padding: 10px 16px; flex-shrink: 0; }
.notice-list-date strong { display: block; font-size: 1.3rem; color: var(--peace-primary); }
.notice-list-date span { font-size: .78rem; color: #62716c; }
.notice-list-body { flex: 1; }
.notice-list-body h3 { font-size: 1.05rem; margin-bottom: 4px; }
.notice-list-body p { margin: 0; color: #62716c; font-size: .92rem; }

/* Sidebar widgets */
.site-sidebar .widget { background: var(--peace-light-bg); border-radius: var(--radius); padding: 24px; margin-bottom: 26px; }
.site-sidebar .widget-title { font-size: 1.05rem; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--peace-border); }
.site-sidebar ul li { padding: 8px 0; border-bottom: 1px dashed var(--peace-border); }

/* Search form */
.peace-search-form { display: flex; }
.peace-search-form .search-field { flex: 1; padding: 12px 16px; border-radius: 30px 0 0 30px; border: 1px solid var(--peace-border); }
.peace-search-form .search-submit { background: var(--peace-primary); color: #fff; border: none; padding: 0 20px; border-radius: 0 30px 30px 0; }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.pagination .page-numbers {
	display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%;
	background: var(--peace-light-bg); font-weight: 600; color: var(--peace-dark);
}
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--peace-primary); color: #fff; }

/* 404 */
.error-404-wrap { text-align: center; padding: 100px 0; }
.error-404-content h1 { font-size: 6rem; color: var(--peace-primary); margin: 0; }
.error-404-content h2 { margin-bottom: .5em; }
.error-404-content p { max-width: 480px; margin-left: auto; margin-right: auto; color: #62716c; }
.error-search { max-width: 400px; margin: 30px auto 0; }

/* Comments */
.comments-area { margin-top: 50px; padding-top: 40px; border-top: 1px solid var(--peace-border); }
.comment-list { list-style: none; margin: 0 0 30px; padding: 0; }
.comment-list .children { list-style: none; padding-left: 40px; }
.comment-body { background: var(--peace-light-bg); padding: 20px; border-radius: var(--radius); margin-bottom: 16px; }
.comment-form input, .comment-form textarea { width: 100%; padding: 12px 16px; border-radius: 10px; border: 1px solid var(--peace-border); margin-bottom: 14px; }

/* =====================================================
   18. RESPONSIVE
===================================================== */
@media (max-width: 1100px) {
	.programs-grid, .events-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
	.why-grid, .faculty-grid { grid-template-columns: repeat(2, 1fr); }
	.gallery-grid { grid-template-columns: repeat(3, 1fr); }
	.about-grid { grid-template-columns: 1fr; }
	.about-image { margin-bottom: 30px; text-align: center; }
	.stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 991px) {
	.main-navigation {
		position: fixed; top: 0; right: -320px; width: 300px; height: 100vh; background: #fff;
		flex-direction: column; padding: 90px 24px 24px; box-shadow: -10px 0 40px rgba(0,0,0,.15);
		transition: right .35s ease; overflow-y: auto; z-index: 1000;
	}
	.main-navigation.nav-open { right: 0; }
	.primary-menu { flex-direction: column; align-items: stretch; width: 100%; gap: 2px; }
	.primary-menu > li > a { padding: 12px 10px; }
	.primary-menu .sub-menu {
		position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
		display: none; padding-left: 14px; background: var(--peace-light-bg);
	}
	.primary-menu li.submenu-open .sub-menu { display: block; }
	.menu-toggle { display: flex; }
	.header-cta .btn-primary { display: none; }
	body.menu-is-open::after {
		content: ''; position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 998;
	}
	.content-area.has-sidebar { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
	.section-padding { padding: 60px 0; }
	.hero-title { font-size: 2.1rem; }
	.hero-section { padding: 90px 0 100px; }
	.section-title { font-size: 1.6rem; }
	.programs-grid, .events-grid, .blog-grid, .blog-grid.list-view, .why-grid, .faculty-grid { grid-template-columns: 1fr; }
	.gallery-grid { grid-template-columns: repeat(2, 1fr); }
	.stats-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1fr; text-align: left; }
	.contact-grid { grid-template-columns: 1fr; }
	.form-row { grid-template-columns: 1fr; }
	.admission-inner { text-align: center; justify-content: center; }
	.topbar-inner { justify-content: center; text-align: center; }
	.testimonial-card { flex: 0 0 88vw; }
	.notice-list-item { flex-wrap: wrap; }
}
