/*banner*/

div#ksa-client-bx {
    background: #FED21A;
    position: relative;
    top: 20px;
}

section#ksa-banner {
    position: relative;
}

section#ksa-banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #348C6E;
    opacity: 0.8;
    z-index: 1;
    width: 100%;
    max-width: 92%;
    height: 80%;
    border-right: 3px solid #fed21a;
    
    /* Delayed reveal */
    animation: bannerReveal 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: scaleX(0);
    transform-origin: left center;
    z-index: revert-rule;
}

.page-id-32 section#ksa-banner:before{
     height: 100% !important;
    z-index: revert-rule;
}

@keyframes bannerReveal {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

section#ksa-banner > * {
    position: relative;
    z-index: 2;
}

#banner-trusted-icon .elementor-icon-box-icon,div#banner-trusted-icon .elementor-icon {
    animation: trustedFloat 3s ease-in-out infinite;
    display: inline-block;
}

@keyframes trustedFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0);
    }
}

span#ksa-heading {
    font-size: 50px;
    line-height: 80px;
    color: #FED21A;
    font-weight: 800;
    font-style: normal;
}


div#ksa-client-bx h3.elementor-image-box-title {
    background: #348C6E;
    padding: 12px;
}

div#ksa-client-bx  .elementor-image-box-content {
    position: relative;
    top: -30px;
}

div#ksa-client-bx h5.elementor-image-box-title {
    background: #116054;
    padding:14px;
    margin: 0px;
}


div#ksa-client-bx strong#clients-ksa{
    font-size:50px;
    font-weight: 300;
    position: relative;
    top: 5px;
}

div#ksa-client-bx p.elementor-image-box-description {
    padding: 0px 20px;
}


.custom-menu > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
}


header#siteHeader:before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #fed21a;
    bottom: 0px;
    left: 0;
    width: 92%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.scrolled header#siteHeader:before {
    width: 100% !important;
}



/* header#siteHeader{
    position: relative;
} */

.custom-menu .menu-item-64 a,li#menu-item-3440 a {
    background: #FED21A;
    border-radius: 30px;
    color: #000 !important;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    right: 0px;
}

li#menu-item-2232 a,li#menu-item-2233 a {
    background: white;
    border-radius: 30px;
    color: #000 !important;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    margin-left:12px
}

.custom-site-header.scrolled li#menu-item-2232 a,.custom-site-header.scrolled li#menu-item-2233 a{
	background: #FED21A;
}



/* our-story */



/* ==================== OUR STORIES SECTION STYLING ==================== */

#our_stories {
    padding: 0px 0 !important;
    background: #ffffff;
}

/* Main Card Styling */
#our_stories .elementor-image-box-wrapper {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Hover Effect */
#our_stories .elementor-image-box-wrapper:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(52, 140, 110, 0.18);
}

/* Image Styling */
#our_stories .elementor-image-box-img img {
    height: 260px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

#our_stories .elementor-image-box-wrapper:hover img {
    transform: scale(1.08);
}

/* Content Area */
#our_stories .elementor-image-box-content {
    padding: 32px 28px !important;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#our_stories .elementor-image-box-title {
    font-size: 1.55rem;
    font-weight: 700;
    color: #348C6E;
    margin-bottom: 14px;
    line-height: 1.3;
}

#our_stories .elementor-image-box-description {
    color: #000000;
    line-height: 1.65;
    font-size: 1.02rem;
    flex-grow: 1;
}


#our_stories .elementor-image-box-wrapper:hover .elementor-icon {
    background: #348C6E;
    transform: scale(1.1);
}

#our_stories .elementor-icon svg {
    fill: #348C6E;
    transition: all 0.3s ease;
}

#our_stories .elementor-image-box-wrapper:hover .elementor-icon svg {
    fill: white;
}

/* Staggered Animation */
#our_stories .elementor-column {
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#our_stories .elementor-column:nth-child(1) { transition-delay: 0.1s; }
#our_stories .elementor-column:nth-child(2) { transition-delay: 0.25s; }
#our_stories .elementor-column:nth-child(3) { transition-delay: 0.4s; }

/* Trigger Animation when in view */
#our_stories .elementor-column.visible {
    transform: translateY(0);
}


