:root {
	--teal: #006b68;
	--teal-2: #08a8a3;
	--teal-soft: #eaf6f5;
	--yellow: #e2ce00;
	--ink: #111;
	--body: #303030;
	--muted: #6d7474;
	--line: #dedede;
	--soft: #f4f4f4;
	--warm: #f6f2eb;
	--white: #fff;
	--shadow: 0 12px 28px rgba(0, 72, 70, .10);
	--radius: 6px;
	--max: 1120px
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	font-family: 'Manrope', sans-serif;
	color: var(--ink);
	background: #fff;
	font-size: 15px;
	line-height: 1.55
}

.ad-container {
	width: min(var(--max), calc(100% - 40px));
	margin: auto
}

.ad-site-header {
	border-bottom: 1px solid #e7e7e7;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 20
}

.ad-header-inner {
	max-width: 1240px;
	margin: auto;
	height: 68px;
	padding: 0 24px;
	display: flex;
	align-items: center;
	gap: 30px
}

.ad-brand {
	font-weight: 800;
	color: var(--teal-2);
	text-decoration: none;
	font-size: 18px;
	margin-right: auto
}

.ad-brand span {
	display: block;
	font-size: 10px;
	letter-spacing: .18em
}

.ad-nav {
	display: flex;
	gap: 26px
}

.ad-nav a {
	color: #111;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600
}

.ad-header-cta,
.ad-btn-primary,
.cta-book,
.tc-btn {
	background: var(--yellow);
	border: 1px solid #151515;
	color: #111;
	font-weight: 700
}

.ad-header-cta {
	padding: 10px 14px;
	border-radius: 5px
}

.ad-breadcrumb {
	padding: 18px 0 12px;
	font-size: 12px;
	color: #7b7b7b
}

.ad-breadcrumb a {
	color: #111;
	text-decoration: none
}

.ad-breadcrumb span {
	margin-left: 6px
}

.ad-hero {
	padding: 8px 0 46px
}

.ad-hero-shell {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #ddd;
	min-height: 500px;
	border-radius: 5px;
	overflow: hidden
}

.ad-hero-copy {
	padding: 48px 42px;
	display: flex;
	flex-direction: column;
	justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.ad-eyebrow {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .13em;
	font-size: 11px;
	color: #827127;
	display: block;
	margin-bottom: 8px
}

.ad-hero h1 {
	font-size: 42px;
	line-height: 1.12;
	color: var(--teal);
	margin: 0 0 18px;
	letter-spacing: -.035em
}

.ad-hero-copy>p {
	font-size: 15px;
	max-width: 540px
}

.ad-hero-points {
	list-style: none;
	padding: 0;
	margin: 18px 0 28px
}

.ad-hero-points li {
	margin: 7px 0;
	padding-left: 20px;
	position: relative;
	font-weight: 600
}

.ad-hero-points li:before {
	content: '✓';
	position: absolute;
	left: 0
}

.ad-hero-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap
}

.ad-abu-dhabi-page .ad-hero-copy > *:not(.ad-hero-pattern) {
	position: relative;
	z-index: 1;
}

.ad-abu-dhabi-page .ad-hero-pattern {
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	height: auto;
	opacity: 1;
	pointer-events: none;
	user-select: none;
}

.ad-btn {
	padding: 14px 18px;
	border-radius: 5px;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
		text-decoration: none;
}

.ad-btn-outline {
	background: #fff;
	border: 1px solid #111
}

.ad-hero-media {
	position: relative;
	min-height: 500px
}

.ad-placeholder {
	background: repeating-linear-gradient(135deg, #eff8f7 0, #eff8f7 18px, #e3f1f0 18px, #e3f1f0 36px);
	border: 1px dashed #86c5c1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #176d69;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em
}

.ad-hero-placeholder {
	position: absolute;
	inset: 0
}

.ad-review-bar {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	background: rgba(255, 255, 255, .82);
	backdrop-filter: blur(8px);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 12px 16px;
	border-radius: 4px;
	gap: 16px
}

.ad-review-bar div {
	display: grid
}

.ad-review-bar strong {
	font-size: 16px
}

.ad-review-bar span {
	font-size: 11px;
	color: var(--teal)
}

.ad-review-bar small {
	font-size: 9px
}

.ad-section {
	padding: 72px 0
}

.ad-alt {
	background: #f5f5f5
}

.ad-soft {
	background: #f3f3f3
}

.ad-builder-section {
	background: #fff
}

.ad-heading {
	max-width: 780px;
	margin: 0 auto 36px
}

.ad-heading.center {
	text-align: center
}

.ad-heading h2, .visa-sec h2 {
	font-size: 31px;
	line-height: 1.25;
	color: var(--teal);
	margin: 0 0 10px;
	letter-spacing: -.025em
}

.ad-heading p {
	margin: 0;
	color: var(--body)
}

.ad-builder-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 30px;
	align-items: start
}

.ad-builder-main {
	display: grid;
	gap: 28px
}

