/* ================================================================
   ECBATANA PAGES — Shared Design System (ep- prefix)
   About Us, Contact Us, Services — unified premium style
   ================================================================ */

/* ────────────────────────────────────────
   SHARED: HERO (ep-hero)
   ──────────────────────────────────────── */
.ep-hero {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.ep-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(10, 15, 30, 0.88) 0%, rgba(20, 30, 60, 0.78) 50%, rgba(10, 15, 30, 0.92) 100%);
	z-index: 1;
}
.ep-contact-form__map-wrap iframe {
    min-height: inherit;
}
.ep-hero .container {
	position: relative;
	z-index: 2;
}

.ep-hero__content {
	max-width: 760px;
	padding: 110px 0 80px;
}

.ep-hero__badge {
	display: inline-block;
	padding: 8px 22px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #c9a84c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 28px;
	backdrop-filter: blur(6px);
}

.ep-hero__title {
	font-size: 52px;
	font-weight: 800;
	line-height: 1.15;
	color: #fff;
	margin-bottom: 22px;
	letter-spacing: -0.5px;
	font-family: 'IBM Plex Sans', sans-serif;
}

.ep-hero__desc {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.7;
	margin-bottom: 28px;
	max-width: 620px;
	font-family: 'Roboto', sans-serif;
}

.ep-hero__divider {
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #c9a84c, transparent);
	border-radius: 2px;
}

/* Hero Particles */
.ep-hero__particles {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.ep-hero__particles span {
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(201, 168, 76, 0.35);
	animation: epParticleFloat 8s infinite ease-in-out;
}

.ep-hero__particles span:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; }
.ep-hero__particles span:nth-child(2) { top: 30%; right: 15%; animation-delay: 1.5s; width: 6px; height: 6px; }
.ep-hero__particles span:nth-child(3) { bottom: 25%; left: 25%; animation-delay: 3s; }
.ep-hero__particles span:nth-child(4) { top: 50%; right: 30%; animation-delay: 4.5s; width: 5px; height: 5px; }
.ep-hero__particles span:nth-child(5) { bottom: 15%; right: 10%; animation-delay: 6s; }

@keyframes epParticleFloat {
	0%, 100% { transform: translateY(0) translateX(0); opacity: 0.3; }
	25% { transform: translateY(-20px) translateX(10px); opacity: 0.7; }
	50% { transform: translateY(-10px) translateX(-8px); opacity: 0.5; }
	75% { transform: translateY(-25px) translateX(5px); opacity: 0.8; }
}

/* ────────────────────────────────────────
   SHARED: TYPOGRAPHY HELPERS
   ──────────────────────────────────────── */
.ep-section-label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #c9a84c;
	margin-bottom: 14px;
	font-family: 'IBM Plex Sans', sans-serif;
}

.ep-section-title {
	font-size: 40px;
	font-weight: 800;
	color: #1a1a2e;
	margin-bottom: 18px;
	letter-spacing: -0.3px;
	line-height: 1.2;
	font-family: 'IBM Plex Sans', sans-serif;
}

/* ────────────────────────────────────────
   SHARED: BUTTONS (ep-btn)
   ──────────────────────────────────────── */
.ep-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 8px;
	padding: 14px 28px;
	transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	font-family: 'IBM Plex Sans', sans-serif;
	cursor: pointer;
	border: none;
}

.ep-btn svg {
	transition: transform 0.3s ease;
}

.ep-btn:hover svg {
	transform: translateX(4px);
}

