/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h, .header_hor .l-header.pos_fixed~.l-main>form>.l-section:first-of-type>.l-section-h, .header_hor .l-header.pos_static.bg_transparent~.l-main>.l-section:first-of-type>.l-section-h, .header_hor .l-header.pos_static.bg_transparent~.l-main>form>.l-section:first-of-type>.l-section-h {
    padding-top: 0px !important;
}
body .l-canvas.type_wide .l-main {
	padding-top: 36px;
}
.header_hor .ush_menu_1.type_desktop.headerMenu .menu-item.level_1>a:not(.w-btn) {
	line-height: 120px;
}
.header_hor .ush_menu_1.type_desktop.headerMenu .menu-item.level_1>a:not(.w-btn):hover {
	color:rgba(255,255,255,.7) !important;
}
.w-nav.type_desktop.dropdown_height.headerMenu .w-nav-list:not(.level_1) {
	background: #FFF !important;
    color: #555 !important;
    box-shadow: 1px 5px 17px 0px rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
	border-radius: 6px;
    letter-spacing: -0.32px;
    padding: 5px;
}
.w-nav.type_desktop.headerMenu .w-nav-anchor:not(.level_1) {
	padding: 8px 10px;
	border-radius: 6px;
}
.w-nav.type_desktop.headerMenu .w-nav-anchor:not(.level_1):hover {
	background: #112469 !important;
    color: #FFF !important;
}
.header_hor .l-subheader-cell.at_right .w-search.searchBlock:not(.layout_simple):last-child {
	margin-right: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1330px) {
	.header_hor .ush_menu_1.type_desktop.headerMenu .menu-item.level_1 > a:not(.w-btn) {
		font-size: 13px;
	}
}

/* hero section slider code */
.heroslider{
    height: 100vh !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.heroslider .slick-dots {
    position: absolute;
    bottom: 70px;
}
.heroslider .slick-dots li {
	width: 16px;
	height: 16px;
	line-height: normal;
}
.heroslider .slick-dots li i {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 4px;
	background: #FFFFFF;
}
.heroslider .slick-dots li i::before {
	display: none;
}
.heroslider .slick-slider .slick-list .slick-slide{
	margin:0px !important;
}
/* Owl Carousel Dots Styling for highlightslider - Square Dots */
.highlightslider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    margin: 0 !important;
    display: flex;    
    align-items: center;
}
.highlightslider .owl-dot {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.highlightslider .owl-dot span {
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    display: block;
    border-radius: 2px;
    transition: all 0.3s ease;
    cursor: pointer;
	opacity: .3;
	border: 0px;
	box-shadow: none;
	margin: 0 5px;
}
.highlightslider .owl-dot.active span {
    opacity: 1 !important;
	background: #ffffff !important;
}
.highlightslider .owl-dot span{
	color: #FFFFFF !important;
}
.highlightslider .owl-dot:hover span {
    background: #FFFFFF !important;
}

/* Make sure the carousel container has relative positioning */
.highlightslider {
    position: relative;
}

.highlightslider .owl-stage-outer {
    position: relative;
}
/* Footer Social Icons - Exact Position */
.l-header .searchBlock .w-search-open {
	width:34px;
	height:34px;
	font-size:15px;
	display:flex;
	align-items:center;
	justify-content:center;
	border: 1px solid #ffffff;
	color:#ffffff;
	border-radius:6px;
}
.l-header .searchBlock .w-search-open:hover {
	color: rgba(255,255,255,.7) !important;
	border-color: rgba(255,255,255,.7) !important;
}
.l-header .searchBlock .w-search-open i.far.fa-search {
	font-family: "fontawesome";
}
.l-footer .w-socials {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.l-footer .w-socials-item-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    height: 38px !important;
    background-color: #ffffff !important;
    border-radius: 50% !important;
    color: #112469 !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
}

.l-footer .w-socials-item-link:hover {
    background-color: #1a3d8f !important;
    color: #ffffff !important;
    transform: translateY(-3px);
}

.l-footer .w-socials-item-link i {
    color: inherit !important;
}
.footer-logo-wrap{
	gap:50px;
}
/* footer form code */
.Enter-Your-mail-form{
	    display: flex
;
    gap: 20px;
    flex-flow: column;
}
/* Email Input */
.Enter-Your-mail-form .form-item input {
    width: 100%;
    padding: 12px 20px !important;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
    min-height: auto;
    height: auto;
    line-height: 15px;
    box-shadow: none;
	font-family: "Optima", sans-serif !important;
}

.Enter-Your-mail-form .form-item input::placeholder {
  color:#ffffff;
  opacity: 1;
}

.Enter-Your-mail-form .form-item input::-ms-input-placeholder {
  color:#ffffff;
}

.Enter-Your-mail-form .form-item input:focus {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.05);
}
/* Subscribe Button */
.Enter-Your-mail-form .form-item-bttn input,
.Enter-Your-mail-form .form-item-bttn .wpcf7-submit {
  padding: 10px 30px;
  background: #ffffff;
  color: #112469 !important;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  width: auto;
  display: inline-block;
  font-family: "Optima", sans-serif !important;
}
.Enter-Your-mail-form .form-item-bttn input:hover {
	background: #112469;
	border:1px;
	border-color:#112469;
	color:#ffffff;
	transition: 0.3s;
}
.Enter-Your-mail-form .wpcf7-spinner{
	position:absolute;
}
.btn_new1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: fit-content;
	max-width: fit-content !important;
	position: relative;
	overflow: hidden;
	z-index: 1 !important;
	transition: all 0.3s ease;
	gap: 40px;
	padding: 12px 30px;
	border: 2px solid #112469;
	background-color: #ffffff;
	color: #112469;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
}

.btn_new1:before {
	content: '';
	position: absolute !important;
	bottom: 0 !important;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #2247CF !important;
	transition: height 0.3s ease;
	z-index: -1;
}

.btn_new1 .far {
	transform: rotate(315deg);
	transition: color 0.3s ease;
}

html.light .btn_new1:hover {
	color: #ffffff !important;
	border-color: #112469 !important;
	transition: all 0.3s ease-in-out;
}

.btn_new1:hover:before {
	height: 100%;
}

html.light .btn_new1:hover .far {
	color: #ffffff !important;
}

.listtext ul{
	display: flex;
    align-items: center;
    flex-flow: wrap;
    margin-left: 0px;
    max-width: 450px;
    gap: 10px;
}
.listtext ul li{
	margin: 0 0 0 20px;
}
.btn_new2{
    justify-content: space-between;
    width: fit-content;
    max-width: fit-content !important;
    position: relative;
    overflow: hidden;
    z-index: 1 !important;
    transition: color 0.3s ease;
	gap: 40px;
}
.btn_new2:before {
    content: '';
    position: absolute !important;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #2a5393 !important;
    transition: height 0.3s ease;
    z-index: -1;
}
.btn_new2 .far {
    transform: rotate(315deg);
}
html.light .btn_new2:hover {
    color: #ffffff !important;
    border-color: #2a5393 !important;
    transition: ease-in-out 0.3s;
}
.btn_new2:hover:before {
    height: 100%;
}
html.light .btn_new2:hover .far {
    color: #ffffff !important;
}
.linktext a {
    text-decoration: underline !important;
    text-decoration-style: solid !important;
    text-decoration-skip-ink: true;
	margin-bottom: 20px;
}
.dropdown_bg{
	padding: 10px 20px 10px 20px;
	background-color: #ffffff;
}
/* Apply black color to all dropdown text in heroslider */
.dropdown_bg .w-dropdown-item,
.dropdown_bg .w-dropdown-item a,
.dropdown_bg .w-dropdown-item-title,
.dropdown_bg .w-dropdown-item:hover,
.dropdown_bg .w-dropdown-item:focus,
.dropdown_bg .w-dropdown-item:active,
.dropdown_bg .w-dropdown-current a,
.dropdown_bg .w-dropdown-current .w-dropdown-item-title {
    color: #4F4F4F !important;
}

/* Optional: force icons or pseudo elements to stay black too */
.dropdown_bg .w-dropdown-item::before,
.dropdown_bg .w-dropdown-item::after {
    color: #4F4F4F !important;
    border-color: #4F4F4F !important;
}

/*============= ANNOUNCEMENTS TAB CSS CODE ============= */
.disclosureswrap .w-tabs.style_trendy.layout_hor>.w-tabs-list:before {
    border-width: 0;
}
.disclosureswrap .w-tabs.style_trendy.layout_hor>.w-tabs-list .w-tabs-item:hover,
.disclosureswrap .w-tabs.style_trendy.layout_hor>.w-tabs-list .w-tabs-item.active {
	color: #1D1D1D !important;
}
.disclosureswrap .w-tabs.style_trendy.layout_hor>.w-tabs-list .w-tabs-list-bar {
	background: #1D1D1D !important;
}
.w-tabs.disclosureswrap .w-hwrapper .w-iconbox .w-iconbox-icon{
	display:none;
}
.w-tabs.disclosureswrap .w-hwrapper .w-iconbox .w-iconbox-meta .w-iconbox-title{
	padding-bottom: 0px;
	color: #1D1D1D !important;
	padding-top: 0px;
}
.w-tabs.disclosureswrap .w-hwrapper .w-iconbox .w-iconbox-meta .w-iconbox-text p{
	font-size: 24px !important;
	color: #1D1D1D !important;
	padding-top:5px;
	font-family: "Optima", sans-serif !important;
}
.w-tabs.disclosureswrap .w-hwrapper.junewrap::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 250px;
	height: 1px;
	display: block;
	margin: 0 auto;
	background: #d4d4d4;
}
/* .w-tabs-list-h .w-tabs-item defined-active*/
.w-tabs.style_trendy>.w-tabs-list .w-tabs-item.active {
	color: #1D1D1D !important;
	font-family: "Optima", sans-serif !important;
}
/* Read More Button - Bottom Gray Box in Green Container */
.post-read-more {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    max-width: fit-content !important;
    position: relative;
    overflow: hidden;
    z-index: 1 !important;
    border: 2px solid #ffffff !important;
    background: transparent !important;
    color: #ffffff !important;
    padding: 12px 35px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    align-self: flex-start;
    transition: color 0.3s ease, border-color 0.3s ease;
    gap: 40px;
}

.post-read-more:before {
    content: '';
    position: absolute !important;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ffffff !important;
    transition: height 0.3s ease;
    z-index: -1;
	color: #112469 !important;
}

.post-read-more .far {
    transform: rotate(315deg);
    transition: color 0.3s ease;
}
.w-btn.usg_btn_1.post-read-more:hover{
    color: #112469 !important;
    border-color: #ffffff !important;
    transition: ease-in-out 0.3s;
}

.post-read-more:hover:before {
    height: 100%;
}

.post-read-more:hover .far {
    color: #112469 !important;
}

/* For light mode support (if needed) */
html.light .post-read-more:hover {
    color: #112469 !important;
    border-color: #ffffff !important;
}

html.light .post-read-more:hover .far {
    color: #112469 !important;
}
/* Active tab bar/border */
.w-tabs-list .w-tabs-list-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px !important;
    height: 2px;
    background: #000000 !important;
}

/* Active tab text color */
.w-tabs-list-h .w-tabs-item.active {
    color: #112469 !important;
}
.w-tabs-list.items_2.align_none {
    display: flex;
    position: relative;
    border-bottom: 0px solid #ffffff;
}
/* Tab list container */
.w-tabs-list-h {
    position: relative;
    display: flex;
}

