/**
 * Umrah Booking Interface Stylesheet
 * 
 * Corporate Brand: Burgundy (#760e32), Accent Gold (#dca900), Neutral Slate (#1a201e), White (#ffffff)
 * @package Umrah_Acaart
 */

:root {
	--umrah-primary: #760e32;
	--umrah-accent: #dca900;
	--umrah-dark: #1a201e;
	--umrah-white: #ffffff;
	--umrah-cream: #FAF7F2;
	--umrah-border-color: #EDEDE8;
	--umrah-text-muted: #626B7A;
	--umrah-green: #00b67a;
	--umrah-gold-light: #FAF6ED;
}

/* General Wrapper Reset & Custom Font application */
.umrah-booking-wrapper {
	/* font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; */
	/* background-color: var(--umrah-cream); */
	color: var(--umrah-dark);
	padding: 40px 0;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 1.6;
}


.umrah-booking-wrapper * {
	box-sizing: border-box;
}

.umrah-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.umrah-top-breadcrumbs {
	margin-bottom: 15px;
}
/* ----------------------------------------------------
 * HERO SECTION & GALLERY
 * ---------------------------------------------------- */
.umrah-hero-row {
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
}

.umrah-gallery-col {
	flex: 1.4;
	min-width: 0;
}

.umrah-overview-col {
	flex: 1;
	min-width: 0;
}

/* Custom Gallery Slider Styles */
.umrah-slider-main {
	position: relative;
	width: 100%;
	height: 480px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
	background-color: #eaeaea;
}

.umrah-slider-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.4s ease-in-out;
}

.umrah-slider-prev,
.umrah-slider-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(4px);
	border: none;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #1A1A1A;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	z-index: 10;
}

.umrah-slider-prev:hover,
.umrah-slider-next:hover {
	background: var(--umrah-accent);
	color: #fff;
}

.umrah-slider-prev { left: 16px; }
.umrah-slider-next { right: 16px; }

.umrah-slider-thumbs {
	display: flex;
	gap: 12px;
	margin-top: 15px;
	overflow-x: auto;
	padding-bottom: 5px;
}

.umrah-thumb-item {
	width: 80px;
	height: 60px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s ease;
	opacity: 0.6;
	flex-shrink: 0;
}

.umrah-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.umrah-thumb-item.active,
.umrah-thumb-item:hover {
	border-color: var(--umrah-accent);
	opacity: 1;
}

/* ----------------------------------------------------
 * OVERVIEW CARD (Right Column)
 * ---------------------------------------------------- */
.umrah-overview-card {
background: #fff;
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	border: 1px solid var(--umrah-border-color);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 25px;
}
.scroll-to-booking {
	margin-top: auto;
}

.umrah-package-title {
	/* font-family: 'Playfair Display', Georgia, serif; */
	font-size: 32px;
	font-weight: 800;
	color: var(--umrah-primary);
	margin: 0 0 12px 0;
	line-height: 1.25;
}

.umrah-rating-row {
	display: flex;
	align-items: center;
	gap: 10px;
	martin-top: 15px;
	margin-bottom: -15px;
}

.umrah-rating-stars {
	display: flex;
	align-items: center;
}

.umrah-rating-text {
	font-size: 14px;
	color: var(--umrah-text-muted);
	font-weight: 800;
}

.umrah-deal-box {
	background: var(--umrah-gold-light);
	border-left: 4px solid var(--umrah-accent);
	border-radius: 4px 12px 12px 4px;
	padding: 16px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-bottom: 25px; */
}

.umrah-deal-info {
	display: flex;
	flex-direction: column;
}

.umrah-deal-badge {
	background: var(--umrah-primary);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 4px;
	width: max-content;
	margin-bottom: 4px;
	letter-spacing: 0.5px;
}

.umrah-highlights-list{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.umrah-highlights-list li {
	margin-bottom: 0;
	font-size: 13px;
}

.umrah-highlights-list li span {
	text-transform: capitalize;
}

.umrah-highlights-list .umrah-check-icon {
	color: var(--umrah-accent);
	font-size: 12px;
	margin-top: 1px;
}

.umrah-deal-desc {
	font-size: 13px;
	font-weight: 600;
	color: var(--umrah-primary);
}

.umrah-deal-price {
	text-align: right;
}

.umrah-price-label {
	font-size: 11px;
	color: var(--umrah-text-muted);
	display: block;
	font-weight: 500;
}

.umrah-price-amount .woocommerce-Price-amount {
	font-size: 24px;
	font-weight: 800;
	color: var(--umrah-primary);
}

/* REDESIGNED HIGHLIGHTS AS CARDS */
.umrah-highlights-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 0 0 25px 0;
}

.umrah-highlight-card {
	background: var(--umrah-gold-light);
	border: 1px solid #EAE6DA;
	border-left: 3.5px solid var(--umrah-accent);
	border-radius: 8px;
	padding: 10px 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease;
}

.umrah-highlight-card:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(220, 169, 0, 0.08);
}

.umrah-highlight-icon {
	color: var(--umrah-accent);
	font-size: 14px;
	font-weight: 700;
	flex-shrink: 0;
}

.umrah-highlight-text {
	font-size: 13px;
	font-weight: 600;
	color: var(--umrah-dark);
	line-height: 1.3;
}

.umrah-btn-primary {
	width: 100%;
	background: var(--umrah-primary) !important;
	color: #fff !important;
	border: none;
	padding: 16px 24px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(118, 14, 50, 0.2);
	transition: all 0.3s ease;
	text-align: center;
	text-decoration: none;
	display: block;
}

.umrah-btn-primary:hover {
	background: #5c0a27 !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(118, 14, 50, 0.35), 0 0 0 1px var(--umrah-accent);
}

/* ----------------------------------------------------
 * TABS NAVIGATION
 * ---------------------------------------------------- */
.umrah-tabs-nav-bar {
	background: #fff;
	border-top: 1px solid #EDEDE8;
	border-bottom: 1px solid #EDEDE8;
	position: sticky;
	top: 0;
	z-index: 100;
	margin-bottom: 40px;
}

.umrah-tabs-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 40px;
}

.umrah-tab-trigger {
	padding: 20px 0;
	font-size: 15px;
	font-weight: 700;
	color: #626B7A;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
}

.umrah-tab-trigger:hover {
	color: var(--umrah-primary);
}

.umrah-tab-trigger.active {
	color: var(--umrah-primary);
}

.umrah-tab-trigger.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--umrah-accent);
	border-radius: 3px;
}

/* Stacked Tab Content Panels */
.umrah-tab-content {
	display: block !important;
	margin-bottom: 40px;
}

/* ----------------------------------------------------
 * MAIN CONTENT GRID
 * ---------------------------------------------------- */
