/* IFC Oman Elementor Widgets Stylesheet */

:root {
	/* Brand Colors */
	--color-ifc-teal: #005871;
	--color-ifc-teal-80: #336F87;
	--color-ifc-teal-20: #CCDDE3;
	--color-ifc-gold: #8B7533;
	--color-ifc-gold-20: #E7E2D6;
	--color-ifc-ink: #3B3836;
	--color-ifc-paper: #F3F3F3;
	--color-ifc-sand: #D9C79E;
	--color-ifc-bone: #F7F2E5;
	--color-ifc-deep: #062541;
	--color-ifc-hairline: #D4D4D4;

	/* Fonts */
	--font-ifc-sans: "Tajawal", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--font-ifc-serif: "Fraunces", Georgia, serif;

	/* Motion & Transitions */
	--ease-out-soft: cubic-bezier(0.2, 0, 0.2, 1);
	--ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
	--ease-out-quick: cubic-bezier(0.25, 0.1, 0.25, 1);
	--ease-in-out-soft: cubic-bezier(0.45, 0, 0.55, 1);

	--dur-fast: 200ms;
	--dur-base: 400ms;
	--dur-medium: 600ms;
	--dur-slow: 800ms;
}

/* --- Shared / Utility Styles --- */
.ifc-widget-container {
	font-family: var(--font-ifc-sans);
	color: var(--color-ifc-ink);
	line-x-box: border-box;
}

.ifc-serif-font {
	font-family: var(--font-ifc-serif) !important;
}

.ifc-sans-font {
	font-family: var(--font-ifc-sans) !important;
}

/* Button & Link Styles */
.ifc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-ifc-sans);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 11px;
	padding: 12px 24px;
	border-radius: 3px;
	transition: all var(--dur-fast) var(--ease-out-quick);
	cursor: pointer;
	text-decoration: none;
	border: 1px solid transparent;
	line-height: 1;
}

.ifc-btn-secondary {
	background-color: transparent;
	color: var(--color-ifc-ink);
	border-color: rgba(59, 56, 54, 0.2);
}

.ifc-btn-secondary:hover {
	background-color: var(--color-ifc-ink);
	color: #ffffff;
	border-color: var(--color-ifc-ink);
}

.ifc-btn-primary {
	background-color: var(--color-ifc-ink);
	color: #ffffff;
	border-color: var(--color-ifc-ink);
}

.ifc-btn-primary:hover {
	background-color: rgba(59, 56, 54, 0.9);
	border-color: var(--color-ifc-gold);
}

.ifc-link-gold {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--color-ifc-ink);
	font-weight: 600;
	text-decoration: none;
	padding-bottom: 4px;
	transition: color var(--dur-fast) var(--ease-out-quick);
}

.ifc-link-gold::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: var(--color-ifc-gold);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform var(--dur-fast) var(--ease-out-quick);
}

.ifc-link-gold:hover {
	color: var(--color-ifc-gold);
}

.ifc-link-gold:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

/* --- 1. Geography Section --- */
.ifc-geography-section {
	background-color: #ffffff;
	padding: 60px 0;
}

.ifc-grid-2col {
	display: grid;
	grid-template-cols: 1fr;
	gap: 40px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
}

@media (min-width: 768px) {
	.ifc-grid-2col {
		grid-template-cols: repeat(12, 1fr);
		gap: 48px;
	}
	.ifc-col-copy {
		grid-column: span 6;
	}
	.ifc-col-media {
		grid-column: span 6;
	}
	.ifc-order-reversed .ifc-col-copy {
		grid-order: 2;
		grid-column: 7 / span 6;
	}
	.ifc-order-reversed .ifc-col-media {
		grid-order: 1;
		grid-column: 1 / span 6;
	}
}

.ifc-eyebrow-container {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.ifc-eyebrow-line {
	display: block;
	height: 1px;
	width: 24px;
	background-color: var(--color-ifc-gold);
}

.ifc-eyebrow-text {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: rgba(59, 56, 54, 0.65);
}

.ifc-headline {
	font-size: clamp(2rem, 4.2vw, 3.5rem);
	line-height: 1.05;
	letter-spacing: -0.015em;
	font-weight: 400;
	color: var(--color-ifc-ink);
	margin: 0 0 24px 0;
}

.ifc-lede-text {
	font-size: 19px;
	line-height: 1.55;
	color: rgba(59, 56, 54, 0.85);
	margin-bottom: 24px;
}

.ifc-body-text {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(59, 56, 54, 0.65);
	margin-bottom: 32px;
}

.ifc-body-text p {
	margin-bottom: 1.5em;
}

.ifc-geography-media-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.ifc-geography-image-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16/9;
}

