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

.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 20px 58px;
}

.umrah-package-shell {
	background: #fff;
	max-width: 1090px;
	margin: 0 auto;
	padding: 18px 0 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-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.umrah-card-link:hover,
.umrah-card-link:focus {
	color: inherit;
	text-decoration: none;
}

.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-package-band .umrah-card img {
	height: 245px;
	object-fit: cover;
	clip-path: polygon(50% 0, 61% 15%, 82% 22%, 100% 38%, 100% 100%, 0 100%, 0 38%, 18% 22%, 39% 15%);
}

.umrah-package-band .umrah-card-art {
	filter: none;
	border-radius: 0;
}

.umrah-package-band .umrah-card-art .umrah-card-link {
	display: block;
}

.umrah-package-band .umrah-card-art img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	clip-path: none;
	background: transparent;
}

.umrah-package-band .umrah-card-body {
	padding: 15px 18px 17px;
}

.umrah-package-band .umrah-card h3 {
	font-size: 13px;
	margin-bottom: 14px;
}

.umrah-package-band .umrah-card ul {
	border-top: 1px dotted rgba(255,255,255,.35);
	border-bottom: 1px dotted rgba(255,255,255,.35);
	padding: 11px 0;
	margin-bottom: 15px;
	gap: 8px 16px;
}

.umrah-package-band .umrah-card li {
	font-size: 9px;
}

.umrah-package-band .umrah-card .umrah-button {
	height: 34px;
	font-size: 11px;
}

.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-packages-page main {
	background: #fff;
}

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

.umrah-packages-page .umrah-quick-form {
	margin-bottom: 56px;
}

.umrah-packages-page .umrah-field select {
	appearance: auto;
}

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

.umrah-series-section {
	margin: 0 0 58px;
}

.umrah-series-section:last-child {
	margin-bottom: 42px;
}

.umrah-series-heading {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	color: #1e1e1e;
}

.umrah-series-heading .muted {
	color: #777;
}

.umrah-series-intro {
	max-width: 520px;
	margin: 10px auto 38px;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	color: #111;
}

.umrah-series-section .umrah-card-grid {
	margin-top: 0;
}

.umrah-detail-page main {
	background: #fff;
}

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

.umrah-detail-top {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(330px, .95fr);
	gap: 28px;
	align-items: start;
}

.umrah-gallery-main {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background: #f2f2f2;
}

.umrah-gallery-main img {
	width: 100%;
	height: 430px;
	display: block;
	object-fit: cover;
}

.umrah-gallery-arrow {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background: rgba(255,255,255,.72);
	color: #777;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	transform: translateY(-50%);
}

.umrah-gallery-arrow.left {
	left: 30px;
}

.umrah-gallery-arrow.right {
	right: 30px;
}

.umrah-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
	margin-top: 12px;
}

.umrah-gallery-thumbs img {
	width: 100%;
	height: 72px;
	object-fit: cover;
	border-radius: 7px;
	display: block;
}

.umrah-detail-card,
.umrah-share-card {
	border: 1px solid #d6d6d6;
	border-radius: 12px;
	background: #fff;
	padding: 22px 24px;
}

.umrah-detail-card h1 {
	margin: 0 0 16px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.12;
	color: #1e1e1e;
}

.umrah-duration {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	color: #111;
}

.umrah-duration .fa {
	color: #111;
}

.umrah-detail-rule {
	border: 0;
	border-top: 1px solid #c9c9c9;
	margin: 20px 0;
}

.umrah-detail-card h3 {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 800;
	color: #111;
}

.umrah-detail-card ul {
	margin: 0;
	padding-left: 17px;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 700;
	color: #111;
}

.umrah-date-copy {
	font-size: 13px;
	line-height: 1.35;
	font-weight: 700;
	color: #111;
}

.umrah-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.umrah-price {
	font-size: 14px;
	color: #111;
	white-space: nowrap;
}

.umrah-price strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	color: #00a99a;
}

.umrah-share-card {
	margin-top: 12px;
	padding: 18px 20px;
	font-size: 14px;
	font-weight: 800;
}

.umrah-share-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
	font-weight: 700;
}

.umrah-share-row .fa {
	color: #000;
	font-size: 17px;
}

.umrah-detail-tabs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	margin: 22px 0 12px;
}

.umrah-tab {
	border: 1px solid #d7d7d7;
	border-radius: 7px;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: 13px 10px;
	cursor: pointer;
}

.umrah-tab:hover,
.umrah-tab:focus {
	color: #333;
	text-decoration: none;
}

.umrah-tab.active {
	background: #02b9aa;
	border-color: #02b9aa;
	color: #fff;
}

.umrah-tab.active:hover,
.umrah-tab.active:focus {
	color: #fff;
}

.umrah-detail-copy {
	font-size: 14px;
	line-height: 1.35;
	color: #111;
	font-weight: 600;
}

.umrah-tab-content {
	display: none;
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 600;
	color: #111;
}

.umrah-tab-content.active {
	display: block;
}

.umrah-itinerary-day {
	margin: 0 0 13px;
}

.umrah-itinerary-day strong {
	display: block;
	font-weight: 800;
	color: #111;
}

.umrah-itinerary-day p {
	margin: 0;
}

.umrah-simple-list {
	margin: 0;
	padding-left: 18px;
}

.umrah-recommend {
	margin-top: 54px;
	text-align: center;
}

.umrah-recommend h2 {
	margin: 0 0 14px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.1;
	color: #1e1e1e;
}

.umrah-recommend h2 span {
	color: #777;
}

.umrah-recommend p {
	margin: 0 auto 36px;
	max-width: 650px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.umrah-recommend-link {
	margin-top: 22px;
	text-align: center;
}

.umrah-recommend-grid .umrah-card-link {
	display: block;
}

.umrah-recommend-grid .umrah-card-art img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	clip-path: none;
	background: transparent;
}

.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-packages-hero {
		height: 310px;
	}

	.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,
	.umrah-detail-top,
	.umrah-detail-panels {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.umrah-detail-top {
		gap: 20px;
	}

	.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-packages-hero {
		height: 235px;
		background-position: center center;
	}

	.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,
	.umrah-detail-top,
	.umrah-detail-panels,
	.umrah-detail-tabs {
		grid-template-columns: 1fr;
	}

	.umrah-detail-wrap {
		padding-left: 12px;
		padding-right: 12px;
	}

	.umrah-gallery-main img {
		height: 280px;
	}

	.umrah-price-row {
		align-items: stretch;
		flex-direction: column;
	}

	.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;
	}

	.umrah-series {
		padding-left: 14px;
		padding-right: 14px;
	}

	.umrah-series-heading {
		font-size: 25px;
	}
}

.umrah-five-card-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 52px 21px;
	align-items: start;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1090px;
	text-align: left;
}

.umrah-five-card-grid > .umrah-card {
	grid-column: span 2;
	width: auto;
	max-width: none;
	min-width: 0;
	flex: none;
	justify-self: stretch;
}

.umrah-five-card-grid > .umrah-card:nth-child(4) {
	grid-column: 2 / span 2;
}

.umrah-five-card-grid > .umrah-card:nth-child(5) {
	grid-column: 4 / span 2;
}

.umrah-five-card-grid > .umrah-card img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	clip-path: none;
	background: transparent;
}
