:root {
	--gec-page-max: 1540px;
	--gec-page-gutter: 28px;
	--gec-content-max: 1460px;
	--gec-section-pad-y: 24px;
	--gec-content-max: 1232px;
	--gec-nav-color: #10367D;
	--gec-accent: #00B2FF;
	--gec-number-font: "IBM Plex Serif", serif;
}

html,
body {
	width: 100%;
	overflow-x: hidden;
}
 
.gec-sermons-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	grid-auto-flow: dense !important;
}

.gec-sermon-card {
	grid-column: span 2 !important; 
}

.gec-sermon-card--half {
	grid-column: span 3 !important;
}

.gec-sermon-card--wide {
	grid-column: span 6 !important;
}

.gec-sermons-more {
width: 120px;
    height: 40px;
    gap: 10px;
	font-size: 14px;
}


 

img,
iframe,
video {
	max-width: 100%;
}

/* Preloader stability on all devices */
.preloader-inner {
	width: clamp(280px, 46vw, 560px) !important;
	max-width: calc(100vw - 36px) !important;
	min-width: 260px !important;
}

.preloader-logo {
	width: clamp(110px, 11vw, 128px) !important;
}

.preloader-title,
.preloader-text {
	width: 100% !important;
	max-width: 100% !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
}


.gec-layout-shell {
	width: 100%;
	max-width: var(--gec-page-max);
	margin: 0 auto;
	padding-left: var(--gec-page-gutter);
	padding-right: var(--gec-page-gutter);
	box-sizing: border-box;
}

.nav-header.church-header .menu-area {
	max-width: calc(var(--gec-page-max) - (var(--gec-page-gutter) * 2)) !important;
	padding: 0 var(--gec-page-gutter) !important;
}

.gec-topbar .container {
	max-width: calc(var(--gec-page-max) - (var(--gec-page-gutter) * 2)) !important;
}

.gec-pastors-section,
.gec-ministries-head,
.gec-ministries-body,
.gec-events-section,
.gec-legacy-inner,
.gec-life-section,
.gec-sermons-section,
.gec-prayer-section,
.gec-footer-inner {
	max-width: var(--gec-content-max);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.gec-ministries-body {
	grid-template-columns: 280px minmax(0, 1fr);
}

.gec-ministry-card {
	grid-template-columns: minmax(0, 1fr) 430px;
	min-height: 500px;
}

.gec-events-slider {
	margin: 0 -12px;
	overflow: hidden;
}

.gec-events-slider .swiper-wrapper {
	align-items: stretch;
	transition-timing-function: linear;
}

.gec-event-slide {
	display: flex;
	height: auto;
}

.gec-event-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.gec-event-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.gec-event-btn {
	margin-top: auto;
}

.gec-inner-hero {
	padding: 34px 0 10px;
}

.gec-inner-section {
	padding: var(--gec-section-pad-y) 0;
}

.gec-ministries-wrapper {
	background-color: #103f8b;
}

.gec-pastors-wrapper,
.gec-ministries-wrapper,
.gec-events-wrapper,
.gec-life-wrapper,
.gec-sermons-wrapper,
.gec-prayer-wrapper,
.gec-legacy-wrapper {
	padding-top: var(--gec-section-pad-y);
	padding-bottom: var(--gec-section-pad-y);
}


.gec-inner-hero-box {
	max-width: var(--gec-content-max);
	margin: 0 auto;
	background: #f4f4f4;
	border-radius: 24px;
	padding: 28px 32px;
}

.gec-inner-hero-box h1 {
	margin: 12px 0 10px;
	color: #0f1c44;
	font-size: clamp(34px, 4.2vw, 58px);
	line-height: 1.03;
}

.gec-inner-hero-box p {
	margin: 0;
	color: #425479;
	font-family: var(--gec-number-font);
	font-size: 17px;
	line-height: 1.5;
	max-width: 860px;
}

.gec-surface {
	max-width: var(--gec-content-max);
	margin: 0 auto;
	background: #f4f4f4;
	border-radius: 30px;
	padding: 26px;
	box-sizing: border-box;
}

.gec-card-link {
	color: inherit;
	text-decoration: none;
	display: block;
	height: 100%;
}

.gec-sermon-card>a {
	color: inherit;
	text-decoration: none;
	display: block;
	height: 100%;
}

.gec-ministry-tiles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.gec-mini-card {
	background: #fff;
	border-radius: 22px;
	padding: 14px;
}

.gec-mini-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	border-radius: 14px;
}

.gec-mini-card h3 {
	margin: 14px 0 8px;
	color: #0f1c44;
	font-size: 30px;
	line-height: 1.1;
}

.gec-mini-card p {
	margin: 0 0 10px;
	color: #4e5d7f;
	font-size: 15px;
	line-height: 1.45;
}

.gec-link-btn,
.gec-outline-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 12px;
	text-decoration: none;
	font-family: var(--gec-number-font);
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	padding: 13px 18px;
	transition: all 0.3s ease;
}

.gec-link-btn {
	background: #10367d;
	color: #fff;
}

.gec-link-btn:hover {
	background: #00b2ff;
	color: #fff;
}

.gec-outline-btn {
	border: 1px solid #10367d;
	color: #10367d;
	background: transparent;
}

.gec-outline-btn:hover {
	background: #10367d;
	color: #fff;
}

.gec-outline-btn.gec-pdf-icon-btn {
	width: 38px;
	min-width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 10px;
	border-color: #d62828;
	color: #d62828;
	justify-content: center;
	gap: 0;
}

.gec-outline-btn.gec-pdf-icon-btn i {
	font-size: 17px;
	line-height: 1;
}

.gec-outline-btn.gec-pdf-icon-btn:hover {
	background: #d62828;
	border-color: #d62828;
	color: #ffffff;
}

.gec-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 480px;
	gap: 26px;
	align-items: stretch;
}

.gec-detail-content .tag {
	margin: 0 0 8px;
	color: #8393b6;
	font-family: var(--gec-number-font);
	font-size: 17px;
}

.gec-detail-content h2 {
	margin: 0 0 12px;
	color: #0f1c44;
 	line-height: 1;
}

.gec-detail-content>p {
	margin: 0 0 14px;
	color: #394a6f;
	font-family: var(--gec-number-font);
	font-size: 16px;
	line-height: 1.5;
}

.gec-detail-media {
	border-radius: 24px;
	overflow: hidden;
}

.gec-detail-media img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	display: block;
}

.page-give #give-overview .gec-detail-layout {
	align-items: center;
}

.page-give #give-overview .gec-detail-content h2 {
	font-size: clamp(28px, 3.6vw, 36px);
	line-height: 1.05;
}

.page-give #give-overview .gec-detail-content>p {
	font-size: 15px;
	line-height: 1.6;
}

.page-give #give-overview .gec-detail-media img {
	min-height: 320px;
	border-radius: 24px;
}

.gec-video-media iframe {
	width: 100%;
	height: 100%;
	min-height: 520px;
	border: 0;
	border-radius: 24px;
	display: block;
}

.gec-detail-actions { 
	display: flex;
	gap: 12px;
}

.gec-sermon-list-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.gec-sermon-list-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gec-sermon-list-card {
	background: #fff;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(14, 30, 66, 0.08);
}

.gec-sermon-list-card img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}

.gec-sermon-list-body {
	padding: 16px 16px 18px;
}

.gec-sermon-list-body .meta {
	margin: 0 0 6px;
	color: #7888aa;
	font-family: var(--gec-number-font);
	font-size: 15px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.gec-sermon-list-body h3 {
	margin: 0 0 8px;
	color: #0f1c44;
	font-size: 40px;
	line-height: 1.04;
}

.gec-sermon-list-body p {
	margin: 0 0 12px;
	color: #4c5d81;
	font-family: var(--gec-number-font);
	font-size: 15px;
	line-height: 1.45;
}

.gec-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.gec-contact-card {
	background: #fff;
	border-radius: 18px;
	padding: 24px 20px;
	text-align: left;
}

.gec-contact-card i {
	color: #00b2ff;
	font-size: 20px;
	margin-bottom: 12px;
}

.gec-contact-card h3 {
	margin: 0 0 6px;
	color: #0f1c44;
	font-size: 30px;
	line-height: 1.08;
}

.gec-contact-card p {
	margin: 0 0 10px;
	color: #4c5d81;
	font-family: var(--gec-number-font);
	font-size: 15px;
	line-height: 1.45;
}

.gec-contact-card a {
	color: #10367d;
	font-family: var(--gec-number-font);
	font-weight: 600;
	text-decoration: none;
}

.gec-contact-card a:hover {
	color: #00b2ff;
}

.page-gallery .gec-life-row > .gec-life-card:only-child {
	--basis: 100% !important;
	--grow: 1 !important;
	flex: 1 1 100% !important;
	height: 420px;
}

.gec-photo-hero {
	position: relative;
	padding: 0;
	margin-top: 14px;
	border-radius: 0;
	overflow: hidden;
	background: url("../img/gallery/gallerycover.webp") center/cover no-repeat;
	min-height: 417px;
}

.gec-photo-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.943) 0%, rgba(0, 0, 0, 0.423) 45%, rgba(0, 0, 0, 0) 75%);
}

.gec-photo-hero .gec-layout-shell {
	position: relative;
	z-index: 1;
}

.gec-photo-hero .gec-inner-hero-box {
	background: transparent;
	border-radius: 0;
	padding: 180px 28px 90px;
	text-align: center;
}

.gec-photo-hero .gec-inner-hero-box h1 {
	color: #fff;
	margin: 0 0 10px;
}

.gec-photo-hero .gec-inner-hero-box p {
	color: rgba(255, 255, 255, 0.9);
	margin: 0 auto;
	max-width: 760px;
}

#about-hero {
	background: url("../img/about/about.webp") center/cover no-repeat;
}

#pastors-hero {
	background: url("../img/pastor/pastor.webp") center/cover no-repeat;
}

#sermons-hero {
	background: url("../img/sermon/sermon.webp") center/cover no-repeat;
}

#sermon-details-hero {
	background: url("../img/gallery/gallery1.png") center/cover no-repeat;
}

#ministries-hero {
	background: url("../img/ministry/ministry.webp") center/cover no-repeat;
}

#ministry-details-hero {
	background: url("../img/ministry/banner.png") center/cover no-repeat;
}

#contact-hero {
	background: url("../img/contact.webp") center/cover no-repeat;
}

#give-hero {
	background: url("../img/landing/hero/hero-main.webp") center/cover no-repeat;
}

.gec-story-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 24px;
	align-items: center;
}

.gec-story-copy h2 {
	margin: 10px 0 12px;
	color: #0f172a;
	font-family: var(--title-font);
	font-weight: 500;
	font-size: clamp(34px, 3.4vw, 45px);
	line-height: 1.08;
}

.gec-story-copy p {
	color: #475569;
	font-family: var(--gec-number-font);
	font-size: clamp(15px, 1.1vw, 18px);
	line-height: 1.6;
	margin: 0 0 12px;
}

.gec-story-media-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.gec-story-media-grid img {
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
	display: block;
}

.gec-story-media-grid img:nth-child(1) {
	grid-column: span 2;
	height: 200px;
}

.gec-story-media-grid img:nth-child(2) {
	grid-column: span 3;
	height: 200px;
}

.gec-story-media-grid img:nth-child(3) {
	grid-column: span 3;
	height: 380px;
}

.gec-story-media-grid img:nth-child(4) {
	grid-column: span 2;
	height: 380px;
}

/* ---- Pastor Bio Cards (individual cards) ---- */
.gec-pastors-bio-list {
	max-width: var(--gec-content-max);
	margin: 0 auto;
	display: grid;
	gap: 18px;
}

.gec-pastor-bio-item {
	padding: 0;
	max-width: 100%;
}

.gec-pastor-bio-item h3 {
	margin: 0 0 10px;
	color: #0f1c44;
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.1;
}

.gec-pastor-bio-item p {
	margin: 0 0 16px;
	color: #4a5a7d;
	font-family: var(--gec-number-font);
	font-size: 15px;
	line-height: 1.6;
}

.gec-pastor-bio-item p:last-child {
	margin-bottom: 0;
}

.gec-pastor-bio-item h4 {
	margin: 24px 0 8px;
	color: #0f1c44;
	font-size: clamp(18px, 1.8vw, 24px);
	line-height: 1.2;
	font-weight: 600;
}
 

 

.page-our-ministry-listing #ministries-listing .gec-surface {
	background: transparent;
	padding: 0;
	border-radius: 0;
	max-width: 100%;
}

.page-our-ministry-listing #ministries-listing .gec-pastors-head {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 50px;
}

.page-our-ministry-listing #ministries-listing .subtitle {
	margin: 0 auto 8px;
	display: table;
}

.page-our-ministry-listing .gec-ministry-list-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.page-our-ministry-listing .gec-ministry-list-card {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	aspect-ratio: 0.82;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px;
}

.page-our-ministry-listing .gec-ministry-list-card img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.page-our-ministry-listing .gec-ministry-list-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	z-index: 0;
}

.page-our-ministry-listing .gec-ministry-list-card h3 {
	color: #fff;
	font-size: 28px;
	margin: 0 0 16px;
	position: relative;
	z-index: 1;
}

.page-our-ministry-listing .gec-ministry-list-card .gec-link-btn {
	background: #00b2ff;
	color: #fff;
	width: fit-content;
	position: relative;
	z-index: 1;
	border-radius: 12px;
	padding: 12px 24px;
}

.page-about #about-faq .gec-surface {
	background: #ffffff;
	border: 1px solid #eef2f7;
}

.page-about .gec-prayer-wrapper {
	border-top: 0;
}



.gec-faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.gec-faq-copy h2 {
	margin: 12px 0;
	color: #0f1c44;
	font-size: clamp(34px, 3.8vw, 52px);
	line-height: 1.06;
}

.gec-faq-copy p {
	color: #4a5a7d;
	font-family: var(--gec-number-font);
	font-size: 15px;
	line-height: 1.55;
	margin: 0 0 14px;
}

.gec-faq-copy img {
	width: 100%;
	max-width: 360px;
	height: 200px;
	object-fit: cover;
	border-radius: 14px;
	margin: 6px 0 14px;
}

.gec-faq-accordion {
	display: grid;
	gap: 8px;
}

.gec-faq-item {
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e7edf6;
	overflow: hidden;
}

.gec-faq-toggle {
	width: 100%;
	border: 0;
	background: transparent;
	color: #0f1c44;
	text-align: left;
	font-family: var(--gec-number-font);
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 14px 16px;
	cursor: pointer;
}

.gec-faq-panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.gec-faq-panel p {
	padding: 0 16px 14px;
	margin: 0;
	color: #4d5d81;
	font-family: var(--gec-number-font);
	font-size: 16px;
	line-height: 1.5;
}

.gec-faq-actions { 
  margin: 0 auto !important;
}

.gec-faq-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.gec-faq-more.is-hidden {
	display: none;
}

.gec-faq-item.is-active .gec-faq-panel {
	max-height: 180px;
}
 

.gec-faq-item .fa-minus {
	display: none;
}

.gec-faq-item.is-active .fa-minus {
	display: inline-block;
}

.gec-faq-item.is-active .fa-plus {
	display: none;
}

.gec-support-strip .gec-surface {
	background: #10367d;
	color: #fff;
	border-radius: 35px;
	max-width: 100%;
	width: 1140px;
	margin: 0 auto;
}

.gec-support-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	padding: 30px;
}

.gec-support-item {
	display: flex;
	align-items: center;
	gap: 20px;
	background: transparent;
	padding: 0;
	color: #fff;
	text-align: left;
}

.gec-support-item:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.gec-support-item i {
	width: 54px;
	height: 54px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #143f90;
	font-size: 20px;
}

.gec-support-item h4 {
	margin: 0 0 4px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.15;
}

.gec-support-item p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-family: var(--gec-number-font);
	font-size: 12px;
	line-height: 1.45;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.gec-support-item > div {
	min-width: 0;
}

.gec-give-donate-wrap {
	display: grid;
	gap: 20px;
}

.page-give #give-overview .gec-surface,
.page-give #give-donate .gec-surface {
	background: transparent;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}

.page-give .gec-give-intro {
	text-align: center;
	margin-bottom: 22px;
}

.page-give .gec-give-intro h2 {
	margin: 0 0 8px;
	color: #0f1c44;
	font-size: clamp(26px, 3.2vw, 36px);
	line-height: 1.1;
}

.page-give .gec-give-intro p {
	margin: 0 auto;
	max-width: 720px;
	color: #52607d;
	font-family: var(--gec-number-font);
	font-size: 16px;
	line-height: 1.5;
}