.ep-btn--primary {
	background: linear-gradient(135deg, #c9a84c, #b8943f);
	color: #fff;
	box-shadow: 0 4px 15px rgba(201, 168, 76, 0.3);
}

.ep-btn--primary:hover {
	background: linear-gradient(135deg, #b8943f, #a6832e);
	box-shadow: 0 6px 25px rgba(201, 168, 76, 0.4);
	transform: translateY(-2px);
	color: #fff;
}

.ep-btn--outline {
	background: transparent;
	color: #1a1a2e;
	border: 2px solid rgba(0, 0, 0, 0.12);
}

.ep-btn--outline:hover {
	border-color: #c9a84c;
	color: #c9a84c;
	background: rgba(201, 168, 76, 0.04);
}

.ep-btn--block {
	width: 100%;
	justify-content: center;
}

/* ────────────────────────────────────────
   SHARED: CTA SECTION (ep-cta)
   ──────────────────────────────────────── */
.ep-cta {
	background: #0a0f1e;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.ep-cta::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -20%;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(201, 168, 76, 0.06) 0%, transparent 70%);
	pointer-events: none;
}

.ep-cta__inner {
	text-align: center;
	max-width: 650px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.ep-cta__inner h2 {
	font-size: 42px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 16px;
	line-height: 1.2;
	font-family: 'IBM Plex Sans', sans-serif;
}

.ep-cta__inner p {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.7;
	margin-bottom: 32px;
	font-family: 'Roboto', sans-serif;
}

/* ════════════════════════════════════════
   ABOUT US PAGE
   ════════════════════════════════════════ */

/* ── Stats Bar ── */
.ep-stats {
	position: relative;
	z-index: 10;
	margin-top: -48px;
	padding: 0 0 30px;
}

.ep-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.ep-stats__item {
	text-align: center;
	padding: 40px 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	position: relative;
}

.ep-stats__item:last-child {
	border-right: none;
}

.ep-stats__item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background: #c9a84c;
	border-radius: 2px;
	transition: width 0.4s ease;
}

.ep-stats__item:hover::after {
	width: 40px;
}

.ep-stats__item:hover {
	background: rgba(201, 168, 76, 0.03);
}

.ep-stats__number {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 42px;
	font-weight: 800;
	color: #c9a84c;
	margin: 0 0 6px;
	line-height: 1.1;
}

.ep-stats__label {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0;
}

/* ── Our Story ── */
.ep-story {
	padding: 90px 0 80px;
	background: #fafafa;
}

.ep-story__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.ep-story__text p {
	font-family: 'Roboto', sans-serif;
	font-size: 15.5px;
	color: #555;
	line-height: 1.75;
	margin-bottom: 16px;
}

.ep-story__text .ep-btn {
	margin-top: 12px;
}

.ep-story__image-wrap {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.ep-story__image-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.ep-story__accent {
	position: absolute;
	bottom: 24px;
	left: 24px;
	background: linear-gradient(135deg, #c9a84c, #b8943f);
	color: #fff;
	padding: 22px 28px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(201, 168, 76, 0.4);
}

.ep-story__accent-num {
	display: block;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
}

.ep-story__accent-text {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 6px;
	opacity: 0.9;
}

/* ── Mission & Vision ── */
.ep-mv {
	padding: 100px 0;
	background: #0a0f1e;
}

.ep-mv__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.ep-mv__card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 48px 40px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ep-mv__card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #c9a84c, transparent);
	border-radius: 16px 16px 0 0;
}

.ep-mv__card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	border-color: rgba(201, 168, 76, 0.15);
}

.ep-mv__icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(201, 168, 76, 0.15), rgba(201, 168, 76, 0.05));
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.ep-mv__icon svg {
	width: 26px;
	height: 26px;
	fill: #c9a84c;
}

.ep-mv__label {
	display: block;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 48px;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.04);
	position: absolute;
	top: 16px;
	right: 24px;
	line-height: 1;
}

.ep-mv__card h3 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 14px;
}

.ep-mv__card p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.7;
	margin: 0;
}

/* ── Core Values ── */
.ep-values {
	padding: 100px 0 80px;
	background: #fff;
}

.ep-values__heading {
	margin-bottom: 56px;
}

.ep-values__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}

.ep-values__card {
	background: #fafafa;
	border-radius: 16px;
	padding: 36px 28px;
	text-align: center;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.04);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ep-values__card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
	border-color: rgba(201, 168, 76, 0.15);
}

.ep-values__icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(201, 168, 76, 0.12), rgba(201, 168, 76, 0.04));
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
}

.ep-values__icon svg {
	width: 26px;
	height: 26px;
	fill: #c9a84c;
}

.ep-values__num {
	position: absolute;
	top: 14px;
	right: 18px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 36px;
	font-weight: 800;
	color: rgba(0, 0, 0, 0.04);
	line-height: 1;
}

.ep-values__card h4 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 10px;
}

.ep-values__card p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.65;
	margin: 0;
}

/* ── Timeline ── */
.ep-timeline {
	padding: 100px 0 80px;
	background: #fafafa;
}

.ep-timeline__heading {
	margin-bottom: 56px;
}

.ep-timeline__track {
	position: relative;
	max-width: 820px;
	margin: 0 auto;
	padding: 30px 0;
}

.ep-timeline__line {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #c9a84c, rgba(201, 168, 76, 0.2));
	transform: translateX(-50%);
	border-radius: 3px;
}

.ep-timeline__item {
	position: relative;
	width: 50%;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.ep-timeline__item--left {
	left: 0;
	text-align: right;
	padding-right: 50px;
}

.ep-timeline__item--right {
	left: 50%;
	text-align: left;
	padding-left: 50px;
}

.ep-timeline__dot {
	position: absolute;
	top: 8px;
	width: 16px;
	height: 16px;
	background: #c9a84c;
	border: 3px solid #fafafa;
	border-radius: 50%;
	z-index: 2;
	box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.2);
	transition: transform 0.3s ease;
}

.ep-timeline__item:hover .ep-timeline__dot {
	transform: scale(1.3);
}

.ep-timeline__item--left .ep-timeline__dot {
	right: -8px;
}

.ep-timeline__item--right .ep-timeline__dot {
	left: -8px;
}

.ep-timeline__card {
	background: #fff;
	border-radius: 14px;
	padding: 28px 28px;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.04);
	transition: all 0.35s ease;
}

.ep-timeline__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.ep-timeline__year {
	display: inline-block;
	background: linear-gradient(135deg, #c9a84c, #b8943f);
	color: #fff;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 14px;
	border-radius: 50px;
	margin-bottom: 12px;
	letter-spacing: 0.5px;
}

.ep-timeline__card h5 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 0 0 8px;
}