.ad-builder-step {
	background: #f5f5f5;
	padding: 28px;
	border-radius: 6px
}

.ad-step-heading {
	display: flex;
	gap: 14px;
	margin-bottom: 22px
}

.ad-step-heading>span {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--teal);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	flex: 0 0 32px
}

.ad-step-heading h3 {
	margin: 0 0 4px;
	color: var(--teal);
	font-size: 20px
}

.ad-step-heading p {
	margin: 0;
	color: var(--muted);
	font-size: 13px
}

.ad-guide-choice-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px
}

.guide-card {
	background: #fff;
	border: 1px solid #ddd;
	padding: 18px;
	cursor: pointer;
	border-radius: 5px;
	transition: .2s
}

.guide-card:hover,
.guide-card.sel {
	border-color: var(--teal-2);
	box-shadow: 0 8px 20px rgba(0, 107, 104, .09)
}

.guide-card.sel {
	background: #eefafa
}

.ad-guide-choice-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.ad-icon-placeholder {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: repeating-linear-gradient(135deg, #eff8f7 0, #eff8f7 10px, #e3f1f0 10px, #e3f1f0 20px);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #176d69;
	font-size: 8px;
	font-weight: 700
}

.radio {
	width: 19px;
	height: 19px;
	border: 2px solid #bbb;
	border-radius: 50%;
	position: relative
}

.guide-card.sel .radio {
	border-color: var(--teal)
}

.guide-card.sel .radio:after {
	content: '';
	position: absolute;
	inset: 3px;
	background: var(--teal);
	border-radius: 50%
}

.guide-card h4 {
	font-size: 17px;
	margin: 14px 0 6px;
	color: var(--teal)
}

.guide-card p {
	font-size: 12px;
	color: #555;
	min-height: 55px
}

.flag-row,
.addon-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap
}

.flag,
.addon {
	font: inherit;
	font-size: 11px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 7px 10px;
	border-radius: 4px;
	cursor: pointer
}

.flag.picked,
.addon.sel {
	background: var(--teal);
	color: #fff;
	border-color: var(--teal)
}

.ad-language-row {
	margin-top: 10px
}

.guest-card {
	background: #fff;
	border: 1px solid #ddd;
	padding: 18px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px
}

.guest-card .lbl {
	font-weight: 700
}

.guest-card small {
	display: block;
	font-weight: 400;
	color: var(--muted);
	font-size: 11px
}

.stepper {
	display: flex;
	align-items: center;
	gap: 12px
}

.stepper button {
	width: 34px;
	height: 34px;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	font-size: 18px
}

.stepper span {
	font-weight: 800
}

.addon {
	font-size: 13px;
	padding: 10px 15px
}

.summary-card {
	position: sticky;
	top: 90px;
	background: #f3f3f3;
	padding: 24px;
	border-radius: 6px;
	border: 1px solid #ddd;
	text-align: center
}

.ad-summary-image {
	height: 180px;
	margin: 12px 0 20px
}

.summary-card .lbl {
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #777;
	font-size: 11px
}

.summary-card .amt {
	font-size: 34px;
	font-weight: 800;
	color: var(--teal);
	margin: 4px 0 16px
}

.cta-book {
	width: 100%;
	padding: 14px;
	border-radius: 5px;
	font: inherit
}

.cta-sub {
	font-size: 10px;
	color: #666
}

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

.tour-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 7px 16px rgba(0, 0, 0, .05)
}

.tour-card .imgwrap {
	height: 205px
}

.tour-card .ad-placeholder {
	height: 100%
}

.tc-body {
	padding: 18px
}

.tc-body h4 {
	font-size: 16px;
	color: var(--teal);
	margin: 0 0 8px
}

.tc-meta {
	font-size: 11px;
	color: #666;
	margin-bottom: 15px
}

.tc-price-row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px
}

.tc-from {
	font-size: 10px;
	color: #777
}

.tc-amt {
	font-size: 18px;
	font-weight: 800
}

.tc-btn {
	padding: 9px 12px;
	border-radius: 4px;
	text-decoration: none;
	width: fit-content;
}

.ad-landmark-stack {
	display: grid;
	gap: 28px
}

.landmark {
	display: grid;
	grid-template-columns: 1fr 1.12fr;
	background: #f4f4f4;
	border-radius: 5px;
	overflow: hidden;
	min-height: 330px
}

.landmark:nth-child(even) {
	grid-template-columns: 1.12fr 1fr
}

.landmark:nth-child(even) .limg {
	order: 2
}

.landmark .limg {
	min-height: 330px
}

.ltext {
	padding: 38px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.ltext h3 {
	font-size: 22px;
	color: var(--teal);
	margin: 0 0 12px
}

.ltext p {
	font-size: 13px;
	margin: 0
}

.why-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	text-align: center
}

.why-strip article {
	display: flex;
	flex-direction: column;
	align-items: center
}

.why-strip h3 {
	font-size: 15px;
	margin: 14px 0 0
}

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

.icon-grid article {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 22px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center
}

.icon-grid h3 {
	color: var(--teal);
	margin: 12px 0 4px;
	font-size: 16px
}