.umrah-main-booking-grid {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.umrah-booking-content-col {
	flex: 1.8;
	min-width: 0;
}

.umrah-sidebar-col {
	flex: 1;
	position: sticky;
	top: 100px; /* Enhanced sticky offset */
}

/* ----------------------------------------------------
 * STEPS LAYOUT
 * ---------------------------------------------------- */
.umrah-step-section {
	margin-bottom: 50px;
}

.umrah-step-title {
	font-size: 24px;
	font-weight: 800;
	color: var(--umrah-primary);
	margin-bottom: 25px;
	border-bottom: 2px solid var(--umrah-border-color);
	padding-bottom: 12px;
	position: relative;
}

/* Step 2: Passenger quantity controls */
.passenger-inputs-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.passenger-type-card {
	background: #fff;
	border-radius: 16px;
	border: 1px solid var(--umrah-border-color);
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.passenger-meta {
	display: flex;
	flex-direction: column;
}

.passenger-name {
	font-size: 16px;
	font-weight: 800;
	color: var(--umrah-dark);
	margin: 0 0 4px 0;
}

.passenger-age {
	font-size: 12px;
	color: var(--umrah-text-muted);
	font-weight: 500;
}

/* Beautiful Interactive Custom Input Counters */
.passenger-counter, .room-counter, .extra-counter {
	display: flex;
	align-items: center;
	background: #FCFAF6;
	border: 1px solid #E3E3DC;
	border-radius: 100px;
	padding: 4px;
}

.counter-btn {
	width: 42px !important;
	height: 36px !important;
	min-width: 42px !important;
	max-width: 36px !important;
	border-radius: 50% !important;
	border: none !important;
	background: #ffffff !important;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05) !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 18px !important;
	color: var(--umrah-dark) !important;
	font-weight: bold !important;
	transition: all 0.2s ease !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1 !important;
}

.counter-btn:hover {
	background: var(--umrah-accent) !important;
	color: #ffffff !important;
}

.passenger-qty-field, .room-qty-field, .extra-qty-field {
	width: 44px !important;
	height: auto !important;
	border: none !important;
	background: transparent !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	color: var(--umrah-dark) !important;
	outline: none !important;
	-moz-appearance: textfield !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
}

.passenger-qty-field::-webkit-outer-spin-button,
.passenger-qty-field::-webkit-inner-spin-button,
.room-qty-field::-webkit-outer-spin-button,
.room-qty-field::-webkit-inner-spin-button,
.extra-qty-field::-webkit-outer-spin-button,
.extra-qty-field::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Step 3 & 4: Room Selection Cards & Upgrades */
.rooms-list-container, .extras-list-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.room-selection-card, .extra-selection-card {
	background: #fff;
	border-radius: 16px;
	border: 1px solid var(--umrah-border-color);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.room-card-main-content, .extra-card-main-content {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex: 1;
}

.room-card-badge {
	width: 100%;
	text-align: center;
	padding: 10px 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

.room-selection-card:hover, .extra-selection-card:hover {
	border-color: var(--umrah-accent);
	transform: translateY(-2px);
}

.room-card-image, .extra-card-image {
	flex: 0 0 160px;
	background-size: cover;
	background-position: center;
}

.room-card-info, .extra-card-info {
	flex: 1;
	padding: 20px 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.room-rating {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
}

.stars-wrap {
	/* direction: ltr !important; */
}

.stars-gold {
	color: var(--umrah-accent);
	font-size: 12px;
	line-height: 1;
}

.stars-grey {
	color: #E2E8F0;
	font-size: 12px;
	line-height: 1;
}

.rating-label {
	font-size: 11px;
	color: var(--umrah-text-muted);
	font-weight: 700;
}

.room-title, .extra-title {
	font-size: 18px;
	font-weight: 800;
	color: var(--umrah-dark);
	margin: 0 0 10px 0;
}

.room-details-bullets, .extra-details-bullets {
	list-style: none;
	padding: 0;
	margin: 0;
}

.room-details-bullets li, .extra-details-bullets li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	color: var(--umrah-text-muted);
	margin-bottom: 6px;
	font-weight: 500;
}

.bullet-tick {
	color: var(--umrah-accent);
	font-size: 11px;
	margin-top: 1px;
}

.extra-desc-text {
	font-size: 13px;
	color: var(--umrah-text-muted);
	margin: 0;
	font-weight: 500;
}

.room-card-action, .extra-card-action {
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	border-left: 1px solid var(--umrah-border-color);
	min-width: 170px;
}

.room-price-pp, .extra-price-pp {
	text-align: right;
	margin-bottom: 15px;
}

.price-value {
	font-size: 18px;
	font-weight: 800;
	color: var(--umrah-dark);
	display: block;
}

.price-suffix {
	font-size: 11px;
	color: #929AA6;
	display: block;
	font-weight: 500;
}

.room-shared-notice {
	margin-top: 12px;
	padding: 8px 14px;
	background: #F0FDF4;
	border: 1px solid #BBF7D0;
	border-radius: 8px;
	color: #166534;
	font-size: 12.5px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.room-shared-notice i {
	color: #15803D;
	font-size: 14px;
	flex-shrink: 0;
}

body.rtl .room-shared-notice {
	text-align: right;
}

/* Custom Interactive Select / Toggle Options */
.extra-checkbox-wrapper {
	width: 100%;
}

.custom-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	user-select: none;
}

.custom-toggle input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.toggle-slider {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border: 2px solid #E3E3DC;
	border-radius: 6px;
	transition: .2s;
}

.custom-toggle input:checked ~ .toggle-slider {
	background-color: var(--umrah-accent);
	border-color: var(--umrah-accent);
}

.toggle-slider:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-toggle input:checked ~ .toggle-slider:after {
	display: block;
}

.custom-toggle .toggle-slider:after {
	left: 6px;
	top: 2px;
	width: 6px;
	height: 11px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.toggle-text {
	font-size: 13px;
	font-weight: 700;
	color: var(--umrah-text-muted);
}

.custom-toggle input:checked ~ .toggle-text {
	color: var(--umrah-accent);
}

/* ----------------------------------------------------
 * SIDEBAR & STICKY SELECTION PANEL
 * ---------------------------------------------------- */
.umrah-sticky-summary {
	background: #fff;
	border-radius: 16px;
	padding: 25px 30px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.03);
	border: 1px solid var(--umrah-border-color);
	/* border-left: 5px solid var(--umrah-primary); Premium primary border! */
	width: 100%;
}

.summary-title {
	font-size: 20px;
	font-weight: 800;
	color: var(--umrah-primary);
	margin: 0 0 15px 0;
}

.summary-divider {
	border-bottom: 2px dashed #E3E3DC;
	margin-bottom: 15px;
}

.summary-period-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--umrah-accent);
	margin-bottom: 20px;
}

.summary-section {
	border-bottom: 1px solid var(--umrah-border-color);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.summary-sec-title {
	font-size: 13px;
	font-weight: 800;
	color: var(--umrah-dark);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 10px 0;
}

.summary-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	margin-bottom: 6px;
}

.summary-row:last-child {
	margin-bottom: 0;
}

.summary-row .lbl {
	color: var(--umrah-text-muted);
	font-weight: 500;
}

.summary-row .val {
	color: var(--umrah-dark);
	font-weight: 700;
}

/* Financial Breakdown */
.summary-pricing-box {
	background: #FAF9F6;
	border-radius: 12px;
	padding: 16px 20px;
	margin-bottom: 20px;
}

.pricing-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
}

.pricing-row .lbl {
	color: var(--umrah-text-muted);
	font-weight: 600;
	text-align: left;
}

.pricing-row .val {
	color: var(--umrah-dark);
	font-weight: 700;
	text-align: right;
	margin-left: auto;
}

.pricing-row.discount-row {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #E3E3DC;
	color: #D32F2F;
}
.pricing-row.discount-row .val {
	color: #D32F2F;
}

.pricing-row.total-row {
	margin-bottom: 0;
	font-size: 15px;
}

.pricing-row.total-row .lbl {
	color: var(--umrah-dark);
	font-weight: 700;
}

.pricing-row.total-row .val {
	color: var(--umrah-dark);
	font-weight: 800;
	font-size: 17px;
}

.pricing-row.deposit-row {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #D2B252;
	font-size: 16px;
	margin-bottom: 4px;
}

.pricing-row.deposit-row .lbl {
	color: var(--umrah-primary, #760e32);
	font-weight: 800;
}

.pricing-row.deposit-row .val {
	color: var(--umrah-primary, #760e32);
	font-weight: 800;
	font-size: 20px;
}

.pricing-row.remaining-row {
	margin-top: 4px;
	margin-bottom: 0;
	font-size: 13px;
}

.pricing-row.remaining-row .lbl {
	color: #626B7A;
	font-weight: 600;
}

.pricing-row.remaining-row .val {
	color: #626B7A;
	font-weight: 700;
}

/* RTL Layout Fixes for Pricing & Summary Rows */
body.rtl .summary-row,
body.rtl .pricing-row {
	flex-direction: row;
	justify-content: space-between;
}

body.rtl .summary-row .lbl,
body.rtl .pricing-row .lbl {
	text-align: right;
	margin-right: 0;
	margin-left: auto;
}

body.rtl .summary-row .val,
body.rtl .pricing-row .val {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
}

body.rtl .pricing-deposit-note {
	text-align: left;
	direction: rtl;
}

/* Custom Payment choice Radio styling */
.payment-selection-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}

.custom-radio-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
	border: 1px solid var(--umrah-border-color);
	border-radius: 12px;
	padding: 14px 18px;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease;
	user-select: none;
}

.custom-radio-container:hover {
	border-color: var(--umrah-accent);
}

.custom-radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.radio-label-group {
	display: flex;
	flex-direction: column;
}

.radio-title {
	font-size: 13px;
	font-weight: 800;
	color: var(--umrah-dark);
}

.radio-subtitle {
	font-size: 11px;
	color: #929AA6;
	font-weight: 500;
	margin-top: 2px;
}

.radio-checkmark {
	position: relative;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border: 2px solid #E3E3DC;
	border-radius: 50%;
}

.custom-radio-container input:checked ~ .radio-checkmark {
	border-color: var(--umrah-accent);
}

.radio-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-radio-container input:checked ~ .radio-checkmark:after {
	display: block;
}

.custom-radio-container .radio-checkmark:after {
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--umrah-accent);
}

.custom-radio-container input:checked {
	border-color: var(--umrah-accent);
}
.custom-radio-container:has(input:checked) {
	border-color: var(--umrah-accent);
	background-color: #FCFAF6;
}

/* Alert Notification when errors occur */
.umrah-validation-alert {
	background: #FDF2F2;
	color: #D32F2F;
	font-size: 12px;
	padding: 12px 16px;
	border-radius: 8px;
	border: 1px solid #FDE8E8;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1.4;
}

/* Book Now CTA button */
.umrah-btn-book {
	background: var(--umrah-primary);
	box-shadow: 0 8px 24px rgba(118, 14, 50, 0.2);
}

