.umrah-redesign-page {
	background: #fff;
	color: #111;
	font-family: "Open Sans", Arial, sans-serif;
}

.umrah-redesign-page main {
	background: #fff;
	overflow: hidden;
}

.umrah-redesign-page .transparent-menu-top,
.umrah-redesign-page .transparent-menu {
	position: relative;
	z-index: 20;
}

.umrah-hero {
	position: relative;
	height: 386px;
	background: #111 url("../images/umrah-redesign/main-banner.png") center 43% / cover no-repeat;
	border-top: 2px solid #000;
}

.umrah-hero-badge {
	position: absolute;
	top: 68px;
	left: 58%;
	width: 260px;
	max-width: 28vw;
	transform: translateX(-50%);
}

.umrah-quick-form {
	position: relative;
	z-index: 4;
	max-width: 860px;
	margin: -34px auto 64px;
	background: #fff;
	border: 1px solid #d9dee2;
	border-radius: 9px;
	box-shadow: 0 18px 36px rgba(0,0,0,.2);
	padding: 14px 18px 17px;
}

.umrah-form-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px 14px;
	align-items: end;
}

.umrah-field label {
	display: block;
	margin: 0 0 5px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	color: #111;
}

.umrah-field input,
.umrah-field select {
	width: 100%;
	height: 28px;
	border: 1px solid #c6cfd4;
	border-radius: 5px;
	background: #fff;
	padding: 4px 9px;
	font-size: 11px;
	color: #333;
	box-shadow: none;
	outline: none;
}

.umrah-field input:focus,
.umrah-field select:focus {
	border-color: #06b9aa;
	box-shadow: 0 0 0 2px rgba(6,185,170,.14);
}

.umrah-submit-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: end;
}

.umrah-quick-form .umrah-submit-wrap {
	grid-column: 4;
}

.umrah-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	height: 30px;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(180deg, #08c9bb, #00a99a);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	box-shadow: 0 7px 14px rgba(0,153,140,.2);
	transition: transform .18s ease, box-shadow .18s ease;
}

.umrah-button:hover,
.umrah-button:focus {
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 10px 18px rgba(0,153,140,.24);
}

.umrah-section {
	background: #fff;
	max-width: 1120px;
	margin: 0 auto;
}

.umrah-heading-img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.umrah-certified {
	padding: 0 34px 48px;
}

.umrah-certified .umrah-heading-img {
	width: 353px;
}

.umrah-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 980px;
	margin: 42px auto 0;
	text-align: center;
}

.umrah-stat {
	border-right: 1px solid #ddd;
	padding: 0 18px;
}

.umrah-stat:last-child {
	border-right: 0;
}

.umrah-stat strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	line-height: 1;
	color: #000;
}

.umrah-stat span {
	display: block;
	margin-top: 3px;
	font-size: 8px;
	font-weight: 800;
	color: #000;
}

.umrah-packages {
	background: #fff;
	padding: 18px 0 18px;
}

.umrah-packages .umrah-heading-img {
	width: 389px;
}

.umrah-intro {
	max-width: 610px;
	margin: 12px auto 20px;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	color: #111;
}

.umrah-package-band {
	max-width: 1120px;
	margin: 0 auto;
	background: #fff;
	padding: 0 28px 58px;
}

.umrah-package-shell {
	background: #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding: 28px 22px 34px;
}

.umrah-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.umrah-card {
	background: transparent;
	border-radius: 4px;
	overflow: visible;
	filter: drop-shadow(0 16px 16px rgba(0,0,0,.24));
	color: #fff;
}

.umrah-card img {
	width: 100%;
	display: block;
	background: transparent;
}

.umrah-card-body {
	background: #050505;
	border-radius: 0 0 4px 4px;
	padding: 11px 14px 13px;
}

.umrah-card h3 {
	margin: 0 0 11px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}

.umrah-card ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px 10px;
	list-style: none;
	padding: 0;
	margin: 0 0 13px;
}

.umrah-card li {
	position: relative;
	font-size: 7px;
	font-weight: 700;
	line-height: 1.35;
	padding-left: 9px;
	color: #fff;
}

.umrah-card li:before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}

.umrah-card .umrah-button {
	width: 100%;
	min-width: 0;
	height: 24px;
	font-size: 8px;
	border-radius: 5px;
}

.umrah-why {
	padding: 36px 34px 38px;
}

.umrah-why .umrah-heading-img {
	width: 327px;
}

.umrah-why-text {
	max-width: 610px;
	margin: 12px auto 24px;
	text-align: center;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.45;
	color: #111;
}

.umrah-benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	max-width: 940px;
	margin: 0 auto;
}

.umrah-benefit {
	border: 1px solid #cfcfcf;
	border-radius: 9px;
	text-align: center;
	padding: 20px 18px 18px;
	min-height: 102px;
}

.umrah-benefit img {
	display: block;
	width: 44px;
	height: auto;
	margin: 0 auto 10px;
}

.umrah-benefit strong {
	display: block;
	font-size: 13px;
	font-weight: 800;
	color: #000;
}

