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

.banner .btn-solid {
        background-color: var(--lqd-color-white-smoke);

	/* 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-color: var(--lqd-color-primary);
color:var(--lqd-color-white-smoke);
	/* 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, #13183e, #1c2252);
}
.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: 50px; padding-bottom: 40px;}
.banner .btn-solid{--btn-pt:16px;--btn-pe:31px;--btn-pb:16px;--btn-ps:31px;--icon-mt:0;--icon-me:18px;--icon-mb:0;--icon-ms:0}.banner .btn-icon-right{--icon-mt:2px;--icon-ms:10px}@media (max-width:1199px){.banner{padding:40px 40px 0}.banner .ld-fancy-heading p{padding:0 15%}}@media (max-width:767px){.banner{padding:20px 20px 180px}.banner .ld-fancy-heading p{padding:0}.banner .btn-icon-right{margin:20px 30px 0}}.clients .lqd-imggrp-single:hover{opacity:.7}@media (max-width:1199px){.clients{padding:50px 40px}}@media (max-width:767px){.clients{padding:40px 20px}}@media (max-width:1199px){.features{padding:100px 20px}.features .col-12:first-child .d-flex{margin:0 0 30px 20px}}@media (max-width:767px){.features{padding:40px 0}}.solutions .lqd-section-scroll-dots{flex-direction:column}.solutions .lqd-section-scroll-dot{justify-content:center;align-items:center;border-radius:50em}.solutions .lqd-overlay{display:block}.solutions .module-img-1 .block-revealer__element{background-color:#f0ebff}@media (max-width:1199px){.solutions{padding:40px}.solutions .lqd-section-scroll-inner{margin-top:50px;margin-bottom:50px}}@media (max-width:767px){.solutions{padding:40px 20px}}.tab-box .lqd-tabs-nav{--icon-size:1em}.tab-box .lqd-tabs .lqd-tabs-nav li a.active,.tab-box .lqd-tabs-style-5 .lqd-tabs-nav a:after{background-color:transparent;background-image:linear-gradient(180deg,#eaf4f3 0,#fff 100%)}.tab-box .lqd-tabs-nav .h3,.tab-box .lqd-tabs-nav>li>a,.tab-box .lqd-tabs-nav>li>a .lqd-tabs-nav-txt{font-size:var(--lqd-accent-font-size);line-height:var(--lqd-accent-line-height);letter-spacing:var(--lqd-accent-letter-spacing);word-spacing:var(--lqd-accent-word-spacing)}.tab-box .lqd-tabs .lqd-tabs-nav li a.active{color:#35399f}.tab-box .lqd-counter-element{margin-bottom:.3em;font-size:51px}@media (max-width:1199px){.tab-box{padding:50px 40px}}@media screen and (max-width:768px){.lqd-tabs-style-13{flex-direction:column-reverse!important}}@media (max-width:767px){.tab-box{padding:40px 20px}.tab-box .lqd-counter-element{font-size:12vw}}.lqd-tabs-style-10 .lqd-tabs-nav li a.active:before{opacity:1;transform:scale(1)}@media (max-width:1199px){.blog{padding:0 40px 50px}}@media (max-width:767px){.blog{padding:0 20px}}
:root{--lqd-container-width:1140px;--lqd-container-width-sm:100%;--lqd-container-width-md:100%;--bs-gutter-x:20px;--lqd-row-gutter-y:20px;--lqd-row-gutter-x:20px;--lqd-text-font-size:13px;--lqd-accent-font-size:16px;--lqd-accent-line-height:2em;--lqd-body-font-size:16px;--lqd-body-font-weight:400;--lqd-body-line-height:22px;--lqd-heading-color:var(--lqd-color-accent);--lqd-heading-font-weight:600;--lqd-heading-line-height:1.2em;--lqd-h1-font-size:65px;--lqd-h1-line-height:57px;--lqd-h1-letter-spacing:-1.96px;--lqd-h2-font-size:40px;--lqd-h2-line-height:1.1em;--lqd-h2-letter-spacing:-0.5px;--lqd-h3-font-size:36px;--lqd-h4-font-size:32px;--lqd-h5-font-size:20px;--lqd-h6-font-size:17px;--lqd-cc-bc:var(--lqd-color-primary);--lqd-cc-bg:var(--lqd-color-primary);--lqd-cc-size-outer:35px;--lqd-cc-size-inner:7px;--lqd-cc-bw:1px;--lqd-cc-br:calc(var(--lqd-cc-size-outer) / 2);--lqd-cc-active-bc:var(--lqd-color-primary);--lqd-cc-active-bg:var(--lqd-color-primary);--lqd-cc-active-bw:1px;--lqd-cc-active-circle-color:#fff;--lqd-cc-active-circle-txt:#000}.main-header .lqd-hide-onstuck{background-size:91px auto}.main-header .lqd-hide-onstuck a:before{background-color:#fff}.main-header .module-primary-nav a:hover,.main-header .module-primary-nav li.is-active,.social-icon:hover i{color:#000}@media (max-width:1199px){.main-header .module-primary-nav .navbar-collapse{margin-right:50px}}@media (max-width:767px){.main-header .lqd-mobile-sec .navbar-brand img{max-width:171px}}
@media (max-width:991px){.banner{padding-top:100px;padding-bottom:40px}.banner h1,.banner h2{font-size:66px}}@media (max-width:767px){.banner h2{font-size:40px}}@media (max-width:991px){.about{padding-bottom:40px}.about h2{font-size:38px}.contact{border-width:10px}}.ld-flipbox-face{backface-visibility:hidden}@media (max-width:767px){.about{padding-bottom:70px}.about h2{font-size:var(--lqd-h2-font-size)}.ld-flipbox-inner{padding:25px}}
:root{--lqd-color-blue-900: #0f144e; --lqd-container-width:1170px;--lqd-container-width-md:970px;--lqd-container-width-sm:750px;--lqd-row-gutter-y:0;--lqd-row-gutter-x:30px;--lqd-body-font-weight:400;--lqd-body-line-height:1.7em;--lqd-body-font-size:1em;--lqd-body-color:#8a8a91;--lqd-heading-font-weight:700;--lqd-heading-line-height:1.2em;--lqd-heading-color:#181b31;--lqd-h1-font-size:52px;--lqd-h2-font-size:40px;--lqd-h3-font-size:30px;--lqd-h4-font-size:25px;--lqd-h6-letter-spacing:.1em;--lqd-h6-font-size:12px;--lqd-h6-text-transform:uppercase}.lqd-highlight-inner svg{height:.275em;max-height:.475em}.ld-flipbox,.lqd-imggrp-single[data-hover3d]{perspective:1200px}.ld-flipbox-face,.ld-flipbox-wrap,.lqd-imggrp-single[data-hover3d] .lqd-imggrp-img-container{transform-style:preserve-3d}.main-header .lqd-head-col>.lqd-active-row-light.header-module>.navbar-collapse .main-nav>li>a{color:rgba(0,0,0,.8)}
/* .lqd-section-scroll-dot {
    width: 40px;
    height: 40px;
    border: 1px solid #fdfdfd;
    cursor: pointer;
    font-size: 14px;
    color: #fdfdfd;
    transition: background .3s;
    counter-increment: section-scroll-dots;
} */
.lqd-section-scroll-dot.is-active, .lqd-section-scroll-dot:hover {
    border-color: #283c62;
    background-color: #283c62;
    color: #fff;
}
                /* Chatbot Widget Container */
        .chatbot-widget {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1000;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        /* Chat Toggle Button */
        .chat-toggle {
            width: 60px;
            height: 60px;
            border-radius: 50%;
      /*background: linear-gradient(135deg, #dab84a 0%, #9b353b 100%);*/
          background: linear-gradient(135deg, #224398 0%, #ed1c24 100%);
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .chat-toggle:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
        }

        .chat-toggle::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
                /*background: linear-gradient(135deg, #224398 0%, rgb(237 28 36) 100%)*/
            transform: translateX(-100%);
            transition: transform 0.6s;
        }

        .chat-toggle:hover::before {
            transform: translateX(100%);
        }

        .chat-icon {
            width: 24px;
            height: 24px;
            fill: white;
            transition: transform 0.3s ease;
        }

        .chat-toggle.active .chat-icon {
            transform: rotate(180deg);
        }

        /* Chat Container */
        .chat-container {
            position: absolute;
            bottom: 80px;
            right: 0;
            width: 380px;
            height: 500px;
            background: white;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
            display: none;
            flex-direction: column;
            overflow: hidden;
            transform: translateY(20px);
            opacity: 0;
            transition: all 0.3s ease;
        }

        .chat-container.active {
            display: flex;
            transform: translateY(0);
            opacity: 1;
        }

        /* Chat Header */
        .chat-header {
            /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
                            /*background: linear-gradient(135deg, #dab84a 0%, #9b353b 100%);*/
                             background: linear-gradient(135deg, #224398 0%, #ed1c24 100%);

            color: white;
            padding: 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .chat-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            animation: pulse 4s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(0.8); opacity: 0.5; }
            50% { transform: scale(1.2); opacity: 0.8; }
        }

        .chat-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
            position: relative;
            z-index: 1;
        }

        .chat-subtitle {
            font-size: 12px;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }

        .status-indicator {
            position: absolute;
            top: 15px;
            left: 15px;
            width: 10px;
            height: 10px;
            background: #4ade80;
            border-radius: 50%;
            animation: blink 2s infinite;
        }

        @keyframes blink {
            0%, 50% { opacity: 1; }
            51%, 100% { opacity: 0.3; }
        }

        /* Chat Messages */
        .chat-messages {
            flex: 1;
            padding: 20px;
            overflow-y: auto;
            background: #f8fafc;
        }

        .chat-messages::-webkit-scrollbar {
            width: 6px;
        }

        .chat-messages::-webkit-scrollbar-track {
            background: #f1f5f9;
        }

        .chat-messages::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 3px;
        }

        .message {
            margin-bottom: 15px;
            animation: slideIn 0.3s ease;
        }

        @keyframes slideIn {
            from { transform: translateY(10px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }

        .message.bot {
            text-align: left;
        }

        .message.user {
            text-align: right;
        }

        .message-content {
            display: inline-block;
            max-width: 80%;
            padding: 12px 16px;
            border-radius: 18px;
            font-size: 14px;
            line-height: 1.4;
            position: relative;
        }

        .message.bot .message-content {
            background: white;
            color: #374151;
            border-bottom-left-radius: 6px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .message.user .message-content {
            /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
                            /*background: linear-gradient(135deg, #dab84a 0%, #9b353b 100%);*/
                            background: linear-gradient(135deg, #224398 0%, #ed1c24 100%);

            color: white;
            border-bottom-right-radius: 6px;
        }

        .message-time {
            font-size: 11px;
            opacity: 0.6;
            margin-top: 5px;
        }

        /* Typing Indicator */
        .typing-indicator {
            display: none;
            padding: 12px 16px;
            background: white;
            border-radius: 18px;
            border-bottom-left-radius: 6px;
            max-width: 80%;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .typing-dots {
            display: flex;
            gap: 4px;
        }

        .typing-dot {
            width: 8px;
            height: 8px;
            background: #9ca3af;
            border-radius: 50%;
            animation: typing 1.4s infinite;
        }

        .typing-dot:nth-child(2) { animation-delay: 0.2s; }
        .typing-dot:nth-child(3) { animation-delay: 0.4s; }

        @keyframes typing {
            0%, 60%, 100% { transform: translateY(0); }
            30% { transform: translateY(-10px); }
        }

        /* Chat Input */
        .chat-input-container {
            padding: 20px;
            background: white;
            border-top: 1px solid #e5e7eb;
        }

        .chat-input-wrapper {
            display: flex;
            gap: 10px;
            align-items: center;
            background: #f8fafc;
            border-radius: 25px;
            padding: 8px;
            border: 2px solid transparent;
            transition: all 0.3s ease;
        }

        .chat-input-wrapper:focus-within {
            border-color: #667eea;
            background: white;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        .chat-input {
            flex: 1;
            border: none;
            outline: none;
            padding: 8px 12px;
            font-size: 14px;
            background: transparent;
            color: #374151;
        }

        .chat-input::placeholder {
            color: #9ca3af;
        }

        .send-button {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            border: none;
            /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
                            /*background: linear-gradient(135deg, #dab84a 0%, #9b353b 100%);*/
                             /*background: linear-gradient(135deg, #224398 0%, #ed1c24 100%);*/
                             background: linear-gradient(135deg, #224398 0%, #ed1c24 100%);

            color: white;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .send-button:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
        }

        .send-button:disabled {
            opacity: 0.5;
            cursor: not-allowed;
            transform: none;
        }

        .send-icon {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }

        /* Welcome Message */
        .welcome-message {
            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
            
            border: 1px solid #0ea5e9;
            border-radius: 12px;
            padding: 16px;
            margin-bottom: 20px;
            text-align: center;
        }

        .welcome-title {
            font-weight: 600;
            color: #0369a1;
            margin-bottom: 8px;
        }

        .welcome-text {
            font-size: 13px;
            color: #0284c7;
            line-height: 1.4;
        }

        /* Quick Actions */
        .quick-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 15px;
        }

        .quick-action {
            background: white;
            border: 1px solid #e5e7eb;
            border-radius: 20px;
            padding: 8px 12px;
            font-size: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            color: #6b7280;
        }

        .quick-action:hover {
            background: #667eea;
            color: white;
            border-color: #667eea;
            transform: translateY(-2px);
        }

        /* Chat History Controls */
        .chat-controls {
            padding: 10px 20px;
            background: #f8fafc;
            border-top: 1px solid #e5e7eb;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .clear-chat-btn {
            background: #ef4444;
            color: white;
            border: none;
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .clear-chat-btn:hover {
            background: #dc2626;
            transform: translateY(-1px);
        }

        .chat-info {
            font-size: 11px;
            color: #6b7280;
        }

        /* Responsive Design */
        @media (max-width: 480px) {
            .chat-container {
                width: calc(100vw - 40px);
                height: calc(100vh - 100px);
                right: 20px;
                bottom: 80px;
            }
            
            .chatbot-widget {
                right: 20px;
                bottom: 20px;
            }
        }

        /* Demo Container for Preview */
        .demo-container {
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            text-align: center;
            max-width: 500px;
            width: 100%;
        }

        .demo-title {
            font-size: 28px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 10px;
        }

        .demo-subtitle {
            font-size: 16px;
            color: #6b7280;
            margin-bottom: 30px;
        }

        .demo-features {
            text-align: right;
            margin-bottom: 30px;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 15px;
            padding: 12px;
            background: #f8fafc;
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .feature-item:hover {
            background: #f1f5f9;
            transform: translateX(-5px);
        }

        .feature-icon {
            width: 20px;
            height: 20px;
            fill: #667eea;
        }

        .feature-text {
            font-size: 14px;
            color: #374151;
        }

        .demo-note {
            background: #fef3c7;
            border: 1px solid #f59e0b;
            border-radius: 10px;
            padding: 15px;
            font-size: 14px;
            color: #92400e;
            margin-top: 20px;
        }
/* Banner Background */

/* يخلي كل السلايدر يغطي الشاشة */
#banner,
#home-hero,
#banner .carousel-container,
#banner .carousel-items,
#banner .flickity-viewport,
#banner .flickity-slider {
    height: 100vh !important;
}

/* كل سلايد */
#banner .banner-slide {
    width: 100% !important;
    height: 100vh !important;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
}
#banner .carousel-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* overlay لتحسين قراءة النص */

.banner-overlay{
    position:absolute;
    top:0;
    line-height: 60px;
    /* left:0; */
    width:100%;
    height:100%;
        inset: 0;
    /* background:rgba(0,0,0,0.35); */
}

/* النص */

.banner-content{
    /* position:relative; */
    z-index:2;
    color:#fff;
        padding-inline: 180px;

}

.banner-title{
    color:#fff;
    font-size:60px;
    font-weight:700;
    margin-bottom:20px;
    line-height: normal;
}

.banner-subtitle{
    font-size:18px;
    margin-bottom:25px;
}
.main-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent !important;
    box-shadow: none !important;
}

/* موبايل */
@media (max-width:768px){
    .banner-slide{
        height: 100vh;
        background-position: center;
    }

    .banner-title{
        font-size: 28px;
    }
    .banner-content{
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

}
.btn-sm {
    --btn-pt: 0.85em;
    --btn-pe: 2em;
    --btn-pb: 0.85em;
    --btn-ps: 2em;
}

/* news */

			.news-grid-container {
				display: grid;
				grid-template-columns: 1fr;
				gap: 30px;
				width: 100%;
			}
			
			@media (min-width: 992px) {
				.news-grid-container {
					grid-template-columns: 2fr 1fr; /* 66% / 33% ratio */
					grid-template-rows: 250px 250px; /* Total height 500px + 30px gap */
				}
				
				.news-item-large {
					grid-column: 1;
					grid-row: 1 / 3; /* Spans both rows */
					height: 100%;
				}
				
				.news-item-small-1 {
					grid-column: 2;
					grid-row: 1;
					height: 100%;
				}
				
				.news-item-small-2 {
					grid-column: 2;
					grid-row: 2;
					height: 100%;
				}
			}

			.news-card {
				position: relative;
				border-radius: 4px;
				overflow: hidden;
				box-shadow: 0 10px 30px rgba(0,0,0,0.1);
				transition: transform 0.3s ease, box-shadow 0.3s ease;
				display: flex;
				flex-direction: column;
				justify-content: flex-end;
				background-color: #f8f9fa;
			}

			.news-card:hover {
				transform: translateY(-5px);
				box-shadow: 0 15px 40px rgba(0,0,0,0.2);
			}

			.news-card img {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				object-fit: cover;
				transition: transform 0.5s ease;
				z-index: 1;
			}

			.news-card:hover img {
				transform: scale(1.05);
			}

			.news-overlay {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);
				z-index: 2;
			}

			.news-content {
				position: relative;
				z-index: 3;
				padding: 30px;
				color: white;
			}

			.news-tag {
				display: inline-block;
				background-color: #ef7d1b; /* Blue-600 */
				color: white;
				padding: 4px 12px;
				border-radius: 4px;
				font-size: 0.85rem;
				font-weight: 600;
				margin-bottom: 15px;
				text-decoration: none;
				transition: background-color 0.3s;
			}

			.news-tag:hover {
				background-color: #23295d; /* Blue-700 */
				color: white;
			}

			.news-title {
				color: white;
				font-weight: 700;
				margin: 0;
				line-height: 1.4;
				text-decoration: none;
				transition: color 0.3s;
				display: block;
			}

			.news-title:hover {
				color: #93c5fd; /* Blue-300 */
			}

			.news-item-large .news-title {
				font-size: 2rem;
				margin-bottom: 15px;
			}

			.news-item-small-1 .news-title,
			.news-item-small-2 .news-title {
				font-size: 1.25rem;
			}

			.news-excerpt {
				color: #e2e8f0; /* Gray-200 */
				font-size: 1rem;
				line-height: 1.6;
				margin: 0;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				overflow: hidden;
			}

			/* RTL Support */
			html[dir="rtl"] .news-grid-container {
				direction: rtl;
			}
			
			@media (max-width: 991px) {
				.news-card {
					height: 300px; /* Fixed height for mobile */
				}
			}

.bg-orange{background-color: #f7921e;}
.text-orange{color: #f7921e;}
.hover\:bg-accent:hover {
    background-color: var(--lqd-color-accent);
}
.btn-md {
    --btn-pt: 1.1em;
    --btn-pe: 2.8em !important;
    --btn-pb: 1.1em;
    --btn-ps: 2.8em !important;
}
.main-menu-overlay .btn-solid:hover {
    border-color: transparent;
    transform: translate3d(0, 0, 0);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}
.bg-blue-200{background-color: #2d257d;} 
.text-blue-500{color: #2d257d;}
.bg-orange-200{background-color: #f7921e;}
.text-orange-500{color: #f7921e;}
.bg-yellow-200{background-color: #f9c20a;}
.text-yellow-500{color:#f9c20a}
.solutions .lqd-section-scroll-dot {
    justify-content: center;
    align-items: center;
    border-radius: 50em;
    display: none;
}
.bg-white-smoke{background-color: whitesmoke;}
.text-white-smoke{color: whitesmoke;}