@media (min-width: 768px) {
	.ifc-geography-image-container {
		aspect-ratio: 4/5;
	}
}

.ifc-geography-image-container img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--dur-medium) var(--ease-out-quick);
}

.ifc-geography-image-container:hover img {
	transform: scale(1.04);
}

.ifc-geography-border-overlay {
	pointer-events: none;
	position: absolute;
	inset: 0;
	border: 1px solid rgba(139, 117, 51, 0.2);
}

/* --- 2. Reach Section --- */
.ifc-reach-section {
	background-color: var(--color-ifc-paper);
	color: var(--color-ifc-ink);
	padding: 0 24px;
}

.ifc-reach-container {
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.ifc-reach-border-top {
	border-top: 1px solid rgba(59, 56, 54, 0.15);
	padding-top: 48px;
}

.ifc-reach-eyebrow {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: var(--color-ifc-gold);
	font-weight: 600;
	margin-bottom: 20px;
}

.ifc-reach-quote {
	font-family: var(--font-ifc-serif);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.01em;
	font-size: clamp(1.75rem, 4vw, 3rem);
	color: var(--color-ifc-ink);
	margin: 0;
}

/* --- 3. The Oman Story Section --- */
.ifc-story-section {
	--story-ink: #0f1b3d;
	--story-mid: #1e3a5f;
	--story-steel: #3b6fa0;
	--story-paper: #e8edf3;

	background-color: var(--story-paper);
	color: var(--story-ink);
	padding: 80px 24px;
}

.ifc-story-container {
	max-width: 1400px;
	margin: 0 auto;
}

.ifc-story-grid {
	display: grid;
	grid-template-cols: 1fr;
	gap: 48px;
	align-items: start;
}

@media (min-width: 1024px) {
	.ifc-story-grid {
		grid-template-cols: repeat(12, 1fr);
		gap: 64px;
	}
	.ifc-story-col-copy {
		grid-column: span 5;
	}
	.ifc-story-col-bento {
		grid-column: span 7;
	}
}

.ifc-story-eyebrow-container {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.ifc-story-eyebrow-line {
	height: 1px;
	width: 32px;
	background-color: var(--story-steel);
}

.ifc-story-eyebrow-text {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: var(--story-steel);
}

.ifc-story-headline {
	font-family: var(--font-ifc-serif);
	color: var(--story-ink);
	line-height: 1.02;
	letter-spacing: -0.02em;
	font-size: clamp(2.75rem, 5.5vw, 4.75rem);
	margin: 0 0 32px 0;
	font-weight: 400;
}

.ifc-story-headline span.italic {
	font-style: italic;
}

.ifc-story-copy-text {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 480px;
	margin-bottom: 24px;
}

.ifc-story-copy-text p.lead {
	font-size: clamp(16px, 1.2vw, 18px);
	line-height: 1.6;
	color: var(--story-mid);
	margin: 0;
}

.ifc-story-copy-text p.sub {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(30, 58, 95, 0.8);
	margin: 0;
}

.ifc-story-link {
	color: var(--story-ink);
	border-color: var(--story-steel);
}

.ifc-story-link:hover {
	color: var(--story-steel);
}

/* Bento Grid */
.ifc-bento-grid {
	display: grid;
	grid-template-cols: 1fr;
	gap: 16px;
	min-height: 500px;
}

@media (min-width: 640px) {
	.ifc-bento-grid {
		grid-template-cols: repeat(6, 1fr);
	}
}

.ifc-bento-card {
	background-color: #ffffff;
	border: 1px solid rgba(15, 27, 61, 0.1);
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
	border-radius: 3px;
	transition: transform var(--dur-base) var(--ease-out-quick), box-shadow var(--dur-base) var(--ease-out-quick);
}

.ifc-bento-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(15, 27, 61, 0.06);
}

.ifc-bento-card-hero {
	background-color: var(--story-ink);
	border: none;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	padding: 32px;
}

@media (min-width: 640px) {
	.ifc-bento-card-hero {
		grid-column: span 4;
		grid-row: span 2;
	}
	.ifc-bento-card-sub1 {
		grid-column: span 2;
	}
	.ifc-bento-card-sub2 {
		grid-column: span 2;
	}
}

.ifc-bento-card-hero:hover {
	box-shadow: 0 20px 40px rgba(15, 27, 61, 0.25);
}

.ifc-bento-label {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: var(--story-steel);
}

.ifc-bento-card-hero .ifc-bento-label {
	color: var(--story-steel);
}

.ifc-bento-value {
	font-family: var(--font-ifc-serif);
	font-size: clamp(3rem, 5vw, 5.5rem);
	line-height: 1;
	font-style: italic;
	color: #ffffff;
	margin: 20px 0 16px 0;
	font-weight: 400;
}

.ifc-bento-desc {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(232, 237, 243, 0.75);
	margin: 0;
	max-width: 320px;
}

.ifc-bento-desc span.highlight {
	color: var(--story-paper);
	font-weight: 500;
}

/* Progress bar inside bento */
.ifc-bento-progress-container {
	margin-top: 40px;
}

.ifc-bento-progress-header {
	display: flex;
	justify-content: space-between;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	margin-bottom: 8px;
}

.ifc-bento-progress-label {
	color: rgba(232, 237, 243, 0.55);
}

.ifc-bento-progress-val {
	color: var(--story-steel);
}

.ifc-bento-progress-bar {
	height: 3px;
	width: 100%;
	background-color: var(--story-mid);
	overflow: hidden;
}

.ifc-bento-progress-fill {
	height: 100%;
	background-color: var(--story-steel);
	transition: width 1s var(--ease-out-soft);
}

/* Watermark SVG Background */
.ifc-bento-watermark {
	position: absolute;
	bottom: -40px;
	right: -40px;
	opacity: 0.1;
	pointer-events: none;
	width: 280px;
	height: 280px;
}

/* Supporting cards */
.ifc-bento-card-sub1 .ifc-bento-value-small,
.ifc-bento-card-sub2 .ifc-bento-value-small {
	font-family: var(--font-ifc-serif);
	color: var(--story-ink);
	font-size: clamp(1.8rem, 2.5vw, 2.25rem);
	line-height: 1.2;
	margin-top: auto;
	margin-bottom: 8px;
	font-weight: 500;
}

.ifc-bento-card-sub2 {
	background-color: var(--story-steel);
	color: var(--story-paper);
	border: none;
}

.ifc-bento-card-sub2 .ifc-bento-label {
	color: var(--story-paper);
}

.ifc-bento-card-sub2 .ifc-bento-value-small {
	color: #ffffff;
	font-style: italic;
	font-size: clamp(2.2rem, 3.2vw, 3rem);
	line-height: 1;
	margin-top: 16px;
	font-weight: 400;
}

.ifc-bento-icon {
	width: 20px;
	height: 20px;
	color: var(--story-paper);
	margin-bottom: 24px;
}

.ifc-bento-card-sub1 .ifc-bento-desc-small {
	font-size: 11px;
	line-height: 1.5;
	color: rgba(30, 58, 95, 0.75);
	margin: 0;
}

.ifc-bento-card-sub2 .ifc-bento-desc-small {
	font-size: 11px;
	line-height: 1.5;
	color: rgba(232, 237, 243, 0.85);
	margin: 0;
}

.ifc-story-footer {
	margin-top: 48px;
	border-top: 1px solid rgba(15, 27, 61, 0.15);
	padding-top: 24px;
	display: flex;
	justify-content: flex-end;
}

.ifc-story-source {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: rgba(15, 27, 61, 0.45);
}

/* --- 4. Vision 2040 Section --- */
.ifc-vision-section {
	background-color: var(--color-ifc-paper);
	color: var(--color-ifc-ink);
	padding: 80px 24px;
}

.ifc-vision-container {
	max-width: 1400px;
	margin: 0 auto;
}

.ifc-vision-head {
	max-width: 820px;
	margin-bottom: 48px;
}

.ifc-vision-eyebrow {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: var(--color-ifc-gold);
	font-weight: 600;
	margin-bottom: 16px;
}

.ifc-vision-headline {
	font-family: var(--font-ifc-serif);
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.01em;
	color: var(--color-ifc-ink);
	margin: 0 0 24px 0;
}

.ifc-vision-desc {
	font-size: 15px;
	line-height: 1.65;
	color: rgba(59, 56, 54, 0.75);
	margin-bottom: 20px;
}

.ifc-vision-hint {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: rgba(59, 56, 54, 0.45);
	font-weight: 600;
}

/* Pillars Cards Grid */
.ifc-pillars-grid {
	display: grid;
	grid-template-cols: 1fr;
	gap: 16px;
	margin-top: 48px;
}

@media (min-width: 640px) {
	.ifc-pillars-grid {
		grid-template-cols: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.ifc-pillars-grid {
		grid-template-cols: repeat(4, 1fr);
	}
}

/* Card */
.ifc-pillar-card {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 320px;
	padding: 28px;
	border-radius: 3px;
	background-color: var(--color-ifc-paper);
	color: var(--color-ifc-ink);
	border: 1px solid rgba(59, 56, 54, 0.12);
	cursor: pointer;
	outline: none;
	overflow: hidden;
	transition: all 500ms var(--ease-out-soft);
}

.ifc-pillar-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.35);
	color: #ffffff;
	border-color: transparent;
}

