/**
* Template Name: Groovin
* Template URL: https://bootstrapmade.com/groovin-free-bootstrap-theme/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* body { */
  /* font-family: "Open Sans", sans-serif; */
  /* font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
  color: #444444;
  background-color: #18d26e;
}
a {
  color: #5c9f24;
  text-decoration: none;
}
a:hover {
  color: #74c92d;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Open Sans", sans-serif;
} */

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color: #444444;
  background-color: #18d26e;
  font-size: 16px;
}

h1 {
  /* font-size: 48px;
  font-weight: bold; */
  color: #5c9f24;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-size: 50px;
  line-height: 0.95em;
}

h2 {
  font-size: 32px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: normal;
  color: #5c9f24;
}

a {
  color: #5c9f24;
  text-decoration: none;
}

a:hover {
  color: #74c92d;
  text-decoration: none;
}
/* .p {
  margin-bottom: 0;
  text-align: justify;
  font-size: 24px;
} */
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;

}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5c9f24;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6fc02c;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #5c9f24;
  /* rgba(0, 0, 0, 0.75); */
  transition: all 0.5s;
  z-index: 997;
  height: 90px;

}
#header .logo {
  /* font-size: small;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 16pt; */

      font-size: 30px;

        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;

}
#header .logo h6 {
  text-transform: capitalize;
    font-size: smaller;
}
#header .logo a {
  color: #fff;

}
#header .logo img {
  max-height: 40px;
  width: auto;
  display: block;
}

.logoimg {
  max-height: 40px;
  margin: 0 auto;
  animation-direction: alternate-reverse;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: animate 4s linear infinite;
  perspective: 800px;
}

@media (max-width: 768px) {
  #header .logo img {
    max-height: 30px;
    width: auto;
  }

  .logoimg {
    max-height: 20px;
  }
}

@media (min-width: 1200px) {
  #header .logo img {
    max-height: 50px;
    width: auto;
  }

  .logoimg {
    max-height: 40px;
  }
}

@keyframes animate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/

.navbar a {
  transition: color 0.3s, transform 0.3s;
}

.navbar a:hover {
  color: #fff;
  transform: scale(1.1); /* يكبر النص */
}

.navbar a:focus {
  outline: none; /* إزالة التركيز الافتراضي */
}

/* إضافة هالة */
.navbar a:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1); /* لون الهالة */
  border-radius: 5px; /* زوايا مدورة */
  top: 0;
  left: 0;
  z-index: -1; /* خلف النص */
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar>ul>li {
  white-space: nowrap;
    padding: 10px 0 10px 22px;

}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  font-family: "Montserrat", sans-serif;
  font-size: medium;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  position: relative;

}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #5c9f24;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}
.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 12px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #5c9f24;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5c9f24;
}
.navbar .getstarted:hover:before,
.navbar li:hover>.getstarted:before {
  visibility: hidden;
}
/* .navbar .profile_button {
  color: white;

  font-weight: bold;
  background-color: #464141;

  border-radius: 50px;

  border: none;

  padding: 10px;

  cursor: pointer;
    display: flex;
} */
.profile_button {
  /* font-weight: bold;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background-color: #464141;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s; */
    color: white;
      /* Text color */
      font-weight: bold;
      /* Bold text */
      background-color: #464141;
      /* Button background color */
      border-radius: 50px;
      /* Border radius */
      border: none;
      /* Remove default border */
      padding: 10px;
      /* Padding inside the button */
      cursor: pointer;
      /* Pointer cursor on hover */
}
@media (max-width: 768px) {
  #header .profile_button  {
  background-color: #5c9f24;
    /* Adjust as needed */
  }
  .profile_button {
    background-color: #5c9f24;
    /* Adjust as needed */
  }
}
.profile_button:hover {
  background-color: #464141;
  transform: scale(1.05);
}
@media screen and (max-width: 600px) {
  .profile-button {
    padding: 12px 24px;
    font-size: 14px;
    background-color: #5c9f24;
  }
}
@media (max-width: 400px) {
  .profile_button {
    padding: 6px 12px;
    font-size: 12px;
    background-color: #5c9f24;
  }
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 22px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0;
  /* إزالة padding الخارجي */
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  width: auto;
}

.navbar .dropdown ul li {
  min-width: 200px;
  width: 100%;
}

.navbar .dropdown ul a {
  display: block;
  width: 100%;
  /* عرض كامل لنفس عرض العنصر الأب */
  padding: 10px;
  /* تقليل الـ padding الأفقي */
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #5c9f24;
  box-sizing: border-box;
  /* التأكد من احتساب الـ padding ضمن العرض */
}

.navbar .dropdown ul a i {
  font-size: 12px;
  color: #5c9f24;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffffff;
  background-color: #5c9f24;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
  .navbar .profile_button {
  color: white;
  /* Text color */
  font-weight: bold;
  /* Bold text */
  background-color: #464141;
  /* Button background color */
  border-radius: 50px;
  /* Border radius */
  border: none;
  /* Remove default border */
  padding: 10px;
  /* Padding inside the button */
  cursor: pointer;
    display: flex;
  /* Pointer cursor on hover */
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #5c9f24;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(17, 17, 17, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2a2a2a;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5c9f24;
}
.navbar-mobile>ul>li {
  white-space: nowrap;
  padding: 0;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #5c9f24;
  padding-left: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5c9f24;
}
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


#hero {
  /* width: 100%;
  height: 100vh; */
  /* background-color: rgba(17, 17, 17, 0.8);
  overflow: hidden;
  padding: 0; */
}
#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.3;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-content {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: large;
  font-weight: 700;
}
#hero h2 span {
  color: #5c9f24;
}
#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: large;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5c9f24;
}
#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: smaller;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  text-transform: uppercase;
  border: 2px solid #5c9f24;
  background: #5c9f24;
}
#hero .btn-get-started:hover {
  background: #6ab82a;
  border-color: #6ab82a;
  color: #fff;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: large;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}
.section-bg {
  background-color: #f1f1f1;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: larger;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c9f24;
}
.section-title p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  padding: 30px 0;
}
.about .content h3 {
  font-weight: 700;
  font-size: large;
}
.about .content p {
  margin-bottom: 0;
  text-align: justify;
  font-size: 24px;
  }
