body {
  background: #17423a !important;
}

.teams-heading h1 {
  color: #fff;
  font-family: Commissioner;
  font-size: 50px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.teams-heading p {
  color: #c8c8c8;
  font-family: Commissioner;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: normal;
}

#home .bg-shapes .shape-4 {
  /* background: #ed7d35 !important; */
  width: 1290px !important;
  height: 1030px !important;
  top: -180px !important;
  left: -445px !important;
  border-radius: 476.5px/520px !important;
  background: linear-gradient(180deg,
      #ddcd3d 16.06%,
      #ee7d34 71.49%) !important;
}

#home .bg-shapes .shape-2 {
  background: #000 !important;
  width: 580px !important;
  height: 1244px !important;
  top: -637px !important;
  left: 330px !important;
  border-radius: 498.5px/622px !important;
  transform: rotate(90deg);
  filter: blur(254.5px) !important;
  z-index: 2 !important;
  position: absolute;
}

#home .bg-shapes .shape-7 {
  background-color: #000 !important;
  width: 997px !important;
  height: 1344px !important;
  top: -437px !important;
  left: 1170px !important;
  border-radius: 498.5px / 622px !important;
  transform: rotate(90deg) !important;
  filter: blur(254.5px) !important;
  z-index: 2 !important;
}

#home .bg-shapes .shape-1 {
  width: 2193px !important;
  height: 2193px !important;
  left: -1096px !important;
  bottom: -1324px !important;
  border-radius: 1096.5px !important;
  filter: blur(719.5px) !important;
  background: #ed7d35 !important;
}

.teans-gallery .full-image {
  position: relative;
}

.teans-gallery .full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teans-gallery .full-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.teans-gallery {
  margin-top: 60px !important;
  display: grid;
  grid-template-columns: 68% 30%;
  gap: 20px;
}

.teans-gallery>div ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 0;
}

.teans-gallery>div ul li img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.teans-gallery>div ul:nth-child(2) {
  grid-template-columns: 1fr 1fr 1fr !important;
  margin-left: 90px;
  margin-right: 90px;
}



.teans-gallery .full-image>div {
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 10;
}

.teans-gallery .full-image>div h3 {
  color: #fff;
  font-family: Commissioner;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

.teans-gallery .full-image>div p {
  color: #c8c8c8;
  font-family: Commissioner;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Teams Gallery Carousel Styles */
.teans-gallery-carousal {
  margin: 60px 0;
}

.teans-gallery-carousal .owl-carousel .owl-nav {
  text-align: center;
  margin-top: 20px;
}

.teans-gallery-carousal .owl-carousel .owl-nav button {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.teans-gallery-carousal .owl-carousel .owl-nav button:hover {
  background: #ee7d34;
  border-color: #ee7d34;
}

.teans-gallery-carousal .casi-studio0-card {
  overflow: hidden;
  border-radius: 8px;
}

.teans-gallery-carousal .casi-studio0-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.teans-gallery-carousal .casi-studio0-card:hover img {
  transform: scale(1.05);
}

.teans-gallery li.team-item {
  cursor: pointer;
}

.teans-gallery li.team-item.is-active img {
  outline: 2px solid #EE7D34;
  outline-offset: 3px;
  border-radius: 8px;
}

.teans-gallery li.team-item:focus {
  outline: none;
}

.teans-gallery li.team-item {
  cursor: pointer;
}

.teans-gallery li.team-item.is-active img {
  outline: 2px solid #EE7D34;
  outline-offset: 3px;
  border-radius: 8px;
}

.teans-gallery li.team-item:focus {
  outline: none;
}

/* Slide wrapper */
.team-slide {
  position: relative;
}

/* immagine full width */
.team-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* overlay */
.team-slide__meta {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
}

/* testi */
.team-slide__meta h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

.team-slide__meta p {
  margin: 4px 0 0;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.9);
}