:root {
    --main: #123F5B;
    --sec: #D2C900;
    --border: #E9E9E9;
    --white: #fff;
    --white-light:#FDFDFD;
    --black: #1E1E1E;
    --animation: 2s ease-in-out infinite;
}
.main-text{
    color: var(--main);

}
.second-text{
    color: var(--sec);
}
.main-color{
  color: var(--main);;
}
.main-color-bg{
  background-color: var(--main);
}
.second-color{
  color: var(--sec);
}
.custom-border{
  border: 1px solid var(--border);
}
.main-bg{
  background-color: var(--white);
}
.second-bg{
  background: var(--sec);
}
.white-light-bg{
  background-color: var(--white-light);
}
.custom-color{
  color: var(--black);
}
@font-face {
    font-family: 'Urbanist';
    src: url('../../fonts/Urbanist-Regular.ttf') format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: 'Urbanist';
    src: url('../../fonts/Urbanist-Medium.ttf') format('opentype');
    font-weight: 500;
}
@font-face {
    font-family: 'Urbanist';
    src: url('../../fonts/Urbanist-SemiBold.ttf') format('opentype');
   font-weight: 600;
}
@font-face {
    font-family: 'Urbanist';
    src: url('../../fonts/Urbanist-Bold.ttf') format('opentype');
    font-weight: 700;
}
@font-face {
  font-family:'ArbFonts' ;
   src: url('../../fonts/Urbanist-Regular.ttf') format('opentype');
}

/* .text-justify {
    text-align: justify;
} */



.d-contents {
    display: contents;
}
@media (max-width:456px) {
  html{
    font-size: 12px;
  }
}
body:lang(ar):not(i),
*:lang(ar):not(i) {
    
    font-family: 'Urbanist';
font-weight: 500;
}

button,
a {
    font-family: 'Urbanist';
}

body:not(i),
*:not(i),
button,
a {
    font-family: 'EpoArabic';
}
.main-btn{
  font-size: 1.2rem;
  font-weight: 600 !important;

}
body {
   
 
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}
.header-title
{
    font-size: 2.5rem;
    font-weight: 600 !important;
    
    color: var(--main);

}
main {
    overflow: hidden;
    position: relative;
    padding-top: 0 !important;
}
/* header */
.form-control:focus {
    box-shadow: none;
    border-color: #ccc;
}
/* Wrapper */
.custom-header {
    background: #ffffff;
    border-bottom: 1px solid #eee;
}

/* Logo */
.custom-logo {
    max-height: 40px;
    object-fit: contain;
}

/* Search Box */
.custom-header .input-group .form-control {
  
}

.custom-header .btn {
background-color: #303f9f;
}

/* Social Icons */

.share-icons a {
    width: 40px;
    height: 40px;
    background-color: #303f9f0f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    text-decoration: none;
      transition: .3s all ease-in-out;

}
.share-icons a:hover {
  /* background-color: #303f9f; */
  /* color: #fff; */
}
.share-icons a:hover i{
  transform: scale(1.1);
  /* color: #fff; */
}
.share-icons a i{
  transition: .3s all ease-in-out;
}

        .form {
            background: var(--white-light)
        }

        select {
            display: block;
            width: 100%;
            padding: 8px;
            border-radius: 6px;
            border: 1px solid var(--border);
            outline: none;
        }

        .form-title {
            color: var(--sec) !important
        }


        input:hover,
        select:hover,
        textarea:hover {
            border-color: var(--sec);
        }
    .custom-file-input {
    position: relative;
    border: 1px solid #ddd;
    padding: 12px 45px 12px 12px;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

.custom-file-input:hover,input:hover,select:hover,textarea:hover {
    border-color: var(--sec);
}

.custom-file-input input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.custom-file-input .custom-placeholder {
    color: var(--main);
    pointer-events: none;
}

.custom-file-input .upload-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main);
    pointer-events: none;
}
/* custom navbar */
/* Navigation Wrapper */
.custom-nav {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Links Style */
.custom-nav .nav-link {
    color: #222;
    font-weight: 500;
    padding: 8px 15px;
    transition: 0.3s ease;
}

.custom-nav .nav-link:hover,
.custom-nav .nav-link:focus {
    color: #303f9f;
}

/* Dropdown */
.custom-nav .dropdown-menu {
    border-radius: 8px;
    padding: 10px 0;
}

.custom-nav .dropdown-item {
    padding: 8px 20px;
    font-size: 0.95rem;
}

.custom-nav .dropdown-item:hover {
    background-color: #f3f3f3;
}

/* Date Style */
.custom-date {
    font-size: 0.9rem;
    color: var(--black);

}

/* Mobile Toggle Icon */
.navbar-toggler {
    border-color: #ccc;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.7)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#mainFixedNav {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none; /* hidden by default */
    transition: opacity 0.3s ease;
}

/* Show when active */
#mainFixedNav.show-nav {
    display: block;
    opacity: 1;
}

