/* ============================================
   Campaign Overrides — CSN Blue & Gold
   Loaded AFTER style.css and responsive.css
   ============================================ */

/* --- ENDORSEMENTS SECTION --- */
.sponsor_area {
	background: linear-gradient(135deg, #003366 0%, #001f3f 100%);
	padding: 70px 0;
	margin-bottom: 60px;
}
.sponsor_area .section-title.t_center {
	width: 100%;
	margin: 0 auto 30px;
}
.sponsor_area .section-title.t_center h2 {
	color: #003366;
	font-size: 36px;
}
.sponsor_area .section-title.t_center h2::before {
	display: none;
}
.sponsor_area .section-title.t_center p {
	color: #555;
}
.single_sponsor {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 20px;
	margin: 0 10px;
	transition: all 0.3s ease;
}
.single_sponsor:hover {
	background: rgba(255, 255, 255, 0.2);
}
.sponsor_area .row .text-center {
	text-align: center !important;
}
.sponsor_area .em-button a {
	display: inline-block;
	background: #FFB81C !important;
	color: #003366 !important;
	border: none !important;
	padding: 14px 40px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 30px;
	transition: all .4s ease;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	box-shadow: 0 6px 20px rgba(255, 184, 28, 0.4);
}
.sponsor_area .em-button a:hover {
	background: #fff !important;
	color: #003366 !important;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

/* --- CTA STACKED BANNER --- */
.cta-split-section {
	overflow: hidden;
}

/* Full-width image */
.cta-split-image {
	max-height: 420px;
	overflow: hidden;
}
.cta-split-image img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* Text content: offset right and overlapping the image */
.cta-split-section .container {
	display: flex;
	justify-content: flex-end;
}
.cta-split-content {
	width: 60%;
	margin-top: -120px;
	position: relative;
	z-index: 2;
	padding: 50px 40px;
	background: linear-gradient(135deg, #003366 0%, #001f3f 100%);
	border-radius: 12px;
	color: #fff;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.cta-split-content h2 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}
.cta-split-content .section-divider {
	margin: 0 0 20px;
}
.cta-split-content p {
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 30px;
}
.cta-split-buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.cta-split-buttons .em-button a {
	display: inline-block;
	color: #fff !important;
	background: transparent;
	border: 2px solid #fff;
	padding: 10px 35px;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 30px;
	transition: .5s;
	font-family: 'Montserrat', sans-serif;
}
.cta-split-buttons .em-button a:hover {
	color: #fff !important;
	background: #FFB81C;
	border-color: #FFB81C;
}

@media (max-width: 991px) {
	.cta-split-content {
		width: 100%;
		margin-top: -60px;
		padding: 40px 30px;
	}
}
@media (max-width: 575px) {
	.cta-split-content {
		margin-top: 0;
		border-radius: 0;
	}
}

/* --- LEGACY CTA BANNER (donation area): constrain image height --- */
.single_donation_thumb {
	position: relative;
	max-height: 420px;
	overflow: hidden;
}
.single_donation_thumb img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: center;
}

/* --- FOOTER: solid color background, no image --- */
.footer-middle {
	background-image: none !important;
	background-color: #003366 !important;
}
.footer-middle .mc4wp-form-fields p,
.footer-middle .textwidget p,
.footer-middle .widget p,
.footer-middle .recent-post-text h4 a,
.footer-middle .recent-post-text .rcomment,
.footer-middle .recent-post-text .rcomment2 {
	color: rgba(255, 255, 255, 0.75);
}
.copy-right-text p {
	color: rgba(255, 255, 255, 0.6) !important;
}
.footer-menu ul li a {
	color: rgba(255, 255, 255, 0.6) !important;
}
.footer-menu ul li a:hover,
.copy-right-text a:hover {
	color: #FFB81C !important;
}
.footer-middle > .container > .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.footer-middle > .container > .row::before,
.footer-middle > .container > .row::after {
	display: none !important;
}
.footer-middle > .container > .row > [class*="col-"] {
	float: none;
}
.footer-middle .single_footer_logo {
	height: auto;
	min-height: auto;
	margin-bottom: 30px;
}
.footer-middle .widget-title {
	color: #FFB81C !important;
	margin-top: 0;
	margin-bottom: 30px;
}
.footer-middle .footer-logo-text {
	font-size: 28px;
	margin-bottom: 0;
}
.footer-middle .widget ul,
.footer-middle .menu {
	list-style: none;
	padding-left: 0;
}
.footer-middle .widget ul li a,
.footer-middle .widget ul li,
.footer-middle .menu li a {
	color: rgba(255, 255, 255, 0.75) !important;
}
.footer-middle .widget ul li a:hover,
.footer-middle .menu li a:hover {
	color: #FFB81C !important;
}
.footer-middle .mc4wp-form-fields-icon a span {
	color: rgba(255, 255, 255, 0.75);
	font-size: 22px;
	margin-right: 12px;
	transition: .3s;
}
.footer-middle .mc4wp-form-fields-icon a:hover span {
	color: #FFB81C;
}
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-bottom .copy-right-text p {
	text-align: center !important;
	margin: 0;
}

@media (max-width: 767px) {
	.footer-middle .single_footer_logo {
		text-align: center;
	}
	.footer-middle .mc4wp-form-fields p {
		text-align: justify;
	}
	.footer-middle .widget_text,
	.footer-middle .widget_text .mc4wp-form-fields p {
		text-align: center !important;
	}
}

/* --- ABOUT / BIO SECTION --- */
.about_area .section-title2 {
	margin-left: 0;
}
.about_area .section-title2 h2 {
	font-size: 36px;
}
.about_area .section-title2 p {
	width: 100%;
}
/* --- STAY IN THE LOOP FORM --- */
.contact_area .volunteer-form-card {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin: 0 auto;
}
.contact_area .volunteer-form-card .section-divider {
    margin-left: auto;
    margin-right: auto;
}
.contact_area .volunteer-form-card form {
    max-width: 60%;
    margin: 0 auto;
}

/* --- COMING SOON SECTIONS --- */
.service_area .text-center h2,
.service_area .text-center p {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

/* --- PLATFORM: Intro section --- */
.platform-intro h1 {
    font-size: 48px;
    font-weight: 700;
    color: #003366 !important;
    margin: 0 0 5px;
}
.platform-intro h2 {
    font-size: 36px;
    color: #003366;
    margin: 0 0 15px;
}
.platform-intro .text-alignm {
    font-size: 20px;
}

/* --- PLATFORM: Pull quote --- */
.testimonial_area blockquote {
    color: #003366 !important;
}
.testimonial-image {
    border-radius: 12px;
    overflow: hidden;
    max-height: 550px;
}
.testimonial-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}
.testimonial_area .row {
    display: flex;
    align-items: center;
}
.testimonial-quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* --- PLATFORM: Plank numbers and lists --- */
.about_area h1 {
    color: #FFB81C !important;
}
.about_area .section-title2 ul {
    list-style: none;
    padding-left: 0;
}
.single_about_thumb {
	max-height: 400px;
	overflow: hidden;
	border-radius: 12px;
}
.single_about_thumb img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: top;
}

/* --- BLOG / NEWS THUMBNAILS: normalize image fit --- */
.single_blog_thumb {
	max-height: 250px;
	overflow: hidden;
}
.single_blog_thumb img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

/* --- EVENT THUMBNAILS (Updates page): normalize image fit --- */
.single_event_thumb {
	max-height: 220px;
	overflow: hidden;
}
.single_event_thumb img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: center;
}

/* --- HEADER / NAV: ensure CSN Blue --- */
.policy_nav_area.prefix,
.trp_nav_area.prefix,
.hbg2 {
	background: rgba(0, 51, 102, 0.92) !important;
}

/* --- NAV: Right-align links --- */
.policy_menu ul {
    display: block !important;
    text-align: right;
}

/* --- DROPDOWN MENU: CSN Blue --- */
.policy_menu ul .sub-menu {
	background: rgba(0, 51, 102, 0.95) !important;
	box-shadow: 0px 2px 8px rgba(0, 51, 102, 0.3) !important;
}
.policy_menu ul .sub-menu li a {
	color: rgba(255, 255, 255, 0.8);
}
.policy_menu ul .sub-menu li:hover > a,
.policy_menu ul .sub-menu .sub-menu li:hover > a {
	background: rgba(255, 184, 28, 0.15);
	color: #FFB81C;
}

/* --- MOBILE MENU: match header colors --- */
.mean-container .mean-nav {
	background: #003366 !important;
	padding-bottom: 20px;
}
.mean-container .mean-bar {
	background: #003366 !important;
}
.mean-container .mean-bar::before,
.mean-bar::before {
	content: "Kirk Talib-deen" !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	text-transform: none !important;
}
.mobile_logo_area {
	display: none !important;
}
.mean-container .mean-nav ul li a {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
	background: rgba(255, 184, 28, 0.2);
}
.mean-container a.meanmenu-reveal {
	color: #FFB81C;
}
.mean-container a.meanmenu-reveal span {
	background: #FFB81C;
}

/* --- GLOBAL FORMS FIXES --- */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 4px !important;
	padding: 12px 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

/* --- HERO & CTA CONTRAST FIXES --- */
.em_slider_inner h1 {
    color: #fff !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.em_slider_inner h2 {
    color: #FFB81C !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.em-slider-descript {
    color: #fff !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

/* --- HERO SLIDE 1: District subtext under headline --- */
.em_slider_inner.text-center h2,
.em_slider_inner.text-center h2 span {
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    margin-top: 5px;
    line-height: 1.4 !important;
}

/* --- HERO SLIDE 2: right-align text --- */
.em_slider_inner--right {
    text-align: right !important;
    left: auto !important;
    right: 0 !important;
    width: 50% !important;
    margin-right: 5% !important;
    margin-left: auto !important;
}
.em_slider_inner--right h2 {
    width: 100% !important;
    margin-left: auto;
    margin-right: 0;
}
.em_slider_inner--right .em-slider-descript {
    width: 55% !important;
    margin-left: auto;
    margin-right: 0;
    color: #fff !important;
    text-align: justify;
}
.em_slider_inner--right .em-button-button-area {
    justify-content: flex-end;
}

/* --- HERO SLIDER CTA BUTTONS --- */
.em-button-button-area {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}
.em-button-button-area a {
    background: #FFB81C !important;
    color: #003366 !important;
    border-color: #FFB81C !important;
}
.em-button-button-area a:hover {
    background: #003366 !important;
    color: #fff !important;
    border-color: #003366 !important;
}
.single_donation_content h2,
.single_donation_content p {
    color: #ffffff !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

/* --- MISC ALIGNMENT & DESIGN FIXES --- */
.section-divider {
    width: 60px;
    height: 3px;
    background-color: #FFB81C;
    margin: 15px auto 25px;
}
.section-title2 .section-divider {
    margin: 15px 0 25px;
}
.header-logo-text, .footer-logo-text {
    font-size: 24px;
    font-weight: 700;
    color: #fff !important;
    margin: 0;
    display: inline-block;
    letter-spacing: 1px;
}
.header-logo-text span, .footer-logo-text span {
    color: #FFB81C;
}
.logo-left .logo, .single_footer_logo {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 80px;
}

/* --- MOBILE MENU FIX --- */
.mean-container a.meanmenu-reveal {
    z-index: 9999;
}


/* --- PREMIUM PLATFORM SECTION REDESIGN --- */
.service_area {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}
.service_area .container.section,
.about_area .container.section,
.funfact_area .container.section,
.donation_area .container.section,
.testimonial_area .container.section,
.blog_area .container.section,
.contact_area .container.section,
.upcoming_events_area .container.section {
    padding-left: 40px;
    padding-right: 40px;
}
.premium-cta-block {
    background: linear-gradient(135deg, #003366 0%, #001f3f 100%);
    padding: 40px;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 51, 102, 0.2);
    height: 100%;
    margin: 0;
}
.premium-cta-block h2, .premium-cta-block p {
    color: #fff !important;
    margin: 0;
}
.premium-cta-block .section-divider {
    background-color: #FFB81C;
    margin-left: 0;
}
.platform-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.full-span-card {
    grid-column: 1 / -1;
}
/* --- ABOUT: What He Believes section --- */
.believes-section .container.section {
    background: linear-gradient(135deg, #003366 0%, #001f3f 100%);
    border-radius: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.believes-section .section-title.t_center h2 {
    color: #FFB81C !important;
}
.believes-section .section-title.t_center h2::before {
    display: none;
}
.believes-section .row > [class*="col-"] {
    padding-bottom: 20px;
}
.believes-section .premium-service-card:hover {
    transform: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04);
}

.premium-service-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0,0,0,0.02);
    margin-bottom: 0 !important;
}
.premium-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.premium-service-card .single_service_inner {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: auto auto auto;
    gap: 0 20px;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
    transition: none;
}
.premium-service-card .single_service_inner:hover {
    box-shadow: none;
}
.premium-service-card .service_icon_1 {
    grid-row: 1;
    grid-column: 1;
}
.premium-service-card .single_service_content h2 {
    grid-row: 1;
    grid-column: 2;
}
.premium-service-card .single_service_content {
    display: contents;
}
.premium-service-card .single_service_content p {
    grid-row: 2;
    grid-column: 1 / -1;
    margin-top: 12px;
}
.premium-service-card .single_service_content .em-button {
    grid-row: 3;
    grid-column: 1 / -1;
    margin-top: 10px;
}
.social-links {
    display: flex;
    gap: 12px;
}
.social-links a {
    width: 42px;
    height: 42px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #003366 !important;
    border-radius: 50% !important;
    padding: 0 !important;
    transition: all 0.3s ease;
}
.social-links a i {
    color: #FFB81C;
    font-size: 18px;
}
.social-links a:hover {
    background: #FFB81C !important;
    transform: translateY(-3px);
}
.social-links a:hover i {
    color: #003366;
}
.premium-service-card .service_icon_1 {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: rgba(255, 184, 28, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    float: none;
}
.premium-service-card .service_icon_1 a {
    background: transparent !important;
    box-shadow: none !important;
    width: auto;
    height: auto;
    line-height: normal;
}
.premium-service-card .service_icon_1 i {
    color: #FFB81C;
    font-size: 28px;
    margin: 0;
}
.premium-service-card:hover .service_icon_1 a {
    background: transparent !important;
    color: #FFB81C;
}
.premium-service-card .single_service_content h2 {
    font-size: 22px;
    margin: 0;
    color: #003366;
}
.premium-service-card .single_service_content p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .platform-grid-wrapper {
        grid-template-columns: 1fr;
    }
}

/* --- VOLUNTEER / GET INVOLVED SECTION --- */
.volunteer-section {
	padding: 80px 0;
	background: #f8f9fa;
}
.volunteer-layout {
	position: relative;
	display: flex;
	align-items: flex-start;
	min-height: 600px;
	padding: 40px;
}
.volunteer-image {
	position: absolute;
	top: 0;
	left: 20px;
	width: 50%;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
	z-index: 1;
}
.volunteer-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.volunteer-form-card {
	position: relative;
	z-index: 2;
	width: 60%;
	margin-left: auto;
	background: #fff;
	border-radius: 12px;
	padding: 50px 45px;
	box-shadow: 0 15px 40px rgba(0, 51, 102, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.volunteer-form-card h2 {
	font-size: 32px;
	font-weight: 700;
	color: #003366;
	margin: 0 0 10px;
}
.volunteer-form-card .section-divider {
	margin: 0 0 20px;
}
.volunteer-form-card > p {
	color: #555;
	line-height: 1.7;
	margin-bottom: 30px;
}
.volunteer-form-row {
	display: flex;
	gap: 15px;
}
.volunteer-form-card input[type="text"],
.volunteer-form-card input[type="email"],
.volunteer-form-card input[type="tel"] {
	width: 100%;
	padding: 14px 18px;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	font-size: 15px;
	transition: border-color 0.3s ease;
	margin-bottom: 15px;
	background: #f8f9fa;
}
.volunteer-form-card input:focus {
	border-color: #FFB81C;
	outline: none;
	background: #fff;
}
.volunteer-form-card textarea {
	width: 100%;
	padding: 14px 18px;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	font-size: 15px;
	min-height: 100px;
	resize: vertical;
	transition: border-color 0.3s ease;
	margin-bottom: 20px;
	background: #f8f9fa;
}
.volunteer-form-card textarea:focus {
	border-color: #FFB81C;
	outline: none;
	background: #fff;
}
.volunteer-checkbox-label {
	font-weight: 600;
	color: #003366;
	margin-bottom: 12px !important;
}
.volunteer-checkbox-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 20px;
	margin-bottom: 20px;
}
.volunteer-checkbox-grid label {
	display: flex;
	align-items: center;
	font-weight: normal;
	color: #444;
	font-size: 14px;
	cursor: pointer;
}
.volunteer-checkbox-grid label input {
	margin-right: 8px;
}
.volunteer-submit {
	display: block;
	width: 100%;
	background: #003366;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 20px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.4s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.volunteer-submit:hover {
	background: #FFB81C;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(255, 184, 28, 0.3);
}

@media (max-width: 991px) {
	.volunteer-layout {
		flex-direction: column;
		min-height: auto;
	}
	.volunteer-image {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 300px;
		margin-bottom: -40px;
	}
	.volunteer-form-card {
		width: 95%;
		margin: 0 auto;
		padding: 40px 30px;
	}
}
@media (max-width: 575px) {
	.volunteer-form-row {
		flex-direction: column;
		gap: 0;
	}
	.volunteer-checkbox-grid {
		grid-template-columns: 1fr;
	}
}

/* --- OTHER WAYS TO HELP SECTION --- */
.other-ways-section {
	background: linear-gradient(135deg, #003366 0%, #001f3f 100%) !important;
	padding: 80px 0 !important;
}
.other-ways-section .section-title.t_center h2 {
	color: #003366;
}
.other-ways-section .section-title.t_center h2::before {
	display: none;
}
.other-ways-section .single_service {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 35px 30px;
	height: 350px;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.1);
	height: 100%;
}
.other-ways-section .single_service:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: translateY(-6px);
}
.other-ways-section .service_icon_1 {
	width: 60px;
	height: 60px;
	background: rgba(255, 184, 28, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	float: none;
}
.other-ways-section .service_icon_1 i {
	color: #FFB81C;
	font-size: 24px;
	margin: 0;
}
.other-ways-section .single_service_content h2 {
	color: #003366;
	font-size: 22px;
	margin-bottom: 12px;
}
.other-ways-section .single_service_content p {
	color: #555;
	line-height: 1.6;
}
.other-ways-section .em-button:not(.social-links) {
	padding-top: 15px;
}
.other-ways-section .em-button a {
	background: transparent !important;
	border: 2px solid #FFB81C !important;
	color: #FFB81C !important;
	padding: 8px 25px;
	font-size: 14px;
	border-radius: 30px;
}
.other-ways-section .em-button a:hover {
	background: #FFB81C !important;
	color: #fff !important;
}

/* --- CONTACT PAGE --- */
.contact-section {
	padding: 80px 0;
	background: #f8f9fa;
}
.contact-layout {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
.contact-form-card {
	flex: 1;
	background: #fff;
	border-radius: 12px;
	padding: 45px 40px;
	box-shadow: 0 15px 40px rgba(0, 51, 102, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.contact-form-card h2 {
	font-size: 32px;
	font-weight: 700;
	color: #003366;
	margin: 0 0 10px;
}
.contact-form-card .section-divider {
	margin: 0 0 20px;
}
.contact-form-card > p {
	color: #555;
	line-height: 1.7;
	margin-bottom: 30px;
}
.contact-form-row {
	display: flex;
	gap: 15px;
}
.contact-form-card input[type="text"],
.contact-form-card input[type="email"],
.contact-form-card input[type="tel"],
.contact-form-card select,
.contact-form-card textarea {
	width: 100%;
	padding: 14px 18px;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	font-size: 15px;
	transition: border-color 0.3s ease;
	margin-bottom: 15px;
	background: #f8f9fa;
	font-family: inherit;
}
.contact-select-group {
	margin-bottom: 25px;
}
.contact-select-label {
	display: block;
	font-weight: 600;
	color: #003366;
	margin-bottom: 8px;
	font-size: 15px;
}
.contact-form-card select {
	height: auto;
	color: #333;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23003366' stroke-width='2' fill='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	padding: 16px 45px 16px 18px;
	cursor: pointer;
	border: 2px solid #003366;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}
.contact-form-card input:focus,
.contact-form-card select:focus,
.contact-form-card textarea:focus {
	border-color: #FFB81C;
	outline: none;
	background: #fff;
}
.contact-form-card textarea {
	min-height: 120px;
	resize: vertical;
	margin-top: 15px;
}
.contact-submit {
	display: block;
	width: 100%;
	background: #003366;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 20px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.4s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contact-submit:hover {
	background: #FFB81C;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(255, 184, 28, 0.3);
}

/* Contact info card */
.contact-info-card {
	width: 340px;
	min-width: 300px;
	background: linear-gradient(135deg, #003366 0%, #001f3f 100%);
	border-radius: 12px;
	padding: 45px 35px;
	color: #fff;
	box-shadow: 0 15px 40px rgba(0, 51, 102, 0.2);
}
.contact-info-card h2 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}
.contact-info-card .section-divider {
	margin: 0 0 30px;
}
.contact-info-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 25px;
}
.contact-info-icon {
	width: 45px;
	height: 45px;
	background: rgba(255, 184, 28, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.contact-info-icon i {
	color: #FFB81C;
	font-size: 18px;
}
.contact-info-card h4 {
	color: #fff;
	font-size: 16px;
	margin: 0 0 4px;
}
.contact-info-card p {
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.contact-media-note {
	font-style: italic;
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 14px;
	margin-bottom: 20px !important;
}
.contact-info-card hr {
	border-color: rgba(255, 255, 255, 0.15);
	margin: 20px 0;
}
.contact-social-links {
	display: flex;
	gap: 15px;
	margin-top: 12px;
}
.contact-social-links a {
	width: 42px;
	height: 42px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
.contact-social-links a i {
	color: #fff;
	font-size: 16px;
}
.contact-social-links a:hover {
	background: #FFB81C;
}

@media (max-width: 991px) {
	.contact-layout {
		flex-direction: column;
	}
	.contact-info-card {
		width: 100%;
		min-width: auto;
	}
}
@media (max-width: 575px) {
	.contact-form-row {
		flex-direction: column;
		gap: 0;
	}
	.contact-form-card {
		padding: 30px 25px;
	}
}

/* --- PREMIUM DONATE PAGE REDESIGN --- */
.premium-donate-image-wrap {
    transition: transform 0.3s ease;
}
.premium-donate-image-wrap:hover {
    transform: scale(1.02);
}
.premium-donate-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 51, 102, 0.1);
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
}
.donate-amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.donate-pill {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.donate-pill input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.donate-pill span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6f8;
    color: #444;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 10px;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.donate-pill:hover span {
    background: #e9ecef;
    border-color: #ccc;
}
.donate-pill input:checked + span {
    background: #FFB81C;
    color: #fff !important;
    border-color: #FFB81C;
    box-shadow: 0 5px 15px rgba(255, 184, 28, 0.4);
}
.donate-pill-other {
    display: flex;
    align-items: center;
    background: #f4f6f8;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}
.donate-pill-other .other-symbol {
    font-size: 18px;
    font-weight: 700;
    color: #777;
    padding: 15px;
    background: #e9ecef;
}
.donate-pill-other .donate-other-input {
    border: none;
    background: transparent;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    outline: none;
    margin: 0;
}
.donate-pill-other .donate-other-input:focus {
    background: #fff;
}
.btn-donate-submit {
    display: block;
    width: 100%;
    background: #003366;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-donate-submit:hover {
    background: #FFB81C;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 51, 102, 0.2);
}

@media (max-width: 480px) {
    .donate-amount-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =============================================
   MOBILE RESPONSIVENESS
   ============================================= */

/* --- SMALL DESKTOP (max-width: 1250px) --- */
@media (max-width: 1250px) {
    /* Override Bootstrap's fixed container widths so content doesn't overflow */
    .service_area .container,
    .about_area .container,
    .sponsor_area .container,
    .funfact_area .container,
    .testimonial_area .container,
    .donation_area .container,
    .team_area .container,
    .blog_area .container,
    .contact_area .container,
    .upcoming_events_area .container,
    .contact-section .container,
    .volunteer-section .container,
    .footer-middle .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Prevent any horizontal overflow */
    .service_area,
    .about_area,
    .sponsor_area,
    .funfact_area,
    .testimonial_area,
    .donation_area,
    .team_area,
    .blog_area,
    .contact_area,
    .upcoming_events_area,
    .contact-section,
    .volunteer-section,
    .footer-middle {
        overflow-x: hidden;
    }
}

/* --- TABLET (max-width: 991px) --- */
@media (max-width: 991px) {
    /* Hero slider: remove white edges */
    .main-slider-area .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .main-slider-area .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Hero slider: keep description and buttons visible (template hides them) */
    .em-slider-descript {
        display: block !important;
        font-size: 14px !important;
        width: 90% !important;
    }
    .em-slider-button,
    .em-button-button-area,
    .em-button-button-area a {
        display: inline-block !important;
    }
    .em-button-button-area {
        display: flex !important;
    }
    .em-button-button-area a {
        font-size: 13px !important;
        padding: 7px 18px !important;
    }

    /* Hero slider: scale down text */
    .em_slider_inner h1 {
        font-size: 22px !important;
        margin-bottom: 3px !important;
    }
    .em_slider_inner h2 {
        font-size: 32px !important;
        line-height: 1.3 !important;
        width: 100% !important;
    }
    .text-center .em-slider-descript {
        width: 85% !important;
    }

    /* Hero slider: keep nivo nav working */
    .em-nivo-slider-wrapper .nivo-directionNav {
        display: block !important;
    }

    /* Hero slider: right-aligned slide resets */
    .em_slider_inner--right {
        width: 80% !important;
        margin-right: 3% !important;
    }
    .em_slider_inner--right .em-slider-descript {
        width: 80% !important;
    }

    /* Testimonial image */
    .testimonial-image img {
        height: 400px;
    }

    /* Donate grid: 2 columns on tablet */
    .donate-amount-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Other Ways cards: auto height */
    .other-ways-section .single_service {
        height: auto;
        margin-bottom: 20px;
    }
}

/* --- SMALL TABLET (max-width: 780px) --- */
@media (max-width: 780px) {
    .em_slider_inner h1 {
        font-size: 18px !important;
        margin-bottom: 2px !important;
    }
    .em_slider_inner h2 {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
    .em-slider-descript {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    .em-button-button-area a {
        font-size: 12px !important;
        padding: 6px 14px !important;
    }
    .em_slider_inner--right {
        width: 90% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

/* --- MOBILE (max-width: 767px) --- */
@media (max-width: 767px) {

    /* -- GLOBAL -- */
    body {
        overflow-x: hidden;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .service_area .container.section,
    .about_area .container.section,
    .funfact_area .container.section,
    .donation_area .container.section,
    .testimonial_area .container.section,
    .blog_area .container.section,
    .contact_area .container.section,
    .upcoming_events_area .container.section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-title2 h2,
    .section-title h2 {
        font-size: 26px !important;
    }

    /* -- HERO SLIDER -- */
    /* Keep h1 visible (template hides it at this breakpoint) */
    .em_slider_inner h1 {
        display: block !important;
        font-size: 16px !important;
        margin-bottom: 2px !important;
    }
    .em_slider_inner h2 {
        font-size: 20px !important;
        line-height: 1.3 !important;
        width: 100% !important;
        text-align: center !important;
    }
    .em-slider-descript {
        display: block !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
        width: 95% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .em-slider-button,
    .em-button-button-area,
    .em-button-button-area a {
        display: inline-block !important;
    }
    .em-button-button-area {
        display: flex !important;
        justify-content: center !important;
    }
    .em-button-button-area a {
        font-size: 11px !important;
        padding: 5px 12px !important;
    }
    .em_slider_inner--right {
        width: 95% !important;
        text-align: center !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .em_slider_inner--right .em-slider-descript {
        width: 100% !important;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .em_slider_inner--right .em-button-button-area {
        justify-content: center !important;
    }

    /* -- PLATFORM PREVIEW (index) -- */
    .service_area {
        padding: 50px 0;
    }
    .platform-grid-wrapper {
        grid-template-columns: 1fr;
    }
    .full-span-card {
        grid-column: auto;
    }
    .premium-cta-block {
        padding: 25px;
        margin-bottom: 20px;
    }
    .premium-service-card {
        padding: 25px 20px;
    }
    .premium-service-card .single_service_inner {
        grid-template-columns: 40px 1fr;
        gap: 0 12px;
    }
    .premium-service-card .service_icon_1 {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    .premium-service-card .service_icon_1 i {
        font-size: 20px;
    }
    .premium-service-card .single_service_content h2 {
        font-size: 18px !important;
    }

    /* -- ABOUT/BIO SECTION -- */
    .about_area {
        padding: 50px 0 !important;
    }
    .about_area .section-title2 {
        padding-left: 0;
        margin-top: 25px;
    }
    .single_about_thumb {
        max-height: 250px;
    }
    .single_about_thumb img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    /* -- ENDORSEMENTS -- */
    .sponsor_area {
        padding: 30px 0;
    }
    .sponsor_area .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single_sponsor {
        margin: 0 5px;
        padding: 10px;
    }
    .single_sponsor img {
        max-width: 100%;
        height: auto;
    }

    /* -- BY THE NUMBERS (about) -- */
    .funfact_area {
        padding: 50px 0;
    }
    .funfact_area .row > [class*="col-"] {
        width: 100% !important;
        float: none;
    }
    .single_counter h2 {
        font-size: 28px;
    }

    /* -- WHAT HE BELIEVES (about) -- */
    .believes-section .row > [class*="col-"] {
        width: 100% !important;
        float: none;
    }
    .believes-section .container.section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* -- PLATFORM INTRO -- */
    .platform-intro h1 {
        font-size: 36px !important;
    }
    .platform-intro h2 {
        font-size: 24px;
    }
    .platform-intro .text-alignm {
        font-size: 18px;
    }

    /* -- PLATFORM PLANKS -- */
    .about_area h1 {
        font-size: 48px !important;
    }
    .about_area .section-title2 ul {
        font-size: 16px;
    }

    /* -- PLATFORM TESTIMONIAL -- */
    .testimonial_area .row {
        display: block;
    }
    .testimonial-image,
    .testimonial-image img {
        max-height: none;
        height: auto;
        aspect-ratio: 3 / 4;
        object-position: top;
        margin-bottom: 25px;
    }
    .testimonial_area blockquote {
        font-size: 18px !important;
    }
    .testimonial-quote p {
        padding-right: 0 !important;
    }

    /* -- GET INVOLVED CARDS -- */
    .other-ways-section .single_service {
        height: auto;
        margin-bottom: 20px;
    }

    /* -- DONATE PAGE -- */
    .premium-donate-card {
        padding: 25px 20px;
    }
    .btn-donate-submit {
        font-size: 16px;
        padding: 14px 16px;
    }

    /* -- UPDATES FORM -- */
    .contact_area .volunteer-form-card form {
        max-width: 100%;
    }

    /* -- CTA AND DONATION BANNERS -- */
    .cta-split-image,
    .cta-split-image img,
    .single_donation_thumb,
    .single_donation_thumb img {
        max-height: none;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    /* -- FOOTER -- */
    .footer-middle > .container > .row {
        display: block;
    }
    .footer-middle > .container > .row > [class*="col-"] {
        margin-bottom: 30px;
    }
}

/* --- SMALL MOBILE (max-width: 480px) --- */
@media (max-width: 480px) {
    /* Hero */
    .em_slider_inner h1 {
        font-size: 14px !important;
    }
    .em_slider_inner h2 {
        font-size: 17px !important;
    }
    .em_slider_inner.text-center h2,
    .em_slider_inner.text-center h2 span {
        font-size: 13px !important;
    }
    .em-slider-descript {
        font-size: 11px !important;
    }
    .em-button-button-area a {
        font-size: 10px !important;
        padding: 4px 10px !important;
    }

    /* Platform intro */
    .platform-intro h1 {
        font-size: 30px !important;
    }
    .platform-intro h2 {
        font-size: 22px;
    }

    /* Plank numbers */
    .about_area h1 {
        font-size: 40px !important;
    }

    /* Cards */
    .premium-service-card {
        padding: 20px 15px;
    }
    .premium-cta-block {
        padding: 20px;
    }

    /* Testimonial */
    .testimonial_area blockquote {
        font-size: 16px !important;
    }
}

/* --- EXTRA SMALL MOBILE (max-width: 400px) --- */
@media (max-width: 400px) {
    .em_slider_inner h1 {
        font-size: 12px !important;
    }
    .em_slider_inner h2 {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }
    .em_slider_inner.text-center h2,
    .em_slider_inner.text-center h2 span {
        font-size: 9px !important;
    }
    .em-slider-descript {
        display: none !important;
    }
    .em-button-button-area a {
        font-size: 9px !important;
        padding: 3px 8px !important;
    }
}

/* --- FORMS: SMALL MOBILE (max-width: 425px) --- */
@media (max-width: 425px) {
    /* Get Involved form */
    .volunteer-form-card {
        width: 100% !important;
        padding: 20px 10px !important;
    }
    .volunteer-section .container.section {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .volunteer-form-card h2 {
        font-size: 22px;
    }
    .volunteer-form-card > p {
        font-size: 13px;
    }
    .volunteer-form-card input[type="text"],
    .volunteer-form-card input[type="email"],
    .volunteer-form-card input[type="tel"] {
        padding: 10px 12px;
        font-size: 13px;
    }
    .volunteer-form-card textarea {
        padding: 10px 12px;
        font-size: 13px;
        min-height: 80px;
    }
    .volunteer-checkbox-label {
        font-size: 13px;
    }
    .volunteer-checkbox-grid {
        grid-template-columns: 1fr !important;
        gap: 6px;
    }
    .volunteer-checkbox-grid label {
        font-size: 12px;
    }
    .volunteer-submit {
        font-size: 14px;
        padding: 12px;
    }

    /* Contact form */
    .contact-form-card {
        padding: 25px 15px !important;
    }
    .contact-form-card h2 {
        font-size: 22px;
    }
    .contact-form-card > p {
        font-size: 13px;
    }
    .contact-form-card input[type="text"],
    .contact-form-card input[type="email"],
    .contact-form-card input[type="tel"],
    .contact-form-card select,
    .contact-form-card textarea {
        padding: 10px 12px;
        font-size: 13px;
    }
    .contact-submit {
        font-size: 14px;
        padding: 12px;
    }
    .contact-info-card {
        padding: 25px 15px;
    }
}