.icon-grid p {
	margin: 0;
	font-size: 12px;
	color: #666
}

.vehicle-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px
}

.vehicle-card {
	background: #fff;
	border-radius: 5px;
	overflow: hidden
}

.vehicle-card .vimg {
	height: 270px
}

.vtext {
	padding: 24px
}

.vtext h3 {
	color: var(--teal);
	margin: 0 0 8px
}

.vtext p {
	margin: 0
}

.vtext ul,
.ad-split-copy ul {
	padding-left: 18px;
	line-height: 1.9
}

.ad-split-card {
	background: #f3f3f3;
	display: grid;
	grid-template-columns: 42% 58%;
	padding: 26px;
	border-radius: 5px;
	gap: 28px
}

.ad-split-image {
	min-height: 330px
}

.ad-split-copy {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.ad-split-copy h3 {
	color: var(--teal);
	font-size: 22px
}

.ad-split-copy p {
	font-size: 13px
}

.ad-faq-section {
	background: var(--warm)
}

.faq-list {
	max-width: 820px;
	margin: auto
}

.faq-item {
	margin-bottom: 12px
}

.faq-q {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	text-align: left;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer
}

.faq-icon {
	font-size: 20px
}

.faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height .25s ease
}

.faq-a p {
	margin: 0;
	padding: 16px 18px;
	background: #eee;
	font-size: 12px
}

.faq-item.open .faq-a {
	max-height: 300px
}

.faq-a {
	display: none;
}

.faq-item.open .faq-a {
	display: block;
}

.faq-icon {
	flex-shrink: 0;
	font-size: 20px;
	line-height: 1;
}

.faq-q {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	cursor: pointer;
}

@media(max-width:980px) {
	.ad-nav {
		display: none
	}

	.ad-hero-shell {
		grid-template-columns: 1fr
	}

	.ad-hero-media {
		min-height: 420px
	}

	.ad-builder-layout {
		grid-template-columns: 1fr
	}

	.summary-card {
		position: static
	}

	.ad-guide-choice-grid {
		grid-template-columns: 1fr
	}

	.tour-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.landmark,
	.landmark:nth-child(even) {
		grid-template-columns: 1fr
	}

	.landmark:nth-child(even) .limg {
		order: 0
	}

	.why-strip {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media(max-width:640px) {
	.ad-container {
		width: min(100% - 28px, var(--max))
	}

	.ad-header-cta {
		display: none
	}

	.ad-hero-copy {
		padding: 32px 24px
	}

	.ad-hero h1 {
		font-size: 31px
	}

	.ad-hero-media {
		min-height: 360px
	}

	.ad-review-bar {
		grid-template-columns: 1fr;
		gap: 6px
	}

	.ad-section {
		padding: 52px 0
	}

	.ad-heading h2 {
		font-size: 26px
	}

	.ad-builder-step {
		padding: 20px
	}

	.tour-grid,
	.icon-grid,
	.vehicle-grid {
		grid-template-columns: 1fr
	}

	.why-strip {
		grid-template-columns: 1fr 1fr
	}

	.ad-split-card {
		grid-template-columns: 1fr;
		padding: 18px
	}

	.ad-split-image {
		min-height: 250px
	}

	.landmark .limg {
		min-height: 250px
	}

	.ltext {
		padding: 25px
	}

	.ad-hero-actions {
		flex-direction: column
	}

	.ad-btn {
		width: 100%
	}
}

/* Final quotation and email enquiry */
.ad-quote-action h3 {
	margin: 4px 0 8px;
	font-size: 21px;
	line-height: 1.3;
	color: var(--ink)
}

.ad-quote-action>p:not(.cta-sub) {
	margin: 0 0 18px;
	color: var(--muted);
	font-size: 13px
}

.ad-final-quote {
	margin-top: 34px;
	background: #f8fbfb;
	border: 1px solid #d5e9e7;
	border-radius: 16px;
	padding: 22px
}

.ad-final-quote[hidden] {
	display: none
}

.ad-quotation-box {
	border: 2px solid var(--teal-2);
	border-radius: 16px;
	overflow: hidden;
	background: #fff
}

.ad-quotation-head {
	background: var(--teal);
	color: #fff;
	padding: 17px 20px;
	font-weight: 800
}

.ad-quotation-body {
	padding: 20px
}

.ad-quote-line {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 0;
	border-bottom: 1px dashed #d7d7d7;
	font-size: 14px
}

.ad-quote-line:last-child {
	border-bottom: 0
}

.ad-quotation-total {
	border-top: 2px solid #111;
	margin-top: 15px;
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}

.ad-quotation-total span {
	display: block;
	color: #666;
	font-size: 13px
}

.ad-quotation-total strong {
	display: block;
	color: var(--teal);
	font-size: 30px;
	line-height: 1.15
}

.ad-quotation-total small {
	display: block;
	color: #666;
	font-size: 12px;
	margin-top: 4px
}

.ad-quote-notice {
	margin: 10px 0 0;
	color: #666;
	font-size: 12px;
	line-height: 1.5
}

.ad-enquiry-panel {
	margin-top: 24px
}

.ad-enquiry-panel h2 {
	margin: 0 0 14px;
	color: var(--teal);
	font-size: 26px
}

.ad-enquiry-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px
}

.ad-enquiry-grid label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 7px
}

