/* ==========================================================================
   Njegos Foundation — Theme redesign overrides
   No colour changes unless explicitly instructed.
   ========================================================================== */

/* --------------------------------------------------------------------------
   HERO
   -------------------------------------------------------------------------- */

.hero {
	padding-top: 100px;
}

/* --------------------------------------------------------------------------
   CONTACT PAGE
   -------------------------------------------------------------------------- */

.contactSplit {
	display: flex;
	min-height: 700px;
}

.contactSplit__info {
	flex: 0 0 40%;
	background-color: #0c4076;
	display: flex;
	align-items: center;
}

.contactSplit__info-inner {
	padding: 80px 60px;
}

.contactSplit__heading {
	font-size: 42px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 8px;
}

.contactSplit__org {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 40px;
	line-height: 1.6;
}

.contactSplit__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contactSplit__list li {
	display: flex;
	flex-direction: column;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.contactSplit__list li:first-child {
	padding-top: 0;
}

.contactSplit__label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 4px;
}

.contactSplit__value {
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	line-height: 1.6;
}

a.contactSplit__value:hover {
	color: rgba(255, 255, 255, 0.75);
}

.contactSplit__form {
	flex: 0 0 60%;
	background-color: #fff;
	display: flex;
	align-items: center;
}

.contactSplit__form-inner {
	padding: 80px 60px;
	width: 100%;
}

.contactSplit__form-title {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 32px;
}

.contactSplit__sent h2 {
	font-size: 28px;
	font-weight: 300;
	color: #0c4076;
	margin-bottom: 12px;
}

.contactForm__input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 12px 0;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	background: transparent;
	outline: none;
	transition: border-color 0.2s;
}

.contactForm__input:focus {
	border-bottom-color: #0c4076;
}

.contactForm__textarea {
	min-height: 120px;
	resize: vertical;
}

.contactForm__label {
	font-size: 13px;
	font-weight: 300;
	color: #444;
	line-height: 1.4;
}

/* Full-bleed map */
.contactMap {
	display: block;
	line-height: 0;
}

.contactMap iframe {
	display: block;
	width: 100%;
}

/* --------------------------------------------------------------------------
   PAGE BREADCRUMB
   -------------------------------------------------------------------------- */

.pageBreadcumb {
	background-color: #0c4076;
	background-image: none !important;
}

.pageTitle__heading,
.pageTitle .breadcrumb li,
.pageTitle .breadcrumb li a,
.pageTitle .breadcrumb li.active,
.pageTitle .breadcrumb li.active::before {
	color: #fff;
}

.pageTitle .breadcrumb li a:hover {
	color: rgba(255, 255, 255, 0.75);
}

/* --------------------------------------------------------------------------
   HERO SLIDER
   -------------------------------------------------------------------------- */

/* Slider height and top padding */
.hero__slide {
	min-height: 600px;
	padding-top: 80px;
	display: flex;
	align-items: center;
}

.hero__slide > .container {
	width: 100%;
}

/* Lighter overlay so slide images are visible */
.hero__slide__overlay {
	background: rgba(0, 0, 0, 0.35);
}

/* Pagination dot colours — hollow white inactive, solid white active */
.heroSlider__pagination .swiper-pagination-bullet {
	background-color: transparent;
	border-color: #fff;
	opacity: 1;
}

.heroSlider__pagination .swiper-pagination-bullet-active {
	background-color: #fff !important;
	border-color: #fff !important;
	opacity: 1;
}

/* Force pagination dots to centre regardless of Swiper/it-pagination conflicts */
.heroSlider__pagination {
	left: 0 !important;
	right: 0 !important;
	bottom: 15px !important;
	width: 100% !important;
	text-align: center !important;
	display: flex !important;
	justify-content: center !important;
	padding-top: 0 !important;
}

/* --------------------------------------------------------------------------
   SPLIT SECTIONS (unpacked MVV tabs)
   -------------------------------------------------------------------------- */

.splitSection {
	display: flex;
	min-height: 420px;
}

.splitSection--reverse {
	flex-direction: row-reverse;
}

.splitSection__text-col,
.splitSection__img-col {
	flex: 0 0 50%;
	width: 50%;
}