.about .content .icon-box {
  margin-top: 25px;
}
.about .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.about .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #5c9f24;
}
.about .content .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}
.about .image {
  background: url("../img/logo.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}
@media (max-width: 991px) {
  .about .image {
    text-align: center;
  }
  .about .image img {
    max-width: 80%;
  }
}
@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 0 0 30px 0;
}
.counts .count-box {
  padding: 30px;
  width: 100%;
}
.counts .count-box i {
  display: block;
   font-size: 38px;
  color: #5c9f24;
  float: left;
  line-height: 0;
}
.counts .count-box span {
  font-size: 38px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2a2a2a;
  margin-left: 60px;
}
.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #505050;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #505050;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts .count-box a:hover {
  color: #777777;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/* .clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.clients img:hover {
  filter: none;
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
} */
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #5c9f24;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}
.services .icon i {
  font-size: 36px;
  line-height: 0;
}
.services:hover .icon {
  box-shadow: 0px 0 25px rgba(92, 159, 36, 0.3);
}
.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.services .title a {
  color: #444444;
  transition: 0.3s;
}
.services .title a:hover {
  color: #5c9f24;
}
.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #5c9f24;
  bottom: 0;
  left: calc(50% - 25px);
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  background-color: transparent;
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  border: 1px solid #18d26e;
}

.why-us .box span {
  display: block;
  font-size: smaller;
  font-weight: 700;
  color: #8ed851;
}

.why-us .box h4 {
  font-size: large;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #2a2a2a;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  /* background: #5c9f24;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18); */
  transform: rotateY(180deg);


}

.flip-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flip-card {
  perspective: 1000px;
  margin: 10px;
}

.flipper {
  position: relative;
  width: 400px;
  /* Adjust the width as needed */
  height: 250px;
  /* Adjust the height as needed */
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.flip-card:hover .flipper {
  transform: rotateY(180deg);
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border: 2px solid green;
}

.front img,
.back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: green;
  color: white;
  transform: rotateY(180deg);
}

.back h2 {
  margin: 10px 0;
  font-size: 17px;
}

.back p {
  margin: 10px 0;
  padding: 0 10px 2px 10px;
  font-size: 14px;
  font-weight: 10;
  color: #f1f1f1;

}

/* Responsive styles */
@media (max-width: 768px) {
  .flipper {
    width: 300px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .flip-container {
    flex-direction: column;
    align-items: center;
  }

  .flipper {
    width: 300px;
    height: 200px;
  }
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}
/*--------------------------------------------------------------
# portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5c9f24;
  margin-top: 20px;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  /* transition: 0.3s; */
  position: relative;
  /* overflow: hidden; */
  /* z-index: 1; */
  /* background: rgba(42, 42, 42, 0.7); */
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  width: 300px;
  height: auto;
}