.ksa-map-wrap {
    position: relative;
    max-width: 520px;
    width: 100%;
}

.ksa-map-wrap img {
    width: 100%;
    display: block;
}

.ksa-pin {
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    background: #348C6E;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
    transition: 0.3s ease;
}

.ksa-pin:hover {
    background: #c8aa5a;
    transform: translate(-50%, -50%) scale(1.1);
}

.ksa-pin.riyadh {
    top: 53%;
    left: 61%;
}

.ksa-pin.jeddah {
    top: 72%;
    left: 24%;
}

.ksa-pin.dammam {
    top: 43%;
    left: 83%;
}

.ksa-pin.medina {
    top: 62%;
    left: 31%;
}


/* local expertize */

div#saudi-market {
    position: relative;
    top: 50px !important;
}


div#ksa-services {
    height: 300px !important;
    border-radius: 27px;
    border: 3px solid #FED21A;
    background: #FED21A;
    box-shadow: 4px 6px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 23px;
    width: 100%;
    max-width: 30%;
    margin: 6px 18px 18px;
}


div#business-bx {
    border: 1px solid rgba(52, 140, 110, 0.51);
    background: #116054;
    box-shadow: 4px 6px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 22px;
    border-radius: 4px;
}


div#business-bx svg {
    background: #ffffff;
    padding: 7px;
}

div#business-bx h3.elementor-icon-box-title{
    border-bottom:3px solid #FED21A;
}


#slider_img img {
  transition: 0.3s ease;
  transform: scale(0.7);
}

#slider_img img.active {
  transform: scale(1);
  padding: 2px;
  box-sizing: border-box;
}

section#ksa-image-slider .ha-slick-item img {
    height: 250px !important;
    margin-bottom: 0px;
}


section#slider_img  .elementor-testimonial__footer {
    margin-top: 0px !important;
    padding-left:20px;
}


#testimonial-slider .elementor-testimonial__footer {
    margin-top: 0px !important;
    padding-left: 11px;
    width: 100%;
    max-width: 50%;
    position: absolute;
    bottom: 10px;
    left: 21px;
}


section#ksa-image-slider {
    position: absolute;
    top: 70%;
}

section#professionalism {
    position: relative;
}

div#info-left .elementor-widget-wrap.elementor-element-populated {
   background: #116054;
   height: 845px;
   margin-top: 12px;
   border-radius: 12px;
}

section#ksa-image-slider .elementor-widget-wrap.elementor-element-populated {
    border: none;
}

div#our-presence {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(6px);
    padding: 10px;
}


#site-header {
    position: fixed;
    /* top: 0; */
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    background-color: transparent;
}

/* This will work with a small JavaScript snippet via Customizer */
body.scrolled #site-header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    top: 0rem;
    width: 100%;
    padding: 18px 7rem;
}


.custom-site-header.scrolled .custom-menu > li > a {
    color: #000;
}

/* .custom-site-header.scrolled a.custom-logo-link {
    filter: invert(1);
} */

/* testimonial */



.testimonial-section {
  width: 100%;

}

.testimonial-section .container {
  display: flex;
  gap: 30px;
  align-items: center;
  padding-left: 10px;
}

/* LEFT 8 */
.testimonial-section .left {
  flex: 0 0 66.66%;
}

/* RIGHT 4 */
.testimonial-section .right {
  flex: 0 0 33.33%;
  text-align: center;
}



.quote {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.name {
  font-weight: 600;
  margin-bottom: 5px;
}

.location {
  color: #777;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .testimonial-section .container {
    flex-direction: column;
  }

  .testimonial-section .left,
  .testimonial-section .right {
    flex: 100%;
  }
}


/* .ha-slick-item img {
    height: 174px !important;
} */




