/**
* Template Name: Amoeba - v2.0.0
* Template URL: https://bootstrapmade.com/free-one-page-bootstrap-template-amoeba/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
------------------------------------------------------------يوجد طريقتين لتنقل بيتن سكشن هادي  في CSS ,الاخرى في JS--*/
body {
  font-family: "Open Sans", sans-serif;
  color: #777;
 
}

html {
    scroll-behavior: smooth;
}



section {
    scroll-margin-top: 70px; 
}


a {
  color: #43aea0;
}

a:hover {
  color: #00d3b8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Lato", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
-------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: block !important;;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #2f9cf4;
  color: #d3e0e6;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #8ba2c6;
  transition:  0.2s ease-in-out;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #020a20;
z-index: 1030;               /*  تغيرت من997*/
 position: fixed;
  top: 0;
  width: 100%;
   height: 70px;
    padding: 10px 0;
}

#header .container-fluid{
    padding-left:60px;
    padding-right: 90px;
}


#second-nav {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 1029;
}


#header.header-scrolled {
  background: #081535;/* غيرت اللون شوية عشان يبان الفرق عند السكرول */
   height: 68px;        /* 60كبّرت شوية */
  padding: 10px 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4); /* أضفت ظل خفيف */
}

#header .logo h1 {
  font-size: 32px;     /*30 كبّرت شوية */
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
   max-height: 50px;    /*40 كبّرت الصورة شوية */
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
#header .container-fluid{
    padding-left:50px;
    padding-right: 50px;
}
 
}






/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #d2ece9;
  padding: 10px 18px;   /*10-15 زيد الـ padding شوية */
  transition: color 0.3s; /* حددت color بس بدل all */
  font-size: 16px;      /* كان 14px */
  font-weight: 700;     /* كان بدون font-weight */
  font-family: "Open Sans", sans-serif;
}
/*لتغير لون هوف*/
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #e7f0c9;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  /*top: calc(100% - 30px);*/
   top: 100%; /* حذفت calc(100% - 30px) كانت تسبب تداخل */
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
    
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color:#0ea5e9;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #a1bef3;
  background: #f0faf8; /* أضفت background خفيف عند الهوفر */
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* أزرار Login و Register */
.d-none.d-lg-flex a {
  color: #fff !important;
  border-color: rgba(255,255,255,0.3) !important;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
  border-radius: 7px;
}

.d-none.d-lg-flex a:hover {
  background: rgba(255,255,255,0.1) !important;
  color: #fff !important;
}

/* زر اسم المستخدم */
.btn-outline-secondary {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  background: transparent !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 7px;
  padding: 6px 14px;
}

.btn-outline-secondary:hover {
  background: rgba(255,255,255,0.1) !important;
}

/* القائمة المنسدلة */
.dropdown-menu {
  background: #0d1a33 !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 10px !important;
  padding: 6px !important;
  margin-top: 8px !important;
}

.dropdown-item {
  color: rgba(255,255,255,0.8) !important;
  font-size: 14px;
  border-radius: 6px;
  padding: 8px 12px;
}

.dropdown-item:hover {
  background: rgba(255,255,255,0.07) !important;
  color: #fff !important;
}

.dropdown-item.text-danger {
  color: #e25c5c !important;
}

.dropdown-divider {
  border-color: rgba(255,255,255,0.1) !important;
  margin: 4px 0 !important;
}

#userMenu{
    left: 50% !important;
    transform: translateX(-50%);
    top: 100%;
}





/* Mobile Navigation 2--
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #a3c5c5;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #235751;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #9cd5ce;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #301c88;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(1, 41, 42, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #f1ebeb;
}*/

