/* Start custom CSS for shortcode, class: .elementor-element-0682ba8 *//* =========================================================
   RAFIK ABOUT PAGE
   Shortcode: [rafik_about]
========================================================= */

/* =========================
   1. RESET
========================= */

.rafik-about-page,
.rafik-about-page *,
.rafik-about-page *::before,
.rafik-about-page *::after {
	box-sizing: border-box;
}

.rafik-about-page {
	--rafik-red: #ff172d;
	--rafik-red-dark: #b60017;
	--rafik-red-soft: rgba(255, 23, 45, 0.18);
	--rafik-bg: #030507;
	--rafik-panel: rgba(8, 12, 15, 0.92);
	--rafik-panel-soft: rgba(10, 15, 19, 0.82);
	--rafik-border: rgba(151, 165, 178, 0.30);
	--rafik-border-soft: rgba(151, 165, 178, 0.16);
	--rafik-text: #f4f6f8;
	--rafik-muted: #bbc1c7;
	--rafik-dark-muted: #88919a;

	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background:
		radial-gradient(
			circle at 9% 12%,
			rgba(255, 0, 32, 0.28) 0,
			rgba(255, 0, 32, 0.08) 15%,
			transparent 34%
		),
		linear-gradient(
			180deg,
			#030507 0%,
			#05080b 48%,
			#030507 100%
		);
	color: var(--rafik-text);
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	isolation: isolate;
}

.rafik-about-page img {
	max-width: 100%;
	height: auto;
}

.rafik-about-page a {
	color: inherit;
	text-decoration: none;
}

.rafik-about-page svg {
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.rafik-about-page p,
.rafik-about-page h1,
.rafik-about-page h2,
.rafik-about-page h3,
.rafik-about-page ul {
	margin-top: 0;
}

.rafik-about-page p:last-child,
.rafik-about-page ul:last-child {
	margin-bottom: 0;
}


/* =========================
   2. OUTER BORDER
========================= */

.rafik-about-page::before {
	content: "";
	position: absolute;
	inset: 2px;
	border: 1px solid rgba(110, 127, 143, 0.55);
	pointer-events: none;
	z-index: 30;
}

.rafik-about-page::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			rgba(255,255,255,0.02),
			transparent 12%,
			transparent 88%,
			rgba(255,255,255,0.02)
		);
	pointer-events: none;
	z-index: -1;
}


/* =========================
   3. BACKGROUND EFFECTS
========================= */

.rafik-about-background {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.rafik-about-background::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.34;
	background-image:
		radial-gradient(circle, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.5px),
		radial-gradient(circle, rgba(255, 23, 45, 0.95) 0 1px, transparent 1.6px);
	background-position:
		0 0,
		43px 61px;
	background-size:
		125px 115px,
		175px 145px;
}

.rafik-about-background::after {
	content: "";
	position: absolute;
	top: -120px;
	left: -190px;
	width: 600px;
	height: 520px;
	background:
		conic-gradient(
			from 210deg,
			transparent 0deg,
			rgba(255, 18, 44, 0.55) 18deg,
			transparent 34deg,
			transparent 360deg
		);
	filter: blur(12px);
	opacity: 0.85;
	transform: rotate(-8deg);
}

.rafik-red-light {
	position: absolute;
	border-radius: 50%;
	filter: blur(55px);
}

.rafik-red-light-one {
	top: -110px;
	left: -130px;
	width: 420px;
	height: 420px;
	background: rgba(255, 0, 38, 0.22);
}

.rafik-red-light-two {
	right: -170px;
	bottom: -210px;
	width: 460px;
	height: 460px;
	background: rgba(255, 0, 38, 0.07);
}

.rafik-orbit {
	position: absolute;
	border: 1px solid rgba(255, 30, 49, 0.36);
	border-radius: 50%;
	transform: rotate(-12deg);
}

.rafik-orbit-one {
	width: 390px;
	height: 175px;
	left: -35px;
	top: 28px;
}

.rafik-orbit-two {
	width: 355px;
	height: 225px;
	left: -20px;
	top: 5px;
}

.rafik-orbit-three {
	width: 330px;
	height: 290px;
	left: 0;
	top: -18px;
}

.rafik-stars {
	position: absolute;
	inset: 0;
}