.ad-enquiry-grid input,
.ad-enquiry-grid textarea {
	width: 100%;
	padding: 12px 13px;
	border: 1px solid #bbb;
	border-radius: 9px;
	background: #fff;
	font: inherit;
	outline: none
}

.ad-enquiry-grid input:focus,
.ad-enquiry-grid textarea:focus {
	border-color: var(--teal-2);
	box-shadow: 0 0 0 3px rgba(8, 168, 163, .12)
}

.ad-enquiry-full {
	grid-column: 1/-1
}

.ad-enquiry-actions {
	margin-top: 16px
}

.ad-email-submit {
	background: var(--teal-2);
	border: 0;
	color: #fff;
	border-radius: 7px;
	padding: 13px 20px;
	font: inherit;
	font-weight: 800;
	cursor: pointer
}

.ad-email-submit:hover {
	filter: brightness(.96)
}

@media(max-width:640px) {
	.ad-final-quote {
		padding: 14px
	}

	.ad-enquiry-grid {
		grid-template-columns: 1fr
	}

	.ad-enquiry-full {
		grid-column: auto
	}

	.ad-quote-line {
		font-size: 13px
	}

	.ad-quotation-total strong {
		font-size: 25px
	}

	.ad-email-submit {
		width: 100%
	}
}

/* Refined final quotation and enquiry UI */
.ad-final-quote {
	max-width: 1080px;
	margin: 42px auto 0;
	padding: 30px;
	background: #f4f8f8;
	border: 1px solid #d8e8e7;
	border-radius: 10px;
	box-shadow: 0 14px 34px rgba(0, 72, 70, .08);
}

.ad-quotation-box {
	border: 1px solid #0aa7a2;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 72, 70, .07);
}

.ad-quotation-head {
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 16px 22px;
	background: #087773;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .02em;
}

.ad-quotation-body {
	padding: 24px 22px 22px;
}

.ad-quote-line {
	align-items: flex-start;
	padding: 12px 0;
	border-bottom: 1px solid #e7ecec;
	color: #2e3736;
	font-size: 14px;
}

.ad-quote-line strong {
	color: #111;
	white-space: nowrap;
	font-size: 14px;
}

.ad-quotation-total {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #1d2625;
}

.ad-quotation-total span {
	margin-bottom: 2px;
	color: #7a8382;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.ad-quotation-total strong {
	margin-top: 2px;
	color: #007a76;
	font-size: 34px;
	letter-spacing: -.03em;
}

.ad-quotation-total small {
	color: #6f7776;
	font-size: 12px;
}

.ad-quote-notice {
	color: #747c7b;
	font-size: 11px;
}

.ad-enquiry-panel {
	margin-top: 28px;
	padding: 26px 24px 24px;
	background: #fff;
	border: 1px solid #dce5e4;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(0, 72, 70, .06);
}

.ad-enquiry-panel h2 {
	margin: 0 0 6px;
	color: #006b68;
	font-size: 26px;
	letter-spacing: -.02em;
}

.ad-enquiry-panel h2::after {
	content: 'Complete the details below and your selected tour quotation will be included automatically.';
	display: block;
	max-width: 680px;
	margin-top: 5px;
	color: #6d7474;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
}

.ad-enquiry-grid {
	gap: 18px 16px;
	margin-top: 22px;
}

.ad-enquiry-grid label {
	margin-bottom: 7px;
	color: #202625;
	font-size: 12px;
	font-weight: 700;
}

.ad-enquiry-grid input,
.ad-enquiry-grid textarea {
	min-height: 46px;
	padding: 12px 14px;
	border: 1px solid #cfd6d5;
	border-radius: 6px;
	background: #fff;
	color: #111;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.ad-enquiry-grid textarea {
	min-height: 120px;
	resize: vertical;
}

.ad-enquiry-grid input:hover,
.ad-enquiry-grid textarea:hover {
	border-color: #9cbfbc;
}

.ad-enquiry-grid input:focus,
.ad-enquiry-grid textarea:focus {
	border-color: #08a8a3;
	box-shadow: 0 0 0 3px rgba(8, 168, 163, .12);
	background: #fcffff;
}

.ad-enquiry-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 20px;
}

