.tofas-carousel-item {
  height: 100%;
  width: 300px;
  border-radius: 32px;
  object-fit: cover;
  user-select: none;
}
.tofas-processes-card-item {
  height: 20.1rem; /* Sabit yükseklik */
  overflow: overlay;
}
.tofas-processes-card-item p,
.tofas-processes-card-item img {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* #sofax-portfolio-grid {
  max-height: 500px; 
  overflow-y: auto; 
  overflow-x: hidden; 
  padding: 10px; 
} */

/* toast */
/* Success */
/* Success */
.colored-toast.swal2-icon-success {
  background-color: #2a4634 !important; /* tofas-pantone-553 */
}

/* Error */
.colored-toast.swal2-icon-error {
  background-color: #751226 !important; /* tofas-pantone-188 */
}

/* Warning */
.colored-toast.swal2-icon-warning {
  background-color: #633614 !important; /* tofas-pantone-732 */
}

/* Info */
.colored-toast.swal2-icon-info {
  background-color: #1e4388 !important; /* tofas-pantone-7687 */
}

/* Question */
.colored-toast.swal2-icon-question {
  background-color: #622650 !important; /* tofas-pantone-7652 */
}

.colored-toast .swal2-title,
.colored-toast .swal2-html-container {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

/* fix social medya */
.example-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: center;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1000;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: 6px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 20%;
  color: #4d4d4d;
  background-color: #ffff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 50%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}
.example-2 .icon-content a[data-social="spotify"] .filled,
.example-2 .icon-content a[data-social="spotify"] ~ .tooltip {
  background-color: #1db954;
}
.example-2 .icon-content a[data-social="pinterest"] .filled,
.example-2 .icon-content a[data-social="pinterest"] ~ .tooltip {
  background-color: #bd081c;
}
.example-2 .icon-content a[data-social="dribbble"] .filled,
.example-2 .icon-content a[data-social="dribbble"] ~ .tooltip {
  background-color: #ea4c89;
}
.example-2 .icon-content a[data-social="telegram"] .filled,
.example-2 .icon-content a[data-social="telegram"] ~ .tooltip {
  background-color: #0088cc;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background-color: #d04f61;
}
.example-2 .icon-content a[data-social="linkedin"] .filled,
.example-2 .icon-content a[data-social="linkedin"] ~ .tooltip {
  background-color: #0077b5;
}

@media only screen and (min-width: 1024px) {
  .tofas-linkedin {
    background-color: #0077b5 !important;
    color: white !important;
  }
  .tofas-instagram {
    background-color: #d04f61 !important;
    color: white !important;
  }
}





.carousel-alpha {
  position: relative;
  padding: 50px 0 100px 0;
}

.carousel-alpha .carousel-container * {
  outline: none;
  border: none;
}

.carousel-alpha .carousel-container a {
  display: inline-block;
  position: relative;
}

.carousel-alpha .carousel-container a:hover img.colored {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.carousel-alpha .carousel-container .item {
  text-align: center;
}

.carousel-alpha .carousel-container .item img {
  margin: 0 auto;
  display: block;
  max-width: 190px;
  width: 100%;
  height: auto;
}

.carousel-alpha .carousel-container .item img.colored {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.carousel-alpha .slick-active.slick-center img.colored {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.carousel-alpha .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.carousel-alpha .slick-dots li {
  display: inline-block;
  background: white;
  border: 1px solid #979797;
  width: 9px;
  height: 9px;
  margin: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-alpha .slick-dots li.slick-active {
  background: #8d8d8d;
  border: 1px solid #8d8d8d;
}

.carousel-alpha .slick-dots li button {
  display: none;
}

/*<-- XS -->*/
/*<-- SM -->*/
@media (min-width: 768px) {
  .carousel-alpha {
    border-top: 1px solid #f4f4f4;
  }
}

/*<-- MD -->*/
@media (min-width: 992px) {
  .carousel-alpha {
    padding: 80px 0 70px 0;
    border-top: none;
  }
  .carousel-alpha .carousel-container .item img {
    max-width: 128px;
  }
}