.gec-give-donate-head {
	text-align: center;
}

.gec-give-donate-head h2 {
	margin: 0 0 6px;
	color: #0f1c44;
	font-size: clamp(26px, 3.2vw, 36px);
	line-height: 1.1;
}

.gec-give-donate-head p {
	margin: 0;
	color: #52607d;
	font-family: var(--gec-number-font);
	font-size: 16px;
	line-height: 1.5;
}

.gec-give-donate {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 18px;
	max-width: 700px;
	margin: 0 auto;
}

.gec-give-qr,
.gec-give-bank {
	flex: 1 1 260px;
	max-width: 420px;
}

.gec-give-qr {
	text-align: center;
	background: #fff;
	border-radius: 18px;
	padding: 18px;
	border: 1px solid #e3e8f3;
	box-shadow: 0 12px 26px rgba(16, 54, 125, 0.12);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.gec-give-qr h3 {
	margin: 0;
	color: #10367d;
	font-size: 22px;
	line-height: 1.1;
}

.gec-give-qr img {
	width: 100%;
	max-width: 250px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 10px;
	border-radius: 10px;
}

.gec-give-qr p {
	margin: 0;
	color: #0f1c44;
	font-family: var(--gec-number-font);
	font-size: 16px;
}

.gec-give-bank {
	background: #10367d;
	border-radius: 20px;
	padding: 30px;
	color: #fff;
	max-width: 380px;
	width: 100%;
}

.gec-give-bank img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	display: block;
	margin-bottom: 10px;
}

.gec-give-bank h3 {
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 1.1;
	color: #fff;
}

.gec-prayer-field {
	min-height: 80px !important;
}

.gec-give-bank ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 6px;
}

.gec-give-bank li {
	font-family: var(--gec-number-font);
	font-size: 16px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.95);
}

/* New bank details layout */
.gec-bank-details-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px;
}

.gec-bank-detail-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: var(--gec-number-font);
	font-size: 16px;
	line-height: 1.45;
}

.gec-bank-label {
	font-weight: 700;
	color: rgba(255, 255, 255, 0.9);
	min-width: 130px;
	flex-shrink: 0;
}

.gec-bank-value {
	color: rgba(255, 255, 255, 0.95);
	flex: 1;
}

.gec-ministry-list-grid {
	margin-top: 12px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.gec-ministry-list-card {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	min-height: 248px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 14px;
}

.gec-ministry-list-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(6, 13, 33, 0.05), rgba(6, 13, 33, 0.82));
}

.gec-ministry-list-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gec-ministry-list-card h3,
.gec-ministry-list-card .gec-link-btn {
	position: relative;
	z-index: 1;
}

.gec-ministry-list-card h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 24px;
	line-height: 1.1;
}

.gec-ministry-list-card .gec-link-btn {
	align-self: flex-start;
}

.gec-ministry-detail-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.gec-ministry-detail-tab {
	border: 0;
	border-radius: 999px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1;
	font-family: var(--gec-number-font);
	color: #10367d;
	background: #edf3fb;
	transition: all 0.25s ease;
}

.gec-ministry-detail-tab.active {
	background: #00b2ff;
	color: #fff;
}

.gec-ministry-detail-panel {
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.gec-ministry-detail-panel.is-switching {
	opacity: 0.35;
	transform: translateY(8px);
}

.gec-ministry-detail-panel h4 {
	margin: 0 0 10px;
	color: #0f1c44;
	font-size: 28px;
}

.gec-sermon-board {
	max-width: var(--gec-content-max);
	margin: 0 auto;
	border-radius: 26px;
	padding: 18px 14px 14px;
	background: #10367d;
}

.gec-sermon-board-head {
	text-align: center;
			max-width: 90% !important;
	margin-bottom: 16px;
}

.gec-sermon-board-head .subtitle {
	display: inline-flex;
	padding: 5px 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 12px;
	font-family: var(--gec-number-font);
}

.gec-sermon-board-head h2 {
	margin: 9px 0;
	color: #fff;
	font-size: clamp(31px, 3.4vw, 44px);
	line-height: 1.08;
}

.gec-sermon-board-tags {
	display: inline-flex;
	gap: 6px;
}

.gec-gallery-tags {
	margin-top: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.gec-sermon-board-tags button {
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	color: #10367d;
	font-size: 12px;
	font-weight: 600;
	font-family: var(--gec-number-font);
	padding: 6px 11px;
}

.gec-sermon-board-tags button.active {
	background: #00b2ff;
	border-color: #00b2ff;
	color: #fff;
}

.gec-sermon-board-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	max-width: 92%;
}

.gec-sermon-tile {
	background: #fff;
	border-radius: 16px;
	padding: 8px;
	border: 1px solid #dce5f2;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.gec-sermon-tile img {
	width: 100%;
	height: 225px;
	border-radius: 10px;
	object-fit: cover;
}

.gec-sermon-tile .meta {
	margin: 8px 0 4px;
	font-size: 15px;
	line-height: 1.2;
	color: #7a88a8;
	text-transform: uppercase;
	font-family: var(--gec-number-font);
}

.page-sermon-list .gec-sermon-board {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.gec-sermon-tile h3 {
	margin: 0 0 5px;
	color: #0f1c44;
	font-size: 18px;
	line-height: 1.05;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gec-sermon-tile p {
	margin: 0 0 8px;
	color: #4a5a7d;
	font-family: var(--gec-number-font);
	font-size: 12px;
	line-height: 1.35;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gec-sermon-tile .gec-link-btn {
	width: auto;
	min-width: 90px;
	min-height: 40px;
	justify-content: center;
	padding: 7px 11px;
	font-size: 12px;
	border-radius: 9px;
}

.gec-sermon-board-footer {
	margin-top: 12px;
	text-align: center;
}

.gec-sermon-feature-image img,
.gec-sermon-feature-video-wrap iframe,
.gec-sermon-feature-video-wrap video {
	width: 100%;
	height: 580px;
	object-fit: cover;
	border-radius: 16px;
}

.gec-sermon-feature-video-wrap {
	margin-top: 16px;
}

.gec-sermon-feature-video-wrap iframe {
	border: 0;
}

.gec-sermon-feature-copy {
	margin-top: 16px;
}

.gec-sermon-feature-copy h2 {
	margin: 0 0 10px;
	color: #0f1c44;
	font-size: clamp(32px, 3.4vw, 50px);
	line-height: 1.05;
}

.gec-sermon-feature-copy p {
	margin: 0 0 10px;
	color: #4a5a7d;
	font-family: var(--gec-number-font);
	font-size: 16px;
	line-height: 1.55;
}

.page-sermon-detail .gec-surface {
	background: #ffffff;
	padding: 32px;
}

.page-sermon-detail .gec-sermon-feature-heading-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

.page-sermon-detail .gec-sermon-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #0b6bdc;
	color: #fff !important;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0 10px 18px rgba(11, 107, 220, 0.25);
}

.page-sermon-detail .gec-sermon-download-btn:hover {
	background: #095bb8;
}

.page-sermon-detail .gec-sermon-feature-meta {
	font-size: 12px;
	color: #6b7aa2;
}

.gec-blue-block .gec-highlights-block {
	max-width: var(--gec-content-max);
	margin: 0 auto;
	border-radius: 20px;
	padding: 20px;

}

section#related-sermons {
	background: #10367d;
}

.page-sermon-detail .gec-blue-block .gec-highlights-block {
	display: flex;
	max-width: 1380px !important;
	flex-direction: column;
	align-items: center;
	padding: 30px 36px 36px;
}

.gec-highlights-block h2 {
	margin: 0 0 12px;
	color: #fff;
	text-align: center;
	font-size: clamp(30px, 3.5vw, 44px);
}

.gec-highlights-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.gec-highlights-grid a {
	display: block;
}

.gec-highlights-grid img {
	width: 100%;
	height: 120px;
	border-radius: 12px;
	object-fit: cover;
	display: block;
}

.page-sermon-detail .gec-highlights-grid {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.page-sermon-detail .gec-highlights-row {
	display: flex;
	gap: 16px;
}

.page-sermon-detail .gec-highlight-card {
	display: block;
	position: relative;
	flex: var(--grow, 1) 1 var(--basis, 50%);
	height: var(--height, 290px);
	min-width: 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 18px rgba(10, 23, 58, 0.22);
}

.page-sermon-detail .gec-highlight-card img {
	width: 100%;
	height: 100%;
	border-radius: 14px;
	object-fit: cover;
	display: block;
}

.gec-pastor-journey {
	display: grid;
	grid-template-columns: 400px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
}

.gec-pastor-bio {
	border-bottom: 1px solid #e7edf6;
	padding: 14px 0;
}

.gec-pastor-bio:last-child {
	border-bottom: 0;
}

.gec-pastor-bio h3 {
	margin: 0 0 8px;
	color: #0f1c44;
	font-size: clamp(28px, 3.2vw, 42px);
	line-height: 1.1;
}

.gec-pastor-bio p {
	margin: 0;
	color: #4a5a7d;
	font-family: var(--gec-number-font);
	font-size: 16px;
	line-height: 1.55;
}

/* Ministry Detail Restructured */
#ministry-detail-header {
	text-align: center;
	padding-bottom: 0;
}

.page-our-ministry-detail .gec-ministry-tabs-wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(255, 255, 255, 0.96);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 16px 0;
	margin-bottom: 50px;
}

.page-our-ministry-detail .gec-ministry-tabs-wrap::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: rgba(15, 28, 68, 0.08);
}

.gec-ministry-tabs-wrap .gec-ministry-detail-tabs {
	justify-content: center;
	gap: 15px;
}

.gec-ministry-intro-copy {
	max-width: 900px;
	margin: 0 auto 50px;
}

.page-sermon-detail .gec-sermon-feature-copy p {

	margin-top: 25px;
	margin-bottom: 6px;
}

.gec-ministry-tag {
	color: #00b2ff;
	font-family: var(--gec-number-font);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1.5px;
	margin-bottom: 12px;
	display: block;
}

.gec-ministry-intro-copy h2 {
	font-size: 48px;
	line-height: 1.1;
	color: #080808;
	margin-bottom: 20px;
	font-weight: 600;
}

.gec-ministry-intro-copy p {
	font-size: 17px;
	color: #555;
	line-height: 1.6;
}

.gec-ministry-hero-media img {
	width: 100%;
	max-width: 100%;
	margin: 0;
	display: block;
	height: auto;
	min-height: 480px;
	max-height: 640px;
	object-fit: cover;
	border-radius: 36px;
}

.gec-ministry-features-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 480px;
	gap: 60px;
	align-items: center;
	margin-bottom: 50px;
}

#ministry-detail-features .gec-features-content h3 {
	font-size: 38px;
	line-height: 1.1;
	color: #080808;
	margin-bottom: 20px;
}

.gec-feature-points {
	list-style: none;
	padding: 0;
	margin: 25px 0 0;
}

.gec-feature-points li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 14px;
	color: #404040;
	font-size: 16px;
	line-height: 1.4;
	font-family: var(--gec-number-font);
}

.gec-feature-points li::before {
	content: '+';
	position: absolute;
	left: 0;
	top: 0;
	color: #ff9800;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
}

.gec-features-media img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	border-radius: 36px;
}

.gec-ministry-bottom-desc {
	border-top: 1px solid #ebeef2;
	padding-top: 40px;
	margin-bottom: 60px;
}

.gec-ministry-bottom-desc p {
	color: #555;
	font-family: var(--gec-number-font);
	font-size: 15px;
	line-height: 1.7;
}

.gec-ministry-questions-wrap {
	text-align: center;
}

.gec-ministry-questions-wrap h3 {
	font-size: 28px;
	color: #080808;
	margin-bottom: 30px;
	font-family: var(--title-font);
}

.gec-ministry-questions-banner {
	background: #143f90;
	border-radius: 35px;
	padding: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	align-items: center;
	max-width: 100%;
	width: 100%;
	margin: 0;
}

.gec-q-item {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #fff;
	text-align: left;
}

.gec-q-item:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.gec-q-icon {
	width: 54px;
	height: 54px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.gec-q-icon i {
	color: #143f90;
	font-size: 20px;
}

.gec-q-text h4 {
	margin: 0 0 4px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.gec-q-text p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	line-height: 1.4;
	font-family: var(--gec-number-font);
}

.gec-q-text a {
	color: #ffffff !important;
	text-decoration: none;
}

.gec-q-text a:hover {
	color: #d8ebff !important;
}

.gec-q-social-links {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 2px;
}

.gec-q-social-links a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.45);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	background: rgba(255, 255, 255, 0.06);
}

.gec-q-social-links a:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.8);
}

.gec-q-social-handle {
	margin-top: 8px !important;
	font-size: 13px;
	letter-spacing: 0.02em;
}


/* Counters: stronger spacing + dividers */
.gec-counters .container {
	padding: 12px 14px;
	border-radius: 18px;
}

.gec-counter-card {
	min-height: 88px;
	display: flex;
	gap: 10px !important;
	flex-direction: column;
	justify-content: center;
}

.gec-counters .col-lg-3:not(:last-child) .gec-counter-card::after {
	height: 54px;

	background: #2e2e2e;
}

 
 
/* =========================================================
   Our Pastors Page Final Responsive Fixes
   (kept at end to override conflicting earlier rules)
========================================================= */
.page-our-pastors #pastors-list .row > [class*="col-"] {
	display: flex;
	justify-content: center;
	flex: 0 0 50%;
	max-width: 50%;
}

.page-our-pastors #pastors-list .gec-pastor-card {
	width: min(100%, 430px) !important;
	min-height: 560px !important;
	height: auto !important;
	padding: 18px !important;
	border-radius: 28px !important;
	display: flex;
}

.page-our-pastors #pastors-list .gec-card-link {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.page-our-pastors #pastors-list .gec-pastor-image-wrap {
	height: clamp(260px, 27vw, 360px) !important;
	border-radius: 20px !important;
	overflow: hidden;
}

.page-our-pastors #pastors-list .gec-pastor-image-wrap img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.page-our-pastors #pastors-list .gec-pastor-info {
	padding: 14px 8px 8px !important;
}

.page-our-pastors #pastors-list .gec-pastor-copy h3 {
	font-size: clamp(32px, 3vw, 44px) !important;
	line-height: 1.15;
	margin-bottom: 8px;
}

.page-our-pastors #pastors-list .gec-pastor-copy h4 {
	font-size: clamp(15px, 1.1vw, 18px) !important;
	line-height: 1.35;
	margin-bottom: 10px;
}

.page-our-pastors #pastors-list .gec-pastor-copy p {
	font-size: 16px !important;
	line-height: 1.58 !important;
}

.page-our-pastors #pastors-journey .gec-pastor-journey {
	grid-template-columns: minmax(280px, 34%) minmax(0, 1fr) !important;
	align-items: start !important;
	gap: 30px !important;
}

.page-our-pastors #pastors-journey .gec-detail-media {
	width: 100%;
	max-width: 500px;
}

.page-our-pastors #pastors-journey .gec-detail-media img {
	width: 100%;
	height: clamp(420px, 48vw, 640px);
	object-fit: cover;
}

 
.page-our-pastors #pastors-journey .gec-leader-entry {
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 14px ;
}

.page-our-pastors #pastors-journey .gec-leader-thumb {
	width: 130px;
	height: 142px;
	border-radius: 16px;
}

 



@media (max-width: 360px) {
	.page-our-pastors #pastors-list .gec-pastor-card {
		width: 100% !important;
	}

	.page-our-pastors #pastors-list .gec-pastor-image-wrap {
		height: 300px !important;
	}

	.page-our-pastors #pastors-list .gec-pastor-copy h3 {
		font-size: 22px !important;
	}
}