/*--------------------------------------------------------------
# Hero Section HOME
-------------------------------------------------------------
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/footer-bg.png") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -80px;
}

#hero:before {
  content: "";
  background: rgb(32,57,84, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding-top: 80px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 300;
}

#hero .btn-get-started {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  border: 1px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #70b9b0;
  border: 1px solid #70b9b0;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {

  p{
    font-size: 13px;
  }

  .panels p{
    font-size: 9px;
  }

  .lead {
      font-size: 0.9rem;
  }

  .display-4 {
    font-size: 2.0rem;
  }

  .covid-block{
    max-height: 35vh;
    position: unset;
    width: 90%;
    margin: 9rem auto 1rem;
  }
  
  .covid-block  .display-4 {
    font-size: 1.5rem;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}*/

#hamburgerBtn svg {
  fill: #fff;
}



/*--------------------------------------------------------------
# HERO SECTION HOME
--------------------------------------------------------------

.carousel-caption{
  z-index: 10;

  bottom: 25%;
  text-align: right;

  max-width: 700px;
  right: 8%;
  left: auto;
}


@keyframes fadeUp{

  from{
    opacity: 0;
    transform: translateY(30px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }

}


  .carousel-caption{
    bottom: 18%;
    right: 5%;
    left: 5%;
    text-align: center;
  }

  

}*/

#home {
  padding: 0 !important;
  margin: 0 !important;

   position: relative;
    overflow: hidden;
}

#home::before,
#home::after{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(13, 110, 253, 0.08);
    border-radius: 35px;
    transform: rotate(45deg);
    z-index: 0;
}

#home::before{
    top: -120px;
    left: -120px;
}

#home::after{
    bottom: -120px;
    right: -120px;
}

/* حتى يبقى المحتوى فوق الأشكال */
#home .container{
    position: relative;
    z-index: 1;
}