.rafik-star {
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--rafik-red);
	box-shadow:
		0 0 5px var(--rafik-red),
		0 0 11px rgba(255, 23, 45, 0.8);
}

.rafik-star-1 { top: 5%; left: 18%; }
.rafik-star-2 { top: 9%; left: 34%; }
.rafik-star-3 { top: 3%; right: 12%; }
.rafik-star-4 { top: 22%; left: 28%; }
.rafik-star-5 { top: 31%; right: 18%; }
.rafik-star-6 { top: 17%; right: 40%; }
.rafik-star-7 { bottom: 27%; left: 7%; }
.rafik-star-8 { bottom: 20%; right: 25%; }
.rafik-star-9 { bottom: 10%; left: 43%; }
.rafik-star-10 { bottom: 6%; right: 7%; }


/* =========================
   4. MAIN CONTAINER
========================= */

.rafik-about-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
}


/* =========================
   5. HERO SECTION
========================= */

.rafik-about-hero {
	display: grid;
	grid-template-columns: 35.5% 64.5%;
	min-height: 418px;
	position: relative;
}

.rafik-about-person {
	position: relative;
	min-height: 418px;
	overflow: hidden;
	align-self: stretch;
}

.rafik-person-glow {
	position: absolute;
	top: -30px;
	left: -60px;
	width: 470px;
	height: 440px;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(255, 18, 42, 0.28) 0,
			rgba(255, 18, 42, 0.10) 32%,
			transparent 68%
		);
	filter: blur(12px);
}

.rafik-person-orbits {
	position: absolute;
	inset: 0;
}

.rafik-person-orbit {
	position: absolute;
	border: 1px solid rgba(255, 26, 47, 0.48);
	border-radius: 50%;
	transform: rotate(-15deg);
}

.rafik-person-orbit-1 {
	width: 370px;
	height: 155px;
	left: -30px;
	top: 28px;
}

.rafik-person-orbit-2 {
	width: 335px;
	height: 220px;
	left: -4px;
	top: 12px;
}

.rafik-person-orbit-3 {
	width: 280px;
	height: 290px;
	left: 47px;
	top: -22px;
}

.rafik-person-image {
	position: absolute;
	left: 3px;
	bottom: 0;
	width: 94%;
	max-width: 625px;
	max-height: 420px;
	object-fit: contain;
	object-position: left bottom;
	filter:
		drop-shadow(0 14px 20px rgba(0, 0, 0, 0.48))
		drop-shadow(0 0 8px rgba(255, 25, 45, 0.11));
	z-index: 3;
}

.rafik-signature {
	position: absolute;
	top: 150px;
	left: 65px;
	z-index: 5;
	color: rgba(255, 255, 255, 0.67);
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: 30px;
	font-style: italic;
	transform: rotate(-9deg);
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.18);
}

.rafik-person-bottom-shadow {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	height: 65px;
	background:
		linear-gradient(
			180deg,
			transparent 0%,
			rgba(0,0,0,0.28) 45%,
			rgba(0,0,0,0.8) 100%
		);
	z-index: 4;
}

.rafik-about-introduction {
	position: relative;
	padding: 28px 28px 12px 20px;
	z-index: 4;
}

.rafik-section-label {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
	color: var(--rafik-red);
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0.8px;
}

.rafik-section-label i {
	display: block;
	width: 70px;
	height: 1px;
	background:
		linear-gradient(
			90deg,
			var(--rafik-red),
			transparent
		);
}

.rafik-main-title {
	margin-bottom: 10px;
	color: #f5f6f7;
	font-size: clamp(44px, 4.15vw, 76px);
	line-height: 0.91;
	font-weight: 800;
	letter-spacing: -2.5px;
}

.rafik-main-title span {
	display: block;
}

.rafik-main-description {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.4;
	color: #f0f2f4;
}

.rafik-main-description p {
	margin-bottom: 1px;
}

.rafik-main-description p span,
.rafik-main-description .rafik-red-description {
	color: var(--rafik-red);
	font-weight: 700;
}


/* =========================
   6. TOP CREDENTIALS
========================= */

.rafik-credentials-row {
	display: grid;
	grid-template-columns:
		minmax(120px, 1.1fr)
		minmax(110px, 0.85fr)
		minmax(110px, 0.8fr)
		minmax(120px, 0.9fr)
		minmax(150px, 1.15fr);
	align-items: center;
	border-top: 1px solid rgba(125, 142, 157, 0.18);
	border-bottom: 1px solid rgba(125, 142, 157, 0.18);
	padding: 13px 0;
}