.portfolio .row {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.portfolio .portfolio-wrap::before {
    content: "";
      /* background: rgba(42, 42, 42, 0.7);
      position: absolute; */
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      transition: all ease-in-out 0.3s;
      z-index: 2;
      opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
  /* width: max-content;
  height: 100px; */

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
}

.portfolio .portfolio-wrap .portfolio-info {
  padding: 15px;
  background-color: #ffffff;


}

.portfolio .portfolio-wrap .portfolio-info h4 {
  /* font-size: 20px;
    color: #101010;
    font-weight: bold;
align-items:center; */

  margin: 20px 0;
  font-size: 1.1em;
  color: #333;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #101010;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;

}

.portfolio .portfolio-wrap .portfolio-links {
    display: block;
      width: 40%;
      height: 30%;
      margin: 10px auto;
      padding: 10px;
      background-color: #00A6EA;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      text-decoration: none;
      margin-bottom: 30px;
  margin-top: 20px;
}

.portfolio .portfolio-wrap .portfolio-links a {
margin: 5px;
  font-size: medium;
  display: inline-block;
  transition: 0.3s;
  font-weight: 300;
  color: white;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  /* color: #8ed851; */
  background-color: #5c9f24;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  /* transform: scale(1.2);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; */
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
/*--------------------------------------------------------------
# portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
height: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5c9f24;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5c9f24;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(42, 42, 42, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
  font-size: larger;
  direction: ltr;
  text-align: justify;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
}
.team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}
.team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}
.team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
.team .member .social {
  margin-top: 15px;
}
.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}
.team .member .social a:hover {
  color: #5c9f24;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f7f7f7;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
}
.pricing .box h4 {
  font-size: 42px;
  color: #5c9f24;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #2a2a2a;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul i {
  color: #5c9f24;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  border: 2px solid #5c9f24;
  color: #5c9f24;
  font-size: 14px;
  font-weight: 400;
font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .box .btn-buy:hover {
  background: #5c9f24;
  color: #fff;
}
.pricing .recommended {
  background: #5c9f24;
}
.pricing .recommended h3,
.pricing .recommended h4,
.pricing .recommended h4 span,
.pricing .recommended ul,
.pricing .recommended ul .na {
  color: #fff;
}
.pricing .recommended .btn-buy {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.pricing .recommended .btn-buy:hover {
  background: #fff;
  border-color: #fff;
  color: #5c9f24;
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li+li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #9cdc66;
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #5c9f24;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
.contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #5c9f24;
}
.contact .contact-info address,
.contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}
.contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}
.contact .contact-info a {
  color: #000;
}
.contact .contact-info a:hover {
  color: #5c9f24;
}
.contact .contact-address,
.contact .contact-phone,
.contact .contact-email {
  margin-bottom: 20px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}
.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;
  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;
  height: auto;
  padding: 10px 15px;
  border-radius: 4px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5c9f24;
}
.contact .php-email-form button[type=submit] {
  background: #5c9f24;
  border: 0;
  padding: 10px 30px 12px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #6ab82a;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .contact .contact-address,
  .contact .contact-phone,
  .contact .contact-email {
    padding: 20px 0;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f6;
  min-height: 40px;
  margin-top: 80px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li+li {
  padding-left: 10px;
}
.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #444444;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
.blog {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}
.blog .blog-item {
  position: relative;
  margin-bottom: 30px;
}
.blog .blog-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blog .blog-img img {
  width: 100%;
  transition: .5s;
}
.blog .blog-item:hover img {
  transform: scale(1.1);
}
.blog .blog-text {
  position: relative;
  padding: 30px;
  border-right: 1px solid rgba(0, 0, 0, .07);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  border-left: 1px solid rgba(0, 0, 0, .07);
}
.blog .blog-text h2 {
  font-size: 25px;
  font-weight: 600;
}
.blog .blog-text p {
  margin-bottom: 10px;
}
.blog .blog-item a.btn {
  margin-top: 10px;
  padding: 8px 15px;
}
.blog .blog-item a.btn i {
  margin-left: 5px;
}
.blog .blog-meta {
  position: relative;
  display: flex;
  margin-bottom: 15px;
}
.blog .blog-meta p {
  margin: 0 10px 0 0;
  font-size: 13px;
}
.blog .blog-meta i {
  color: #414141;
  margin-right: 5px;
}
.blog .blog-meta p:last-child {
  margin: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.whatsapp-icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
  animation: flash 3s infinite;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  /* Ensure the button is on top of other elements */
}

.whatsapp-icon img {
  width: 100%;
  height: 100%;
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.social-media-column {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
  right: 0;

  /* Ensure the icons are on top of other elements */
}

.social-media-column a {
  margin: 1px 0;
}

.social-media-column img {
  width: 40px;
  /* Adjust the size if needed */
  height: 40px;

  /* Adjust the size if needed */
  transition: transform 0.3s;
}

.social-media-column img:hover {
  transform: scale(1.1);
}

@media (max-width: 480px) {
  .social-media-column {
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 50%;
    right: 0;


  }

  .social-media-column img {
    width: 30px;
    height: 30px;
  }
}

                 footer {
                  background-color: #3C8302FF;
                   /* background: #111111; */
                   color: #fff;
                   padding: 20px 0;
                   text-align: justify;
                 }

                 .footer-container {
                   display: flex;
                   justify-content: space-between;
                   max-width: 1200px;
                   margin: 0 auto;
                   padding: 0 20px;
                   flex-wrap: wrap;
                    background-color: #3C8302FF;
                 }

                 .footer-section {
                   width: 30%;
                 }

                 .footer-section h3 {
                   color: #fff;
                   font-size: 16px;
                   font-weight: 600;
                   margin-bottom: 15px;
                   margin-top: 20px;
                   position: relative;
                 }

                 .footer-section a {
                   color: #fff;
                 }

                 .footer-section a:hover {
                   text-decoration: underline;
                   color: #5c9f24;
                 }

                 .footer-section h3::after {
                   content: '';
                   display: block;
                   width: 40px;
                   margin-top: 20px;
                   height: 1px;
                   background-color: #fff;
                   position: absolute;
                   bottom: -5px;
                 }

                 .ltr .footer-section h3::after {
                   left: 0;
                   /* محاذاة للاتجاه اليساري */
                 }

                 .rtl .footer-section h3::after {
                   right: 0;
                   /* محاذاة للاتجاه اليميني */
                 }

                 .footer-section p {
                   margin: 0;
                   padding: 0;
                   list-style: none;
                 }

                 .footer-section ul li {
                   margin: 5px 0;
                 }

                 .footer-section ul li a {
                   color: #fff;
                   text-decoration: none;
                 }

                 .footer-section ul li a:hover {
                   text-decoration: underline;
                 }

                 #subscription-form {
                   display: flex;
                   justify-content: center;
                   align-items: center;
                   margin-top: 20px;

                 }

                 #youtube-form {
                   max-width: 100%;
                   overflow: hidden;
                 }

                 #subscription-form input[type="email"] {
                   padding: 10px;
                   border: 1px solid #ccc;
                   border-radius: 15px 0px 0px 15px ;
                   outline: none;

                 }

                 #subscription-form button {
                  margin-top: 10px;
                    padding: 11px 20px;
                    background-color: #525253;
                      border: none;
                      color: #fff;
                      cursor: pointer;
                      margin-bottom: 10px;
                      border-radius: 0px 15px 15px 0px ;

                 }

                 #subscription-form button:hover {
                   background-color: #777;
                 }
                                 #footer .footer-top .social-links a {
                                   font-size: 18px;
                                   display: inline-block;
                                   background: #2a2a2a;
                                   color: #fff;
                                   line-height: 1;
                                   padding: 8px 0;
                                   margin-right: 4px;
                                   border-radius: 50%;
                                   text-align: center;
                                   width: 36px;
                                   height: 36px;
                                   transition: 0.3s;

                                 }

                                 #footer .footer-top .social-links a:hover {
                                   background: #5c9f24;
                                   color: #fff;
                                   text-decoration: none;


                                 }

        .social-icons {
          text-align: center;
          line-height: 38px;
          border-radius: 50%;
          margin-bottom: 10px;
          width: 40px;
          height: 40px;
        }

        .footer-social-icon img {
          height: 40px;
          width: 40px;
          text-align: center;
          line-height: 38px;
          border-radius: 50%;
          margin-bottom: 10px;
          margin-left: -2px;
        }

        .footer-bottom {
          text-align: center;
            padding: 20px 0 20px 0;
            margin: 10px 0 0px 0;
          background-color: #3C8302FF;
        }

        @media (max-width: 480px) {
          .footer-section h3::after {
            content: '';
            display: block;
            width: 40px;
            margin-top: 20px;
            /* يمكنك تعديل العرض هنا */
            height: 1px;
            background-color: #fff;
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
          }
        }

        /* Responsive styles */
        @media (max-width: 768px) {
          .footer-container {
            flex-direction: column;
            align-items: center;
          }

          .footer-section {
            margin: 10px 0;
            min-width: 100%;
            text-align: center;
          }

          .social-media-row {
            flex-direction: column;
          }

          .social-media-row a {
            margin: 10px 0;
          }

          .footer-section h3::after {
            content: '';
            display: block;
            width: 40px;
            margin-top: 20px;
            /* يمكنك تعديل العرض هنا */
            height: 1px;
            background-color: #fff;
            position: absolute;
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
          }
        }
    .read-more {
      display: inline-block;


      padding: 8px 15px 10px 15px;
      background-color: #5c9f24;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
    }

    .read-more:hover {
      background-color: darkgreen;
    }

    .slider-container {
      margin-top: 5%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      width: 100%;
      position: relative;

    }

    .slider {
      display: flex;
      transition: transform 0.5s ease;
      width: 100%;
    }

    .slider-button {
      background-color: #4CAF50;
      border: none;
      color: white;
      font-size: 18px;
      cursor: pointer;
      padding: 10px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }

    #prevBtn {
      left: 10px;
    }

    #nextBtn {
      right: 10px;
    }

    /* Blog post styles */
    .blog-post {
      min-width: 100%;
      box-sizing: border-box;
      padding: 40px 20px;
      /* Added padding for better spacing */
      text-align: center;
      background-size: cover;
      background-position: center;
      height: 400px;


      /* Set a fixed height or use a relative unit */
    }

    .blog-post h2 {
      margin-top: 50px;
      color: black;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .blog-post p {
      margin-top: 50px;
      font-size: 14px;
      color: black;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .grid-container {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: "Montserrat", sans-serif;
      display: grid;
      grid-template-columns: 1fr 1fr;
      /* Two columns */
      grid-template-rows: auto auto;
      /* Two rows */
      gap: 20px;
      padding: 80px;
    }

    .grid-item {
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      border-radius: 5px;
      padding: 20px;
      text-align: center;
    }

    .grid-item img {
  max-width: 50%;
    height: auto;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    width: 100%;

    }

    .grid-item h2 {
      font-size: 1.5em;
      margin: 10px 0;
    }

    .grid-item p {
      font-size: 1em;
      margin: 5px 0;
     text-align: justify;

    }

    /* Responsive Design */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    /* One column on small screens */
  }

  .grid-item img {
    height: 100px;
    width: 100%;


    border-radius: 5px;
    align-items: center;
    max-width: 50%;
    transition: all ease-in-out 0.3s;
  }
.grid-item h2 {
    font-size: 1.2em;
    margin: 10px 0;
  }
}