.ep-timeline__card p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.65;
	margin: 0;
}


/* ════════════════════════════════════════
   CONTACT US PAGE
   ════════════════════════════════════════ */

/* ── Info Cards ── */
.ep-info-cards {
	position: relative;
	z-index: 10;
	margin-top: -48px;
	padding: 0 0 30px;
}

.ep-info-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.ep-info-cards__item {
	text-align: center;
	padding: 48px 30px;
	border-right: 1px solid rgba(0, 0, 0, 0.06);
	transition: all 0.35s ease;
	position: relative;
}

.ep-info-cards__item:last-child {
	border-right: none;
}

.ep-info-cards__item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background: #c9a84c;
	border-radius: 2px;
	transition: width 0.4s ease;
}

.ep-info-cards__item:hover::after {
	width: 40px;
}

.ep-info-cards__item:hover {
	background: rgba(201, 168, 76, 0.03);
}

.ep-info-cards__icon {
	width: 60px;
	height: 60px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(201, 168, 76, 0.12), rgba(201, 168, 76, 0.04));
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

.ep-info-cards__icon svg {
	width: 26px;
	height: 26px;
	fill: #c9a84c;
}

.ep-info-cards__item h5 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 10px;
}

.ep-info-cards__item p {
	font-family: 'Roboto', sans-serif;
	font-size: 14.5px;
	color: #666;
	margin: 4px 0;
	line-height: 1.55;
}

/* ── Contact Form + Map ── */
.ep-contact-form {
	padding: 80px 0;
	background: #fafafa;
}

.ep-contact-form__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 48px;
	align-items: start;
}

.ep-contact-form__intro {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #666;
	line-height: 1.7;
	margin-bottom: 28px;
}

/* Form Styles */
.ep-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}

.ep-form__field--full {
	grid-column: 1 / -1;
}

.ep-form__row:has(.ep-form__field--full) {
	grid-template-columns: 1fr;
}

input.ep-form__input,
select.ep-form__input,
textarea.ep-form__input {
	width: 100%;
	border: 1.5px solid rgba(201, 168, 76, 0.35);
	border-radius: 10px;
	padding: 14px 18px;
	font-family: 'Roboto', sans-serif;
	font-size: 14.5px;
	color: #333;
	background: #fff;
	transition: all 0.3s ease;
	outline: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

input.ep-form__input:focus,
select.ep-form__input:focus,
textarea.ep-form__input:focus {
	border-color: #c9a84c;
	box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
}

input.ep-form__input::placeholder,
textarea.ep-form__input::placeholder {
	color: #9a8e78;
}

textarea.ep-form__input.ep-form__textarea {
	resize: vertical;
	min-height: 130px;
}

select.ep-form__input.ep-form__select {
	cursor: pointer;
	color: #9a8e78;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239a8e78' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 14px;
	padding-right: 40px;
}

select.ep-form__input.ep-form__select:focus,
select.ep-form__input.ep-form__select.has-value {
	color: #333;
}

select.ep-form__input.ep-form__select option {
	color: #333;
}

select.ep-form__input.ep-form__select option[value=""] {
	color: #999;
}

.ep-form__select:valid {
	color: #333;
}

/* Map */
.ep-contact-form__map-wrap {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
	height: 100%;
	min-height: 500px;
}

.ep-contact-form__map-wrap iframe {
	display: block;
	border-radius: 16px;
}

/* ── FAQ Section ── */
.ep-faq {
	padding: 90px 0;
	background: #fff;
}

.ep-faq__grid {
	display: grid;
	grid-template-columns: 0.45fr 0.55fr;
	gap: 56px;
	align-items: start;
}

.ep-faq__intro p {
	font-family: 'Roboto', sans-serif;
	font-size: 15.5px;
	color: #666;
	line-height: 1.7;
	margin-bottom: 24px;
}

.ep-faq .accordion-style4 .accordionjs li {
	background: #fafafa;
	border-radius: 12px;
	margin-bottom: 12px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	overflow: hidden;
	transition: all 0.3s ease;
}

.ep-faq .accordion-style4 .accordionjs li:hover,
.ep-faq .accordion-style4 .accordionjs li.acc_active {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	border-color: rgba(201, 168, 76, 0.15);
}

.ep-faq .accordion-style4 .acc_head {
	padding: 20px 24px;
}

.ep-faq .accordion-style4 .acc_head h6 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a2e;
}

.ep-faq .accordion-style4 .acc_content {
	padding: 0 24px 20px;
}

.ep-faq .accordion-style4 .acc_content p {
	font-family: 'Roboto', sans-serif;
	font-size: 14.5px;
	color: #666;
	line-height: 1.7;
}