.rafik-credential-item {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 41px;
	padding: 0 18px;
	border-right: 1px solid rgba(122, 138, 152, 0.22);
}

.rafik-credential-item:first-child {
	padding-left: 0;
}

.rafik-credential-item:last-child {
	border-right: 0;
}

.rafik-credential-icon {
	flex: 0 0 27px;
	width: 27px;
	height: 27px;
	color: #ffffff;
}

.rafik-credential-icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 1.25;
}

.rafik-credential-icon svg rect {
	fill: currentColor;
	stroke: none;
}

.rafik-credential-icon.rafik-red-icon {
	color: var(--rafik-red);
}

.rafik-credential-icon.rafik-red-icon svg rect {
	fill: none;
	stroke: currentColor;
}

.rafik-credential-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.1;
}

.rafik-credential-text strong {
	font-size: 12px;
	color: #f5f7f8;
	font-weight: 700;
	white-space: nowrap;
}

.rafik-credential-text span {
	font-size: 10px;
	color: #c2c8cd;
	white-space: nowrap;
}


/* =========================
   7. AUTHOR ROW
========================= */

.rafik-author-row {
	display: flex;
	align-items: center;
	gap: 25px;
	padding-top: 17px;
	color: #f2f3f4;
	font-size: 13px;
}

.rafik-author-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rafik-author-icon {
	width: 26px;
	height: 26px;
	color: var(--rafik-red);
}

.rafik-author-icon svg {
	width: 100%;
	height: 100%;
}

.rafik-author-divider {
	width: 1px;
	height: 28px;
	background: rgba(142, 155, 168, 0.27);
}


/* =========================
   8. GLOBAL PANELS
========================= */

.rafik-about-content-stage-two,
.rafik-about-content-stage-three {
	position: relative;
	z-index: 5;
}

.rafik-info-grid {
	display: grid;
	grid-template-columns: 33.7% 25% 41.3%;
	border: 1px solid rgba(132, 149, 164, 0.42);
	border-radius: 10px;
	overflow: hidden;
	background:
		linear-gradient(
			180deg,
			rgba(11, 16, 20, 0.96),
			rgba(5, 9, 12, 0.96)
		);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.035),
		0 15px 40px rgba(0, 0, 0, 0.18);
	margin: 0 23px;
}

.rafik-info-panel {
	position: relative;
	padding: 14px 15px 13px;
	min-height: 390px;
	border-right: 1px solid rgba(125, 142, 157, 0.22);
}

.rafik-info-panel:last-child {
	border-right: 0;
}

.rafik-panel-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.rafik-panel-heading h2 {
	margin: 0;
	color: #f7f8f9;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.3px;
	white-space: nowrap;
}

.rafik-heading-line {
	display: block;
	flex: 1;
	height: 1px;
	background:
		linear-gradient(
			90deg,
			var(--rafik-red) 0,
			rgba(255, 23, 45, 0.30) 42%,
			transparent 100%
		);
}


/* =========================
   9. MY STORY
========================= */

.rafik-story-content {
	color: #d6dbe0;
	font-size: 10.2px;
	line-height: 1.28;
}

.rafik-story-content p {
	margin-bottom: 6px;
}

.rafik-highlight-text,
.rafik-story-emphasis,
.rafik-story-emphasis span,
.rafik-story-final span {
	color: var(--rafik-red);
}

.rafik-story-emphasis,
.rafik-story-final {
	font-weight: 500;
}


/* =========================
   10. MISSION
========================= */

.rafik-mission-panel {
	padding-left: 20px;
	padding-right: 20px;
}

.rafik-mission-quote {
	position: relative;
	padding-left: 14px;
	margin: 4px 0 15px;
	color: var(--rafik-red);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.38;
}

.rafik-quote-mark {
	position: absolute;
	top: -5px;
	left: -3px;
	font-size: 30px;
	line-height: 1;
	opacity: 0.65;
}

.rafik-mission-quote p {
	margin-bottom: 0;
}

.rafik-mission-intro {
	margin-bottom: 12px;
	font-size: 11px;
	line-height: 1.45;
	color: #d7dce0;
}