body {

  margin: 0;
    font-family: "Montserrat", sans-serif;
  padding: 0;
  background-color: #F4F1E5;
}

.container {
  width: 80%;
  margin: 0 auto;
}

.sort-options {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.sort-options label,
.sort-options select {
  margin: 0 10px;
}

.blog-container {
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;


}

.blog-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0px;
  /* padding: 20px; */
  width: 30%;
  box-sizing: border-box;
}

.blog-card img {
  width: 100%;
  border-radius: 8px;
  height: 200px;

}

.blog-card h3 {
  font-size: 24px;
  margin: 10px 0;
  padding: 20px;
}

.blog-card p {
  padding-left: 20px;
  font-size: 16px;
  color: #666;
}

.blog-card .date {
  font-size: 14px;
  color: #aaa;
  margin-top: 10px;
}


.blog-card .read-more {
  padding-right: 20px;
  display: inline-block;
  margin: 15px;
  padding: 10px 15px;
  background-color: #00A6EA;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
}

.blog-card .read-more:hover {
  background-color: darkgreen;
}

@media (max-width: 768px) {
  .blog-card {
    flex: 1 1 calc(50% - 40px);
    /* Two columns for tablets */
  }
}

@media (max-width: 480px) {
  .blog-card {
    flex: 1 1 100%;
    /* One column for mobile */
  }
}

#refresh-button {
  display: flex;
  align-items: center;
  background-color: #5c9f24;
  color: white;
  font-weight: bold;
  border: none;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 15px;
  /* margin-left: 10px; */
  margin: 0 3%;
}

.refresh-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.bagroundtitle {
  background-color: white;
  margin: 100px 500px 100px 500px;
  padding: 10px;
  border-radius: 54px;
}

@media (max-width: 768px) {
  .blog-card {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .blog-card {
    width: 100%;
    margin: 10px 0;
  }
}

.bi-chevron-down {
  transition: transform 0.3s;
}

@media (max-width: 768px) {
  .bi-chevron-down {
    transform: translateX(-300px);
  }
}
@media (max-width: 480px) {
  .bi-chevron-down {
    transform: translateX(-260px);
  }
}




.clients {
  text-align: center;
  padding: 20px;
  overflow: hidden;
}

.clients h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 900;
  color: red;
}

.client-row {
  display: flex;
  gap: 20px;
  animation: scroll 10s linear infinite;
  align-items: center;

  padding-left: 100%;
  white-space: nowrap;
}

.client {
  text-align: center;
  flex-shrink: 0;
}

.client img {
  width: 150px;
  height: 150px;
  object-fit: fill;
  border-radius: 25px;
  max-width: 100%;
  max-height: 100%;
}

.client p {
  margin-top: 10px;
  font-size: 14px;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 768px) {

  .client-row {
    padding-left: 0;
    font-size: 12px;
  }

  .client img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .client-row {

    font-size: 10px;
  }

  .client img {
    width: 100px;
    height: 100px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(100%);
    }

    100% {
      transform: translateX(-100%);
    }
  }
}




/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.Features .icon-box {
  margin: 0px -40px -22px 0;
  text-align: center;
}

.Features h2 {
  margin-bottom: 20px;
  text-align: start;
  font-weight: bolder;
  font-size: 50px;

}

.Features p {
  margin-bottom: 80px;
}

.Features .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #a6ea6e;
  border-radius: 50%;
  transition: 0.5s;
  color: #5c9f24;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.Features .icon i {
  font-size: 36px;
  line-height: 0;
}

.Features:hover .icon {
  box-shadow: 0px 0 25px rgba(196, 122, 12, 0.3);
}

.Features .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.Features .title a {
  color: #444444;
  transition: 0.3s;
}

.Features .title a:hover {
  color: #dca818;
}

.Features .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  /* background: #dca818; */
  bottom: 0;
  left: calc(50% - 25px);
}

.Features .description {
  line-height: 24px;
  font-size: 14px;
}

.Features img {
  width: 100%;
  height: 450px;
  display: block;
  margin: 60px 0;
}