.umrah-btn-book:hover {
	background: #5c0a27;
	transform: translateY(-2px);
}

.summary-badges-under {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 15px;
}

.badge-item {
	font-size: 11px;
	color: var(--umrah-text-muted);
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 6px;
}

.badge-tick {
	color: #0E8F5C;
	font-weight: bold;
}

/* ----------------------------------------------------
 * TABS CONTENT DETAIL CARDS
 * ---------------------------------------------------- */
.tab-info-card {
	background: #fff;
	border-radius: 16px;
	border: 1px solid var(--umrah-border-color);
	padding: 30px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.tab-info-card h2 {
	/* font-family: 'Playfair Display', Georgia, serif; */
	font-size: 24px;
	margin-top: 0;
	color: var(--umrah-primary);
}

.tab-info-card h3 {
	/* font-family: 'Playfair Display', Georgia, serif; */
	font-size: 18px;
	margin-top: 25px;
	color: var(--umrah-primary);
}

.tab-info-card ul {
	padding-left: 20px;
	margin-bottom: 0;
}

.tab-info-card li {
	margin-bottom: 8px;
	font-size: 14px;
	color: var(--umrah-dark);
}

/* Photo Gallery grid inside tab */
.tab-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 20px;
}

.gallery-grid-item {
	height: 180px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.gallery-grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.gallery-grid-item:hover img {
	transform: scale(1.08);
}

/* FAQ Accordion - Rebranded & Enhanced */
.faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.faq-item {
	background: #fff;
	border-radius: 12px;
	border: 1px solid var(--umrah-border-color);
	overflow: hidden;
	transition: all 0.3s ease;
}

.faq-item.active {
	/* border-left: 4px solid var(--umrah-primary); */
	box-shadow: 0 4px 15px rgba(118, 14, 50, 0.04);
}

.faq-question {
	padding: 20px 25px;
	font-size: 15px;
	font-weight: 700;
	color: var(--umrah-primary);
	cursor: pointer;
	background: #FCFAF6;
	transition: background 0.2s ease;
	user-select: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-question:hover {
	background: #F5F3EC;
}

.faq-question::after {
	content: '\25BC';
	font-size: 10px;
	color: var(--umrah-accent);
	transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
	transform: rotate(180deg);
}

.faq-answer {
	padding: 20px 25px;
	font-size: 14px;
	color: var(--umrah-text-muted);
	border-top: 1px solid var(--umrah-border-color);
	line-height: 1.6;
	background: #fff;
	display: none;
}

.faq-answer p:last-child {
	margin-bottom: 0;
}

.faq-item.active .faq-answer {
	display: block;
}

/* ----------------------------------------------------
 * RESPONSIVE LAYOUT MEDIA QUERIES
 * ---------------------------------------------------- */
@media (max-width: 992px) {
	.umrah-hero-row {
		flex-direction: column;
	}

	.umrah-slider-main {
		height: 380px;
	}

	.umrah-main-booking-grid {
		flex-direction: column;
	}

	.umrah-sidebar-col {
		position: static;
		width: 100%;
	}

	.umrah-sticky-summary {
		position: static;
		box-shadow: 0 4px 20px rgba(0,0,0,0.06);
	}
}

@media (max-width: 768px) {
	.umrah-slider-main {
		height: 280px;
	}

	.umrah-tabs-list {
		gap: 20px;
		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: 10px;
	}

	.umrah-tab-trigger {
		padding: 15px 5px;
	}

	.timeline-visual-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.airport-stop.text-right {
		text-align: left;
	}

	.timeline-line-wrapper {
		width: 100%;
		align-items: flex-start;
		padding-left: 20px;
	}

	.timeline-horizontal-bar {
		width: 2px;
		height: 60px;
		margin: 5px 0 5px 6px;
	}

	.airplane-dot {
		top: 50%;
		left: 0;
		transform: translate(-50%, -50%);
	}

	.room-selection-card, .extra-selection-card {
		flex-direction: column;
	}

	.room-card-main-content, .extra-card-main-content {
		flex-direction: column;
	}

	.room-card-image, .extra-card-image {
		height: 180px;
		flex: none;
	}

	.room-card-action, .extra-card-action {
		border-left: none;
		border-top: 1px solid #EDEDE8;
		align-items: flex-start;
		flex-direction: row;
		justify-content: space-between;
		padding: 20px 25px;
	}

	.room-price-pp, .extra-price-pp {
		margin-bottom: 0;
		text-align: left;
	}

	/* Responsive styles for mobile boarding passes */
	.umrah-boarding-pass {
		flex-direction: column;
		border-radius: 18px;
	}
	.pass-barcode-section {
		display: none;
	}
	.pass-dashed-divider {
		width: 100%;
		height: 1px;
		border-left: none;
		border-top: 2px dashed rgba(255, 255, 255, 0.3);
		padding: 0;
	}
	.pass-dashed-divider::before, .pass-dashed-divider::after {
		width: 14px;
		height: 14px;
	}
	.pass-dashed-divider::before {
		top: -7px;
		left: -7px;
	}
	.pass-dashed-divider::after {
		top: -7px;
		right: -7px;
		left: auto;
	}
	.pass-stub-content {
		flex: none;
		width: 100%;
		padding: 20px 30px;
	}
	.pass-details-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.pass-detail-item.passenger, .pass-detail-item.flight {
		grid-column: span 2;
	}
}

/* ====================================================
   PREMIUM FLIGHT TIMELINE DESIGN SYSTEM
   ==================================================== */
.umrah-timeline-main-card {
	background: #ffffff;
	border-radius: 16px;
	border: 1px solid var(--umrah-border-color);
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.02);
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	/* border-left: 5px solid var(--umrah-accent); */
}

.umrah-timeline-period-summary {
	display: flex;
	flex-direction: column;
	padding: 25px;
	background: #ffffff;
	gap: 20px;
}

.umrah-timeline-summary-top-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 15px;
}

.umrah-selected-period-badge {
	color: var(--umrah-dark);
	border-radius: 8px;
	font-size: 15px;
	font-weight: 800;
	text-transform: none;
	letter-spacing: normal;
	display: inline-block;
}

.umrah-timeline-dotted-connector {
	flex: 1;
	height: 1px;
	border-bottom: 2px dotted #E3E3DC;
	margin: 0 15px;
}

.umrah-timeline-dates {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: flex-end;
}

.umrah-timeline-date-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 700;
	color: var(--umrah-dark);
}

.umrah-plane-svg {
	display: inline-block !important;
	vertical-align: middle !important;
	flex-shrink: 0 !important;
	overflow: visible !important;
}

.date-plane-icon {
	color: #D2B252;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	vertical-align: middle;
	flex-shrink: 0;
}

.date-plane-icon .umrah-plane-svg {
	width: 22px !important;
	height: 14px !important;
	min-width: 22px !important;
	min-height: 14px !important;
	display: block !important;
}

.date-plane-icon.takeoff .umrah-plane-svg {
	transform: rotate(8deg);
}

.date-plane-icon.landing .umrah-plane-svg {
	transform: scaleX(-1) rotate(8deg);
}

body.rtl .date-plane-icon.takeoff .umrah-plane-svg {
	transform: scaleX(-1) rotate(8deg);
}

body.rtl .date-plane-icon.landing .umrah-plane-svg {
	transform: rotate(8deg);
}

.umrah-timeline-summary-bottom-row {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 4px;
	margin-top: 5px;
}

.umrah-timeline-main-text {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
	color: var(--umrah-dark);
	line-height: 1.4;
	/* font-family: 'Outfit', 'Inter', sans-serif; */
}

.umrah-timeline-duration-sub {
	margin: 0;
	font-size: 13px;
	color: #626B7A;
	font-weight: 500;
	/* font-family: 'Outfit', 'Inter', sans-serif; */
}

.umrah-flight-details-card {
	/* background: #ffffff; */
	border-radius: 0;
	/* border: 1px solid #EDEDE8; */
	/* border-left: 5px solid #C5A059; */
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

.umrah-flight-details-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	/* padding: 25px; */
	/* background: #ffffff; */
}

.umrah-flight-col {
	border-radius: 14px;
	padding: 20px 22px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.umrah-flight-col:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.flight-col-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding-bottom: 8px;
}

.direction-badge {
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.direction-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: inherit;
	flex-shrink: 0;
}

.direction-icon .umrah-plane-svg {
	width: 20px !important;
	height: 13px !important;
	min-width: 20px !important;
	min-height: 13px !important;
	display: block !important;
}

.direction-icon.outbound-icon .umrah-plane-svg {
	transform: rotate(10deg);
}

.direction-icon.landing-icon .umrah-plane-svg {
	transform: scaleX(-1) rotate(10deg);
}

body.rtl .direction-icon.outbound-icon .umrah-plane-svg {
	transform: scaleX(-1) rotate(10deg);
}