.rafik-mission-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.rafik-mission-item {
	display: grid;
	grid-template-columns: 25px 31px 1fr;
	align-items: center;
	column-gap: 8px;
}

.rafik-mission-number {
	width: 23px;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--rafik-red);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	box-shadow: 0 0 10px rgba(255, 23, 45, 0.22);
}

.rafik-mission-icon {
	width: 29px;
	height: 29px;
	color: var(--rafik-red);
}

.rafik-mission-icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 1.55;
}

.rafik-mission-text {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.rafik-mission-text strong {
	color: #f4f5f6;
	font-size: 11.5px;
	font-weight: 600;
}

.rafik-mission-text > span {
	color: #d4d9de;
	font-size: 9.3px;
	line-height: 1.25;
}

.rafik-small-text {
	color: #9fa7ae;
}

.rafik-mission-footer {
	margin-top: 16px;
	text-align: center;
	color: #f0f1f2;
	font-size: 11px;
	font-style: italic;
}


/* =========================
   11. CREDENTIALS PANEL
========================= */

.rafik-credentials-columns {
	display: grid;
	grid-template-columns: 0.85fr 1.35fr 1fr;
	height: calc(100% - 30px);
}

.rafik-credential-column {
	padding: 0 15px;
	border-right: 1px solid rgba(125, 142, 157, 0.18);
}

.rafik-credential-column:first-child {
	padding-left: 0;
}

.rafik-credential-column:last-child {
	border-right: 0;
	padding-right: 0;
}

.rafik-column-title {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 11px;
	color: var(--rafik-red);
}

.rafik-column-title-icon {
	width: 23px;
	height: 23px;
	flex: 0 0 23px;
}

.rafik-column-title-icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 1.6;
}

.rafik-column-title h3 {
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	color: var(--rafik-red);
	letter-spacing: 0.25px;
}

.rafik-credential-list {
	padding-left: 14px;
	margin: 0;
	color: #d5dade;
	font-size: 8.8px;
	line-height: 1.42;
}

.rafik-credential-list li {
	padding-left: 0;
	margin-bottom: 6px;
}

.rafik-credential-list li::marker {
	color: #d6dce0;
	font-size: 0.75em;
}

.rafik-credential-list span {
	color: #b8c0c7;
}


/* =========================
   12. BOTTOM SECTION
========================= */

.rafik-bottom-grid {
	display: grid;
	grid-template-columns: 61% 39%;
	margin: 0 23px 10px;
}

.rafik-bottom-panel {
	position: relative;
	min-height: 235px;
	background:
		linear-gradient(
			180deg,
			rgba(10, 15, 19, 0.97),
			rgba(5, 9, 12, 0.97)
		);
	border: 1px solid rgba(132, 149, 164, 0.42);
	border-top: 0;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.025);
}

.rafik-work-section {
	padding: 10px 13px 13px;
	border-radius: 0 0 0 10px;
}

.rafik-beyond-section {
	padding: 10px 15px 13px;
	border-left: 0;
	border-radius: 0 0 10px 0;
	overflow: hidden;
}

.rafik-work-heading {
	max-width: 170px;
}


/* =========================
   13. WORK CARDS
========================= */

.rafik-work-cards {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
}

.rafik-work-card {
	position: relative;
	min-width: 0;
	min-height: 170px;
	display: flex;
	flex-direction: column;
	padding: 9px 9px 8px;
	border: 1px solid rgba(127, 143, 157, 0.26);
	border-radius: 7px;
	background:
		linear-gradient(
			180deg,
			rgba(13, 18, 22, 0.95),
			rgba(5, 9, 12, 0.95)
		);
	transition:
		transform 0.25s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease;
	overflow: hidden;
}

.rafik-work-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			135deg,
			rgba(255, 23, 45, 0.06),
			transparent 38%
		);
	opacity: 0;
	transition: opacity 0.25s ease;
	pointer-events: none;
}

.rafik-work-card:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 23, 45, 0.6);
	box-shadow:
		0 10px 22px rgba(0,0,0,0.28),
		0 0 18px rgba(255, 23, 45, 0.08);
}

.rafik-work-card:hover::before {
	opacity: 1;
}

.rafik-work-card-top {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	min-height: 42px;
}

.rafik-work-card-icon {
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	color: var(--rafik-red);
}

