* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #000000;
	font-family: "Manrope", sans-serif;
	line-height: 120%;
}

body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

.wrapper {
	padding: 0.5rem 0 0;
}

.location-diced {
	color: #27BDBE;
	margin: 10px 0;
	font-size: 22px;
}

h1 {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 15px;
}

.breadcrumb-item {
	font-weight: 600;
	font-size: 12px;
}

.breadcrumb-item a {
	color: #000000;
	font-size: 12px;
}

.breadcrumb-item.active {
	color: #828282;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0.2rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	padding-right: 0.2rem;
}

.insights {
	display: flex;
	align-items: center;
	justify-content: unset;
	flex-wrap: wrap;
	row-gap: .5rem;
}

.insights span {
	font-size: 12px;
	padding: 0 0.6rem;
	line-height: 80%;
}

.insights span:first-child {
	padding-left: 0;
}

.insights span:nth-child(2) {
	border: solid #000000;
	border-width: 0 1px 0 1px;
}

.insights span:nth-child(3) {
	border: solid #000000;
	border-width: 0 1px 0 0;
}

.insights span:last-child {
	border: none;
}

.top_img_section img:not(img[alt="star rating"]) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.office_card {
	display: flex;
	align-items: unset;
	justify-content: unset;
	background-color: #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
	opacity: 1;
	transition: opacity 0.6s ease-in-out;
	min-height: 232.75px;
	border: 0.5px solid #d9d9d9;
}

.office_card>* {
	flex: 1 1 50%;
}

.of_left {
	padding: 0.6rem 0.8rem;
	display: flex;
	align-items: unset;
	justify-content: space-between;
	flex-direction: column;
	position: relative;
	z-index: 10;
}

.of_left::after {
	content: "";
	display: block;
	width: 173px;
	height: 168px;
	background-image: url("../images/office-star.svg");
	background-repeat: no-repeat;
	position: absolute;
	left: -1rem;
	bottom: 0.5rem;
	z-index: -1;
}

.location {
	font-size: 20px;
	font-weight: bold;
}

.rating {
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: unset;
	gap: 0.4rem;
}

.office_card.fade {
	opacity: 0;
}

.office_img {
	transition: opacity 0.6s ease-in-out;
	border-radius: 0 10px 10px 0 !important;
	width: 100%;
}

.price_contact_detais {
	border: 0.5px solid #d9d9d9;
	padding: 25px;
	border-radius: 10px;
	height: 100%;
}

.price_contact_detais hr {
	border-width: 0.5px;
	opacity: 1;
	color: #d9d9d9;
}

.price_contact_detais span {
	display: flex;
	margin-bottom: 0.8rem;
	align-items: center;
	justify-content: center;
}

.price_contact_detais span img {
	width: 20px;
	margin-right: 4px;
}

.strike_price {
	font-size: 14px;
	color: #828282;
	display: block !important;
	margin: .2rem 0 0 !important;
}

.strike_price s {
	color: inherit;
}

.save {
	font-size: 14px;
	font-weight: bold;
	color: #f89420;
	display: block !important;
	margin: .1rem 0 0 !important;
}

.label {
	font-weight: bold;
	font-size: 14px;
}

.price {
	font-size: 24px;
	font-weight: 700;
}

.price sub {
	font-size: 14px;
	font-weight: bold;
	bottom: 1.8px;
	margin-left: 2px;
}

.tick_list {
	margin: 1rem 0 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
	column-gap: 1rem;
	flex-wrap: wrap;
}

.tick_list li {
	list-style-type: none;
	font-size: 14px;
	display: flex;
	justify-content: unset;
	gap: 0.2rem;
	margin-bottom: .5rem;
	flex: 1 1 calc(50% - 1rem);
}

.tick_list li span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tick_list li::before {
	content: "";
	display: block;
	width: 12px;
	height: 15px;
	background-image: url("https://dcsb59fztkcs1.cloudfront.net/arabiersLk/dubai-holiday/tick.png");
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	margin-top: 2px;
}

.btn-box {
	text-align: center;
}