@media screen and (max-width: 767px) {
    section#ksa-banner::before {
        width: 100%;
        max-width: 100%;
    }
	
	html[lang^="ar"] #testimonial-slider .elementor-testimonial__footer {
		max-width: 81% !important;
		bottom: 56% !important;
}
	
	li#menu-item-2232 a, li#menu-item-2233 a{
		margin-left:0px;
	}
	
	.custom-menu-toggle:hover{
		background: rgba(0, 0, 0, 0.05) !important;
	}
	
	
	[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
		background-color: #0000001f !important;
	}
	
	.custom-menu .menu-item-64 a, li#menu-item-3440 a{
		margin-bottom:1rem;
	}
	
	div#ksa-services {
    width: 100%;
    max-width: 100%;
}
    
    div#popoup_services p.elementor-icon-box-description{
        height:auto !important;
        max-width:100% !important;
    }
	
	div#popoup_services{
		padding-left:0px !important;
	}
	
	div#popoup_services:before{
		display:none !important;
	}
    
    #single_testimonial .elementor-testimonial{
        display:block !important;
    }
    
    div#popoup_services:before{
        left: -8px;
       top: 30px;
    }
	
	.hamburger-line {
    height: 1px !important;
    background: #222222 !important;
    margin: 3px 0 !important;
    border: 1px solid black;
}
	
	div#estimate-line:before,div#estimate-line:after{
		display:none;
	}
	
	section#ksa-image-slider::before{
    left:0px !important;
}
    
    #sa-tooltip{
        left: 0% !important;
        top: 56% !important;
        width: 100% !important;
    }

    section#ksa-banner::before {
        width: 100% !important;
    }
    
    .custom-site-header {
       background: #fff !important;
}
	
	.page-id-38 .custom-site-header {
     background-color:#116054 !important;
}

.custom-logo img{
    filter: brightness(0.5) !important;
}
    
    div#ksa-client-bx img {
    width: 100%;
}

    span#ksa-heading {
    font-size: 34px;
    line-height: 43px;
    position: relative;
    top: 19px;
}

    .elementor-widget-testimonial-carousel .swiper-slide {
        padding: 8px;
    }

    #testimonial-slider .elementor-testimonial__footer {
        bottom: 56%;
        left: 21px;
        max-width: 100%;
    }

    .testimonial-section .right img {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 64px;
    }

    section#ksa-image-slider {
        top: 100%;
        margin-top: 3rem;
        width: 100%;
        max-width: 100%;
        left: -4px;
    }
}


section#ksa-counter{
    border-radius: 15px;
    border: 1px solid #FED21A;
    background: #FFF;
    box-shadow: 9px 9px 4px 0 rgba(0, 0, 0, 0.25);
    padding-top:2rem;
    padding-bottom:2rem;
}

div#estimate-line {
    position: relative;
}

div#estimate-line:before{
    content:"";
    position:absolute;
    left: 30px;
    height: 100%;
    border-left: 5px solid #116054;
    top: 50%;
    min-height: 180px;
}

div#estimate-line:after{
    content:"";
    position:absolute;
    left: 30px;
    height: 100%;
    border-bottom: 5px solid #116054;
    top: -50%;
    width:100%;
    max-width:100px
}


/* form */

/* Form Container */
form#wpforms-form-584 {
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

/* Labels */
form#wpforms-form-584 .wpforms-field-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

/* Input Fields */
form#wpforms-form-584 input[type="text"],
form#wpforms-form-584 input[type="email"],
form#wpforms-form-584 input[type="number"],
form#wpforms-form-584 input[type="tel"],
form#wpforms-form-584 input[type="url"],
form#wpforms-form-584 input[type="password"],
form#wpforms-form-584 input[type="date"],
form#wpforms-form-584 textarea,
form#wpforms-form-584 select {
    width: 100%;
    padding: 7px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
    height: 47px;
    font-family: 'Poppins', sans-serif;
}

/* Focus State */
form#wpforms-form-584 input:focus,
form#wpforms-form-584 textarea:focus,
form#wpforms-form-584 select:focus {
    border-color: #fed21a;
    outline: none;
    box-shadow: 0 0 0 3px rgba(254, 210, 26, 0.2);
}

/* Placeholder */
form#wpforms-form-584 input::placeholder,
form#wpforms-form-584 textarea::placeholder {
    color: #999;
    font-family: 'Poppins', sans-serif;
}

/* Textarea */
form#wpforms-form-584 textarea {
    min-height: 140px;
    resize: vertical;
}

/* Submit Button */
form#wpforms-form-584 button[type="submit"] {
    background: #fed21a;
    color: #000000;
    padding: 1px 28px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    height: 45px;
    line-height: 45px;
    transition: background 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

