.content-box {
    position: relative;
    bottom: 70px;
    left: 39%;
    transform: translateX(-50%);
    background-color: #2367A0;
    border-radius: 15px;
    padding: 10px 57px;
    display: inline-block;
    color: white;
    z-index: 2;
    text-align: center;
}

.vertical-label {
    background-color: white;
    color: black;
    padding:  6px 27px;
    border-radius: 4px;
    font-family: 'Times New Roman', serif;
    font-size: 18px;
    transform: rotate(-90deg);
    transform-origin: center;
    display: inline-block;
  }

  .vertical-label span {
    color: #0b63c9;
  }
.established-year {
    position: absolute;
    right: -116px;
    top: 29%;
    border-radius: 0px;
}

 .team-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 10px;
    }

    .team-card {
      border: 1px solid #000000;
      border-radius: 10px;
      padding: 15px;
      text-align: center;
      transition: transform 0.3s ease;
      height: 100%;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
       min-width: 200px; /* Adjust according to your design */
        margin-right: 20px;
        flex-shrink: 0;
    }

    .arrow-btn {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: none;
      background-color: #f2f2f2;
      font-size: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .arrow-btn.active {
      background-color: #ffcc00;
    }

    .left-section h5 {
      color: #2c71c3;
    }

    .left-section h2 {
      font-weight: bold;
    }

    .carousel-inner {
      padding-left: 15px;
    }

    .team-name{
      color:#2367A0; 
      font-weight: 900;
      font-size: 25px;
    }
    .team-slider .team-card {
      margin: 0 10px; 
    }

 .arrow-btn svg path {
    background-color: #E79800 !important;
    transition: fill 0.3s ease !important;
    color: #fff!important;
    }

.arrow-btn:hover {
    background-color: orange!important;
    color: #f2f2f2 !important;
    }
    .arrow-btn:hover svg path {
    fill: white !important;
}