@media (max-width: 575px) {
	.page-our-pastors #pastors-list .row > [class*="col-"] {
		flex: 0 0 100%;
		max-width: 100%;
	}

	:root {
		--gec-btn-font: 12px !important;
		--gec-btn-pad-y: 12px !important;
		--gec-btn-pad-x: 20px !important;
		--gec-btn-min-h: 44px !important;
		--gec-section-pad-y: 18px !important;
    
	}

 

	.preloader-inner {
		width: calc(100vw - 30px) !important;
		min-width: 0 !important;
	}

	.preloader-logo {
		width: clamp(100px, 30vw, 140px) !important;
	}

 
	.gec-counter-card .counter-num {
		font-size: 22px;
	}

	.gec-counter-card .counter-label {
		font-size: 13px;
	}

	 

	.gec-event-content .desc {
		font-size: 12px;
		min-height: 34px;
	}
 
	.page-our-pastors .gec-pastor-card {
		padding: 16px;
		border-radius: 24px;
		gap: 16px;
		max-width: 350px !important;
	}
	.page-give .gec-give-donate-head p {
		font-size: 15px;
	}

	.page-give .gec-give-qr img {
		max-width: 140px;
	}

	.page-give .gec-give-qr p {
		font-size: 12px;
	}

	.page-give .gec-give-bank {
		padding: 16px;
		border-radius: 16px;
	}

	.page-give .gec-give-bank li {
		font-size: 14px !important;
	}

	.page-give .gec-bank-label {
		min-width: 110px;
		font-size: 14px;
	}

	.page-give .gec-bank-value {
		font-size: 14px;
	}

	.page-give .gec-bank-details-list {
		gap: 6px;
		margin-top: 12px;
	}

	.gec-hero {
		min-height: 60vh;
	}


	.gec-story-media-grid {
		gap: 4px;
	}

	.gec-story-media-grid img:nth-child(1),
	.gec-story-media-grid img:nth-child(2) {
		height: 100px;
	}

	.gec-story-media-grid img:nth-child(3),
	.gec-story-media-grid img:nth-child(4) {
		height: 160px;
	}

	.page-about #about-story .gec-detail-actions {
		grid-template-columns: 1fr;
	}

	.page-about #about-story .gec-story-media-grid {
		gap: 8px;
	}

	.page-about #about-story .gec-story-media-grid img:nth-child(1),
	.page-about #about-story .gec-story-media-grid img:nth-child(2) {
		height: 116px;
	}

	.page-about #about-story .gec-story-media-grid img:nth-child(3),
	.page-about #about-story .gec-story-media-grid img:nth-child(4) {
		height: 170px;
	}
	 
	.gec-ministries-menu ul {
		grid-template-columns: 1fr;
	}

	.gec-sermon-board-grid {
		grid-template-columns: 1fr !important;
		max-width: 80% !important;
	}

	.page-sermon-list .gec-sermon-board-grid {
		grid-template-columns: 1fr !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.gec-sermons-grid {
		grid-template-columns: 1fr !important;
	}

	.gec-life-card {
		flex: 1 1 100% !important;
		height: 160px !important;
	}

	.gec-hero-content {
		padding: 20px 20px 10px !important;
		margin-bottom: 10px !important;
	}

	.gec-event-image-wrap {
		height: 130px !important;
	}

	.gec-hero-content .hero-welcome {
		font-size: 14px !important;
	}

	.gec-hero-content .hero-sub {
		font-size: 14px !important;
	}

	.gec-prayer-figure {
		width: 190px !important;
		max-width: 190px !important;
	}

	.gec-prayer-figure img {
		width: 190px !important;
		height: 285px !important;
	}

	.gec-prayer-field label {
		font-size: 14px !important;
	}
iframe.ql-video {
    max-width: 500px;
    min-height: 270px;
}
	.gec-prayer-field input,
	.gec-prayer-field textarea {
		font-size: 13px !important;
	}

	.gec-prayer-field input {
		height: 42px !important;
	}

	.gec-prayer-field textarea {
		min-height: 130px !important;
	}

	.gec-prayer-btn {
		font-size: 14px !important;
		padding: 12px 18px !important;
	}

	.page-sermon-list .gec-sermon-tile img {
		height: 160px;
	}

	.gec-ministry-detail-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 6px;
	}

	/* Sermon + Gallery category tabs: horizontal scroll on mobile */
	.page-sermon-list #sermon-list .gec-sermon-board-tags {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden;
		justify-content: flex-start !important;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		padding-bottom: 6px;
	}

	.page-sermon-list #sermon-list .gec-sermon-board-tags button {
		flex: 0 0 auto;
		white-space: nowrap;
		scroll-snap-align: start;
	}

	.page-gallery #life-gallery .gec-gallery-tags {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden;
		justify-content: flex-start !important;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		padding-bottom: 6px;
	}

	.page-gallery #life-gallery .gec-gallery-tags button {
		flex: 0 0 auto;
		white-space: nowrap;
		scroll-snap-align: start;
	}

	.gec-legacy-tabs {
		width: 100% !important;
		justify-content: center;
	}


	.page-our-ministry-listing .gec-ministry-list-grid {
		grid-template-columns: 1fr !important;
	}

	.page-our-ministry-listing .gec-ministry-list-card {
		min-height: 220px;
	}
		.page-home #ministries .gec-ministries-menu li {
		font-size: 13px !important;
		padding: 7px 12px !important;
	}
 .page-our-pastors #pastors-hero .gec-inner-hero-box h1{
	  font-size: clamp(28px, 6vw, 24px) !important;
        line-height: 1.42;
 }

    .gec-ministry-content h3,
    .gec-event-content h3,
    .gec-sermon-list-body h3,
	.gec-contact-card h3,
    .page-our-ministry-listing .gec-ministry-list-card h3,
    .page-our-pastors #pastors-journey .gec-leader-text h3,
	.page-our-pastors #pastors-list .gec-pastor-copy h3,
 	.page-give .gec-give-bank h3,
	.gec-pastor-info h3,
	.page-blog-detail .blog-content h3,
	.page-blog-detail .blog-content h4 {
		font-size: clamp(15px, 7vw, 20px) !important;
		line-height: 1.15;
		margin-bottom: 10px;
	}
	.page-sermon-list #sermon-list .gec-sermon-board-head h2,
    .gec-detail-content h2 , 
	.page-our-pastors #pastors-journey .gec-detail-content h2,
	.gec-life-head h2,
	.gec-pastors-head h2,
	.page-give .gec-give-intro h2,
	.page-our-ministry-listing #ministries-listing .gec-pastors-head h2, 
	.gec-detail-content h2, 
	.page-give .gec-give-donate-head h2,
	.gec-pastors-head h2, 
	.gec-events-head-left h2,  
	.page-sermon-detail .gec-sermon-feature-copy h2,
	.gec-sermons-copy h2, 
	.gec-prayer-content h2, 
	.gec-mission-content h2,
	.gec-story-copy h2,
	.gec-legacy-left h2,
	.page-give #give-overview .gec-detail-content h2,
	.gec-faq-copy h2,
	.page-blog-detail .blog-content h2,
	.page-blog-detail .comments-head h2,
	.page-blog-detail .recent-head h2 {
        font-size: clamp(20px, 6.6vw, 24px) !important;
        line-height: 1.42;
    }

	.page-blog-detail .detail-shell {
		width: min(95%, 500px) !important;
	}

	.page-blog-detail .blog-detail-card,
	.page-blog-detail .comments-block,
	.page-blog-detail .recent-block {
		padding: 12px !important;
	}

	.page-blog-detail .blog-card-top {
		flex-wrap: wrap;
		gap: 10px;
	}

	.page-blog-detail .copy-post-link {
		width: 100%;
		text-align: center;
	}

	.page-blog-detail .blog-detail-title {
		font-size: clamp(28px, 9vw, 36px) !important;
		line-height: 1.1;
		margin: 0 0 14px;
	}

	.page-blog-detail .blog-content {
		margin-top: 14px;
		font-size: 14px !important;
		line-height: 1.62 !important;
	}

	.page-blog-detail .blog-content h1 {
		font-size: clamp(24px, 8vw, 30px) !important;
		line-height: 1.2;
		margin: 16px 0 8px;
	}

}


@media (max-width: 767px) {

	:root {
		--gec-page-gutter: 10px;
		--gec-section-pad-y: 22px;
		--gec-btn-font: 15px;
		--gec-btn-pad-y: 11px;
		--gec-btn-pad-x: 20px;
		--gec-btn-min-h: 44px;
 
	}
.gec-pastor-info {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.gec-pastor-thumb {
		margin: 0 auto;
	}

	.gec-pastor-copy h3,
	.gec-pastor-copy h4,
	.gec-pastor-copy p {
		text-align: center;
	}
	.gec-counters .col-lg-3 .gec-counter-card::after {
		display: none;
	}

	.gec-counters .col-6 {
		position: relative;
	}

	.gec-counters .col-6:nth-child(odd) .gec-counter-card::after {
		content: '';
		position: absolute;
		top: 50%;
		right: -1px;
		transform: translateY(-50%);
		width: 1px;
		height: 46px;
		background: #c6d2e1;
	}

	.gec-counters .col-6:nth-child(-n+2) .gec-counter-card {
		border-bottom: 1px solid #e1e8f3;
		padding-bottom: 14px !important;
	}

	.gec-counters .col-6:nth-child(n+3) .gec-counter-card {
		padding-top: 14px;
	}

	.gec-events-nav {
		justify-content: center;
		padding: 0;
	}

	.gec-events-arrow {
		width: 40px;
		height: 40px;
	}

	.gec-mission {
		min-height: auto;
		align-items: stretch;
		flex-direction: column-reverse;
		background: #10367d;
		padding: 0px 0 !important;
	}

	.gec-mission-bg {
		position: relative;
		height: 360px !important;
		width: 90%;
	}

	.gec-mission-content {
		padding: 22px 18px 24px !important;
	}

	.gec-mission-content .mission-text {
		max-width: 100%;
	}

	.gec-story-layout,
	.gec-faq-layout,
	.gec-ministries-body,
	.gec-sermons-section,
	.gec-prayer-section,
	.gec-detail-layout {
		grid-template-columns: 1fr !important;
	}

	.gec-ministry-card {
		grid-template-columns: 1fr !important;
		padding: 25px !important;
	}

	.gec-ministries-menu {
		padding: 20px !important;
	}

	 

	.gec-ministries-menu ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.gec-ministries-menu li {
		text-align: center;
		font-size: 14px !important;
	}

	.gec-ministry-content p,
	.gec-ministry-content li {
		font-size: 15px !important;
		line-height: 1.5;
	}

	.gec-ministry-image {
		height: 220px !important;
	}

	.gec-sermon-board-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		max-width: 90%;
	}

	.page-sermon-list .gec-sermon-board-grid {
		grid-template-columns: 1fr !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.page-sermon-list .gec-sermon-board {
		padding: 18px !important;
	}

	.page-sermon-list .gec-sermon-tile img {
		height: 200px;
	}

	.gec-sermons-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.gec-life-row {
		flex-wrap: wrap !important;
	}

	.gec-hero-content .hero-welcome {
		line-height: 1.4;
	}

	.gec-life-card {
		flex: 1 1 calc(50% - 6px) !important;
		height: 150px !important;
	}



	.gec-prayer-figure {
		width: 210px !important;
		max-width: 210px !important;
		margin: 0 auto 10px !important;
	}

	.gec-prayer-figure img {
		width: 210px !important;
		height: 315px !important;
	}

 
	.gec-prayer-field label {
		font-size: 14px !important;
		margin-bottom: 8px;
	}

	.gec-prayer-field input,
	.gec-prayer-field textarea {
		font-size: 13px !important;
		padding: 10px 12px !important;
	}

	.gec-ministry-bottom-desc p {
		font-size: 15px !important;
	}

	.gec-prayer-field input {
		height: 40px !important;
	}

	.gec-prayer-field textarea {
		min-height: 120px !important;
	}

	.gec-prayer-note {
		font-size: 12px !important;
		line-height: 1.5;
	}

	.gec-prayer-btn {
		font-size: 13px !important;
		padding: 11px 16px !important;
		border-radius: 12px;
	}

	.gec-event-content .date {
		font-size: 11px !important;
	}

	.gec-event-image-wrap {
		height: 150px !important;
	}

	.gec-event-content h3 {
		font-size: 16px !important;
	}

	.gec-event-content .desc {
		font-size: 12px !important;
	}

	.gec-legacy-tab,
	.gec-ministry-detail-tab,
	.gec-sermon-board-tags button {
		font-size: 12px !important;
		padding: 12px 14px;
		font-weight: 600;
		;
	}

	.gec-legacy-tabs {
		padding: 6px;
		gap: 6px;

	}

	 

	.gec-legacy-left .legacy-text,
	.gec-legacy-points li,
	.gec-ministries-head p,
	.gec-events-head-left p,
	.gec-faq-panel p,
	.gec-life-head p,
	.gec-sermons-copy p,
	.page-give .gec-give-intro p .gec-pastors-head p,
	.gec-inner-hero-box p {
		font-size: 13px !important;
		line-height: 1.5 !important;
	}

	.page-give #give-overview .gec-detail-content>p {
		font-size: 13px !important;
		line-height: 1.6 !important;
	}

	.page-give .gec-give-intro p,
	.page-give .gec-give-donate-head p {
		font-size: 13px !important;
		line-height: 1.6 !important;
	}

	.gec-legacy-btn {
		font-size: 16px;
		padding: 12px 16px;
	}

	.page-sermon-list .gec-sermon-board-tags {
		flex-wrap: wrap;
		justify-content: center;
	}

	.page-sermon-list .gec-sermon-board-tags button {
		font-size: 15px;
		padding: 7px 12px;
	}

	.page-sermon-list .gec-sermon-tile {
		padding: 12px;
		border-radius: 14px;
	}

	.page-sermon-list .gec-sermon-tile img {
		height: 180px;
	}

	.page-sermon-list .gec-sermon-tile .meta {
		font-size: 12px;
	}

	.page-sermon-list .gec-sermon-tile h3 {
		font-size: 16px;
	}

	.page-sermon-list .gec-sermon-tile p {
		font-size: 15px;
		line-height: 1.5;
	}

	.page-sermon-list .gec-sermon-tile .gec-link-btn {
		font-size: 16px !important;
		padding: 10px 12px;
		border-radius: 12px;
	}

	.page-our-ministry-listing .gec-ministry-list-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px !important;
	}

	.page-our-ministry-listing .gec-ministry-list-card {
		aspect-ratio: auto;
		min-height: 200px !important;
		padding: 14px;
		border-radius: 16px;
	}
 

	.page-our-ministry-listing .gec-ministry-list-card .gec-link-btn {
		font-size: 16px !important;
		padding: 6px 10px !important;
		border-radius: 999px;
	}

	.page-about #about-legacy .gec-legacy-pill {
		font-size: 16px !important;
		padding: 6px 14px !important;
	}

	 

	.page-about #about-legacy .gec-legacy-tabs {
		flex-wrap: wrap;
		gap: 6px;
		height: auto;
		padding: 4px;
	}

	.page-about #about-legacy .gec-legacy-tab {
		font-size: 13px;
		padding: 8px 12px;
		line-height: 1.3;
		height: auto;
	}

	.page-about #about-legacy .gec-legacy-left .legacy-text {
		font-size: 15px !important;
		line-height: 1.6;
	}

	.page-about #about-legacy .gec-legacy-points li {
		font-size: 15px;
		line-height: 1.5;
	}

	.page-about #about-legacy .gec-legacy-btn {
		font-size: 15px !important;
		padding: 12px 16px;
	}

	.gec-hero-content {

		margin-bottom: 20px !important;
	}

	.page-sermon-detail .gec-highlights-row {
		flex-direction: column;
	}

	.page-sermon-detail .gec-highlight-card {
		height: 210px;
	}

	.page-give #give-overview .gec-detail-layout {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.page-give #give-overview .gec-detail-media img {
		min-height: 220px;
	}

	.gec-hero-content .hero-main-title {

		font-size: clamp(23px, 5vw, 46px);
		line-height: 1.06;
	}

	.gec-hero-content .hero-main-title {
		margin-bottom: 10px !important;
	}

	.page-give .gec-give-donate {
		flex-direction: row;
		gap: 16px;
		max-width: 100%;
	}

	.page-give .gec-give-qr img {
		max-width: 150px;
	}

	.page-give .gec-give-qr h3 {
		font-size: 18px;
	}

	.page-give .gec-give-qr p {
		font-size: 15px;
	}

	 

	.page-give .gec-give-bank li {
		font-size: 16px;
		line-height: 1.45;
	}

	.page-give .gec-bank-label {
		min-width: 120px;
		font-size: 16px;
	}

	.page-give .gec-bank-value {
		font-size: 16px;
	}


	.gec-layout-shell {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.gec-pastor-card {
		min-height: 560px;
		max-width: 90%;
		border-radius: 34px;
	}

	.gec-pastor-image-wrap {
		height: 250px;
		border-radius: 24px;
	}

 

	.gec-pastor-info h4 {
		font-size: 16px;
	}

	.gec-ministries-section,
	.gec-inner-hero-box,
	.gec-surface,
	.gec-legacy-section,
	.gec-events-section,
	.gec-life-section,
	.gec-sermons-section,
	.gec-prayer-section {
		border-radius: 16px;
		padding-left: 14px;
		padding-right: 14px;
	}

	.gec-ministry-image {
		height: 240px;
		border-radius: 14px;
	}

	.gec-events-slider {
		margin: 0 -6px;
	}

	.gec-event-slide {
		transform: scale(0.94);
	}

	.gec-support-grid {
		grid-template-columns: 1fr !important;
		gap: 30px !important;
		padding: 20px 20px !important;
	}

	.gec-events-slider .swiper-slide-active {
		transform: scale(1.01);
	}

	.gec-sermons-grid {
		grid-template-columns: 1fr;
	}
	.gec-sermons-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.gec-sermon-card,
	.gec-sermon-card--half,
	.gec-sermon-card--wide {
		grid-column: 1 / -1 !important;
	}

	.gec-sermons-more {
		width: 120px;
    height: 40px;
    gap: 10px;
		font-size: 13px;
	}
	.gec-ministry-tiles,
	.gec-sermon-list-grid,
	.gec-sermon-list-grid--three,
	.gec-sermon-board-grid,
	.gec-ministry-list-grid {
		grid-template-columns: 1fr;
	}

	.gec-detail-actions {
		flex-direction: row;
		align-items: stretch;
	}

	.gec-link-btn,
	.gec-outline-btn {
		justify-content: center;
	}

	.gec-footer-about p {
		max-width: 100%;
		font-size: 14px !important;
	}

	.gec-footer-about p,
	.gec-footer-col a,
	.gec-footer-newsletter p {
		font-size: 14px !important;
		line-height: 1.25 !important;
	}

 
	.gec-prayer-field.full {
		width: 100% !important;
	}

	.gec-prayer-figure {
		width: 200px;
		max-width: 200px;
	}

	.gec-prayer-figure img {
		width: 200px;
		height: 355px;
	}

	.gec-support-item p {
		font-size: 10px !important;
		line-height: 1.5;
	}

	.gec-footer-grid {
		grid-template-columns: 1fr;
	}

 
	.page-our-pastors .gec-pastor-card {
		padding: 16px;
		border-radius: 24px;
		gap: 16px;
		max-width: 300px;
	}

	.gec-story-media-grid {
		gap: 6px;
	}

	.gec-story-media-grid img:nth-child(1),
	.gec-story-media-grid img:nth-child(2) {
		height: 120px;
	}

	.gec-story-media-grid img:nth-child(3),
	.gec-story-media-grid img:nth-child(4) {
		height: 200px;
	}

	.gec-prayer-section {
		grid-template-columns: 96px minmax(0, 1fr) !important;
	}

	.gec-prayer-figure {
		width: 96px !important;
		max-width: 96px !important;
	}

	.gec-prayer-figure img {
		width: 96px !important;
		height: 146px !important;
	}

	.gec-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
	.page-our-ministry-listing #ministries-listing .gec-pastors-head {
		margin-bottom: 20px;
	}

	.page-our-ministry-listing #ministries-listing .subtitle {
		font-size: 15px;
		padding: 8px 16px;
	}

 

	.page-our-ministry-listing #ministries-listing .gec-pastors-head p {
		font-size: 14px;
		line-height: 1.55;
		max-width: 340px;
		margin: 0 auto;
	}

	.page-our-ministry-listing .gec-ministry-list-grid {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}

	.page-our-ministry-listing .gec-ministry-list-card {
		max-width: 420px;
		width: 100%;
		margin: 0 auto;
		min-height: 236px !important;
		padding: 14px !important;
		border-radius: 16px !important;
	}

	 