/* يمين: النص */
.text-side {
  /* background: url("../img/FQ2.jpg") ;
   
  min-height: 500px;

 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 333vh;*/
   background: linear-gradient(135deg, #0f172a, #1e293b);
  color: white;
  display: flex;
  align-items: center;
  justify-content:  center;
  padding: 60px;
  text-align: right;
}

.text-side .content {
  max-width: 450px;
  animation: slideIn 0.8s ease;
   margin-top:130px; /* نزلي أو ارفعي الرقم حسب ما يناسبك */
    
}

.text-side h1 {
  font-size:55px;
  font-weight: 800;
  word-spacing: 5px;
   line-height: 1.5;
}

.text-side p {
  font-size: 16px;
   margin-top: 15px;
  line-height: 1.9;
  opacity: 0.9;
}


.text-side .btn-primary,
.text-side .btn-outline-light {
    background-color: #fff;
    color: #0f172a;
    border: 2px solid #fff;
  
    transition: 0.3s;
}

.text-side .btn-primary:hover,
.text-side .btn-outline-light:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.text-side .d-flex {
    gap: 6px;
}

.btn i{
    margin-left: 10px;
}
/* 
.text-side .btn-primary {
  padding: 10px 22px;
  border-radius: 10px;
}

.text-side .btn-outline-light {
  padding: 10px 22px;
  border-radius: 10px;
}*/

/* يسار: الصورة */
.image-side {
  background: url("../img/hi.png") center 115px/contain no-repeat;
  min-height: 100vh;
}



/* 
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}*/

@media (max-width:768px){

    .row{
        flex-direction: column;
    }

    .image-side{
        order:1;
        min-height:350px;
        background-size: cover;
         background-position:center 70px;
      /*  background-position: top center;*/
       /* background-size: contain;
background-repeat: no-repeat;
background-position: center;*/
       
    }

    .text-side{
        order:2;
        min-height:auto;
        padding:25px 15px;
        text-align:center;
        justify-content:center;
    }

    .text-side .content{
        margin-top:0;
        max-width:100%;
    }

    .text-side h1{
        font-size:30px;
    }

    .text-side p{
        font-size:15px;
    }

    .text-side .d-flex{
        justify-content:center !important;
        flex-wrap:wrap;
        gap:12px !important;
    }
}



/*
#home .carousel,
#home .carousel-inner,
#home .carousel-item {
  height: 100vh !important;
}

#hero{
  position: relative;
}



.carousel-item{
  height: 100vh;
  min-height: 650px;

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

  position: relative;
}



.slide-1{
  background-image: url("../img/investment.JPEG");
}

.slide-2{
  background-image: url("../img/MAN.jpeg");
}

.slide-3{
  background-image: url("../img/HAND.jpeg");
}


/*
.overlay{
  position: absolute;
  inset: 0;

  background:
  linear-gradient(
    to right,
    rgba(2,10,32,0.90),
    rgba(2,10,32,0.55)
  );
}*/
/*
.overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

============= النص بالنص ==============

.carousel-caption{
  z-index: 10;

  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  width: 80%;
  max-width: 850px;

  text-align: center;
}



============== العنوان ==============

.carousel-caption h2{
  font-size: 58px;
  font-weight: 800;

  margin-bottom: 25px;

  color: white;

  text-shadow: 0 5px 20px rgba(0,0,0,0.5);

  animation: fadeUp 1.6s ease;
}



============== الفقرة ==============

.carousel-caption p{
  
  font-size: 24px;    ← خط أثخن 20
  
  font-weight: 600;         ← خط أثخن 

  line-height: 2;

  color: #f1f1f1;

  background: rgba(255,255,255,0.08);

  backdrop-filter: blur(8px);

  padding: 20px;

  border-radius: 18px;

  border: 1px solid rgba(255,255,255,0.1);

  animation: fadeUp 1.9s ease;



  max-width: 750px;
  margin: 0 auto;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);   ← يخلي الخط أوضح 
}



============= الزر ==============
.hero-btn{
  display: inline-block;

  margin-top: 25px;

  padding: 14px 38px;

  background: #1e90ff;

  color: white;

  text-decoration: none;

  border-radius: 50px;

  font-size: 17px;
  font-weight: 600;

  transition: 0.4s;

  animation: fadeUp 2.2s ease;
}



.hero-btn:hover{
  background: white;
  color: #1e90ff;

  transform: translateY(-4px);
}



============== الأسهم ==============

.carousel-control-prev-icon,
.carousel-control-next-icon{
  width: 45px;
  height: 45px;
}



============== النقاط ==============

.carousel-indicators li{
  width: 12px;
  height: 12px;

  border-radius: 50%;

  margin: 0 6px;
}



============== الحركة ==============

@keyframes fadeUp{

  from{
    opacity: 0;
    transform: translateY(35px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }

}



============== الموبايل ==============

@media(max-width: 768px){

  .carousel-item{
    height: 90vh;
  }

  .carousel-caption{
    width: 92%;
  }

  .carousel-caption h2{
    font-size: 32px;
  }

  .carousel-caption p{
    font-size: 15px;
    line-height: 1.8;
    padding: 15px;
  }

  .hero-btn{
    padding: 12px 28px;
    font-size: 15px;
  }

}*/
/*--------------------------------------------------------------
# Sections General خاص بخطوت و حجم سكشن  والالوان
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg, .section-bg a, .section-bg h2 {
  background-color: #203954;
  color: #fff !important;
}


/*
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #555;
}

.section-title p {
  margin-bottom: 0;
}
*/
.section-title{
  text-align:center;
  margin-bottom:60px;
}

.section-title h2{
  font-size:42px;
  font-weight:800;
  color:#0f172a;

   margin-bottom:15px;
}

.section-title p{
  color:#64748b;
  margin-top:10px;

   font-size:19px;/*-17 كان---*/
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------
.about{
  position: relative;
  background: radial-gradient(circle at top, #e0f2fe, #ffffff);
  overflow: hidden;
}
.about::before,
.about::after{
  content:"";
  position:absolute;
  width:300px;
  height:300px;
  background: rgba(46, 134, 175, 0.9);
  border-radius: 30px;
  transform: rotate(45deg);
  z-index:0;
}
.about::before{
  top: -80px;
  left: -80px;
}

.about::after{
  bottom: -100px;
  right: -100px;
}
.about .container{
  position: relative;
  z-index: 2;
}




.about h3 {
   font-weight: 700;         كان 400 
  font-size: 32px;          كان 26px 
  color: #0f172a;           أضفت لون أغمق 
 margin-bottom: 20px;
}

.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #70b9b0;
}
/*
.about p{
  max-width: 400px;
    text-align: justify;
    
}*/
/*
.about p{
 max-width: 400px;       
  text-align: justify;
  line-height: 2;           كان 1.9 
  color: #334155;           أغمق من #64748b 
  font-size: 18px;          أضفت حجم خط 
  margin-bottom: 15px;
}

.about p:last-child {
  margin-bottom: 0;
  
}
 


 /* 
 
.cube-slider {
  width: 100%;
  max-width: 520px;
  aspect-ratio:  1 / 1;
  margin: auto;
 
}
/*
.cube-slider{
  max-width: 440px;
  aspect-ratio: 4 / 5;
  margin: auto;
}*/
/*
.cube-track {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: rotateCube 16s infinite;
}

.cube-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
  
}

/* الصورة نفسها 

.cube-face img {
  width: 100%;
  height: 100%;
 /* object-fit: cover;
  transition: 1s ease;

}


/* كل صورة تمثل وجه من المكعب 

.cube-face:nth-child(1) {
  transform: rotateY(0deg) translateZ(260px);
}

.cube-face:nth-child(2) {
  transform: rotateY(90deg) translateZ(260px);
}

.cube-face:nth-child(3) {
  transform: rotateY(180deg) translateZ(260px);
}

.cube-face:nth-child(4) {
  transform: rotateY(-90deg) translateZ(260px);
}


/* دوران المكعب 

@keyframes rotateCube {

  0%, 15% {
    transform: rotateY(0deg);
  }

  25%, 40% {
    transform: rotateY(-90deg);
  }

  50%, 65% {
    transform: rotateY(-180deg);
  }

  75%, 90% {
    transform: rotateY(-270deg);
  }

  100% {
    transform: rotateY(-360deg);
  }
}
/* Hover تفاعلي 
.cube-slider:hover .cube-track {
  animation-play-state: paused;
}

.cube-slider:hover img {
  transform: scale(1.05);
}*/
/*-ABUT US      --------*/

  

.about-section{
    position: relative;
    background:#f8fafc;
    overflow: hidden;
}
.about-section::before,
.about-section::after{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(13, 61, 116, 0.151);
    border-radius: 35px;
    transform: rotate(45deg);
    z-index: 0;
}

.about-section::before{
    top: -120px;
    left: -120px;
}

.about-section::after{
    bottom: -120px;
    right: -120px;
}

/* حتى يبقى المحتوى فوق الأشكال */
.about-section .container{
    position: relative;
    z-index: 1;
}


.section-tag{
    color:#020a20;
    font-weight:700;
    display:inline-block;
    margin-bottom:15px;
}

.about-title{
    font-size:42px;
    font-weight:800;
    margin-bottom:20px;
    color:#0f172a;
}

.about-text{
    color:#64748b;
    line-height:2;
}

.about-gallery{
    position:relative;
    height:500px;
}

.about-gallery img{
    position:absolute;
    border-radius:20px;
    object-fit:cover;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.img1{
    width:280px;
    height:350px;
    right:0;
    top:0;
}

.img2{
    width:220px;
    height:220px;
    left:0;
    top:40px;
}

.img3{
    width:250px;
    height:180px;
    left:40px;
    bottom:0;
}

.experience-box{
    position:absolute;
    bottom:20px;
    right:40px;
    background:#020a20;
    color:#fff;
    padding:20px 30px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 15px 30px rgba(1, 18, 44, 0.3);
}

.experience-box h2{
    margin:0;
    font-size:38px;
    font-weight:800;
}

.feature-box{
    background:#fff;
    padding:18px;
    border-radius:15px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
     height:100px;
}

.feature-box:hover{
    transform:translateY(-6px);
}

.feature-box i{
    width:50px;
    height:50px;
    background:#020a20;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;

 flex-shrink:0;
min-width:50px;
 min-height:50px;
}
.feature-box span{
    flex:1;
    line-height:1.6;
}
@media (max-width:768px){
 
    .feature-box{
        padding:12px;
        gap:20px;
    }

    .feature-box i{
        width:40px;
        height:40px;
        font-size:16px;
    }

    .feature-box span{
        font-size:14px;
    }

}
 .btn-primary
  {
    background-color: #020a20;
    color: #dddee2;
    border: 2px solid #040405;
  
    transition: 0.3s;
}

 .btn-primary:hover
 {
    background-color: transparent;
    color: #020a20;
    border-color: #020a20;
}

/*--------------------------------------------------------------
# Services
-------------------------------------------------------------
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.services .icon i {
  color: #f0ecec;
  font-size: 42px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
  transition: 0.3s;
}

.services .icon-box:hover .title a {
  color: #70b9b0;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}
*/




/*--------------------------------------------------------------
# Call To Actionخلفية 
-------------------------------------------------------------
.call-to-action {
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)),
   url("../img/LIBE.jpeg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: #203954;
  border: 2px solid #203954;
}

*/


/*--------------------------------------------------------------
# Our Portfolio
-------------------------------------------------------------
.portfolio {
  padding: 60px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  border-radius: 4px;
  text-transform: uppercase;
  background: white;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #70b9b0;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  background: #073839;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}

.portfolio .portfolio-item img {
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all .3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 22px;
}

.portfolio .portfolio-item .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}

.portfolio .portfolio-item .portfolio-info a i {
  color: #70b9b0;
  font-size: 24px;
}

.portfolio .portfolio-item:hover img {
  opacity: 0.4;
  transform: scale(1.1);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}-*/

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #70b9b0;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #70b9b0;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #70b9b0;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}*/

/*--------------------------------------------------------------
# Our Team
-------------------------------------------------------------
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #92cac3;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #3c8b81;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}*/

/*--------------------------------------------------------------
# Contact Us
-------------------------------------------------------------
.contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #70b9b0;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #70b9b0;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #70b9b0;
}

.contact .social-links a:hover {
  background: #70b9b0;
  color: #fff;
}

.contact .info {
  color: #777;
}

.contact .info i {
  font-size: 32px;
  color: #70b9b0;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form button[type="submit"] {
  background: #70b9b0;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #92cac3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*/

/*==============================
=        الجديد     FAQ             =
==============================*/
.faq-section{
    background:#f8fafc;
}

.faq-list{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.faq-card{
    background:#fff;
    border-radius:18px;
    padding:20px 25px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.faq-card:hover{
    transform:translateY(-5px);
}

.faq-card summary{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    list-style:none;
    font-size:18px;
    font-weight:700;
}

.faq-card summary::-webkit-details-marker{
    display:none;
}

.faq-card summary div{
    display:flex;
    align-items:center;
    gap:15px;
}

.faq-card summary i:first-child{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#020a20;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.faq-card p{
    margin-top:20px;
    color:#64748b;
    line-height:1.9;
}

.arrow{
    transition:.3s;
}

.faq-card[open] .arrow{
    transform:rotate(180deg);
}
/*--------------------------------------------------------------
# Map
-------------------------------------------------------------
.map {
  padding: 0;
  margin-bottom: -10px;
}

.map iframe {
  width: 100%;
  height: 380px;
}*/

/*--------------------------------------------------------------
# Footer
-------------------------------------------------------------
#footer {
  background: #203954;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.dropdown-menu-custom {
    display: none;
    position: absolute;
    background: white;
    padding: 10px;
    border-radius: 8px;
 min-width: 150px;
} 

.dropdown-menu-custom.show {
    display: block;
}
-*/


/*==============================
=         SERVICES      الجديد      =
==============================





 grid

.services-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 30px;
}

 card 

.service-card{

  background: #fff;

  padding: 40px 30px;

  border-radius: 25px;

  transition: .4s ease;

  box-shadow:
  0 10px 30px rgba(0,0,0,.06);

  position: relative;

  overflow: hidden;
}

 hover

.service-card:hover{
  transform: translateY(-12px);

  box-shadow:
  0 20px 45px rgba(0,0,0,.12);
}

 line effect 

.service-card::before{
  content:"";

  position:absolute;

  top:0;
  left:0;

  width:100%;
  height:5px;

  background:#0ea5e9;

  transform:scaleX(0);

  transition:.4s;
}

.service-card:hover::before{
  transform:scaleX(1);
}

 icon 

.icon{

  width:75px;
  height:75px;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:32px;

  border-radius:20px;

  margin-bottom:25px;

  background:#e0f2fe;
}

 title 

.service-card h3{
  font-size:24px;
  margin-bottom:15px;
  color:#0f172a;
  font-weight:700;
}

 text 

.service-card p{
  color:#64748b;
  line-height:1.8;
}
*/





/*==============================
=             FAQ             =
==============================


 container 

.faq-container{
  max-width:900px;
  margin:auto;
}

 item 

.faq-item{

  background:#fff;

  border-radius:18px;

  margin-bottom:20px;

  overflow:hidden;

  box-shadow:
  0 10px 30px rgba(0, 0, 0, 0.05);
}

السؤال 

.faq-question{

  width:100%;

  border:none;

  outline:none;

  background:#fff;

  padding:25px;

  font-size:18px;

  font-weight:700;

  display:flex;

  align-items:center;

  justify-content:space-between;

  cursor:pointer;

  transition:.3s;
}

.faq-question:hover{
  background:#f1f5f9;
}

 الجواب 

.faq-answer{

  max-height:0;

  overflow:hidden;

  transition:max-height .4s ease;
}

.faq-answer p{

  padding:0 25px 25px;

  color:#64748b;

  line-height:1.8;
}

 active 

.faq-item.active .faq-answer{
  max-height:200px;
}

.faq-item.active .faq-question span{
  transform:rotate(45deg);
}

.faq-question span{
  transition:.3s;
  font-size:28px;
}
*/
/*==============================
=          CONTACT            =
==============================



 معلومات التواصل 

.contact-info{

  background:#fff;

  padding:40px;

  border-radius:25px;

  height:100%;

  box-shadow:
  0 15px 40px rgba(0,0,0,.05);
}

.contact-info h3{
  font-size:30px;
  margin-bottom:15px;
  font-weight:800;
}

.contact-info p{
  color:#64748b;
  line-height:1.8;
}

 social 

.social-links{
  display:flex;
  gap:15px;
  margin:25px 0;
}

.social-links a{

  width:45px;
  height:45px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:#020a20;

  color:#fff;

  text-decoration:none;

  transition:.3s;
}

.social-links a:hover{
  transform:translateY(-5px);
}

 info box 

.info-box{

  display:flex;
  gap:15px;
align-items: center;   ← غيرت من flex-start لـ center 
  margin-top:25px;
}

.info-box i{

  width:50px;
  height:50px;

  background:#e0f2fe;

  color:#020a20;

  border-radius:15px;

  display:flex;
  align-items:center;
  justify-content:center;
flex-shrink: 0;   ← زيد هذا عشان الأيقونة ما تتضغط 
  font-size:22px;
}

.info-box h4{
  margin-bottom:5px;
  font-size:18px;
  font-weight:700;
}

الفورم 

.contact-form{

  background:#fff;

  padding:40px;

  border-radius:25px;

  box-shadow:
  0 15px 40px rgba(0,0,0,.05);

  height:100%;
}

 inputs 

.contact-form .form-control{

  border:none;

  background:#f1f5f9;

  padding:15px 20px;

  border-radius:15px;

  font-size:15px;

  box-shadow:none;
}

.contact-form .form-control:focus{
  background:#e2e8f0;
}

 button 

.contact-form button{

  background:#020a20;

  color:#fff;

  border:none;

  padding:14px 40px;

  border-radius:50px;

  font-size:16px;

  font-weight:700;

  transition:.3s;
}

.contact-form button:hover{

  transform:translateY(-4px);

  box-shadow:
  0 10px 25px rgba(14,165,233,.35);
}






@media (max-width: 991px){

  .contact .row{
    gap: 25px;  يمنع اللصق 
  }

  .contact .col-lg-4,
  .contact .col-lg-8{
    width: 100%;
  }

}*/

/*==============================
=          CONTACT      الجديد      =
==============================*/
/* Contact Section */



.contact-section{
    position: relative;
    background:#f8fafc;
    overflow: hidden;
}
.contact-section::before,
.contact-section::after{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(13, 61, 116, 0.151);
    border-radius: 35px;
    transform: rotate(45deg);
    z-index: 0;
}

.contact-section::before{
    top: -120px;
    left: -120px;
}

.contact-section::after{
    bottom: -120px;
    right: -120px;
}

/* حتى يبقى المحتوى فوق الأشكال */
.about-section .container{
    position: relative;
    z-index: 1;
}


/* Contact Card */

.contact-card,
.contact-form,
.map-box{

    background:#fff;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s ease;

}


.contact-card:hover,
.contact-form:hover,
.map-box:hover{

    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);

}



/* معلومات التواصل */

.contact-card{

    padding:35px;
    height:100%;

}


.contact-card h3,
.contact-form h3{

    color:#020a20;
    font-weight:800;
    margin-bottom:30px;

}



.contact-item{

    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:25px;

}


.contact-item i{

    width:55px;
    height:55px;
    min-width:55px;

    background:#020a20;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:22px;

    transition:.3s;

}



.contact-item:hover i{

    transform:scale(1.1) rotate(8deg);

}



.contact-item h5{

    margin:0;
    font-size:17px;
    font-weight:700;
    color:#020a20;

}



.contact-item p{

    margin:5px 0 0;
    color:#64748b;
    line-height:1.7;

}



/* الخريطة */

.map-box{

    height:100%;
    min-height:430px;
    padding:10px;
    overflow:hidden;

}


.map-box iframe{

    width:100%;
    height:100%;
    border-radius:15px;

}



/* نموذج التواصل */

.contact-form{

    padding:40px;

}



.form-control{

    background:#f8fafc;

    border:none;

    padding:15px 18px;

    border-radius:12px;

    font-size:15px;

    transition:.3s;

}



.form-control:focus{

    background:#fff;

    border:2px solid #020a20;

    box-shadow:0 0 0 4px rgba(2,10,32,.1);

    transform:translateY(-2px);

}



textarea{

    resize:none;

}



/* الزر */

.contact-form .btn-primary{

    padding:14px 35px;

    border-radius:12px;

    background:#020a20;

    border:2px solid #020a20;

    transition:.3s;

}



.contact-form .btn-primary:hover{

    background:transparent;

    color:#020a20;

    transform:translateY(-4px);

}



/* موبايل */

@media(max-width:768px){


    .contact-card,
    .contact-form{

        padding:25px;

    }


    .map-box{
 margin-top:25px; 
        min-height:300px;

    }


    .contact-item i{

        width:45px;
        height:45px;
        min-width:45px;

        font-size:18px;

    }


}




.contact-info{

  background:#fff;

  padding:40px;

  border-radius:25px;

  height:100%;

  box-shadow:
  0 15px 40px rgba(0,0,0,.05);
}

.contact-info h3{
  font-size:30px;
  margin-bottom:15px;
  font-weight:800;
}

.contact-info p{
  color:#64748b;
  line-height:1.8;
}



.social-links{
  display:flex;
  gap:15px;
  margin:25px 0;
}

.social-links a{

  width:45px;
  height:45px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:#020a20;

  color:#fff;

  text-decoration:none;

  transition:.3s;
}

.social-links a:hover{
  transform:translateY(-5px);
  color:#fff;
}



.info-box{

  display:flex;
  gap:15px;
align-items: center;  
  margin-top:25px;
}

.info-box i{

  width:50px;
  height:50px;

  background:#e0f2fe;

  color:#020a20;

  border-radius:15px;

  display:flex;
  align-items:center;
  justify-content:center;
flex-shrink: 0;  
  font-size:22px;
}

.info-box h4{
  margin-bottom:5px;
  font-size:18px;
  font-weight:700;
}




/* متع القائمة متع الهدر الثاني*/
.screens-link{
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    text-decoration: none;
    color: #6c757d;
    border-radius: 8px;
    font-size: 15px; /* كان 18px */
    transition: .2s;
}

.screens-link:hover{
    background: #f8f9fa;
    color: #212529;
}


.second-nav-item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;


    background: #fff;/*  */
    border: 1px solid #dee2e6;/*  */
    border-radius: 12px;/*  */
    padding: 0px;/* 4 */
    margin: 0 3px;/* 3 */
    transition: .3s;/*  */
     min-width: 150px; /* زيد هذا وعدّل الرقم حسب ما تحب *//* كان 179px */
}

.second-nav-link{
    display: flex;
    align-items: center;
    gap: 8px;   /*كان 6*/
  

    padding: 8px 12px;
    text-decoration: none;
    color: #6c757d;

    border-radius: 8px;
    font-size: 14px; /*13 تكبير الخط *//* كان 16px */
    font-weight: 500;/*500 تخشين الخط */
color: #495057;/*  */
    text-decoration: none;/*  */

    transition: .2s;
}
#second-nav .container{/*  */
    display: flex;
    justify-content: center !important;
    align-items: center;
}

.second-nav-link:hover{
    background: #f8f9fa;
    color: #212529;
}
.second-nav-link i{
    font-size: 16px;   /* تكبير الأيقونات */
     
}

.menu-btn{
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 8px;
}

.menu-content{
    position: absolute;
    top: 100%;
    left: 0;

    min-width: 160px;/* كان 179px */
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition: .3s;
     
    
}
/*
.second-nav-item:hover .menu-content{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}*/
.menu-content.show {
     opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/*.second-nav-link .bi-chevron-down{
    font-size: 12px;
    margin-left: 4px;
    transition: .3s;
}

.second-nav-item:hover .bi-chevron-down{
    transform: rotate(180deg);
}*/






.second-nav-item:hover{
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.menu-content a{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #413b3b;
}

.menu-content a:hover{
    background: #f5f5f5;
}

@media (max-width: 991.98px) {
    #second-nav {
        display: none !important;
    }
}


.dashboard-link{
   
   
   
    
    padding:14px 14px;/* كان 14px 14px */
     
   
}

.dashboard-link:focus,
.dashboard-link:active {
    background: transparent !important;
    color: #333 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* ===========================
   Footer
=========================== */

#footer{
    background:#020a20;
    color:#d8e4f0;
    padding:60px 0 20px;
   /*  margin-top:80px;*/
}

.footer-title{
    color:#fff;
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
    position:relative;
}

.footer-title::after{
    content:"";
    display:block;
    width:50px;
    height:3px;
    background:#2f9cf4;
    margin-top:8px;
    border-radius:3px;
}

#footer p{
    line-height:1.9;
    color:#b9c6d4;
}

.footer-links,
.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li,
.footer-contact li{
    margin-bottom:12px;
}

.footer-links a{
    color:#d8e4f0;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#2f9cf4;
    padding-left:6px;
}

.footer-contact i{
    color:#2f9cf4;
    margin-right:10px;
    width:18px;
}

#footer hr{
    border-color:rgba(255,255,255,.08);
    margin:40px 0 20px;
}

.footer-bottom{
    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:#9fb0c0;
    font-size:14px;
}

@media(max-width:768px){

    #footer{
        text-align:center;
    }

    .footer-title::after{
        margin:8px auto 0;
    }

    .footer-contact i{
        margin-right:6px;
    }
}













