/* style.css */
/*
Template Name: Pillarix - Multipurpose Website Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.0
*/
/*
-- Body
-- Custom Classes 
-- Navbar
-- Sidebar-Nav
-- Homepage
-- Services
-- About
-- Contact
-- Footer
-- Mobile Media
*/

@media (max-width: 500px) {
	.fImage {
		width: 100px !important;
		text-align: center !important;
	}
}

/* Body */
.logo-img {
	filter: none !important;
}

.logo-slider {
	padding: 40px 0;
	background-color: #f8f9fa;
}

.logo-img {
	height: 80px;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.3s ease;
}

.logo-img:hover {
	filter: grayscale(0);
	opacity: 1;
}

body {
	font-family: "El Messiri", sans-serif !important;
	font-optical-sizing: auto;
	font-style: normal;
}

* {
	font-family: "El Messiri", sans-serif !important;
	font-optical-sizing: auto;
	font-style: normal;
	overflow: auto;
}

.header-img {
	filter: brightness(100%);
	height: 100vh !important;
}

a {
	text-decoration: none;
	color: #1b1b1b;
}

a:hover {
	color: #5c544d;
}

.bg-dark {
	background-color: #6088B8 !important;
}

.content {
	width: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-inline: auto;
	gap: 25px;
	color: #fff;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-color: #000000;
}

/* Custom Classes */
.osahan-main-nav.fixed-top {
	background: #000000 !important;
}

.lawyer-nav a.nav-link {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
	color: #ffffff !important;
}

.btn-lg {
	font-size: 14px;
	padding: 18px 39px;
}

.btn-primary {
	background-color: #C6CB45 !important;
	border-color: #C6CB45 !important;
	color: #000000;
}

.btn-primary:hover {
	background-color: #e39c39 !important;
	border-color: #e39c39 !important;
}

.text-primary {
	color: #C6CB45 !important;
}

.light-text-primary {
	color: #5c544d;
}

.light-bg-primary {
	background-color: #5c544d;
}

.bg-primary {
	background-color: #C6CB45 !important;
}

