

body{
    margin: 0;
    /**direction: rtl;**/
}

  .navbar {
      z-index: 10;
    }

    .header-section {
      position: relative;
      height: 100vh;
      overflow: hidden;
      color: #fff;
    }

    .header-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }

    .header-overlay {
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .carousel-caption {
      z-index: 2;
    }

    .carousel-caption h1 {
      font-size: 3rem;
      font-weight: bold;
    }

    .carousel-caption p {
      font-size: 1.2rem;
    }

    .btn-header {
      margin: 0 5px;
    }

.header {
    padding: 20px;
    margin: 0;
  }

  .hero-section {
  background-image: url('../img/sliders images/slide 1.jpg'); /* Replace with your image URL or path */
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-size: 2rem;
}

  .logo {
    width: 100px;
  }

.w-20 {
    width: 20%;
}

.center {
    text-align: center;
}

.card {
    width: 16rem;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
}

.app-card {
  width: 12rem;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
}

.form-card {
  width: 25rem;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
}

.section{
    margin: 0 auto;
    
}

.footer {
    text-align: center;
    padding: 20px;
    margin: 0;
}

.gallery img {
    width: auto;
    height: 150px;
    margin: 10px 10px 10px 10px;
  }

   .social-links a {
    text-decoration: none;
    color: #000;
    margin-left: 10px;
    font-size: 20px;
  }
  .social-links a:hover {
    color: #1ebd19;
  }

.text-animate {
  font-size: 3rem;
  font-weight: bold;
  color: #fc5259;
  opacity: 0;
  animation: fadeInUp 2s ease-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.consultant-card {
      background-color: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 15px;
      text-align: center;
      padding: 20px;
      transition: 0.3s;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

    .consultant-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }

    .consultant-img {
      width: 150px;
      height: 150px;
      object-fitص: cover;
      border-radius: 50%;
      margin-bottom: 15px;
      border: 3px solid #458323;
    }


     .testimonial-item {
      background-color: #fff;
      border-radius: 15px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      transition: 0.3s;
      height: 100%;
    }

    .testimonial-item:hover {
      transform: translateY(-5px);
    }

    .testimonial-img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 15px;
      border: 3px solid #458323;
    }

    .testimonial-text {
      font-style: italic;
      color: #555;
      margin-bottom: 15px;
    }

    .testimonial-name {
      font-weight: bold;
      color: #111;
    }

    .testimonial-role {
      color: #777;
      font-size: 0.9em;
    }

    .carousel-item > .row {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

       .newsletter-section {
      background: linear-gradient(135deg, #458323, #52af21);
      color: #fff;
      border-radius: 15px;
      padding: 40px 20px;
      text-align: center;
    }

    .newsletter-input {
      max-width: 500px;
      margin: 0 auto;
    }

    .form-control:focus {
      box-shadow: none;
      border-color: #fff;
    }

    .btn-subscribe {
      background-color: #fff;
      color: #458323;
      border: none;
    }

    .btn-subscribe:hover {
      background-color: #e9ecef;
    }

    .video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}



  .chat-area {
    width: 70%;
    float: right;
    }
    .chat-area header{
      display: flex;
      align-items: center;
      padding: 18px 30px;
    }
    .chat-area header .back-icon{
      color: #333;
      font-size: 18px;
    }
    .chat-area header img{
      height: 45px;
      width: 45px;
      margin: 0 15px;
    }
    .chat-area header .details span{
      font-size: 17px;
      font-weight: 500;
    }
    .chat-box{
      position: relative;
      min-height: 100px;
      max-height: 400px;
      overflow-y: auto;
      padding: 10px 30px 20px 30px;
      background: #f7f7f7;
      box-shadow: inset 0 32px 32px -32px rgb(0 0 0 / 5%),
                  inset 0 -32px 32px -32px rgb(0 0 0 / 5%);
    }
    .chat-box .text{
      position: absolute;
      top: 45%;
      left: 50%;
      width: calc(100% - 50px);
      text-align: center;
      transform: translate(-50%, -50%);
    }
    .chat-box .chat{
      margin: 15px 0;
    }
    .chat-box .chat p{
      word-wrap: break-word;
      padding: 8px 16px;
      box-shadow: 0 0 32px rgb(0 0 0 / 8%),
                  0rem 16px 16px -16px rgb(0 0 0 / 10%);
    }
    .chat-box .outgoing{
      display: flex;
    }
    .chat-box .outgoing .details{
      margin-left: auto;
      max-width: calc(100% - 130px);
    }
    .outgoing .details p{
      background: #333;
      color: #fff;
      border-radius: 18px 18px 0 18px;
    }
    .chat-box .incoming{
      display: flex;
      align-items: flex-end;
    }
    .chat-box .incoming img{
      height: 35px;
      width: 35px;
    }
    .chat-box .incoming .details{
      margin-right: auto;
      margin-left: 10px;
      max-width: calc(100% - 130px);
    }
    .incoming .details p{
      background: #fff;
      color: #333;
      border-radius: 18px 18px 18px 0;
    }
    .typing-area{
      padding: 18px 30px;
      display: flex;
      justify-content: space-between;
    }
    .typing-area input{
      height: 45px;
      width: calc(100% - 58px);
      font-size: 16px;
      padding: 0 13px;
      border: 1px solid #e6e6e6;
      outline: none;
      border-radius: 5px 0 0 5px;
    }
    .typing-area input[type=submit]{
      color: #fff;
      width: 60px;
      border: none;
      outline: none;
      background: #333;
      font-size: 19px;
      cursor: pointer;
      opacity: 0.7;
      pointer-events: none;
      border-radius: 0 5px 5px 0;
      transition: all 0.3s ease;
    }
    .typing-area input[type=submit].active{
      opacity: 1;
      pointer-events: auto;
    }

    .sidebar {
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 100; /* Behind the navbar */
      padding: 0;
      box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    }
    
    .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 48px; /* Height of navbar */
      /*height: calc(100vh - 48px);*/
      padding-top: .5rem;
      overflow-x: hidden;
      overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    }
    
    .sidebar .nav-link {
      font-weight: 500;
      color: #333;
    }
    
    .sidebar .nav-link .feather {
      margin-right: 4px;
      color: #999;
    }
    
    .sidebar .nav-link.active {
      color: red;
    }
    
    .sidebar .nav-link:hover .feather,
    .sidebar .nav-link.active .feather {
      color: inherit;
    }
    
    .sidebar-heading {
      font-size: .75rem;
      text-transform: uppercase;
    }