.splitSection__text-col {
	display: flex;
	align-items: center;
	background-color: #fff;
}

.splitSection__text {
	padding: 120px 60px;
}

.splitSection__img {
	height: 100%;
	min-height: 420px;
	background-size: cover;
	background-position: center center;
}

.splitSection__img--placeholder {
	background-color: #e9ecef;
}


.splitSection__heading {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.splitSection__body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

/* --------------------------------------------------------------------------
   ABOUT SECTION
   -------------------------------------------------------------------------- */

.about {
	padding-top: 60px;
	padding-bottom: 60px;
}

.aboutContent__text {
	font-size: 24px;
	font-weight: 300;
}

/* --------------------------------------------------------------------------
   GOLD SUPPORTER PAGE
   -------------------------------------------------------------------------- */

.goldSupporter__label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #c6363c;
	margin-bottom: 16px;
}

/* --------------------------------------------------------------------------
   ABOUT PAGE
   -------------------------------------------------------------------------- */

.aboutPillars {
	padding: 80px 0;
	background-color: #fff;
}

.aboutPillar__heading {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 16px;
}

.aboutPillar__text {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.8;
	color: #444;
}

.aboutQuote {
	background-color: #0c4076;
	padding: 70px 0;
}

.aboutQuote__text {
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 1.4;
}

.aboutQuote__sep {
	margin: 0 12px;
	opacity: 0.6;
}

/* --------------------------------------------------------------------------
   TEAM MEMBERS CAROUSEL
   -------------------------------------------------------------------------- */

.volunteersSection {
	padding-top: 60px;
}

.volunteerBlock__figure {
	border-radius: 0;
}

.volunteerBlock__figure__thumb {
	border-radius: 0;
}

.volunteerBlock:hover .volunteerBlock__figure__thumb {
	transform: scale(1.05);
}

/* Nav row: arrow — dashes — arrow */
.teamCarousel__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 150px;
	margin: 0 auto;
	gap: 20px;
}

.teamCarousel__btn {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: #0c4076;
	padding: 0;
	flex-shrink: 0;
	transition: opacity 0.3s;
}

.teamCarousel__btn.swiper-button-disabled {
	color: #c0c8d4;
	cursor: default;
}

.teamCarousel__pagination {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 6px;
}

/* Dash-shaped bullets */
.teamCarousel__pagination .swiper-pagination-bullet {
	width: 32px;
	height: 4px;
	border-radius: 2px;
	background-color: #c0c8d4;
	opacity: 1;
	flex: 1;
	transition: background-color 0.3s;
}

.teamCarousel__pagination .swiper-pagination-bullet-active {
	background-color: #0c4076;
}

/* --------------------------------------------------------------------------
   LATEST NEWS
   -------------------------------------------------------------------------- */

.latestNews {
	padding-top: 80px;
	padding-bottom: 80px;
}

.latestNews .col-lg-4,
.archive .col-lg-4 {
	display: flex;
}

.home .latestNews {
	background-color: #fff;
}