form#wpforms-form-584 button[type="submit"]:hover {
    background: #000000 !important;
    color: #ffff;
}


/* service-page */


#service-cards {
   background: #fcfbf8;
    padding: 35px 30px;
    border-radius: 18px;
    transition: .35s;
    position: relative;
    margin: 13px 7px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
	cursor:pointer;
}

#service-cards:hover h3.elementor-icon-box-title {
    color: #fed21a;
}

#service-cards::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#116054;
    transform:scaleX(0);
    transition:.35s;
}

#service-cards:hover::before{
    transform:scaleX(1);
}

#service-cards:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}


span#world-class {
    color: #116054;
    border-bottom: 1px solid #FED21A;
    border-color: #FED21A;
    border-width: 4px;
}

#cs-sync{
    border: 5px solid #116054;
    padding: 30px;
    box-shadow: rgb(0 0 0 / 27%) 3.95px 5.95px 5.6px;
}

div#popoup_services  p.elementor-icon-box-description {
    height: 120px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 9px;
    border: 0 solid #FED21A;
    background: #FFF;
    box-shadow: 4px 3px 4.8px 4px #348C6E;
    width: 100%;
    max-width: 90%;
    transition: all 0.3s ease;
	cursor:pointer;
}

#popoup_services .elementor-icon-box-description:hover{
    background: #116054;
    color: #fff;
    border-color: #FED21A;
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(17,96,84,.35);
}


div#popoup_services {
    padding-left: 29px;
    position: relative;
}

div#popoup_services:before {
    content: "";
    position: absolute;
    background-image: url("https://stagingbyarea.nuage-digital.com/wp-content/uploads/2026/06/border_layers.png");
    width: 8%;
    height: 70%;
    background-repeat: no-repeat;
    left: -20px;
    top: 29px;
    background-size: contain;
}


/* Card */
.ha-slick-item{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    background:#fff;
    height:auto;
}

.ha-slick-img{
    display:block;
    width:100%;
    height:300px !important;
    object-fit:cover;
    margin-bottom:20px;
}

.ha-slick-content{
    position:static !important;
    transform:none !important;
    background:transparent !important;
    padding:0;
    text-align:left;
    width:100%;
    padding-top: 0px !important;
}


.ha-slick-title{
    margin:0 0 12px;
    color:#000;
    font-size:32px;
    font-weight:700;
}

.ha-slick-subtitle{
    margin:0;
    color:#0c5a4d;
    line-height:1.7;
    font-size:18px;
}


ul.slick-dots {
    position: absolute;
    right: 100%;
    top: 57%;
    max-width: 100%;
    transform: translateX(-71%);
    height: 30px;
    line-height: 53px;
}

.slick-dots li button:before{
    font-size: 14px !important;
}


div#serve_slider {
    position: relative;
}

div#serve_slider:before{
    content:"";
    position:absolute;
    left: -5px;
    top:30px;
    border-left: 10px solid #FED21A;
    height:100%;
    max-height: 40%;
    z-index: 2;
}

div#serve_slider:after{
    content:"";
    position:absolute;
    top:30px;
    border-top:10px solid #FED21A;
    height:100%;
    max-height: 26%;
    z-index: 2;
    width:100%;
    max-width:40%
}


#single_testimonial .elementor-testimonial {
    display: flex;
    align-items: center;
    gap: 80px;
}

#single_testimonial .elementor-testimonial__footer {
    order: 1;
    flex-shrink: 0;
}

#single_testimonial .elementor-testimonial__content {
    order: 2;
    flex: 1;
}

#single_testimonial .elementor-testimonial__image img {
    width: 100px;  
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
   position:relative;
   left:20px;
   top:-10px;
}


span#cs-financial {
    color: #116054;
    border-bottom: 5px solid #f9d100;
}

span#cs-industory {
    border-bottom: 2px solid #FED21A;
}


.cta-button {
    display: inline-block;
    padding: 6px 28px;
    background: #FED21A;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background: #000;
    color: #fff;
}


.elementor-popup-modal .dialog-close-button{
    top: 4px !important;
    right: 6px !important;
}

/* inner-service */

