html,
body {
	overflow-x: hidden;
}

.language-wpr {
	position: relative;
	display: inline-block;
	font-family: Arial;
}

.language-button {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #585858;
	padding: 6px 12px !important;
	border-radius: 60px !important;
	cursor: pointer !important;
}

.language-button .language-button-text {
	display: none;
}

.language-button img {
	width: 47px;
	height: 47px !important;
	object-fit: cover;
	border-radius: 100% !important;
}

.arrow {
	width: 11px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.25s;
}

.arrow svg {
	width: 100%;
	height: 100%;
}

.language-list {
	position: absolute;
	top: 110%;
	left: 0;
	background: rgba(255, 255, 255, 0.1);
	list-style: none;
	padding: 6px;
	margin: 0;
	border-radius: 12px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	display: none;
	min-width: 90px;
	border: 1px solid #585858;
}

.language-list li a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 8px;
	text-decoration: none;
	color: #fff !important;
	border-radius: 8px;
	font-size: 16px !important;
	font-family: 'Poppins' !important;
}

.language-button-img-wpr {
	display: flex;
}

.language-list img {
	width: 25px;
	height: 25px !important;
	border-radius: 100% !important;
}

/* active */
.language-wpr.active .language-list {
	display: block;
}

.language-wpr.active .arrow {
	transform: rotate(180deg);
}


/* Button Style */
.yellow-btn svg,
.yellow-btn svg path {
	transition: all 0.3s;
}

.yellow-btn:hover svg path {
	stroke: #fff;
}

.yellow-btn:hover svg {
	fill: transparent !important;
}

.yellow-btn:hover svg path {
	stroke: #fff;
}

.black-btn svg,
.black-btn svg path {
	transition: all 0.3s;
}

.black-btn:hover svg {
	fill: transparent !important;
}

.black-btn:hover svg path {
	stroke: #0f1724 !important;
}

/* Button Style */


/* Accordian Box */
.accord-bx .e-n-accordion-item {
	background: #FFFFFF;
	border-radius: 20px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid #D9D9D9;
	overflow-anchor: none;
}

.accord-bx .e-n-accordion-item[open] {
	border-color: transparent;
	box-shadow: 0px 4px 44px rgba(54, 111, 180, 0.1);
}

.accord-bx .e-n-accordion-item .e-n-accordion-item-title-icon {
	transition: all 0.3s;
	transform: rotate(0);
}

.accord-bx .e-n-accordion-item .e-n-accordion-item-title {
	align-items: baseline;
}

.accord-bx .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
	transform: rotate(45deg);
}

.accord-bx .e-n-accordion-item[open] .e-n-accordion-item-title-icon svg path {
	fill: #739BD0;
}

.accord-bx .e-n-accordion-item .e-n-accordion-item-title {
	position: relative;
}


/* Acordian Box */

/* Video Play Button */
.solar-minig-video-bx svg{
	opacity: 1 !important;	
}
.solar-minig-video-bx .elementor-custom-embed-play {
	width: clamp(64px, 8vw, 105px);
	height: clamp(64px, 8vw, 105px);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: visible;
	z-index: 2;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
	background: rgba(255, 255, 255, 0.28);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(30px);
}

.solar-minig-video-bx .elementor-custom-embed-play::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	inset: -8px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	animation: solar-video-play-pulse 2s ease-out infinite;
}

.solar-minig-video-bx .elementor-custom-embed-play:hover {
	background: rgba(255, 255, 255, 0.34);
}

.solar-minig-video-bx .elementor-custom-embed-play svg {
	width: clamp(16px, 2vw, 19px);
	height: auto;
	fill: #fff;
	filter: none;
	opacity: 1;
	position: relative;
	z-index: 1;
	transform: translateX(2px);
}

.solar-minig-video-bx .elementor-custom-embed-play svg path {
	fill: #fff;
}

@keyframes solar-video-play-pulse {
	0% {
		opacity: 0.55;
		transform: scale(0.94);
	}

	70%,
	100% {
		opacity: 0;
		transform: scale(1.6);
	}
}

@media (prefers-reduced-motion: reduce) {
	.solar-minig-video-bx .elementor-custom-embed-play::after {
		animation: none;
	}
}

/* Why Oman Video */
@media (min-width: 1025px) {
	.oman-video-bx .elementor-wrapper {
		height: 830px;
		border-radius: 20px 0 0 20px;
		overflow: hidden;
		width: 100%;
	}

	.oman-video-bx .elementor-video {
		height: 100%;
		object-fit: cover;
	}
}

/* Responsive */
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
	html body:not(.error404) {
		zoom: 0.80;
		zoom: 80%;
	}
}


@media(min-width: 1024px) {
	.contact-mnu {
		display: none !important;
	}

	.header-menu nav ul li:nth-last-of-type(2) a {
		margin-right: 0 !important;
	}
}

@media(max-width: 1024px) {
	.language-button img {
		width: 30px;
		height: 30px !important;
	}
}

@media(max-width:767px) {
	.language-button img {
		width: 20px;
		height: 20px !important;
	}

	.language-button {
		gap: 8px;
		padding: 4px 10px !important;
		border-radius: 8px !important;
	}

	.arrow {
		width: 9px;
	}

	.language-list {
		padding: 0px;
		border-radius: 8px;
		min-width: 75px;
	}

	.language-list img {
		width: 20px;
		height: 20px !important;
	}
}