.quote_btn {
	margin: 1rem 0 .5rem;
	width: 100%;
	padding: 11px;
	border-radius: 49px;
	background-color: #27bdbe;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-weight: 800;
	color: #ffffff;
	box-shadow: 0 2.89px 2.89px 0 rgba(19, 111, 112, 0.2);
}

.whatsapp {
	width: 100%;
	height: 100%;
	padding: 7px 13px;
	background-color: #25d366;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: unset;
	gap: 0.3rem;
	font-weight: bold;
	color: #ffffff;
}

.multiple-review {
	position: relative;
	padding: 35px 0;
}

.multiple-review .multiple-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
}

.multiple-review .multiple-box span {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.multiple-review .multiple-box::after,
.multiple-review .multiple-box::before {
	content: '';
	width: 23%;
	height: 2px;
	background-color: #dbdbdb;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.multiple-review .multiple-box::after {
	left: auto;
	right: 0;
}

main section {
	margin-top: 6rem;
}

main section:first-child {
	margin-top: 3rem;
}

main section.borderd {
	border: 1px solid #d9d9d9;
	padding: 2rem 1.5rem;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

h2 {
	font-size: 30px;
	font-weight: bold;
	color: #0f6464;
}

.guide_section h3 {
	font-size: 26px;
	margin-top: 1rem;
	max-width: 350px;
}

.guide_title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 1rem;
	text-align: center;
}

.guide_card img {
	max-height: 44px;
	display: block;
	margin: 0 auto;
}

.package_section h3 {
	margin: 2rem 0 1rem;
	font-size: 20px;
	font-weight: bold;
}

.package_section span {
	display: block;
	margin: .5rem 0 0;
}

.total-price {
	margin: 0 !important;
	color: red;
	font-weight: 600;
}

.table_wrapper {
	border-radius: 4px;
	border: solid #e3e3e3;
	border-width: 0 1px 0 1px;
	overflow-y: auto;
}

.table_wrapper.total td {
	border: 1px solid #e3e3e3;
}

table {
	min-width: 800px;
	width: 100%;
}

.table_wrapper.total table {
	min-width: unset;
}

th {
	background-color: #27bdbe;
	padding: 10px 12px;
	color: #ffffff;
	font-size: 14px;
}

td {
	padding: 10px 12px;
	background-color: rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid #e3e3e3;
	font-size: 14px;
}

.clusion_box {
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
	height: 100%;
}

.clusion_box ul {
	margin-top: 1.5rem;
}

.clusion_box ul li {
	margin-bottom: 0.6rem;
}

.box_title {
	display: flex;
	align-items: center;
	justify-content: unset;
	gap: 0.8rem;
}

.box_title h3 {
	font-size: 24px;
	font-weight: bold;
	color: #219192;
	margin-bottom: 0;
}

.dubai-style {
	background-color: #2F2F2F;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out;
}

.dubai-style.show {
	opacity: 1;
	visibility: visible;
}

.dubai-style .inner-text {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.dubai-style .inner-text h3 {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
	color: #ffffff;
	line-height: 120%;
}

.dubai-style .inner-text p {
	margin: 0;
	font-weight: 600;
	line-height: 120%;
}

.dubai-style .inner-text p span {
	color: #ffffff;
	font-size: 16px;
}

.dubai-style .btn-box span {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
}

.dubai-style .btn-box span img {
	width: 23px;
}

.dubai-style .inner-text p strong {
	color: #ffffff;
	font-size: 24px;
}

.dubai-style .inner-text .btn {
	background-color: #27BDBE;
	color: #ffffff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 800;
	line-height: 100%;
	padding: 6px 15px;
}

.dubai-style .inner-text .btn img {
	margin-left: 10px;
}

.accordion-item {
	border: none !important;
	box-shadow: none !important;
	border-bottom: 1px solid #00000038 !important;
}

.accordion-button {
	border: none !important;
	box-shadow: none !important;
	background-color: transparent;
	margin-bottom: 15px;
}

.accordion-button:focus {
	box-shadow: none !important;
}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.2rem;
	height: 1.2rem;
	margin-left: auto;
	content: "+";
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
	background: none !important;
	transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
	content: "–";
	transform: rotate(0deg);
}

.accordion-item .accordion-button {
	font-size: 20px;
	font-weight: 800;
	line-height: 120%;
	color: #000000;
	background-color: transparent;
	padding: 8px 0 !important;
}

.accordion-item .accordion-button span {
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	background-color: #27BDBE;
	border-radius: 6px;
	color: #ffffff;
	padding: 10px;
	margin-right: 10px;
}

.accordion-item .accordion-button.collapsed {
	margin: 8px 0;
}

.accordion-body {
	padding-top: 0;
}

.section-title {
	font-size: 2rem;
	color: #000000;
	margin-bottom: 40px;
	font-weight: 600;
}

.highlights-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 2.5rem;
}