body.rtl .direction-icon.landing-icon .umrah-plane-svg {
	transform: rotate(10deg);
}

.flight-date-tag {
	font-size: 11px;
	font-weight: 700;
	opacity: 0.9;
}

.flight-timeline-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.station-block {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 70px;
}

.station-block.arrival-station {
	align-items: flex-end;
	text-align: right;
}

.station-time {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.5px;
}

.station-label {
	font-size: 10px;
	opacity: 0.85;
}

.connection-block {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	position: relative;
	padding: 0 8px;
}

.airline-logo-wrap {
	min-height: 36px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.flight-airline-logo {
	max-height: 34px;
	max-width: 75px;
	width: auto;
	object-fit: contain;
	filter: brightness(0) invert(1);
	display: block;
}

.flight-airline-name {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.timeline-graphic-line {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 8px 0;
}

.timeline-plane-icon {
	position: absolute;
	color: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	padding: 0 4px;
	top: 50%;
	transform: translateY(-50%);
	flex-shrink: 0;
}

.timeline-plane-icon .umrah-plane-svg {
	width: 24px !important;
	height: 15px !important;
	min-width: 24px !important;
	min-height: 15px !important;
	display: block !important;
}

.outbound-col .timeline-plane-icon .umrah-plane-svg {
	transform: rotate(15deg);
}

.return-col .timeline-plane-icon .umrah-plane-svg {
	transform: scaleX(-1) rotate(15deg);
}

body.rtl .outbound-col .timeline-plane-icon .umrah-plane-svg {
	transform: scaleX(-1) rotate(15deg);
}

body.rtl .return-col .timeline-plane-icon .umrah-plane-svg {
	transform: rotate(15deg);
}

.timeline-meta-text {
	font-size: 9px;
	font-weight: 600;
	opacity: 0.85;
	text-align: center;
	margin-top: 4px;
}

/* Extras checkbox selection styling fix */
.extra-checkbox-wrapper {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-top: 5px;
}

.extra-card-action .custom-toggle {
	justify-content: flex-end;
	width: 100%;
}

/* Responsive styles */
@media (max-width: 768px) {
	.umrah-timeline-period-summary {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	
	.umrah-timeline-dotted-connector {
		display: none;
	}
	
	.umrah-timeline-dates {
		align-items: flex-start;
		border-top: 1px dashed #EDEDE8;
		width: 100%;
		padding-top: 15px;
	}
	
	.umrah-flight-details-container {
		grid-template-columns: 1fr;
		padding: 15px;
		gap: 15px;
	}
	
	.umrah-flight-col {
		padding: 18px 15px;
	}
	
	.station-time {
		font-size: 18px;
	}
}


/* ====================================================
   ADDITIONAL PREMIUM BRAND OVERLAY COMPONENTS (v1.5.0)
   ==================================================== */

/* 1. TRUST STRIP SYSTEM */
.umrah-trust-strip {
	background: #ffffff;
	border: 1px solid var(--umrah-border-color);
	border-radius: 16px;
	padding: 24px 30px;
	margin-top: 20px;
	margin-bottom: 45px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.trust-pillar-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	border-right: 1px solid var(--umrah-border-color);
	padding-right: 15px;
}

.trust-pillar-item:last-child {
	border-right: none;
	padding-right: 0;
}

.trust-pillar-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--umrah-gold-light);
	border: 1px solid #EAE6DA;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--umrah-primary);
	font-size: 18px;
	font-weight: bold;
}

.trust-pillar-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.trust-pillar-title {
	font-size: 14px;
	font-weight: 800;
	color: var(--umrah-dark);
	margin: 0;
}

.trust-pillar-desc {
	font-size: 11px;
	color: var(--umrah-text-muted);
	margin: 0;
	line-height: 1.3;
}

@media (max-width: 992px) {
	.umrah-trust-strip {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
	.trust-pillar-item:nth-child(2) {
		border-right: none;
	}
}

@media (max-width: 576px) {
	.umrah-trust-strip {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 20px;
	}
	.trust-pillar-item {
		border-right: none;
		padding-right: 0;
		border-bottom: 1px solid var(--umrah-border-color);
		padding-bottom: 15px;
	}
	.trust-pillar-item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
}


/* 2. INTERACTIVE BOOKING STEPPER PROGRESS INDICATOR */
.umrah-booking-progress-stepper {
	background: #ffffff;
	border: 1px solid var(--umrah-border-color);
	border-radius: 16px;
	padding: 24px 30px;
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.stepper-progress-line {
	position: absolute;
	top: 50%;
	left: 50px;
	right: 50px;
	height: 3px;
	background: var(--umrah-border-color);
	transform: translateY(-50%);
	z-index: 1;
}

.stepper-progress-line-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: var(--umrah-primary);
	transition: width 0.4s ease-in-out;
}

.stepper-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	background: #ffffff;
	padding: 0 10px;
	min-width: 80px;
	transition: all 0.3s ease;
}

.stepper-circle {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #ffffff;
	border: 2.5px solid var(--umrah-border-color);
	color: var(--umrah-text-muted);
	font-weight: 800;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.stepper-label {
	font-size: 12px;
	font-weight: 700;
	color: var(--umrah-text-muted);
	transition: all 0.3s ease;
	white-space: nowrap;
}

/* Active Step */
.stepper-step.active .stepper-circle {
	border-color: var(--umrah-primary);
	color: var(--umrah-primary);
	background: var(--umrah-white);
	box-shadow: 0 0 0 4px rgba(118, 14, 50, 0.1);
	transform: scale(1.08);
}

.stepper-step.active .stepper-label {
	color: var(--umrah-primary);
	font-weight: 800;
}

/* Completed Step */
.stepper-step.completed .stepper-circle {
	background: var(--umrah-primary);
	border-color: var(--umrah-primary);
	color: #ffffff;
}

.stepper-step.completed .stepper-circle::after {
	content: '\2714';
	font-size: 12px;
	font-weight: bold;
}

.stepper-step.completed .stepper-circle span {
	display: none;
}

.stepper-step.completed .stepper-label {
	color: var(--umrah-dark);
}

@media (max-width: 768px) {
	.umrah-booking-progress-stepper {
		padding: 16px;
		gap: 5px;
	}
	.stepper-step {
		min-width: 60px;
		padding: 0 4px;
	}
	.stepper-circle {
		width: 32px;
		height: 32px;
		font-size: 12px;
	}
	.stepper-label {
		font-size: 10px;
	}
	.stepper-progress-line {
		left: 30px;
		right: 30px;
	}
}


/* 3. PREMIUM INCLUDED / EXCLUDED SIDE-BY-SIDE GRIDS */
.umrah-inc-exc-section {
	margin-top: 50px;
	margin-bottom: 50px;
}

.umrah-inc-exc-title {
	/* font-family: 'Playfair Display', Georgia, serif; */
	font-size: 28px;
	font-weight: 800;
	color: var(--umrah-primary);
	text-align: center;
	margin-bottom: 30px;
}

.included-excluded-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.inc-exc-card {
	background: #ffffff;
	border: 1px solid var(--umrah-border-color);
	border-radius: 16px;
	padding: 35px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
	position: relative;
	overflow: hidden;
}

.inc-exc-card.included-card {
	/* border-top: 5px solid var(--umrah-green); */
}

.inc-exc-card.excluded-card {
	/* border-top: 5px solid #d32f2f; */
}

.inc-exc-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 25px;
}

.inc-exc-badge-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.included-card .inc-exc-badge-icon {
	background: var(--umrah-green);
}

.excluded-card .inc-exc-badge-icon {
	background: #d32f2f;
}

.inc-exc-header h3 {
	/* font-family: 'Playfair Display', Georgia, serif; */
	font-size: 20px;
	font-weight: 800;
	margin: 0;
	color: var(--umrah-dark);
}

.inc-exc-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.inc-exc-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 14px;
	font-weight: 500;
	color: var(--umrah-dark);
	line-height: 1.2;
	margin-bottom: 0;
}

.inc-exc-list li .item-tick {
	color: var(--umrah-green);
	font-weight: bold;
	font-size: 14px;
}

.inc-exc-list li .item-cross {
	color: #d32f2f;
	font-weight: bold;
	font-size: 14px;
}

@media (max-width: 768px) {
	.included-excluded-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.inc-exc-card {
		padding: 25px;
	}
}


/* 4. GUEST SPIRITUAL TESTIMONIALS SYSTEM */
.umrah-testimonials-section {
	margin-top: 50px;
	margin-bottom: 50px;
	background: var(--umrah-gold-light);
	border-radius: 20px;
	padding: 50px 40px;
	border: 1px solid #EAE6DA;
}

.umrah-testimonials-section h2 {
	/* font-family: 'Playfair Display', Georgia, serif; */
	font-size: 28px;
	font-weight: 800;
	color: var(--umrah-primary);
	text-align: center;
	margin-top: 0;
	margin-bottom: 12px;
}