/* ── Form Response Messages ── */
.ecbatana-form-response {
	margin-top: 15px;
	padding: 12px 18px;
	border-radius: 10px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.ecbatana-form-response.success {
	background: rgba(46, 204, 113, 0.08);
	color: #27ae60;
	border: 1px solid rgba(46, 204, 113, 0.2);
}

.ecbatana-form-response.error {
	background: rgba(231, 76, 60, 0.08);
	color: #c0392b;
	border: 1px solid rgba(231, 76, 60, 0.2);
}

.ecbatana-form-response.field-error {
	background: rgba(243, 156, 18, 0.08);
	color: #e67e22;
	border: 1px solid rgba(243, 156, 18, 0.2);
}


/* ════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════ */
@media (max-width: 991px) {
	.ep-hero__content {
		padding: 80px 0 60px;
	}

	.ep-hero__title {
		font-size: 38px;
	}

	.ep-hero__desc {
		font-size: 16px;
	}

	.ep-section-title {
		font-size: 32px;
	}

	.ep-story__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ep-story__media {
		order: -1;
	}

	.ep-mv__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ep-mv__card {
		padding: 36px 30px;
	}

	.ep-values__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.ep-contact-form__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ep-contact-form__map-wrap {
		min-height: 350px;
	}

	.ep-faq__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ep-cta__inner h2 {
		font-size: 34px;
	}

	/* Timeline → single column */
	.ep-timeline__line {
		left: 20px;
	}

	.ep-timeline__item,
	.ep-timeline__item--left,
	.ep-timeline__item--right {
		width: 100%;
		left: 0;
		text-align: left;
		padding-left: 55px;
		padding-right: 0;
	}

	.ep-timeline__item--left .ep-timeline__dot,
	.ep-timeline__item--right .ep-timeline__dot {
		left: 12px;
		right: auto;
	}
}

@media (max-width: 767px) {
	.ep-stats__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ep-stats__item:nth-child(2) {
		border-right: none;
	}

	.ep-stats__item:nth-child(1),
	.ep-stats__item:nth-child(2) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}

	.ep-info-cards__grid {
		grid-template-columns: 1fr;
	}

	.ep-info-cards__item {
		border-right: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}

	.ep-info-cards__item:last-child {
		border-bottom: none;
	}
}

@media (max-width: 575px) {
	.ep-hero {
		min-height: 400px;
	}

	.ep-hero__content {
		padding: 70px 0 50px;
	}

	.ep-hero__badge {
		font-size: 11px;
		padding: 6px 16px;
		letter-spacing: 2px;
	}

	.ep-hero__title {
		font-size: 28px;
	}

	.ep-hero__desc {
		font-size: 15px;
	}

	.ep-section-title {
		font-size: 26px;
	}

	.ep-stats,
	.ep-info-cards {
		margin-top: -30px;
	}

	.ep-story,
	.ep-values,
	.ep-timeline,
	.ep-contact-form,
	.ep-faq {
		padding: 60px 0;
	}

	.ep-mv {
		padding: 60px 0;
	}

	.ep-values__grid {
		grid-template-columns: 1fr;
	}

	.ep-form__row {
		grid-template-columns: 1fr;
	}

	.ep-cta {
		padding: 60px 0;
	}

	.ep-cta__inner h2 {
		font-size: 26px;
	}
}


/* ════════════════════════════════════════
   BLOG LISTING PAGE
   ════════════════════════════════════════ */

/* ── Category Filter Bar ── */
.ep-blog-filters {
	padding: 32px 0 0;
	background: #fff;
}

.ep-blog-filters__bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ep-blog-filters__pill {
	display: inline-block;
	padding: 9px 22px;
	border-radius: 50px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	background: #f5f5f5;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}

.ep-blog-filters__pill:hover {
	color: #c9a84c;
	background: rgba(201, 168, 76, 0.06);
	border-color: rgba(201, 168, 76, 0.2);
}

.ep-blog-filters__pill--active {
	background: linear-gradient(135deg, #c9a84c, #b8943f);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 4px 12px rgba(201, 168, 76, 0.3);
}

.ep-blog-filters__pill--active:hover {
	color: #fff;
	background: linear-gradient(135deg, #b8943f, #a6832e);
}

/* ── Featured Post ── */
.ep-blog-featured {
	padding: 48px 0 0;
	background: #fff;
}

.ep-blog-featured__card {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 50px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.04);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ep-blog-featured__card:hover {
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.ep-blog-featured__image {
	display: block;
	min-height: 380px;
	background-size: cover;
	background-position: center;
	position: relative;
	transition: transform 0.5s ease;
}

.ep-blog-featured__card:hover .ep-blog-featured__image {
	transform: scale(1.02);
}

.ep-blog-featured__body {
	padding: 44px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ep-blog-featured__cat {
	display: inline-block;
	padding: 5px 14px;
	border-radius: 50px;
	background: linear-gradient(135deg, rgba(201, 168, 76, 0.12), rgba(201, 168, 76, 0.04));
	color: #c9a84c;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 16px;
	width: fit-content;
}

.ep-blog-featured__title {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #1a1a2e;
	margin-bottom: 14px;
	line-height: 1.25;
}

.ep-blog-featured__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.ep-blog-featured__title a:hover {
	color: #c9a84c;
}

.ep-blog-featured__excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #666;
	line-height: 1.7;
	margin-bottom: 20px;
}

.ep-blog-featured__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #888;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.ep-blog-featured__avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
}

.ep-blog-featured__author {
	font-weight: 600;
	color: #1a1a2e;
}

.ep-blog-featured__sep {
	color: #ccc;
}

/* ── Post Grid ── */
.ep-blog-grid {
	padding: 56px 0 40px;
	background: #fff;
}

.ep-blog-grid__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

/* ── Post Card ── */
.ep-post-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.04);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ep-post-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 50px rgba(0, 0, 0, 0.1);
}

.ep-post-card__image-link {
	display: block;
	overflow: hidden;
}

.ep-post-card__image {
	height: 220px;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s ease;
}

.ep-post-card:hover .ep-post-card__image {
	transform: scale(1.06);
}

.ep-post-card__body {
	padding: 24px 26px 28px;
}

.ep-post-card__cat {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 50px;
	background: linear-gradient(135deg, rgba(201, 168, 76, 0.12), rgba(201, 168, 76, 0.04));
	color: #c9a84c;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 14px;
}

.ep-post-card__title {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 10px;
	line-height: 1.35;
}

.ep-post-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.ep-post-card__title a:hover {
	color: #c9a84c;
}

.ep-post-card__excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #777;
	line-height: 1.6;
	margin-bottom: 16px;
}