.rafik-work-card-icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 1.5;
}

.rafik-work-card-top h3 {
	margin: 2px 0 0;
	color: #f4f6f7;
	font-size: 8.6px;
	line-height: 1.25;
	font-weight: 700;
}

.rafik-work-card-content {
	flex: 1;
	margin-top: 4px;
	text-align: center;
	color: #d7dce0;
}

.rafik-work-card-content p {
	margin-bottom: 3px;
	font-size: 8px;
	line-height: 1.3;
}

.rafik-work-card-content span {
	display: block;
	color: #aeb6bd;
	font-size: 7px;
	line-height: 1.3;
}

.rafik-work-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 29px;
	margin-top: 8px;
	border: 1px solid var(--rafik-red-dark);
	border-radius: 4px;
	color: #ffffff;
	font-size: 7.8px;
	font-weight: 600;
	background:
		linear-gradient(
			180deg,
			rgba(255, 23, 45, 0.06),
			rgba(255, 23, 45, 0.01)
		);
	transition:
		background 0.22s ease,
		border-color 0.22s ease,
		box-shadow 0.22s ease;
}

.rafik-work-button:hover {
	background: var(--rafik-red);
	border-color: var(--rafik-red);
	box-shadow: 0 0 13px rgba(255, 23, 45, 0.28);
}


/* =========================
   14. BEYOND WORK
========================= */

.rafik-beyond-content {
	position: relative;
	z-index: 4;
	max-width: 72%;
}

.rafik-beyond-intro {
	margin-bottom: 4px;
	color: #c9d0d5;
	font-size: 9px;
	line-height: 1.25;
}

.rafik-beyond-list {
	list-style: none;
	padding: 0;
	margin: 0 0 8px;
}

.rafik-beyond-list li {
	display: grid;
	grid-template-columns: 15px 1fr;
	align-items: start;
	column-gap: 5px;
	margin-bottom: 3px;
	color: #dde1e4;
	font-size: 8.2px;
	line-height: 1.18;
}

.rafik-beyond-list-icon {
	display: block;
	width: 13px;
	height: 13px;
	color: var(--rafik-red);
}

.rafik-beyond-list-icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 2;
}

.rafik-beyond-list small {
	font-size: inherit;
	color: #aeb6bc;
}

.rafik-beyond-message {
	display: grid;
	grid-template-columns: 31px 1fr;
	align-items: center;
	gap: 7px;
	padding-top: 7px;
	border-top: 1px solid rgba(255, 23, 45, 0.28);
	color: #d6dce0;
}

.rafik-beyond-message-icon {
	width: 30px;
	height: 30px;
	color: var(--rafik-red);
}

.rafik-beyond-message-icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 1.5;
}

.rafik-beyond-message p {
	margin: 0;
	font-size: 8.2px;
	line-height: 1.2;
}


/* =========================
   15. WORLD MAP
========================= */

.rafik-world-map {
	position: absolute;
	right: -14px;
	bottom: -18px;
	width: 47%;
	opacity: 0.28;
	color: var(--rafik-red);
	z-index: 2;
}

.rafik-world-map svg {
	width: 100%;
	height: auto;
}

.rafik-world-map svg > path:not(.rafik-map-route) {
	fill: rgba(255, 23, 45, 0.46);
	stroke: rgba(255, 23, 45, 0.42);
	stroke-width: 1;
}

.rafik-world-map circle {
	fill: var(--rafik-red);
	stroke: none;
	filter: drop-shadow(0 0 5px rgba(255, 23, 45, 0.8));
}

.rafik-map-route {
	fill: none;
	stroke: rgba(255, 23, 45, 0.85);
	stroke-width: 1.2;
	stroke-dasharray: 4 4;
}


/* =========================
   16. RESPONSIVE 1500
========================= */

@media (max-width: 1500px) {

	.rafik-main-title {
		font-size: 55px;
	}

	.rafik-about-hero {
		grid-template-columns: 34% 66%;
		min-height: 390px;
	}

	.rafik-about-person {
		min-height: 390px;
	}

	.rafik-person-image {
		max-height: 390px;
	}

	.rafik-about-introduction {
		padding-right: 22px;
	}

	.rafik-credential-item {
		padding-left: 10px;
		padding-right: 10px;
	}

	.rafik-info-grid {
		grid-template-columns: 33% 25% 42%;
	}

	.rafik-work-cards {
		gap: 6px;
	}

}