.umrah-testimonials-sub {
	font-size: 14px;
	color: var(--umrah-text-muted);
	text-align: center;
	margin-top: 0;
	margin-bottom: 35px;
	font-weight: 500;
}

.guest-testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.testimonial-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 30px;
	border: 1px solid var(--umrah-border-color);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.3s ease;
}

.testimonial-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(118, 14, 50, 0.04);
}

.testimonial-stars {
	display: flex;
	gap: 3px;
	color: var(--umrah-accent);
	font-size: 14px;
	margin-bottom: 15px;
}

.testimonial-quote {
	font-size: 14px;
	font-style: italic;
	color: var(--umrah-dark);
	line-height: 1.6;
	margin: 0 0 20px 0;
}

.testimonial-author-row {
	display: flex;
	align-items: center;
	gap: 12px;
	border-top: 1px solid var(--umrah-border-color);
	padding-top: 15px;
}

.author-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--umrah-primary);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 13px;
}

.author-meta {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.author-name {
	font-size: 13px;
	font-weight: 800;
	color: var(--umrah-dark);
}

.author-date {
	font-size: 11px;
	color: var(--umrah-text-muted);
}

@media (max-width: 992px) {
	.guest-testimonials-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.umrah-testimonials-section {
		padding: 40px 20px;
	}
}

/* ==========================================================================
   Travel Booking Product Card (Loop / Archive Pages)
   ========================================================================== */

/* Outer grid adjustment - remove standard WooCommerce styles that clash */
.products .umrah-package-card-item {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	list-style: none !important;
	list-style-type: none !important;
}

.products .umrah-package-card-item::before,
.products .umrah-package-card-item::after {
	display: none !important;
	content: "" !important;
}

/* Base Card Styling */
.umrah-package-card {
	display: flex;
	flex-direction: column;
	background: var(--umrah-white);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	border: 1px solid var(--umrah-border-color);
	height: 100%;
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
	position: relative;
	text-align: right; /* RTL by default */
	box-sizing: border-box;
}

.umrah-package-card * {
	box-sizing: border-box;
}

.umrah-package-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 30px rgba(118, 14, 50, 0.08);
}

/* Image Wrap Section */
.umrah-card-image-wrap {
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.umrah-card-image-link {
	display: block;
	width: 100%;
	height: 100%;
}

.umrah-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: block;
	margin: 0 !important;
}

.umrah-package-card:hover .umrah-card-image {
	transform: scale(1.05);
}

/* Badges Overlay */
.umrah-card-badges-container {
	position: absolute;
	top: 14px;
	left: 14px;
	right: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
	gap: 10px;
	z-index: 5;
}

.umrah-card-badge-left-group,
.umrah-card-badge-right-group {
	display: flex;
	gap: 6px;
	align-items: center;
}

/* General Badge style */
.umrah-card-badge {
	padding: 6px 12px;
	border-radius: 30px;
	font-size: 11px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #ffffff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(4px);
}

.umrah-card-badge i {
	font-size: 11px;
}

/* Specific overlay colors */
.limited-badge {
	background-color: var(--umrah-accent); /* Accent gold badge */
}

.expired-badge {
	background-color: #d32f2f; /* Alert red */
}

.out-stock-badge {
	background-color: #555c66; /* Gray neutral */
}

.duration-badge {
	background-color: rgba(26, 32, 30, 0.85); /* Premium dark slate */
}

/* Info Wrapper */
.umrah-card-info-wrap {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 15px;
}

/* Card Header (Title & Airline Logo) */
.umrah-card-header-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.umrah-card-title {
	/* font-family: 'Outfit', sans-serif; */
	font-size: 18px;
	font-weight: 700;
	margin: 0 !important;
	line-height: 1.4 !important;
	color: var(--umrah-dark);
	flex-grow: 1;
	text-align: right;
}

.umrah-card-title a {
	color: var(--umrah-dark);
	text-decoration: none !important;
	transition: color 0.2s ease;
	box-shadow: none !important;
}

.umrah-card-title a:hover {
	color: var(--umrah-primary);
}

/* Airline Wrap */
.umrah-card-airline-wrap {
	flex-shrink: 0;
	width: 48px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--umrah-border-color);
	border-radius: 8px;
	background: #ffffff;
	padding: 4px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.umrah-card-airline-logo {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
	margin: 0 !important;
}

/* Flight Dates Row */
.umrah-card-dates-row {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: var(--umrah-text-muted);
	flex-wrap: wrap;
	direction: rtl; /* Force RTL direction inside row */
}

.umrah-card-date {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.umrah-card-date i {
	font-size: 11px;
	color: var(--umrah-primary);
	transform: scaleX(-1); /* mirror flight icon for RTL */
}

.umrah-card-date.return i {
	transform: none;
}

.umrah-card-date-separator {
	color: #d1d5db;
	font-weight: 400;
}

/* Divider Line */
.umrah-card-divider {
	height: 1px;
	background-color: var(--umrah-border-color);
	width: 100%;
	margin: 5px 0;
}

/* Pricing and CTA Area */
.umrah-card-price-action {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	gap: 15px;
}

.umrah-card-price-section {
	display: flex;
	flex-direction: column;
	text-align: right;
}

.umrah-card-price-label {
	font-size: 11px;
	color: var(--umrah-text-muted);
	margin-bottom: 2px;
	font-weight: 500;
}

.umrah-card-price-value-wrap {
	display: flex;
	align-items: baseline;
	gap: 4px;
	flex-wrap: wrap;
}

.umrah-card-price-value {
	font-size: 24px;
	font-weight: 800;
	color: var(--umrah-primary);
	line-height: 1;
}

.umrah-card-price-value .woocommerce-Price-amount {
	color: var(--umrah-primary) !important;
	font-weight: 800 !important;
}

.umrah-card-price-suffix {
	font-size: 11px;
	color: var(--umrah-text-muted);
	font-weight: 500;
}

.umrah-card-action-section {
	flex-shrink: 0;
}

.umrah-card-btn {
	display: inline-block;
	background-color: var(--umrah-primary);
	color: #ffffff !important;
	padding: 10px 20px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 4px 12px rgba(118, 14, 50, 0.15);
	border: none !important;
}

.umrah-card-btn:hover {
	background-color: #550a24;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(118, 14, 50, 0.25);
}

/* ==========================================================================
   LTR Support (Default Non-RTL English/Spanish/French layouts)
   ========================================================================== */
body:not(.rtl) .umrah-package-card {
	text-align: left;
}

body:not(.rtl) .umrah-card-title {
	text-align: left;
}

body:not(.rtl) .umrah-card-price-section {
	text-align: left;
}

body:not(.rtl) .umrah-card-dates-row {
	direction: ltr;
}

body:not(.rtl) .umrah-card-date.outbound i {
	transform: none; /* keep normal rotation for LTR */
}

body:not(.rtl) .umrah-card-date.return i {
	transform: scaleX(1);
}

/* LTR Badge margins */
body:not(.rtl) .duration-badge {
	margin-left: auto;
}

/* RTL Badge margins */
body.rtl .duration-badge {
	margin-right: auto;
}

/* ==========================================================================
   Responsive Adaptations
   ========================================================================== */
@media (max-width: 768px) {
	.umrah-card-image-wrap {
		height: 200px;
	}
	.umrah-card-info-wrap {
		padding: 15px;
		gap: 12px;
	}
	.umrah-card-title {
		font-size: 16px;
	}
	.umrah-card-dates-row {
		font-size: 12px;
	}
	.umrah-card-price-value {
		font-size: 20px;
	}
	.umrah-card-btn {
		padding: 8px 16px;
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.umrah-card-image-wrap {
		height: 170px;
	}
	.umrah-card-price-action {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}
	.umrah-card-price-section {
		text-align: center !important;
	}
	.umrah-card-price-value-wrap {
		justify-content: center;
	}
	.umrah-card-action-section {
		width: 100%;
	}
	.umrah-card-btn {
		width: 100%;
		display: block;
	}
}

/* ==========================================================================
   Custom Umrah Request Builder Page Styles (v1.6.0)
   ========================================================================== */

:root {
	--umb-primary: #760e32;
	--umb-primary-hover: #5d0b27;
	--umb-gold: #dca900;
	--umb-gold-light: rgba(220, 169, 0, 0.08);
	--umb-bg: #fdfdfd;
	--umb-card-bg: #ffffff;
	--umb-text: #2d3748;
	--umb-text-muted: #718096;
	--umb-border: #e2e8f0;
	--umb-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	--umb-radius: 12px;
}

.umrah-builder-wrapper {
	/* font-family: 'Outfit', 'Montserrat', sans-serif; */
	color: var(--umb-text);
	width: 100%;
	margin: 0 auto;
	padding: 20px 15px 80px 15px;
	box-sizing: border-box;
}

.umrah-builder-wrapper * {
	box-sizing: border-box;
}

/* Hero Section */
.umrah-builder-hero {
	text-align: center;
	padding: 60px 20px;
	background: linear-gradient(135deg, #760e32 0%, #4a051d 100%);
	border-radius: 20px;
	color: #ffffff;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(118, 14, 50, 0.15);
}

.umrah-builder-hero::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(220, 169, 0, 0.1) 0%, transparent 60%);
	pointer-events: none;
}

.umrah-builder-hero-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	margin: 0 auto;
}