.page-id-1002 .custom-site-header {
    background: #116054;
}

.page-id-1002 .custom-site-header.scrolled{
    background: #ffffff;
}

.page-id-1332 .custom-site-header {
    background:#116054;
}

.page-id-1365 .custom-site-header {
    background: #116054;
}

.page-id-1005 .custom-site-header {
    background:#116054;
}


.page-id-1422 .custom-site-header {
    background:#116054;
}

.page-id-1472 .custom-site-header {
    background:#116054;
}


.page-id-2348 .custom-site-header {
    background:#116054;
}


#books_services{
    position: relative;
    background: #ffffff;
    border: 1px solid #FED21A;
    border-radius: 25px;
    transition: all .35s ease;
    cursor:pointer;
    padding-left: 45px;
    padding-right: 45px;
	height: 133px;
}

#books_services .elementor-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #116054;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease;
}


#books_services .elementor-icon svg{
    width: 36px;
    height: 36px;
    fill: #ffffff;
    transition: all .35s ease;
}


#books_services:hover{
    background: #116054;
    border-color: #116054;
}


#books_services:hover .elementor-icon{
    background: #ffffff;
}


#books_services:hover .elementor-icon svg{
    fill: #116054;
}

#books_services .elementor-heading-title,
#books_services .elementor-widget-text-editor,
#books_services p{
    transition: color .35s ease;
}

#books_services:hover .elementor-heading-title,
#books_services:hover .elementor-widget-text-editor,
#books_services:hover p{
    color: #ffffff;
}


div#books_services:hover h3.elementor-icon-box-title {
    color: #ffff;
}

div#books_services .elementor-icon {
    position: absolute;
    top: 0%;
    left: -20px;
    transform: translateY(0%);
    width: 70px;
    height: 70px;
    background: #116054;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#cs-pricing-cards {
    width: 347px;
    height: 466px;
    background: #fff;
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% 92.55%, 51.3% 100%, 0% 92.55%);
    filter: drop-shadow(9px 12px 2px rgba(0, 0, 0, .25));
    transition: transform .35s ease, filter .35s ease, background .35s ease;
    transform: scale(1);
    transform-origin: center;
    overflow: visible;
    cursor: pointer;
}


#cs-pricing-cards:hover {
    transform: translateY(-10px) scale(1.05);
    filter: drop-shadow(0 18px 35px rgba(0, 0, 0, .25));
}


#cs-pricing-cards .elementor-price-table {
    background: transparent;
    transition: all .35s ease;
}


#cs-pricing-cards .elementor-price-table__price {
    position: relative;
    z-index: 1;
    color: #ffffff;
    transition: color .35s ease;
    top: -15px;
}


#cs-pricing-cards .elementor-price-table__price::before {
    content: "";
    position: absolute;
    /* top: 0px; */
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: linear-gradient(270deg, #116054 0%, #FED21A 100%);
    z-index: -1;
    transition: background .35s ease;
}


#cs-pricing-cards:hover .elementor-price-table__price,
#cs-pricing-cards:hover .elementor-price-table__currency,
#cs-pricing-cards:hover .elementor-price-table__integer-part,
#cs-pricing-cards:hover .elementor-price-table__fractional-part,
#cs-pricing-cards:hover .elementor-price-table__period {
    color: #fff;
}


#cs-pricing-cards .elementor-price-table__button {
    transition: all .35s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 18%);
    width: 100%;
    max-width: 150px;
    height: 150px;
    border-radius: 199%;
    line-height: 80px;
    background: linear-gradient(270deg, #116054 0%, #FED21A 100%);
}


#cs-pricing-cards:hover .elementor-price-table__button {
    background: #FED21A;
    color: #ffffff;
}


#cs-pricing-cards span.elementor-price-table__period.elementor-typo-excluded {
    color: #fff;
}


#cs-pricing-cards:hover .elementor-price-table__price::before {
    background: linear-gradient(270deg, #fed21a 0%, #fed21a 100%);
}

#cs-pricing-cards span.elementor-price-table__integer-part {
    font-size: 40px;
}

div#ksa-client-bx img {
    width: 100%;
}