.ep-post-card__meta {
	font-family: 'Roboto', sans-serif;
	font-size: 12.5px;
	color: #999;
	display: flex;
	align-items: center;
	gap: 6px;
}

.ep-post-card__dot {
	color: #ccc;
}

/* ── Pagination ── */
.ep-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	padding: 40px 0 20px;
}

.ep-pagination a,
.ep-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	border-radius: 10px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.ep-pagination a.page-numbers {
	color: #555;
	background: #f5f5f5;
	border: 1px solid transparent;
}

.ep-pagination a.page-numbers:hover {
	color: #c9a84c;
	background: rgba(201, 168, 76, 0.06);
	border-color: rgba(201, 168, 76, 0.2);
}

.ep-pagination span.current {
	background: linear-gradient(135deg, #c9a84c, #b8943f);
	color: #fff;
	box-shadow: 0 4px 12px rgba(201, 168, 76, 0.3);
}

.ep-pagination .dots {
	background: none;
	color: #999;
	min-width: auto;
	padding: 0 4px;
}

.ep-pagination a.prev,
.ep-pagination a.next {
	color: #c9a84c;
	background: rgba(201, 168, 76, 0.06);
}

.ep-pagination a.prev:hover,
.ep-pagination a.next:hover {
	background: rgba(201, 168, 76, 0.12);
}

/* ── Empty State ── */
.ep-blog-empty {
	text-align: center;
	padding: 80px 20px;
}

.ep-blog-empty svg {
	margin-bottom: 24px;
}

.ep-blog-empty h3 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 10px;
}

.ep-blog-empty p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #777;
	margin-bottom: 24px;
}


/* ════════════════════════════════════════
   SINGLE BLOG POST
   ════════════════════════════════════════ */

/* ── Post Hero Meta ── */
.ep-post-hero-meta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 24px;
}

.ep-post-hero-meta__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.ep-post-hero-meta__info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.ep-post-hero-meta__author {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.ep-post-hero-meta__details {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}

/* ── Article Body ── */
.ep-article {
	padding: 64px 0 40px;
	background: #fff;
}

.ep-article__body {
	max-width: 760px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-size: 16.5px;
	color: #444;
	line-height: 1.8;
}

.ep-article__body h2 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 40px 0 16px;
	line-height: 1.3;
}

.ep-article__body h3 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 32px 0 12px;
	line-height: 1.35;
}

.ep-article__body h4 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #1a1a2e;
	margin: 28px 0 10px;
}

.ep-article__body p {
	margin-bottom: 18px;
}

.ep-article__body a {
	color: #c9a84c;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.3s ease;
}

.ep-article__body a:hover {
	color: #b8943f;
}

.ep-article__body img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 24px 0;
}

.ep-article__body blockquote {
	border-left: 4px solid #c9a84c;
	margin: 28px 0;
	padding: 20px 28px;
	background: #fafafa;
	border-radius: 0 12px 12px 0;
	font-style: italic;
	color: #555;
}

.ep-article__body blockquote p {
	margin-bottom: 0;
}

.ep-article__body ul,
.ep-article__body ol {
	padding-left: 24px;
	margin-bottom: 18px;
}

.ep-article__body li {
	margin-bottom: 8px;
}

.ep-article__body pre {
	background: #1a1a2e;
	color: #e0e0e0;
	padding: 24px;
	border-radius: 12px;
	overflow-x: auto;
	font-size: 14px;
	margin: 24px 0;
}

.ep-article__body code {
	background: rgba(201, 168, 76, 0.08);
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 14px;
	color: #c9a84c;
}

.ep-article__body pre code {
	background: none;
	padding: 0;
	color: inherit;
}

