

    .project-sidebar {
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 30px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .project-sidebar h4 {
      font-weight: 700;
      margin-bottom: 20px;
    }

    .register-form input,
    .register-form textarea {
      border-radius: 12px;
      margin-bottom: 12px;
    }

    .project-breadcrumb {
      background: url('../img/breadcrumb-bg.webp') no-repeat center center;
      background-size: cover;
      padding: 200px 0 80px;
      color: #fff;
      position: relative;
    }


    .project-breadcrumb .container {
      position: relative;
      z-index: 1;
    }

    .breadcrumb-path {
      font-size: 16px;
      margin-bottom: 10px;
      color: #fff;
    }

    .breadcrumb-title {
      font-size: 36px;
      font-weight: 700;
      margin: 0;
      color: #fff;
    }

    .our-project,
    .register-form {
      background-color: #FAF9F6;
    }


    .register-btn {
      display: inline-flex;
      align-items: center;
      border: 2px solid gray;
      background-color: white;
      color: rgb(3, 3, 3);
      padding: 8px 16px;
      border-radius: 25px;
      font-weight: 600;
      font-size: 14px;
      text-decoration: none;
      transition: background 0.3s;
    }

    .register-btn span {
      background: #307F34;
      color: white;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px;
      font-size: 18px;
    }


   .carousel-control-next-icon, .carousel-control-prev-icon {
      background-color: black !important;
    }


    .carousel-control-prev{
      margin-left: -60px;
    }

    .carousel-control-next{
      margin-right: -60px !important;
    }