@charset "UTF-8";
.about p {text-align: justify;}
/* ***** Banner ***** */
.banner .btn {
	--icon-font-size: 16px;
}

.banner .btn-solid {
	background-image: linear-gradient(90deg, var(--lqd-color-gradient-start) 0%, var(--lqd-color-gradient-stop) 100%);
}

.banner .btn-solid:hover,
.banner .btn-solid:focus {
	background-image: linear-gradient(90deg, var(--lqd-color-gradient-stop) 0%, var(--lqd-color-gradient-start) 100%);
}

.ld-masked-image .clip-svg {
	clip-path: url(#banner-masked-svg);
	-webkit-clip-path: url(#banner-masked-svg);
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 50%;
}

@media (max-width: 1199px) {
	.banner {
		padding: 100px 30px 0px 30px;
	}

	.banner .ld-fancy-heading h2 {
		font-size: 58px;
	}

	.banner .module-btn {
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	.banner {
		padding: 120px 10px 0px 10px;
	}

	.banner .ld-fancy-heading h2 {
		font-size: 14vw;
	}

	.banner .module-btn {
		margin: 0 0 10px 0;
	}
}

/* ***** services ***** */
.bg-color{background-color: #f0f6fc !important;}
@media (max-width: 1199px) {
	.services {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.services {
		padding: 70px 0 20px 10px;
	}
}

/* ***** Portfoilo ***** */
@media (max-width: 1199px) {
	.portfolio {
		padding: 50px 0 50px 0;
	}

	.portfolio .module h2 {
		font-size: 23px;
	}
}

@media (max-width: 767px) {
	.portfolio {
		padding: 20px 10px 30px 10px;
	}

	.portfolio .module-content {
		padding: 15px;
	}
}

/* ***** Marketing ***** */
.marketing .module-content {
	padding-left: 18%;
}

.marketing .module-content .lqd-highlight-inner {
	background: #D3FFF8;
	bottom: 4px;
	left: 0em;
}

.carousel-dots-mobile.carousel-dots-mobile-outside .flickity-page-dots {
	margin-top: 2.5em;
}

.marketing .carousel-nav {
	left: -17px;
}

.marketing .carousel-nav .flickity-button {
	font-size: 26px;
	width: 50px;
	height: 50px;
}

.marketing .flickity-button,
.marketing .flickity-button:focus,
.marketing .flickity-button:hover {
	background-color: transparent;
	color: #000;
}

@media (max-width: 1199px) {
	.marketing {
		padding: 50px 30px 60px 30px;
	}

	.marketing .carousel-dots-mobile {
		display: block;
	}

	.marketing .carousel-dots-mobile-inside .carousel-dots-mobile {
		opacity: 0;
	}

	.marketing .module-content {
		padding: 0 10px;
	}
}

@media(max-width:767px) {
	.marketing {
		padding: 40px 10px 50px 10px;
	}

	.marketing .module-image {
		margin: 0 0 10px 0;
	}

	.marketing .module-content {
		padding: 0 15px;
	}

	.marketing .module-content .ld-fancy-heading h2 {
		font-size: 15vw;
	}
}

/* ***** case Study Carousel ***** */
.case-study-carousel .carousel-nav .flickity-button {
	width: 20px;
	height: 20px;
}

.case-study-carousel .flickity-button {
	padding: 0;
	border-radius: 0;
}

.case-study-carousel .flickity-button,
.case-study-carousel .flickity-button:focus,
.case-study-carousel .flickity-button:hover {
	background-color: transparent;
	color: #000;
}

@media (max-width: 1199px) {
	.case-study-carousel {
		padding: 45px 40px 25px 40px;
	}

	.case-study-carousel .carousel-items {
		overflow-x: hidden;
	}
}

@media (max-width: 767px) {
	.case-study-carousel {
		padding: 45px 25px 55px 25px;
	}

	.case-study-carousel .ld-fancy-heading {
		margin: 0 0 10px 0;
	}
}

/* ***** Case Study ***** */
.case-study .icon-box-module {
	box-shadow: -5px 18px 60px 0px rgba(210, 210, 234, 0.4);
}

.case-study .module-1 .iconbox-icon-container {
	box-shadow: 6px 15px 30px 0px rgb(188 0 50 / 12%);
}

.case-study .module-2 .iconbox-icon-container {
	box-shadow: 6px 15px 30px 0px rgb(103 200 216 / 23%);
}

.case-study .module-3 .iconbox-icon-container {
	box-shadow: 6px 15px 30px 0px rgb(80 207 128 / 18%);
}

.case-study .module-4 .iconbox-icon-container {
	box-shadow: 6px 15px 30px 0px rgb(221 116 195 / 19%);
}

@media (max-width: 1199px) {
	.case-study {
		padding: 50px 30px 25px 30px;
	}

	.case-study .title-module {
		padding: 0 15%;
	}

	.case-study .module-1,
	.case-study .module-3 {
		padding: 10px 25px 10px 10px;
	}

	.case-study .module-2,
	.case-study .module-4 {
		padding: 10px 10px 10px 25px;
	}

	.case-study .icon-box-module {
		padding: 30px 20px;
	}
}

@media (max-width: 767px) {
	.case-study {
		padding: 30px 25px 35px 25px;
	}

	.case-study .title-module {
		padding: 0 0 30px 0;
	}

	.case-study .title-module .ld-fancy-heading p {
		font-size: 18px;
	}

	.case-study .module-content {
		margin-bottom: 20px;
		padding: 0;
	}

	.case-study .icon-box-module {
		margin: 0;
	}
}

/* ***** Team ***** */
.team .lqd-tm-details svg stop:first-child {
	stop-color: #F8F9FFE6;
}

.team .lqd-tm-details svg stop:last-child {
	stop-color: #F8F9FF;
}

@media (max-width: 1199px) {
	.team {
		padding: 25px 30px 50px 30px;
	}

	.team .module-2,
	.team .module-3 {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.team {
		padding: 25px 10px 50px 10px;
	}

	.team .module-title {
		margin: 0 0 10px 0;
	}

	.team .module-btn {
		padding: 0 15px 20px 15px;
	}

	.team .module-1,
	.team .module-2 {
		margin-bottom: 35px;
	}
}

/* ***** counters ***** */
.counters .ld-fancy-heading .h2 {
	font-size: 50px;
}

@media (max-width: 767px) {
	.counters {
		padding: 50px 0;
	}

	.counters .title-container {
		margin: 0 0 15px 0;
	}

	.counters .data-container {
		margin: 0 0 10px 0;
	}

	.counters .module-number p {
		font-size: 52px;
		line-height: 1em;
	}
}

/* ***** Testimonial ***** */
.testimonial .carousel-nav .flickity-button:hover {
	color: #FFFFFF;
	background: #000000;
}

.testimonial .carousel-dots-mobile.carousel-dots-mobile-outside .flickity-page-dots {
	margin-top: 1.5em;
}

.carousel-dots-mobile .flickity-page-dots .dot:first-child {
	margin-inline-start: 0;
}

@media (max-width: 1199px) {
	.testimonial {
		padding: 170px 30px 85px 30px;
	}

	.testimonial .image-container {
		width: 100%;
		max-width: 100%;
	}

	.testimonial .lqd-imggrp-img-container {
		width: 50%;
		margin: auto;
	}

	.testimonial .carousel-item {
		padding-inline-start: 0;
		padding-inline-end: 0;
	}
}

@media (max-width: 767px) {
	.testimonial {
		padding: 70px 10px;
	}
}

/* ***** Clients ***** */
@media (max-width: 1199px) {
	.clients .module-img {
		margin: 20px 0;
	}
}

@media (max-width: 767px) {
	.clients .lqd-imggrp-single {
		margin: 0 0 20px 0;
	}
}

/* ***** Contact ***** */
@media (max-width: 1199px) {
	.contact {
		padding-right: 35px;
		padding-left: 35px;
	}

	.contact .ld-fancy-heading h2 {
		font-size: 38px;
	}

	.contact .module-white {
		padding: 30px 20px;
	}
}

@media (max-width: 767px) {
	.contact {
		padding: 70px 15px;
	}

	.contact .ld-fancy-heading h2 {
		font-size: 11vw;
	}

	.contact .module-white {
		padding: 30px 20px 15px 20px;
	}
}

/* **** about us **** */
.about .btn {
	--icon-font-size: 16px;
}
.about .btn-solid {
	background-image: linear-gradient(-90deg, var(--lqd-color-gradient-start) 0%, var(--lqd-color-gradient-stop) 100%) !important;
}

.about .btn-solid:hover,
.about .btn-solid:focus {
	background-image: linear-gradient(-90deg, var(--lqd-color-gradient-stop) 0%, var(--lqd-color-gradient-start) 100%)!important;
}

.about .module-btn  {
		margin-left: 10px;
	}
     .svg-drow{height:600px}
            .aboutus svg{height:350px!important;width:auto;position:absolute;transform:translate(50%,-50%);top:0px;opacity:1.5}
            .svg{height:470px;position:absolute;transform:translate(50%,20%);right:69%;top:120px;opacity:1.5;z-index:0}
            .svg-path{stroke-dasharray:1150;stroke-dashoffset:1150;animation:7s linear infinite alternate dash;fill-opacity:1}
            @keyframes dash{from{stroke-dashoffset:3000px}to{stroke-dashoffset:0px;fill-opacity:1}}
             .cls-1 { stroke: url(#linear-gradient-8); } .cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9, .cls-10 { fill: none; stroke-miterlimit: 10; stroke-width: 3.07px; } 
    .cls-2 { stroke: url(#linear-gradient-3); } .cls-11 { filter: url(#drop-shadow-9); } 
    .cls-12 { filter: url(#drop-shadow-2); } .cls-3 { stroke: url(#linear-gradient); } .cls-4 { stroke: url(#linear-gradient-5); } 
    .cls-13 { filter: url(#drop-shadow-6); } .cls-14, .cls-15 { opacity: 1; } .cls-16 { filter: url(#drop-shadow-5); } 
    .cls-17 { fill: #fff; } .cls-18 { filter: url(#drop-shadow-8); } .cls-5 { stroke: url(#linear-gradient-4); } 
    .cls-19 { filter: url(#drop-shadow-4); } .cls-6 { stroke: url(#linear-gradient-10); } 
    .cls-20 { filter: url(#drop-shadow-1); } .cls-21 { filter: url(#drop-shadow-11); } 
    .cls-22 { filter: url(#drop-shadow-10); } .cls-7 { stroke: url(#linear-gradient-9); } 
    .cls-8 { stroke: url(#linear-gradient-2); } .cls-9 { stroke: url(#linear-gradient-7); } 
    .cls-10 { stroke: url(#linear-gradient-6); } .cls-23 { filter: url(#drop-shadow-12); } 
    .cls-24 { filter: url(#drop-shadow-3); } .cls-15 { filter: url(#drop-shadow-7); }
	[dir="rtl"] .flip-rtl{
  display: inline-block !important;
  transform: scaleX(-1) !important;
  transform-origin: center;
}

[dir="rtl"] .btn-icon{
  display: inline-block;
  transform: scaleX(-1);
  transform-origin: center;
}
/* اقلب اتجاه رموز الأسهم فقط في RTL (من دون لمس اتجاه السلايدر أو النص) */
[dir="rtl"] #home-hero .flickity-prev-next-button.previous,
[dir="rtl"] #home-hero .flickity-prev-next-button.next{
  transform: scaleX(-1) !important;
  transform-origin: center !important;
}

/* اختياري: لو الثيم يضخ Transform على الـ SVG نفسه عطّله */
[dir="rtl"] #home-hero .flickity-prev-next-button .flickity-button-icon,
[dir="rtl"] #home-hero .flickity-prev-next-button svg{
  transform: none !important;
  transform-box: view-box;
  transform-origin: center;
}
.carousel-item-content h6 {color:var(--lqd-body-text-color) !important}
.primary-color h6 {color:var(--lqd-color-primary) !important}
 .hide-mobile {
    display: none;
  }
@media (min-width: 992px) {
  .hide-mobile {
    display: block;
  }
}
.search-input::placeholder {
  color: #dedddd !important;
  opacity: 1;
}
.search-input:-ms-input-placeholder { color: #dedddd  !important; }
.search-input::-ms-input-placeholder { color: #dedddd  !important; }
.services .iconbox:hover {
    background-color: var(--lqd-color-blue-600);
}
.services .iconbox:hover .contents h3, .services .iconbox:hover .contents p {
    color: #fff;
}
/* ***** Titlebar ***** */
@media (max-width: 767px) {
	.titlebar-inner h1 {
		font-size: 60px;
	}
}
/* ***** Form ***** */
.form .module-form {
	box-shadow: 0 40px 80px 0px rgba(83, 94, 132, 0.15);
}
.form .lqd-contact-form {
  --input-margin-bottom: 20px;
  --inputs-margin: 0 0 var(--input-margin-bottom) 0;
}
@media (max-width: 767px) {
	.form {
		padding-right: 10px;
		padding-left: 10px;
	}
	.form .module-form {
		margin-right: 10px;
		margin-left: 10px;
		padding: 35px 15px;
	}
}

/* ***** Map ***** */
.map .module-contact {
	box-shadow: 20px 40px 60px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
	.map .module-col {
		padding-right: 50px;
		padding-left: 50px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.map .module-col {
		padding-right: 20px;
		padding-left: 20px;
		margin: 0;
	}
	.map .module-contact {
		padding: 45px 20px;
	}
}
.border-blue-10{border-color: rgba(8, 5, 71, 0.1);}
.feature-services .lqd-iconbox-scale:hover {
    background-color: #c9ecf682;
    transform: scale(1.1);
}
.features img {
    transition: filter 0.3s ease;
}

.features:hover img {
    filter: brightness(0) invert(1);
}
.services .img {
    transition: filter 0.3s ease;
}

.services:hover .img {
    filter: brightness(0) invert(1);
}
.bg-blue {
     background: linear-gradient(360deg, #00063f, #000F9F);
}
.text-white-300  .text-blue-400{color: #F8F9FF;}
.main-footer h3 {color: #F8F9FF !important;}
.main-footer .text-slate-500{color: #F8F9FF !important;}
.main-footer  p,.main-footer span {color: #F8F9FF;}
.main-footer .text-end {color: #F8F9FF;}

.partner-logo {
    filter: grayscale(100%) brightness(0.7);
    opacity: 0.8;
    transition: all 0.3s ease;
	height: 60px;
}

/* Language Switch */
.lang-toggle{
  width: 64px;
  height: 32px;
  border-radius: 999px;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.lang-toggle .toggle-track{
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(0, 15, 159, 0.10);
  border: 1px solid rgba(0, 15, 159, 0.18);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  transition: .25s ease;
}

.lang-toggle:hover .toggle-track{
  background: rgba(0, 15, 159, 0.14);
}

.lang-toggle .toggle-thumb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s ease;
}

.lang-toggle .toggle-label{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .5px;
  color: #000F9F;
  line-height: 1;
  user-select: none;
}

/* الحالة ON = اللغة الحالية EN => الدائرة يمين */
.lang-toggle.is-on .toggle-thumb{
  right: 2px;
  left: auto;
}

/* الحالة OFF = اللغة الحالية AR => الدائرة يسار */
.lang-toggle.is-off .toggle-thumb{
  left: 2px;
  right: auto;
}

/* Mobile */
@media (max-width: 767px){
  .lang-toggle{ width: 60px; height: 30px; }
  .lang-toggle .toggle-thumb{ width: 26px; height: 26px; }
  .lang-toggle .toggle-label{ font-size: 10.5px; }
  .text-60{font-size: 30px;}
  #lqd-gdpr {
    bottom: 0.5rem;
  }
  .h2, h2 {
    font-size: 30px !important;
}
.ld-fancy-heading {padding-top:15px;}
.mb-40, .my-40 {
    margin-bottom: 20px;
}
.text-end {
    text-align: center;
}
}
/** logo switcher**/
  .brand-switcher{
    position: relative;
    width: 260px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.brand-item{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    transform: translateX(40px) scale(0.98);
    transition:
        transform 0.7s cubic-bezier(.22,.61,.36,1),
        opacity 0.45s ease;
    white-space: nowrap;
}
.brand-item.is-active{
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 2;
}
.brand-item.is-exit{
    opacity: 0;
    transform: translateX(-25px) scale(0.96);
    z-index: 1;
}
.brand-text{
    font-size: 16px;
    font-weight: 700;
    color: #0b2a6f;
    letter-spacing: .2px;
}
.brand-item,
.brand-switcher{
    will-change: transform, opacity;
}

  /* search */
.smart-inline-search{
    position: relative;
    display: inline-flex;
    align-items: center;
}

.smart-inline-search .smart-search-trigger{
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .15s ease, opacity .15s ease;
}
.smart-inline-search.is-open .smart-search-trigger{
    opacity: 0;
    pointer-events: none;
}

.smart-search-dropdown{
    position: absolute;
    right: 0;             
    top: 50%;
    transform: translateY(-50%);
    width: 38px;         
    height: 38px;
    opacity: 0;
    pointer-events: none;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    box-shadow: 0 8px 18px rgba(0,0,0,.06);
    transition: width .25s cubic-bezier(.2,.8,.2,1), opacity .15s ease, box-shadow .2s ease;
}

.smart-inline-search.is-open .smart-search-dropdown{
    opacity: 1;
    pointer-events: auto;
    width: 220px;
}
.smart-inline-search.is-open.is-focus .smart-search-dropdown{
    width: 300px;         
	box-shadow: 0 14px 26px rgba(0,0,0,.10);
    border-color: rgba(11,42,111,.25);
}

.smart-inline-search .ld-search-form{
    position: relative;
    display: flex;
    align-items: center;
    height: 38px;
}

.smart-search-icon{
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: .65;
    color: #0b2a6f;
    flex: 0 0 38px;
}

.smart-search-input{
    height: 38px;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    padding: 0 10px 0 44px;
    font-size: 14px;
    color: #0b2a6f;
}

.smart-search-close{
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 999px;
    opacity: .7;
    cursor: pointer;
}
.smart-search-close:hover{ opacity: 1; }

@media (max-width: 480px){
    .smart-inline-search.is-open .smart-search-dropdown{ width: 190px; }
    .smart-inline-search.is-open.is-focus .smart-search-dropdown{ width: 280px; }
}

@media (prefers-reduced-motion: reduce){
    .smart-search-dropdown, .smart-search-trigger{ transition: none !important; }
}

.lqd-submenu-cover .main-nav > .menu-item-has-children:not(.megamenu) > .nav-item-children {top: 70px; padding-bottom: 40px;}