section#ksa-image-slider:before {
    content:"";
    position:absolute;
    left: 50px;
    width: 100%;
    background-color: #453d3d82;
    height: 100%;
    max-width: 80%;
    transform: translateX(60px);
}


/* home-map */

.page-id-26 .riyadh-marker {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
	background: #fed21a;
}

.page-id-26 .riyadh-marker:before{
    left: 50%;
    top: 50%;
    border: 5px dotted #fed21a;
}


section#about-us-banner {
    position: relative;
    z-index: 2;
}

section#cs-spacer-bg {
    position: relative;
    z-index: 1;
    top: -8px;
}

/* about-us */


#waves-shapes .elementor-image-box-content{
    position:relative;
    background:#FED21A;
    padding: 30px 30px 30px;
    top: -30px;
}

#waves-shapes .elementor-image-box-content::before{
    content:"";
    position:absolute;
    top: -34px;
    left:0;
    width:100%;
    height:36px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 357 35'%3E%3Cpath fill='%23FED21A' d='M0 16.667C0 16.667 122.5-20.833 177.5 16.667C232.5 54.167 357 16.667 357 16.667V35H0V16.667Z'/%3E%3C/svg%3E") no-repeat center/100% 100%;
}


.page-id-34 {
    background: #116054 !important;
}


div#Ksa-journey {
    border-radius: 20px;
    background: #FED21A;
    box-shadow: 22px 29px 4px 0 rgba(0, 0, 0, 0.25);
}


/* Image */
section#ksa-journey-grid .elementor-image-box-img {
    position: relative;
    margin: 0;
}

section#ksa-journey-grid .elementor-image-box-img img {
    width: 100%;
    display: block;
    border-radius: 20px;
    transition: .4s ease;
    box-shadow: 12px 10px 4px 0 rgba(0, 0, 0, 0.25);
}


/* Overlay */
section#ksa-journey-grid .elementor-image-box-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    border-radius: 20px;
    opacity: 0;
    transition: .4s ease;
    z-index: 1;
}

/* Heading */
section#ksa-journey-grid .elementor-image-box-content {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    /* opacity: 0; */
    transform: translateY(-50px);
    transition: .5s ease;
    pointer-events: none;
	max-width: 90%;
    margin: 0 auto;
}

section#ksa-journey-grid .elementor-image-box-title {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

section#ksa-journey-grid .elementor-image-box-description {
    display: none;
}

/* Hover each image only */
section#ksa-journey-grid .elementor-widget-image-box:hover img {
    box-shadow: none;
}

section#ksa-journey-grid .elementor-widget-image-box:hover .elementor-image-box-img::before {
    opacity: 1;
}

section#ksa-journey-grid .elementor-widget-image-box:hover .elementor-image-box-content {
    opacity: 1;
    transform: translateY(0);
}


div#mission_cards {
    border-radius: 22px;
    background: #FED21A;
    box-shadow: 12px 10px 4px 0 rgba(0, 0, 0, 0.25);
    padding:10px;
    height: 277px;
    display:flex;
    align-items:center;
    width: 100%;
    max-width: 86%;
}


/* Common */
.mission_cards1,
.mission_cards2{
    position: relative;
}

/* Vertical line */
.mission_cards1::before,
.mission_cards2::before{
    content: "";
    position: absolute;
    left: clamp(-22px, 3vw, -35px);
    top: clamp(25px, 5vw, 40px);
    width: clamp(12px, 5vw, 30px);
    height: 50%;
    max-height: 229px;
    background: #fff;
    border-radius: 80px;
}

/* Horizontal line */
.mission_cards1::after,
.mission_cards2::after{
    content: "";
    position: absolute;
    right: 58%;
    top: clamp(25px, 5vw, 30px);
    width: clamp(120px, 49%, 330px);
    height: clamp(14px, 2.5vw, 40px);
    background: #fff;
    border-radius: 80px;
}

/* Mobile */
@media (max-width:767px){
    .mission_cards1::before,
    .mission_cards1::after,
    .mission_cards2::before,
    .mission_cards2::after{
        display:none;
    }
}


div#choose_bx1 {
    height: 444px;
    align-items: center;
    display: flex;
    justify-content: center;
}

div#choose_bx2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    position: relative;
    top: -30px;
}