.umrah-builder-hero-title {
	font-family: 'Playfair Display', serif;
	font-size: 42px;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 20px 0 !important;
	letter-spacing: -0.5px;
}

.umrah-builder-hero-subtitle {
	font-size: 18px;
	color: #f7fafc;
	line-height: 1.6;
	margin: 0 0 35px 0;
	font-weight: 400;
}

.umrah-builder-trust-points {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 35px;
	flex-wrap: wrap;
}

.umrah-builder-trust-points .trust-point {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: var(--umb-gold);
	background: rgba(255, 255, 255, 0.1);
	padding: 8px 16px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.umrah-builder-trust-points .trust-point i {
	font-size: 16px;
}

.umrah-builder-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: var(--umb-primary) !important;
	color: #ffffff !important;
	padding: 14px 28px;
	border-radius: var(--umb-radius);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 14px rgba(118, 14, 50, 0.2);
}

.umrah-builder-btn:hover {
	background-color: var(--umb-primary-hover);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(118, 14, 50, 0.3);
}

.umrah-builder-btn-hero {
	background-color: var(--umb-gold);
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(220, 169, 0, 0.3);
}

.umrah-builder-btn-hero:hover {
	background-color: #c49600;
	box-shadow: 0 6px 20px rgba(220, 169, 0, 0.4);
}

/* Horizontal Progress Steps Indicator */
.umrah-builder-progress-wrapper {
	background: var(--umb-card-bg);
	border: 1px solid var(--umb-border);
	border-radius: 16px;
	padding: 20px;
	margin-bottom: 35px;
	box-shadow: var(--umb-shadow);
	overflow-x: auto;
}

.umrah-builder-progress-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 750px;
	padding: 0 10px;
}

.progress-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	min-width: 80px;
	transition: all 0.3s ease;
	position: relative;
}

.progress-step .step-num {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid var(--umb-border);
	background: #ffffff;
	color: var(--umb-text-muted);
	font-weight: 700;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.progress-step .step-text {
	font-size: 11px;
	font-weight: 700;
	color: var(--umb-text-muted);
	white-space: nowrap;
	transition: all 0.3s ease;
}

.progress-step-line {
	flex: 1;
	height: 2px;
	background: var(--umb-border);
	margin: 0 10px;
	position: relative;
	top: -12px;
}

/* Progress states */
.progress-step.active .step-num {
	border-color: var(--umb-primary);
	color: var(--umb-primary);
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(118, 14, 50, 0.1);
	transform: scale(1.1);
}

.progress-step.active .step-text {
	color: var(--umb-primary);
	font-weight: 800;
}

.progress-step .step-check-icon {
	display: none;
}

.progress-step.completed .step-num {
	background-color: var(--umb-primary);
	border-color: var(--umb-primary);
	color: #ffffff;
}

.progress-step.completed .step-num-text {
	display: none;
}

.progress-step.completed .step-check-icon {
	display: inline-block;
	font-size: 11px;
}

.progress-step.completed .step-text {
	color: var(--umb-text);
}

/* Main Layout Grid */
.umrah-builder-layout {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.umrah-builder-layout::before,
.umrah-builder-layout::after {
	display: none !important;
	content: none !important;
}

.umrah-builder-steps-column {
	flex: 1;
	min-width: 0;
}

.umrah-builder-sidebar-column {
	width: 350px;
	flex-shrink: 0;
	position: sticky;
	top: 100px;
}

/* Step Sections */
.builder-step-section {
	display: none;
}

.builder-step-section.active {
	display: block;
}

.step-section-title {
	font-size: 22px;
	font-weight: 800;
	color: var(--umb-primary);
	margin: 0 0 20px 0 !important;
	border-bottom: 2px solid var(--umb-primary);
	padding-bottom: 8px;
}

.builder-step-card {
	background: var(--umb-card-bg);
	border: 1px solid var(--umb-border);
	border-radius: 16px;
	padding: 30px;
	box-shadow: var(--umb-shadow);
	position: relative;
	margin-bottom: 25px;
}

.form-section-subtitle {
	font-size: 15px;
	font-weight: 700;
	color: var(--umb-text);
	margin: 0 0 18px 0;
}

/* Navigation Buttons */
.step-navigation-buttons {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.step-navigation-buttons .btn-next {
	margin-inline-start: auto;
}

.step-navigation-buttons .btn-prev {
	background-color: #edf2f7 !important;
	color: var(--umb-text) !important;
	box-shadow: none;
}

.step-navigation-buttons .btn-prev:hover {
	background-color: #e2e8f0;
}

/* Form Controls & Styling */
.form-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.form-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.form-group label {
	font-size: 13px;
	font-weight: 700;
	color: var(--umb-text);
}

.builder-input, .builder-textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1.5px solid var(--umb-border);
	border-radius: 8px;
	font-size: 14px;
	color: var(--umb-text);
	background-color: #ffffff;
	outline: none;
	transition: border-color 0.2s ease;
	font-family: inherit;
}

.builder-input:focus, .builder-textarea:focus {
	border-color: var(--umb-primary);
}

.builder-textarea {
	height: 120px;
	resize: vertical;
}

.input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.input-wrapper .input-icon {
	position: absolute;
	left: 14px;
	color: var(--umb-text-muted);
	font-size: 16px;
	pointer-events: none;
}

.input-wrapper .builder-input {
	padding-left: 42px;
}

/* Custom Checkbox styles */
.form-group-checkbox {
	margin-top: 18px;
}

.checkbox-container {
	display: inline-flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	user-select: none;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	height: 20px;
	width: 20px;
	background-color: #ffffff;
	border: 2px solid var(--umb-border);
	border-radius: 4px;
	margin-inline-end: 10px;
	display: inline-block;
	position: relative;
	transition: all 0.2s ease;
}

.checkbox-container:hover input ~ .checkmark {
	border-color: var(--umb-primary);
}

.checkbox-container input:checked ~ .checkmark {
	background-color: var(--umb-primary);
	border-color: var(--umb-primary);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-label {
	font-size: 14px;
	font-weight: 600;
	color: var(--umb-text);
}

/* Duration readout styles */
.duration-readout-wrapper {
	margin-top: 20px;
	border-top: 1px dashed var(--umb-border);
	padding-top: 15px;
}

.duration-readout-wrapper .duration-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: var(--umb-gold-light);
	color: var(--umb-primary);
	padding: 10px 18px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid rgba(220, 169, 0, 0.15);
}

.duration-readout-wrapper .duration-badge i {
	color: var(--umb-gold);
}

/* Step Error and Warnings */
.step-error-message {
	background-color: #fff5f5;
	/* border-left: 4px solid #e53e3e; */
	color: #c53030;
	padding: 12px 16px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	margin-top: 18px;
}

/* Selection Cards layout */
.radio-cards-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 25px;
}

.radio-cards-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-bottom: 25px;
}

.radio-cards-grid-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin-bottom: 20px;
}

.checkbox-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-bottom: 20px;
}

.radio-card {
	border: 2px solid var(--umb-border);
	border-radius: var(--umb-radius);
	padding: 20px 15px;
	text-align: center;
	cursor: pointer;
	transition: all 0.25s ease;
	background: #ffffff;
	position: relative;
}

.radio-card input[type="radio"],
.radio-card input[type="checkbox"],
.room-checkbox-card input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* Horizontal pill-style room checkbox selection cards */
.room-options-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 15px;
}

.room-checkbox-card {
	background-color: #ffffff;
	border: 2px solid var(--umb-border);
	border-radius: 30px; /* Pill shape */
	padding: 10px 22px;
	cursor: pointer;
	transition: all 0.25s ease;
	user-select: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.room-checkbox-card .room-card-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--umb-text-muted);
	transition: color 0.25s ease;
}

.room-checkbox-card:hover {
	border-color: var(--umb-primary);
}

.room-checkbox-card.selected {
	background-color: rgba(118, 14, 50, 0.05); /* light primary overlay */
	border-color: var(--umb-primary);
}

.room-checkbox-card.selected .room-card-title {
	color: var(--umb-primary);
}

.radio-card-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.radio-card-icon {
	font-size: 26px;
	color: var(--umb-text-muted);
	transition: color 0.25s ease;
}

.radio-card-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--umb-text);
}

.radio-card-desc {
	font-size: 11px;
	color: var(--umb-text-muted);
}