.highlight-item {
	text-align: center;
	padding: 0 10px;
}

.icon-circle {
	width: 50px;
	height: 50px;
	margin: 0 auto 15px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-circle.pink {
	background: #ffc9d4;
}

.icon-circle.teal {
	background: #c4f0ee;
}

.icon-circle.yellow {
	background: #fef3c7;
}

.icon-circle.gray {
	background: #e5e7eb;
}

.icon-circle svg {
	width: 24px;
	height: 24px;
	stroke: #000000;
	stroke-width: 2;
	fill: none;
}

.highlight-title {
	font-size: 1rem;
	color: #000000;
	font-weight: 600;
	margin-bottom: 8px;
}

.highlight-description {
	font-size: 0.875rem;
	color: #666;
	line-height: 1.5;
}

.best-for-container {
	display: flex;
	gap: 20px;
	margin-top: 1.5rem;
	flex-wrap: wrap;
}

.best-for-box {
	padding: 20px 20px 0;
	text-align: center;
	transition: transform 0.3s ease;
	flex: 1 1 calc(25% - 1rem);
}

.best-for-box:hover {
	transform: translateY(-5px);
}

.icon-wrapper {
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	background: #27bdbe;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-wrapper svg {
	width: 25px;
	height: 25px;
	fill: #FFFFFF;
}

.best-for-text {
	font-size: 1.05rem;
	color: #000000;
	line-height: 1.5;
	font-weight: 500;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
}

.dress-code-grid {
	display: grid;
	gap: 20px;
	margin-top: 1.5rem;
}

.dress-code-item {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 15px;
	padding: 20px;
	background: #f5f5f5;
	border-left: 3px solid #27bdbe;
}

.number {
	width: 30px;
	height: 30px;
	background: #27bdbe;
	color: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 0.9rem;
	flex-shrink: 0;
}

.content {
	padding-top: 2px;
}

.item-title {
	font-size: 1.05rem;
	color: #000000;
	font-weight: 600;
	margin-bottom: 8px;
}

.item-description {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.6;
	margin-bottom: 8px;
}

.sub-info {
	margin-top: 10px;
	padding-left: 15px;
	border-left: 2px solid #d9d9d9;
}

.sub-label {
	font-weight: 600;
	color: #000000;
	font-size: 0.9rem;
	margin-bottom: 4px;
}

.sub-text {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.5;
	margin-bottom: 8px;
}

.highlight-box {
	background: #fff9e6;
	padding: 12px 15px;
	border-left: 3px solid #D5CB2C;
	margin-top: 8px;
}

.highlight-label {
	font-weight: 600;
	color: #000000;
	font-size: 0.9rem;
	margin-bottom: 4px;
}

.highlight-text {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.5;
}

#faqAccordion.accordion {
	max-width: 80%;
	margin: 2rem auto 0;
}

#faqAccordion .accordion-item {
	margin-bottom: 1rem;
	border-radius: 6px !important;
	border: 1px solid #d9d9d9 !important;
}

#faqAccordion .accordion-button {
	border-radius: 6px !important;
	padding: 20px !important;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 0;
}

#faqAccordion .accordion-button:focus {
	outline: none;
	box-shadow: none;
}

#faqAccordion .accordion-button:not(.collapsed) {
	background-color: #f5f5f5;
	box-shadow: none;
	color: #000000;
	border-radius: 6px 6px 0 0 !important;
}