.umrah-benefit span {
	display: block;
	margin-top: 5px;
	font-size: 9px;
	font-weight: 800;
	color: #000;
}

.umrah-custom-shell {
	background: #fff;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 18px 22px;
}

.umrah-custom {
	position: relative;
	max-width: 1040px;
	min-height: 690px;
	margin: 0 auto;
	background: none;
	color: #fff;
	padding: 170px 140px 60px;
}

.umrah-custom:before,
.umrah-custom:after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.umrah-custom:before {
	inset: -14px -14px -10px;
	background: url("../images/umrah-redesign/custom-border.png") center top / 100% 100% no-repeat;
	z-index: 0;
}

.umrah-custom:after {
	inset: 0;
	background: url("../images/umrah-redesign/custom-fill.png") center top / 100% 100% no-repeat;
	z-index: 1;
}

.umrah-custom > * {
	position: relative;
	z-index: 2;
}

.umrah-custom .umrah-heading-img {
	width: 410px;
}

.umrah-custom-copy {
	max-width: 520px;
	margin: 14px auto 78px;
	text-align: center;
	font-size: 9px;
	font-weight: 600;
	line-height: 1.35;
	color: #f5f5f5;
}

.umrah-custom .umrah-form-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 17px 86px;
	max-width: 760px;
	margin: 0 auto;
}

.umrah-custom .umrah-field label {
	color: #fff;
}

.umrah-custom .umrah-field input,
.umrah-custom .umrah-field select {
	background: #111;
	border-color: #6a6a6a;
	color: #fff;
}

.umrah-custom .umrah-submit-wrap {
	grid-column: 1 / -1;
	justify-content: center;
	margin-top: 6px;
}

.umrah-guide {
	background: #fff;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px 28px;
}

.umrah-guide-inner {
	max-width: 1040px;
	margin: 0 auto;
	border: 6px solid #fff;
	background: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	box-shadow: 0 0 0 1px #e6e6e6;
}

.umrah-guide-inner img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.umrah-faq {
	background: #fff;
	max-width: 1120px;
	margin: 0 auto;
	padding: 18px 28px 54px;
}

.umrah-faq-inner {
	max-width: 1040px;
	margin: 0 auto;
	background: #fff;
	padding: 0 18px;
}

.umrah-faq .umrah-heading-img {
	width: 496px;
}

.umrah-faq-intro {
	text-align: center;
	font-size: 9px;
	font-weight: 800;
	line-height: 1.35;
	margin: 12px 0 24px;
	color: #000;
}

.umrah-faq-item {
	background: #08ab9e;
	color: #fff;
	border-radius: 8px;
	padding: 14px 18px;
	margin: 10px 0;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.45;
}

.umrah-faq-item strong {
	display: block;
	margin-bottom: 7px;
	font-size: 11px;
	font-weight: 800;
}

.umrah-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (min-width: 1500px) {
	.umrah-hero {
		height: 430px;
	}

	.umrah-hero-badge {
		top: 78px;
		width: 300px;
	}
}

@media (max-width: 991px) {
	.umrah-hero {
		height: 330px;
		background-position: center 43%;
	}

	.umrah-hero-badge {
		left: auto;
		right: 32px;
		width: 230px;
		max-width: 34vw;
		transform: none;
	}

	.umrah-form-grid,
	.umrah-card-grid,
	.umrah-benefits,
	.umrah-guide-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.umrah-quick-form .umrah-submit-wrap {
		grid-column: 2;
	}

	.umrah-stats {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 24px;
	}

	.umrah-custom {
		min-height: 650px;
		padding: 140px 60px 54px;
	}

	.umrah-custom .umrah-form-grid {
		gap: 15px 34px;
	}
}

@media (max-width: 640px) {
	.umrah-hero {
		height: 255px;
		background-position: center top;
	}

	.umrah-hero-badge {
		top: 45px;
		right: 14px;
		width: 170px;
	}

	.umrah-quick-form {
		margin: -22px 12px 42px;
	}

	.umrah-form-grid,
	.umrah-card-grid,
	.umrah-benefits,
	.umrah-guide-inner,
	.umrah-stats,
	.umrah-custom .umrah-form-grid {
		grid-template-columns: 1fr;
	}

	.umrah-quick-form .umrah-submit-wrap,
	.umrah-custom .umrah-submit-wrap {
		grid-column: 1;
		justify-content: stretch;
	}

	.umrah-button {
		width: 100%;
	}

	.umrah-certified,
	.umrah-why,
	.umrah-packages,
	.umrah-package-band,
	.umrah-faq {
		padding-left: 14px;
		padding-right: 14px;
	}

	.umrah-stat {
		border-right: 0;
		border-bottom: 1px solid #ddd;
		padding-bottom: 14px;
	}

	.umrah-stat:last-child {
		border-bottom: 0;
	}

	.umrah-intro {
		margin-bottom: 40px;
	}

	.umrah-custom {
		background: #111;
		border: 2px solid #fff;
		min-height: 0;
		padding: 44px 18px 34px;
	}

	.umrah-custom:after {
		display: none;
	}
}