iframe.ql-video {
    max-width: 700px;
    min-height: 400px;
}
	.page-our-ministry-listing .gec-ministry-list-card .gec-link-btn {
		font-size: 12px !important;
		padding: 5px 10px !important;
		border-radius: 999px !important;
	}
	.page-our-pastors #pastors-journey .gec-leader-entry {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 12px;
	}

	.page-our-pastors #pastors-journey .gec-leader-thumb {
		width: 88px;
		height: 96px;
		border-radius: 12px;
	}

 

	.page-our-pastors #pastors-journey .gec-leader-text p {
		font-size: 14px;
		line-height: 1.5;
	}


	.page-our-pastors #pastors-hero .gec-inner-hero-box p {
		font-size: 14px !important;
		line-height: 1.52 !important;
	}

	.page-our-pastors #pastors-list .gec-pastors-head {
		margin-bottom: 18px !important;
	}

	.page-our-pastors #pastors-list .gec-pastors-head .subtitle {
		font-size: 14px !important;
		padding: 7px 14px !important;
	}

 

	.page-our-pastors #pastors-list .gec-pastors-head p {
		font-size: 14px !important;
		line-height: 1.5 !important;
		max-width: 320px;
	}

	.page-our-pastors #pastors-list .gec-pastor-card {
		width: min(100%, 345px) !important;
		min-height: 0 !important;
		padding: 12px !important;
		border-radius: 16px !important;
	}

	.page-our-pastors #pastors-list .gec-pastor-image-wrap {
		height: 300px !important;
		border-radius: 12px !important;
	}

	.page-our-pastors #pastors-list .gec-pastor-info {
		padding: 10px 4px 6px !important;
	}

	 

	.page-our-pastors #pastors-list .gec-pastor-copy h4 {
		font-size: 13px !important;
		margin-bottom: 8px;
	}

	.page-our-pastors #pastors-list .gec-pastor-copy p {
		font-size: 14px !important;
		line-height: 1.45 !important;
	}

	.page-our-pastors #pastors-list .gec-pastors-cta {
		margin-top: 14px !important;
	}

	.page-our-pastors #pastors-list .gec-pastors-btn {
		font-size: 14px !important;
		padding: 10px 14px !important;
		border-radius: 10px !important;
	}

	.page-our-pastors #pastors-journey .gec-pastor-journey {
		gap: 16px !important;
	}

	.page-our-pastors #pastors-journey .gec-detail-media {
		max-width: 100% !important;
		display: none !important;
	}

	.page-our-pastors #pastors-journey .gec-detail-media img {
		height: clamp(220px, 58vw, 320px) !important;
		border-radius: 14px !important;
	}

	 

	.page-our-pastors #pastors-journey .gec-leader-entry {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
		align-items: start !important;
	}

	.page-our-pastors #pastors-journey .gec-leader-thumb {
		width: 122px !important;
		height: 132px !important;
		border-radius: 10px !important;
		justify-self: start !important;
	}

	

	
	.gec-ministry-content h3,
    .gec-event-content h3,
    .gec-sermon-list-body h3,
	.gec-contact-card h3,
    .page-our-ministry-listing .gec-ministry-list-card h3,
	.page-our-pastors #pastors-list .gec-pastor-copy h3,
 	.page-give .gec-give-bank h3,
	.gec-pastor-info h3,
	.page-our-pastors #pastors-journey .gec-leader-text h3,
	.page-blog-detail .blog-content h3,
	.page-blog-detail .blog-content h4 {
		font-size: clamp(20px, 6vw, 26px) !important;
		margin-bottom: 6px;
	}

	

	.page-sermon-list #sermon-list .gec-sermon-board-head h2,
    .gec-detail-content h2 , 
	.page-our-pastors #pastors-journey .gec-detail-content h2, 
	.gec-pastors-head h2,
	.page-our-ministry-listing #ministries-listing .gec-pastors-head h2,
	.gec-detail-content h2, 
	.gec-prayer-content h2,
	.gec-pastors-head h2, 
	.page-sermon-detail .gec-sermon-feature-copy h2,
	.gec-events-head-left h2,
	.page-give .gec-give-intro h2,
	.gec-mission-content h2,
	.gec-life-head h2, 
	.gec-sermons-copy h2,  
	.page-give #give-overview .gec-detail-content h2,
	.gec-story-copy h2,
	.gec-legacy-left h2,
	.gec-faq-copy h2,
	.page-blog-detail .blog-content h2,
	.page-blog-detail .comments-head h2,
	.page-blog-detail .recent-head h2 {
        font-size: clamp(24px, 6vw, 28px);
        line-height: 1.22;
    }

	.page-blog-detail .detail-shell {
		width: min(95%, 760px) !important;
	}

	.page-blog-detail .blog-detail-card,
	.page-blog-detail .comments-block,
	.page-blog-detail .recent-block {
		padding: 16px !important;
	}

	.page-blog-detail .blog-detail-title {
		font-size: clamp(34px, 7.6vw, 44px) !important;
		line-height: 1.1;
	}

	.page-blog-detail .blog-content {
		font-size: 15px !important;
		line-height: 1.68 !important;
	}

	.page-blog-detail .blog-content h1 {
		font-size: clamp(28px, 6.8vw, 36px) !important;
		line-height: 1.16;
		margin: 18px 0 10px;
	}
}


 

 @media (min-width: 768px) and (max-width: 1024px) {
	:root {
		--gec-page-gutter: 20px;
		--gec-section-pad-y: 20px;
		--gec-btn-font: 15px;
		--gec-btn-pad-y: 11px;
		--gec-btn-pad-x: 20px;
		--gec-btn-min-h: 44px;
	}

	.gec-layout-shell {
		padding-left: var(--gec-page-gutter) !important;
		padding-right: var(--gec-page-gutter) !important;
	}

	.gec-photo-hero {
		min-height: 340px;
	}

	.gec-photo-hero .gec-inner-hero-box {
		padding: 130px 24px 40px !important;
		border-radius: 22px;
	}

	.gec-photo-hero .gec-inner-hero-box h1 {
		font-size: clamp(30px, 4.8vw, 46px);
		line-height: 1.06;
	}

	.gec-photo-hero .gec-inner-hero-box p {
		font-size: 16px;
		line-height: 1.5;
		max-width: 620px;
	}

	.gec-hero {
		min-height: 62vh;
	}

	.gec-hero-content .hero-main-title {
		font-size: clamp(28px, 3vw, 38px);
	}

	.gec-hero-content .hero-sub {
		font-size: 16px;
		line-height: 1.6;
	}

	.gec-hero-btns {
		gap: 12px;
	}



	.gec-mission {
		min-height: auto;
	}

	.gec-mission-bg {
		background-position: 78% center;
		background-size: 85% auto;
	}

	.gec-mission-content {
		padding: 50px 34px;
		max-width: 58%;
	}

 

	.gec-mission-content .mission-text {
		font-size: 15px;
		line-height: 1.6;
	}

	.gec-legacy-left .legacy-text,
	.gec-legacy-points li,
	.gec-ministries-head p,
	.gec-events-head-left p,
	.gec-life-head p,
	.gec-sermons-copy p,
	.gec-pastors-head p,
	.gec-inner-hero-box p {
		font-size: 13px !important;
		line-height: 1.6;
	}

	.gec-legacy-tab,
	.gec-ministry-detail-tab,
	.gec-sermon-board-tags button {
		font-size: 15px;
		padding: 7px 12px;
	}

	.gec-ministries-body {
		grid-template-columns: 1fr !important;
	}

	.gec-ministries-menu ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.gec-ministry-card {
		grid-template-columns: 1fr;
	}

	.gec-ministry-image {
		height: 280px;
	}

	.gec-sermon-board-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px !important;
	}

	.page-sermon-list .gec-sermon-board-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-sermon-list .gec-sermon-tile img {
		height: 190px;
	}

	.gec-sermons-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gec-life-row {
		flex-wrap: wrap;
		gap: 10px;
	}

	.gec-life-card {
		flex: 1 1 calc(50% - 10px) !important;
		height: 180px !important;
	}

	.gec-events-section {
		gap: 18px;
	}

	.gec-event-image-wrap {
		height: 180px !important;
	}

	.gec-event-content h3 {
		font-size: 16px !important;
	}

	.gec-event-content .desc {
		font-size: 13px !important;
	}

	.page-give #give-overview .gec-detail-layout {
		grid-template-columns: minmax(0, 1fr) 360px;
		gap: 18px;
	}

	.page-give #give-overview .gec-detail-media img {
		min-height: 260px;
	}

	.page-give .gec-give-donate {
		gap: 16px !important;
		max-width: 640px !important;
	}

	.page-give .gec-give-qr img {
		max-width: 160px;
	}

	.page-give .gec-give-qr h3 {
		font-size: 20px;
	}

	.page-give .gec-give-bank h3 {
		font-size: 22px;
	}

	.gec-prayer-section {
		grid-template-columns: 230px minmax(0, 1fr) !important;
		gap: 26px !important;
		align-items: start;
	}

	.gec-prayer-figure {
		width: 230px !important;
		max-width: 230px !important;
	}

	.gec-prayer-figure img {
		width: 230px !important;
		height: 330px !important;
	}

	.gec-prayer-content h2 {
		font-size: clamp(24px, 4.2vw, 32px);
	}

	.gec-footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}

	.gec-layout-shell {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.gec-mission-content {
		max-width: 62% !important;
	}

	.gec-ministry-image {
		height: 320px !important;
	}

	.gec-sermon-board-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.gec-mission {
		align-items: stretch !important;
		min-height: auto !important;
		background: #10367d !important;
	}


	.gec-mission-content {
		max-width: 100% !important;
		padding: 22px 22px 28px !important;
	}

	/* Give page: keep row layout on tablet */
	.page-give .gec-give-donate {
		grid-template-columns: minmax(0, 340px) minmax(0, 340px) !important;
		gap: 18px !important;
		max-width: 620px !important;
		margin: 0 auto !important;
	}
  .gec-counters .col-lg-3 .gec-counter-card::after {
		display: none;
	}

	.gec-counters .col-md-6 {
		position: relative;
	}

	.gec-counters .col-md-6:nth-child(odd) .gec-counter-card::after {
		content: '';
		position: absolute;
		top: 50%;
		right: -1px;
		transform: translateY(-50%);
		width: 1px;
		height: 52px;
		background: #b7c6dc;
	}

	.gec-counters .col-md-6:nth-child(-n+2) .gec-counter-card {
		border-bottom: 1px solid #d7e1ef;
		padding-bottom: 16px;
	}

	.gec-counters .col-md-6:nth-child(n+3) .gec-counter-card {
		padding-top: 16px;
	}

	.gec-photo-hero .gec-inner-hero-box h1 {
		font-size: clamp(28px, 4.8vw, 44px) !important;
	}

	.gec-photo-hero .gec-inner-hero-box p {
		font-size: 13px !important;
		line-height: 1.5 !important;
	}

	.gec-hero-content .hero-sub {
		font-size: 14px !important;
	}


	.gec-mission-bg {
		position: static !important;
		width: 90% !important;
		height: 360px !important;
		margin: 0px auto 0px !important;
		background-position: 245% 95% !important;
		background-size: 115% auto !important;
		background-repeat: no-repeat !important;
		border-radius: 18px !important;
		flex: 0 0 auto !important;
	}

	.gec-mission-content {
		padding: 26px 22px 28px !important;
		max-width: 100% !important;
	}

	.gec-mission {
		flex-direction: column-reverse !important;
		align-items: stretch !important;
		min-height: auto !important;
	}

	.gec-mission-content .mission-text {
		font-size: 14px !important;
		line-height: 1.6 !important;
	}

	.gec-legacy-tab,
	.gec-ministry-detail-tab,
	.gec-sermon-board-tags button {
		font-size: 15px !important;
		padding: 8px 12px !important;
	}

	.gec-legacy-left .legacy-text,
	.gec-legacy-points li,
	.gec-ministries-head p,
	.gec-events-head-left p,
	.gec-life-head p,
	.gec-sermons-copy p,
	.gec-pastors-head p {
		font-size: 13px !important;
		line-height: 1.6 !important;
	}

	.gec-ministries-body,
	.gec-ministry-card,
	.gec-sermons-section,
	.gec-prayer-section {
		grid-template-columns: 1fr;
	}

	.gec-ministry-image {
		height: 280px;
	}

	.gec-ministries-menu ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px !important;
	}

	.gec-sermon-board-grid,
	.page-sermon-list .gec-sermon-board-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px !important;
	}

	.gec-sermons-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gec-life-card {
		height: 180px;
	}

	.gec-event-image-wrap {
		height: 170px;
	}

	.gec-prayer-section {
		grid-template-columns: 240px minmax(0, 1fr);
		gap: 22px !important;
	}

	.gec-prayer-figure,
	.gec-prayer-figure img {
		width: 220px !important;
		max-width: 220px !important;
		height: 320px !important;
	}

	.gec-footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 16px !important;
	}
}
/* Figma-compact responsive overrides for all pages */
@media (max-width: 991px) {
	:root {
		--gec-page-gutter: 8px;
		--gec-section-pad-y: 28px; 
		--gec-btn-font: 14px;
		--gec-btn-pad-y: 10px;
		--gec-btn-pad-x: 18px;
		--gec-btn-min-h: 40px; 
	}
.gec-sermons-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.gec-sermon-card {
		grid-column: span 2 !important;
	}

	.gec-sermon-card--half {
		grid-column: span 2 !important;
	}

	.gec-sermon-card--wide {
		grid-column: 1 / -1 !important;
	}
	.gec-layout-shell {
		padding-left: 15px;
		padding-right: 15px;
	}

	.gec-inner-hero {
		padding: 8px 0 6px;
	}

	.gec-inner-section,
	.gec-pastors-wrapper,
	.gec-ministries-wrapper,
	.gec-events-wrapper,
	.gec-life-wrapper,
	.gec-sermons-wrapper,
	.gec-prayer-wrapper {
		padding-top: var(--gec-section-pad-y) !important;
		padding-bottom: var(--gec-section-pad-y) !important;
	}

	.gec-photo-hero {
		min-height: 260px;
	}

	.gec-photo-hero .gec-inner-hero-box {
		padding: 100px 10px 30px !important;
		border-radius: 0;
	}

	.gec-photo-hero .gec-inner-hero-box h1 {
		font-size: clamp(26px, 7vw, 36px);
		line-height: 1.04;
	}

	.gec-photo-hero .gec-inner-hero-box p {
		font-size: 15px;
		line-height: 1.35;
		max-width: 300px;
	}

	.gec-surface,
	.gec-sermon-board,
	.gec-blue-block .gec-highlights-block,
	.gec-legacy-section,
	.gec-events-section,
	.gec-life-section,
	.gec-sermons-section,
	.gec-prayer-section,
	.gec-ministries-section {
		padding: 16px !important;
		border-radius: 16px !important;
	}

	.gec-story-layout {
		grid-template-columns: 1fr !important;
		gap: 14px;
		align-items: start;
	}

	.gec-story-copy h2 {
		margin: 8px 0;
 		line-height: 1.12;
	}

	.gec-story-copy p {
		margin: 0 0 10px;
		font-size: 16px;
		line-height: 1.5;
	}

	.gec-story-media-grid {
		gap: 8px;
	}

	.gec-story-media-grid img {
		border-radius: 14px;
	}

	.gec-story-media-grid img:nth-child(1),
	.gec-story-media-grid img:nth-child(2) {
		height: 140px;
	}

	.gec-story-media-grid img:nth-child(3),
	.gec-story-media-grid img:nth-child(4) {
		height: 240px;
	}

	.page-about #about-story .gec-story-layout {
		grid-template-columns: 1fr !important;
		gap: 14px;
	}

	.page-about #about-story .gec-story-copy {
		max-width: 100%;
	}

	.gec-story-copy h2 {
		font-size: clamp(32px, 7.2vw, 42px);
		line-height: 1.12;
	}

	.page-about #about-story .gec-story-copy p {
		font-size: 15px;
		line-height: 1.55;
	}

	.page-about #about-story .gec-detail-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.page-about #about-story .gec-link-btn,
	.page-about #about-story .gec-outline-btn {
		width: 100%;
		min-width: 0;
		justify-content: center;
		padding: 10px 12px !important;
		font-size: 14px;
		min-height: 44px;
	}

	.page-about #about-story .gec-story-media-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.page-about #about-story .gec-story-media-grid img {
		border-radius: 14px;
	}

	.page-about #about-story .gec-story-media-grid img:nth-child(1),
	.page-about #about-story .gec-story-media-grid img:nth-child(2) {
		grid-column: span 1;
		height: clamp(120px, 36vw, 176px);
	}

	.page-about #about-story .gec-story-media-grid img:nth-child(3),
	.page-about #about-story .gec-story-media-grid img:nth-child(4) {
		grid-column: span 1;
		height: clamp(170px, 52vw, 268px);
	}

	.gec-faq-layout {
		grid-template-columns: 0.95fr 1.05fr !important;
		gap: 10px;
	}

	 

	.gec-faq-copy p {
		margin: 0 0 8px;
		font-size: 15px;
		line-height: 1.4;
	}

	.gec-faq-copy img {
		max-width: 100%;
		height: 254px;
		border-radius: 10px;
		margin: 4px 0 8px;
	}

	.gec-faq-cta {
		text-align: center;
		margin-top: 12px;
	}

	.gec-faq-cta .gec-link-btn {
		background: #0f3b8d;
		border-radius: 10px;
		padding: 10px 16px;
		min-height: 36px;
		min-width: 130px;
		font-size: 15px;
		box-shadow: 0 6px 18px rgba(15, 59, 141, 0.25);
		justify-content: center;
	}

	.gec-faq-toggle {
		font-size: 15px;
		padding: 9px 10px;
		line-height: 1.3;
	}

	.gec-faq-panel p {
		font-size: 9.5px;
		padding: 0 10px 9px;
		line-height: 1.36;
	}

	.gec-support-grid {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 30px 20px;
	}

	.gec-support-item {
		gap: 15px;
		padding: 0;
	}

	.gec-support-item:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		padding-bottom: 25px;
	}

	.gec-support-item i {
		width: 44px;
		height: 44px;
		font-size: 16px;
	}

	.gec-support-item h4 {
		margin: 0 0 4px;
		font-size: 16px;
	}

	.gec-support-item p {
		font-size: 12px;
		line-height: 1.5;
	}

	.gec-ministries-head h2 {
		font-size: clamp(24px, 5.6vw, 38px);
		line-height: 1.06;
	}

	.gec-ministries-head p {
		font-size: 15px;
		line-height: 1.35;
		max-width: 350px;
	}

	.gec-ministries-body {
		grid-template-columns: 98px minmax(0, 1fr);
		gap: 8px;
	}

	.gec-ministries-menu {
		padding: 16px;
		border-radius: 10px;
	}

	.gec-ministries-menu li {
		font-size: 14px;
		padding: 7px 4px;
		border-radius: 8px;
	}

	.gec-ministry-card {
		grid-template-columns: 1fr 0.72fr !important;
		min-height: 0 !important;
		gap: 8px !important;
		padding: 10px;
		border-radius: 12px !important;
	}

	.gec-ministry-content .tag {
		font-size: 15px;
		margin-bottom: 12px;
	}

 

	.gec-ministry-content p,
	.gec-ministry-content li {
		font-size: 16px;
		line-height: 1.36;
	}

	.gec-ministry-content .subtext {
		margin: 6px 0 5px;
		font-size: 16px;
	}

	.gec-ministry-points {
		margin: 0 0 8px;
		gap: 4px;
	}

	.gec-ministry-btn {
		padding: 7px 10px;
		font-size: 9px;
		border-radius: 8px;
	}

	.gec-ministry-image {
		height: 175px;
		border-radius: 10px !important;
	}

	.gec-legacy-inner .row {
		flex-wrap: nowrap;
		--bs-gutter-x: 10px;
	}

	.gec-legacy-inner .row>[class*="col-"] {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

 

	.gec-legacy-tabs {
		width: auto;
		padding: 2px;
		gap: 2px;
	}

	.gec-legacy-tab {
		font-size: 9px;
		padding: 0 6px;
		height: 24px;
	}

	.gec-legacy-left .legacy-text {
		font-size: 9px;
		line-height: 1.35;
		margin-bottom: 8px;
	}

	.gec-legacy-points li {
		font-size: 9px;
		line-height: 1.35;
		margin-bottom: 4px;
		padding-left: 12px;
	}

	.gec-legacy-btn {
		padding: 8px 12px;
		font-size: 9px;
		border-radius: 8px;
	}

	.gec-legacy-video-wrap {
		height: 350px !important;
		border-radius: 12px !important;
	}

	.gec-legacy-video-wrap iframe {
		border-radius: 12px !important;
	}

	.gec-events-head {
		margin-bottom: 10px;
	}

	.gec-events-head-left h2 {
		font-size: clamp(24px, 5.4vw, 36px);
		line-height: 1.06;
	}

	.gec-events-head-left p {
		font-size: 15px;
		line-height: 1.35;
		max-width: 420px;
	}

	.gec-events-calendar-btn {
		font-size: 9px;
		padding: 8px 11px;
		border-radius: 8px;
	}

	.gec-event-image-wrap {
		height: 82px !important;
	}

	.gec-event-content {
		padding: 6px !important;
	}

	.gec-event-content .date {
		font-size: 8px;
		margin-bottom: 3px;
	}

	.gec-event-content h3 {
		font-size: 12px;
		line-height: 1.2;
		margin-bottom: 4px;
	}

	.gec-event-content .desc {
		font-size: 9px;
		line-height: 1.3;
		min-height: 24px;
	}

	.gec-event-btn {
		font-size: 9px;
		border-radius: 7px;
		padding: 6px 8px;
		line-height: 1;
	}

 

	.gec-life-head p {
		font-size: 15px;
		line-height: 1.35;
	}

	.gec-life-row {
		flex-wrap: nowrap !important;
		gap: 6px;
	}

	.gec-life-card {
		height: 110px !important;
		border-radius: 10px !important;
	}

	.gec-life-row:hover .gec-life-card {
		flex: 0.8 1 0% !important;
		filter: brightness(0.9) saturate(0.9);
	}

	.gec-life-row:hover .gec-life-card:hover {
		flex: 1.6 1 0% !important;
		transform: translateY(-1px);
		filter: brightness(1) saturate(1.04);
	}

	.gec-sermons-section {
		grid-template-columns: 0.9fr 1.1fr !important;
		gap: 10px !important;
		align-items: center;
	}

	.gec-sermons-copy h2 {
		font-size: clamp(24px, 5.5vw, 36px);
		line-height: 1.08;
	}

	.gec-sermons-copy p {
		font-size: 15px;
		line-height: 1.35;
		margin-bottom: 8px;
	}

	.gec-sermons-btn {
		font-size: 9px;
		padding: 8px 12px;
		border-radius: 8px;
	}

	.gec-sermons-grid {
		grid-template-columns: 1fr 1fr 1fr !important;
		gap: 6px;
	}

	.gec-sermon-card {
		border-radius: 9px;
		min-height: 60px;
		border-width: 1px;
	}

	.gec-sermon-overlay {
		padding: 5px 6px;
	}

	.gec-sermon-overlay span {
		font-size: 7px;
		margin-bottom: 2px;
	}

	.gec-sermon-overlay h3 {
		font-size: 9px;
		margin-bottom: 1px;
	}

	.gec-sermon-overlay p {
		font-size: 7px;
		line-height: 1.25;
	}

	.page-sermon-list .gec-sermon-board {
		padding: 16px !important;
		border-radius: 18px !important;
	}

	.page-sermon-list .gec-sermon-board-head {
		margin-bottom: 12px;
	}

	.page-sermon-list .gec-sermon-board-head .subtitle {
		font-size: 12px;
		padding: 5px 10px;
	}

 

	.page-sermon-list .gec-sermon-board-tags {
		gap: 6px;
	}

	.page-sermon-list .gec-sermon-board-tags button {
		font-size: 12px;
		padding: 6px 10px;
	}

	.page-sermon-list .gec-sermon-board-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px !important;
	}

	.page-sermon-list .gec-sermon-tile {
		display: flex;
		flex-direction: column;
		height: 100%;
		border-radius: 12px;
		padding: 10px;
	}

	.page-sermon-list .gec-sermon-tile img {
		height: 150px;
		border-radius: 10px;
	}

	.page-sermon-list .gec-sermon-tile .meta {
		margin: 8px 0 4px;
		font-size: 15px;
	}

	.page-sermon-list .gec-sermon-tile h3 {
		margin: 0 0 6px;
		font-size: 16px;
		line-height: 1.2;
	}

	.page-sermon-list .gec-sermon-tile p {
		margin: 0 0 10px;
		font-size: 12px;
		line-height: 1.45;
	}

	.page-sermon-list .gec-sermon-tile .gec-link-btn {
		width: 100%;
		min-width: 0;
		font-size: 12px;
		padding: 8px 10px;
		border-radius: 10px;
		margin-top: auto;
	}

	.page-sermon-list .gec-sermon-board-footer .gec-link-btn {
		padding: 10px 14px;
		font-size: 12px;
		border-radius: 10px;
	}

	 
	.page-our-pastors .gec-pastors-head p {
		font-size: 15px;
		line-height: 1.5;
	}

	.page-our-pastors .gec-pastor-card {
		padding: 16px;
		border-radius: 24px;
		gap: 16px;
		min-height: auto;
		margin: 0 auto;
		max-width: 400px;
	}

	.page-our-pastors .gec-pastor-image-wrap {
		height: 320px;
		border-radius: 16px;
	}

	.page-our-pastors .gec-pastor-info {
		padding: 10px 8px 12px;
	}

	.page-our-pastors .gec-pastor-info h3 {
		font-size: clamp(24px, 5vw, 30px);
	}

	.page-our-pastors .gec-pastor-info h4 {
		font-size: 15px;
		margin-bottom: 12px;
	}

	.page-our-pastors .gec-pastor-info p {
		font-size: 15px;
		line-height: 1.6;
	}

	.page-our-pastors .gec-pastor-journey {
		grid-template-columns: 1fr !important;
		gap: 24px;
		align-items: start;
	}

	.page-our-pastors .gec-pastors-bio-list {
		gap: 24px;
	}

	.page-our-pastors .gec-pastor-bio-item {
		padding: 0;
	}

	.page-our-pastors .gec-pastor-bio-item h3 {
		font-size: clamp(24px, 5vw, 30px);
		margin-bottom: 12px;
	}

	.page-our-pastors .gec-pastor-bio-item p {
		font-size: 16px;
		line-height: 1.6;
	}

	.page-our-ministry-listing .gec-ministry-list-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px !important;
	}

	.page-our-ministry-listing .gec-ministry-list-card {
		min-height: 122px;
		border-radius: 10px;
		padding: 8px;
	}

 

	.page-our-ministry-listing .gec-ministry-list-card .gec-link-btn {
		font-size: 7px;
		padding: 4px 6px;
		border-radius: 999px;
	}

	.page-our-ministry-detail .gec-ministry-detail-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		gap: 4px;
	}

	.page-our-ministry-detail .gec-ministry-detail-tab {
		white-space: nowrap;
		font-size: 8px;
		padding: 6px 10px;
	}

	/* Ministry Detail Overrides Mobile */
	.gec-ministry-tabs-wrap .gec-ministry-detail-tabs {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 8px;
	}

	.gec-ministry-intro-copy h2 {
 		margin-bottom: 12px;
	}

	.gec-ministry-intro-copy p {
		font-size: 15px;
		line-height: 1.5;
	}

	.gec-ministry-hero-media img {
		min-height: 200px;
		border-radius: 20px;
	}

	.gec-ministry-features-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	#ministry-detail-features .gec-features-content h3 {
		font-size: 24px;
		margin-bottom: 12px;
	}

	.gec-feature-points li {
		font-size: 15px;
		padding-left: 24px;
	}

	.gec-feature-points li::before {
		font-size: 18px;
	}

	.gec-features-media img {
		height: 300px;
		border-radius: 20px;
	}

	.gec-ministry-bottom-desc {
		padding-top: 30px;
		margin-bottom: 40px;
	}

	.gec-ministry-bottom-desc p {
		font-size: 12px;
	}

	.gec-ministry-questions-wrap h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.gec-ministry-questions-banner {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 30px 20px;
		border-radius: 25px;
	}

	.gec-q-item {
		gap: 15px;
	}

	.gec-q-item:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		padding-bottom: 25px;
	}

	.gec-q-icon {
		width: 44px;
		height: 44px;
	}

	.gec-q-icon i {
		font-size: 16px;
	}

	.gec-q-text h4 {
		font-size: 17px;
	}

	.gec-q-text p {
		font-size: 14px;
        margin-bottom: 5px;
		line-height: 1.55;
	}

	.gec-q-social-links a {
		width: 30px;
		height: 30px;
		font-size: 13px;
	}

	.page-sermon-detail .gec-sermon-feature-image img,
	.page-sermon-detail .gec-sermon-feature-video-wrap iframe,
	.page-sermon-detail .gec-sermon-feature-video-wrap video {
		height: 190px;
		border-radius: 10px;
	}

	.page-sermon-detail .gec-sermon-feature-copy {
		margin-top: 10px;
	}

	.page-sermon-detail .gec-sermon-feature-copy h2 {
 		margin-bottom: 6px;
	}

	.page-sermon-detail .gec-sermon-feature-copy p {
		font-size: 15px;
		line-height: 1.36;
		margin-bottom: 6px;
	}

	.page-sermon-detail .gec-highlights-grid {
		gap: 12px;
	}

	.page-sermon-detail .gec-highlights-row {
		gap: 12px;
	}

	.page-sermon-detail .gec-highlight-card {
		height: 180px;
		border-radius: 12px;
	}

	.page-sermon-detail .gec-highlight-card img {
		border-radius: 12px;
	}

	.page-give .gec-give-donate {
		grid-template-columns: 1fr 1fr !important;
		gap: 10px;
		align-items: start;
	}

	.page-give .gec-give-qr img {
		max-width: 128px;
	}

	.page-give .gec-give-qr p {
		margin-top: 6px;
		font-size: 12px;
	}

	.page-give .gec-give-bank {
		padding: 12px;
		border-radius: 12px;
	}

	.page-give .gec-give-bank h3 {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.page-give .gec-give-bank li {
		font-size: 16px;
		line-height: 1.35;
	}

	.page-give .gec-bank-label {
		min-width: 100px;
		font-size: 13px;
	}

	.page-give .gec-bank-value {
		font-size: 13px;
	}

	.page-give .gec-bank-details-list {
		gap: 5px;
		margin-top: 10px;
	}

	.page-give .gec-bank-detail-row {
		gap: 8px;
	}

	.gec-prayer-section {
		grid-template-columns: 108px minmax(0, 1fr) !important;
		gap: 12px !important;
		align-items: start !important;
	}

	.gec-prayer-figure {
		width: 108px !important;
		max-width: 108px !important;
		margin: 0;
	}

	.gec-prayer-figure img {
		width: 108px !important;
		height: 162px !important;
		border-radius: 10px !important;
	}

	.gec-prayer-content {
		padding-top: 0;
	}

	.gec-prayer-content h2 {
		margin: 0 0 8px;
 		line-height: 1.06;
		max-width: 240px;
	}

	.gec-prayer-form {
		max-width: 100%;
		text-align: center;
	}


	.gec-prayer-field label {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.gec-prayer-field input,
	.gec-prayer-field textarea {
		font-size: 8px;
		border-radius: 4px;
		padding: 7px 8px;
	}

	.gec-prayer-field input {
		height: 28px;
	}

	.gec-prayer-field textarea {
		height: 52px;
	}

	.gec-prayer-note {
		margin: 8px 0 8px;
		font-size: 8px;
		line-height: 1.35;
	}

	.gec-prayer-btn {
		padding: 8px 14px;
		font-size: 9px;
		border-radius: 8px;
		gap: 6px;
	}

	.gec-footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	.gec-footer-about p,
	.gec-footer-col a,
	.gec-footer-newsletter p {
		font-size: 15px;
		line-height: 1.35;
	}

	.gec-footer-col h4,
	.gec-footer-newsletter h4 {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.gec-footer-form {
		max-width: 100%;
		height: 36px;
		padding: 0 4px 0 8px;
	}

	.gec-footer-form input {
		font-size: 15px;
	}

	.gec-footer-form button {
		width: 28px;
		height: 28px;
		border-radius: 8px;
		font-size: 16px;
	}


	:is(.btn-connected,
		.btn-watch,
		.gec-pastors-btn,
		.gec-ministry-btn,
		.gec-events-calendar-btn,
		.gec-event-btn,
		.gec-legacy-btn,
		.gec-sermons-btn,
		.gec-prayer-btn,
		.gec-link-btn,
		.gec-outline-btn,
		.gec-sermon-download-btn,
		.gec-sermon-back-btn) {
		font-size: var(--gec-btn-font) !important;
		padding: var(--gec-btn-pad-y) var(--gec-btn-pad-x) !important;
		min-height: var(--gec-btn-min-h);
		line-height: 1.15;
		gap: 8px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		white-space: normal;
		max-width: 100%;
	}

	.gec-story-layout,
	.gec-faq-layout,
	.gec-ministries-body,
	.gec-sermons-section,
	.gec-prayer-section {
		grid-template-columns: 1fr !important;
	}

	.gec-ministry-card {
		grid-template-columns: 1fr !important;
	}

	.gec-ministry-image {
		height: 260px !important;
	}

	.gec-ministries-menu ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.gec-ministries-menu li+li {
		margin-top: 0;
	}

	
	.gec-legacy-tabs,
	.gec-ministry-detail-tabs,
	.gec-sermon-board-tags {
		flex-wrap: wrap;
		gap: 8px;
		height: auto;
		width: auto;
	}

	.gec-legacy-tab,
	.gec-ministry-detail-tab,
	.gec-sermon-board-tags button {
		font-size: 15px;
		padding: 8px 12px;
		height: auto;
	}

	.gec-sermon-board-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.page-sermon-list .gec-sermon-board-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gec-sermons-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.page-give .gec-give-donate {
		grid-template-columns: 1fr !important;
	}

	.gec-life-row {
		flex-wrap: wrap !important;
	}

	.gec-life-card {
		flex: 1 1 calc(50% - 8px) !important;
		height: 170px !important;
	}

	.gec-event-image-wrap {
		height: 170px !important;
	}

	.gec-prayer-figure {
		width: 220px !important;
		max-width: 220px !important;
		margin: 0 auto 12px !important;
	}

	.gec-prayer-figure img {
		width: 220px !important;
		height: 330px !important;
	}

	.gec-pastor-card {
		min-height: auto !important;
		height: auto !important;
	}

	.page-our-pastors .gec-pastor-card {
		min-height: auto !important;
		height: auto !important;
	}

	.gec-pastor-image-wrap {
		height: auto !important;
	}

	.gec-pastor-image-wrap img {
		height: auto !important;
	}

	.gec-legacy-inner .row {
		flex-wrap: wrap !important;
	}

	.gec-legacy-inner .row>[class*="col-"] {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.gec-topbar .topbar-cta {
		display: none;
	}

	.gec-topbar .topbar-social {
		justify-content: center;
	}

	.gec-topbar .topbar-email,
	.gec-topbar .topbar-social-wrap {
		text-align: center !important;
	}

	.nav-header.church-header .menu-area {
		min-height: 74px !important;
		padding: 0 18px !important;
	}

	.gec-nav-actions {
		width: 100%;
		justify-content: flex-end;
	}

	.gec-hero {
		min-height: 70vh;
	}

	.gec-mission {
		padding: 0px 0;
	}

	.gec-mission .mission-img-wrap {
		margin-top: 40px;
	}

	.gec-counters {
		padding: 14px 0 4px;
	}

	.gec-counters .container {
		max-width: 100%;
	}

	.gec-counters .col-lg-3:not(:last-child) .gec-counter-card::after {
		display: none;
	}

	.gec-pastors-wrapper {
		padding: 16px 0 12px;
	}

	.gec-pastor-card {
		width: 100%;
		max-width: 420px;
		min-height: 500px;
		margin: 0 auto;
		border-radius: 35px;
		gap: 22px;
	}

	.gec-pastor-image-wrap {
		height: 320px;
		border-radius: 32px;
	}

	.gec-pastor-info h3 {
		font-size: 30px;
	}

	.gec-pastor-info h4 {
		font-size: 18px;
	}

	.gec-pastor-info p {
		font-size: 15px;
	}

	.gec-ministries-wrapper {
		padding: 10px 0 18px;
	}

	.gec-ministries-section {
		padding: 28px 20px 24px;
	}

	.gec-ministries-body {
		grid-template-columns: 1fr;
	}

	.gec-ministries-menu {
		min-height: 0;
	}

	.gec-ministry-card {
		grid-template-columns: 1fr;
		min-height: 0;
		border-radius: 24px;
		padding: 20px;
	}

	.gec-ministry-image {
		height: 320px;
		border-radius: 20px;
	}

 

	.gec-events-wrapper {
		padding: 8px 0 20px;
	}

	.gec-events-head {
		margin: 0 0 14px;
		flex-direction: column;
	}

	 
	.gec-events-calendar-btn {
		margin-top: 2px;
	}

	.gec-legacy-wrapper {
		padding: 0 0 20px;
	}

	.gec-hero-content .hero-sub {
		margin: 0 auto 20px;
	}

	.gec-legacy-section {
		padding: 28px 20px;
	}

	.gec-legacy-left {
		max-width: 100%;
	}

 

	.gec-hero-content {
		padding: 30px 20px 30px;
		margin-bottom: 10px;
	}

	.gec-legacy-video-wrap {
		width: 100%;
		height: 500px;
		margin: 0;
	}

	.gec-life-wrapper {
		padding: 18px 0 16px;
	}

	.gec-life-card {
		height: 160px;
		border-radius: 16px;
	}

	.gec-sermons-wrapper {
		padding: 0 0 20px;
	}

	.gec-sermons-section {
		padding: 24px 0 26px;
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.gec-sermons-copy {
		max-width: 500px;
	}

	.gec-sermons-grid {
		grid-template-columns: 1fr 1fr;
	}

	.gec-prayer-wrapper {
		padding: 26px 0 30px;
	}

	.gec-prayer-section {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.gec-prayer-figure {
		width: 232px;
		max-width: 232px;
		margin: 0 auto;
	}

	.gec-prayer-figure img {
		width: 232px;
		height: 411px;
	}

	.gec-prayer-content h2 {
		max-width: 100%;
	}

	.gec-prayer-form {
		max-width: 100%;
	}

	.gec-site-footer {
		padding: 36px 0 26px;
	}

	.gec-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 26px 24px;
	}

	.gec-footer-about p {
		max-width: 100%;
		font-size: 16px;
	}


	.gec-layout-shell {
		padding-left: 14px;
		padding-right: 14px;
	}

	.gec-topbar {
		display: none !important;
	}

	.gec-topbar .topbar-email,
	.gec-topbar .topbar-social-wrap {
		text-align: center !important;
	}

	.gec-topbar .topbar-social {
		justify-content: center;
	}

	.gec-topbar .topbar-cta {
		display: none;
	}

	.gec-pastors-wrapper,
	.gec-inner-section,
	.gec-ministries-wrapper,
	.gec-events-wrapper,
	.gec-life-wrapper,
	.gec-sermons-wrapper,
	.gec-prayer-wrapper {
		padding-top: var(--gec-section-pad-y);
		padding-bottom: var(--gec-section-pad-y);
	}
    .gec-ministry-content h3,
    .gec-event-content h3,
    .gec-sermon-list-body h3,
	.gec-contact-card h3,
    .page-our-ministry-listing .gec-ministry-list-card h3,
    .page-our-pastors #pastors-journey .gec-leader-text h3,
	.page-our-pastors #pastors-list .gec-pastor-copy h3,
 	.page-give .gec-give-bank h3,
	.gec-pastor-info h3,
	.page-blog-detail .blog-content h3,
	.page-blog-detail .blog-content h4 {
		font-size: clamp(18px, 5.6vw, 24px) !important;
		line-height: 1.08;
	}

	.gec-pastors-head h2,
	.gec-events-head-left h2,
	.gec-life-head h2,
	.page-give #give-overview .gec-detail-content h2,
	.gec-sermons-copy h2,
	.page-give .gec-give-intro h2,
	.gec-prayer-content h2,
	.gec-story-copy h2,
	.gec-prayer-content h2,
	.page-sermon-list #sermon-list .gec-sermon-board-head h2,
	.page-our-pastors .gec-pastor-journey .gec-detail-content h2,
	.page-our-pastors .gec-pastors-head h2,
	.gec-ministry-intro-copy h2,
	.page-our-pastors #pastors-list .gec-pastors-head h2,
	.page-sermon-detail .gec-sermon-feature-copy h2,
	.page-our-ministry-listing #ministries-listing .gec-pastors-head h2,
 	.gec-legacy-left h2,
	.gec-prayer-content h2, 
	.page-home #ministries .gec-ministries-head h2,
	.gec-mission-content h2,
	.gec-faq-copy h2,
	.gec-mission-content .mission-title .gec-faq-copy h2,
	.page-blog-detail .blog-content h2,
	.page-blog-detail .comments-head h2,
	.page-blog-detail .recent-head h2
	{
		font-size: clamp(26px, 7vw, 36px);
		line-height: 1.22;
	}

	.page-blog-detail .detail-shell {
		width: min(95.5%, 980px) !important;
	}

	.page-blog-detail .blog-detail-card,
	.page-blog-detail .comments-block,
	.page-blog-detail .recent-block {
		padding: 20px !important;
	}

	.page-blog-detail .blog-detail-title {
		font-size: clamp(40px, 6vw, 50px) !important;
		line-height: 1.1;
	}

	.page-blog-detail .blog-content {
		font-size: 16px !important;
		line-height: 1.72 !important;
	}

	.page-blog-detail .blog-content h1 {
		font-size: clamp(32px, 5.2vw, 42px) !important;
		line-height: 1.14;
		margin: 20px 0 12px;
	}

	.gec-ministries-body,
	.gec-contact-grid,
	.gec-prayer-section,
	.gec-sermons-section {
		grid-template-columns: 1fr;
	}

	.gec-support-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 30px 20px;
	}

	.gec-support-item:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		padding-bottom: 20px;
	}

	/* Sermon + Gallery category tabs: horizontal scroll on tablet */
	.page-sermon-list #sermon-list .gec-sermon-board-tags {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden;
		justify-content: flex-start !important;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		padding-bottom: 6px;
	}

	.page-sermon-list #sermon-list .gec-sermon-board-tags button {
		flex: 0 0 auto;
		white-space: nowrap;
		scroll-snap-align: start;
	}

	.page-gallery #life-gallery .gec-gallery-tags {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		overflow-y: hidden;
		justify-content: flex-start !important;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		padding-bottom: 6px;
	}

	.page-gallery #life-gallery .gec-gallery-tags button {
		flex: 0 0 auto;
		white-space: nowrap;
		scroll-snap-align: start;
	}

	.gec-inner-hero-box {
		border-radius: 18px;
		padding: 22px 18px;
	}

	.gec-inner-hero-box p {
		font-size: 15px;
	}

	.gec-surface {
		border-radius: 20px;
		padding: 14px;
	}

	.gec-ministry-tiles,
	.gec-sermon-list-grid,
	.gec-sermon-list-grid--three {
		grid-template-columns: 1fr 1fr;
	}

	.gec-detail-layout {
		grid-template-columns: 1fr;
	}

	.gec-detail-media img,
	.gec-video-media iframe {
		min-height: 320px;
		max-height: 350px;
	}

	
	.gec-sermon-list-body h3,
	.gec-contact-card h3 {
		font-size: clamp(32px, 7vw, 48px);
	}

	.gec-ministries-menu {
		min-height: 0;
	}

	.gec-ministry-card {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.gec-ministry-image {
		height: 320px;
	}

	.gec-legacy-section {
		padding: 24px 18px;
	}

	.gec-legacy-video-wrap {
		height: 400px;
		margin: 0;
		max-width: 100%;
	}

	 
	.gec-story-media-grid {
		gap: 12px;
	}

	.gec-story-media-grid img {
		border-radius: 20px;
	}

	.gec-story-media-grid img:nth-child(1),
	.gec-story-media-grid img:nth-child(2) {
		height: 160px;
	}

	.gec-story-media-grid img:nth-child(3),
	.gec-story-media-grid img:nth-child(4) {
		height: 280px;
	}

	.gec-events-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.gec-events-slider {
		margin: 0 -8px;
	}

	.gec-event-image-wrap {
		height: 150px;
	}

	.gec-life-row {
		flex-wrap: wrap;
		gap: 8px;
	}

	.gec-life-card {
		flex: 1 1 calc(50% - 4px) !important;
		height: 160px;
	}

	.gec-life-row:hover .gec-life-card,
	.gec-life-row:hover .gec-life-card:hover {
		flex: 1 1 calc(50% - 4px) !important;
		transform: none;
		filter: none;
	}

	.page-gallery #life-gallery .gec-life-section {
		padding: 18px 14px !important;
	}

 

	.page-gallery #life-gallery .gec-life-head p {
		font-size: 14px;
		line-height: 1.5 !important;
		max-width: 100%;
		margin: 0 auto 12px;
	}

	.page-gallery #life-gallery .gec-gallery-tags {
		display: flex !important;
		 
		justify-content: center;
		gap: 8px;
		margin-top: 10px;
	}

	.page-gallery #life-gallery .gec-gallery-tags button {
		font-size: 13px;
		padding: 7px 14px !important;
		border-radius: 999px;
		min-height: 40px;
	}

	.page-gallery #life-gallery .gec-life-row {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.page-gallery #life-gallery .gec-life-card {
		flex: 1 1 300px;
		height: clamp(170px, 42vw, 240px);
		border-radius: 14px !important;
	}

	.page-gallery #life-gallery .gec-life-row:hover .gec-life-card,
	.page-gallery #life-gallery .gec-life-row:hover .gec-life-card:hover {
		flex: 1 1 260px ;
		transform: none;
		filter: none;
	}

	.page-gallery #life-gallery .gec-life-footer {
		margin-top: 16px;
	}

	.page-gallery #life-gallery #gec-gallery-load-more {
		font-size: 14px;
		padding: 10px 16px;
		min-height: 42px;
	}

	.gec-sermons-grid {
		grid-template-columns: 1fr 1fr;
	}

	.gec-ministry-list-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gec-prayer-figure {
		width: 232px;
		max-width: 232px;
		margin: 0 auto;
	}

	.gec-prayer-figure img {
		width: 232px;
		height: 411px;
	}

	.gec-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}
	.page-our-ministry-listing #ministries-listing .gec-pastors-head {
		margin: 0 auto 28px;
		max-width: 640px;
	}

 

	.page-our-ministry-listing #ministries-listing .gec-pastors-head p {
		font-size: 16px;
		line-height: 1.55;
	}

	.page-our-ministry-listing .gec-ministry-list-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px !important;
	}

	.page-our-ministry-listing .gec-ministry-list-card {
		min-height: 220px !important;
		padding: 14px !important;
		border-radius: 16px !important;
	}

	.page-our-ministry-listing .gec-ministry-list-card h3 {
		font-size: clamp(20px, 2.3vw, 26px);
		line-height: 1.2;
		margin: 0 0 10px;
	}

	.page-our-ministry-listing .gec-ministry-list-card .gec-link-btn {
		font-size: 12px !important;
		padding: 8px 14px !important;
		border-radius: 999px !important;
		line-height: 1.1;
	}
		.page-home #ministries .gec-ministries-body {
			grid-template-columns: 1fr !important;
			gap: 12px !important;
			width: 100% !important;
			max-width: 100% !important;
		}

		.page-home #ministries .gec-ministries-section {
			padding: 16px 12px 18px !important;
			border-radius: 14px !important;
		}

		.page-home #ministries .gec-ministries-head {
			margin-bottom: 12px !important;
		}

	 

		.page-home #ministries .gec-ministries-head p {
			font-size: clamp(14px, 3.5vw, 16px) !important;
			line-height: 1.5 !important;
		}

		.page-home #ministries .gec-ministries-menu {
			min-height: 0 !important;
			padding: 0 !important;
			background: transparent !important;
			border-radius: 0 !important;
			overflow: auto !important;
		}

		.page-home #ministries .gec-ministries-menu ul {
			display: flex !important;
			flex-wrap: nowrap !important;
			overflow-x: auto !important;
			overflow-y: hidden;
			gap: 8px !important;
			margin: 0 !important;
			padding: 0 0 8px !important;
			width: 100% !important;
			max-width: 100% !important;
			scrollbar-width: thin;
			-webkit-overflow-scrolling: touch;
			scroll-snap-type: x proximity;
		}
	.page-our-pastors #pastors-journey .gec-leader-text p {
		font-size: 14px;
		line-height: 1.55;
	}
	.page-home #ministries .gec-ministries-menu ul::-webkit-scrollbar {
		height: 4px;
	}

	.page-home #ministries .gec-ministries-menu ul::-webkit-scrollbar-thumb {
		background: rgba(0, 178, 255, 0.4);
		border-radius: 999px;
	}

		.page-home #ministries .gec-ministries-menu li {
			flex: 0 0 auto;
			white-space: nowrap;
			margin: 0 !important;
			padding: 8px 14px !important;
			background-color: white;
		border-radius: 999px !important;
			font-size: 14px !important;
			line-height: 1.2 !important;
			text-align: center;
			scroll-snap-align: start;
		}

	.page-home #ministries .gec-ministries-menu li+li {
		margin-top: 0 !important;
	}

	.page-home #ministries .gec-ministries-menu li:hover {
		transform: none;
	}

		.page-home #ministries .gec-ministries-menu li.active {
			background: #00b2ff !important;
			color: #ffffff !important;
		}

		.page-home #ministries .gec-ministry-card {
			width: 100% !important;
			max-width: 100% !important;
			grid-template-columns: 1fr !important;
			padding: 14px !important;
			gap: 12px !important;
			border-radius: 14px !important;
		}

		.page-home #ministries .gec-ministry-content {
			width: 100% !important;
			max-width: 100% !important;
			min-width: 0 !important;
		}

 

		.page-home #ministries .gec-ministry-content p,
		.page-home #ministries .gec-ministry-content .subtext,
		.page-home #ministries .gec-ministry-points li {
			font-size: clamp(14px, 3.6vw, 16px) !important;
			line-height: 1.5 !important;
			overflow-wrap: anywhere;
			word-break: break-word;
		}

		.page-home #ministries .gec-ministry-points {
			margin: 0 0 12px !important;
		}

		.page-home #ministries .gec-ministry-btn {
			font-size: 13px !important;
			padding: 9px 14px !important;
			min-height: 40px !important;
			border-radius: 10px !important;
		}

		.page-home #ministries .gec-ministry-image {
			width: 100% !important;
			max-width: 100% !important;
			height: clamp(190px, 52vw, 250px) !important;
			border-radius: 12px !important;
		}

	/* Sermon list card sizing: compact and readable on mobile/tablet */
	.page-sermon-list #sermon-list .gec-sermon-board {
		padding: clamp(12px, 2.6vw, 22px) !important;
		border-radius: clamp(14px, 2.2vw, 20px) !important;
	}

	.page-sermon-list #sermon-list .gec-sermon-board-head {
		margin-bottom: clamp(10px, 1.8vw, 16px);
	}

	.page-sermon-list #sermon-list .gec-sermon-board-head .subtitle {
		font-size: clamp(11px, 1.8vw, 13px);
		padding: clamp(4px, 0.9vw, 6px) clamp(10px, 1.8vw, 14px);
	}

 
	.page-our-pastors #pastors-journey .gec-pastor-journey {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}
	.page-sermon-list #sermon-list .gec-sermon-board-tags {
		display: flex !important;
		flex-wrap: nowrap !important;
		justify-content: flex-start !important;
		overflow-x: auto !important;
		overflow-y: hidden;
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 0 8px !important;
		gap: 8px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.page-sermon-list #sermon-list .gec-sermon-board-tags button {
		flex: 0 0 auto;
		white-space: nowrap;
		scroll-snap-align: start;
		font-size: clamp(12px, 1.8vw, 14px);
		padding: clamp(6px, 1vw, 8px) clamp(10px, 1.8vw, 14px);
	}

	.page-sermon-list #sermon-list .gec-sermon-board-tags::-webkit-scrollbar {
		height: 4px;
	}

	.page-sermon-list #sermon-list .gec-sermon-board-tags::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.45);
		border-radius: 999px;
	}

	.page-sermon-list #sermon-list .gec-sermon-board-grid {
		width: 100%;
		max-width: 100%;
		gap: clamp(10px, 1.8vw, 14px) !important;
	}

	.page-sermon-list #sermon-list .gec-sermon-tile {
		padding: clamp(10px, 1.6vw, 14px);
		border-radius: clamp(12px, 1.8vw, 16px);
	}

	.page-sermon-list #sermon-list .gec-sermon-tile img {
		height: clamp(200px, 31vw, 240px);
		border-radius: clamp(10px, 1.5vw, 14px);
	}

	.page-sermon-list #sermon-list .gec-sermon-tile .meta {
		font-size: clamp(12px, 1.8vw, 14px);
		margin: clamp(8px, 1.2vw, 10px) 0 4px;
	}

	.page-sermon-list #sermon-list .gec-sermon-tile h3 {
		font-size: clamp(18px, 2.6vw, 22px);
		line-height: 1.22;
	}

	.page-sermon-list #sermon-list .gec-sermon-tile p {
		font-size: clamp(13px, 1.8vw, 15px);
		line-height: 1.5;
	}

	.page-sermon-list #sermon-list .gec-sermon-tile .gec-detail-actions {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-top: 10px;
	}

	.page-sermon-list #sermon-list .gec-sermon-tile .gec-link-btn {
		flex: 1 1 auto;
		min-width: 0;
		font-size: clamp(13px, 2vw, 15px) !important;
		padding: clamp(9px, 1.4vw, 11px) clamp(12px, 2vw, 16px) !important;
		min-height: clamp(38px, 7vw, 44px) !important;
		border-radius: 10px !important;
	}

	.page-sermon-list #sermon-list .gec-sermon-tile .gec-pdf-icon-btn {
		width: clamp(38px, 7vw, 44px) !important;
		min-width: clamp(38px, 7vw, 44px) !important;
		height: clamp(38px, 7vw, 44px) !important;
		border-radius: 10px !important;
	}

	.page-sermon-list #sermon-list .gec-sermon-tile .gec-pdf-icon-btn i {
		font-size: clamp(15px, 2.8vw, 18px);
	}

	.page-sermon-list #sermon-list .gec-sermon-board-footer .gec-link-btn,
	.page-sermon-list #sermon-list #gec-sermon-load-more {
		font-size: clamp(13px, 2vw, 15px) !important;
		padding: clamp(10px, 1.6vw, 12px) clamp(16px, 2.4vw, 22px) !important;
		min-height: clamp(40px, 7vw, 46px) !important;
		border-radius: 11px !important;
	}
	iframe.ql-video {
    max-width: 700px;
    min-height: 450px;
}
}