.icon {
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.w-8 {
	width: 8%;
}

.mb-n6 {
	margin-bottom: -6rem;
}

.mt-n7 {
	margin-top: -7rem;
}

/* Navbar */
.lawyer-nav .navbar-nav .nav-link {
	padding: 10px 0;
}

.lawyer-nav .navbar-nav .nav-link.active {
	color: #C6CB45 !important;
}

/* Sidebar Nav */
.sidebar-nav .nav-link.active {
	color: #C6CB45;
}

/* Homepage */
.bg-homepage {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Services */
.bg-services {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.box:hover {
	background-color: #6088b8;
	border-color: #c7cb45 !important;
	color: #fff !important;
	transition: .5s;
}

.box:hover i,
.box:hover p,
.box:hover h5 {
	color: #fff !important;
}

.person-img {
	width: 140px;
}

.box-shadow:hover {
	border: 1px solid transparent !important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	transition: .2s;
}

/* About */
.bg-about {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-about.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Contact */
.bg-contact {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/bg-contact.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Footer */
.bg-footer {
	background-color: #2f2a23;
}

.social-links a {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-links a:hover {
	background-color: #5c544d !important;
}

.tall-me {
	height: 100% !important;
}

/* Mobile Media  */
@media (max-width:992px) {
	.m-none {
		display: none;
	}
}

.weight-logo {
	width: 10% !important;
}

.value-card {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
}

.value-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.img-private {
	height: 100vh;
	width: 100%;
}

.bg-trans {
	background-color: transparent !important;
}

/*** Spinner Start ***/
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	scrollbar-width: none !important;
}

.body {
	padding: 0%;
	margin: 0%;
	box-sizing: border-box;
	scrollbar-width: none !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, .p {
	font-family: "El Messiri", sans-serif !important;
}

#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

/*** Spinner End ***/
#back-to-top {
	background-color: #c7cb45 !important;
	color: #fff !important;
	overflow: hidden !important;
}

#back-to-top::before {
	content: "⬆";
	display: block;
	font-size: 35px;
	margin-bottom: 10px;
}

#lang-page {
	background-color: transparent;
	border: 0px;
	color: #ffffff;
	margin-left: 5px;
}

/*** Button Start ***/
.btn {
	font-weight: 600;
	transition: .5s;
}

.btn-square {
	width: 32px;
	height: 32px;
}

.btn-sm-square {
	width: 34px;
	height: 34px;
}

.btn-md-square {
	width: 44px;
	height: 44px;
}

.btn-lg-square {
	width: 56px;
	height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	border-radius: 50%;
}

.btn.btn-primary {
	box-shadow: inset 0 0 0 0 var(--bs-primary);
	background-color: #1863dc;
	color: white;
}

.btn.btn-primary:hover {
	box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
	color: var(--bs-primary) !important;
}

.btn.btn-light {
	box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
	box-shadow: inset 300px 0 0 0 var(--bs-primary);
	color: var(--bs-light) !important;
}

.btn-hover {
	transition: 0.5s;
}

.btn-hover:hover {
	color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title h1 {
	font-size: 40px !important;
	font-weight: 900;
}

.section-title {
	text-align: center;
	margin: 0 auto;
}

.sub-style {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: var(--bs-primary);
}

.sub-style::after {
	content: "";
	width: 1200px;
	position: absolute;
	top: 43%;
	left: -1156px;
	right: 0;
	transform: translateY(-50%);
	margin-bottom: 5px;
	margin-left: -50px;
	border: 2px solid rgba(242, 242, 242, 1) !important;
}

.sub-style-services {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: var(--bs-primary);
}

.sub-style-services::after {
	content: "";
	width: 1200px;
	position: absolute;
	top: 43%;
	left: 186px;
	right: 0;
	transform: translateY(-50%);
	margin-bottom: 5px;
	margin-left: -50px;
	border: 2px solid rgba(242, 242, 242, 1) !important;
}

.cover {
	background-position: 100% 100% !important;
	background-size: cover !important;
}

/* Language Menu */
.lang-menu {
	position: relative;
}

.selected-lang {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	line-height: 2;
	width: 90px;
}

.selected-lang:before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(https://flagsapi.com/SA/shiny/32.png);
}

.lang-menu ul {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border: 1px solid #f8f8f8;
	box-shadow: 0px 1px 10px rgb(11, 18, 24, 0.6) !important;
	border-radius: 7px;
	display: none;
	position: absolute;
	top: -20px;
	left: -30px;
	text-align: center;
}

.lang-menu ul li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
}

.lang-menu ul li a {
	width: 130px;
	display: block;
	padding: 3px 3px;
	transition: all .5s;
	font-weight: bold;
}

.lang-menu ul li a:before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-left: 15px;
	transition: all .5s;
}

.lang-menu ul li a:hover {
	background-color: #f2f2f2;
}

.ar::before {
	background-image: url(https://flagsapi.com/SA/shiny/32.png);
}

.en::before {
	background-image: url(https://flagsapi.com/US/shiny/32.png);
}

.lang-menu:hover ul {
	display: block;
}

.sub-title {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: var(--bs-primary);
}

.sub-title::before {
	content: "";
	width: 100px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	margin-top: 8px;
	margin-right: -100px;
	border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
	content: "";
	width: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	margin-bottom: 8px;
	margin-right: -50px;
	border: 1px solid var(--bs-primary) !important;
}

/*** Toolbar Start ***/
.fixed-top .container {
	transition: 0.5s;
}

.topbar {
	padding: 2px 10px 2px 20px;
	background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
	transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
	color: var(--bs-secondary) !important;
}

.sub-style h2 {
	color: #030326;
}

@media (max-width: 576px) {
	.topbar {
		display: none;
	}
}

/*** Navbar ***/
.navbar-brand {
	margin-right: 0px !important;
}

.navbar-custom {
	top: 0;
	background-color: rgba(11, 18, 24, 0.952) !important;
	z-index: 1000 !important;
	transition: opacity 0.3s ease !important;
	position: fixed !important;
	top: 0;
	width: 100% !important;
	flex-wrap: wrap !important;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
	padding: 20px 0;
	color: #ffffff56 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
	max-height: 50px;
	transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
	max-height: 45px;
}

.btnLink {
	color: #ffffff;
	border-radius: 25px;
	padding: 10px 15px;
	width: auto;
	margin-right: 15px;
	margin: auto;
	font-size: medium;
	background: linear-gradient(to right, #69b2c12d, #6088b831, #c7cb452d) !important;
	font-family: "El Messiri", sans-serif;
}

.lang-options {
	background-color: #DDDDDD;
}

.nav-link {
	font-family: "El Messiri", sans-serif;
	position: relative;
	padding: 35px 0;
	outline: none;
	color: #FFF !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: .5s;
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	vertical-align: middle;
	margin-left: 8px;
}

@media (min-width: 1200px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		visibility: hidden;
		top: 100%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		border: 0;
		border-radius: 10px;
		transition: .5s;
		opacity: 0;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
		margin: auto;
		text-align: center;
		justify-content: normal;
	}
}

.dropdown .dropdown-menu a:hover {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
	transform: rotateX(0deg);
	visibility: visible;
	background: var(--bs-light) !important;
	transition: .5s;
	opacity: 1;
}

@media (max-width: 991.98px) {
	.sticky-top.navbar-light {
		position: relative;
		background: var(--bs-white);
	}

	.navbar.navbar-expand-lg .navbar-toggler {
		padding: 10px 20px;
		border: 1px solid var(--bs-primary);
		color: var(--bs-primary) !important;
	}

	.navbar-light .navbar-collapse {
		margin-top: 15px;
		border-top: 1px solid #DDDDDD;
	}

	.navbar-light .navbar-nav .nav-link,
	.sticky-top .navbar-light .navbar-nav .nav-link {
		padding: 10px 0;
		margin-left: 0;
		color: var(--bs-dark) !important;
	}

	.navbar-light .navbar-brand img {
		max-height: 45px;
	}
}

@media (min-width: 992px) {
	.navbar-light {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		z-index: 999;
	}

	.sticky-top.navbar-light {
		position: fixed;
		background: var(--bs-light) !important;
	}

	.navbar-light .navbar-nav .nav-link::before {
		position: absolute;
		content: "";
		width: 0;
		height: 2px;
		bottom: -1px;
		left: 50%;
		background: var(--bs-primary);
		transition: .5s;
	}

	.navbar-light .navbar-nav .nav-link:hover::before,
	.navbar-light .navbar-nav .nav-link.active::before {
		width: calc(100% - 2px);
		left: 1px;
	}

	.navbar-light .navbar-nav .nav-link.nav-contact::before {
		display: none;
	}
}

/*** Carousel Hero Header Start ***/
.header-carousel {
	position: relative;
}

@media (min-width: 991px) {
	.img-rna {
		background-position: 100% 100% !important;
		background-size: cover !important;
		height: 100vh;
	}
}

.img-custom {
	background-position: 100% 100% !important;
	background-size: cover !important;
	filter: brightness(30%) !important;
	background-attachment: fixed !important;
	object-position: center center;
}

@media (max-width: 844px) {
	.img-custom-01 {
		object-fit: cover;
		object-position: center center;
	}

	.img-custom-02 {
		object-fit: cover;
		object-position: center center;
	}

	.img-custom-03 {
		object-fit: cover;
		object-position: 70% center !important;
	}

	.img-custom-04 {
		object-fit: cover;
		object-position: center center;
	}
}

.header-carousel .owl-nav .owl-prev {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--bs-primary);
	color: var(--bs-white);
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--bs-primary);
	color: var(--bs-white);
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
	transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
	box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
	color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
	.header-carousel .owl-nav .owl-prev,
	.header-carousel .owl-nav .owl-next {
		top: 630px;
		transition: 0.5s;
	}

	.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
		width: 95% !important;
	}
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
	position: relative;
	width: 100%;
	height: 700px;
	margin-top: 95px;
	display: block;
	object-fit: cover;
	transition: 0.5s;
}

@media (max-width: 992px) {
	.header-carousel .header-carousel-item,
	.header-carousel .header-carousel-item img {
		margin-top: 0;
		transition: 0.5s;
	}
}

@media (min-width: 992px) {
	.header-carousel .owl-nav .owl-prev,
	.header-carousel .owl-nav .owl-next {
		margin-top: 50px;
	}
}

.header-carousel .header-carousel-item .carousel-caption {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 100px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
	position: relative;
	width: 75%;
}

/*** Carousel Hero Header End ***/

.carousel .carousel-indicators button {
	width: 8px !important;
	height: 8px !important;
	background-color: #ffffffd0 !important;
	border: 1px solid transparent;
	border-radius: 20px !important;
}

.carousel .carousel-indicators button.active {
	width: 20px !important;
	height: 8px !important;
	background-color: #ffffffce !important;
	border: 1px solid transparent;
	border-radius: 20px !important;
}

.home-cap h3 {
	color: #fff !important;
}

.home-cap p {
	color: #fff !important;
}

.ri-auction-fill:before {
	position: relative;
	content: "\f27a";
	background-color: white;
	border: 10px;
}

.coins {
	position: relative;
	background-color: white;
	font-size: 50px;
}

.cuscom {
	transform: translate(0%, 370%);
}

.carousel-control-next-icon {
	display: flex;
	width: 2rem;
	height: 2rem;
	bottom: 70px;
	right: 70px;
	color: #161515;
	border-radius: 50%;
}

.carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	bottom: 70px;
	left: 70px;
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
	color: var(--bs-white) !important;
}