/* =========================
   17. RESPONSIVE 1200
========================= */

@media (max-width: 1200px) {

	.rafik-about-hero {
		grid-template-columns: 38% 62%;
	}

	.rafik-main-title {
		font-size: 46px;
	}

	.rafik-main-description {
		font-size: 14px;
	}

	.rafik-credentials-row {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 10px;
	}

	.rafik-credential-item:nth-child(3) {
		border-right: 0;
	}

	.rafik-author-row {
		flex-wrap: wrap;
		gap: 12px;
	}

	.rafik-info-grid {
		grid-template-columns: 1fr 1fr;
	}

	.rafik-story-panel {
		grid-column: 1;
	}

	.rafik-mission-panel {
		grid-column: 2;
		border-right: 0;
	}

	.rafik-credentials-panel {
		grid-column: 1 / -1;
		border-top: 1px solid rgba(125, 142, 157, 0.22);
		min-height: auto;
	}

	.rafik-bottom-grid {
		grid-template-columns: 1fr;
	}

	.rafik-work-section {
		border-radius: 0;
	}

	.rafik-beyond-section {
		border-left: 1px solid rgba(132, 149, 164, 0.42);
		border-radius: 0 0 10px 10px;
	}

	.rafik-work-cards {
		grid-template-columns: repeat(3, 1fr);
	}

	.rafik-beyond-content {
		max-width: 68%;
	}

}


/* =========================
   18. TABLET
========================= */

@media (max-width: 900px) {

	.rafik-about-page {
		padding: 2px;
	}

	.rafik-about-hero {
		display: block;
		min-height: auto;
	}

	.rafik-about-person {
		min-height: 445px;
	}

	.rafik-person-image {
		left: 50%;
		transform: translateX(-50%);
		width: 610px;
		max-width: 95%;
		max-height: 445px;
		object-position: center bottom;
	}

	.rafik-person-glow {
		left: 50%;
		transform: translateX(-50%);
	}

	.rafik-person-orbit-1,
	.rafik-person-orbit-2,
	.rafik-person-orbit-3 {
		left: 50%;
		transform: translateX(-50%) rotate(-15deg);
	}

	.rafik-signature {
		left: 12%;
	}

	.rafik-about-introduction {
		padding: 24px;
		background: linear-gradient(
			180deg,
			rgba(2,4,6,0.15),
			rgba(2,4,6,0.82)
		);
	}

	.rafik-main-title {
		font-size: clamp(44px, 8vw, 66px);
	}

	.rafik-credentials-row {
		grid-template-columns: repeat(2, 1fr);
	}

	.rafik-credential-item {
		border-right: 1px solid rgba(122, 138, 152, 0.22);
	}

	.rafik-credential-item:nth-child(even) {
		border-right: 0;
	}

	.rafik-credential-item:last-child {
		grid-column: 1 / -1;
	}

	.rafik-info-grid {
		display: block;
		margin: 0 14px;
	}

	.rafik-info-panel {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid rgba(125, 142, 157, 0.22);
	}

	.rafik-info-panel:last-child {
		border-bottom: 0;
	}

	.rafik-bottom-grid {
		margin-left: 14px;
		margin-right: 14px;
	}

	.rafik-work-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.rafik-work-card {
		min-height: 165px;
	}

	.rafik-beyond-content {
		max-width: 72%;
	}

}


/* =========================
   19. MOBILE
========================= */