/* Selected Card highlight state */
.radio-card.selected {
	border-color: var(--umb-gold);
	background-color: var(--umb-gold-light);
	box-shadow: 0 4px 15px rgba(220, 169, 0, 0.05);
}

.radio-card.selected .radio-card-icon {
	color: var(--umb-primary);
}

.radio-card.selected .radio-card-title {
	color: var(--umb-primary);
}

/* Days Stepper Counter */
.days-stepper-container {
	border-top: 1px dashed var(--umb-border);
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.stepper-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f7fafc;
	padding: 12px 20px;
	border-radius: 10px;
	border: 1px solid var(--umb-border);
}

.stepper-label {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.stepper-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--umb-text);
}

.stepper-desc {
	font-size: 11px;
	color: var(--umb-text-muted);
}

.stepper-controls {
	display: flex;
	align-items: center;
	border: 1.5px solid var(--umb-border);
	border-radius: 30px;
	background: #ffffff;
	overflow: hidden;
}

.stepper-btn {
	width: 32px;
	height: 32px;
	border: none;
	background: none;
	cursor: pointer;
	color: var(--umb-text);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	transition: background-color 0.2s ease;
}

.stepper-btn:hover {
	background-color: #f2f4f8;
	color: var(--umb-primary);
}

.stepper-input {
	width: 40px;
	height: 32px;
	text-align: center;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 700;
	color: var(--umb-primary);
	-moz-appearance: textfield;
}

.stepper-input::-webkit-outer-spin-button,
.stepper-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Spinner Overlay during AJAX */
.submit-loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.85);
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	border-radius: 16px;
}

.submit-loading-overlay .spinner {
	width: 40px;
	height: 40px;
	border: 4px solid var(--umb-border);
	border-top-color: var(--umb-primary);
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

.submit-loading-overlay span {
	font-size: 14px;
	font-weight: 700;
	color: var(--umb-primary);
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

.reassurance-text {
	text-align: center;
	font-size: 12px;
	color: var(--umb-text-muted);
	margin-top: 15px;
}

/* Thank you section */
.builder-thankyou-section .success-icon {
	font-size: 60px;
	color: #38a169;
	margin-bottom: 20px;
}

.thankyou-title {
	font-size: 26px;
	font-weight: 800;
	color: var(--umb-primary);
	margin: 0 0 12px 0 !important;
}

.thankyou-text {
	font-size: 15px;
	line-height: 1.6;
	color: var(--umb-text-muted);
	max-width: 500px;
	margin: 0 auto 20px auto;
}

.thank-you-layout {
	justify-content: center;
}

.thank-you-layout .umrah-builder-steps-column {
	max-width: 600px;
	width: 100%;
}

/* ----------------------------------------------------
   STICKY SUMMARY SIDEBAR (Right Column)
   ---------------------------------------------------- */
.umrah-builder-summary-card {
	background: var(--umb-card-bg);
	border: 1px solid var(--umb-border);
	border-radius: 16px;
	padding: 20px !important;
	box-shadow: var(--umb-shadow);
	/* border-left: 4px solid var(--umb-gold); */
}

.summary-card-title {
	font-size: 16px;
	font-weight: 800;
	color: var(--umb-primary);
	margin: 0 0 15px 0 !important;
	display: flex;
	align-items: center;
	gap: 8px;
	border-bottom: 1.5px solid var(--umb-border);
	padding-bottom: 8px !important;
}

.summary-card-title i {
	color: var(--umb-gold);
}

.summary-list {
	display: flex !important;
	flex-direction: column !important;
	gap: 6px !important;
	margin: 0 0 18px 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.summary-item {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	font-size: 13px !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	padding: 2px 0 !important;
	border: none !important;
	background: none !important;
}

.summary-item-label {
	font-weight: 700 !important;
	color: var(--umb-text-muted) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.summary-item-val {
	font-weight: 700 !important;
	color: var(--umb-text) !important;
	text-align: right !important;
	margin: 0 !important;
	padding: 0 !important;
}

.summary-item-val .badge-flex {
	font-size: 9px;
	background-color: var(--umb-gold-light);
	color: var(--umb-primary);
	padding: 2px 6px;
	border-radius: 10px;
	margin-left: 4px;
	font-weight: bold;
}

.summary-item.sub-item {
	padding-left: 12px !important;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
	margin-top: -2px !important;
}

.summary-item.sub-item .summary-item-label {
	font-weight: 500 !important;
	font-size: 12px !important;
	color: var(--umb-text-muted) !important;
}

.summary-item.sub-item .summary-item-val {
	font-weight: 600 !important;
	font-size: 12px !important;
	color: var(--umb-text-muted) !important;
}

.summary-price-box {
	background: #f7fafc;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	border: 1px solid var(--umb-border);
	margin-bottom: 15px !important;
}

.price-label {
	font-size: 11px;
	font-weight: 700;
	color: var(--umb-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 4px;
}

.price-val {
	font-size: 17px;
	font-weight: 800;
	color: var(--umb-primary);
}

.btn-summary-submit {
	width: 100%;
}

/* ----------------------------------------------------
   MOBILE BAR AND DRAWER
   ---------------------------------------------------- */
.umrah-builder-mobile-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	border-top: 1px solid var(--umb-border);
	box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08);
	padding: 12px 16px;
	z-index: 99;
}

.mobile-bar-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	max-width: 600px;
	margin: 0 auto;
}

.mobile-toggle-summary-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: none;
	font-size: 13px;
	font-weight: 700;
	color: var(--umb-primary);
	cursor: pointer;
	padding: 8px 0;
}

.mobile-toggle-summary-btn i {
	font-size: 11px;
	transition: transform 0.3s ease;
}

.mobile-submit-btn {
	padding: 10px 20px;
	font-size: 13px;
	flex-grow: 1;
	max-width: 200px;
}

/* Mobile Drawer Overlay */
.mobile-summary-drawer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: none;
}