/*** Service Start ***/
.service .service-item {
	box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.service .service-item .service-img img {
	transition: 0.5s;
}

.service .service-item .service-img::before {
	width: 100%;
	height: 0;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	transition: 0.5s;
	z-index: 5;
}

.service .service-item:hover .service-img::before {
	height: 100%;
	background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
	transform: scale(1.3);
}

.service .service-item .service-content {
	position: relative;
	z-index: 2;
}

.service .service-item .service-content::before {
	width: 100%;
	height: 8px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: rgba(21, 185, 217, .5);
	transition: 0.5s;
	z-index: 3;
}

.service .service-item:hover .service-content::before {
	background: rgba(21, 185, 217, .5);
	height: 100%;
}

.service .service-item .service-content .service-content-inner {
	transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner {
	position: relative;
	color: var(--bs-white) !important;
	z-index: 9;
}

.service .service-item:hover .service-content .service-content-inner h5 {
	color: var(--bs-secondary);
}

/*** About Start ***/
.about .about-img {
	position: relative;
	overflow: hidden;
	height: 100%;
	border-radius: 10px;
}

.about .about-img .about-img-inner {
	position: absolute;
	left: 0;
	bottom: 0;
	border: 10px solid;
	border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
	border-radius: 50%;
}

.about .about-img .about-experience {
	position: absolute;
	top: 125px;
	left: -125px;
	transform: rotate(-90deg);
	background: transparent;
	color: var(--bs-primary);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 4px;
}

.fa-angle-double-left:before {
	content: "\f100";
	color: black;
}

/***** Message Section *****/
.msg-sec-bg {
	background-image: url(../img/backgroung.jpeg);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.msg-sec-bg::before {
	content: "";
	position: absolute;
	background-color: rgba(11, 24, 39, 0.95);
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.msg-title {
	color: #fff;
	text-align: right;
	-webkit-text-stroke-width: 1;
	font-family: "El Messiri", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 58px;
	letter-spacing: 0.2px;
}

.msg-caption {
	color: rgba(230, 245, 251, 1);
	text-align: right;
	font-family: "El Messiri", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: -0.2px;
}

@media (max-width: 600px) {
	.vh-layer {
		height: 100vh;
	}

	.work-details h4 {
		margin-left: -25px !important;
	}

	.work-details p {
		margin-left: -23px !important;
		font-size: 15px !important;
	}

	.weight-logo {
		width: 50% !important;
	}
}

.w-cus {
	width: 95%;
	height: 100%;
}

/*** Feature Start ***/
.feature .feature-item {
	position: relative;
	display: flex;
	border: 1px solid rgba(242, 242, 242, 1);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1);
	transition: 0.5s;
	height: 100%;
}

.feature .feature-item::before {
	width: 0;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	transition: 0.5s;
}

.feature-icon i {
	color: rgba(0, 66, 90, 1);
}

.feature .feature-item:hover {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.789) !important;
	transition: all 1s;
}

.feature .feature-item .feature-icon {
	display: inline-flex;
	border-radius: 10px;
	transition: 0.5s;
}

.feature-content h5 {
	color: var(--Foundation-Dark-dark-900, #0B1218);
	text-align: center;
	font-family: "El Messiri", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.feature-content p {
	color: var(--Foundation-Dark-dark-400, #495561);
	text-align: center;
	font-family: "El Messiri", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

/*** Product Start ***/
.sub-style-product {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: var(--bs-primary);
}

.sub-style-product:after {
	content: "";
	width: 1200px;
	position: absolute;
	top: 46%;
	left: -500px;
	right: 0;
	transform: translateY(-50%);
	margin-bottom: 5px;
	margin-left: -707px;
	border: 2px solid rgba(242, 242, 242, 1) !important;
}

.fa-500px:before {
	content: "(" !important;
}

.partners h4 {
	color: var(--Foundation-Dark-dark-50, #E8EAEB);
	text-align: right;
	font-family: "El Messiri", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 30px;
}

.partners p {
	color: rgba(255, 255, 255, 0.609);
	font-family: "El Messiri", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

/*** Why Saudi Start ***/
.transparent-background {
	background-color: transparent !important;
}

.custom-p {
	color: rgba(255, 255, 255, 0.609);
	font-family: "El Messiri", sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.whysaudi h2 {
	color: var(--Foundation-White-white-50, #FEFEFE);
	text-align: right;
	font-family: "El Messiri", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.font-custom {
	color: rgba(255, 255, 255, 0.609) !important;
}

@media(max-width: 576px) {
	.font-custom {
		color: rgba(255, 255, 255, 0.609) !important;
		font-size: 15px !important;
		line-height: 155% !important;
	}
}

.why-icon i {
	color: #0B1827;
	background-color: #4c5a68;
	padding: 12px;
	border-radius: 50%;
}

.why-contet {
	text-align: end !important;
}

.why-contet h3 {
	color: white;
	text-align: right;
	font-family: "El Messiri", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.why-contet p {
	color: rgba(255, 255, 255, 0.661);
	text-align: right;
	font-family: "El Messiri", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
}

/*** Contact Us ***/
.contact-us {
	color: white !important;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 20px;
	background: rgba(4, 14, 29, 0.95);
}

.contact-us h3 {
	color: #FFF;
	text-align: right;
	font-family: "El Messiri", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 46px;
}

.contact-us i {
	background-color: #00425a;
	padding: 20px;
	border-radius: 50%;
}

.content-icons h4 {
	color: #FFF;
	text-align: right;
	font-family: "El Messiri", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.content-icons address {
	color: #FFF !important;
	text-align: right;
	font-family: "El Messiri", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.content-icons a {
	color: #FFF !important;
	text-align: right;
	font-family: El Messiri;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.social-icons {
	display: inline-block;
	background-color: "El Messiri", sans-serif;
}

#twitter-x-icon {
	background-color: transparent !important;
	background-color: #00425a;
}

/*** Appointment Start ***/
.appointment {
	background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	border: #000000 solid 2px;
}

.appointment .appointment-form {
	background-color: rgba(246, 246, 246, 1);
	border-radius: 20px;
	border: #000000 solid 2px;
}

.appointment label {
	font-weight: 900;
	color: #000000;
	font-size: larger;
}

.appointment .appointment-form .btn.btn-primary {
	box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
	box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
	color: var(--bs-primary) !important;
}

/*** Footer Start ***/
.footer {
	background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/hero/hero-02.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .footer-item a {
	line-height: 35px;
	color: var(--bs-body);
	transition: 0.5s;
}

.footer .footer-item p {
	line-height: 35px;
}

.footer .footer-item a:hover {
	letter-spacing: 2px;
	color: var(--bs-primary);
}

.widget-content h4,
.footer-item h4 {
	color: var(--Foundation-Dark-dark-50, #E8EAEB);
	text-align: right;
	font-family: "El Messiri", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 29px;
}

.btn-custom {
	background: linear-gradient(to right, #00773d, #01a9e7) !important;
}

.btn-cus {
	background: linear-gradient(to right, #6088b8, #6088b8a6) !important;
	color: white;
	font-size: large;
}

.btn-cus:hover {
	color: white;
}

.bg-min11 {
	color: #69b2c1 !important;
}

.bg-min22 {
	color: #6088b8 !important;
}

/* .bg-min33 {
	color: #c7cb45 !important;
} */

.bg-min1 {
	background-color: #69b2c1 !important;
}

.bg-min2 {
	background-color: #6088b8 !important;
}

.bg-min3 {
	background-color: #c7cb45 !important;
}

.subscribe-form {
	position: relative;
}

.subscribe-form .form-input {
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 50px;
	padding: 10px;
	padding-right: 140px;
	border-radius: 2px;
}

.submit-btn {
	text-transform: uppercase;
	color: #fff !important;
	font-size: 12px;
	border-radius: 2px;
	line-height: 50px;
	font-weight: 600;
	display: inline-block;
	letter-spacing: .5px;
	padding: 0 30px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.z-me {
	z-index: 1000;
}

/*** Navbar Toggler ***/
.navbar-toggler-icon:after {
	display: block;
	background-color: black;
	height: 0px;
	content: "";
	position: relative;
	top: 4px;
	transition: all 0.35s ease-out;
	transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
	background-color: white;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	transform: rotate(180deg);
	transition: all 1s;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
	opacity: 0;
}

.navbar-toggler:not(.collapsed).navbar-toggler-icon::after {
	transform: rotate(-90deg) translateX(20px);
}

.bg-cust {
	background-color: #fff;
}

.cus-color1 {
	background-color: #6088b8;
}

.cus-color2 {
	background-color: #c7cb45;
}

.cus-color3 {
	background-color: #69b2c1;
}

.w-head {
	width: 45% !important;
}

.w-img {
	width: 100% !important;
}

@media (min-width: 765px) {
	.w-img {
		width: 100% !important;
	}

	.w-head {
		width: 20% !important;
	}

	.btn-cus {
		background: linear-gradient(to right, #6088b8, #6088b8a6) !important;
		color: white;
		font-size: large;
	}
}

/* Navigation Spacing Improvements */
.navbar-custom {
	padding-left: 20px;
	padding-right: 20px;
}

.navbar-nav .nav-item {
	margin-left: 15px;
	margin-right: 15px;
}

.navbar-toggler {
	margin-left: 8px;
	/* margin-right: 15px; */
}

#nav-btn {
	margin-left: 10px;
	margin-right: 10px;
}

@media (max-width: 768px) {
	.navbar-custom {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* زيادة حجم الشعار للديسك توب */
.logo-container {
  width: 200px !important; /* زيادة العرض من 150px إلى 200px */
  min-width: 200px !important;
}

.logo-image {
  max-height: 90px !important; /* زيادة الحد الأقصى للارتفاع من 70px إلى 90px */
  width: 100% !important;
  height: auto !important;
}

/* زيادة حجم الشعار للتابلت */
@media (max-width: 991.98px) {
  .logo-container {
    width: 140px !important; /* زيادة من 100px إلى 140px */
    min-width: 140px !important;
  }
  
  .logo-image {
    max-height: 75px !important;
  }
}

/* زيادة حجم الشعار للجوال */
@media (max-width: 576px) {
  .logo-container {
    width: 120px !important; /* زيادة من 80px إلى 120px */
    min-width: 120px !important;
  }
  
  .logo-image {
    max-height: 65px !important;
  }
}

/* تأكيد إضافي للشعار */
.enhanced-navbar .logo-container {
  flex: 0 0 auto !important;
}

.enhanced-navbar .logo-image {
  object-fit: contain !important;
  display: block !important;
}

.page-title {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 160px 0 80px 0;
    text-align: center;
    position: relative;
}

.dark-background {
    --background-color: #060606;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #252525;
    --contrast-color: #ffffff;
}
.page-title .breadcrumbs ol {
    display: flex
;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.page-title .breadcrumbs ol {
    display: flex
;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}
.page-title h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-title .breadcrumbs ol li + li::before {
    content: "/";
    display: inline-block;
    padding-left: 10px;
    color: 
 color-mix
↳
 color-mix(in srgb, #ffffff, transparent 50%)
↳
#ffffff80
(in srgb, var(--default-color), transparent 50%);
}