#mainFixedNav.hide-nav {
    opacity: 0;
}

/* navbar */
    .navbar {
      background-color: #fff;
      border-bottom: 1px solid #ddd;
      top: 0px;
      z-index: 888;
    }
    .navbar-nav .nav-link {
      color: var(--black);
   
      margin: 0 .8rem;
      position: relative;
      display: inline-block;
      transition: all 0.3s ease;
      font-size: .9rem;
      transition: .7s all ease-out;
    }
    /* خط صغير تحت النص */
    .navbar-nav .nav-link::after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 2px;
      background-color: var(--main);
      transition: width 0.3s ease;
    }
     .navbar-nav .nav-link:hover{
      font-weight: 600;
     }
    .navbar-nav .nav-link:hover::after {
      width: 100%;
    }
.dropdown-toggle::after{
  display: none !important;
}
 
    .navbar-brand img {
      height: 50px; /* عدلي الطول حسب حجم اللوجو */
    }

    /* عشان زرار تسجيل الدخول يظهر تحت المنيو في الموبايل */
    @media (max-width: 991px) {
      .login-btn {
        margin-top: 10px;
        width: 100%;
        text-align: center;
      }
    }


        h2 {
font-size: 2.5rem;
      margin-bottom: 30px;
font-weight: bold;
color: var(--main);
    }
    .contact-form input,
    .contact-form textarea {
      background: transparent;
      border: 1px solid #CFCFCF80;
      color: #fff;
      border-radius: 0;
      padding: 10px;
      margin-bottom: 15px;
      height: 70px;
    }
    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
      color: #FFFFFF80;
      font-size: 14px;
    }
     .contact-form input:focus,
    .contact-form textarea:focus {
   background: transparent !important;
   outline: none;
   box-shadow: none;
   border-color: white;
   color: white;
    }
    .contact-form button {
      background: transparent;
      border: 1px solid #fff;
      font-weight: bold;
      color: #fff;
      padding: 10px;
      width: 100%;
      transition: 0.3s;
    }
    .contact-form button:hover {
      background: #fff;
      color: #000;
    }
    .contact h2{
      font-size: 120px;
      margin-bottom: 100px;
      margin-top: 30px;
      font-family: "ArbFonts";
    }
    footer {
      background-image: url(../../images/footer.webp);
      background-size: 100% 100%;
      padding: 50px 0 20px;
      font-size: 14px;
    }
    footer h5 {
      font-weight: 700;
      margin-bottom: 20px;
    }
    footer ul {
      list-style: none;
      padding: 0;
    }
    footer ul li {
      margin-bottom: 10px;
    }
    footer ul li a {
      color: #ccc;
      text-decoration: none;
      transition: 0.3s;
    }
    footer ul li a:hover {
      color: #fff;
    }
    .footer-logo {
      font-size: 40px;
      font-weight: 900;
    }
    .copyright {
      text-align: center;
      margin-top: 30px;
      font-size: 13px;
      color: #777;
    }
.footer-imgs{
  height: 80px;
}
    .contact{
      background-color: black;
    }
    /* =================================== */
      /* story */
  .play-btn {
  background-color: transparent;;
  border: 3px solid #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
    /* industry */
.industry-card{
  aspect-ratio: 2/1.2;
}
.service-label{
  font-size: 2.5rem;
  font-weight: bold;

}
.more{
  border:2px solid var(--main);
  color: var(--main);
  border-radius: 24px;
  color: #111111;
  transition: all 0.3s ease-in-out;
}
.more:hover{
  background-color: #8BC34A;
  color: #fff;
  border-color: #8BC34A;
  transform: scale(1.1);
}
.industry-card img {
  transition: transform 0.5s ease;
}
.industry-card:hover img {
  transform: scale(1.1);
}
.industry-overlay {
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease;
}
.industry-card:hover .industry-overlay {
  background: rgba(0, 0, 0, 0.7);
}
    /* **********first Card********** */
    .first-card{
aspect-ratio: 2/1.5;
    }
     .first-card .header{
font-size: .77rem;
color: var(--white-light);
    }
    .first-card .label{
font-size: .89rem;
color: var(--white-light);

    }
   .first-card img {
  transition: transform 0.5s ease;
}
.first-card:hover img {
  transform: scale(1.1);
}
.first-overlay {
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease;
}
.first-card:hover .industry-overlay {
  background: rgba(0, 0, 0, 0.7);
}
 /* **********second Card********** */
 .second-card .hashtag{
  background-color: #123F5B0D;
}
.second-card .card-img{
  aspect-ratio: 2/1.5;
}
/* **********third Card********** */
.third-card .card-img{
  aspect-ratio: 2/1.5;
}
/* testmonials */
.testimonials {

}

.testimonial-item {
  min-height: 200px;
    background-color: var(--white-light);
 
}

/* testmonials */
.swiper.opinions{
  height: fit-content;
}
.swiper-pagination-bullet-active {
  background: #869791 !important; 
}
/* **********home contact********** */
.home-contact .container{
background-image: url(../../images/contact.webp);
background-repeat: no-repeat;
background-size: 100% 100%;
}
/* **********gallery********** */
 /* gallery */
  .gallery-section {
    padding: 50px 0;
  }

  .gallery-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
  }

  /* grid */
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 أعمدة */
    gap: 15px;
  }