.mobile-summary-drawer {
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%;
	max-height: 80%;
	background: #ffffff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
	z-index: 101;
	transition: bottom 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.mobile-summary-drawer.open {
	bottom: 0;
}

.drawer-header {
	padding: 18px 20px;
	border-bottom: 1px solid var(--umb-border);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.drawer-header h4 {
	font-size: 16px;
	font-weight: 800;
	color: var(--umb-primary);
	margin: 0 !important;
}

.close-drawer-btn {
	background: none;
	border: none;
	font-size: 18px;
	color: var(--umb-text-muted);
	cursor: pointer;
	padding: 4px;
}

.drawer-body {
	padding: 20px;
	overflow-y: auto;
	flex-grow: 1;
}

/* ----------------------------------------------------
   RESPONSIVE LAYOUT MEDIA QUERIES (Custom builder)
   ---------------------------------------------------- */
@media (max-width: 992px) {
	.umrah-builder-hero-title {
		font-size: 34px;
	}
	
	.umrah-builder-layout {
		flex-direction: column;
		gap: 25px;
	}
	
	.umrah-builder-steps-column {
		width: 100%;
	}
	
	.umrah-builder-sidebar-column {
		width: 100%;
		position: static;
	}
	
	.umrah-builder-summary-card {
		border-left: none;
		border-top: 4px solid var(--umb-gold);
	}
}

@media (max-width: 768px) {
	.umrah-builder-wrapper {
		padding-bottom: 100px;
	}

	.umrah-builder-hero {
		padding: 40px 15px;
		margin-bottom: 25px;
	}
	
	.umrah-builder-hero-title {
		font-size: 28px;
	}
	
	.umrah-builder-hero-subtitle {
		font-size: 15px;
		margin-bottom: 25px;
	}
	
	.umrah-builder-trust-points {
		gap: 10px;
	}
	
	.umrah-builder-trust-points .trust-point {
		font-size: 12px;
		padding: 6px 12px;
	}
	
	.builder-step-card {
		padding: 20px;
	}
	
	.form-grid-2 {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	
	.radio-cards-grid-2 {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	
	.radio-cards-grid-3 {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.radio-cards-grid-5 {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	
	.checkbox-grid-3 {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.radio-card {
		padding: 15px;
	}
	
	.umrah-builder-sidebar-column {
		display: none; /* Hide sticky sidebar on mobile */
	}
	
	.umrah-builder-mobile-bar {
		display: block; /* Show mobile action bar instead */
	}
}

.btn-submit-whatsapp {
	background-color: #25d366 !important;
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.2) !important;
}

.btn-submit-whatsapp:hover {
	background-color: #128c7e !important;
	transform: translateY(-2px);
}

.btn-summary-submit-whatsapp {
	width: 100%;
}

.custom-umrah-page-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px;
}

.custom-umrah-page-list li {
	padding: 10px 0;
	border-bottom: 1px solid var(--umb-border);
	font-size: 14px;
	color: var(--umb-text);
}

.custom-umrah-page-list li i {
	margin-right: 8px;
	color: var(--umb-gold);
}

/* .custom-umrah-page-list li:nth-last-child(-n+2) {
  border-bottom: none;
} */

@media (max-width: 767px) {
  .custom-umrah-page-list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
	
	.custom-umrah-page-list li {
    border-bottom: 1px solid #e5e5e5;
  }

  .custom-umrah-page-list li:last-child {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .custom-umrah-page-list li:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

/* ----------------------------------------------------
   SAUDI VISA BUILDER STYLING
   ---------------------------------------------------- */
.saudi-visa-builder-wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}

.visa-builder-header {
	text-align: center;
	margin-bottom: 40px;
}

.visa-builder-title {
	font-family: 'Outfit', sans-serif;
	font-size: 34px;
	font-weight: 800;
	color: var(--umb-primary);
	margin-bottom: 12px;
	text-align: center;
}

.visa-builder-subtitle {
	font-size: 16px;
	color: var(--umb-text-muted);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
	text-align: center;
}

.visa-section-title {
	font-family: 'Outfit', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: var(--umb-primary);
	margin: 0 0 15px 0 !important;
	border-bottom: 2px solid var(--umb-primary);
	padding-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.required-star {
	color: #e02424;
	font-weight: bold;
}

.optional-lbl {
	font-size: 11px;
	color: #999;
	font-weight: normal;
}

.btn-visa-submit {
	background-color: var(--umb-primary) !important;
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(118, 14, 50, 0.2) !important;
	border: 1px solid var(--umb-primary) !important;
	cursor: pointer;
	transition: all 0.3s ease !important;
}

.btn-visa-submit:hover {
	background-color: #530a23 !important;
	transform: translateY(-2px);
}

.btn-visa-submit-whatsapp {
	background-color: #25d366 !important;
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(37, 211, 102, 0.2) !important;
	border: 1px solid #25d366 !important;
	cursor: pointer;
	transition: all 0.3s ease !important;
}

.btn-visa-submit-whatsapp:hover {
	background-color: #128c7e !important;
	transform: translateY(-2px);
}

.btn-restart-visa {
	background-color: var(--umb-primary) !important;
	color: #ffffff !important;
}

.btn-restart-visa:hover {
	background-color: #530a23 !important;
}

/* Grids for Visa Info */
.radio-cards-grid-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}

@media (max-width: 992px) {
	.visa-builder-title {
		font-size: 28px;
	}
	.radio-cards-grid-5 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.visa-builder-title {
		font-size: 24px;
	}
	.radio-cards-grid-5 {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

@media (max-width: 480px) {
	.radio-cards-grid-5 {
		grid-template-columns: 1fr;
	}
}

/* ====================================================
   CUSTOM SIDEBAR CALLOUT & RELATED PRODUCTS (v1.18.0)
   ==================================================== */
.umrah-custom-callout-sidebar {
	position: relative;
	margin-top: 25px;
	padding: 30px 24px;
	border-radius: 16px;
	overflow: hidden;
	background-image: url('../images/makkah-sidebar.jpg');
	background-size: cover;
	background-position: center;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-decoration: none !important;
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
	color: #fff
}

/* Gradient overlay to ensure text readability */
.umrah-custom-callout-sidebar::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(15, 10, 12, 0.92) 0%, rgba(15, 10, 12, 0.7) 50%, rgba(15, 10, 12, 0.2) 100%);
	z-index: 1;
	transition: opacity 0.3s ease;
}

body.rtl .umrah-custom-callout-sidebar::before {
	background: linear-gradient(to left, rgba(15, 10, 12, 0.92) 0%, rgba(15, 10, 12, 0.7) 50%, rgba(15, 10, 12, 0.2) 100%);
}

.umrah-custom-callout-sidebar:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.umrah-custom-callout-sidebar-content {
	position: relative;
	z-index: 2;
	text-align: left;
}

body.rtl .umrah-custom-callout-sidebar-content {
	text-align: right;
}

/* Styling for upper text like "over 400..." */
.umrah-custom-callout-badge {
	font-size: 13px;
	color: #dfb273; /* Gold/yellow tint */
	margin-bottom: 25px;
	font-weight: 500;
	line-height: 1.4;
}

.umrah-custom-callout-badge .highlight {
	font-style: italic;
	font-size: 28px;
	font-weight: 700;
	display: block;
	margin-bottom: 2px;
	color: #ffffff;
}

/* Middle title: "Back to the Roots" style */
.umrah-custom-callout-title {
	/* font-family: 'Outfit', sans-serif; */
	font-size: 20px;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 10px 0 !important;
	line-height: 1.3;
}

/* Bottom description */
.umrah-custom-callout-desc {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.5;
	margin: 0 !important;
}

/* Related Packages Grid Responsive Rules */
@media (max-width: 992px) {
	.umrah-related-packages-section .products {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px !important;
	}
}

@media (max-width: 768px) {
	.umrah-related-packages-section .products {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
	}
}

/* ====================================================
   RTL MODE OVERRIDES FOR CUSTOM BUILDER (v1.20.1)
   ==================================================== */
body.rtl .umrah-builder-wrapper {
	direction: rtl;
	text-align: right;
}

body.rtl .step-section-title {
	text-align: right;
}

body.rtl .form-group {
	text-align: right;
}

body.rtl .form-group label {
	text-align: right;
	width: 100%;
}

body.rtl .builder-input,
body.rtl .builder-textarea {
	text-align: right;
	direction: rtl;
}

body.rtl .input-wrapper .input-icon {
	right: 14px;
	left: auto;
}

body.rtl .input-wrapper .builder-input {
	padding-right: 42px;
	padding-left: 16px;
}

body.rtl .step-navigation-buttons .btn-next i,
body.rtl .step-navigation-buttons .btn-prev i {
	transform: scaleX(-1);
}

/* ====================================================
   6-COLUMN GRID FOR ROOM TYPES (v1.22.1)
   ==================================================== */
.radio-cards-grid-6 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.radio-cards-grid-6 .radio-card {
	padding: 14px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	border-radius: var(--umb-radius);
}

@media (max-width: 992px) {
	.radio-cards-grid-6 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 576px) {
	.radio-cards-grid-6 {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}

/* ====================================================
   COMPLETED/EXPIRED PACKAGE STYLING (v1.24.0)
   ==================================================== */
.umrah-package-card.completed-package .umrah-card-image {
	filter: grayscale(100%) !important;
	opacity: 0.85 !important;
}

.umrah-completed-overlay {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: rgba(0, 0, 0, 0.25) !important;
	z-index: 20 !important;
	pointer-events: none !important;
}

.umrah-completed-overlay span {
	background: rgba(45, 55, 72, 0.6) !important;
	backdrop-filter: blur(8px) !important;
	-webkit-backdrop-filter: blur(8px) !important;
	color: #ffffff !important;
	font-family: 'Outfit', 'Montserrat', sans-serif !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	letter-spacing: 1.5px !important;
	padding: 12px 26px !important;
	border-radius: 8px !important;
	border: 1px solid rgba(255, 255, 255, 0.20) !important;
	text-transform: uppercase !important;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
}

.umrah-card-btn.btn-completed {
	background-color: #a0aec0 !important;
	color: #ffffff !important;
	border: 1px solid #a0aec0 !important;
	box-shadow: none !important;
	cursor: default;
	pointer-events: none;
}

/* ====================================================
   INCLUDED HOTELS SHOWCASE STYLING (v1.25.0)
   ==================================================== */
.umrah-hotels-showcase-container {
	margin-top: 30px;
}

.umrah-hotels-showcase-title {
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #f0f2f5;
	padding-bottom: 8px;
}

.umrah-hotels-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-bottom: 10px;
}

.umrah-hotel-showcase-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0,0,0,0.03);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.umrah-hotel-showcase-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(118, 14, 50, 0.08);
}

.umrah-hotel-img-wrap {
	position: relative;
	height: 180px;
	overflow: hidden;
	background: #e2e8f0;
}

.umrah-hotel-showcase-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.umrah-hotel-showcase-card:hover .umrah-hotel-showcase-img {
	transform: scale(1.04);
}

.umrah-hotel-destination-badge {
	position: absolute;
	top: 12px;
	inset-inline-start: 12px;
	background: var(--umrah-primary);
	color: #ffffff;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	z-index: 2;
}

.umrah-hotel-showcase-content {
	padding: 16px;
}

.umrah-hotel-showcase-name {
	font-size: 15px;
	font-weight: 700;
	color: #2d3748;
	margin: 0 0 6px 0;
}

.umrah-hotel-stars {
	color: #ecc94b;
	font-size: 13px;
	margin-bottom: 10px;
}

.umrah-hotel-showcase-desc {
	font-size: 12px;
	color: #718096;
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 768px) {
	.umrah-hotels-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.umrah-hotel-img-wrap {
		height: 160px;
	}
}

/* Disabled/Locked booking form and summary sidebar state */
.umrah-booking-disabled {
	opacity: 0.55 !important;
	pointer-events: none !important;
	user-select: none !important;
}