/* Photo Backdrop */
.ifc-pillar-card-photo {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-size: cover;
	background-position: center;
	opacity: 0.08;
	transition: opacity 700ms var(--ease-out-soft);
}

.ifc-pillar-card:hover .ifc-pillar-card-photo {
	opacity: 0.3;
}

/* Scrim overlay that fades in */
.ifc-pillar-card-scrim {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0;
	background: linear-gradient(to top, var(--color-ifc-ink) 0%, rgba(59, 56, 54, 0.85) 60%, rgba(59, 56, 54, 0.55) 100%);
	transition: opacity 700ms var(--ease-out-soft);
}

.ifc-pillar-card:hover .ifc-pillar-card-scrim {
	opacity: 1;
}

/* Card Top */
.ifc-pillar-card-top-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.ifc-pillar-card-index {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: rgba(59, 56, 54, 0.55);
	transition: color 300ms ease;
}

.ifc-pillar-card:hover .ifc-pillar-card-index {
	color: var(--color-ifc-gold);
}

.ifc-pillar-card-icon {
	width: 20px;
	height: 20px;
	color: rgba(59, 56, 54, 0.45);
	transition: transform 500ms var(--ease-out-soft), color 300ms ease;
}

.ifc-pillar-card:hover .ifc-pillar-card-icon {
	color: var(--color-ifc-gold);
	transform: scale(1.1) rotate(3deg);
}