.Features_container {
  background-color: #FFFFFF;
  border-radius: 9px;
  padding: 8px 25px 4px 25px;
  font-size: medium;
  font-weight: 900;
  border: 1px solid #000;
  border-right: 4px solid #5c9f24;
  border-left: 4px solid #5c9f24;
}

@media (max-width: 480px) {
  .Features h2 {
    /* font-size: 26px; */
    text-align: center;
    /* تقليل حجم الخط أكثر للأجهزة الصغيرة */
  }

  .Features .icon-box {
    margin: 0px -10px -22px 0;
    text-align: center;
  }
}

.row_gray {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20% 4px 10% -10px;
  background-color: #d5d5d6;
  width: 100%;
  padding: 15%;

}
/*--------------------------------------------------------------
# cover
--------------------------------------------------------------*/

.cover .image-container {

      position: relative;
        width: 100%;
        height: 40vh;
        border-radius: 18px;
        margin-top: 5%;
        overflow: hidden;
        filter: blur();
}

.cover .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur();
  /* لجعل الصورة تغطي المنطقة بالكامل */
}

.cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* لون الخلفية مع الشفافية */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
.hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  height: 100vh;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero-content {
  z-index: 2;
  max-width: 60%;
  text-align: center;
  margin-bottom: 2rem;
}

.hero-section[dir="rtl"] .hero-content {
  text-align: center;
}