.newsCard {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

.newsCard__img {
	overflow: hidden;
}

.newsCard__img img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.newsCard:hover .newsCard__img img {
	transform: scale(1.04);
}

.newsCard__title {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 8px;
	line-height: 1.4;
}

.newsCard__excerpt {
	font-size: 14px;
	font-weight: 300;
	color: #666;
	margin: 0;
	line-height: 1.5;
}

.newsCard:hover .newsCard__title {
	color: #0c4076;
}

.newsCard__body {
	background-color: #fff;
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.newsCard__excerpt {
	flex: 1;
}

.newsCard__date {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	margin: 8px 0 0;
}

/* --------------------------------------------------------------------------
   SPONSOR ELEMENT
   -------------------------------------------------------------------------- */

.sponsorElement {
	background-color: #fff;
	height: 450px;
	overflow: hidden;
	position: relative;
}

.sponsorElement.is-expanded {
	height: auto;
}

.sponsorElement__fade {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	height: 80px;
	background: linear-gradient(to bottom, transparent, #fff);
	pointer-events: none;
}

.sponsorElement.is-expanded .sponsorElement__fade {
	display: none;
}

.sponsorElement__toggle {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	border: none;
	border-top: 1px solid #eee;
	padding: 10px;
	font-size: 13px;
	font-weight: 500;
	color: #0c4076;
	cursor: pointer;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.sponsorElement__toggle:hover {
	color: #c6363c;
}

.sponsorElement__header {
	padding: 20px 20px 0;
}

.sponsorElement__title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.sponsorElement__body {
	padding: 16px 20px 40px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
}

.sponsorElement__link a {
	font-size: 13px;
	color: #0c4076;
}

/* --------------------------------------------------------------------------
   SINGLE EVENT
   -------------------------------------------------------------------------- */

.eventHero {
	min-height: 500px;
	background-size: cover;
	background-position: center;
	background-color: #0c4076;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.eventHero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.eventHero__content {
	position: relative;
	z-index: 1;
	padding: 60px 0 50px;
}

.eventHero__date {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 12px;
}

.eventHero__time {
	margin-left: 12px;
	opacity: 0.7;
}

.eventHero__title {
	font-size: 42px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 14px;
	line-height: 1.2;
}

.eventHero__location {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
}

.eventHero__location i {
	margin-right: 6px;
}

.eventContent {
	padding: 60px 0 80px;
}

.eventDetails {
	background-color: #fff;
	padding: 36px;
	position: sticky;
	top: 100px;
}

.eventDetails__item {
	display: flex;
	flex-direction: column;
	padding: 16px 0;
	border-bottom: 1px solid #eee;
}

.eventDetails__item:first-child {
	padding-top: 0;
}

.eventDetails__label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #0c4076;
	margin-bottom: 4px;
}

.eventDetails__value {
	font-size: 15px;
	font-weight: 300;
}

.eventDetails__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.eventBody {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}

/* --------------------------------------------------------------------------
   EVENTS TIMELINE (archive)
   -------------------------------------------------------------------------- */

.eventsTimeline {
	padding: 60px 0 80px;
}

.eventsTimeline__list {
	display: flex;
	flex-direction: column;
}

.eventsTimeline__item {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 28px 0;
	border-bottom: 1px solid #e8e8e8;
	text-decoration: none;
	color: inherit;
	transition: background 0.2s;
}

.eventsTimeline__item:first-child {
	border-top: 1px solid #e8e8e8;
}

.eventsTimeline__item:hover {
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

.eventsTimeline__item--past .eventsTimeline__date,
.eventsTimeline__item--past .eventsTimeline__title,
.eventsTimeline__item--past .eventsTimeline__location {
	opacity: 0.45;
}

.eventsTimeline__date {
	flex-shrink: 0;
	width: 80px;
	text-align: center;
	color: #0c4076;
}

.eventsTimeline__day {
	display: block;
	font-size: 42px;
	font-weight: 300;
	line-height: 1;
}

.eventsTimeline__month {
	display: block;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-top: 4px;
}

.eventsTimeline__body {
	flex: 1;
}

.eventsTimeline__title {
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 6px;
}

.eventsTimeline__item:hover .eventsTimeline__title {
	color: #0c4076;
}

.eventsTimeline__location {
	font-size: 13px;
	color: #888;
	margin: 0;
}

.eventsTimeline__location i {
	margin-right: 5px;
}

.eventsTimeline__arrow {
	flex-shrink: 0;
	color: #0c4076;
	font-size: 16px;
	opacity: 0;
	transition: opacity 0.2s;
}

.eventsTimeline__item:hover .eventsTimeline__arrow {
	opacity: 1;
}

/* --------------------------------------------------------------------------
   SINGLE POST
   -------------------------------------------------------------------------- */

.singlePost {
	padding: 60px 0;
}

.singlePost__content {
	background-color: #fff;
	padding: 40px;
}

.singlePost__thumb {
	margin: 0 0 30px;
}

.singlePost__content .entry-content {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}

.relatedPosts {
	padding: 0 0 80px;
}

.relatedPosts__title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

/* --------------------------------------------------------------------------
   PAGINATION
   -------------------------------------------------------------------------- */

.page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-numbers li a,
.page-numbers li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	font-size: 14px;
	font-weight: 500;
	color: #0c4076;
	border: 1px solid #dee2e6;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.page-numbers li a:hover {
	background-color: #0c4076;
	color: #fff;
	border-color: #0c4076;
}

.page-numbers li span.current {
	background-color: #0c4076;
	color: #fff;
	border-color: #0c4076;
}

/* --------------------------------------------------------------------------
   SIDEBAR
   -------------------------------------------------------------------------- */

.innerWrapperSidebar {
	background-color: #fff;
	border: none;
}


/* --------------------------------------------------------------------------
   FOOTER
   -------------------------------------------------------------------------- */

/* Brand statement row */
.footer__brand {
	padding: 50px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer__tagline {
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	margin: 0;
	line-height: 1.3;
}

.footer__tagline-sr {
	margin: 0 8px;
}

.footer__logo-img {
	max-width: 150px;
	height: auto;
}

.footer__tagline-sr2 {
	font-size: inherit;
}

/* Middle columns */
.footer__middle {
	padding: 50px 0;
}

.footer__heading {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 20px;
}

/* Contact list */
.footer__contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer__contact-list li {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.6;
}

.footer__contact-list a {
	color: #fff;
	text-decoration: none;
}

.footer__contact-list a:hover {
	color: rgba(255, 255, 255, 0.75);
}

/* Newsletter */
.footer__newsletter__input {
	background-color: #fff;
	color: #000;
}

.footer .footer__newsletter__label {
	color: #fff;
	font-size: 13px;
}

.footer .footer__newsletter__check {
	border-color: #fff;
}

.sidebarContacts .footer__newsletter__label {
	color: #444;
	font-size: 13px;
	line-height: 1.4;
}

.sidebarContacts .footer__newsletter__formGroup {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.sidebarContacts .footer__newsletter__check {
	width: 16px !important;
	height: 16px;
	flex-shrink: 0;
	margin-top: 2px;
}

/* Copyright bar */
.footer__line {
	border-color: #fff;
	opacity: 1;
}

.footer__copyright__text {
	font-size: 12px;
	color: #fff;
}

/* --------------------------------------------------------------------------
   GOLD SUPPORTER SPOTLIGHT (homepage)
   -------------------------------------------------------------------------- */

.goldSpotlight {
	display: flex;
	min-height: 500px;
}

.goldSpotlight__text-col {
	flex: 0 0 50%;
	background-color: #0c4076;
	display: flex;
	align-items: center;
}

.goldSpotlight__inner {
	padding: 80px 60px;
}

.goldSpotlight__label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 16px;
}

.goldSpotlight__heading {
	font-size: 42px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 16px;
	line-height: 1.2;
}

.goldSpotlight__sub {
	font-size: 16px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 24px;
	line-height: 1.6;
}

.goldSpotlight__cta-label {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 28px;
}

.goldSpotlight__buttons {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.goldSpotlight__img-col {
	flex: 0 0 50%;
}

.goldSpotlight__img {
	height: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center;
}

.goldSpotlight__img--empty {
	background-color: #0a3562;
}

/* --------------------------------------------------------------------------
   HEADER
   -------------------------------------------------------------------------- */

/* Logo left, nav+donate group right */
.header__wrapper {
	justify-content: space-between;
	gap: 0;
}

/* Logo sizing */
.header__logo img,
.mean-bar__logo {
	max-width: 150px;
	height: auto;
	width: auto;
}

/* Right-side group: nav + donate button inline */
.header__nav-group {
	display: flex;
	align-items: center;
	gap: 30px;
}

/* Match static header height to sticky state — padding was 60px, sticky is 40px */
.mainMenu > ul > li {
	padding: 40px 0;
}

/* Nav items: 14px, uppercase, 700, Montserrat (family set in fonts.css) */
.mainMenu > ul > li > a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Remove the old flex-grow that centred the menu */
.header__menu {
	flex-grow: 0;
}

/* Donate button sits at nav baseline */
.header__donate {
	display: flex;
	align-items: center;
}

.header__donate .btn--styleOne {
	padding: 10px 24px;
	font-size: 13px;
}