/* ── Tags ── */
.ep-article__tags {
	max-width: 760px;
	margin: 28px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ep-article__tag {
	display: inline-block;
	padding: 6px 16px;
	border-radius: 50px;
	background: #f5f5f5;
	color: #666;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.ep-article__tag:hover {
	background: rgba(201, 168, 76, 0.08);
	color: #c9a84c;
}

/* ── Share ── */
.ep-article__share {
	max-width: 760px;
	margin: 32px auto 0;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 24px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.ep-article__share-label {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a2e;
}

.ep-article__share-links {
	display: flex;
	gap: 10px;
}

.ep-article__share-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #f5f5f5;
	color: #666;
	transition: all 0.3s ease;
}

.ep-article__share-links a:hover {
	background: rgba(201, 168, 76, 0.1);
	color: #c9a84c;
	transform: translateY(-2px);
}

/* ── Author Box ── */
.ep-author-box {
	max-width: 760px;
	margin: 36px auto 0;
	display: flex;
	gap: 24px;
	padding: 32px;
	background: #fafafa;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.ep-author-box__avatar {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.ep-author-box__label {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #c9a84c;
	margin-bottom: 4px;
}

.ep-author-box__name {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 8px;
}

.ep-author-box__bio {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin: 0;
}

/* ── Related Posts ── */
.ep-related {
	padding: 80px 0;
	background: #fafafa;
}

/* ── Post Navigation ── */
.ep-post-nav {
	padding: 0;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ep-post-nav__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.ep-post-nav__link {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 32px 24px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.ep-post-nav__link:hover {
	background: rgba(201, 168, 76, 0.03);
}

.ep-post-nav__link--prev {
	border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.ep-post-nav__link--next {
	justify-content: flex-end;
	text-align: right;
}

.ep-post-nav__link svg {
	color: #c9a84c;
	flex-shrink: 0;
}

.ep-post-nav__label {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #c9a84c;
	margin-bottom: 4px;
}

.ep-post-nav__title {
	display: block;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #1a1a2e;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.ep-post-nav__link:hover .ep-post-nav__title {
	color: #c9a84c;
}


/* ════════════════════════════════════════
   BLOG RESPONSIVE
   ════════════════════════════════════════ */
@media (max-width: 991px) {
	.ep-blog-featured__card {
		grid-template-columns: 1fr;
	}

	.ep-blog-featured__image {
		min-height: 280px;
	}

	.ep-blog-featured__body {
		padding: 30px 28px;
	}

	.ep-blog-featured__title {
		font-size: 24px;
	}

	.ep-blog-grid__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.ep-article__body {
		font-size: 15.5px;
	}

	.ep-article__body h2 {
		font-size: 24px;
	}

	.ep-post-nav__grid {
		grid-template-columns: 1fr;
	}

	.ep-post-nav__link--prev {
		border-right: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}

	.ep-post-nav__link--next {
		justify-content: flex-start;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.ep-blog-grid__list {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ep-post-card__image {
		height: 200px;
	}

	.ep-blog-filters__bar {
		justify-content: flex-start;
		overflow-x: auto;
		flex-wrap: nowrap;
		gap: 8px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		padding-bottom: 24px;
	}

	.ep-blog-filters__bar::-webkit-scrollbar {
		display: none;
	}

	.ep-blog-filters__pill {
		white-space: nowrap;
		flex-shrink: 0;
	}

	.ep-author-box {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
}

@media (max-width: 575px) {
	.ep-blog-featured__body {
		padding: 24px 20px;
	}

	.ep-blog-featured__title {
		font-size: 20px;
	}

	.ep-blog-featured__image {
		min-height: 220px;
	}

	.ep-post-card__body {
		padding: 20px;
	}

	.ep-article {
		padding: 40px 0 24px;
	}

	.ep-related {
		padding: 60px 0;
	}

	.ep-article__share {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}


/* ════════════════════════════════════════
   SINGLE SERVICE PAGE
   ════════════════════════════════════════ */

/* ── Breadcrumb ── */
.ep-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

.ep-breadcrumb a {
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
	transition: color 0.3s ease;
}

.ep-breadcrumb a:hover {
	color: #c9a84c;
}

.ep-breadcrumb__sep {
	color: rgba(255, 255, 255, 0.25);
}

.ep-breadcrumb__current {
	color: rgba(255, 255, 255, 0.85);
	font-weight: 600;
}

/* ── Service Hero Icon ── */
.ep-srv-hero-icon {
	width: 72px;
	height: 72px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.ep-srv-hero-icon svg {
	width: 34px;
	height: 34px;
	fill: #fff;
}

/* ── Service Content ── */
.ep-srv-content {
	padding: 64px 0 40px;
	background: #fff;
}

.ep-srv-content__body {
	max-width: 820px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-size: 16.5px;
	color: #444;
	line-height: 1.8;
}

.ep-srv-content__body h2 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 40px 0 16px;
	line-height: 1.3;
}

.ep-srv-content__body h3 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #1a1a2e;
	margin: 32px 0 12px;
	line-height: 1.35;
}

.ep-srv-content__body h4 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #1a1a2e;
	margin: 28px 0 10px;
}

.ep-srv-content__body p {
	margin-bottom: 18px;
}

.ep-srv-content__body a {
	color: #c9a84c;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.3s ease;
}

.ep-srv-content__body a:hover {
	color: #b8943f;
}

.ep-srv-content__body img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 24px 0;
}

.ep-srv-content__body blockquote {
	border-left: 4px solid #c9a84c;
	margin: 28px 0;
	padding: 20px 28px;
	background: #fafafa;
	border-radius: 0 12px 12px 0;
	font-style: italic;
	color: #555;
}

.ep-srv-content__body blockquote p {
	margin-bottom: 0;
}

.ep-srv-content__body ul,
.ep-srv-content__body ol {
	padding-left: 24px;
	margin-bottom: 18px;
}

.ep-srv-content__body li {
	margin-bottom: 8px;
}

/* ── Sub-Services Grid (Parent view) ── */
.ep-srv-children {
	padding: 90px 0;
	background: #fafafa;
}

.ep-srv-children__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.ep-srv-child-card {
	background: #fff;
	border-radius: 16px;
	padding: 36px 28px;
	text-decoration: none;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.04);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: block;
}

.ep-srv-child-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
	border-color: rgba(201, 168, 76, 0.15);
}

.ep-srv-child-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.ep-srv-child-card__icon svg {
	width: 26px;
	height: 26px;
	fill: #c9a84c;
}

.ep-srv-child-card__num {
	position: absolute;
	top: 16px;
	right: 20px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 36px;
	font-weight: 800;
	color: rgba(0, 0, 0, 0.04);
	line-height: 1;
}

.ep-srv-child-card__title {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 10px;
}

.ep-srv-child-card__excerpt {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.65;
	margin-bottom: 16px;
}

.ep-srv-child-card__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #c9a84c;
	transition: gap 0.3s ease;
}

.ep-srv-child-card:hover .ep-srv-child-card__link {
	gap: 10px;
}

.ep-srv-child-card__link svg {
	transition: transform 0.3s ease;
}

.ep-srv-child-card:hover .ep-srv-child-card__link svg {
	transform: translateX(3px);
}

/* ── Related / Other Services ── */
.ep-srv-related {
	padding: 90px 0;
	background: #fff;
}

.ep-srv-related__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.ep-srv-rel-card {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.04);
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	text-decoration: none;
	display: block;
	background: #fff;
}

.ep-srv-rel-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 50px rgba(0, 0, 0, 0.1);
}