div#Kingdom_vision_bx {
    border-radius: 23px;
    background: #FFF;
    box-shadow: 21px 12px 4px 0 rgba(0, 0, 0, 0.25);
    height: 519px;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 90%;
}


#Kingdom_vision_bx{
    position: relative;
}

#Kingdom_vision_bx::before{
    content: "";
    position: absolute;
    left: -35px;
    top: 100px;
    width: 50px;
    height: 210px;
    background: #FDD11A;
    border-radius: 80px;
}

#Kingdom_vision_bx::after{
    content: "";
    position: absolute;
    right: 56%;
    top: 100px;
    width: 240px;
    height: 50px;
    background: #FDD11A;
    border-radius: 80px;
}

@media (max-width:1024px){
    #Kingdom_vision_bx::before{
        left:-20px;
        width:20px;
        height:160px;
		display:none;
    }

    #Kingdom_vision_bx::after{
        right:50%;
        width:45%;
        height:20px;
		display:none;
    }
	
	.mission_cards1::before, .mission_cards2::before{
		display:none;
	}
	
	.mission_cards1::after, .mission_cards2::after{
		display:none;
	}
	
	div#mission_cards{
		max-width: 100% !important;
	}
}

@media (max-width:767px){
    #Kingdom_vision_bx::before,
    #Kingdom_vision_bx::after{
        display:none;
    }
}


[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
	/* background-color:transparent !important; */
	/* color:black !important; */
}


.custom-menu .sub-menu {
    min-width: 170px !important;
}


/* Hide both by default */
#footer_eng,
#footer_ar {
    display: none;
}

/* English */
html[lang^="en"] #footer_eng {
    display: block;
}

/* Arabic */
html[lang^="ar"] #footer_ar {
    display: block;
}

.page-id-2260 {
    background: #116054;
}

.page-id-2412 section#ksa-banner:before {
    width: 100% !important;
    max-width: 100%;
    height: 100%;
}


span#cs-asked {
    border-bottom: 4px solid #E8B800;
}


.elementor-column:nth-child(1) #cs-pricing-cards .elementor-price-table__price::before {
    background: #FED21A;
}

.elementor-column:nth-child(2) #cs-pricing-cards .elementor-price-table__price::before {
    background: linear-gradient(270deg, #116054 0%, #FED21A 100%);
}

.elementor-column:nth-child(3) #cs-pricing-cards .elementor-price-table__price::before {
    background: #116054;
}


/* 1st Card - Yellow */
.elementor-column:nth-child(1) #cs-pricing-cards .elementor-price-table__button {
    background: #FED21A;
}

/* 2nd Card - Gradient */
.elementor-column:nth-child(2) #cs-pricing-cards .elementor-price-table__button {
    background: linear-gradient(270deg, #116054 0%, #FED21A 100%);
}

/* 3rd Card - Green */
.elementor-column:nth-child(3) #cs-pricing-cards .elementor-price-table__button {
    background: #116054;
}

div#industry-slider {
    height: 548px;
}


.custom-menu > li > a:hover{
  color:#000000 !important
}


/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    div#service-cards {
        width: 100%;
        max-width: 46%;
    }
	
	section#cs-mission .elementor-section-height-default {
    height: auto;
}
	
	div#popoup_services p.elementor-icon-box-description{
		height:auto;
	}
	
	div#industry-slider{
		height:auto;
	}
	
	ul.slick-dots {
    top: 68%;
    max-width: 100%;
    transform: translateX(-56%);
   }
	
}

/* Mobile */
@media (max-width: 767px) {
    div#service-cards {
        width: 100%;
        max-width: 100%;
    }
}


.page-id-3182 .custom-site-header,.page-id-3225 .custom-site-header{
    background: #116054;
}


#slider_img .elementor-widget-wrap {
    overflow: visible;
}

#slider_img .elementor-widget-image {
    position: relative;
    z-index: 1;
    cursor: pointer;
    transform: scale(0.88);
    transition:
        transform 0.35s ease,
        opacity 0.35s ease,
        filter 0.35s ease;
}

#slider_img .elementor-widget-image img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}


#slider_img .elementor-widget-image.is-active {
    z-index: 5;
    opacity: 1;
    transform: scale(1.16);
}