.gallery-grid .item{
  overflow: hidden;

}
.item {
      position: relative;
      
      background: #0169B2;
      border-radius: 10px;
      
      cursor: pointer;
    }

    .ripple {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      background: rgba(255, 255, 255, 0.658);
      border-radius: 50%;
      transform: translate(-50%, -50%) scale(0);
      pointer-events: none;
      z-index: 2324;
    }

    .animate {
      animation: ripple-grow 2s ease-out forwards;
    }

    @keyframes ripple-grow {
      to {
        transform: translate(-50%, -50%) scale(100);
        opacity: 0;
      }
    }
  .gallery-img {
   
    /* object-fit: cover; */
    border-radius: 0;
transition: all .3s ease-in-out;
  }
.gallery-img:hover{
  transform: scale(1.2) rotate(8deg);
}
/* **********brands********** */
/* certificate */
.swiper-button-next,.swiper-button-prev{
  padding: 20px;
background-color: rgba(255, 255, 255, 0.541);
border-radius: 50%;
}
.swiper-button-next::after,.swiper-button-prev::after{
  font-size: 20px !important;
color: white;
}
/* brands */
.brands-section {
  background: #fff;
}

.brands-title {
  font-size: 36px;
  font-weight: 700;
}

.brands-subtitle {
  font-size: 18px;
  margin-top: 10px;
  opacity: 0.8;
}

.brands-slider-container {
  position: relative;
}

.brand-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Navigation Buttons */
.brands-nav {
  width: 45px;
  height: 45px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
  transition: .3s ease;
}

.brands-prev { left: -20px; }
.brands-next { right: -20px; }

.brands-nav:hover {
  transform: translateY(-50%) scale(1.15);
  background: white;
}

/* Pagination */
.brands-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #888;
  opacity: 0.4;
}

.brands-pagination .swiper-pagination-bullet-active {
  background: #111;
  opacity: 1;
}
/* brands */
.brand-card{
  padding: 15px;
  border: 2px solid #e0e0e0;
}
.brands-slider-container .swiper-wrapper{
  padding-bottom: 40px;
}
.brands-pagination {
  position: absolute !important;

  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto;
}

.brands-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #888;
  opacity: 0.4;
}

.brands-pagination .swiper-pagination-bullet-active {
  background: #111;
  opacity: 1;
}
/* hero section */
.hero{
    background-image: url(../../images/contact.webp);
    background-size: 100% 100%;
    width: 100%;
    height: 320px;
    position: relative;
    z-index: -3;
}
.hero::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000009c;
  z-index: -5;
}
.hero h1{
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--white);
    text-align: center;
}
.hero p{
        color: var(--white);
    text-align: center;
}
/* icons */
    i:hover, .fa:hover, .fa-solid:hover, .fa-brands:hover {
  color: #1abc9c; /* Change to your brand color */
  transform: scale(1.1); /* Slight zoom effect */
  cursor: pointer;
}

/* Example for WhatsApp icon specifically */
.fa-whatsapp {
  color: #25D366; /* WhatsApp green */
}

.fa-whatsapp:hover {
  color: #128C7E; /* Darker green on hover */
}

/* Example for Facebook */
.fa-facebook {
  color: #1877F2;
}
.fa-facebook:hover {
  color: #0d5cc6;
}

/* Example for X (Twitter) */
.fa-x-twitter, .fa-twitter {
  color: #000;
}
.fa-x-twitter:hover, .fa-twitter:hover {
  color: #555;
}

.fa-instagram {
  color: #E4405F;
}
.fa-instagram:hover {
  color: #C13584;
}

.fa-linkedin-in {
  color: #0077B5;
}
.fa-linkedin-in:hover {
  color: #005582;
}

/* YouTube */
.fa-youtube {
  color: #FF0000;
}
.fa-youtube:hover {
  color: #cc0000;
}
/* Facebook - Regular Icon */
.fa-facebook-f {
    color: #1877F2; /* Facebook blue */
}

.fa-facebook-f:hover {
    color: #0d5cc6; /* Darker blue on hover */
    transform: scale(1.15);
}
/* Telegram */
.fa-telegram-plane {
    color: #0088cc; /* Telegram blue */
}

.fa-telegram-plane:hover {
    color: #006bb3; /* Darker blue on hover */
    transform: scale(1.15);
}