.ep-srv-rel-card__top {
	padding: 32px 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ep-srv-rel-card__icon {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ep-srv-rel-card__icon svg {
	width: 32px;
	height: 32px;
	fill: #fff;
}

.ep-srv-rel-card__body {
	padding: 24px 28px 28px;
}

.ep-srv-rel-card__body h4 {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 8px;
}

.ep-srv-rel-card__body p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 14px;
}

.ep-srv-rel-card__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #c9a84c;
}

.ep-srv-rel-card:hover .ep-srv-rel-card__link {
	gap: 10px;
}

.ep-srv-rel-card__link svg {
	transition: transform 0.3s ease;
}

.ep-srv-rel-card:hover .ep-srv-rel-card__link svg {
	transform: translateX(3px);
}


/* ════════════════════════════════════════
   SINGLE SERVICE RESPONSIVE
   ════════════════════════════════════════ */
@media (max-width: 991px) {
	.ep-srv-children__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.ep-srv-related__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.ep-srv-content__body {
		font-size: 15.5px;
	}

	.ep-srv-content__body h2 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.ep-srv-children__grid {
		grid-template-columns: 1fr;
	}

	.ep-srv-related__grid {
		grid-template-columns: 1fr;
	}

	.ep-srv-hero-icon {
		width: 60px;
		height: 60px;
	}

	.ep-srv-hero-icon svg {
		width: 28px;
		height: 28px;
	}
}

@media (max-width: 575px) {
	.ep-srv-content {
		padding: 40px 0 24px;
	}

	.ep-srv-children,
	.ep-srv-related {
		padding: 60px 0;
	}

	.ep-breadcrumb {
		font-size: 12px;
	}
}

/* ════════════════════════════════════════════════════════════════════
   404 ERROR PAGE
   ════════════════════════════════════════════════════════════════════ */

/* ────────────────────────────────────────
   404 HERO
   ──────────────────────────────────────── */
.ep-404-hero {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(10, 15, 30, 0.95) 0%, rgba(20, 30, 60, 0.88) 50%, rgba(10, 15, 30, 0.95) 100%);
	overflow: hidden;
	padding: 120px 20px 80px;
}

.ep-404-hero__container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

.ep-404-hero__content {
	position: relative;
	z-index: 3;
}

.ep-404-hero__badge {
	display: inline-block;
	padding: 8px 24px;
	border-radius: 50px;
	background: rgba(201, 168, 76, 0.1);
	border: 1px solid rgba(201, 168, 76, 0.3);
	color: #c9a84c;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.ep-404-hero__title {
	font-size: 56px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 24px;
	line-height: 1.2;
	letter-spacing: -1px;
}

.ep-404-hero__description {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.6;
	max-width: 600px;
	margin: 0 auto;
}

.ep-404-hero__illustration {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 800px;
	height: auto;
	z-index: 1;
	opacity: 0.5;
}