#faqAccordion .accordion-button:not(.collapsed)::after {
	background-image: url("https://dcsb59fztkcs1.cloudfront.net/arabiersLk/dubai-holiday/minus.png");
	background-size: contain;
	background-position: center;
}

#faqAccordion .accordion-button::after {
	width: 15px;
	height: 15px;
	background-image: url("https://dcsb59fztkcs1.cloudfront.net/arabiersLk/dubai-holiday/plus.png");
	background-size: contain;
}

#faqAccordion .accordion-body {
	background-color: #f5f5f5;
	border-radius: 0 0 6px 6px !important;
	padding-top: 0;
}

#faqAccordion .accordion-body h4 {
	font-size: 16px;
	font-weight: bold;
}

#faqAccordion .accordion-body ul,
#accordionPanelsStayOpenExample .accordion-body ul {
	padding-left: 1.3rem;
}

#faqAccordion .accordion-body ul li,
#accordionPanelsStayOpenExample .accordion-body ul li {
	font-size: 14px;
	margin-bottom: .5rem;
}

#accordionPanelsStayOpenExample .accordion-body h3 {
	font-size: 18px;
	font-weight: bold;
}

.office_card_below {
	border-radius: 6px;
	display: flex;
	align-items: unset;
	justify-content: unset;
}

.srilanka-office {
	width: 148px;
	height: 141px;
	object-fit: cover;
	border-radius: 6px 0 0 6px;
}

.oc_right {
	background-color: #d9d9d9;
	border-radius: 0 6px 6px 0;
	padding: 0.5rem 1rem;
	display: flex;
	align-items: unset;
	justify-content: space-evenly;
	flex-direction: column;
	flex: auto;
}

.oc_right .location {
	text-align: center;
	font-size: 12px;
}

.raview_label {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0.2rem;
}

.reviews_count {
	font-size: 12px;
	font-weight: 600;
	color: #828282;
	margin-bottom: 0.2rem;
}

.oc_content {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.ratings {
	font-size: 24px;
	font-weight: bold;
}

.trip-card {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
	border: 1px solid #d9d9d9;
	height: 100%;
}

.trip-image-container {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.trip-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.trip-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background: #D5CB2C;
	color: #000;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: 600;
}

.trip-content {
	padding: 16px;
}

.trip-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.4;
}

.trip-subtitle {
	color: #999;
	font-size: 0.9rem;
	margin-bottom: 20px;
}

.trip-pricing {
	margin-bottom: 20px;
}

.original-price {
	color: #999;
	text-decoration: line-through;
	font-size: 1rem;
	margin-right: 10px;
}

.discounted-price {
	font-size: 1.2rem;
	font-weight: 600;
}

.trip-buttons {
	display: flex;
	gap: 16px;
}

.btn {
	flex: 1;
	padding: 12px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	border: none;
	z-index: 0;
	color: #fff;
}

.btn:hover {
	background-color: #d9d9d9;
}

.btn-view {
	background: #27bdbe;
}

.btn-quote {
	background: #001f3f;
}

.trips-carousel {
	margin-top: 1.5rem;
}

/* Owl Navigation */
.trips-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #27bdbe !important;
	color: #fff !important;
	width: 45px;
	height: 45px;
	border-radius: 50% !important;
	font-size: 22px !important;
}

.trips-carousel .owl-nav .owl-prev {
	left: -25px;
}

.trips-carousel .owl-nav .owl-next {
	right: -25px;
}

.trips-carousel .owl-dots {
	margin-top: 25px;
	text-align: center;
}

.trips-carousel .owl-dot span {
	background: #d9d9d9 !important;
}

.trips-carousel .owl-dot.active span {
	background: #27bdbe !important;
	width: 30px;
}

.banner-2k26 {
	margin: 4rem 0 5rem;
	display: flex;
}

.banner-2k26> :first-child {
	flex: 4;
}

.banner-2k26> :last-child {
	flex: 2;
}

.banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-content {
	background: #27BDBE;
	padding: 3rem;
	background-image: url('../images/banner-bg.png');
	background-repeat: no-repeat;
	background-size: 70% 100%;
	background-position: right;
}