.ifc-pillar-card-gold-line {
	margin-top: 12px;
	height: 1px;
	width: 40px;
	background-color: var(--color-ifc-gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 500ms var(--ease-out-soft);
}

.ifc-pillar-card:hover .ifc-pillar-card-gold-line {
	transform: scaleX(1);
}

.ifc-pillar-card-title {
	font-family: var(--font-ifc-serif);
	font-size: clamp(1.25rem, 1.8vw, 1.5rem);
	font-weight: 500;
	line-height: 1.15;
	margin-top: 16px;
}

/* Card Bottom */
.ifc-pillar-card-bottom {
	border-top: 1px solid rgba(59, 56, 54, 0.15);
	padding-top: 16px;
	font-size: 13px;
	line-height: 1.5;
	transition: border-color 500ms var(--ease-out-soft);
}

.ifc-pillar-card:hover .ifc-pillar-card-bottom {
	border-color: rgba(255, 255, 255, 0.2);
}

.ifc-pillar-card-target {
	font-weight: 500;
}

/* Expandable detail box */
.ifc-pillar-card-details-expand {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 500ms var(--ease-out-soft);
}

.ifc-pillar-card:hover .ifc-pillar-card-details-expand {
	grid-template-rows: 1fr;
}

.ifc-pillar-card-expand-inner {
	overflow: hidden;
}

.ifc-pillar-card-desc {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.55;
	color: rgba(59, 56, 54, 0.65);
	opacity: 0;
	transition: opacity 500ms var(--ease-out-soft) 100ms;
}

.ifc-pillar-card:hover .ifc-pillar-card-desc {
	opacity: 1;
	color: rgba(255, 255, 255, 0.75);
}

.ifc-pillar-card-learnmore {
	margin-top: 12px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: var(--color-ifc-gold);
	opacity: 0;
	transition: opacity 500ms var(--ease-out-soft) 150ms;
}

.ifc-pillar-card:hover .ifc-pillar-card-learnmore {
	opacity: 1;
}

.ifc-pillar-card-learnmore svg {
	width: 12px;
	height: 12px;
}

.ifc-vision-closing {
	margin-top: 40px;
	max-width: 820px;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(59, 56, 54, 0.75);
}

/* Bottom Links */
.ifc-vision-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.ifc-vision-buttons .ifc-btn svg {
	width: 14px;
	height: 14px;
	margin-left: 8px;
	color: var(--color-ifc-gold);
	transition: color 300ms ease;
}

.ifc-vision-buttons .ifc-btn:hover svg {
	color: #ffffff;
}

/* --- Interactive Modal Dialog --- */
.ifc-modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background-color: rgba(14, 14, 16, 0.4);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 300ms ease;
}