.ep-404-hero__illustration svg {
	width: 100%;
	height: auto;
}

/* ────────────────────────────────────────
   404 SEARCH
   ──────────────────────────────────────── */
.ep-404-search {
	padding: 80px 20px;
	background: #f8f9fa;
}

.ep-404-search__container {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.ep-404-search__title {
	font-size: 28px;
	font-weight: 600;
	color: #1a1f36;
	margin-bottom: 40px;
}

.ep-404-search__form {
	max-width: 600px;
	margin: 0 auto;
}

.ep-404-search__input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.ep-404-search__input-wrapper:focus-within {
	box-shadow: 0 4px 32px rgba(201, 168, 76, 0.2);
}

.ep-404-search__icon {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #7e8ba3;
	pointer-events: none;
	z-index: 1;
}

.ep-404-search__input {
	flex: 1;
	padding: 18px 24px 18px 52px;
	font-size: 16px;
	color: #1a1f36;
	border: none;
	outline: none;
	background: transparent;
}

.ep-404-search__input::placeholder {
	color: #9aa5b9;
}

.ep-404-search__button {
	padding: 18px 36px;
	background: #c9a84c;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
	white-space: nowrap;
}

.ep-404-search__button:hover {
	background: #b39640;
}

/* ────────────────────────────────────────
   404 QUICK LINKS
   ──────────────────────────────────────── */
.ep-404-links {
	padding: 80px 20px 100px;
	background: #ffffff;
}

.ep-404-links__container {
	max-width: 1200px;
	margin: 0 auto;
}

.ep-404-links__title {
	font-size: 26px;
	font-weight: 600;
	color: #1a1f36;
	text-align: center;
	margin-bottom: 48px;
}

.ep-404-links__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
}

.ep-404-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 40px 30px;
	background: #ffffff;
	border: 1.5px solid #e8ebef;
	border-radius: 16px;
	text-decoration: none;
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.ep-404-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #c9a84c 0%, #b39640 100%);
	transform: scaleX(0);
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ep-404-card:hover::before {
	transform: scaleX(1);
}

.ep-404-card:hover {
	border-color: rgba(201, 168, 76, 0.3);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.ep-404-card__icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(201, 168, 76, 0.08);
	border-radius: 16px;
	margin-bottom: 20px;
	color: #c9a84c;
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ep-404-card:hover .ep-404-card__icon {
	background: #c9a84c;
	color: #ffffff;
	transform: scale(1.08);
}

.ep-404-card__title {
	font-size: 18px;
	font-weight: 600;
	color: #1a1f36;
	margin-bottom: 8px;
	transition: color 0.3s ease;
}

.ep-404-card:hover .ep-404-card__title {
	color: #c9a84c;
}

.ep-404-card__desc {
	font-size: 14px;
	color: #7e8ba3;
	line-height: 1.5;
	margin: 0;
}

/* Back button variant */
.ep-404-card--back {
	border-style: dashed;
	background: #fafbfc;
}

.ep-404-card--back:hover {
	background: #ffffff;
}

/* ────────────────────────────────────────
   404 RESPONSIVE
   ──────────────────────────────────────── */
@media (max-width: 991px) {
	.ep-404-hero {
		min-height: 500px;
		padding: 100px 20px 70px;
	}

	.ep-404-hero__title {
		font-size: 44px;
	}

	.ep-404-hero__description {
		font-size: 17px;
	}

	.ep-404-search,
	.ep-404-links {
		padding: 60px 20px 70px;
	}

	.ep-404-search__title,
	.ep-404-links__title {
		font-size: 24px;
	}

	.ep-404-links__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.ep-404-hero {
		min-height: 460px;
		padding: 90px 16px 60px;
	}

	.ep-404-hero__title {
		font-size: 36px;
	}

	.ep-404-hero__description {
		font-size: 16px;
	}

	.ep-404-hero__illustration {
		max-width: 600px;
		opacity: 0.4;
	}

	.ep-404-search,
	.ep-404-links {
		padding: 50px 16px 60px;
	}

	.ep-404-search__title,
	.ep-404-links__title {
		font-size: 22px;
		margin-bottom: 32px;
	}

	.ep-404-search__input-wrapper {
		flex-direction: column;
	}

	.ep-404-search__input {
		padding: 16px 20px 16px 48px;
		width: 100%;
	}

	.ep-404-search__icon {
		left: 16px;
	}

	.ep-404-search__button {
		width: 100%;
		padding: 16px 24px;
		border-top: 1px solid #e8ebef;
	}

	.ep-404-links__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ep-404-card {
		padding: 32px 24px;
	}

	.ep-404-card__icon {
		width: 56px;
		height: 56px;
	}

	.ep-404-card__icon svg {
		width: 28px;
		height: 28px;
	}
}

@media (max-width: 575px) {
	.ep-404-hero__title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.ep-404-hero__description {
		font-size: 15px;
	}

	.ep-404-hero__badge {
		font-size: 10px;
		padding: 6px 18px;
		letter-spacing: 2px;
	}

	.ep-404-search__title,
	.ep-404-links__title {
		font-size: 20px;
	}
}