.banner-title {
	font-size: 42px;
	font-weight: bold;
	line-height: 120%;
	color: #0F6464;
	margin: 0;
	max-width: 550px;
}

.banner-btn {
	margin-top: 1.8rem;
	background-color: #0F6464;
	padding: 16px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	gap: 1rem;
	width: fit-content;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg,
			transparent,
			rgba(255, 255, 255, 0.15),
			transparent);
	transform: translateX(-100%);
	transition: transform 0.5s ease;
}

.banner-btn span {
	font-size: 16px;
	font-weight: bold;
	color: #D5CB2C;
	position: relative;
	z-index: 1;
	transition: transform 0.3s ease;
}

.banner-btn img {
	width: 33px;
	height: auto;
	position: relative;
	z-index: 1;
	transition: transform 0.3s ease;
}

.dot-list {
	padding-left: 1.25rem;
	margin: 1rem 0 0;
}

.dot-list li {
	font-size: 18px;
	margin-bottom: 1rem;
}

.dot-list li:last-of-type {
	margin-bottom: 0;
}

.dot-list li::marker {
	color: #27BDBE;
}

.related_trips_section {
	margin-top: 6rem;
}

@media (hover: hover) {
	.banner-btn:hover {
		transform: translateY(-2px);
		box-shadow: 0 10px 25px rgba(15, 100, 100, 0.35);
	}

	.banner-btn:hover::before {
		transform: translateX(100%);
	}

	.banner-btn:hover span {
		transform: translateX(2px);
	}

	.banner-btn:hover img {
		transform: translateX(6px);
	}
}

@media screen and (max-width: 1240px) {

	.multiple-review .multiple-box::after,
	.multiple-review .multiple-box::before {
		width: 20%;
	}

	.banner-content {
		padding: 2rem;
	}

	.banner-title {
		font-size: 36px;
	}

	.banner-title br {
		display: none;
	}
}

@media (min-width: 993px) and (max-width: 1199px) {
	.whatsapp {
		font-size: 14px;
		padding: 7px 5px;
	}
}

@media screen and (max-width: 1140px) {
	.multiple-review {
		padding: 40px 0;
	}

	.banner-content {
		padding: 1.5rem;
	}
}

@media (max-width: 1024px) {
	.highlights-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.multiple-review .multiple-box::after,
	.multiple-review .multiple-box::before {
		width: 17%;
	}
}

@media screen and (max-width: 992px) {
	h1 {
		font-size: 34px;
	}

	.owl-carousel {
		position: relative;
	}

	.owl-dots {
		position: absolute;
		left: 50%;
		bottom: .5rem;
		translate: -50%;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 15px;
		height: 15px;
		opacity: 60%;
		background-color: rgba(255, 255, 255, 1);
	}

	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background-color: rgba(255, 255, 255, 1);
		opacity: 100%;
	}

	.owl-carousel .owl-item img {
		border-radius: 10px;
	}

	.price_contact_detais span {
		font-size: 14px;
		margin-bottom: .5rem;
	}

	.whatsapp {
		font-weight: 600;
		font-size: 14px;
		max-width: 174px;
	}

	.price_contact_detais {
		height: auto;
	}

	.tick_list li {
		font-size: 12px;
	}

	.office_card {
		margin-top: 1rem;
		min-height: unset;
		max-height: 210px;
	}

	h2 {
		font-size: 24px;
	}

	main section {
		margin-top: 2rem;
	}

	.table_wrapper {
		margin-top: 1rem;
	}

	.accordion-item .accordion-button {
		font-size: 16px;
	}

	.accordion-item .accordion-button.collapsed {
		margin: .3rem 0;
	}

	.box_title h3 {
		font-size: 20px;
	}

	.box_title img {
		max-width: 30px;
	}

	.clusion_box {
		padding: 25px;
	}

	.dubai-style .inner-text h3 {
		display: none;
	}

	#faqAccordion.accordion {
		max-width: 100%;
	}

	#faqAccordion .accordion-button {
		gap: 1rem;
		align-items: flex-start;
	}

	.office_card_below {
		margin: 0 auto;
		justify-content: center;
	}

	.oc_right {
		padding: 0.5rem 1rem;
	}

	.banner-title {
		font-size: 28px;
	}
}