.ad-email-submit {
	min-width: 220px;
	padding: 14px 20px;
	border: 1px solid #006b68;
	border-radius: 5px;
	background: #08a8a3;
	color: #fff;
	box-shadow: 0 6px 14px rgba(8, 168, 163, .18);
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ad-email-submit:hover {
	transform: translateY(-1px);
	background: #008f8a;
	box-shadow: 0 9px 18px rgba(8, 168, 163, .23);
	filter: none;
}

.ad-email-submit:focus-visible {
	outline: 3px solid rgba(226, 206, 0, .45);
	outline-offset: 3px;
}

@media(max-width:760px) {
	.ad-final-quote {
		margin-top: 30px;
		padding: 16px;
		border-radius: 8px;
	}

	.ad-quotation-head {
		min-height: 52px;
		padding: 14px 16px;
		font-size: 13px;
	}

	.ad-quotation-body {
		padding: 18px 16px;
	}

	.ad-quote-line {
		gap: 14px;
		font-size: 12px;
	}

	.ad-quote-line strong {
		font-size: 12px;
	}

	.ad-quotation-total strong {
		font-size: 28px;
	}

	.ad-enquiry-panel {
		margin-top: 18px;
		padding: 20px 16px;
	}

	.ad-enquiry-panel h2 {
		font-size: 23px;
	}

	.ad-enquiry-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.ad-enquiry-full {
		grid-column: auto;
	}

	.ad-email-submit {
		width: 100%;
		min-width: 0;
	}
}

/* new */
.ad-hero-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 500px;
	object-fit: cover;
}

.ad-summary-image {
	display: block;
	width: 100%;
	height: 180px;
	margin: 12px 0 20px;
	border-radius: 5px;
	object-fit: cover;
}

.cta-book {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 14px 18px;
	border-radius: 5px;
	font: inherit;
	cursor: pointer;
	transition:
		background-color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.cta-book-icon {
	flex: 0 0 auto;
	transition: transform 0.2s ease;
}

.cta-book:hover {
	transform: translateY(-1px);
	box-shadow: 0 7px 16px rgba(0, 0, 0, 0.14);
}

.cta-book:hover .cta-book-icon {
	transform: translateX(4px);
}

.cta-book:focus-visible {
	outline: 3px solid rgba(0, 107, 104, 0.25);
	outline-offset: 3px;
}

.tour-card .imgwrap {
	height: 205px;
	overflow: hidden;
}

.tour-card-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.landmark .limg {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 330px;
	object-fit: cover;
}

.ad-why-icon {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin: 0 auto;
}

.ad-feature-icon {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin: 0 auto;
}

.ad-split-image {
	display: block;
	width: 100%;
	height: 330px;
	object-fit: cover;
}
/* krishna */
.visa-sec {
	margin-bottom: 50px;
}

.visa-sec .common-text {
	display: flex;
	align-items: center;
	gap: 10px;
}

.visa-sec .gbp-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #c3eded;
	border: 1px solid #20bdbe;
	border-radius: 6px;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
}

.visa-sec .eyebrow {
	display: flex;
	align-items: center;
	gap: 6px;
}

.visa-sec .visa-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 14px;
}

.visa-sec .visa-card {
	background: #ffffff;
	border: 1px solid #c3eded;
	border-radius: 10px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	transition: all .2s ease-in-out;
	text-decoration: none;
	cursor: pointer;
}

.visa-icon {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	background: #c3eded;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 15px;
}

.visa-sec .visa-card h3 {
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 2px;
}

.visa-sec .visa-card p {
	font-size: 12px;
	color: var(--muted);
}

.visa-sec .visa-card svg.arrow {
	width: 16px;
	height: 16px;
	color: #20bdbe;
	margin-left: auto;
	flex-shrink: 0;
	opacity: 0;
	transition: opacity .2s;
}

.visa-sec .visa-card:hover {
	border-color: #20bdbe;
	background: #c3eded;
	transform: translateX(4px);
}

.visa-sec .visa-card:hover svg.arrow {
	opacity: 1;
}

.sightseeing-sec h3 {
	font-size: 1rem;
	color: #0f6464;
	font-weight: 500;
	margin-bottom: 16px;
}

.sightseeing-sec .attraction-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.sightseeing-sec .attraction-pill {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #ffffff;
	border: 1px solid #c3eded;
	border-radius: 8px;
	padding: 14px 16px;
	transition: all .2s ease-in-out;
	text-decoration: none;
}

.sightseeing-sec .attraction-pill .icon {
	font-size: 24px;
	flex-shrink: 0;
	color: #000;
}

.sightseeing-sec .attraction-pill h3 {
	font-size: 13px;
	font-weight: 600;
	color: #000000;
	margin: 0;
}

.holiday-package-sec .text {
	display: inline-block;
	background: #c3eded;
	color: #000000;
	font-size: 13px;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: .2px;
	margin-bottom: 20px;
}

.holiday-package-sec .outbound {
	margin-top: 50px;
}

.why-dubai-travel-agency {
	grid-template-columns: repeat(3, 1fr);
}

.why-dubai-travel-agency .icon-box {
	font-size: 40px;
}

@media (max-width: 980px) {
	.ad-hero-image {
		min-height: 420px;
	}

	.landmark .limg {
		height: 330px;
		min-height: 330px;
	}
}

@media (max-width: 640px) {
	.ad-hero-image {
		min-height: 360px;
	}

	.landmark .limg {
		height: 250px;
		min-height: 250px;
	}
	
	.sightseeing-sec .attraction-grid {
		grid-template-columns: 1fr;
	}
}