@media (max-width: 600px) {

	.rafik-about-page::before {
		inset: 1px;
	}

	.rafik-about-person {
		min-height: 330px;
	}

	.rafik-person-image {
		max-height: 330px;
		width: 430px;
	}

	.rafik-signature {
		top: 105px;
		left: 18px;
		font-size: 23px;
	}

	.rafik-about-introduction {
		padding: 20px 15px;
	}

	.rafik-section-label {
		font-size: 13px;
	}

	.rafik-main-title {
		font-size: 40px;
		line-height: 0.96;
		letter-spacing: -1.7px;
	}

	.rafik-main-description {
		font-size: 13px;
	}

	.rafik-credentials-row {
		display: block;
	}

	.rafik-credential-item,
	.rafik-credential-item:nth-child(even),
	.rafik-credential-item:nth-child(3) {
		border-right: 0;
		border-bottom: 1px solid rgba(122, 138, 152, 0.15);
		padding: 9px 0;
	}

	.rafik-credential-item:last-child {
		border-bottom: 0;
	}

	.rafik-author-row {
		display: block;
	}

	.rafik-author-item {
		margin-bottom: 12px;
	}

	.rafik-author-divider {
		display: none;
	}

	.rafik-info-grid,
	.rafik-bottom-grid {
		margin-left: 7px;
		margin-right: 7px;
	}

	.rafik-info-panel {
		padding: 16px 13px;
	}

	.rafik-panel-heading h2 {
		font-size: 13px;
		white-space: normal;
	}

	.rafik-story-content {
		font-size: 11px;
		line-height: 1.42;
	}

	.rafik-mission-panel {
		padding-left: 13px;
		padding-right: 13px;
	}

	.rafik-mission-quote {
		font-size: 14px;
	}

	.rafik-credentials-columns {
		display: block;
	}

	.rafik-credential-column {
		padding: 13px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(125, 142, 157, 0.18);
	}

	.rafik-credential-column:first-child {
		padding-top: 0;
	}

	.rafik-credential-column:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.rafik-credential-list {
		font-size: 10px;
	}

	.rafik-work-cards {
		grid-template-columns: 1fr;
	}

	.rafik-work-card {
		min-height: 150px;
	}

	.rafik-work-card-top h3 {
		font-size: 11px;
	}

	.rafik-work-card-content p {
		font-size: 10px;
	}

	.rafik-work-card-content span,
	.rafik-work-button {
		font-size: 9px;
	}

	.rafik-beyond-content {
		max-width: 100%;
	}

	.rafik-beyond-intro,
	.rafik-beyond-list li,
	.rafik-beyond-message p {
		font-size: 10px;
		line-height: 1.35;
	}

	.rafik-world-map {
		display: none;
	}

}


/* =========================
   20. VERY SMALL MOBILE
========================= */

@media (max-width: 390px) {

	.rafik-about-person {
		min-height: 285px;
	}

	.rafik-person-image {
		max-height: 285px;
	}

	.rafik-main-title {
		font-size: 34px;
	}

	.rafik-section-label i {
		width: 45px;
	}

}


/* =========================
   21. OPTIONAL ANIMATIONS
========================= */

@keyframes rafikStarPulse {
	0%,
	100% {
		opacity: 0.35;
		transform: scale(0.8);
	}

	50% {
		opacity: 1;
		transform: scale(1.25);
	}
}

@keyframes rafikGlowPulse {
	0%,
	100% {
		opacity: 0.70;
	}

	50% {
		opacity: 1;
	}
}

.rafik-star {
	animation: rafikStarPulse 3.2s ease-in-out infinite;
}

.rafik-star:nth-child(2n) {
	animation-delay: 0.7s;
}

.rafik-star:nth-child(3n) {
	animation-delay: 1.3s;
}

.rafik-person-glow {
	animation: rafikGlowPulse 5s ease-in-out infinite;
}


/* =========================
   22. REDUCED MOTION
========================= */

@media (prefers-reduced-motion: reduce) {

	.rafik-about-page *,
	.rafik-about-page *::before,
	.rafik-about-page *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

}
/* جعل صفحة Rafik بعرض الشاشة بالكامل */
.rafik-about-page {
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}

/* إلغاء الحد الأقصى للحاوية */
.rafik-about-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

/* إزالة المسافات الجانبية من القالب */
body .site,
body .site-content,
body .content-area,
body .site-main,
body .entry-content,
body .wp-block-post-content {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* إزالة المسافات الافتراضية من محتوى الصفحة */
.rafik-about-page {
	padding-left: 3px !important;
	padding-right: 3px !important;
}

/* توسيع الأقسام الداخلية */
.rafik-info-grid,
.rafik-bottom-grid {
	width: calc(100% - 46px);
	max-width: none;
}

/* الموبايل */
@media (max-width: 900px) {
	.rafik-info-grid,
	.rafik-bottom-grid {
		width: calc(100% - 28px);
	}
}

@media (max-width: 600px) {
	.rafik-info-grid,
	.rafik-bottom-grid {
		width: calc(100% - 14px);
	}
}/* End custom CSS */