@media screen and (max-width: 922px) {

	.multiple-review .multiple-box::after,
	.multiple-review .multiple-box::before {
		width: 12%;
	}
}

@media screen and (max-width: 850px) {
	.multiple-review .multiple-box span {
		font-size: 15px;
	}

	.multiple-review .multiple-box {
		column-gap: 10px;
	}

	.multiple-review .multiple-box::after,
	.multiple-review .multiple-box::before {
		width: 12%;
	}
}

@media (max-width: 768px) {
	.highlights-section {
		padding: 30px 20px;
	}

	.multiple-review {
		margin-top: 50px;
	}


	.review_quote {
		display: flex;
		align-items: center;
	}

	.review_quote span {
		max-width: 303px;
		text-align: center;
	}

	.section-title {
		font-size: 1.75rem;
	}

	.highlights-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.best-for-section {
		padding: 30px 20px;
	}

	.section-title {
		font-size: 1.75rem;
	}

	.best-for-container {
		grid-template-columns: 1fr;
	}

	.icon-container {
		width: 60px;
		height: 60px;
	}

	.dress-code-section {
		padding: 30px 20px;
	}

	.section-title {
		font-size: 1.5rem;
	}

	.dress-code-item {
		grid-template-columns: 35px 1fr;
		gap: 12px;
		padding: 15px;
	}

	.number {
		width: 26px;
		height: 26px;
		font-size: 0.85rem;
	}

	#faqAccordion .accordion-button {
		font-size: 16px;
	}

	#faqAccordion .accordion-body h4,
	#faqAccordion .accordion-body {
		font-size: 14px;
	}

	.trip-buttons {
		flex-direction: column;
	}

	.owl-nav button {
		width: 35px;
		height: 35px;
		font-size: 18px !important;
	}

	.owl-nav .owl-prev {
		left: 0;
	}

	.owl-nav .owl-next {
		right: 0;
	}

	.trips-carousel .owl-nav button {
		width: 35px;
		height: 35px;
	}

	.trips-carousel .owl-nav .owl-next {
		right: -15px;
	}

	.trips-carousel .owl-nav .owl-prev {
		left: -15px;
	}

	.banner-2k26 {
		flex-direction: column;
	}

	.banner-title {
		font-size: 34px;
	}
}

@media screen and (max-width: 480px) {
	h1 {
		font-size: 24px;
	}

	.price {
		font-size: 20px;
	}

	.price sub {
		font-size: 13px;
	}

	.multiple-review .multiple-box {
		column-gap: 0;
	}

	.multiple-review .multiple-box span {
		font-size: 13px;
	}

	.multiple-review .multiple-box::after,
	.multiple-review .multiple-box::before {
		width: 10%;
	}

	.multiple-review .multiple-box::before {
		left: -20px;
	}

	.multiple-review .multiple-box::after {
		left: auto;
		right: -20px;
	}

	.multiple-review {
		padding: 0;
		flex-direction: column;
	}

	.review_quote {
		text-align: center;
	}

	.multiple-review .multiple-box::after,
	.multiple-review .multiple-box::before {
		top: 70%;
		translate: unset;
	}

	.review_quote img {
		position: relative;
		z-index: 10;
	}

	.dubai-style .inner-text {
		justify-content: space-between;
		gap: .5rem;
	}

	.dubai-style .inner-text p,
	.btn-box {
		flex: 1 1 calc(50% - .5rem);
	}

	.dubai-style .inner-text p strong {
		font-size: 18px;
		font-weight: bold;
	}

	.dubai-style .inner-text p span {
		font-size: 14px;
	}

	.insights span {
		font-size: 11px;
		padding: 0 0.5rem;

	}
}

@media screen and (min-width: 768px) {

	.banner {
		height: 325px;
		border-radius: 6px;
		overflow: hidden;
		background-color: #0f6464;
	}

	.banner img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

@media (min-width: 400px) and (max-width: 992px) {
	.quote_btn {
		width: 65%;
		margin: 1rem auto .5rem;
	}

	.price_wrapper {
		text-align: center;
	}
}