body {
    font-family: 'Open Sans', sans-serif;
  }
  .group:hover .group-hover\:block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    z-index: 0;
  }
  .icon-hover:hover {
    color: #007bff; /* Blue */
  }
  .submenu {
    transition: opacity 0.3s ease;
  }
  .submenu-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .hover-delay {
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  .hover-delay:hover {
    opacity: 1;
    pointer-events: auto;
  }
  .hover-delay:hover ~ .hover-delay {
    opacity: 1;
    pointer-events: auto;
  }
  .hover-delay:hover ~ .hover-delay ~ .hover-delay {
    opacity: 1;
    pointer-events: auto;
  }
  .animate-bounce-slow {
    animation: bounce 3s infinite;
  }
  @keyframes bounce {
    0%, 100% {
      transform: translateY(-5%);
    }
    50% {
      transform: translateY(5%);
    }
  }

  /* !-- ---------------------------------------------------------------- - */

  .background-section {
    background-image: url(images/updown.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
  }
  .background-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: white;
  }
  .background-section .line {
    width: 50px;
    height: 2px;
    background-color: white;
    margin-bottom: 1rem;
  }
  .background-section p {
    max-width: 600px;
    font-size: 1rem;
    color: white;
  }
  .services-section {
    background-color: white;
    text-align: center;
    padding: 50px 0;
  }
  .services-section h2 {
    font-size: 2rem;
    color: black;
    margin-bottom: 1rem;
  }
  .services-section .line {
    width: 70px;
    height: 4px;
    background-color: #20803d;
    margin: 0 auto 1rem auto;
  }
  .services-section p {
    font-size: 1rem;
    color: black;
  }
  .cards-section {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    background-color: #f9f9f9;
  }
  .card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 15px;
    width: 300px;
    text-align: center;
    padding: 20px;
  }
  .card img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }
  .card img:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  .card h3 {
    font-size: 1.5rem;
    margin: 15px 0;
    color: #333;
  }
  .card .line {
    width: 50px;
    height: 2px;
    background-color: green;
    margin: 0 auto 15px auto;
  }
  .card p {
    font-size: 1rem;
    color: #666;
  }
/* ------------------------------------------ */


.image-container img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
 }
 .image-container img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
 }
 .image-container a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
 }

  /* ---------------------------------------------------- */

  .mina{
    height: 500px;
    width: 100%;
    background-color: rgb(252, 244, 244);
    padding-top: 23px;
  }

/* ---------------------------------------------------- */

.simple {
          font-family: Arial, sans-serif;
          background-color: #f9f9f9;
          color: #333;
          text-align: center;
          padding: 50px;
      }
      h1 {
          font-size: 24px;
          font-weight: bold;
          color: #333;
      }
      .underline {
          width: 50px;
          height: 2px;
          background-color: #20803d;
          margin: 10px auto;
      }
      p {
          font-size: 16px;
          color: #666;
          max-width: 600px;
          margin: 0 auto;
      }


/* ---------------------------------------------------- */
.mine{
background-color: white;

}

/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
.updown{
  background-image: url(images/up.jpg);
  height: 500px;
  background-attachment: fixed;
  background-size: cover;
}
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */

.hover-underline-animation {
          display: inline-block;
          position: relative;
          color: black;
      }
      .hover-underline-animation:after {
          content: '';
          position: absolute;
          width: 100%;
          transform: scaleX(0);
          height: 2px;
          bottom: 0;
          left: 0;
          background-color: black;
          transform-origin: bottom right;
          transition: transform 0.25s ease-out;
      }
      .hover-underline-animation:hover:after {
          transform: scaleX(1);
          transform-origin: bottom left;
      }
      .icon-hover:hover {
          color: #3b82f6; /* Tailwind's blue-500 */
      }
      .heading-hover {
          color: white; /* Tailwind's green-500 */
          transition: color 0.3s;
      }
      .heading-hover:hover {
          color: #20803d; /* Tailwind's blue-500 */
      }
.last{
  background-color: #007bff;
}
#mb4{
color: black;
}
#textsm{
color: bl;
}