.ifc-modal-overlay.ifc-modal-open {
	opacity: 1;
	pointer-events: auto;
}

.ifc-modal-container {
	background-color: #ffffff;
	width: 100%;
	max-width: 640px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
	position: relative;
	transform: translateY(20px);
	transition: transform 300ms var(--ease-out-soft);
	max-height: 90vh;
	display: flex;
	flex-direction: column;
}

.ifc-modal-overlay.ifc-modal-open .ifc-modal-container {
	transform: translateY(0);
}

/* Modal Banner Image */
.ifc-modal-banner {
	height: 180px;
	position: relative;
	overflow: hidden;
}

.ifc-modal-banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ifc-modal-banner-scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, var(--color-ifc-ink) 0%, rgba(59, 56, 54, 0.4) 60%, transparent 100%);
}

.ifc-modal-banner-titlebox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 24px;
}

.ifc-modal-banner-eyebrow {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: var(--color-ifc-gold);
}

.ifc-modal-banner-title {
	font-family: var(--font-ifc-serif);
	color: #ffffff;
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	line-height: 1.1;
	margin: 8px 0 0 0;
	font-weight: 500;
}

/* Close Button */
.ifc-modal-close-btn {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 10;
	width: 32px;
	height: 32px;
	background-color: rgba(255, 255, 255, 0.15);
	border: none;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 200ms ease;
}

.ifc-modal-close-btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.ifc-modal-close-btn svg {
	width: 12px;
	height: 12px;
}

/* Modal Content Scroll Area */
.ifc-modal-body {
	padding: 30px;
	overflow-y: auto;
	flex: 1;
}

.ifc-modal-target-label {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: rgba(59, 56, 54, 0.55);
	margin-bottom: 4px;
}

.ifc-modal-target-value {
	font-size: 15px;
	font-weight: 500;
	color: var(--color-ifc-ink);
	margin: 0;
}

.ifc-modal-divider {
	margin: 24px 0;
	height: 1px;
	width: 40px;
	background-color: var(--color-ifc-gold);
}

.ifc-modal-overview {
	font-size: 14.5px;
	line-height: 1.6;
	color: rgba(59, 56, 54, 0.8);
	margin: 0 0 24px 0;
}

/* Bullets List */
.ifc-modal-list {
	list-style: none;
	padding: 0;
	margin: 0 0 28px 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ifc-modal-list-item {
	display: flex;
	gap: 12px;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(59, 56, 54, 0.85);
}

.ifc-modal-list-bullet {
	margin-top: 8px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: var(--color-ifc-gold);
	flex-shrink: 0;
}

/* IFC Role Box */
.ifc-modal-role-box {
	background-color: var(--color-ifc-ink);
	color: #ffffff;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 24px;
}

.ifc-modal-role-label {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: var(--color-ifc-gold);
	margin-bottom: 8px;
}

.ifc-modal-role-text {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
}

/* Navigation inside Modal */
.ifc-modal-nav {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 12px;
	border-top: 1px solid rgba(59, 56, 54, 0.12);
	padding-top: 20px;
}

.ifc-modal-nav-btn {
	background-color: transparent;
	border: none;
	border-radius: 3px;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	gap: 12px;
	text-align: left;
	cursor: pointer;
	flex: 1;
	transition: background-color 200ms ease;
	max-width: 50%;
	text-decoration: none;
}

.ifc-modal-nav-btn:hover {
	background-color: rgba(59, 56, 54, 0.04);
}

.ifc-modal-nav-btn-next {
	text-align: right;
	justify-content: flex-end;
}

.ifc-modal-nav-btn svg {
	width: 18px;
	height: 18px;
	color: rgba(59, 56, 54, 0.55);
	flex-shrink: 0;
	transition: color 200ms ease;
}

.ifc-modal-nav-btn:hover svg {
	color: var(--color-ifc-gold);
}

.ifc-modal-nav-label {
	display: block;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: rgba(59, 56, 54, 0.50);
}

.ifc-modal-nav-title {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: var(--color-ifc-ink);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 200ms ease;
}

.ifc-modal-nav-btn:hover .ifc-modal-nav-title {
	color: var(--color-ifc-gold);
}

/* RTL Layout Compatibility */
[dir="rtl"] .ifc-eyebrow-line {
	transform: scaleX(-1);
}

[dir="rtl"] .ifc-modal-close-btn {
	right: auto;
	left: 16px;
}

[dir="rtl"] .ifc-modal-nav-btn {
	text-align: right;
}

[dir="rtl"] .ifc-modal-nav-btn-next {
	text-align: left;
	justify-content: flex-start;
}