#slider_img .elementor-widget-image:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 5px;
}

/* Mobile */
@media (max-width: 767px) {
    #slider_img .elementor-widget-wrap {
        gap: 12px;
    }

    #slider_img .elementor-widget-image {
        transform: scale(0.9);
    }

    #slider_img .elementor-widget-image.is-active {
        transform: scale(1.08);
    }
}


.page-id-3265 .custom-site-header {
    background: #116054;
}

.page-id-2381 .custom-site-header {
    background: #116054;
}

.page-id-3344 .custom-site-header {
    background: #116054;
}


header#siteHeader.scrolled::before {
    width: 100% !important;
}

html[lang="ar"] .custom-menu > li > a {
    font-family: 'Zain-Regular', sans-serif;
}

html[lang="ar"] .custom-menu .sub-menu {
    text-align: end;
}

div#map-markets figure.elementor-image-box-img {
    position: relative;
    overflow: hidden;
}

div#map-markets figure.elementor-image-box-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #116054; /* Red overlay */
    pointer-events: none;
    z-index: 2;
}


div#map-markets .elementor-image-box-content {
    position: relative;
    top: -50px;
    z-index: 2;
	padding-left: 11px;
}

div#map-markets h3.elementor-image-box-title {
    margin-bottom:1rem;
}


.local-img figure.elementor-image-box-img::after{
    background:#FED21A !important;
}

.local-img .elementor-image-box-content{
    top: -70px !important;
}


div#five-years {
    position: relative;
    height:100%;
}

div#five-years::before{
    content:"";
    position:absolute;
    left:0px;
    border-left:5px solid #fed21a;
    height:100%;
    top:-33px;
    min-height:110px;
    
}

div#five-years::after{
    content:"";
    position:absolute;
    right:0px;
    border-left:5px solid #fed21a;
    height:100%;
    top:-33px;
    min-height:110px;
}

.lang-item a {
    background: transparent !important;
}

html[lang="ar"] .elementor-image-box-content {
    padding-right: 15px;
}

html[lang="ar"] .page-id-2210 .elementor-image-box-content {
    padding-right: 0px !important;
}


html[lang="ar"] ul.slick-dots {
    transform: translateX(-88%);
}

figure.ha-member-figure img {
    border-radius: 10px;
}

div#ksa-faq .elementor-accordion .elementor-accordion-item {
    border:1px solid #BEC8C8;
    margin-bottom: 1rem;
    border-radius: 10px;
}

div#ksa-faq .elementor-accordion .elementor-tab-content {
    border-block-start: none;
    padding: 0px 20px 15px;
}

.custom-menu .menu-item-64 a:hover{
	background:#000 !important;
	color:#fff !important;
}

.custom-menu .sub-menu a{
	text-transform: uppercase;
}

.custom-menu > li > a{
	font-size: 17px;
}


.rating {
    padding: 10px 15px;
}

.rating span {
    font-size: 28px;
    color: #f4c20d; /* Gold */
    line-height: 1;
}


html[lang="ar"] .riyadh-marker svg {
    display: block;
    fill: #fed21a;
    position: relative;
    right: 90px;
    top: 80px;
}

html[lang="ar"] .page-id-2412 .riyadh-marker svg, html[lang="ar"] .page-id-3422 .riyadh-marker svg{
    display: block;
    fill: #116054;
    position: relative;
	 right: auto !important;
     top: auto !important;
}


@media (max-width: 767px) {
    .elementor-testimonial__text,
    .elementor-testimonial__text p {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    .elementor-testimonial__text p {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 5 !important;
        overflow: hidden !important;
        margin-bottom: 0;
    }

    .elementor-testimonial__text.is-expanded p {
        display: block !important;
        -webkit-line-clamp: unset !important;
        overflow: visible !important;
    }

    .testimonial-read-more {
        display: inline-block;
        margin-top: 6px;
        cursor: pointer;
        font-weight: 600;
        text-decoration: underline;
    }
}


a.custom-logo-link {
    width: 100%;
    max-width: 218px;
}


html[lang^="ar"] #testimonial-slider .elementor-testimonial__footer{
	max-width: 63%;
    bottom: 62px;
}