/* Visible author byline */
.ad-author-card {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 20px 0 0;
	padding: 14px 16px;
	background: #ffffff;
	border: 1px solid #dbe7e5;
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
	max-width: 420px;
}

.ad-author-photo-link {
	display: inline-flex;
	flex-shrink: 0;
	text-decoration: none;
}

.ad-author-photo {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	border: 3px solid #e6f5f3;
}

.ad-author-meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.ad-author-label {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #667085;
}

.ad-author-name {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 800;
	color: #0f766e;
	text-decoration: none;
}

.ad-author-name:hover {
	text-decoration: underline;
}

.ad-author-role {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #475467;
}

@media (max-width: 640px) {
	.ad-author-card {
		max-width: 100%;
		padding: 12px 14px;
		border-radius: 14px;
	}

	.ad-author-photo {
		width: 56px;
		height: 56px;
	}

	.ad-author-name {
		font-size: 16px;
	}

	.ad-author-role {
		font-size: 13px;
	}
}
#loading {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	display: none;
	justify-content: center;
	align-items: center;
}

#loading.is-active {
	display: flex;
}

.loader {
	width: 50px;
	aspect-ratio: 1;
	display: grid;
	border: 4px solid transparent;
	border-radius: 50%;
	border-color: #ccc transparent;
	animation: l16 1s infinite linear;
}

.loader::before,
.loader::after {
	content: "";
	grid-area: 1 / 1;
	margin: 2px;
	border: inherit;
	border-radius: 50%;
}

.loader::before {
	border-color: #27BDBE transparent;
	animation: inherit;
	animation-duration: 0.5s;
	animation-direction: reverse;
}

.loader::after {
	margin: 8px;
}

@keyframes l16 {
	100% {
		transform: rotate(1turn);
	}
}

/* Sultan Karrani local tours — uses the existing ready-made tour-card UI */
.ad-local-tours-section {
	background: #fff;
}

.ad-local-tours-note {
	margin-top: 9px !important;
	color: var(--teal) !important;
	font-size: 13px;
	font-weight: 700;
}

.tc-local-label {
	color: var(--muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
}

.local-tour-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		linear-gradient(135deg, #edf8f7 0%, #dcefed 100%);
	border-bottom: 1px solid #d7e7e5;
}

.local-tour-image-placeholder span {
	padding: 8px 12px;
	border: 1px solid #9fc9c6;
	border-radius: 4px;
	color: var(--teal);
	background: rgba(255, 255, 255, .72);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.local-tour-hub-card {
	border-color: var(--teal);
	background: #f0f8f7;
	box-shadow: 0 10px 24px rgba(0, 107, 104, .10);
}

.local-tour-hub-media {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 2px;
	padding: 24px;
	background:
		linear-gradient(135deg, var(--teal) 0%, #078f8a 100%);
	color: #fff;
}

.local-tour-hub-media span {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	opacity: .82;
}

.local-tour-hub-media strong {
	max-width: 220px;
	font-size: 24px;
	line-height: 1.16;
	letter-spacing: -.025em;
}

.local-tour-hub-card .tc-body h4 {
	color: var(--teal);
}

.local-tour-hub-card .tc-btn {
	background: var(--teal);
	border-color: var(--teal);
	color: #fff;
}

.local-tour-hub-card .tc-btn:hover {
	background: #005854;
}

.ad-local-tours-action {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-top: 34px;
	text-align: center;
}

.ad-local-tours-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 13px 20px;
	border-radius: 5px;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.ad-local-tours-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
}

.ad-local-tours-button span[aria-hidden="true"] {
	font-size: 18px;
	transition: transform .2s ease;
}

.ad-local-tours-button:hover span[aria-hidden="true"] {
	transform: translateX(3px);
}

.ad-local-tours-action > span {
	color: var(--muted);
	font-size: 11px;
}

@media(max-width:640px) {
	.ad-local-tours-button {
		width: 100%;
	}

	.local-tour-hub-media {
		padding: 20px;
	}

	.local-tour-hub-media strong {
		font-size: 21px;
	}
}

/* Abu Dhabi GBP landing page additions and conflict fixes */

.ad-abu-dhabi-page .ad-section-title {
	margin: 16px 0;
}

.ad-abu-dhabi-page .ad-section-intro {
	margin: 0 0 30px;
}

.ad-abu-dhabi-page .ad-section-feature {
	margin-bottom: 24px;
}

.ad-abu-dhabi-page .ad-inline-action {
	margin-top: 20px;
}

.ad-abu-dhabi-page .ad-inline-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

/* Prevent global SVG rules from enlarging card arrows. */
.ad-abu-dhabi-page .visa-card .ad-card-arrow {
	display: block;
	width: 16px !important;
	height: 16px !important;
	min-width: 16px;
	max-width: 16px;
	flex: 0 0 16px;
	margin-left: auto;
	color: #20bdbe;
	opacity: 0;
	transition: opacity .2s ease;
}

.ad-abu-dhabi-page .visa-card:hover .ad-card-arrow,
.ad-abu-dhabi-page .visa-card:focus-visible .ad-card-arrow {
	opacity: 1;
}

.ad-abu-dhabi-page .visa-icon {
	font-size: 26px;
}

.ad-abu-dhabi-page .ad-desert-section.visa-sec {
	margin-bottom: 0;
}

.ad-abu-dhabi-page .ad-desert-card-grid {
	margin-top: 24px;
}

.ad-abu-dhabi-page .ad-pillar-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.ad-abu-dhabi-page .ad-pillar-tags span {
	padding: 5px 11px;
	border: 1px solid #d6e3e2;
	border-radius: 999px;
	background: #f8fbfb;
	color: #4f5b5a;
	font-size: 11px;
	font-weight: 600;
}

.ad-abu-dhabi-page .ad-abu-hero-media {
	overflow: hidden;
}

.ad-abu-dhabi-page .ad-rating-badge {
	position: absolute;
	left: 24px;
	bottom: 24px;
	display: grid;
	gap: 1px;
	padding: 12px 16px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .13);
	backdrop-filter: blur(8px);
}

.ad-abu-dhabi-page .ad-rating-stars {
	color: #d5b500;
	font-size: 13px;
	letter-spacing: 1px;
}

.ad-abu-dhabi-page .ad-rating-badge strong {
	color: #111;
	font-size: 12px;
}

.ad-abu-dhabi-page .ad-rating-badge span {
	color: #6d7474;
	font-size: 10px;
}

.ad-abu-dhabi-page .ad-licence-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 8px 13px;
	border: 1px solid rgba(0, 107, 104, .25);
	border-radius: 6px;
	background: rgba(255, 255, 255, .94);
	color: var(--teal);
	font-size: 11px;
	font-weight: 800;
}