@media (min-width: 992px) {

	.page-about #about-story .gec-surface {
		padding: 44px 46px;
		border-radius: 36px;
		background: #ffffff;
	}

	.page-about #about-story .gec-story-layout {
		grid-template-columns: 567px minmax(0, 1fr);
		gap: 36px;
		align-items: start;
	}

	.page-about #about-story .gec-legacy-pill {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 130px;
		height: 40px;
		padding: 8px 20px;
		border-radius: 31px;
		background: #f3f3f3;
		color: #0f172a;
		font-size: 16px;
		font-weight: 600;
	}

	.page-about #about-story .gec-story-copy h2 {
		margin: 8px 0 12px;
		color: #0f172a;
		font-family: var(--title-font);
		font-weight: 500;
		font-size: 45px;
		line-height: 47px;
	}

	.page-about #about-story .gec-story-copy p {
		color: #475569;
		font-family: var(--gec-number-font);
		font-size: 18px;
		line-height: 27px;
		margin: 0 0 12px;
		max-width: 567px;
	}

	.page-about #about-story .gec-detail-actions {
		margin-top: 16px;
		gap: 12px;
	}

	.page-about #about-story .gec-link-btn {
		background: #00b2ff;
		border-radius: 12.5px;
		padding: 17px 24px;
		min-height: 52px;
		min-width: 195px;
		font-size: 16px;
		box-shadow: 0 8px 38px rgba(0, 178, 255, 0.27);
	}

	.page-about #about-story .gec-link-btn:hover {
		background: #009be1;
	}

	.page-about #about-story .gec-outline-btn {
		border: 1px solid #00b2ff;
		color: #0f172a;
		border-radius: 12.5px;
		padding: 17px 18px;
		min-height: 52px;
		min-width: 164px;
		font-size: 16px;
	}

	.page-about #about-story .gec-outline-btn:hover {
		background: #00b2ff;
		color: #fff;
	}

	.page-about #about-story .gec-story-media-grid {
		gap: 18px;
	}

	.page-about #about-story .gec-story-media-grid img {
		border-radius: 24px;
	}

	.page-about #about-story .gec-story-media-grid img:nth-child(1) {
		grid-column: span 2;
		height: 220px;
	}

	.page-about #about-story .gec-story-media-grid img:nth-child(2) {
		grid-column: span 3;
		height: 220px;
	}

	.page-about #about-story .gec-story-media-grid img:nth-child(3) {
		grid-column: span 3;
		height: 360px;
	}

	.page-about #about-story .gec-story-media-grid img:nth-child(4) {
		grid-column: span 2;
		height: 360px;
	}
	.page-about #about-legacy {
		background: #0f3b8d;
		padding: 40px 0 46px;
	}

	.page-about #about-legacy .gec-legacy-section {
		padding: 0;
	}

	.page-about #about-legacy .gec-legacy-left {
		max-width: 596px;
	}

	.page-about #about-legacy .gec-legacy-pill {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 147px;
		height: 45px;
		padding: 8px 30px;
		border-radius: 31px;
		background: #f3f3f3;
		color: #0f172a;
		font-size: 16px;
		font-weight: 500;
	}

	.page-about #about-legacy .gec-legacy-left h2 {
		color: #ffffff;
		font-family: var(--title-font);
		font-weight: 500;
		font-size: 45px;
		line-height: 51.4px;
		margin: 8px 0 10px;
	}

	.page-about #about-legacy .gec-legacy-tabs {
		background: #f3f3f3;
		border-radius: 31px;
		padding: 2px;
		height: 40px;
		margin: 6px 0 14px;
	}

	.page-about #about-legacy .gec-legacy-tab {
		height: 36px;
		padding: 0 18px;
		font-size: 12px;
		border-radius: 31px;
		color: #0f172a;
	}

	.page-about #about-legacy .gec-legacy-tab.active {
		background: #00b2ff;
		color: #fff;
		box-shadow: 0 8px 18px rgba(0, 178, 255, 0.35);
	}

	.page-about #about-legacy .gec-legacy-left .legacy-text {
		color: #ffffff;
		font-family: var(--gec-number-font);
		font-size: 18px;
		line-height: 27px;
		max-width: 575px;
	}

	.page-about #about-legacy .gec-legacy-points li {
		color: #ffffff;
		font-size: 16px;
		line-height: 24px;
	}

	.page-about #about-legacy .gec-legacy-points li::before {
		background: #00b2ff;
	}

	.page-about #about-legacy .gec-legacy-btn {
		background: #00b2ff;
		border-radius: 12.5px;
		padding: 17px 24px;
		min-height: 52px;
		min-width: 195px;
		font-size: 16px;
		box-shadow: 0 8px 38px rgba(0, 178, 255, 0.27);
	}

	.page-about #about-legacy .gec-legacy-btn:hover {
		background: #009be1;
	}

	.page-about #about-legacy .gec-legacy-video-wrap {
		width: 100%;
		height: 320px;
		border-radius: 20px;
		border: 2px solid #2f8fff;
		box-shadow: none;
		margin-left: auto;
	}

	.page-about #about-faq {
		padding: 36px 0 46px;
	}

	.page-about #about-faq .gec-surface {
		padding: 40px 44px;
		border-radius: 36px;
		background: #ffffff;
		border: 1px solid #eef2f7;
	}

	.page-about #about-faq .gec-faq-layout {
		grid-template-columns: minmax(0, 1fr) 650px;
		gap: 30px;
		align-items: start;
	}

	.page-about #about-faq .gec-legacy-pill {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 120px;
		height: 38px;
		padding: 6px 14px;
		border-radius: 999px;
		background: #eef1f6;
		color: #2e4f84;
		font-size: 15px;
		font-weight: 600;
	}

	.page-about #about-faq .gec-faq-copy {
		display: block;
	}

	.page-about #about-faq .gec-faq-copy>span {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: auto;
	}

	.page-about #about-faq .gec-faq-copy h2 {
		margin: 6px 0 8px;
		color: #0f172a;
		font-family: var(--title-font);
		font-weight: 500;
		font-size: 42px;
		line-height: 48px;
	}

	.page-about #about-faq .gec-faq-copy p {
		color: #475569;
		font-family: var(--gec-number-font);
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 12px;
		max-width: 820px;
	}

	.page-about #about-faq .gec-faq-copy img {
		max-width: 600px;
		width: 100%;
		height: 500px;
		border-radius: 18px;
		margin: 6px 0 0;
		object-fit: cover;
		display: block;
	}

	.page-about #about-faq .gec-faq-cta {
		text-align: center;
		margin-top: 24px;
	}

	.page-about #about-faq .gec-faq-cta .gec-link-btn {
		background: #0f3b8d;
		border-radius: 12.5px;
		padding: 16px 22px;
		min-height: 52px;
		min-width: 195px;
		font-size: 16px;
		box-shadow: 0 8px 28px rgba(15, 59, 141, 0.25);
		justify-content: center;
	}

	.page-about #about-faq .gec-faq-cta .gec-link-btn:hover {
		background: #0c3378;
	}

	.page-about #about-faq .gec-faq-accordion {
		gap: 12px;
	}

	.page-about #about-faq .gec-faq-item {
		border-radius: 12px;
		border: 1px solid #e3ebf5;
		background: #fff;
	}

	.page-about #about-faq .gec-faq-item.is-active {
		border-color: #d6e2f2;
		box-shadow: 0 10px 22px rgba(15, 59, 141, 0.12);
	}

	.page-about #about-faq .gec-faq-toggle {
		padding: 14px 18px;
		min-height: 52px;
		font-size: 15px;
		font-weight: 600;
		color: #0f172a;
	}

	.page-about #about-faq .gec-faq-toggle i {
		width: 22px;
		height: 22px;
		border-radius: 50%;
		border: 1px solid #d9e3f2;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		color: #0f172a;
	}

	.page-about #about-faq .gec-faq-panel p {
		padding: 0 18px 16px;
		font-size: 16px;
		line-height: 22px;
		color: #5b6b88;
	}

	.page-about #about-faq .gec-faq-item.is-active .gec-faq-panel {
		max-height: 220px;
	}

	.page-about .gec-prayer-wrapper {
		background: #ffffff;
		padding: 56px 0 70px;
		border-top: 0;
	}

	.page-about .gec-prayer-section {

		grid-template-columns: 480px minmax(0, 1fr);
		gap: 50px;
		align-items: center;
	}

	.page-about .gec-prayer-wrapper .gec-layout-shell {
		padding-left: 0;
		padding-right: 0;
	}

	.page-about .gec-prayer-figure {
		width: 100%;
	}

	.page-about .gec-prayer-figure img {
		width: 100%;
		height: 420px;
		border-radius: 20px;
	}

	.page-about .gec-prayer-content h2 {
		max-width: 430px;
	}

	.page-about .gec-prayer-field input,
	.page-about .gec-prayer-field textarea {
		border-radius: 8px;
		background: #f1f1f1;
	}

	.page-about .gec-prayer-field input {
		height: 44px;
	}

	.page-about .gec-prayer-field textarea {
		height: 120px;
	}

	.page-contact .gec-prayer-wrapper.gec-inner-section {
		padding: 24px 0 70px;
		background: #ffffff;
		border-top: 0;
	}

	.page-contact .gec-prayer-section {
		max-width: 1040px;
		margin: 0 auto;
		grid-template-columns: 480px minmax(0, 1fr);
		gap: 80px;
		align-items: center;
	}

	.page-contact .gec-prayer-figure {
		width: 100%;
	}

	.page-contact .gec-prayer-figure img {
		width: 100%;
		height: 520px;
		border-radius: 20px;
	}

	.page-contact .gec-prayer-content h2 {
		max-width: 430px;
		font-size: 45px;
		line-height: 60.5px;
	}

	.page-contact .gec-prayer-form {
		max-width: 640px;
	}

	.page-contact .gec-prayer-field label {
		font-size: 14px;
	}

	.page-contact .gec-prayer-field input,
	.page-contact .gec-prayer-field textarea {
		font-size: 16px;
		padding: 12px 14px;
	}

	.page-contact .gec-prayer-field input {
		height: 44px;
	}

	.page-contact .gec-prayer-field textarea {
		height: 120px;
	}

	.page-contact .gec-prayer-note {
		font-size: 15px;
	}

	.page-contact .gec-prayer-btn {
		min-width: 165px;
		padding: 12px 24px;
		border-radius: 12px;
		font-size: 16px;
	}

  .page-our-pastors .gec-pastors-wrapper {
		padding-bottom: 36px;
	}

	.page-our-pastors #pastors-journey .gec-pastor-journey {
		padding: 0;
	}

	.page-our-pastors .gec-pastor-journey {
		grid-template-columns: 460px minmax(0, 1fr);
		gap: 68px;
		align-items: start;
	}

	.page-our-pastors .gec-pastor-journey .gec-detail-media img {
		width: 100%;
		height: 100%;
		min-height: 380px;
		object-fit: cover;
		border-radius: 20px;
	}

 
	.page-our-pastors .gec-pastor-journey .gec-detail-content p {
		color: #4a5a7d;
		font-family: var(--gec-number-font);
		font-size: 16px;
		line-height: 1.6;
		margin: 0 0 16px;
	}

	.page-our-pastors .gec-pastors-bio-list {
		gap: 40px;
	}

	.page-our-pastors .gec-pastor-bio-item {
		padding: 0;
		border-radius: 0;
		background: transparent;
	}

	.page-our-pastors .gec-pastor-bio-item h3 {
		font-size: 38px;
		margin: 0 0 16px;
	}

	.page-our-pastors .gec-pastor-bio-item p {
		font-size: 16px;
		line-height: 1.65;
	}

	.page-our-pastors .gec-pastor-bio-item h4 {
		font-size: 24px;
		margin: 32px 0 12px;
	}

	.page-our-pastors .gec-prayer-wrapper {
		border-top: 0;
	}

	.page-our-pastors .gec-prayer-wrapper .gec-layout-shell {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.nav-header.church-header .main-menu>ul {
		gap: 20px;
	}

	.gec-mission-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center right;
		z-index: 1;
		background-repeat: no-repeat;

	}

	.nav-header.church-header .main-menu>ul>li>a {
		font-size: 13px;
	}

	.header-phone {
		font-size: 14px;
	}

	.page-give #give-support .gec-support-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
		padding: 28px 24px;
	}

	.page-give #give-support .gec-support-item {
		align-items: flex-start;
		gap: 14px;
	}

	.page-give #give-support .gec-support-item:not(:last-child) {
		border-right: none;
	}

	.page-give #give-support .gec-support-item:nth-child(1) {
		border-right: 1px solid rgba(255, 255, 255, 0.15);
		padding-right: 12px;
	}

	.page-give #give-support .gec-support-item:last-child {
		grid-column: 1 / -1;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		padding-top: 16px;
	}

	.page-give #give-support .gec-support-item p {
		font-size: 14px;
	}
		.page-our-pastors #pastors-list .gec-pastors-head h2 {
		font-size: clamp(40px, 6.3vw, 58px);
		line-height: 1.1;
	}
}

