/* -------------------------------------------------------------------------
   Typography — Plus Jakarta Sans for all headings & primary navigation
   ------------------------------------------------------------------------- */
:root {
	--font-heading: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.section-title h1,
.section-title h2,
.section-title h3,
.footer-gc-booking__title,
.footer-gc-brand__heading,
.footer-gc-nav__title,
.contact-info-content h3,
.cta-contact-content h3,
.service-content h3,
.process-item-content h3,
.why-choose-item-content h3,
.why-choose-counter-content h2,
.why-choose-counter-content h3,
.provide-item-content h3,
.provide-item-no h3,
.team-content h3,
.post-item-content h2,
.post-item-content h2 a,
.author-content h3,
.testimonial-body .author-content h3,
.contact-us .section-title h2,
.we-provide .section-title h2,
.we-provide .section-title h3,
.our-team .section-title h2,
.our-blog .section-title h2,
.our-testimonials .section-title h2,
.why-choose-content .section-title h2,
.why-choose-content .section-title h3,
.our-process .section-title h2,
.our-process .section-title h3,
.our-service .section-title h2,
.our-service .section-title h3,
.about-us .section-title h2,
.about-us .section-title h3,
.happy-patients-counter-content h3,
.experience-counter-content h3 {
	font-family: var(--font-heading) !important;
}

/* -------------------------------------------------------------------------
   Section titles — larger kicker (h3) + primary line (h2)
   Hero tagline: .hero .hero-content .section-title h1 (unchanged, higher specificity).
   ------------------------------------------------------------------------- */
.section-title h3 {
	font-size: clamp(16px, 0.45vw + 14.5px, 19px);
	font-weight: 600;
	line-height: 1.45em;
	padding-left: 32px;
	margin-bottom: 22px;
}

.section-title h3::before {
	width: 20px;
	height: 20px;
}

.section-title h2 {
	font-size: clamp(2.125rem, 2.1vw + 1.2rem, 3rem);
	line-height: 1.14;
	letter-spacing: -0.022em;
}

@media (max-width: 991px) {
	.section-title h3 {
		font-size: 16px;
		padding-left: 30px;
		margin-bottom: 18px;
	}

	.section-title h2 {
		font-size: clamp(1.875rem, 1.4vw + 1.35rem, 2.25rem);
	}
}

@media (max-width: 767px) {
	.section-title h3 {
		font-size: 15px;
		margin-bottom: 14px;
	}

	.section-title h2 {
		font-size: clamp(1.625rem, 3.5vw + 0.85rem, 1.875rem);
	}
}

header.main-header .main-menu ul li a,
header.main-header .main-menu ul ul li a,
.slicknav_nav a {
	font-family: var(--font-heading);
	letter-spacing: 0.02em;
}

/* -------------------------------------------------------------------------
   Header — light theme, full width, flat (no pill / no large radii)
   ------------------------------------------------------------------------- */
header.main-header.main-header--light {
	background: linear-gradient(180deg, #e8eef6 0%, #f4f7fb 45%, #f7fafc 100%);
	border-bottom: 1px solid rgba(15, 35, 55, 0.07);
	box-shadow: 0 4px 20px rgba(15, 35, 55, 0.04);
}

header.main-header.main-header--light .header-sticky.active {
	background: rgba(247, 250, 252, 0.95);
	border-bottom: 1px solid rgba(15, 35, 55, 0.08);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 6px 28px rgba(15, 35, 55, 0.08);
}

header.main-header.main-header--light .header-inner {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

header.main-header.main-header--light .navbar {
	padding: 18px 0;
}

header.main-header.main-header--light .navbar-brand {
	margin-right: 20px;
}

header.main-header.main-header--light .navbar-brand img {
	max-height: 52px;
	width: auto;
}

header.main-header.main-header--light .main-menu ul li a {
	color: #0c1f33;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 12px !important;
	border-radius: 0;
	transition: background-color 0.2s ease, color 0.2s ease;
}

header.main-header.main-header--light .main-menu ul li a:hover,
header.main-header.main-header--light .main-menu ul li a:focus {
	color: #064a8a;
	background: rgba(6, 106, 210, 0.08);
	box-shadow: none;
}

header.main-header.main-header--light .main-menu ul li.submenu > a:after {
	color: rgba(12, 31, 51, 0.45);
}

header.main-header.main-header--light .main-menu ul ul {
	background-color: #ffffff;
	border: 1px solid rgba(15, 35, 55, 0.1);
	border-radius: 0;
	box-shadow: 0 12px 36px rgba(15, 35, 55, 0.12);
	min-width: 280px;
	max-height: min(70vh, 520px);
	overflow-y: auto;
	padding: 6px 0;
}

header.main-header.main-header--light .main-menu ul ul li a {
	border-radius: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 16px !important;
	white-space: nowrap;
}

header.main-header.main-header--light .main-menu ul ul li a:hover {
	background: rgba(6, 106, 210, 0.08);
}

header.main-header.main-header--light .header-btn .btn-default.btn-highlighted {
	color: var(--white-color);
	background: linear-gradient(125deg, #2eb0e8 0%, var(--accent-color) 42%, #156d94 100%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 4px 16px rgba(14, 56, 76, 0.28);
}

header.main-header.main-header--light .header-btn .btn-default.btn-highlighted:hover {
	background: linear-gradient(125deg, #26a0d6 0%, #1a7aa8 48%, #125a78 100%);
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--white-color);
}

header.main-header.main-header--light .slicknav_btn {
	background: #ffffff;
	border: 1px solid rgba(15, 35, 55, 0.12);
	border-radius: 0;
	box-shadow: none;
}

header.main-header.main-header--light .slicknav_icon-bar {
	background-color: #0c1f33;
}

/* Why choose: use Gold City facility photo for split background */
.why-choose-us.gc-why-bg {
	background: url('../images/goldcity/why-choose.webp'), var(--secondary-color);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50% 100%;
}

@media (max-width: 991px) {
	.why-choose-us.gc-why-bg {
		background: linear-gradient(180deg, var(--secondary-color) 52%, transparent 48%),
			url('../images/goldcity/why-choose.webp');
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: auto;
	}
}

/* -------------------------------------------------------------------------
   Why choose us — stat cards (replaces flat columns + dividers)
   ------------------------------------------------------------------------- */
.why-choose-us .why-choose-body--stat-cards .why-choose-counter-box {
	padding-right: 0 !important;
}

.why-choose-us .why-choose-body--stat-cards .why-choose-counter-box::before,
.why-choose-us .why-choose-body--stat-cards .why-choose-counter-box:before {
	display: none !important;
}

.why-choose-us .why-choose-stat-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 26px 22px 28px;
	margin: 0;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 249, 252, 0.94) 55%, rgba(236, 244, 249, 0.92) 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 14px 40px rgba(14, 56, 76, 0.1),
		0 4px 12px rgba(30, 132, 181, 0.06);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.3s ease;
}

.why-choose-us .why-choose-stat-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	border-radius: 20px 20px 0 0;
	background: linear-gradient(90deg, #0e384c 0%, var(--accent-color) 55%, #3ad0e8 100%);
	opacity: 0.9;
	pointer-events: none;
}

.why-choose-us .why-choose-stat-card:hover {
	transform: translateY(-5px);
	border-color: rgba(30, 132, 181, 0.28);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 1) inset,
		0 22px 50px rgba(14, 56, 76, 0.12),
		0 8px 22px rgba(30, 132, 181, 0.12);
}

.why-choose-us .why-choose-stat-card .why-choose-counter-no {
	margin-bottom: 14px;
}

.why-choose-us .why-choose-stat-card .why-choose-counter-no p {
	font-family: var(--font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: rgba(14, 56, 76, 0.42);
	margin: 0;
}

.why-choose-us .why-choose-stat-card .why-choose-counter-content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.why-choose-us .why-choose-stat-card .why-choose-counter-content h2 {
	font-family: var(--font-heading);
	font-size: clamp(2rem, 2.4vw + 1.25rem, 2.85rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
	margin: 0 0 14px;
	color: #0c1f33;
	background: linear-gradient(118deg, #0e384c 0%, var(--accent-color) 55%, #1a9bc9 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.why-choose-us .why-choose-stat-card .why-choose-counter-content h2 .counter {
	-webkit-text-fill-color: transparent;
}

.why-choose-us .why-choose-stat-card .why-choose-counter-content h3 {
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	margin-top: auto;
	color: #4a6274;
	text-transform: none;
	letter-spacing: 0.01em;
}

@media (max-width: 767px) {
	.why-choose-us .why-choose-stat-card {
		padding: 22px 18px 24px;
		border-radius: 18px;
	}

	.why-choose-us .why-choose-stat-card .why-choose-counter-content h2 {
		font-size: 2.125rem;
	}
}

@supports not (background-clip: text) {
	.why-choose-us .why-choose-stat-card .why-choose-counter-content h2,
	.why-choose-us .why-choose-stat-card .why-choose-counter-content h2 .counter {
		color: #0c1f33;
		-webkit-text-fill-color: currentColor;
		background: none;
	}
}

/* -------------------------------------------------------------------------
   Hero CTA strip — premium cards (palette: primary #0E384C, accent #1E84B5)
   ------------------------------------------------------------------------- */
.cta-contact-box.cta-contact-box--cards {
	position: relative;
	overflow: hidden;
	padding: 52px 0 56px;
	border-bottom: 1px solid rgba(14, 56, 76, 0.07);
	background:
		radial-gradient(ellipse 100% 120% at 0% 0%, rgba(30, 132, 181, 0.12) 0%, transparent 55%),
		radial-gradient(ellipse 80% 100% at 100% 100%, rgba(14, 56, 76, 0.08) 0%, transparent 50%),
		linear-gradient(175deg, #e8f2f9 0%, #f4f9fc 38%, #fbfdff 72%, #ffffff 100%);
}

.cta-contact-box.cta-contact-box--cards::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M0 60V0h60' fill='none' stroke='%230E384C' stroke-opacity='0.04' stroke-width='0.5'/%3E%3C/svg%3E");
	background-size: 60px 60px;
	pointer-events: none;
	opacity: 0.9;
}

.cta-contact-box--cards .container {
	position: relative;
	z-index: 1;
}

.cta-contact-box--cards .cta-contact-item:before {
	display: none !important;
}

.cta-contact-box--cards .cta-contact-item--card {
	position: relative;
	display: flex !important;
	flex-direction: row;
	align-items: center !important;
	height: 100%;
	min-height: 112px;
	padding: 26px 26px 26px 24px !important;
	margin: 0 !important;
	gap: 20px;
	overflow: hidden;
	isolation: isolate;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	background:
		linear-gradient(155deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 252, 255, 0.92) 45%, rgba(242, 249, 253, 0.88) 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 0 0 1px rgba(14, 56, 76, 0.04) inset,
		0 20px 50px rgba(14, 56, 76, 0.07),
		0 6px 16px rgba(30, 132, 181, 0.06);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s ease,
		border-color 0.3s ease;
}

.cta-contact-box--cards .cta-contact-item--card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 22px 22px 0 0;
	background: linear-gradient(90deg, #0E384C 0%, var(--accent-color) 42%, #3ad0e8 100%);
	opacity: 0.95;
	z-index: 0;
}

.cta-contact-box--cards .cta-contact-item--card::after {
	content: "";
	position: absolute;
	top: -40%;
	right: -30%;
	width: 55%;
	height: 90%;
	background: radial-gradient(circle, rgba(30, 132, 181, 0.09) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}

.cta-contact-box--cards .cta-contact-item--card:hover {
	transform: translateY(-6px);
	border-color: rgba(30, 132, 181, 0.22);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 1) inset,
		0 0 0 1px rgba(30, 132, 181, 0.08) inset,
		0 28px 60px rgba(14, 56, 76, 0.1),
		0 12px 28px rgba(30, 132, 181, 0.12);
}

.cta-contact-box--cards .cta-contact-item--card .icon-box {
	position: relative;
	z-index: 1;
	width: 58px !important;
	height: 58px !important;
	margin-right: 0 !important;
	flex-shrink: 0;
	border-radius: 16px !important;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: linear-gradient(135deg, #3eb8e8 0%, var(--accent-color) 45%, #156d94 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.35) inset,
		0 10px 24px rgba(14, 56, 76, 0.2),
		0 4px 10px rgba(30, 132, 181, 0.35);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

/* Override theme icon ripple inside these cards */
.cta-contact-box--cards .cta-contact-item--card .icon-box::before {
	display: none !important;
}

.cta-contact-box--cards .cta-contact-item--card:hover .icon-box {
	transform: scale(1.06);
	background: linear-gradient(135deg, #4ec4f0 0%, #2299c9 50%, #0E384C 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.4) inset,
		0 14px 32px rgba(14, 56, 76, 0.22),
		0 6px 14px rgba(30, 132, 181, 0.4);
}

.cta-contact-box--cards .cta-contact-item--card .icon-box img {
	max-width: 26px;
	z-index: 1;
	filter: drop-shadow(0 1px 1px rgba(14, 56, 76, 0.15));
}

.cta-contact-box--cards .cta-contact-item--card .cta-contact-content {
	position: relative;
	z-index: 1;
	width: auto !important;
	flex: 1 1 auto;
	min-width: 0;
}

.cta-contact-box--cards .cta-contact-item--card .cta-contact-content h3 {
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #5a7588;
}

.cta-contact-box--cards .cta-contact-item--card .cta-contact-content p {
	font-family: var(--font-heading);
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
	margin: 0;
	color: #0c1f33;
	letter-spacing: 0.01em;
}

.cta-contact-box--cards .cta-contact-item--card .cta-contact-content p a {
	position: relative;
	color: #0a5f8a;
	font-weight: 700;
	text-decoration: none;
	background: linear-gradient(120deg, var(--accent-color), #0E384C);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: opacity 0.2s ease, filter 0.2s ease;
}

.cta-contact-box--cards .cta-contact-item--card .cta-contact-content p a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: linear-gradient(90deg, var(--accent-color), rgba(14, 56, 76, 0.45));
	transform: scaleX(0.35);
	transform-origin: left;
	opacity: 0.5;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.cta-contact-box--cards .cta-contact-item--card .cta-contact-content p a:hover {
	opacity: 0.92;
	filter: brightness(1.05);
	-webkit-text-fill-color: #0a5f8a;
	background: none;
}

.cta-contact-box--cards .cta-contact-item--card .cta-contact-content p a:hover::after {
	transform: scaleX(1);
	opacity: 1;
}

.cta-contact-box--cards .cta-contact-item--card.cta-contact-item--hours .cta-contact-content p {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.55;
	color: #4a6574;
	letter-spacing: 0;
}

@media (max-width: 991px) {
	.cta-contact-box.cta-contact-box--cards {
		padding: 40px 0 36px;
	}

	.cta-contact-box--cards .cta-contact-item--card {
		padding: 22px 20px !important;
		min-height: 0;
	}
}

/* -------------------------------------------------------------------------
   Hero — larger type & vertical balance vs image collage (home)
   ------------------------------------------------------------------------- */
.hero > .container > .row {
	align-items: stretch;
}

.hero .hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
}

.hero .hero-content .section-title {
	margin-bottom: 28px;
}

.hero .hero-content .section-title h1 {
	font-size: clamp(2.5rem, 3.2vw + 1.85rem, 4.75rem);
	line-height: 1.06;
	letter-spacing: -0.03em;
	font-weight: 700;
}

.hero .hero-content .section-title p {
	max-width: 36rem;
	font-size: clamp(1.0625rem, 0.9vw + 0.92rem, 1.375rem);
	line-height: 1.55;
	margin-top: 22px;
	font-weight: 500;
	opacity: 0.96;
}

.hero .hero-content-body {
	margin-bottom: 36px;
	padding-bottom: 36px;
}

.hero .hero-content-body .btn-default.btn-highlighted {
	font-size: 1.0625rem;
	line-height: 1.25;
	/* Sağda ::before ok ikonu için theme ile aynı rezerv (~60px); genel .btn-default padding’i ezme */
	padding: 17px 3.75rem 17px 1.375rem;
	background: linear-gradient(125deg, #2eb0e8 0%, var(--accent-color) 42%, #156d94 100%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 4px 20px rgba(14, 56, 76, 0.32);
}

.hero .hero-content-body .btn-default.btn-highlighted:hover {
	background: linear-gradient(125deg, #26a0d6 0%, #1a7aa8 48%, #125a78 100%);
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--white-color);
}

.hero .hero-footer-box .hero-footer-box-content p {
	font-size: 0.9375rem;
	line-height: 1.35;
}

@media (min-width: 992px) {
	.hero {
		padding-top: 96px;
		padding-bottom: 96px;
	}

	.hero > .container > .row > .col-lg-6:last-child {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.hero .hero-footer-box .icon-box {
		width: 52px;
		height: 52px;
	}

	.hero .hero-footer-box .icon-box img {
		max-width: 26px;
	}
}

@media (max-width: 991px) {
	.hero .hero-content .section-title h1 {
		font-size: clamp(2.125rem, 4vw + 1.25rem, 3.25rem);
	}

	.hero .hero-content .section-title p {
		max-width: 100%;
		font-size: clamp(1rem, 0.5vw + 0.9rem, 1.2rem);
	}
}

@media (max-width: 767px) {
	.hero .hero-content .section-title {
		margin-bottom: 20px;
	}

	.hero .hero-content .section-title h1 {
		font-size: clamp(1.875rem, 5vw + 1rem, 2.5rem);
	}

	.hero .hero-content-body .btn-default.btn-highlighted {
		font-size: 1rem;
		padding: 15px 3.5rem 15px 1.125rem;
	}
}

/* -------------------------------------------------------------------------
   About section — image slider (fixed frame, same aspect as theme about-img)
   ------------------------------------------------------------------------- */
.about-img-slider {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
}

.about-img-slider .about-slider {
	width: 100%;
	aspect-ratio: 1 / 1.11;
	border-radius: 40px;
	overflow: hidden;
}

.about-img-slider .swiper-wrapper {
	height: 100%;
}

.about-img-slider .swiper-slide {
	height: 100%;
}

.about-img-slider .about-slider__figure,
.about-img-slider .swiper-slide figure {
	display: block;
	margin: 0;
	height: 100%;
	border-radius: 40px;
	overflow: hidden;
}

.about-img-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 40px;
	display: block;
	aspect-ratio: unset;
	min-height: 100%;
}

.about-img-slider .swiper-pagination {
	bottom: 20px !important;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
}

.about-img-slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 0.55;
}

.about-img-slider .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--accent-color);
}

.about-image .happy-patients-counter {
	z-index: 4;
}

@media (max-width: 991px) {
	.about-img-slider .about-slider {
		aspect-ratio: 1 / 0.8;
	}
}

/* -------------------------------------------------------------------------
   Our process — main h2 fits one line in half-width column (was 3+ awkward wraps)
   ------------------------------------------------------------------------- */
.our-process .section-title h2 {
	font-size: clamp(1.0625rem, 0.55vw + 0.72rem, 1.375rem);
	line-height: 1.28;
	letter-spacing: -0.03em;
	font-weight: 700;
	text-wrap: balance;
}

@media (min-width: 1200px) {
	.our-process .section-title h2 {
		white-space: nowrap;
		font-size: clamp(1.125rem, 0.5vw + 0.78rem, 1.375rem);
	}
}

@media (max-width: 1199px) {
	.our-process .section-title h2 {
		white-space: normal;
	}
}

/* -------------------------------------------------------------------------
   Our process — photo strip under main heading (compact landscape)
   ------------------------------------------------------------------------- */
.our-process .section-title .our-process-banner {
	margin-top: 20px;
	margin-bottom: 6px;
	max-width: 100%;
}

.our-process-banner__figure {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(14, 56, 76, 0.08);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 10px 32px rgba(14, 56, 76, 0.08),
		0 2px 10px rgba(30, 132, 181, 0.06);
}

.our-process-banner__figure img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 2.35 / 1;
	max-height: 200px;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 991px) {
	.our-process-banner__figure {
		border-radius: 14px;
	}

	.our-process-banner__figure img {
		max-height: 180px;
		aspect-ratio: 2 / 1;
	}
}

/* -------------------------------------------------------------------------
   Our services — equal-height cards + pill “Read more”
   ------------------------------------------------------------------------- */
.our-service .row:not(.section-row) > [class*="col-"] {
	display: flex;
}

.our-service .service-item.service-item--stretch {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	width: 100%;
}

.our-service .service-item.service-item--stretch .service-content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.our-service .service-item.service-item--stretch .service-content p {
	flex: 1 1 auto;
	margin-bottom: 0;
}

.our-service .service-item.service-item--stretch .service-btn {
	margin-top: 0;
	flex-shrink: 0;
}

.our-service .service-btn .redmore-btn {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	padding: 11px 38px 11px 20px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: none;
	color: #0a5f8a;
	border: 1px solid rgba(30, 132, 181, 0.42);
	background: linear-gradient(180deg, #ffffff 0%, #f2f8fb 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 4px 14px rgba(14, 56, 76, 0.07);
	transition:
		color 0.25s ease,
		border-color 0.25s ease,
		background 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.2s ease;
}

.our-service .service-btn .redmore-btn::before {
	right: 16px;
	font-size: 13px;
	color: var(--accent-color);
	transition: color 0.25s ease, transform 0.25s ease;
}

.our-service .service-btn .redmore-btn:hover {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.5);
	background: linear-gradient(135deg, #2eb0e8 0%, var(--accent-color) 50%, #156d94 100%);
	box-shadow: 0 6px 18px rgba(14, 56, 76, 0.18);
	transform: translateY(-1px);
}

.our-service .service-btn .redmore-btn:hover::before {
	color: #ffffff;
	transform: translate(3px, -50%);
}

.our-service .service-item.service-item--stretch:hover .service-btn .redmore-btn {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: none;
}

.our-service .service-item.service-item--stretch:hover .service-btn .redmore-btn::before {
	color: #ffffff;
}

.our-service .service-item.service-item--stretch:hover .service-btn .redmore-btn:hover {
	background: linear-gradient(135deg, #ffffff 0%, #e8f4fa 100%);
	color: #0a5f8a;
	border-color: rgba(255, 255, 255, 0.85);
}

.our-service .service-item.service-item--stretch:hover .service-btn .redmore-btn:hover::before {
	color: var(--accent-color);
	transform: translate(3px, -50%);
}

/* -------------------------------------------------------------------------
   Patient testimonials — 2-up layout, cards like reference (site colours)
   ------------------------------------------------------------------------- */
.our-testimonials.our-testimonials--patient {
	padding: 88px 0 100px;
	background: linear-gradient(180deg, #eef2f6 0%, #f7fafc 45%, #ffffff 100%);
	border-top: 1px solid rgba(14, 56, 76, 0.06);
}

.testimonials-patient-head {
	margin-bottom: 48px;
}

.testimonials-patient-head__title {
	font-family: var(--font-heading);
	font-size: clamp(1.875rem, 2vw + 1.25rem, 2.75rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin: 0 0 16px;
	color: #0c1f33;
}

.testimonials-patient-head__title-strong {
	color: #0c1f33;
}

.testimonials-patient-head__title-accent {
	color: var(--accent-color);
}

.testimonials-patient-head__rule {
	width: 56px;
	height: 4px;
	margin: 0 auto 22px;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--accent-color), #0E384C);
}

.testimonials-patient-head__lead {
	max-width: 640px;
	margin: 0 auto;
	font-size: 1.0625rem;
	line-height: 1.65;
	color: #5a7080;
}

.testimonial-slider--patient .swiper-slide {
	height: auto;
	display: flex;
}

.testimonial-card-gc {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	padding: 32px 28px 26px;
	margin-top: 10px;
	background: #ffffff;
	border: 1px solid rgba(14, 56, 76, 0.08);
	border-radius: 22px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 18px 48px rgba(14, 56, 76, 0.08),
		0 4px 12px rgba(14, 56, 76, 0.04);
	transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.testimonial-slider--patient .swiper-slide:hover .testimonial-card-gc {
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 1) inset,
		0 22px 56px rgba(14, 56, 76, 0.1),
		0 8px 20px rgba(30, 132, 181, 0.1);
	border-color: rgba(30, 132, 181, 0.18);
}

/* Teal opening double-quote — inside card, top-left (normal flow) */
.testimonial-card-gc__quote-mark {
	display: block;
	align-self: flex-start;
	width: max-content;
	margin: 0 0 6px;
	font-family: var(--font-heading), system-ui, sans-serif;
	font-size: clamp(3rem, 8vw, 4.25rem);
	font-weight: 800;
	line-height: 0.85;
	letter-spacing: -0.06em;
	color: #1eb8d8;
	pointer-events: none;
	user-select: none;
}

.testimonial-card-gc__text {
	flex: 1 1 auto;
	margin: 0 0 22px;
	font-size: 1rem;
	line-height: 1.75;
	color: #4a6274;
	text-align: left;
}

.testimonial-card-gc__divider {
	height: 1px;
	margin: 0 0 20px;
	background: linear-gradient(90deg, transparent, rgba(14, 56, 76, 0.12) 15%, rgba(14, 56, 76, 0.12) 85%, transparent);
	border: none;
}

.testimonial-card-gc__footer {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: auto;
	text-align: left;
}

.testimonial-card-gc__avatar {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid rgba(30, 132, 181, 0.25);
	box-shadow: 0 4px 12px rgba(14, 56, 76, 0.1);
}

.testimonial-card-gc__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.testimonial-card-gc__name {
	font-family: var(--font-heading);
	font-size: 1.0625rem;
	font-weight: 700;
	color: #0c1f33;
	line-height: 1.3;
	margin-bottom: 4px;
}

.testimonial-card-gc__role {
	font-family: var(--font-heading);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--accent-color);
	margin: 0;
	line-height: 1.35;
}

.testimonial-slider--patient .testimonial-btn--patient {
	margin-top: 40px;
}

.testimonial-slider--patient .testimonial-pagination {
	position: relative;
	margin-top: 28px;
	text-align: center;
}

.testimonial-slider--patient .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #0e384c;
	opacity: 0.2;
}

.testimonial-slider--patient .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--accent-color);
}

@media (max-width: 767px) {
	.our-testimonials.our-testimonials--patient {
		padding: 64px 0 72px;
	}

	.testimonials-patient-head {
		margin-bottom: 36px;
	}

	.testimonial-card-gc {
		padding: 28px 22px 22px;
	}

	.testimonial-card-gc__quote-mark {
		font-size: clamp(2.75rem, 12vw, 3.5rem);
		margin-bottom: 4px;
	}
}

/* -------------------------------------------------------------------------
   We Provide — right column image slider (matches theme aspect & radius)
   ------------------------------------------------------------------------- */
.we-provide-image--slider {
	position: relative;
}

.we-provide-image--slider .we-provide-slider {
	width: 100%;
	border-radius: 40px;
	overflow: hidden;
}

.we-provide-image--slider .we-provide-slider .swiper-slide {
	height: auto;
}

.we-provide-image--slider .we-provide-slider__figure {
	display: block;
	margin: 0;
	border-radius: 40px;
	overflow: hidden;
}

.we-provide-image--slider .we-provide-slider__figure img {
	width: 100%;
	display: block;
	aspect-ratio: 1 / 0.69;
	object-fit: cover;
	object-position: center;
	border-radius: 40px;
}

.we-provide-image--slider .we-provide-slider__nav {
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	background: rgba(14, 56, 76, 0.45);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	transition: background 0.25s ease, transform 0.2s ease, color 0.2s ease;
}

.we-provide-image--slider .we-provide-slider__nav:hover {
	background: var(--accent-color);
	color: #ffffff;
}

.we-provide-image--slider .we-provide-slider__nav--prev {
	left: 14px;
}

.we-provide-image--slider .we-provide-slider__nav--next {
	right: 14px;
}

.we-provide-image--slider .we-provide-slider__nav i {
	font-size: 15px;
	line-height: 1;
}

.we-provide-image--slider .we-provide-slider__nav.swiper-button-disabled {
	opacity: 0.35;
	pointer-events: none;
}

@media (max-width: 767px) {
	.we-provide-image--slider .we-provide-slider,
	.we-provide-image--slider .we-provide-slider__figure img {
		border-radius: 28px;
	}

	.we-provide-image--slider .we-provide-slider__nav {
		width: 40px;
		height: 40px;
	}

	.we-provide-image--slider .we-provide-slider__nav--prev {
		left: 10px;
	}

	.we-provide-image--slider .we-provide-slider__nav--next {
		right: 10px;
	}
}

/* -------------------------------------------------------------------------
   Our team / colleagues — profile cards (image + FAB + body + CTA)
   ------------------------------------------------------------------------- */
.our-team .team-card-gc.team-member-item {
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 100%;
	margin-bottom: 0;
}

.our-team .team-card-gc__shell {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	overflow: hidden;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid rgba(14, 56, 76, 0.08);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 18px 50px rgba(14, 56, 76, 0.1),
		0 4px 14px rgba(14, 56, 76, 0.05);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.our-team .team-card-gc:hover .team-card-gc__shell {
	transform: translateY(-8px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 1) inset,
		0 28px 64px rgba(14, 56, 76, 0.14),
		0 10px 26px rgba(30, 132, 181, 0.12);
}

.our-team .team-card-gc__visual {
	position: relative;
	flex: 0 0 auto;
}

.our-team .team-card-gc .team-image {
	margin: 0;
	border-radius: 0;
	overflow: hidden;
}

.our-team .team-card-gc .team-image figure {
	margin: 0;
}

.our-team .team-card-gc .team-image img {
	width: 100%;
	display: block;
	aspect-ratio: 1 / 1.12;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.our-team .team-card-gc:hover .team-image img {
	transform: scale(1.04);
}

.our-team .team-card-gc__fab {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	z-index: 4;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #ffffff;
	background: linear-gradient(145deg, #3ad0e8 0%, var(--accent-color) 42%, #156d94 100%);
	border: 3px solid #ffffff;
	box-shadow:
		0 2px 0 rgba(255, 255, 255, 0.35) inset,
		0 10px 28px rgba(14, 56, 76, 0.28);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.our-team .team-card-gc__fab-icon {
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	margin-top: -3px;
}

.our-team .team-card-gc__fab:hover {
	transform: translate(-50%, 50%) scale(1.08);
	box-shadow:
		0 2px 0 rgba(255, 255, 255, 0.45) inset,
		0 14px 36px rgba(30, 132, 181, 0.45);
	filter: brightness(1.06);
	color: #ffffff;
}

.our-team .team-card-gc__body.team-content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 42px 20px 26px;
	margin: 0;
}

.our-team .team-card-gc__body h3 {
	font-family: var(--font-heading);
	font-size: 1.28rem;
	font-weight: 700;
	color: #0c1f33;
	margin: 0 0 10px;
	text-transform: none;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.our-team .team-card-gc__role {
	font-family: var(--font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--accent-color);
	margin: 0 0 18px;
	line-height: 1.45;
	max-width: 100%;
}

.our-team .team-card-gc__social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 16px;
}

.our-team .team-card-gc__social-link {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #5a7080;
	background: rgba(14, 56, 76, 0.06);
	text-decoration: none;
	transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.our-team .team-card-gc__social-link:hover {
	color: #ffffff;
	background: var(--accent-color);
	transform: translateY(-2px);
}

.our-team .team-card-gc__divider {
	width: 100%;
	max-width: 210px;
	height: 1px;
	margin: 0 auto 14px;
	background: linear-gradient(90deg, transparent, rgba(14, 56, 76, 0.14), transparent);
}

.our-team .team-card-gc__cta {
	font-family: var(--font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #7a8d9e;
	text-decoration: none;
	margin-top: auto;
	padding-top: 2px;
	transition: color 0.2s ease;
}

.our-team .team-card-gc__cta:hover {
	color: var(--accent-color);
}

@media (max-width: 767px) {
	.our-team .team-card-gc__shell {
		border-radius: 20px;
	}

	.our-team .team-card-gc__fab {
		width: 50px;
		height: 50px;
	}

	.our-team .team-card-gc__fab-icon {
		font-size: 26px;
	}
}

/* -------------------------------------------------------------------------
   Blog / insights — horizontal cards (image left, copy + read more right)
   ------------------------------------------------------------------------- */
.our-blog.our-blog--insights {
	padding-top: 96px;
	padding-bottom: 88px;
}

.our-blog--insights .blog-card-gc.post-item {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	height: auto;
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(14, 56, 76, 0.08);
	border-radius: 20px;
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 12px 36px rgba(14, 56, 76, 0.07),
		0 2px 8px rgba(14, 56, 76, 0.04);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.our-blog--insights .blog-card-gc:hover {
	transform: translateY(-4px);
	border-color: rgba(30, 132, 181, 0.18);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 1) inset,
		0 20px 48px rgba(14, 56, 76, 0.1),
		0 6px 16px rgba(30, 132, 181, 0.08);
}

.our-blog--insights .blog-card-gc__media {
	flex: 0 0 42%;
	max-width: 42%;
	min-width: 0;
	align-self: stretch;
	text-decoration: none;
	color: inherit;
}

.our-blog--insights .blog-card-gc__media figure {
	margin: 0;
	height: 100%;
	min-height: 200px;
	border-radius: 18px 0 0 18px;
	overflow: hidden;
}

.our-blog--insights .blog-card-gc__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 200px;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
}

.our-blog--insights .blog-card-gc:hover .blog-card-gc__media img {
	transform: scale(1.04);
}

.our-blog--insights .blog-card-gc__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	padding: 22px 26px 22px 22px;
	min-width: 0;
}

.our-blog--insights .blog-card-gc__title {
	font-family: var(--font-heading);
	font-size: clamp(1.05rem, 0.4vw + 0.95rem, 1.2rem);
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 10px;
	color: #0c1f33;
}

.our-blog--insights .blog-card-gc__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.our-blog--insights .blog-card-gc__title a:hover {
	color: var(--accent-color);
}

.our-blog--insights .blog-card-gc__excerpt {
	margin: 0 0 16px;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #5a7080;
	flex: 0 1 auto;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.our-blog--insights .blog-card-gc__divider {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(14, 56, 76, 0.12), transparent);
	margin: 0 0 12px;
}

.our-blog--insights .blog-card-gc__read {
	font-family: var(--font-heading);
	font-size: 14px;
	font-weight: 600;
	color: #1a6fd4;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	transition: color 0.2s ease, gap 0.2s ease;
}

.our-blog--insights .blog-card-gc__read::after {
	content: "\2192";
	font-size: 1.05em;
	line-height: 1;
	transition: transform 0.2s ease;
}

.our-blog--insights .blog-card-gc__read:hover {
	color: var(--accent-color);
	gap: 10px;
}

.our-blog--insights .blog-card-gc__read:hover::after {
	transform: translateX(4px);
}

@media (max-width: 575px) {
	.our-blog--insights .blog-card-gc.post-item {
		flex-direction: column;
	}

	.our-blog--insights .blog-card-gc__media {
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
	}

	.our-blog--insights .blog-card-gc__media figure,
	.our-blog--insights .blog-card-gc__media img {
		min-height: 200px;
		max-height: 240px;
		border-radius: 18px 18px 0 0;
	}

	.our-blog--insights .blog-card-gc__body {
		padding: 20px 20px 22px;
	}
}

/* -------------------------------------------------------------------------
   Contact us — premium cards (match hero CTA strip) + full-bleed map
   ------------------------------------------------------------------------- */
.contact-us.contact-us--gc {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
}

.contact-us--gc > .container {
	position: relative;
	z-index: 1;
	padding-bottom: 48px;
}

.contact-us--gc .contact-info-row--gc {
	margin-top: 8px;
}

.contact-us--gc .contact-info-item--gc-card {
	position: relative;
	display: flex !important;
	flex-direction: row;
	align-items: center !important;
	width: 100% !important;
	height: 100%;
	min-height: 112px;
	padding: 26px 26px 26px 24px !important;
	margin: 0 !important;
	gap: 20px;
	overflow: hidden;
	isolation: isolate;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	background:
		linear-gradient(155deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 252, 255, 0.92) 45%, rgba(242, 249, 253, 0.88) 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 0 0 1px rgba(14, 56, 76, 0.04) inset,
		0 20px 50px rgba(14, 56, 76, 0.07),
		0 6px 16px rgba(30, 132, 181, 0.06);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition:
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.35s ease,
		border-color 0.3s ease;
}

.contact-us--gc .contact-info-item--gc-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 22px 22px 0 0;
	background: linear-gradient(90deg, #0E384C 0%, var(--accent-color) 42%, #3ad0e8 100%);
	opacity: 0.95;
	z-index: 0;
}

.contact-us--gc .contact-info-item--gc-card::after {
	content: "";
	position: absolute;
	top: -40%;
	right: -30%;
	width: 55%;
	height: 90%;
	background: radial-gradient(circle, rgba(30, 132, 181, 0.09) 0%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}

.contact-us--gc .contact-info-item--gc-card:hover {
	transform: translateY(-6px);
	border-color: rgba(30, 132, 181, 0.22);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 1) inset,
		0 0 0 1px rgba(30, 132, 181, 0.08) inset,
		0 28px 60px rgba(14, 56, 76, 0.1),
		0 12px 28px rgba(30, 132, 181, 0.12);
}

.contact-us--gc .contact-info-item--gc-card .icon-box {
	position: relative;
	z-index: 1;
	width: 58px !important;
	height: 58px !important;
	margin-right: 0 !important;
	flex-shrink: 0;
	border-radius: 16px !important;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: linear-gradient(135deg, #3eb8e8 0%, var(--accent-color) 45%, #156d94 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.35) inset,
		0 10px 24px rgba(14, 56, 76, 0.2),
		0 4px 10px rgba(30, 132, 181, 0.35);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.contact-us--gc .contact-info-item--gc-card .icon-box::before {
	display: none !important;
}

.contact-us--gc .contact-info-item--gc-card:hover .icon-box {
	transform: scale(1.06);
	background: linear-gradient(135deg, #4ec4f0 0%, #2299c9 50%, #0E384C 100%);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.4) inset,
		0 14px 32px rgba(14, 56, 76, 0.22),
		0 6px 14px rgba(30, 132, 181, 0.4);
}

.contact-us--gc .contact-info-item--gc-card .icon-box img {
	max-width: 26px;
	z-index: 1;
	filter: drop-shadow(0 1px 1px rgba(14, 56, 76, 0.15));
}

.contact-us--gc .contact-info-item--gc-card .contact-info-content {
	position: relative;
	z-index: 1;
	width: auto !important;
	flex: 1 1 auto;
	min-width: 0;
}

.contact-us--gc .contact-info-item--gc-card .contact-info-content h3 {
	font-family: var(--font-heading);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #5a7588;
}

.contact-us--gc .contact-info-item--gc-card .contact-info-content p {
	font-family: var(--font-heading);
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
	margin: 0;
	color: #0c1f33;
	letter-spacing: 0.01em;
}

.contact-us--gc .contact-info-item--gc-card .contact-info-content p a {
	position: relative;
	color: #0a5f8a;
	font-weight: 700;
	text-decoration: none;
	background: linear-gradient(120deg, var(--accent-color), #0E384C);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: opacity 0.2s ease, filter 0.2s ease;
}

.contact-us--gc .contact-info-item--gc-card .contact-info-content p a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: linear-gradient(90deg, var(--accent-color), rgba(14, 56, 76, 0.45));
	transform: scaleX(0.35);
	transform-origin: left;
	opacity: 0.5;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.contact-us--gc .contact-info-item--gc-card .contact-info-content p a:hover {
	opacity: 0.92;
	filter: brightness(1.05);
	-webkit-text-fill-color: #0a5f8a;
	background: none;
}

.contact-us--gc .contact-info-item--gc-card .contact-info-content p a:hover::after {
	transform: scaleX(1);
	opacity: 0.85;
}

.contact-us__map-full {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: 0;
	overflow: hidden;
}

.contact-us--gc .google-map-iframe--fullwidth {
	width: 100%;
	max-width: none;
	height: 480px;
	border-radius: 0;
	overflow: hidden;
	margin: 0;
}

.contact-us--gc .google-map-iframe--fullwidth iframe {
	width: 100%;
	height: 480px;
	border: 0;
	border-radius: 0;
	display: block;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.contact-us--gc .google-map-iframe--fullwidth iframe:hover {
	filter: grayscale(0);
}

@media (max-width: 991px) {
	.contact-us--gc .google-map-iframe--fullwidth,
	.contact-us--gc .google-map-iframe--fullwidth iframe {
		height: 400px;
	}
}

/* -------------------------------------------------------------------------
   Footer — layered layout on brand primary (light text / links)
   ------------------------------------------------------------------------- */
.main-footer.main-footer--gc {
	position: relative;
	background:
		radial-gradient(ellipse 90% 80% at 10% 0%, rgba(30, 132, 181, 0.22) 0%, transparent 55%),
		radial-gradient(ellipse 70% 60% at 100% 100%, rgba(0, 0, 0, 0.18) 0%, transparent 50%),
		var(--primary-color);
	color: rgba(255, 255, 255, 0.92);
	padding: 0;
	overflow: hidden;
}

.main-footer--gc .footer-gc__tier--booking {
	position: relative;
	padding: 44px 0 48px;
	background:
		linear-gradient(135deg, rgba(10, 42, 58, 0.55) 0%, rgba(14, 56, 76, 0.35) 45%, rgba(30, 132, 181, 0.45) 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer--gc .footer-gc__tier--booking::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M0 80V0h80' fill='none' stroke='%23ffffff' stroke-opacity='0.04' stroke-width='0.5'/%3E%3C/svg%3E");
	background-size: 80px 80px;
	pointer-events: none;
}

.main-footer--gc .footer-gc-booking {
	position: relative;
	z-index: 1;
}

.main-footer--gc .footer-gc-booking__title {
	font-family: var(--font-heading);
	font-size: clamp(1.5rem, 1.2vw + 1.25rem, 2.25rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin: 0 0 10px;
	text-transform: none;
}

.main-footer--gc .footer-gc-booking__lead {
	margin: 0;
	max-width: 520px;
	font-size: 1rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.82);
}

.main-footer--gc .footer-gc-booking__btn {
	white-space: nowrap;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.main-footer--gc .footer-gc__tier--main {
	padding: 56px 0 40px;
	background: transparent;
}

.main-footer--gc .footer-gc__grid {
	align-items: flex-start;
}

.main-footer--gc .footer-gc-brand__logo {
    display: inline-block;
    margin-bottom: 28px;
    padding: 14px 16px;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgb(0 0 0 / 11%);
}

.main-footer--gc .footer-gc-brand__logo img {
	display: block;
	max-width: 200px;
	height: auto;
}

.main-footer--gc .footer-gc-brand__heading {
	font-family: var(--font-heading);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #ffffff;
	margin: 0 0 14px;
	text-transform: none;
}

.main-footer--gc .footer-gc-brand__address {
	font-size: 0.9375rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
	margin: 0 0 18px;
	max-width: 300px;
}

.main-footer--gc .footer-gc-brand__contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-footer--gc .footer-gc-brand__contact li {
	margin-bottom: 8px;
}

.main-footer--gc .footer-gc-brand__contact li:last-child {
	margin-bottom: 0;
}

.main-footer--gc .footer-gc-brand__contact a {
	font-size: 0.9375rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.main-footer--gc .footer-gc-brand__contact a:hover {
	color: #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.35);
}

.main-footer--gc .footer-gc-nav__title {
	font-family: var(--font-heading);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #ffffff;
	margin: 0 0 18px;
	padding-top: 4px;
	text-transform: none;
}

.main-footer--gc .footer-gc-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-footer--gc .footer-gc-nav__list li {
	margin-bottom: 12px;
}

.main-footer--gc .footer-gc-nav__list li:last-child {
	margin-bottom: 0;
}

.main-footer--gc .footer-gc-nav__list a {
	font-size: 0.9375rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	display: inline-block;
	transition: color 0.2s ease, transform 0.2s ease;
}

.main-footer--gc .footer-gc-nav__list a:hover {
	color: #ffffff;
	transform: translateX(3px);
}

.main-footer--gc .footer-gc__tier--social {
	padding: 0 0 28px;
	background: transparent;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer--gc .footer-gc-social-row {
	display: flex;
	justify-content: center;
}

.main-footer--gc .footer-gc-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 22px;
	list-style: none;
	margin: 0;
	padding: 22px 0 0;
}

.main-footer--gc .footer-gc-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 17px;
	color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	transition:
		color 0.2s ease,
		background 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.main-footer--gc .footer-gc-social a:hover {
	color: #ffffff;
	background: var(--accent-color);
	border-color: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
}

.main-footer--gc .footer-gc__tier--legal {
	padding: 22px 0 32px;
	background: rgba(0, 0, 0, 0.18);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.main-footer--gc .footer-gc-copyright {
	margin: 0;
	text-align: center;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.62);
	letter-spacing: 0.02em;
}

@media (max-width: 991px) {
	.main-footer--gc .footer-gc__tier--booking {
		padding: 36px 0 40px;
	}

	.main-footer--gc .footer-gc-booking__btn {
		width: 100%;
		text-align: center;
	}

	.main-footer--gc .footer-gc__tier--main {
		padding: 44px 0 32px;
	}

	.main-footer--gc .footer-gc-brand__logo {
		margin-bottom: 22px;
	}
}

/* -------------------------------------------------------------------------
   FAQs — accordion + glass call card (site palette)
   ------------------------------------------------------------------------- */
.faqs-gc {
	padding: 88px 0 96px;
	background:
		radial-gradient(ellipse 90% 55% at 50% 0%, rgba(30, 132, 181, 0.09) 0%, transparent 52%),
		linear-gradient(180deg, #f4f8fb 0%, #ffffff 45%, #fbfdff 100%);
	border-top: 1px solid rgba(14, 56, 76, 0.06);
}

.faqs-gc__row {
	margin-top: 10px;
}

.faqs-gc-accordion {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.faqs-gc-accordion .accordion-item {
	border: none;
	border-radius: 18px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(14, 56, 76, 0.08);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.95) inset,
		0 10px 32px rgba(14, 56, 76, 0.05);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faqs-gc-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
	border-color: rgba(30, 132, 181, 0.28);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 1) inset,
		0 14px 42px rgba(14, 56, 76, 0.08),
		0 4px 14px rgba(30, 132, 181, 0.1);
}

.faqs-gc-accordion__header {
	margin: 0;
}

.faqs-gc-accordion .accordion-button {
	position: relative;
	font-family: var(--font-heading);
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.35;
	color: #0c1f33;
	background: #ffffff;
	padding: 1.05rem 3.25rem 1.05rem 1.25rem;
	box-shadow: none;
	text-align: left;
}

.faqs-gc-accordion .accordion-button:not(.collapsed) {
	background: linear-gradient(135deg, rgba(30, 132, 181, 0.1) 0%, rgba(255, 255, 255, 1) 58%);
	color: #0E384C;
}

.faqs-gc-accordion .accordion-button:focus {
	box-shadow: 0 0 0 2px rgba(30, 132, 181, 0.25);
}

.faqs-gc-accordion .accordion-button::after {
	content: "+";
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	color: var(--accent-color);
	background: rgba(30, 132, 181, 0.12);
	background-image: none !important;
	margin-left: 0;
	flex-shrink: 0;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.faqs-gc-accordion .accordion-button:not(.collapsed)::after {
	content: "\2212";
	transform: translateY(-50%);
	background: rgba(14, 56, 76, 0.1);
	color: #0E384C;
}

.faqs-gc-accordion .accordion-body {
	padding: 0 1.25rem 1.2rem;
}

.faqs-gc-accordion__body p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.72;
	color: #516a7a;
}

.faqs-gc-cta {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	min-height: 420px;
	display: flex;
	flex-direction: column;
	background: linear-gradient(165deg, #1E84B5 0%, #0E384C 52%, #0a2836 100%);
	box-shadow:
		0 22px 56px rgba(14, 56, 76, 0.14),
		0 6px 18px rgba(30, 132, 181, 0.12);
}

.faqs-gc-cta__visual {
	position: absolute;
	inset: 0;
}

.faqs-gc-cta__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.32;
}

.faqs-gc-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(14, 56, 76, 0.15) 0%, rgba(14, 56, 76, 0.35) 40%, rgba(10, 32, 44, 0.88) 100%);
	z-index: 1;
	pointer-events: none;
}

.faqs-gc-cta__panel {
	position: relative;
	z-index: 2;
	margin: auto 1.25rem 1.25rem;
	padding: 1.35rem 1.35rem 1.45rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.24);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.faqs-gc-cta__icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	margin-bottom: 12px;
	font-size: 1.1rem;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.faqs-gc-cta__label {
	margin: 0 0 6px;
	font-size: 0.9375rem;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
}

.faqs-gc-cta__phone {
	margin: 0 0 12px;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.faqs-gc-cta__phone a {
	color: #ffffff;
	text-decoration: none;
}

.faqs-gc-cta__phone a:hover {
	text-decoration: underline;
}

.faqs-gc-cta__wa {
	display: inline-flex;
	align-items: center;
	font-size: 0.875rem;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.faqs-gc-cta__wa:hover {
	border-bottom-color: #ffffff;
	color: #ffffff;
}

@media (max-width: 991px) {
	.faqs-gc {
		padding: 68px 0 76px;
	}

	.faqs-gc-cta {
		min-height: 340px;
	}
}