.ad-abu-dhabi-page .ad-liwa-panel {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 30px;
	overflow: hidden;
	border-radius: 6px;
	background: var(--teal);
	color: #fff;
}

.ad-abu-dhabi-page .ad-liwa-media {
	min-height: 350px;
	border: 0;
	border-radius: 0;
}

.ad-abu-dhabi-page .ad-liwa-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 38px;
}

.ad-abu-dhabi-page .ad-liwa-copy > span {
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
	opacity: .72;
}

.ad-abu-dhabi-page .ad-liwa-copy h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 24px;
}

.ad-abu-dhabi-page .ad-liwa-copy p {
	margin: 0 0 16px;
	font-size: 13px;
	opacity: .86;
}

.ad-abu-dhabi-page .ad-liwa-copy ul {
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.ad-abu-dhabi-page .ad-liwa-copy li {
	padding: 7px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
	font-size: 12px;
}

.ad-abu-dhabi-page .ad-liwa-copy li:last-child {
	border-bottom: 0;
}

.ad-abu-dhabi-page .ad-liwa-copy .tc-btn {
	align-self: flex-start;
}

.ad-abu-dhabi-page .ad-card-action-only {
	justify-content: flex-end;
}

.ad-abu-dhabi-page .ad-outbound-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	margin-top: 34px;
	padding: 28px 30px;
	border: 1px solid #cfe5e3;
	border-radius: 7px;
	background: #eaf6f5;
}

.ad-abu-dhabi-page .ad-outbound-strip h3 {
	margin: 0 0 6px;
	color: var(--teal);
	font-size: 19px;
}

.ad-abu-dhabi-page .ad-outbound-strip p {
	margin: 0;
	color: #4e5857;
	font-size: 13px;
}

.ad-abu-dhabi-page .ad-outbound-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	flex: 0 0 auto;
}