@media (min-width: 992px) and (max-width: 1399px) {
	.page-our-ministry-detail .gec-ministry-bottom-desc {
		padding-top: 32px;
		margin-bottom: 44px;
	}

	.page-our-ministry-detail .gec-ministry-bottom-desc p {
		max-width: 1120px;
		font-size: clamp(14px, 1.1vw, 16px);
		line-height: 1.6;
	}

	.page-our-ministry-detail .gec-ministry-questions-wrap h3 {
		font-size: clamp(38px, 3.2vw, 50px);
		line-height: 1.1;
		margin-bottom: 24px;
	}

	.page-our-ministry-detail .gec-ministry-questions-banner {
		gap: 24px;
		padding: 30px 24px;
		border-radius: 26px;
		align-items: start;
	}

	.page-our-ministry-detail .gec-q-item {
		gap: 14px;
		align-items: flex-start;
	}

	.page-our-ministry-detail .gec-q-item:not(:last-child) {
		padding-right: 14px;
	}

	.page-our-ministry-detail .gec-q-icon {
		width: 50px;
		height: 50px;
	}

	.page-our-ministry-detail .gec-q-icon i {
		font-size: 18px;
	}

	.page-our-ministry-detail .gec-q-text h4 {
		font-size: 17px;
		line-height: 1.25;
		margin-bottom: 6px;
	}

	.page-our-ministry-detail .gec-q-text p {
		font-size: 14px;
		line-height: 1.5;
	}

	.page-our-ministry-detail .gec-q-text a {
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.page-our-ministry-detail .gec-q-social-links {
		gap: 8px;
	}

	.page-our-ministry-detail .gec-q-social-links a {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}
	iframe.ql-video {
    max-width: 900px;
    min-height: 650px;
}
}

@media (min-width: 992px) and (max-width: 1150px) {
	.page-our-ministry-detail .gec-ministry-questions-banner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-our-ministry-detail .gec-q-item:nth-child(2) {
		border-right: none;
	}

	.page-our-ministry-detail .gec-q-item:nth-child(3) {
		grid-column: 1 / -1;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		padding-top: 18px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.page-contact .gec-support-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.page-contact .gec-support-item {
		border-right: none;
	}

	.page-contact .gec-support-item:nth-child(1) {
		border-right: 1px solid rgba(255, 255, 255, 0.15);
		padding-right: 18px;
	}

	.page-contact .gec-support-item:nth-child(2) {
		padding-left: 18px;
	}

	.page-contact .gec-support-item:last-child {
		grid-column: 1 / -1;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		padding-top: 18px;
	}
}

@media (max-width: 1199px) {
	:root {
		--gec-page-gutter: 40px;
		--gec-section-pad-y: 22px;
	}

	.nav-header.church-header .menu-area { 
		margin-top: 0px !important;
	   max-width: calc(100vw - 0) !important;
        padding: 0 !important;
	}

	.gec-nav-links {
		padding-left: 18px;
	}

	.nav-header.church-header .main-menu>ul {
		gap: 22px;
	}

	.gec-pastor-card {
		width: 100%;
		max-width: 390px;
		min-height: 620px;
	}

	.gec-detail-layout {
		grid-template-columns: minmax(0, 1fr) 380px;
	}

	.gec-sermon-list-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gec-story-layout,
	.gec-faq-layout,
	.gec-pastor-journey,
	.gec-give-donate {
		grid-template-columns: 1fr;
	}

	.gec-sermon-board-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gec-highlights-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gec-ministries-section,
	.gec-legacy-section,
	.gec-events-section,
	.gec-life-section,
	.gec-sermons-section,
	.gec-prayer-section {
		border-radius: 24px;
	}

	.gec-ministries-body {
		grid-template-columns: 210px minmax(0, 1fr);
	}

	.gec-ministry-card {
		grid-template-columns: minmax(0, 1fr) 430px;
		gap: 18px;
		padding: 20px;
	}

	.gec-ministry-image {
		height: 370px;
	}

	.gec-legacy-video-wrap {
		width: 100%;
		max-width: 620px;
		height: 520px;
	}

	.gec-event-slide {
		transform: scale(0.9);
		opacity: 0.86;
	}

	.gec-events-slider .swiper-slide-active {
		transform: scale(1.04);
		opacity: 1;
	}
		.page-our-pastors #pastors-journey .gec-detail-media {
		max-width: 100%;
	}

	.page-our-pastors #pastors-journey .gec-detail-media img {
		height: clamp(320px, 58vw, 500px);
		max-height: 500px;
	}

	.page-our-pastors #pastors-journey .gec-leader-entry {
		grid-template-columns: 120px minmax(0, 1fr);
		gap: 14px;
	}

	.page-our-pastors #pastors-journey .gec-leader-thumb {
		width: 120px;
		height: 132px;
		border-radius: 14px;
	}

	.page-our-pastors #pastors-journey .gec-leader-text h3 {
		font-size: clamp(20px, 4vw, 32px);
	}

	.page-our-pastors #pastors-journey .gec-leader-text p {
		font-size: 15px;
		line-height: 1.55;
	}
 

	.page-our-pastors #pastors-hero .gec-inner-hero-box h1 {
		font-size: clamp(40px, 6vw, 58px);
		line-height: 1.1;
	}

	.page-our-pastors #pastors-hero .gec-inner-hero-box p {
		font-size: 15px;
		line-height: 1.55;
	}



	.page-our-pastors #pastors-list .gec-pastors-head p {
		font-size: 15px;
		line-height: 1.56;
		max-width: 760px;
		margin-inline: auto;
	}

	.page-our-pastors #pastors-list .gec-pastor-card {
		 
		max-width: 100%;
		min-height: 500px ;
		padding: 16px;
		border-radius: 22px !important;
	}

	.page-our-pastors #pastors-list .gec-pastor-image-wrap {
		height: clamp(240px, 32vw, 320px);
		border-radius: 16px !important;
	}

	.page-our-pastors #pastors-list .gec-pastor-copy h3 {
		font-size: clamp(26px, 4vw, 36px);
	}

	.page-our-pastors #pastors-list .gec-pastor-copy h4 {
		font-size: 14px;
	}

	.page-our-pastors #pastors-list .gec-pastor-copy p {
		font-size: 15px;
		line-height: 1.52;
	}



	.page-our-pastors #pastors-journey .gec-detail-media {
		max-width: 560px;
		margin: 0 auto;
	}

	.page-our-pastors #pastors-journey .gec-detail-media img {
		height: clamp(300px, 52vw, 460px) !important;
	}

}
@media (min-width: 1200px) {
	iframe.ql-video {
    max-width: 900px;
    min-height: 650px;
}
	.page-contact .gec-support-grid {
		grid-template-columns: minmax(240px, 1.1fr) minmax(160px, 0.7fr) minmax(240px, 1.1fr);
	}
}
@media (min-width: 1280px) and (max-width: 1535px) {
	:root {
		--gec-page-max: 100%;
		--gec-page-gutter: 34px;
		--gec-content-max: 100%;
	}

	.gec-pastors-section,
	.gec-ministries-head,
	.gec-ministries-body,
	.gec-events-section,
	.gec-legacy-inner,
	.gec-life-section,
	.gec-sermons-section,
	.gec-footer-inner,
	.gec-inner-hero-box,
	.gec-surface,
	.gec-sermon-board,
	.gec-blue-block .gec-highlights-block {
		max-width: 100% !important;
	}

	.page-sermon-detail .gec-blue-block .gec-highlights-block {
		max-width: 1180px !important;
	}
		.nav-header.church-header .menu-area {
		max-width: calc(100vw - 48px) !important;
		padding: 0 24px !important;
	}
}