/* Individual tab items */
.w-tabs-item {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    min-width: 150px;
    flex: 0 0 150px;
    font-family: Optima, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    color: #777777;
    transition: color 0.3s ease;
	border-bottom: 2px solid transparent;
}
/* Active tab styling - THIS IS THE KEY FIX */
.w-tabs-item.defined-active.active,
.w-tabs-item.active {
    color: #1D1D1D !important;
	border-color: #1D1D1D;
}
/* Active tab title text */
.w-tabs-item.active .w-tabs-item-title,
.w-tabs-item.defined-active .w-tabs-item-title {
    color: #1D1D1D !important;
}
/* Active tab span text */
.w-tabs-item.active span,
.w-tabs-item.defined-active span {
    color: #1D1D1D !important;
}
/* Active tab underline bar */
.w-tabs-list-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px !important;
    height: 2px;
    background: #000000;
    transition: left 0.3s ease, width 0.3s ease;
	display: none;
}
.w-tabs-list .w-tabs-list-bar {
    left: 0;
    bottom: 0;
    height: 2px;
}
.w-tabs-item:hover {
    color: #112469;
}
/* project slider css code */
.projectwrapper .l-section-h,
.projectwrapper .l-section-h .g-cols,
.projectwrapper .l-section-h .g-cols .wpb_column,
.projectwrapper .l-section-h .g-cols .wpb_column .owl-carousel .owl-stage-outer,
.projectwrapper .l-section-h .g-cols .wpb_column .owl-carousel .owl-stage-outer .owl-stage,
.projectwrapper .l-section-h .g-cols .wpb_column .owl-carousel .owl-stage-outer .owl-stage .owl-item,
.projectwrapper .l-section-h .g-cols .wpb_column .owl-carousel .owl-stage-outer .owl-stage .owl-item .w-grid-item-h,
.projectwrapper .l-section-h .g-cols .wpb_column .owl-carousel .owl-stage-outer .owl-stage .owl-item .w-grid-item-h .w-hwrapper{
	position:static;
}
.projectwrapper .l-section-h .g-cols .wpb_column .owl-carousel .owl-stage-outer .owl-stage .owl-item .w-grid-item-h .w-hwrapper {
	height: 100%;
}
/* project slider button code */
.projectcarousel .w-grid-list.owl-carousel .owl-nav {
	position: absolute;
    right: 23%;
    bottom: auto;
	width: fit-content !important;
    left: auto;
    height: fit-content;
    top: 600px !important;
}
.projectcarousel .w-grid-list.owl-carousel .owl-nav button {
    color: #ffffff !important;
    background: transparent !important;
}
.projectcarousel  .w-grid-list.owl-carousel .owl-nav .owl-prev,
.projectcarousel  .w-grid-list.owl-carousel .owl-nav .owl-next {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
	transform: none;
}
.projectcarousel  .w-grid-list.owl-carousel .owl-nav .owl-prev::after,
.projectcarousel  .w-grid-list.owl-carousel .owl-nav .owl-next::after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 52px;
    height: 22px;
    display: inline-block;
}
.projectcarousel.layout_332 .usg_vwrapper_1 {
	width: 100% !important;
/*     height: 660px;
    max-width: 607px !important;
    min-height: 660px !important; */
    margin-left: auto !important;
    margin-right: 0 !important;
    position: relative !important;
    animation-name: afr !important;
    animation-delay: 0.3s !important;
    background: #112469 !important;
/*     padding: 80px 60px 170px 167px !important; */
}
.projectcarousel  .w-grid-list.owl-carousel .owl-nav .owl-prev::after {
    background-image: url('/wp-content/uploads/2025/10/arrow-left.png');
}
.projectcarousel  .w-grid-list.owl-carousel .owl-nav .owl-next::after {
    background-image: url('/wp-content/uploads/2025/10/arrow-right.png');
}

/* popup video slider button code */
.featured-clips-carousel{}
.blurimage .w-image-h img {
    width: 60px;
    margin: 0 auto;
    display: block;
}
/*section 2 slider image set code */
.highlightslider .w-post-elm.post_image img{
	object-fit: fill !important;
 	height: 100%;
}
.videoGridBlocks {
    gap: 70px;
}
.highlightslider .w-post-elm.post_image {
    height: 100%;
}
.heroslide .wpb_column{
	justify-content: center;
}
.investmentgrid{
	flex-flow: wrap;
}

@media screen and (min-width:1200px) and (max-width: 1440px) {
	.projectwrap {
		flex-flow: wrap;
		gap: 30px;
	}	
}
@media screen and (min-width:993px) and (max-width: 1199px) {
	.projectwrap {
		flex-flow: wrap;
		gap: 30px;
	}
	.financialsWrap .vc_column-inner .HRWrapper1 {
		flex-flow: wrap;
	}
	.listtext ul {
		gap: 5px;
	}
	.featured-clips-carousel .w-grid-item .w-hwrapper {
		flex-flow: wrap;
	}
	.highlightslider .w-grid-item .w-grid-item-h .w-post-elm,
	.highlightslider .w-grid-item .w-grid-item-h .w-post-elm a,
	.highlightslider .w-grid-item .w-grid-item-h .w-post-elm a img {
		height: 100%;
	}
	
}
@media only screen and (min-width:768px) and (max-width:992px){
	.wpcf7 .wpcf7-form .notify-wrapper .notify-email{
		    width: 273px !important;
	}
	.projectwrap {
		flex-flow: wrap;
		gap: 30px;
	}
	.financialsWrap .vc_column-inner .HRWrapper1 {
		flex-flow: wrap;
	}
	.listtext ul {
		gap: 5px;
	}
	.featured-clips-carousel .w-grid-item .w-hwrapper {
		flex-flow: wrap;
	}
	.highlightslider .w-grid-item .w-grid-item-h .w-post-elm,
	.highlightslider .w-grid-item .w-grid-item-h .w-post-elm a,
	.highlightslider .w-grid-item .w-grid-item-h .w-post-elm a img {
		height: 100%;
	}
}
@media only screen and (max-width:767px){
	.wpcf7 .wpcf7-form .notify-wrapper .notify-email{
		width: 212px !important;
	}
	.projectwrap {
		flex-flow: wrap;
		gap: 30px;
	}
	.financialsWrap .vc_column-inner .HRWrapper1 {
		flex-flow: wrap;
	}
	.featured-clips-carousel .w-grid-item .w-hwrapper {
		flex-flow: wrap;
	}
	.term-financial-annual-reports .l-main,
	.page-id-913 .l-main,
	.page-id-1486 .l-main,
	.term-dubai .l-main,
	.page-id-1537 .l-main,
	.page-id-19060 .l-main,
	.term-food-retail-sector .l-main,
	.page-id-4057 .l-main,
	.page-id-6729 .l-main,
	.page-id-19410 .l-main,
	.page-id-1434 .l-main,
	.page-id-19398 .l-main,
	.page-id-19028 .l-main,
	.tax-region_category .l-main,
	.tax-sector_category .l-main,
	.term-financial-quarterly-reports .l-main{
	display: flex;
    flex-direction: column-reverse;
	}
	.herosection{
		order: 1;
	}
}


.highlightslider .attachment .w-grid-item-h h2.w-post-elm.post_title {
	display:none;
}
/* about us page css code */
.mazaya-title {
  position: relative;
  text-align: center;
  letter-spacing: 4px;
  color: #333;
  padding: 0 40px;
  display: flex;
	align-items: center;
	gap:20px !important;
}

.mazaya-title::before,
.mazaya-title::after {
  content: '';
  position: relative;
  width: 150px;
  height: 2px;
}