.ad-abu-dhabi-page .ad-outbound-links a {
	padding: 9px 15px;
	border: 1px solid var(--teal);
	border-radius: 5px;
	background: #fff;
	color: var(--teal);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.ad-abu-dhabi-page .ad-outbound-links a:hover {
	background: var(--teal);
	color: #fff;
}

.ad-abu-dhabi-page .ad-visa-list {
	margin: 18px 0 0;
	padding-left: 20px;
	color: #3f4746;
	font-size: 13px;
	line-height: 1.8;
}

.ad-abu-dhabi-page .ad-office-panel {
	margin-top: 18px;
	padding: 16px 18px;
	border: 1px solid #d6e7e5;
	border-radius: 6px;
	background: #eef8f7;
}

.ad-abu-dhabi-page .ad-office-panel strong {
	display: block;
	margin-bottom: 6px;
	color: var(--teal);
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ad-abu-dhabi-page .ad-office-panel p {
	margin: 0;
}

.ad-abu-dhabi-page .sightseeing-sec .attraction-pill p {
	margin: 3px 0 0;
	color: var(--muted);
	font-size: 11px;
}

.ad-abu-dhabi-page .ad-why-emoji {
	font-size: 40px;
	line-height: 1;
}

.ad-page-footer {
	padding: 56px 0 30px;
	background: #1a1a2e;
	color: rgba(255, 255, 255, .8);
}

.ad-page-footer-top {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 40px;
	padding-bottom: 38px;
}

.ad-page-footer-about > strong {
	display: block;
	margin-bottom: 12px;
	color: #fff;
	font-size: 20px;
}

.ad-page-footer-about p {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, .58);
	font-size: 13px;
}

.ad-page-footer-about small {
	color: rgba(255, 255, 255, .38);
	font-size: 10px;
	line-height: 1.6;
}

.ad-page-footer-col {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ad-page-footer-col h3,
.ad-page-offices h3 {
	margin: 0 0 6px;
	color: #fff;
	font-size: 13px;
}

.ad-page-footer-col a {
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
	text-decoration: none;
}

.ad-page-footer-col a:hover {
	color: var(--yellow);
}

.ad-page-offices {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.ad-page-offices h3 {
	color: var(--yellow);
	font-size: 11px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ad-page-offices p {
	margin: 0;
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
}

.ad-page-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .38);
	font-size: 11px;
}

@media (max-width: 980px) {
	.ad-abu-dhabi-page .ad-liwa-panel {
		grid-template-columns: 1fr;
	}

	.ad-abu-dhabi-page .ad-liwa-media {
		min-height: 300px;
	}

	.ad-abu-dhabi-page .ad-outbound-strip {
		align-items: flex-start;
		flex-direction: column;
	}

	.ad-page-footer-top {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.ad-abu-dhabi-page .ad-rating-badge {
		right: 18px;
		bottom: 18px;
		left: 18px;
	}

	.ad-abu-dhabi-page .ad-licence-badge {
		top: 14px;
		right: 14px;
	}

	.ad-abu-dhabi-page .ad-liwa-copy {
		padding: 26px 22px;
	}

	.ad-abu-dhabi-page .ad-liwa-media {
		min-height: 240px;
	}

	.ad-abu-dhabi-page .ad-outbound-strip {
		padding: 22px 18px;
	}

	.ad-abu-dhabi-page .ad-outbound-links {
		width: 100%;
	}

	.ad-abu-dhabi-page .ad-outbound-links a {
		flex: 1 1 100%;
		text-align: center;
	}

	.ad-page-footer-top,
	.ad-page-offices {
		grid-template-columns: 1fr;
	}

	.ad-page-footer-bottom {
		flex-direction: column;
	}
}

/* Abu Dhabi landing page card-grid repair (v0.2)
Keeps every tour card in the grid and prevents global SVG/arrow rules
from creating oversized arrows. */
.ad-abu-dhabi-page .visa-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 14px;
}

.ad-abu-dhabi-page .visa-card {
	min-width: 0;
	background: #fff;
	border: 1px solid #c3eded;
	border-radius: 10px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	color: #111;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.ad-abu-dhabi-page .visa-card > div:nth-child(2) {
	min-width: 0;
}

.ad-abu-dhabi-page .visa-card h3 {
	margin: 0 0 2px;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.ad-abu-dhabi-page .visa-card p {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.45;
}

.ad-abu-dhabi-page .visa-card .ad-card-arrow {
	display: inline-flex;
	width: 18px;
	height: 18px;
	min-width: 18px;
	flex: 0 0 18px;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	color: #20bdbe;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	opacity: 0;
	transform: none;
	transition: opacity .2s ease, transform .2s ease;
}

.ad-abu-dhabi-page .visa-card:hover,
.ad-abu-dhabi-page .visa-card:focus-visible {
	border-color: #20bdbe;
	background: #c3eded;
	transform: translateX(4px);
}

.ad-abu-dhabi-page .visa-card:hover .ad-card-arrow,
.ad-abu-dhabi-page .visa-card:focus-visible .ad-card-arrow {
	opacity: 1;
	transform: translateX(2px);
}

.ad-abu-dhabi-page .ad-desert-section.visa-sec {
	margin-bottom: 0;
}

@media (max-width: 640px) {
	.ad-abu-dhabi-page .visa-grid {
		grid-template-columns: 1fr;
	}

	.ad-abu-dhabi-page .visa-card {
		padding: 15px 16px;
	}
}
.tc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.tc-btn-arrow {
	display: block;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	object-fit: contain;
	transition: transform 0.2s ease;
}

.tc-btn:hover .tc-btn-arrow {
	transform: translate(2px, -2px);
}

.ad-hero-office-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 22px;
	max-width: 600px;
}

.ad-hero-office-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(15, 100, 100, 0.14);
	border-radius: 12px;
}

.ad-hero-office-icon {
	width: 38px;
	height: 38px;
	min-width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #f3efaa;
	color: #0f6464;
}

.ad-hero-office-content {
	min-width: 0;
}

.ad-hero-office-label {
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #0f6464;
}

.ad-hero-office-content p {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	color: #333;
}

@media (max-width: 767px) {
	.ad-hero-office-info {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 18px;
	}

	.ad-hero-office-item {
		padding: 12px 14px;
	}

	.ad-hero-office-content p {
		font-size: 13px;
	}
}