@media (max-width: 1399px) {
	:root {
		--gec-page-gutter: 24px;
	}



	.gec-topbar .container {
		max-width: calc(100vw - 48px) !important;
	}

	.nav-header.church-header .main-menu>ul {
		width: auto;
		gap: 19px;
	}

	.gec-sermon-board-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		;
	}
}



/* Global viewport refinements */
@media (min-width: 1600px) {
	:root {
		--gec-page-max: 1460px;
		--gec-content-max: 1460px;
		--gec-page-gutter: 34px;
	}

	.gec-sermon-board-grid {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 12px;

	}

	.nav-header.church-header .main-menu>ul {
		gap: 32px;
	}

	.gec-hero {
		min-height: 76vh;
	}

	.gec-ministries-body {
		grid-template-columns: 320px minmax(0, 1fr);
	}

	.gec-ministry-card {
		grid-template-columns: minmax(0, 1fr) 480px;
	}

	.gec-detail-layout {
		grid-template-columns: minmax(0, 1fr) 540px;
	}
	.page-about #about-faq .gec-faq-copy img {
        max-width: 800px;
	}
}

@media (min-width: 1920px) {
	:root {
		--gec-page-max: 1860px;
		--gec-content-max: 1660px;
		--gec-page-gutter: 84px;
	}

}