.hero-title {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
  animation: fadeIn 1.5s ease-in-out;
  text-align: center !important;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-top: 1rem;
  animation: fadeIn 2s ease-in-out;
  text-align: center;
}
         .hero-buttons {
           margin-top: 2rem;
         }

         .btn-primary,
         .btn-secondary {
           display: inline-block;
           padding: 0.8rem 2rem;
           font-size: 1rem;
           border-radius: 30px;
           transition: all 0.3s ease;
           text-decoration: none;
         }

         .btn-primary {
           background: #fff;
           color: #1e3a8a;
           margin-right: 1rem;
         }

         .btn-primary:hover {
           background: #2563eb;
           color: #fff;
         }

         .btn-secondary {
           background: rgba(255, 255, 255, 0.2);
           border: 2px solid #fff;
           color: #fff;
         }

         .btn-secondary:hover {
           background: #fff;
           color: #1e3a8a;
         }

         /* Hero Shapes */
         .hero-shapes {
           position: absolute;
           bottom: 10%;
           display: flex;
           justify-content: space-evenly;
           width: 100%;
           z-index: 1;
           flex-wrap: wrap;
         }

         .shape {
           position: relative;
           /* إزالة الانحناءات لجعلها مربعات */
           border-radius: 0;
           opacity: 0.7;
           mix-blend-mode: screen;
         }

         .big-circle {
           width: 200px;
           height: 200px;
           background: radial-gradient(circle, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
         }

         .medium-circle {
           width: 150px;
           height: 150px;
           background: rgba(255, 255, 255, 0.5);
         }

         .small-circle {
           width: 100px;
           height: 100px;
           background: rgba(255, 255, 255, 0.3);
         }

         .dotted-circle {
           width: 120px;
           height: 120px;
           border: 4px dashed rgba(255, 255, 255, 0.5);
         }

         .gradient-circle {
           width: 180px;
           height: 180px;
           background: conic-gradient(#2563eb, #1e3a8a, #4c51bf);
         }

         /* Animations */
         @keyframes fadeIn {
           0% {
             opacity: 0;
             transform: translateY(20px);
           }

           100% {
             opacity: 1;
             transform: translateY(0);
           }
         }

                  .popup-message {
                       position: fixed;
                       top: 50%;
                       left: 50%;
                       transform: translate(-50%, -50%);
                       background-color: #fff;
                       padding: 20px;
                       border: 1px solid #ccc;
                       border-radius: 5px;
                       box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
                       z-index: 9999;
                       text-align: center;
                       width: 80%;
                       max-width: 500px;
                       display: block;
                       opacity: 1;
                       transition: opacity 0.5s ease-in-out;
                     }

                     .popup-message p {
                       margin: 0;
                       font-size: 16px;
                       color: #333;
                     }

                  .container-features {
                       margin: 0px 90px;
                     }

                     .feature-card {
                       transition: transform 0.3s ease, box-shadow 0.3s ease;
                       position: relative;
                       padding-bottom: 60px;
                       min-height: 350px;
                       width: 100%;
                     }

                     .carousel .col-lg-3,
                     .carousel .col-md-4 {
                       padding: 0 10px;
                       box-sizing: border-box;
                     }

                     .carousel .col-lg-3 {
                       flex: 0 0 18%;
                     }

                     .carousel .col-md-4 {
                       flex: 0 0 18%;
                     }

                     @media (max-width: 667px) {
                       .carousel .col-lg-3 {
                         width: 100%;
                       }

                       .carousel .col-md-4 {
                         width: 100%;
                       }

                       .carousel-nav {
                         display: none;
                       }

                       .feature-card {
                         min-height: 250px;
                       }
                     }

                     .feature-card:hover {
                       transform: scale(1.05);
                       box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
                     }

                     .feature-card .content_cs {
                       opacity: 0;
                       transform: translateY(20px);
                       transition: opacity 0.3s ease, transform 0.3s ease;
                     }

                     .feature-card:hover .content_cs {
                       opacity: 1;
                       transform: translateY(0);
                     }

                     .feature-card .icon {
                       position: absolute;
                       bottom: 10px;
                       left: 50%;
                       transform: translateX(-50%);
                       color: white;
                       font-size: 50px;
                       transition: transform 0.3s ease;
                     }

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

                     .carousel-container {
                       display: flex;
                       overflow: hidden;
                       position: relative;
                     }

                     .carousel {
                       display: flex;
                       transition: transform 0.5s ease;
                     }

                     .carousel .col-lg-3 {
                       flex: 0 0 auto;
                       width: 18%;
                       padding: 0 10px;
                     }

                     .carousel .col-md-4 {
                       width: 18%;
                       padding: 0 10px;
                     }

                     .carousel-nav {
                       position: absolute;
                       top: 50%;
                       left: 0;
                       right: 0;
                       display: flex;
                       justify-content: space-between;
                       transform: translateY(-50%);
                       width: 100%;
                     }

                     .carousel-prev,
                     .carousel-next {
                       background-color: rgba(0, 0, 0, 0.5);
                       color: white;
                       border: none;
                       font-size: 2rem;
                       padding: 10px 20px;
                       cursor: pointer;
                     }

                     .carousel-prev:hover,
                     .carousel-next:hover {
                       background-color: rgba(0, 0, 0, 0.7);
                     }

                     /* RTL adjustments */
                     html[lang="ar"] {
                       direction: rtl;
                     }

                     html[lang="ar"] .carousel-container {
                       flex-direction: row-reverse;
                       /* Reverse the order for RTL */
                     }

                     html[lang="ar"] .carousel .col-lg-3,
                     html[lang="ar"] .carousel .col-md-4 {
                       margin-left: 10px;
                       margin-right: 0;
                     }

                     html[lang="ar"] .feature-card .icon {
                       right: 50%;
                       left: unset;
                       transform: translateX(50%);
                     }

                  .pricing {
                       padding: 50px 0;
                       background-color: #f9f9f9;
                     }

                     .clients h1 {
                       text-align: center;
                       font-size: 2.5rem;
                       color: #5c9f24;
                       margin-bottom: 40px;
                     }


                     .blog-card {
                       background: #fff;
                       border-radius: 15px;
                       overflow: hidden;
                       box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
                       width: 350px;
                       /* زيادة العرض */
                       transition: transform 0.3s ease, box-shadow 0.3s ease;
                     }

                     .blog-container {
                       display: flex;
                       flex-wrap: wrap;
                       gap: 40px;
                       /* زيادة المسافة بين العناصر */
                       justify-content: center;
                     }

                     .blog-title {
                       text-align: center;
                       font-size: 1.8rem;
                       /* زيادة حجم الخط */
                       margin-top: 20px;
                       color: #333;
                       font-weight: bold;
                     }

                     .blog-description {
                       text-align: center;
                       margin-top: 15px;
                       font-size: 1.1rem;
                       /* زيادة حجم الخط */
                       color: #555;
                       line-height: 1.5;
                     }




                     .blog-card:hover {
                       transform: translateY(-10px);
                       box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
                     }

                     .blog-image {
                       width: 100%;
                       height: 200px;
                       object-fit: cover;
                       transition: transform 0.3s ease;
                     }

                     .blog-card:hover .blog-image {
                       transform: scale(1.05);
                     }


                     .date {
                       text-align: center;
                       margin-top: 15px;
                       font-size: 0.9rem;
                       color: #999;
                     }

                     .read-more {
                       display: inline-block;
                       margin-top: 20px;
                       padding: 10px 20px;
                       background-color: #5c9f24;
                       color: #fff;
                       border-radius: 5px;
                       text-align: center;
                       text-decoration: none;
                       font-weight: bold;
                       transition: background-color 0.3s ease;
                     }

                     .read-more:hover {
                       background-color: #5c9f24;
                     }

                  .product-cards {
                       display: flex;
                       flex-wrap: wrap;
                       gap: 30px;
                       justify-content: center;
                     }

                     .product-card {
                       background: #fff;
                       border-radius: 20px;
                       box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
                       transition: transform 0.4s ease, box-shadow 0.4s ease;
                       overflow: hidden;
                       max-width: 350px;
                       width: 100%;
                       text-align: center;
                       position: relative;
                     }

                     .product-card:hover {
                       transform: translateY(-15px);
                       box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
                     }

                     .product-card-img {
                       overflow: hidden;
                       position: relative;
                     }

                     .product-card-img img {
                       width: 100%;
                       height: 220px;
                       object-fit: cover;
                       transition: transform 0.4s ease;
                     }

                     .product-card:hover .product-card-img img {
                       transform: scale(1.1);
                     }

                     .product-card-body {
                       padding: 20px;
                       position: relative;
                       z-index: 1;
                     }

                     .product-card-body h3 {
                       font-size: 22px;
                       color: #333;
                       font-weight: bold;
                       margin: 15px 0;
                     }

                     .read-more {
                       display: inline-block;
                       padding: 12px 25px;
                       background: linear-gradient(45deg, #5c9f24, #E8F7DCFF);
                       color: #fff;
                       border-radius: 30px;
                       text-decoration: none;
                       font-weight: bold;
                       box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                       transition: background-color 0.4s ease, transform 0.3s ease;
                     }

                     .read-more:hover {
                       background-color: #5c9f24;
                       transform: scale(1.05);
                     }

                  .fixed-size-image {
                       width: 100px;
                       height: 100px;
                       object-fit: cover;

                     }

                     h1 {
                       font-family: 'Poppins', sans-serif;
                     }

                     .blog-container {
                       display: flex;
                       flex-wrap: wrap;
                       gap: 20px;
                       /* Space between each blog card */
                       justify-content: center;
                     }

                     .blog-card {
                       width: 100%;
                       /* Full width on smaller screens */
                       max-width: 300px;
                       /* Restricts the maximum width on larger screens */
                       padding: 15px;
                       border-radius: 8px;
                       box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
                       text-align: center;
                       background-color: white;
                     }

                     .blog-card img {
                       width: 100%;
                       height: 200px;
                       /* Sets a fixed height for the images */
                       object-fit: cover;
                       border-radius: 5px;
                     }

                     .blog-card h2 {
                       font-size: 25px;
                       margin-top: 15px;
                     }

                     .blog-card p {
                       font-size: 20px;
                       margin-top: 15px;
                     }

                     .blog-card .date {
                       font-size: 16px;
                       color: #777;
                     }

                     .read-more {
                       display: inline-block;
                       margin-top: 10px;
                       color: darkgreen;
                       text-decoration: none;
                       font-weight: bold;
                     }

                     /* Media query for tablets and larger screens */
                     @media (min-width: 600px) {
                       .blog-card {
                         width: calc(50% - 20px);
                         /* Two columns with gap space on tablets */
                       }
                     }

                     /* Media query for larger screens like desktops */
                     @media (min-width: 900px) {
                       .blog-card {
                         width: calc(33.33% - 20px);
                         /* Three columns with gap space on larger screens */
                       }
                     }

                     .count-box p {
                       font-size: 1.2em;
                       font-weight: bold;
                     }

                     .count-box strong {
                       font-size: 1.4em;
                     }

                     .purecounter {
                       font-size: 2.5em;
                       font-weight: bold;
                     }

                     .count-box i {
                       font-size: 3em;
                       color: #3498db;
                     }

                     .rainbow_mn .title_cs {
                       color: white;
                       line-height: 1.2;
                     }

                     .rainbow_mn .content_cs {
                       color: #fff;
                     }

                     .custom_swiper_btn {
                       position: relative;
                       top: 26px;
                       right: 8px;
                     }

                     .rainbow_mn:hover {
                       transform: scale(1.03);
                     }

                     .rainbow_mn {
                       border-radius: 10px;
                       box-shadow: none;
                     }

                     .rainbow_mn .content_cs {
                       margin-bottom: 0;
                       text-align: justify;
                       font-size: 20px;
                     }

                     .rainbow_blue {
                       background: #e9eff4;
                     }

                     .rainbow_blue .icon_round_main {
                       border: 1px solid #68bac7;
                       background: #c1e6f1;
                     }

                     .rainbow_red {
                       background: #f4eaeb;
                     }

                     .rainbow_red .icon_round_main {
                       border: 1px solid #ca7583;
                       background: #f4cfd2;
                     }

                     .rainbow_purple {
                       background: #ece9f3;
                     }

                     .rainbow_purple .icon_round_main {
                       border: 1px solid #7c68ab;
                       background: #d6c8ed;
                     }

                     .rainbow_orange {
                       background: #F7CF9FFF;
                     }

                     .rainbow_orange .icon_round_main {
                       border: 1px solid #e3b778;
                       background: #f5e0c6;
                     }

                     .rainbow_green {
                       background: #eaf2ed;
                     }

                     .rainbow_green .icon_round_main {
                       border: 1px solid #7dbfa2;
                       background: #c6edde;
                     }

                     .border-blue {
                       border-color: #50c7ec;
                     }

                     .border-red {
                       border-color: #ec5050;
                     }

                     .border-purple {
                       border-color: #8b50ec;
                     }

                     .border-pink {
                       border-color: #ec509b;
                     }

                     .border-green {
                       border-color: #50ec85;
                     }

                     .border-yellow {
                       border-color: #ecdc50;
                     }

                     .box-95 {
                       width: 80px;
                       height: 80px;
                       border: 1px solid #00a8e1;
                     }

                     .box-si {
                       width: 120px;
                       height: 120px;
                       border: 1px solid #00a8e1;
                     }

                     .remain .icon-bx-main:hover .box-si {
                       border: 1px solid var(--color-secondary);
                     }

                     .bcins {
                       padding: 10px;
                       border-radius: 15px;
                       border: 1px solid #dcddde;
                       height: 100%;
                     }

                     .bcins img {
                       border-radius: 10px;
                     }

                     .icon-bxss:hover {
                       -webkit-transform: translateY(-5px);
                       transform: translateY(-5px);
                       box-shadow: 0 20px 70px rgb(0 0 0 / 10%);
                       -webkit-transition: all 0.3s;
                       transition: all 0.3s;
                     }

                     .icon_round_main {
                       transition: transform 1.7s;
                       transform-style: preserve-3d;
                       margin: auto;
                       padding: 10px;
                       background: #f4f4f4;
                       border-radius: 100%;
                       height: 54px;
                       width: 54px;
                       display: flex;
                       align-items: center;
                       justify-content: center;
                     }

                     .mbta .icon-bx-main {
                       /* padding: 67px 53px; */

                       height: 400px;
                       /* تعيين ارتفاع ثابت للكارد */
                       display: flex;
                       flex-direction: column;
                       justify-content: space-between;
                       padding: 30px 53px;

                       border-radius: 10px;

                       overflow: hidden;

                     }

                     html[lang="ar"] .mbta .icon-bx-main {
                       padding-left: 20px;
                       padding-right: 20px;
                     }

                     .img-set img {
                       width: 80%;
                     }

                     .zoom_img img {
                       transition: all 0.35s ease-in-out;
                     }

                     .image-boxes img {
                       transition: all 0.25s ease-in-out;
                       position: absolute;
                       top: 50%;
                       left: 50%;
                       transform: translate(-50%, -50%);
                       opacity: 0;
                       transition: opacity 0.4s ease-in-out;
                     }

                     .industries {
                       position: relative;
                       margin-bottom: 3.5%
                     }

                     .industries .font--h2-big {
                       text-transform: none;
                       margin-bottom: 56px
                     }

                     .purple-cards {
                       margin: 0 auto;
                       display: grid;
                       grid-template-columns: 1fr 1fr;
                       gap: 40px;
                       padding: 0 1.5%
                     }

                     .purple-cards img {
                       height: fit-content
                     }

                     .purple-bg {
                       background-color: #3C8302FF;
                       position: absolute;
                       height: 85%;
                       width: 100%;
                       transform: translate(0, 61px)
                     }

                     .card-purple {
                       box-shadow: 0 10px 40px rgba(0, 0, 128, 0.05);
                       border-radius: 20px;
                       display: flex;
                       transition: transform 0.3s ease;
                       position: relative;
                       background-color: #5c9f24;
                       display: flex;
                       align-items: center;
                       width: 100%;
                       max-width: 700px;
                       padding: 15px 65px;
                       border-radius: 10px;
                       text-decoration: none;


                       gap: 15px;
                     }

                     .card-purple img {
                       transition: transform 0.3s ease
                     }

                     .card-purple-button {
                       margin-top: auto;
                       padding: 12px 24px;
                       border-radius: 50px;
                       font-weight: 700;
                       color: #4C4E4BFF;
                       background-color: #F9F9FDFF
                     }

                     @media screen and (min-width: 1200px) {
                       .card-purple img {
                         min-width: 130px
                       }
                     }

                     .card-purple:hover {
                       transform: scale(1.05)
                     }

                     .card-purple:hover img {
                       transform: rotate(-15deg) scale(1.1)
                     }

                     .card-purple-text {
                       display: flex;
                       flex-direction: column;
                       align-items: flex-start;
                       padding: 32px 0 40px 32px
                     }

                     .industries .card-purple-text {
                       display: flex;
                       flex-direction: column;
                       align-items: flex-start;
                       padding: 32px 0 32px 32px
                     }

                     @media (max-width: 1440px) {
                       .purple-cards {
                         width: 91.66666667%;
                         padding: 0
                       }
                     }

                     @media (min-width: 821px) and (max-width:1279px) {
                       .card-purple img {
                         min-width: 140px
                       }
                     }

                     @media (max-width: 820px) {
                       .card-purple {
                         flex-direction: column-reverse;
                         justify-content: flex-end
                       }

                       .card-purple img {
                         width: 70%;
                         margin-bottom: -50px;
                         margin-left: -50px
                       }

                       .card-purple-text {
                         padding: 24px;
                         display: grid;
                         height: 100%
                       }

                       .card-purple-text span {
                         align-self: start;
                         width: fit-content
                       }

                       .industries .col-9 {
                         width: 90%
                       }

                       .industries .col-10 {
                         width: 95%;
                         gap: 24px
                       }

                       .industries .font--h2-big {
                         margin-bottom: 24px
                       }

                       .purple-bg {
                         height: 90%
                       }
                     }

                     @media (max-width: 768px) {
                       .industries .col-10 {
                         padding: 0
                       }
                     }

                     .card-purple-text .font--h3 {
                       color: #f8f8ff;
                       margin-bottom: 16px
                     }

                     .card-purple-text .font--16 {
                       color: #f8f8ff;
                       margin: 0 0 24px 0
                     }

                     @media (max-width: 650px) {

                       .industries .col-10,
                       .industries .col-9 {
                         width: 90%;
                         padding: 0
                       }

                       .industries .col-10.purple-cards {
                         grid-template-columns: 1fr;
                         gap: 65px
                       }

                       .industries .font--h2-big br {
                         display: none
                       }

                       .industries .font--h2-big {
                         margin-bottom: 37px;
                         width: 90%
                       }

                       .card-purple-text {
                         padding: 0 24px 24px;
                         margin-top: -100px
                       }

                       .card-purple img {
                         width: 45%;
                         margin-bottom: -16px;
                         margin-left: 0;
                         transform: translate(120%, -65px)
                       }

                       .purple-bg {
                         height: 92%
                       }

                       .card-purple:hover img {
                         transform: translate(120%, -65px)
                       }

                       .card-purple:hover {
                         transform: unset
                       }
                     }



    /* General Hero Section Styling */
    .hero-section {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0 5%;
      height: 100vh;
      background: linear-gradient(135deg, #1e3a8a, #2563eb);
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    .hero-content {
      z-index: 2;
      max-width: 60%;
      text-align: center;
      margin-bottom: 2rem;
    }

    .hero-section[dir="rtl"] .hero-content {
      text-align: right;
    }

    .hero-title {
      color: #ffffff;
      font-size: 3.5rem;
      font-weight: bold;
      line-height: 1.2;
      animation: fadeIn 1.5s ease-in-out;
    }

    .hero-subtitle {
      font-size: 1.5rem;
      margin-top: 1rem;
      animation: fadeIn 2s ease-in-out;
    }

    .hero-buttons {
      margin-top: 2rem;
    }

    .btn-primary,
    .btn-secondary {
      display: inline-block;
      padding: 0.8rem 2rem;
      font-size: 1rem;
      border-radius: 30px;
      transition: all 0.3s ease;
      text-decoration: none;
    }

    .btn-primary {
      background: #fff;
      color: #1e3a8a;
      margin-right: 1rem;
    }

    .btn-primary:hover {
      background: #2563eb;
      color: #fff;
    }

    .btn-secondary {
      background: rgba(255, 255, 255, 0.2);
      border: 2px solid #fff;
      color: #fff;
    }

    .btn-secondary:hover {
      background: #fff;
      color: #1e3a8a;
    }

    /* Hero Shapes */
    .hero-shapes {
      position: absolute;
      bottom: 10%;
      display: flex;
      justify-content: space-evenly;
      width: 100%;
      z-index: 1;
      flex-wrap: wrap;
    }

    .shape {
      position: relative;
      border-radius: 50%;
      opacity: 0.7;
      mix-blend-mode: screen;
    }

    .big-circle {
      width: 200px;
      height: 200px;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
    }

    .medium-circle {
      width: 150px;
      height: 150px;
      background: rgba(255, 255, 255, 0.5);
    }

    .small-circle {
      width: 100px;
      height: 100px;
      background: rgba(255, 255, 255, 0.3);
    }

    .dotted-circle {
      width: 120px;
      height: 120px;
      border: 4px dashed rgba(255, 255, 255, 0.5);
    }

    .gradient-circle {
      width: 180px;
      height: 180px;
      background: conic-gradient(#2563eb, #1e3a8a, #4c51bf);
    }

    /* Animations */
    @keyframes fadeIn {
      0% {
        opacity: 0;
        transform: translateY(20px);
      }

      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

     @keyframes fadeInSlide {
       0% {
         opacity: 0;
         transform: translateX(50px);
         /* يبدأ من اليمين */
       }

       100% {
         opacity: 1;
         transform: translateX(0);
         /* يتحرك إلى مكانه الطبيعي */
       }
     }

     /* إضافة الأنيميشن عند تفعيل الظهور */
     .visible {
       animation: fadeInSlide 1s ease-out forwards;
     }

     /* تعريف الأنيميشن للظهور التدريجي مع حركة */


     /* إضافة التأثيرات لكل عنصر */
     .icon-bx-main {
       animation: fadeInSlide 1s ease-out forwards;
     }

     .image-container {
       animation: fadeInSlide 1.2s ease-out forwards;
     }

     .row.mbta .col-lg-12 {
       animation: fadeInSlide 1.5s ease-out forwards;
     }

     /* إذا كانت الشاشة صغيرة، يمكن تعديل الأنيميشن ليكون أكثر توافقًا */
     @media (max-width: 768px) {

       .icon-bx-main,
       .image-container {
         animation: fadeInSlide 1s ease-out forwards;
       }
     }