.mazaya-title::before {
  background: linear-gradient(270deg, #B6B6B6 0%, #FFFFFF 100%);
}

.mazaya-title::after {
background: linear-gradient(90deg, #B6B6B6 0%, #FFFFFF 100%);
}
.teamname.w-iconbox {
    justify-content: space-between;
}
.teamname.w-iconbox .w-iconbox-meta .w-iconbox-title {
	margin: 0px;
}
/* form code */

/* Main form container */
.Enter-Your-mail-address {
  	display: flex;
	flex-flow: wrap;
  	justify-content: center;
  	align-items: center;
  	max-width: 510px;
  	width: 100%;
  	gap: 0;
	position: relative;
}

.Enter-Your-mail-address .wpcf7-form {
  	display: flex;
  	width: 100%;
  	margin: 0;
  	gap: 0;
}

.Enter-Your-mail-address p {
  	margin: 0;
  	display: flex;
  	width: 100%;
  	gap: 0;
}

.Enter-Your-mail-address .wpcf7-form-control-wrap {
  	flex: 1;
  	display: flex;
  	margin: 0 !important;
}

.wpcf7-form .Enter-Your-mail-address .email-form {
  	width: 100%;
  	padding: 17px 16px;
  	border: 1px solid #000000;
  	border-right: none !important;
  	font-size: 16px;
	line-height:22px;
  	color: #666;
  	background: #F6F6F6;
  	font-family: 'optima', sans-serif !important;
  	border-radius: 4px 0px 0px 4px;
  	height: 56px;
}

.wpcf7-form .Enter-Your-mail-address .email-form::placeholder {
  	color: #ABABAB;
  	font-size: 14px;
}

.wpcf7-form .Enter-Your-mail-address .email-form:focus {
  	border-radius: 4px solid #000000 !important;
  	background: #F6F6F6;
	box-shadow: none;
}

.wpcf7-form .Enter-Your-mail-address .btn_new2 {
	background: #112469 !important;
	color: #ffffff !important;
	font-weight: 400;
	border: none;
	padding: 17px 30px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;	
	font-family: optima, sans-serif !important;
	font-size: 16px;
	line-height: 22px !important;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wpcf7-form .Enter-Your-mail-address .btn_new2:hover {
	background: #1a3380 !important;
  	box-shadow: 0 2px 8px rgba(17, 36, 105, 0.3);
}

.wpcf7-form .Enter-Your-mail-address .wpcf7-spinner {
	position: absolute;
	right: 0;
}

.Enter-Your-mail-address .wpcf7-not-valid-tip {
  	position: absolute;
  	top: 100%;
  	left: 0;
  	margin-top: 5px;
  	font-size: 12px;
  	color: #dc3545;
}

.Enter-Your-mail-address .wpcf7-response-output {
  	margin: 10px 0 0 0 !important;
  	padding: 10px;
  	border-radius: 4px;
  	font-size: 14px;
}

.testimonial-box {
  	position: relative;
  	background: #f7f7f7; 
  	border-radius: 10px;
  	padding: 25px;
}

/* Bigger downward triangle at bottom-left */
.testimonial-box::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 35px;
  width: 0;
  height: 0;
  border-left: 17.5px solid transparent;
  border-right: 17.5px solid transparent;
  border-top: 30px solid #F4F4F4;
}
.testiicon{
	margin-top: 31px !important;
    margin-left: 19px;
}
.toplevl {
   position: absolute !important;
    bottom: 30px !important;
    left: 0px !important;
    top: auto !important;
    right: auto !important;
    z-index: 10 !important;
}

/**/
.textbold{
	font-weight: bold;
}
/*faq section */
.faqsection .w-tabs-section-header {
    position: relative;
    padding-right: 70px !important;
}
.faqsection .w-tabs-section-header::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: #F4F4F4;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}
.faqsection .w-tabs-section-header::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    right: 37.5px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(-45deg);
    width: 10px; /* Arrow size */
    height: 10px; /* Arrow size */
    border-right: 2px solid #112469;
    border-bottom: 2px solid #112469;
    z-index: 1; 
	transition: border-color 0.3s ease, transform 0.3s ease;
}
.faqsection .w-tabs-section-header[aria-expanded="true"]::after {
    background-color: #112469;
}
.faqsection .w-tabs-section-header[aria-expanded="true"]::before {
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
.faqsection .no-touch .w-tabs-section-header:hover, .no-touch .w-tabs-section-header:focus {
	background: #ffffff !important;
}
/* customer complaint unit form css code */
/* Contact Form 7 Custom Layout */
.custom-form-wrapper {
  font-family: optima, sans-serif !important;
  background: transparent;
}

.custom-form-wrapper label {
  	display: block;
  	color: #112469;
  	font-weight: bold;
  	font-size: 18px;
  	margin-bottom: 5px;
	text-transform: capitalize;
	cursor: auto;
}

.custom-form-wrapper .form-control {
  width: 100%;
  border: 1px solid #4F4F4F;
  box-sizing: border-box;
  font-size: 20px !important;
  background: transparent;
  box-shadow: none !important;
}

.custom-form-wrapper textarea.form-control {
  min-height: 80px;
  resize: vertical;
  background: transparent;
  box-shadow: none !important;
}

.form-row {
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
}

.form-row.three-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.form-row.full-width {
  display: block;
}

.form-field {
  flex: 1;
}
.wpcf7 .form-fieldfile .wpcf7-file{
	background-color: transparent !important;
	border: 1px solid #4F4F4F;
}
.form-buttons {
  	display: flex;
  	margin-top: 55px;
	gap: 20px;
	width: fit-content;
    position: relative;
    align-items: center;
}

.custom-form-wrapper .form-buttons .btn_new,
.custom-form-wrapper .form-buttons .btn_new.wpcf7-submit {
	padding: 12px 46px !important;
    line-height: 20px !important;
    height: auto;
    font-weight: 400;
}

.custom-form-wrapper .form-buttons .btn_new {
	padding: 12px 38px !important;
}

.custom-form-wrapper .form-buttons .wpcf7-spinner {
	position: absolute;
    right: 0;
    left: 30px;
    margin: 0 auto;
}

.btn_new {
  background: #112469 !important;
  color: #ffffff !important;
  font-weight: 600;
  border: none;
  padding: 15px 45px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0px;
  font-family: optima, sans-serif !important;
  font-size: 18px !important;
  flex-shrink: 0;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	text-transform: capitalize;
}

/* Hover effect */
.form-buttons .btn_new:hover {
  background: #2a5393 !important;
  box-shadow: 0 2px 8px rgba(17, 36, 105, 0.3);
}
/* employee login area css */
/* Custom class for centered portal items */
.custom-portal-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.custom-portal-item .w-image,
.custom-portal-item .w-image img {
    margin: 0 auto;
    text-align: center !important;
}

.custom-portal-item .w-text {
    text-align: center !important;
    margin-top: 15px;
    width: 100%;
}

.custom-portal-item .w-text-h {
    display: block;
    text-align: center !important;
}
/* image slider arrow css code */
/* Move arrows outside carousel and set size */
button.slick-prev.default.slick-arrow,
button.slick-next.default.slick-arrow {
    width: 40px !important;
    height: 40px !important;
    top: 20px !important;
    transform: none !important;
    background: transparent !important;
    border: none !important;
    z-index: 999 !important;
}

/* Position left arrow at top-right area */
button.slick-prev.default.slick-arrow {
    left: auto !important;
    right: 150px !important;
    top: -36px !important;
}
/* Position right arrow at top-right corner */
button.slick-next.default.slick-arrow {
    right: 94px !important;
    top: -36px !important;
}
/* Set arrow icon size and color */
button.slick-prev.default.slick-arrow:before,
button.slick-next.default.slick-arrow:before {
    color: #333 !important;
    opacity: 0.8 !important;
}



/* Remove extra margin from wrapper */
.ult-carousel-wrapper.ult_horizontal {
    margin: 0 !important;
}

/* Human Capital Development page css code */
/* Dropdown Container */
.dropdown_blue .w-dropdown-h {
    position: relative;
    display: inline-block;
    z-index: 10;
}

/* Dropdown Button/Current Item */
.dropdown_blue .w-dropdown-h .w-dropdown-current .w-dropdown-item,
.w-dropdown-h .w-dropdown-current .w-dropdown-item-title{
    background-color: #112469 !important;
    color: #ffffff !important;
    padding: 12px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 200px;
    border: none;
}
.w-dropdown.drop_to_right .w-dropdown-list {
    left: 0;
    padding-top: 95px !important;
}
/* Awards & Certificates  css code */
.dropdown_blue1 .w-dropdown-h {
    position: relative;
    display: inline-block;
    z-index: 10;
	left: 560px !important;
}

/* Dropdown Button/Current Item */
.dropdown_blue1 .w-dropdown-h .w-dropdown-current .w-dropdown-item,
.w-dropdown-h .w-dropdown-current .w-dropdown-item-title{
    background-color: #112469 !important;
    color: #ffffff !important;
    padding: 12px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 200px;
    border: none;
}
/*social media icon code */
.w-sharing-list .w-sharing-item {
    margin-left: 20px !important;
    border-radius: 50px !important;
    flex-shrink: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 3;
    padding: 0px 6px;
    min-width: 3em;
    transition: none;
    border-color: var(--color-content-border);
}
/* Oman project list */
.samesizeer .w-btn-wrapper {
	margin-right: 0px !important;
}
.languageDropdown .w-dropdown-h {
	margin: 0;
}
.languageDropdown .w-dropdown-current .w-dropdown-item {
	padding: 0;
}
.languageDropdown .w-dropdown-current .w-dropdown-item:after {
	display: none;
}
.languageDropdown .w-dropdown-current .w-dropdown-item .w-dropdown-item-title {
	background-color: transparent !important;
	padding: 0;
	min-width: fit-content;
	color: #4F4F4F !important;
    font-size: 15px !important;
    font-family: Optima !important;
    font-weight: 400 !important;
}
.languageDropdown.w-dropdown.drop_to_right .w-dropdown-list {
	padding-top:40px !important;
	box-shadow: none;
}
.languageDropdown.w-dropdown.drop_to_right .w-dropdown-list .w-dropdown-item {
	color: #4F4F4F !important;
    font-size: 15px !important;
    font-family: Optima !important;
    font-weight: 400 !important;
}
/* financial reeport css code */
div.w-post-elm.post_custom_field.quarterimagesection div.repeater {
    display: flex !important;
	flex-flow: wrap;
    gap: 26px !important;
	background-color: #F4F4F4 !important;
	padding: 30px !important;
	justify-content: center;
}

div.w-post-elm.post_custom_field.quarterimagesection div.repeater-row {
    display: flex !important;
    flex-direction: column !important;
    width: 333px !important;
	background-color: #ffffff !important;
	padding: 22px !important;
}

div.w-post-elm.post_custom_field.quarterimagesection div.repeater-field.image img {
    width: 333px !important;
    height: auto !important;
    display: block !important;
	margin-bottom: 30px !important;
}

div.w-post-elm.post_custom_field.quarterimagesection div.repeater-field.text {
    width: 289px !important;
    text-align: center !important;
    background-color: #112469 !important;
    color: white !important;
    padding: 20px 15px !important;
    font-size: 20px !important;
}
div.w-post-elm.post_custom_field.quarterimagesection div.repeater-field.text:hover{
	width: 289px !important;
    text-align: center !important;
    background-color: #2a5393 !important;
    color: white !important;
    padding: 20px 15px !important;
    font-size: 20px !important;
}
/*contact us page header form css code */
/* Main form container */
.headerform {
    display: flex;
    max-width: 680px;
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Remove default CF7 spacing */
.headerform .wpcf7-form {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

.headerform p {
    margin: 0;
    display: flex;
    width: 100%;
    gap: 0;
    border: none;
}

/* Email input wrapper */
.headerform .wpcf7-form-control-wrap {
    flex: 1;
    display: flex;
    margin: 0 !important;
    border: none;	
}

.headerform .Enter-Your-mail-address {
    display: flex;
    justify-content: left;
    align-items: center;
    max-width: 600px;
    width: 100%;
    margin: 0px !important;
    gap: 0;
    border: 2px solid #ffffff !important;
}
/* Email input field - Transparent background with white border */
.headerform .Enter-Your-mail-address .email-form {
    width: 100%;
    padding: 20px 24px;
    font-size: 16px;
    color: #ffffff !important;
    outline: 0px !important;
    background-color: transparent !important;
    background: transparent !important;
    font-family: 'Optima', Arial, sans-serif;
    min-width: 0;
    border: none; /* Remove right border to connect with button */
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 60px;
    font-weight: 400;
    box-sizing: border-box;
}
/* Placeholder text styling */
.headerform .Enter-Your-mail-address .email-form::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}
.headerform .Enter-Your-mail-address .email-form::-webkit-input-placeholder {
    color: #ffffff !important;
	opacity: 1 !important;
}
.headerform .Enter-Your-mail-address .email-form::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}
.headerform .Enter-Your-mail-address .email-form:-ms-input-placeholder {
    color: #ffffff !important;
}
/* Focus state */
.headerform .Enter-Your-mail-address .email-form:focus {
    border-color: #ffffff !important;
    border-right: none !important;
    background: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/* Submit button - White background with dark text */
.headerform .Enter-Your-mail-address .btn_new2 {
    background: #ffffff !important;
    color: #1a1a2e !important;
    font-weight: 600;
    padding: 7px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase; /* Changed to uppercase to match "CONNECT NOW" */
    letter-spacing: 1px; /* Slightly increased for better appearance */
    font-family: 'Optima', sans-serif !important;
    font-size: 14px; /* Slightly smaller for button text */
    white-space: nowrap;
    flex-shrink: 0;
    border: 2px solid #ffffff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 43px;
    margin-left: 0; 
	margin-right: 10px !important;
    box-sizing: border-box;
}

/* Button hover effect */
.headerform .Enter-Your-mail-address .btn_new2:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

/* Response output container */
.headerform .wpcf7-response-output {
    margin: 10px 0 0 0;
    padding: 10px 15px;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    border: none !important;
}

/* Validation error styling */
.headerform .wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/* Success message */
.headerform .wpcf7-mail-sent-ok {
    background: rgba(76, 175, 80, 0.2);
    border: 1px solid #4CAF50 !important;
}

/* Error message */
.headerform .wpcf7-validation-errors,
.headerform .wpcf7-mail-sent-ng {
    background: rgba(244, 67, 54, 0.2);
    border: 1px solid #f44336 !important;
}

/* Remove spinner if present */
.headerform .wpcf7-spinner {
    display: none;
}

/* contact us form page form css code */
/* === Contact Form Blue Container === */
.custom-blue-form {
  background: #0a1c63; /* navy blue */
  padding: 40px;
  max-width: 550px;
  margin: 0 auto;
  border: 3px solid #1b2a7a;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Row spacing */
.custom-blue-form .row {
  width: 100%;
  margin-bottom: 20px;
}

/* Two-column layout */
.custom-blue-form .col-half {
  width: 48%;
  float: left;
}

.custom-blue-form .col-half:nth-child(2) {
  float: right;
}

/* Clear floats */
.custom-blue-form .row::after {
  content: "";
  display: block;
  clear: both;
}

/* Input fields styling */
.custom-blue-form input[type="text"],
.custom-blue-form input[type="email"],
.custom-blue-form textarea {
  width: 100%;
  padding: 12px 14px;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  outline: none;
}

.custom-blue-form textarea {
  height: 130px;
  resize: none;
}

/* Placeholder color */
.custom-blue-form ::placeholder {
  color: #ffffff;
  opacity: 0.8;
}

/* Submit Button */
.custom-blue-form input[type="submit"] {
  background: #ffffff;
  color: #0a1c63;
  border: none;
  padding: 12px 40px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.custom-blue-form input[type="submit"]:hover {
  background: #e8e8e8;
}
/* === Contact Form Blue Container === */
.custom-blue-form {
  background: #0a1c63; /* navy blue */
  padding: 40px;
  max-width: 550px;
  margin: 0 auto;
  border: 3px solid #1b2a7a;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Row spacing */
.custom-blue-form .row {
  width: 100%;
  margin-bottom: 20px;
}

/* Two-column layout */
.custom-blue-form .col-half {
  width: 48%;
  float: left;
}

.custom-blue-form .col-half:nth-child(2) {
  float: right;
}

/* Clear floats */
.custom-blue-form .row::after {
  content: "";
  display: block;
  clear: both;
}

/* Input fields styling */
.custom-blue-form input[type="text"],
.custom-blue-form input[type="email"],
.custom-blue-form textarea {
  width: 100%;
  padding: 12px 14px;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  outline: none;
}

.custom-blue-form textarea {
  height: 130px;
  resize: none;
}

/* Placeholder color */
.custom-blue-form ::placeholder {
  color: #ffffff;
  opacity: 0.8;
}

/* Submit Button */
.custom-blue-form input[type="submit"] {
  background: #ffffff;
  color: #0a1c63;
  border: none;
  padding: 12px 40px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.custom-blue-form input[type="submit"]:hover {
  background: #e8e8e8;
}
/* === Contact Form Blue Container === */
.custom-blue-form {
  background: #0a1c63; /* navy blue */
  padding: 40px;
  max-width: 610px;
  margin: 0 auto;
  border: 3px solid #1b2a7a;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Row spacing */
.custom-blue-form .row {
  width: 100%;
  margin-bottom: 20px;
}

/* Two-column layout */
.custom-blue-form .col-half {
  width: 48%;
  float: left;
}

.custom-blue-form .col-half:nth-child(2) {
  float: right;
}

/* Clear floats */
.custom-blue-form .row::after {
  content: "";
  display: block;
  clear: both;
}

/* Input fields styling */
.custom-blue-form input[type="text"],
.custom-blue-form input[type="email"],
.custom-blue-form textarea {
  width: 100%;
  padding: 12px 14px;
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  outline: none;
}

.custom-blue-form textarea {
  height: 130px;
  resize: none;
}
.custom-blue-form input[type="text"]:focus,
.custom-blue-form input[type="email"]:focus,
.custom-blue-form textarea:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    outline: none !important;
}
/* Placeholder color */
.custom-blue-form ::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}
.custom-blue-form ::-webkit-input-placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}
.custom-blue-form ::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}
.custom-blue-form :-ms-input-placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}
.custom-blue-form :-moz-placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}
/* Submit Button */
 .wpcf7-form .custom-blue-form .row  .new-btn-contact {
  background: #ffffff !important;
  color: #112469 !important;
  border: none;
  padding: 9px 55px !important;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  width: 200px !important;
}
.wpcf7-form .custom-blue-form .row .new-btn-contact {
    width: 220px !important;
    background: #ffffff !important;
    color: #112469 !important;   /* Dark blue text */
    padding: 16px 55px 16px 55px !important;
    border: none !important;
	border-radius: 0 !important;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 80px auto 0 auto !important;
    transition: 0.3s ease;
}
 .wpcf7-form .custom-blue-form .row .new-btn-contact:hover {
  background: #F4F4F4 !important;
  color: #112469 !important;
}
.messageWrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    display: block;
    background: #cccccc;
}
.titlebold em{
	 font-weight: bold;
	 font-style: normal;
}
.navbtnsider .owl-nav {
	gap: 20px;
	  justify-content: end;
	  margin-top: -40px;
}
.navbtnsider .owl-nav button span{
	display: none;
}
.navbtnsider .owl-nav .owl-prev{
	height: 35px;
    width: 35px;
    align-items: center;
    display: flex;
    border-radius: 50%;
    color: #ffffff !important;
    background: #112469 !important;
	top: 0 !important;
	right: 0 !important;
	position: relative;
}
.navbtnsider .owl-nav .owl-next {
    height: 35px;
    width: 35px;
    align-items: center;
    display: flex;
    border-radius: 50%;
    color: #ffffff !important;
    background: #112469 !important;
    top: -0 !important;
    right: 0 !important;
	position: relative;
}
.sliderimage img{
	height: 209px;
    width: 365px;
}
.financial-highlights-container {}
.fliterFinancials {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.itemsFilter .filterButton {
	border-radius: 0px;
	border: 0px;
	background: #ffffff;
	padding: 0px 40px 0px 20px;
	background-image: url(/wp-content/uploads/2025/11/Our-Financials-Filter-Arrow-Down.png);
	background-repeat: no-repeat;
	background-position: 80% 50%;
	-webkit-appearance: none;
  	-moz-appearance: none;
	color: #4F4F4F;
	font-family: "Optima", sans-serif;
	font-weight: 700;
}
.financialGrid {
	display: flex;
	flex-flow: wrap;
	align-items: flex-start;
	gap: 40px;
	font-family: "Optima", sans-serif;
}
.financialGridBlocks {
	opacity: 1;
}
.financialImages {
	width: 120px;
	height: 120px;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.35);
	box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.financialImages img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	display: inline-block;
}
.financialImages i {
	color: #ffffff;
}
.financialPrice,
.financialTitle {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	max-width: 120px;
	text-align: center;
	margin: 0;
}
.currencyText {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
}

/* Thumbnail Slider Style */

/* ========================================
   MAIN CONTAINER LAYOUT
   ======================================== */

.thumbnail_slider_repeaterfield {
    position: relative;
    max-width: 100%;
	background-color: #F4F4F4 !important;
	padding: 22px !important;
	border: 1px solid #112469 !important;
}

/* ========================================
   MAIN SLIDER STYLES
   ======================================== */

/* Main slider container */
.thumbnail_slider_repeaterfield .repeater {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

/* Fix for main slider - ensure only one image shows */
.thumbnail_slider_repeaterfield .repeater.owl-carousel .owl-item {
    display: none !important;
}

.thumbnail_slider_repeaterfield .repeater.owl-carousel .owl-item.active {
    display: block !important;
}

/* Main slider images */
.thumbnail_slider_repeaterfield .repeater .repeater-field.image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.thumbnail_slider_repeaterfield .repeater .repeater-field.image img {
    width: 650px;
    height: 650px;
    object-fit: cover;
    display: block;
}

/* Owl stage for main slider */
.thumbnail_slider_repeaterfield .owl-stage-outer {
    position: relative;
	overflow: hidden;
}

.thumbnail_slider_repeaterfield .owl-stage {
    display: flex;
}

/* ========================================
   THUMBNAIL SLIDER STYLES (HORIZONTAL BOTTOM)
   ======================================== */

/* Thumbnail slider container */
.thumbnail-nav-slider {
    position: relative;
    padding: 0px;
    margin-top: 59px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* Ensure owl-items are clickable */
.thumbnail-nav-slider .owl-item {
    cursor: pointer;
    margin-right: 10px;
}

/* Remove last item spacing */
.thumbnail-nav-slider .owl-item:last-child {
    margin-right: 0;
}

/* Thumbnail items */
.thumbnail-nav-slider .thumb-item {
    cursor: pointer;
    overflow: hidden;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    pointer-events: auto;
    background: #fff;
    width: 180px !important;
    height: 186px !important;
}

/* Thumbnail image */
.thumbnail-nav-slider .thumb-item img {
    width: 180px !important;
    height: 186px !important;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

/* Active thumbnail */
.thumbnail-nav-slider .owl-item.active-thumb .thumb-item {
    border-color: #2563eb;
    opacity: 1;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

/* Non-active thumbnails */
.thumbnail-nav-slider .owl-item .thumb-item {
    opacity: 0.7;
}

/* Hover effect */
.thumbnail-nav-slider .owl-item:hover .thumb-item {
    opacity: 1;
    border-color: #93c5fd;
}


/* ========================================
   NAVIGATION BUTTONS - MAIN SLIDER
   ======================================== */

.thumbnail_slider_repeaterfield .repeater .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.thumbnail_slider_repeaterfield .repeater .owl-nav button {
    position: absolute;
    width: 35px;
    height: 35px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff !important;
    background: #112469 !important;
}

.thumbnail_slider_repeaterfield .repeater .owl-nav button.owl-prev {
    left: 2px;
	top:338px;
}

.thumbnail_slider_repeaterfield .repeater .owl-nav button.owl-next {
    right: 2px;
	top:338px;
}

html[lang="ar"] .thumbnail_slider_repeaterfield .repeater .owl-nav button.owl-prev {
    right: 2px;
    left: auto;
    top: 338px;
}

html[lang="ar"] .thumbnail_slider_repeaterfield .repeater .owl-nav button.owl-next {
    left: 2px;
    right: auto;
    top: 338px;
}

.thumbnail_slider_repeaterfield .repeater .owl-nav button i {
	display:none;
}

/* ========================================
   NAVIGATION BUTTONS - THUMBNAIL SLIDER
   ======================================== */

.thumbnail-nav-slider .owl-nav {
 display:none;
}
.thumbnail-nav-slider .owl-nav button {
    display: none;
}
/* Thumbnail Slider Style */




.footerMenuBlock .menu .menu-item a {
	display: inline-block;
}

/* About us page style */
.herosection .l-section-h,
.herosection .l-section-h .g-cols {
	height: 100%;
}
.purposeIconBox.w-iconbox {
	align-items: center;
}
.purposeIconBox .w-iconbox-meta .w-iconbox-title {
	font-size: 34px;
	line-height: 56px;
	color: #000000;
	font-family: "Optima", sans-serif;
	margin: 0;
	padding: 0;
}
.timelineJourneySlider .w-grid-list.owl-carousel {
	margin: 0px !important;
}
.timelineJourneySlider.w-grid::before {
	content: '';
	position: absolute;
	top: 49px;
	left: 0;
	right: 0;
	width: 78%;
	height: 1px;
	background: #B6B6B6;
	display: block;
	margin: 0 auto;
}
.timelineJourneySlider.w-grid .owl-carousel::before {
	content:'';
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 30%);
	width: 120px;
	height: 96px;
	display: block;
	position: absolute;
	z-index: 1;
}
.timelineJourneySlider.w-grid .owl-carousel::after {
	content:'';
	background: linear-gradient(270deg, #FFFFFF 70%, rgba(255, 255, 255, 0) 100%);
	width: 120px;
	height: 96px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.timelineJourneySlider.w-grid .w-grid-item .w-grid-item-h .w-post-elm.post_title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}
.timelineJourneySlider.w-grid .w-grid-item .w-grid-item-h .w-post-elm.post_title::before {
	content: '';
	position: absolute;
	width: 96px;
	height: 96px;
	border-radius: 100px;
	display: block;
	border: 1px solid #B6B6B6;
	background: #FFFFFF;
	z-index: -1;
}
.timelineJourneySlider.w-grid .w-grid-item .w-grid-item-h .timelineJourneyItems::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 25px;
	border-radius: 100px;
	display: block;	
	background: #B6B6B6;
	z-index: -1;
	margin: auto;
	left: 0;
	right: 0;
	top: -25px;
}
.timelineJourneySlider.w-grid .owl-carousel .owl-nav {
	height: 80px;
}
.timelineJourneySlider.w-grid .owl-carousel .owl-nav button {
	top: 10%;
	top: 0;
	width: 74px;
	z-index: 11;
	transform: none;
}
.timelineJourneySlider.w-grid .owl-carousel .owl-prev {
	right: 93.3%;
	right: 0;
}
.timelineJourneySlider.w-grid .owl-carousel .owl-next {
	left: 93.3%;
	left: 0;
}
.timelineJourneySlider.w-grid .owl-carousel .owl-prev::after {
	content: '';
	padding: 0;
	width: 50px;
	height: 12px;
	background-image: url(/wp-content/uploads/2025/11/left-arrow-timeline-journey-slider.png);
	display: inline-block;
	margin-left: 5px;
}
.timelineJourneySlider.w-grid .owl-carousel .owl-next::after {
	content: '';
	padding: 0;
	width: 50px;
	height: 12px;
	background-image: url(/wp-content/uploads/2025/11/right-arrow-timeline-journey-slider.png);
	display: inline-block;
}
.timelineJourneySlider.w-grid .owl-carousel .owl-prev::before,
.timelineJourneySlider.w-grid .owl-carousel .owl-next::before {
	content: '';
	width: 35px;
	height: 35px;
	border-radius: 35px;
	border: 1px solid #112469;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-bottom: auto;
	margin-top: auto;
}
.timelineJourneySlider.w-grid .owl-carousel .owl-next::before {
	margin-left: auto;
}
.no-touch .timelineJourneySlider.w-grid  .owl-carousel>.owl-nav button:hover,
.no-touch .timelineJourneySlider.w-grid  .owl-carousel>.owl-nav button:hover {
	background: transparent;
}
.imageWithButton .vc_column-inner {
	position: relative;
}
.w-grid.ourTestimonialsCarousel .w-grid-list.owl-carousel {
	margin-left: auto;
	margin-right: auto;
}
.text-hidden{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-hidden1{
	overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-hidden a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tableborder .repeater-row{
	border: 1px solid #000000;
	display: flex;
	flex-flow: wrap;
}
.tableborder .repeater-row .repeater-field.text1{
	width:25%;
	text-align: center;
	padding: 40px;
	border-right: 1px solid #000000;
}
.tableborder .repeater-row .repeater-field.text2{
	width:75%;
	text-align: center;
	padding: 40px;
}
.pagecontent{
	font-size: 18px !important;
	line-height: 30px !important;
}
.pagecontent img{
	width: 744px;
	height: 905px;
	padding: 50px;
	border: 1px solid #000000;
	background-color: #F4F4F4;
}
.pagecontent .bluetext p{
	margin-bottom: 100px !important; 
}
.download-link {
    position: relative;
	width: fit-content;
    display: flex;
	align-items: center;
	gap: 10px;
}
.download-link::before {
    content: "";
    width: 18px;   
    height: 18px; 
	display: inline-block;
    background: url("/wp-content/uploads/2025/11/ty.png.png") no-repeat center;
    background-size: contain;
}
.downloaddate{
	width: 20%;
}
.downloadtitle{
	width: 70%;
}
.pagetable .repeater-row{
	border: 2px solid #3C6AB1;
	display: flex;
	flex-flow: wrap;
}
.pagetable .repeater-row .repeater-field.text1{
	width:25%;
	text-align: left;
	padding: 11px;
	border-right: 2px solid #3C6AB1;
	font-size: 18px !important;
	line-height: 30px !important;
	color: #333333 !important;
	font-weight: 400;
}
.pagetable .repeater-row .repeater-field.text2{
	width:75%;
	text-align: left;
	padding: 11px;
	font-size: 18px !important;
	line-height: 30px !important;
	color: #333333 !important;
	font-weight: 400;
}
.download-icon::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/11/Group-1171277485.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.rulewrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;            /* space between boxes */
    margin: 20px auto;    /* center the whole section */
    max-width: 1200px;    /* control container width */
}

.rule-box {
    width: 30%;          
    min-width: 250px;
    padding: 12px 0;
    background: #e8eef9;  
    border: 2px solid #6a7a9a;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.riskiconbox .w-iconbox-title{
	color: #112469 !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	text-align: left; !important;
}
.riskiconbox .w-iconbox-text p{
	color: #000000 !important;
	font-weight: 700 !important;
	font-size: 22px !important;
	margin-left: 0px !important;
	text-align: left !important;
}
.dlogo .w-image-h img{
	max-width: 24px;
	position:absolute;
	right: 60px !important;
	bottom: 30px !important;
}
.vlogo .w-image-h img{
	max-width: 24px;
	position:absolute;
	right: 30px !important;
	bottom: 30px !important;
}
.textblack a{
	color: #000000 !important;
}

/* Job Application Form Styles */
.job-application-form {
    max-width: 1200px;
    font-family: optima, sans-serif !important;
}

/* Form Row Layout */
.form-row {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}

.form-row.three-cols {
    grid-template-columns: repeat(3, 1fr);
}

.form-row.single-col {
    grid-template-columns: 1fr;
    max-width: 33%;
}

/* Label Styles */
.job-application-form label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #112469;
    margin-bottom: 8px;
}

/* Input Field Styles */
.job-application-form input[type="text"],
.job-application-form input[type="email"],
.job-application-form input[type="tel"],
.job-application-form input[type="date"],
.job-application-form select,
.job-application-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    box-sizing: border-box;
}
.job-application-form textarea{
	max-height: 50px !important;
}
.job-application-form input:focus,
.job-application-form select:focus,
.job-application-form textarea:focus {
    outline: none;
    border: 1px solid #ccc !important;
	box-shadow: none !important;
}

/* Textarea Specific */
.job-application-form textarea {
    min-height: 70px !important;
    resize: vertical;
}

/* File Upload */
.job-application-form input[type="file"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: transparent !important;
    cursor: pointer;
    font-size: 14px;
}

/* Button Group */
.button-group {
    display: flex;
    margin-top: 30px;
}

/* Submit Button */
.job-application-form input[type="submit"],
.job-application-form .wpcf7-submit {
    padding: 12px 40px;
    background-color: #003366;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.job-application-form input[type="submit"]:hover,
.job-application-form .wpcf7-submit:hover {
    background: #1a3380 !important;
}

/* Clear/Reset Button */
.job-application-form input[type="reset"],
.job-application-form .wpcf7-reset {
    padding: 12px 40px;
    background-color: #003366;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.job-application-form input[type="reset"]:hover,
.job-application-form .wpcf7-reset:hover {
   background: #1a3380 !important;
}

/* Select Dropdown */
.job-application-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23333' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
	height: 70px;
    line-height: normal;
}
/* Wrapper layout */
.notify-wrapper {
    display: flex;
   /* align-items: center;*/
    width: 100%;
    max-width: 420px;
}
.notify-wrapper .wpcf7-form-control-wrap{
	     margin-top: 0px !important;
}
/* Email field */
.wpcf7 .wpcf7-form .notify-wrapper .notify-email {
    flex: 1;
    height: 42px;
	width: 353px;
    border: 1px solid #112469 !important;
    padding: 0 12px;
    border-radius: 0px !important;
    font-size: 16px;
    outline: none;
    box-shadow: none !important;
	gap: 10px !important;
}

/* Button */
.wpcf7 .wpcf7-form .notify-wrapper .notify-btn {
    height: 45px !important;
    background: #112469 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 18px;
    font-size: 16px!important;
	line-height: 23px !important;
    cursor: pointer;
    transition: 0.2s ease;
	border-radius: 0px;
    font-family: optima !important;
}

/* Hover effect */
.notify-wrapper .notify-btn:hover {
    background: #2247CF !important;
}


.zakattext {
	font-size: 18px !important;
	line-height: 30px !important;
	font-weight: 400 !important;
	color: #000000 !important;
    font-style: normal !important;
	font-family: optima !important;
}
.zakatlinc{
	color: #1DA1F2 !important;
	text-decoration: underline !important;
	font-size: 18px !important;
	line-height: 30px !important;
	font-weight: 400 !important;
	font-family: optima !important;
}
.loginshadow{
	transition: 0.3s ease;
}
.loginshadow:hover{
	box-shadow: 0px 32px 64px -12px #55698721;
	border-radius: 16px !important;
}
.property-filter-form{
	font-size: 18px;
	font-weight: 700;
	color: #112469 !important;
	font-family: "optima", sans-serif !important;
	max-width: 801px !important;
	padding-bottom: 25px !important;
}
.property-filter-form label{
	padding-bottom: 25px !important;
}
.property-filter-form select{
	background: transparent !important;
    border: 1px solid #4F4F4F !important;
    border-radius: 5px !important;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/wp-content/uploads/2025/12/Vector.png') !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important; 
    padding-right: 40px !important;
    padding-left: 15px;
    width: 100%;
    cursor: pointer;
	padding-bottom: 12px !important;
	margin-bottom :32px !important ;
	
}
.property-filter-form select:focus{
	box-shadow: none !important;
}
.property-filter-form select option{
	font-size: 16px;
	font-weight: 400;
	color: #4F4F4F !important;
	font-family: "optima", sans-serif !important;
	line-height: normal !important;
}
.property-filter-form .filter-btn{
	background-color:  #112469 !important;
	justify-content: space-between;
    width: fit-content;
    max-width: fit-content !important;
    position: relative;
    overflow: hidden;
    z-index: 1 !important;
    transition: color 0.3s ease;
	gap: 40px;
	padding-top: 12px!important;
	padding-left: 47px !important;
	padding-right: 48px !important;
	padding-bottom: 12px !important;
}
.property-filter-form .filter-btn:before {
    content: '';
    position: absolute !important;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #2a5393 !important;
    transition: height 0.3s ease;
    z-index: -1;
}
.property-filter-form .filter-btn.far {
    transform: rotate(315deg);
}
.property-filter-form .filter-btn:hover:before {
    height: 100%;
}
.property-filter-form .filter-btn #text{
	color: #ffffff !important;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	font-family: "optima", sans-serif !important;
}
.img-section1 .repeater {
  	display: flex;
	flex-flow: wrap;
  	gap: 16px;
}
.img-section1 .repeater .repeater-row {
	width: calc(25% - 12px);
}
.img-section1 .repeater .repeater-row .repeater-field.project_gallery_image {
	width: 100%;
}
.img-section1 .repeater .repeater-row .repeater-field.project_gallery_image img {
	height: 160px;
	width: 100%;
	object-fit: cover;
	aspect-ratio: auto;
}
.categoryEventsGrid .g-filters.style_1 {
	display: none;
}
.w-hwrapper.eventsFilterWrap::after,
.pressReleaseFilter.w-filter:after,
.reportFilterWrap.w-filter:after,
.humanFilterWrap.w-filter:after,
.presentationsFilterWrap.w-filter:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	height: 1px;
	background: #000000;
	display: inline-block;
	margin: auto;
	z-index: -1;
}
.pressReleaseFilter.w-filter:after {
	right: 20%;
	width: 80%;
}
.presentationsFilterWrap.w-filter:after {
	right: 25%;
	width: 75%;
}
.humanFilterWrap.w-filter:after,
.reportFilterWrap.w-filter:after {
	width: 95%;
	right: 5%;
}
.eventsFilterWrap .g-filter-dropdown,
.eventsFilterWrap .w-filter-list .w-filter-item .w-filter-item-value-select {	
	color: #ffffff;
	border: 0px;
	border-radius: 0px;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	width: 100%;
	min-width: 150px;
	font-family: "Optima", sans-serif;
	appearance: none; /* Disable the default arrow */
   -webkit-appearance: none; /* For WebKit-based browsers */
   -moz-appearance: none;
	background: #112469 url(/wp-content/uploads/2025/12/Arrow-Down-Events.png);
	background-repeat: no-repeat !important;
	background-size: 17px !important;
	background-position: 88% 50%;
}
.eventsFilterWrap .g-filter-dropdown:focus,
.eventsFilterWrap .w-filter-list .w-filter-item .w-filter-item-value-select:focus {
	outline: 0px;
	box-shadow: none;
}
.photoGalleryListNew.w-hwrapper {
	gap: 80px;
}
.eventsFilterWrap .w-filter-list .w-filter-item .w-filter-item-title {
	display: none;
}
.eventsFilterWrap .w-filter-list .w-filter-item.type_dropdown {
	margin: 0px;
}
.eventsFilterWrap .w-filter-list .w-filter-item.type_dropdown .w-filter-item-values:after {
	display: none;
}
.eventsFilterWrap .w-filter-list .w-filter-item.type_dropdown .w-filter-item-reset {
	display: none;
}
.w-popup.usg_popup_1.videoPopupWrap .w-popup-trigger {
	width: 30px;
	height: 30px;
	border-radius: 100px;
	background: #ffffff;
	color: #112469 !important;
	padding: 2px 0px 0px 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.w-popup.usg_popup_1.videoPopupWrap .w-popup-trigger:hover {
	color: #112469!important
}
.w-popup.usg_popup_1.videoPopupWrap .w-popup-trigger i {
	margin: 0px;
}
.videoPopupWrapper.l-section {
	padding: 0px !important;
}
.videoPopupWrapper.l-section .w-post-elm.post_custom_field .wp-video {
	width: 100% !important;
}
.videoPopupWrapper.l-section .w-post-elm.post_custom_field .wp-video .wp-video-shortcode {
	width: 100% !important;
	height: 360px !important;
}
.reportFilterWrap.w-filter .w-filter-list {
	width: 100%;
	max-width: 150px;
	margin-left: auto;
}
.humanFilterWrap.w-filter .w-filter-list {
	width: 100%;
	max-width: 150px;
	margin-left: auto;
}
.interviewsTitle a {
	overflow: hidden;
   	display: -webkit-box;
   	-webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   	-webkit-box-orient: vertical;
}
.g-loadmore .g-preloader {
	color: #112469;
}
/* Form Output Style */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
    border: none;
    margin-top: 20px;
    width: fit-content;
    font-size: 12px;
    padding: 8px 10px;
    line-height: 1;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffb900;
    color: #000;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    color: #fff;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
/* region , sector grid button design */
.gridwrapper {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
/* Property Details Thumbnail Slider Style */
/* ========================================
   MAIN CONTAINER LAYOUT
   ======================================== */
.property_details_thumbnail_slider_repeaterfield {
    position: relative;
    max-width: 100%;
    background-color: #F4F4F4 !important;
    padding: 22px !important;
    border: 1px solid #112469 !important;
}

/* ========================================
   MAIN SLIDER STYLES
   ======================================== */
/* Main slider container */
.property_details_thumbnail_slider_repeaterfield .repeater {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

/* Fix for main slider - ensure only one image shows */
.property_details_thumbnail_slider_repeaterfield .repeater.owl-carousel .owl-item {
    display: none !important;
}

.property_details_thumbnail_slider_repeaterfield .repeater.owl-carousel .owl-item.active {
    display: block !important;
}

/* Main slider images */
.property_details_thumbnail_slider_repeaterfield .repeater .repeater-field.image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.property_details_thumbnail_slider_repeaterfield .repeater .repeater-field.image img {
    width: 650px;
    height: 650px;
    object-fit: cover;
    display: block;
}

/* Owl stage for main slider */
.property_details_thumbnail_slider_repeaterfield .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.property_details_thumbnail_slider_repeaterfield .owl-stage {
    display: flex;
}

/* ========================================
   THUMBNAIL SLIDER STYLES (HORIZONTAL BOTTOM)
   ======================================== */
/* Thumbnail slider container */
.property-details-thumbnail-nav-slider {
    position: relative;
    padding: 0px;
    margin-top: 59px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* Ensure owl-items are clickable */
.property-details-thumbnail-nav-slider .owl-item {
    cursor: pointer;
    margin-right: 10px;
}

/* Remove last item spacing */
.property-details-thumbnail-nav-slider .owl-item:last-child {
    margin-right: 0;
}

/* Thumbnail items */
.property-details-thumbnail-nav-slider .property-thumb-item {
    cursor: pointer;
    overflow: hidden;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    pointer-events: auto;
    background: #fff;
    width: 180px !important;
    height: 186px !important;
}

/* Thumbnail image */
.property-details-thumbnail-nav-slider .property-thumb-item img {
    width: 180px !important;
    height: 186px !important;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

/* Active thumbnail */
.property-details-thumbnail-nav-slider .owl-item.property-active-thumb .property-thumb-item {
    border-color: #2563eb;
    opacity: 1;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

/* Non-active thumbnails */
.property-details-thumbnail-nav-slider .owl-item .property-thumb-item {
    opacity: 0.7;
}

/* Hover effect */
.property-details-thumbnail-nav-slider .owl-item:hover .property-thumb-item {
    opacity: 1;
    border-color: #93c5fd;
}

/* ========================================
   NAVIGATION BUTTONS - MAIN SLIDER
   ======================================== */
.property_details_thumbnail_slider_repeaterfield .repeater .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.property_details_thumbnail_slider_repeaterfield .repeater .owl-nav button {
    position: absolute;
    width: 35px;
    height: 35px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff !important;
    background: #112469 !important;
}
.property_details_thumbnail_slider_repeaterfield .repeater .owl-nav button.owl-prev {
    left: 2px;
    top: 338px;
}
.property_details_thumbnail_slider_repeaterfield .repeater .owl-nav button.owl-next {
    right: 2px;
    top: 338px;
}
/* Arabic / RTL */
html[lang="ar"] .property_details_thumbnail_slider_repeaterfield .repeater .owl-nav button.owl-prev {
    right: 2px !important;
    left: auto;
    top: 288px;
}

html[lang="ar"] .property_details_thumbnail_slider_repeaterfield .repeater .owl-nav button.owl-next {
    left: 2px !important;
    right: auto;
    top: 288px;
}

.property_details_thumbnail_slider_repeaterfield .repeater .owl-nav button i {
    display: none;
}

/* ========================================
   NAVIGATION BUTTONS - THUMBNAIL SLIDER
   ======================================== */
.property-details-thumbnail-nav-slider .owl-nav {
    display: none;
}

.property-details-thumbnail-nav-slider .owl-nav button {
    display: none;
}
.MultipleImages .repeater {
	display: flex;
	flex-flow: wrap;
	gap: 10px;
}
.MultipleImages .repeater .repeater-row {
	width: 19.3%;
}

/* Property Gallery - Images in one line (horizontal) */
.property-gallery.owl-carousel .owl-nav {
	justify-content: space-between;
	align-items: center;
	margin: auto;
	padding: 0 20px;
}
.property-gallery.owl-carousel .owl-nav button {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background: #ffffff;
}
.property-gallery .owl-nav button:before,
.property-gallery .owl-nav button span {
    display: none;
}
.property-gallery a {
    flex-shrink: 0;
}
.property-listing-wrapper img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;    
}

/* Optional: Hide scrollbar but keep functionality */
.property-gallery::-webkit-scrollbar {
    height: 6px;
}
.property-gallery::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.property-gallery::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.property-gallery::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Property Item Styling */
.property-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}
.property-item:last-child {
    border-bottom: none;
}
.property-item h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #112469;
}
.property-item h3 a {
    text-decoration: none;
    color: inherit;
}
.property-item h3 a:hover {
    color: #2a5393;
}
.property-desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}
.more-btn {
    display: inline-block;
    padding: 10px 30px;
    background-color: #112469;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}
.more-btn:hover {
    background-color: #2a5393;
	color: #ffffff !important;
}
.pagination.navigation .nav-links .page-numbers {
	font-size: 18px;
	line-height: 2.5rem;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0px;
	color: #112469;
}
/* Human Capital Slider Style */
.humanGridWrapper .w-post-elm.post_image img {
	width: 100% !important;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}
.humanSliderWrap .owl-carousel .owl-item .repeater-field.image {
	width: 100%;
}
.humanSliderWrap .owl-carousel .owl-item .repeater-field.image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	aspect-ratio: auto;
}
.humanSliderWrap .thumbnail-nav-slider {
	margin: 50px 0 0;
	max-width: 100%;
	padding: 0 4%;
}
.humanSliderWrap .thumbnail-nav-slider .owl-item .thumb-item,
.humanSliderWrap .thumbnail-nav-slider .owl-item .thumb-item img {
	width: 140px !important;
	height: 140px !important;
	object-fit: cover;
}
.humanSliderWrap .thumbnail-nav-slider .owl-item.active-thumb .thumb-item {
	border-color: #112469;
	box-shadow: 0 4px 12px rgba(17, 36, 105, .4);
}
.humanSliderWrap .thumbnail-nav-slider .owl-nav {
	margin: auto;
	width: 100% !important;
	height: auto;
	justify-content: space-between;
}
.humanSliderWrap .thumbnail-nav-slider .owl-nav.disabled {
	display: none;
}
.humanSliderWrap .thumbnail-nav-slider .owl-nav,
.humanSliderWrap .thumbnail-nav-slider .owl-nav button {
	display: flex;
}
.humanSliderWrap .thumbnail-nav-slider .owl-nav button::before,
.humanSliderWrap .thumbnail-nav-slider .owl-nav button span {
	display: none;
}
.heroSectionNew .l-section-h,
.heroSectionNew .l-section-h > .g-cols,
.heroSectionNew .l-section-h > .g-cols > .wpb_column,
.heroSectionNew .l-section-h > .g-cols > .wpb_column .vc_column-inner {
	position: static;
}
.heroSectionNew .l-section-h > .g-cols > .wpb_column > .vc_column-inner {
	height: 100%;
}
.heroSectionNew .vc_column-inner .w-post-elm.type_image {
	height: 100%;
	width: 100%;
}
.heroSectionNew .vc_column-inner .w-post-elm.type_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.presentationsFilterWrap .w-filter-list,
.pressReleaseFilter .w-filter-list {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: end;
	gap: 20px;
}
.titleWordBreck {
	word-break: break-word;
}
.project_gallery_image_repeaterfiled img,
.project_gallery_all_image_repeaterfield img {
    cursor: pointer;
}
.popupImageGallery {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99999;
}
.popupImageGallery.active {
    opacity: 1;
    visibility: visible;
}
.popupImageGallery .img-popup-img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
	padding: 1.5rem;
	border-radius: 6px;
	background: #ffffff;
}
.popupImageGallery .img-popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
}
.almazayaregionacordian .w-tabs-section-header:focus{
	background: #868c8f !important;
}
.wpml-ls-statics-post_translations.wpml-ls {
	display: none;
}
.term-financial-annual-reports .w-post-elm.type_image a,
.term-financial-annual-reports .w-post-elm.type_image a img,
.term-financial-quarterly-reports .w-post-elm.type_image a,
.term-financial-quarterly-reports .w-post-elm.type_image a img{
	width: 100% !important;
}
.languageButton .w-text {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	color: #4F4F4F;
}
.languageButton .w-text i.fal.fa-globe {
	position: absolute;
	left: 0;
}
.languageButton .w-text select {
	height: auto;
	min-height: auto;
	line-height: 16px;
	font-size: 14px;
	background: transparent;
	border: 0px;
	border-radius: 0px;
	padding: 1px 0 0 20px;
	box-shadow: none;
	cursor: pointer;
}
.perfectSliderWrap .slick-list {
	padding: 0px !important;
}
.perfectSliderWrap .slick-list .slick-track .slick-slide img {
	height: 300px;
	border-radius: 10px;
	margin: 25px 0;
	width: 100%;
}
.perfectSliderWrap .slick-list .slick-track .slick-slide.slick-active.slick-center img {
	height: 350px;
	margin: 0px;
}
.wpml-ls-statics-footer {
	display: none;
}
.l-section .w-filter.eventsFilterWrap {
	z-index: 11 !important;
}
.job-application-form .form-row.three-cols p {
	margin-bottom: 0px;
}
.imagePress img {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
	object-position: top;
}
.w-post-elm.post_image.latestVideoImage img {
	width: 100%;
	height: 100%;
	object-fit: content;
}
.language-sec {
	display: block !important;
}
.popup_btn .w-popup-trigger{
	text-align: left;
	padding-left: 13px;
	padding-top: 13px;
	padding-bottom: 10px;
	padding-right: 13px;
}
.heroSectionOverlay.l-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	display: inline-block;
	z-index: 1;
}
/* Language Related Style */
html[lang="ar"] .languageButton .w-text i.fal.fa-globe {
	left: auto;
	right: 0;
}
html[lang="ar"] .languageButton .w-text select {
	padding: 1px 20px 0 0px;
}
html[lang="ar"] .w-search.searchBlock {
	margin-right: 15px !important;
	padding-right: 15px !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
	border-left: 0px !important;
	border-right: 1px solid #ffffff;
}
html[lang="ar"] .w-tabs.style_trendy.layout_hor>.w-tabs-list .w-tabs-list-bar {
	left: auto !important;
}
html[lang="ar"] .investmentgrid .w-post-elm.post_image.usg_post_image_1 {
	margin-left: 0 !important;
	margin-right: auto !important;
}
html[lang="ar"] .l-section .w-image.us_custom_97faf7c3 {
	margin-left: 0 !important;
	margin-right: auto !important;
}
html[lang="ar"] .l-section .w-vwrapper.us_custom_f768195a,
html[lang="ar"] .l-section .wpb_column.us_custom_1ac78aea {
	margin-left: 0 !important;
	margin-right: auto !important;
}
html[lang="ar"] .l-section .w-text.us_custom_7727fbf1 {
	text-align: inherit !important;
}
html[lang="ar"] .projectcarousel .w-grid-list.owl-carousel .owl-nav {
	flex-flow: row-reverse;
}
html[lang="ar"] .stayConnectedWrapper.l-section .g-cols > .wpb_column > .vc_column-inner {
	padding-left: 1.5rem !important;
	padding-right: 130px !important;
	    background: url(/wp-content/uploads/2026/01/Footer-BG-Arbic.webp) no-repeat center / 100% 100% !important;
}
html[lang="ar"] .stayConnectedWrapper.l-section .wpcf7-form .Enter-Your-mail-address .email-form {
	border-radius: 0px 4px 4px 0px !important;
	border: 1px solid #000000 !important;
	border-left: 0px !important;
	border-right: 1px solid #000000 !important;
}

html[lang="ar"] .l-section-h .mazaya-title::before {
    background: linear-gradient(90deg, #B6B6B6 0%, #FFFFFF 100%);
}
html[lang="ar"] .l-section-h .mazaya-title::after{
	    background: linear-gradient(270deg, #B6B6B6 0%, #FFFFFF 100%);
}

html[lang="ar"] .l-section-h .us_custom_bc2cbdbb{
	    margin-left: 0 !important;
        margin-right: auto !important;
}

html[lang="ar"] .headerform .Enter-Your-mail-address .btn_new2{
	margin-right: 0 !important;
    margin-left: 10px !important;
}

html[lang="ar"] .timelineJourneySlider.w-grid .owl-carousel .owl-next::after{
    margin: 0 !important;
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translate(-50%, -50%);
}
html[lang="ar"] .timelineJourneySlider.w-grid .owl-carousel .owl-prev::after{
	 margin: 0 !important;
     position: absolute;
    left: 106%;
    top: 50%;
    transform: translate(-50%, -50%);
}
html[lang="ar"] .timelineJourneySlider.w-grid .owl-carousel .owl-prev,
html[lang="ar"] .timelineJourneySlider.w-grid .owl-carousel .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
html[lang="ar"] .timelineJourneySlider.w-grid .owl-carousel .owl-next {
    right: 10px;   
    left: auto;
}

html[lang="ar"] .timelineJourneySlider.w-grid .owl-carousel .owl-prev {
    left: 0;
    right: auto;
}
html[lang="ar"] .timelineJourneySlider.w-grid .owl-carousel::before{
	width:110px;
}
html[lang="ar"] .l-section .l-section-h .us_custom_97faf7c3{
	margin-right: auto !important;
	margin-left: 0 !important;
}
html[lang="ar"] .eventsFilterWrap .w-filter-list .w-filter-item .w-filter-item-value-select{
	color: #ffffff;
	border: 0px;
	border-radius: 0px;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	width: 100%;
	min-width: 150px;
	font-family: "Optima", sans-serif;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #112469 url(/wp-content/uploads/2025/12/Arrow-Down-Events.png);
	background-repeat: no-repeat !important;
	background-size: 17px !important;
	background-position: 10% 50%;

}
html[lang="ar"] .navbtnsider .owl-nav {
	gap: 20px;
	justify-content: end;
	/*margin-top: -60px;*/
}

html[lang="ar"] .l-header .l-subheader-h .at_right .languageButton {
	margin-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
	padding-left: 10px !important;
    border-right-width: 0px !important;
	border-left-width: 1px !important;
    border-color: #D4D4D4 !important;
    border-left-style: solid !important;
}

.w-grid .w-grid-item .interviewsWrap .w-image img,
.Ir-Home .w-grid-item .w-grid-item-h .w-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.w-grid .w-grid-item  .humanGridWrapper .w-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Responsive Style */
@media only screen and (min-width: 1368px) and (max-width: 1850px) {
	.featured-clips-carousel .w-grid-item .videoGridBlocks.w-hwrapper {
		gap: 30px;
		padding: 35px !important;
	}
	.videoGridBlocks .w-post-elm.post_image {
		height: auto !important;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
	.w-nav.type_desktop #menu-item-26859.menu-item .w-nav-list.level_3 {
		left: auto;
		right: 100%;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1370px) {
	.w-nav.type_desktop #menu-item-26860.menu-item .w-nav-list.level_3,
	.w-nav.type_desktop #menu-item-26859.menu-item .w-nav-list.level_3 {
		left: auto;
		right: 100%;
	}
	.w-nav.type_desktop.dropdown_height.headerMenu #menu-item-26859 .w-nav-list:not(.level_1) {
		margin-left: -60px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1367px) {
	.projectcarousel .projectwrap .w-post-elm.post_image {
		height: 550px !important;
  		max-width: 58% !important;
		bottom: 0;
	}
	.projectcarousel .projectwrap .w-vwrapper {
		max-width: 50% !important;
  		min-height: 550px !important;
		padding: 60px 50px 100px 130px !important;
	}
	.financialsWrap.g-cols {
		grid-template-columns: 1.8fr 1fr;
	}
	.videoGridBlocks.w-hwrapper {
		padding: 40px;
		flex-flow: wrap;
		gap: 40px;
	}
	.videoGridBlocks.w-hwrapper .w-post-elm.post_content {
		max-width: 100% !important;
	}
	.videoGridBlocks.w-hwrapper .w-post-elm.post_image {
		max-width: 100% !important;
	}
	.projectcarousel .w-grid-list.owl-carousel .owl-nav {
		right: 28%;
    	bottom: 40px;
		top: auto !important;
	}
	.financialGrid {
		width: 90%;
	}
	.stayConnectedWrapper .vc_column-inner h2.w-text {
		font-size: 46px !important;
	}
	.Enter-Your-mail-address {
		max-width: 420px;
	}
	.img-section1 .repeater {
		justify-content: space-between;
	}
	.w-hwrapper.rulewrapper .w-text {
		max-width: 30% !important;
	}
	.MultipleImages .repeater .repeater-row {
		width: 24%;
	}
	.languageButton .w-text select{
		margin-right: 10px !important;
	}
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
	.projectcarousel .w-grid-list.owl-carousel .owl-nav {		
		right: auto;
		left: 60px;
		top: -55px !important;
		position: relative;
	}
	.stockPricesWrap {
		flex-flow: wrap;
		gap: 20px;
	}
	.stockPricesWrap h5.w-text {
		width: 100% !important;
	}
	.videoGridBlocks {
		gap: 40px;
	}
	.mazaya-title {
		padding: 0;
	}
	.mazaya-title::before,
	.mazaya-title::after {
		width: 140px;
		height: 2px;
	}
	.teamname.w-iconbox .w-iconbox-icon {
		font-size: 30px !important;
	}
	.Enter-Your-mail-address {
		max-width: 380px;
	}
	.wpcf7-form .Enter-Your-mail-address .btn_new2 {
		padding: 17px 20px;
	}
	.img-section1 .repeater .repeater-row {
		width: calc(33% - 10px);
	}
	.w-hwrapper.rulewrapper .w-text {
		max-width: 30% !important;
	}
	.riskiconbox.w-iconbox .w-iconbox-icon {
		font-size: 60px !important;
	}
	.headerform .Enter-Your-mail-address .btn_new2 {
		padding: 7px 25px;
	}
	.pressReleaseFilter.w-filter::after {
	  right: 30%;
	  width: 70%;
	}
	.MultipleImages .repeater .repeater-row {
		width: 24%;
	}
	html[lang="ar"] .stayConnectedWrapper.l-section .g-cols > .wpb_column > .vc_column-inner {
		padding-right: 90px !important;
	}
	.w-hwrapper.FinancialInvestmentBlock,
	.w-hwrapper.LatestInstagramBlock {
		flex-flow: column;
		gap: 20px;
	}
	.w-hwrapper.FinancialInvestmentBlock .w-vwrapper,
	.w-hwrapper.LatestInstagramBlock .w-vwrapper {
		margin: 0px !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.perfectSliderWrap .slick-list .slick-track .slick-slide img,
	.perfectSliderWrap .slick-list .slick-track .slick-slide.slick-active.slick-center img {
		height: 300px;
		margin: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.financialsWrap.g-cols {
		grid-template-columns: 1fr;
	}
	.fliterFinancials {
		justify-content: center;
	}
	.financialGrid {
		justify-content: center;
	}
	.videoGridBlocks {
		gap: 40px;
	}
	.projectcarousel .w-grid-list.owl-carousel .owl-nav {
		display: flex;
		right: auto;
		left: 40px;
		position: relative;
		top: -55px !important;
	}
	.w-hwrapper.philosophyIconBox {
		flex-flow: wrap;
		gap: 40px;
	}
	.mazaya-title {
		padding: 0;
	}
	.mazaya-title::before,
	.mazaya-title::after {
	  	width: 85px;
	  	height: 2px;
	}
	.purposeIconBox .w-iconbox-meta .w-iconbox-title {
		font-size: 26px;
		line-height: 40px;
		margin-bottom: 5px;
	}
	.teamname.w-iconbox .w-iconbox-icon {
		font-size: 30px !important;
	}
	.Enter-Your-mail-address {
		margin: 0 auto;
	}
	.img-section1 .repeater .repeater-row {
		width: calc(50% - 8px);
	}
	.disclosuregridwrap .w-grid-item .w-hwrapper {
		flex-flow: wrap;
		gap: 10px;
	}
	.downloaddate,
	.downloadtitle,
	.download-link {
		width: 100%;
	}
	.w-hwrapper.rulewrapper .w-text {
		max-width: 30% !important;
	}
	.riskiconbox.w-iconbox .w-iconbox-icon {
		font-size: 60px !important;
	}
	.form-row.three-columns {
		grid-template-columns: 1fr;
	}
	.custom-blue-form .col-half {
		width: 100%;
	}
	.custom-blue-form .col-half:not(:last-child) {
		margin-bottom: 10px;
	}
	.pressReleaseFilter.w-filter::after {
	  right: 30%;
	  width: 70%;
	}
	.pagecontent img {
		padding: 30px;
	}
	.MultipleImages .repeater .repeater-row {
		width: 32%;
	}
	html[lang="ar"] .stayConnectedWrapper.l-section .wpcf7-form .Enter-Your-mail-address .email-form {
		border-radius: 0px 4px 4px 0px !important;
		border: 1px solid #000000 !important;
		border-left: 0px !important;
		border-right: 1px solid #000000 !important;
	}
	html[lang="ar"] .stayConnectedWrapper.l-section .g-cols > .wpb_column > .vc_column-inner {
		width: 100% !important;
		height: 100% !important;
		padding: 70px !important;
		background: rgba(0,0,0,.2) url(/wp-content/uploads/2025/10/footer-2.webp) no-repeat center / cover !important;
	}
	.w-hwrapper.FinancialInvestmentBlock,
	.w-hwrapper.LatestInstagramBlock {
		flex-flow: column;
		gap: 20px;
	}
	.w-hwrapper.FinancialInvestmentBlock .w-vwrapper,
	.w-hwrapper.LatestInstagramBlock .w-vwrapper {
		margin: 0px !important;
	}
}
@media only screen and (max-width: 900px) {
	.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-control {
		padding: 0px;
	}
	.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
		padding: 1rem;
	}
	.header_hor .w-nav.type_mobile .w-nav-anchor:not(.w-btn) {
		padding: 0.5rem 0;
		font-size: 16px;
	}
	.w-nav.type_mobile.m_align_none .w-nav-anchor.level_2,
	.w-nav.type_mobile.m_align_left .w-nav-anchor.level_2 {
		padding-left: 0.7rem;
	}
	.w-nav.type_mobile.m_align_none .w-nav-anchor.level_3, .w-nav.type_mobile.m_align_left .w-nav-anchor.level_3 {
		padding-left: 1.4rem;
	}
}
@media only screen and (max-width: 767px) {
	.videoGridBlocks {
		gap: 30px;
	}
	.footer-logo-wrap.w-hwrapper {
		flex-flow: wrap;
	}
	.footer-logo-wrap.w-hwrapper .w-vwrapper {
		width: 100%;
	}
	.fliterFinancials {
		justify-content: center;
	}
	.financialGrid {
		gap: 15px;
		justify-content: center;
	}
	.footerMenuBlock .menu .menu-item {
		line-height: normal;
	}	
	.thumbnail_slider_repeaterfield .repeater .repeater-field.image img {
        height: 300px;
    }    
    .thumbnail-nav-slider {
        padding: 0 45px;
    }    
    .thumbnail-nav-slider .thumb-item img {
        height: 70px;
    }    
    .thumbnail_slider_repeaterfield .repeater .owl-nav button {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }    
    .thumbnail_slider_repeaterfield .repeater .owl-nav button i {
        font-size: 18px;
    }
	.w-hwrapper.philosophyIconBox {
		flex-flow: wrap;
		gap: 40px;
	}
	.mazaya-title {
		padding: 0;
		gap: 10px !important;
	}
	.mazaya-title::before,
	.mazaya-title::after {
	  	width: 80px;
	  	height: 2px;
	}
	.purposeIconBox .w-iconbox-meta .w-iconbox-title {
		font-size: 20px;
		line-height: 40px;
	}
	.w-grid.ourTestimonialsCarousel {
		--gap: 0px !important;
	}
	.Enter-Your-mail-address .wpcf7-form-control-wrap {
		flex: auto;
	}
	.teamname.w-iconbox .w-iconbox-icon {
		font-size: 38px !important;
	}
	.Enter-Your-mail-address {
		gap: 20px;
		margin: 0 auto;
	}
	.Enter-Your-mail-address br {
		display: none;
	}
	.wpcf7-form .Enter-Your-mail-address .email-form {
		border-radius: 4px;
		border: 1px solid #000000 !important;
	}
	.img-section1 .repeater .repeater-row {
		width: 48.3%;
	}
	.photoGalleryListNew.w-hwrapper {
		flex-flow: wrap;
		gap: 20px;
	}
	.disclosuregridwrap .w-grid-item .w-hwrapper {
		flex-flow: wrap;
		gap: 10px;
	}
	.downloaddate,
	.downloadtitle,
	.download-link {
		width: 100%;
	}
	.riskiconbox.w-iconbox {
		justify-content: flex-start;
	}
	.form-row.three-columns {
		grid-template-columns: 1fr;
	}
	.headerform .Enter-Your-mail-address .email-form {
		border: 0px !important;
	}
	.headerform .Enter-Your-mail-address {
		justify-content: center;
		max-width: 100%;
	}
	.custom-blue-form {
		padding: 20px;
	}
	.custom-blue-form .col-half {
		width: 100%;
	}
	.custom-blue-form .col-half:not(:last-child) {
		margin-bottom: 10px;
	}
	.messageWrapper::before {
		display: none;
	}
	.pagecontent img {
		padding: 20px;
	}
	.pagination .nav-links {
		justify-content: center !important;
	}
	.MultipleImages .repeater .repeater-row {
		width: 49%;
	}
	.job-application-form .form-row.three-cols {
		grid-template-columns: 1fr;
		margin-bottom: 0px;
		gap: 0px;
	}
	.job-application-form .form-row.single-col {
		max-width: 100%;
	}
	.job-application-form .form-row.three-cols br,
	.job-application-form .form-row.single-col br {
		display: none;
	}
	.job-application-form label {
		margin-bottom: 20px;
	}
	.property_details_slider_repeater_field .owl-carousel > .owl-nav {
		display: none;
	}
	.navbtnsider .owl-nav {
		display: none;
	}
	.timelineJourneySlider.w-grid .owl-carousel .owl-nav {
		display: flex;
	}
	.humanFilterWrap.w-filter .w-filter-list {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.l-section .w-filter.eventsFilterWrap {
		z-index: 111 !important;
	}
	html[lang="ar"] .stayConnectedWrapper.l-section .g-cols > .wpb_column > .vc_column-inner {
		width: 100% !important;
		height: 100% !important;
		background: rgba(0,0,0,.2) url(/wp-content/uploads/2025/10/footer-2.webp) no-repeat center / cover !important;
		padding: 50px 30px 50px 30px !important;
	}
	html[lang="ar"] .l-section .w-vwrapper.us_custom_f768195a, html[lang="ar"] .l-section .wpb_column.us_custom_1ac78aea {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.projectcarousel .w-grid-list.owl-carousel .owl-nav {
		position: relative;
		right: auto;
		bottom: auto;
		width: fit-content !important;
		left: 25px;
		height: fit-content;
		top: -40px !important;
		display: flex;
	}
	.projectcarousel .w-grid-list.owl-carousel .owl-nav .owl-prev::after,
	.projectcarousel .w-grid-list.owl-carousel .owl-nav .owl-next::after {
		width: 40px;
		height: 22px;
	}
	.w-hwrapper.FinancialInvestmentBlock,
	.w-hwrapper.LatestInstagramBlock {
		flex-flow: column;
		gap: 20px;
	}
	.w-hwrapper.FinancialInvestmentBlock .w-vwrapper,
	.w-hwrapper.LatestInstagramBlock .w-vwrapper {
		margin: 0px !important;
	}
}
@media only screen and (max-width: 600px) {
	.w-hwrapper.eventsFilterWrap::after,
	.pressReleaseFilter.w-filter::after,
	.reportFilterWrap.w-filter::after,
	.humanFilterWrap.w-filter::after,
	.presentationsFilterWrap.w-filter::after {
		display: none;
	}
	.l-section .w-filter.eventsFilterWrap .w-filter-opener {
		padding: 8px 30px;
  		border: 1px solid #112469;
  		color: #112469;
	}
	.reportFilterWrap.w-filter .w-filter-list {
		max-width: 100%;
	}	
}
@media only screen and (max-width: 575px) {
	.stockPricesWrap {
		flex-flow: wrap;
		gap: 30px;
	}
	.stockPricesWrap h5.w-text {
		width: 100% !important;
	}
	.img-section1 .repeater .repeater-row {
		width: 100%;
	}
	.MultipleImages .repeater .repeater-row {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
    .thumbnail_slider_repeaterfield .repeater .repeater-field.image img {
        height: 250px;
    }    
    .thumbnail-nav-slider .thumb-item img {
        height: 60px;
    }
}
.herowrapper .heroslider .slick-slider .g-cols.wpb_row .vc_col-sm-12.wpb_column .vc_column-inner,
.herowrapper .heroslider .slick-slider .g-cols.wpb_row .vc_column_container {
	justify-content: center;
}



.ir-home-news-ticker {
  overflow: hidden;
  white-space: nowrap;
}
 
.ir-home-news-ticker .wpb_wrapper {
  display: inline-block;
}
 
.ir-home-news-ticker .wpb_wrapper p {
  display: inline-block;
  white-space: nowrap;
  animation: irTickerSlide 14s linear infinite;
  will-change: transform;
}
 
.ir-home-news-ticker:hover .wpb_wrapper p {
  animation-play-state: paused;
}
 
@keyframes irTickerSlide {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.blue-text em{
	color: blue !important;
}


html[lang="ar"] .w-hwrapper.eventsFilterWrap::after {
	left: 0px;
  width: 60%;
  right: 38px;
}
html[lang="ar"] .eventsFilterWrap .g-filter-dropdown,
html[lang="ar"] .eventsFilterWrap .w-filter-list .w-filter-item .w-filter-item-value-select {
	background-position: 10% 50%;
}
@media only screen and (max-width: 767px) {
	
	html[lang="ar"] .wpcf7 .wpcf7-form .notify-wrapper .notify-email{
		width: 100% !important;
}
.header_hor .l-subheader-cell.at_left > .header-left-section {
  margin-right: 15px;
}
	.header_hor .l-subheader-cell.at_left > .lctr{
		  margin-right: 7px !important;
	}

}
.companyText a.w-text-h {
	padding: 8px 20px !important;
	display: block;
}

/* Owl Carousel - Plan & Layout Slider Image Fix */
.repeater-field.plan_and_layout_slider_image img,
.repeater-field.plan_and_layout_slider_image .attachment-large {
    width: 100% !important;
    height: 350px !important; /* તમારી જરૂર પ્રમાણે height બદલો */
    object-fit: cover !important; /* અથવા cover */
    object-position: center !important;
    display: block !important;
}

/* Owl Item પણ same size */
.owl-item .repeater-field.plan_and_layout_slider_image {
    width: 100% !important;
    overflow: hidden;
}


/* Owl Carousel - Interior Slider Image Fix */
.repeater-field.interior_slider_image img,
.repeater-field.interior_slider_image .attachment-large {
    width: 100% !important;
    height: 350px !important; /* જરૂર પ્રમાણે બદલો */
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

/* Owl Item same size */
.owl-item .repeater-field.interior_slider_image {
    width: 100% !important;
    overflow: hidden;
}

.repeater-field.construction_slider_image img {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.owl-item .repeater-field.construction_slider_image {
    width: 100% !important;
    overflow: hidden;
}

.w-search.searchBlock .w-search-form {
	position: absolute;
    width: 250px;
    height: 40px;
    top: 110%;
    right: 0;
    left: 0;
    transform: translate(-80%, 0px) !important;
	border-radius: 6px;
}
.searchBlock.w-search.layout_fullscreen .w-form-row-field {
    position: absolute;
    top: 50%;
    left: 0;
    right: 13%;
    transform: translateY(-50%);
}
.searchBlock.w-search.layout_fullscreen input {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    height: auto;
    padding: 0 10px;
    border-radius: 0;
    border: none;
}
.searchBlock.w-search.layout_fullscreen .w-search-close {
	line-height: 40px;
    width: 34px;
	font-size: 1.2rem;
}
.textBlockJustify{
	text-align:justify;
}
.repeater-field.property_details_slider_image img
{     width: 100% !important;     
	height: 350px !important;     
	object-fit: cover !important; 
	object-position: center !important;  
	display: block !important;
}
.owl-item .repeater-field.property_details_slider_image
{    
	width: 100% !important;     overflow: hidden; 
	}
.repeater-field.plan_and_layout_slider_image img
{    
	width: 100% !important;   
	height: 350px !important;   
	object-fit: cover !important;
	object-position: center !important;    
	display: block !important;
} 
.owl-item .repeater-field.plan_and_layout_slider_image 
{   
	width: 100% !important;   
	overflow: hidden;
}
/* Property Details - Thumbnail Slider Image Fix */

.repeater-field.property_details_image img {
    width: 650px;
    height: 650px;
    object-fit: cover;
    display: block;
}
 
.owl-item .repeater-field.property_details_image {	
    width: 100% !important;
    overflow: hidden;
}
 
.mazaya-grid-sec img{
	height:120px;
	object-fit: contain;
}

.w-grid .w-grid-list .medialibrary_category-other-gallery.w-grid-item .photoGalleryTitleWrap .post_title {
	display: none;
}
.productDetailsImages .project_gallery_all_image_repeaterfield .project_gallery_image {
	width: 100%;
}
.productDetailsImages .project_gallery_all_image_repeaterfield .project_gallery_image img {
	width: 100%;
	height: 170px;
    object-fit: cover;
    object-position: top;
}
.w-grid .w-grid-item .videogallery-img img {
    object-fit: contain !important;
    height: 100% !important;
    width: 100% !important;
}