/* About FAQ icon state fix: show only one icon (plus or minus) at a time */
.page-about #about-faq .gec-faq-item .gec-faq-toggle .fa-plus {
	display: inline-flex !important;
}

.page-about #about-faq .gec-faq-item .gec-faq-toggle .fa-minus {
	display: none !important;
}

.page-about #about-faq .gec-faq-item.is-active .gec-faq-toggle .fa-plus {
	display: none !important;
}

.page-about #about-faq .gec-faq-item.is-active .gec-faq-toggle .fa-minus {
	display: inline-flex !important;
}

/* Our Pastors: journey alignment + smaller right-side images */
.page-our-pastors #pastors-journey .gec-detail-content {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.page-our-pastors #pastors-journey .gec-detail-content h2 {
	margin: 0 0 18px;
}

.page-our-pastors #pastors-journey .gec-detail-media {
	max-width: 460px;
}

.page-our-pastors #pastors-journey .gec-detail-media img {
	height: clamp(420px, 54vw, 620px);
	max-height: 620px;
	object-fit: cover;
}

.page-our-pastors #pastors-journey .gec-leader-entry {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.page-our-pastors #pastors-journey .gec-leader-entry + .gec-leader-entry {
	margin-top: 6px;
}

.page-our-pastors #pastors-journey .gec-leader-thumb {
	width: 150px;
	height: 165px;
	border-radius: 18px;
	overflow: hidden;
}

.page-our-pastors #pastors-journey .gec-leader-thumb img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.page-our-pastors #pastors-journey .gec-leader-text h3 {
	margin: 0 0 8px;
	font-size: clamp(18px, 2.6vw, 28px);
	line-height: 1.15;
	color: #0f1c44;
}

.page-our-pastors #pastors-journey .gec-leader-text p {
	margin: 0;
	font-size: 16px;
	line-height: 1.58;
	color: #4a5a7d;
} 

/* Legacy video: keep 16:9 aspect to avoid black bars on all widths */
.gec-legacy-video-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto !important;
	overflow: hidden;
}

.gec-legacy-video-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: inherit;
}

/* Quill video embeds: keep 16:9 and remove black bars */
iframe.ql-video {
	display: block;
	width: 100%;
	max-width: 100% !important;
	aspect-ratio: 16 / 9;
	height: auto !important;
	min-height: 0 !important;
	background: #000;
}
