.interactive-btn {
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

.interactive-btn:hover {
  transform: translateY(-3px);
  background-color: #9b5cff;
  box-shadow: 0 10px 25px rgba(176, 123, 255, 0.4);
}

.interactive-btn:hover .btn-icon-wrap img {
  transform: translateX(4px);
  transition: transform 0.3s ease;
}

.btn-icon-wrap img {
  transition: transform 0.3s ease;
}

.interactive-btn-trans,
.bg-trans-button {
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}

.interactive-btn-trans:hover,
.bg-trans-button:hover {
  transform: translateY(-3px);
  background-color: rgba(38, 34, 98, 0.08);
  opacity: 1;
}

.slider-arrow {
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.custom-prev:hover {
  transform: translateX(-4px);
  background-color: rgba(38, 34, 98, 0.12);
}

.custom-next:hover {
  transform: translateX(4px);
  background-color: rgba(38, 34, 98, 0.12);
}

.tab-button {
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    color 0.3s ease;
  cursor: pointer;
}

.tab-button:hover {
  background-color: rgba(176, 123, 255, 0.12);
  transform: translateX(6px);
}

.arrow-circle {
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: transparent;
}

.arrow-circle:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.slide-prev:hover {
  transform: translateX(-4px);
}

.slide-next:hover {
  transform: translateX(4px);
}

.mu-grid-parent > div {
  transition:
    transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    background-color 0.5s ease;
  will-change: transform;
  position: relative;
  overflow: hidden;
}

.mu-grid-parent h2,
.mu-grid-parent h3,
.mu-grid-parent p {
  transition:
    transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.4s ease,
    color 0.3s ease;
}

.mu-box1:hover {
  transform: translateY(-6px);
}

.mu-box1:hover .mu-stat-title {
  transform: scale(1.04);
}

.mu-box1:hover .mu-inner-box {
  transform: translateY(-3px);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.mu-box1:hover .mu-inner-desc {
  opacity: 0.9;
}

.mu-box2:hover {
  transform: translateY(-6px);
}

.mu-box2:hover .mu-box2-stat {
  transform: translateX(4px);
}

.mu-box2:hover .mu-box2-heading {
  transform: translateY(-2px);
}

.mu-box2:hover .mu-box2-right img {
  transform: scale(1.04) rotate(1deg);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.mu-box2 .mu-box2-right img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.mu-box3:hover {
  transform: translateY(-6px);
}

.mu-box3:hover .mu-box3-heading {
  transform: translateX(3px);
}

.mu-box3:hover .mu-box3-desc {
  opacity: 0.95;
}

.mu-box4:hover {
  transform: translateY(-6px);
}

.mu-box4:hover .mu-box4-title {
  transform: scale(1.05);
}

.mu-box4:hover .mu-box4-right img {
  transform: translateY(-6px) scale(1.03) rotate(-2deg);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.mu-box4 .mu-box4-right img {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.mu-box5:hover {
  transform: translateY(-6px);
}

.mu-box5:hover .mu-box5-title {
  transform: scale(1.04);
}

.mu-box5:hover .mu-box5-heading {
  transform: translateY(-2px);
}

.global-services-arrows {
  bottom: 630px;
  padding-left: 60px;
}

@media (max-width: 1024px) {
  .global-services-arrows {
    bottom: 300px;
    left: 20px;
  }
}

.mu-feature-container {
  transition:
    background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 20px;
  padding: 30px;
}

.mu-feature-container:hover {
  background-color: rgba(176, 123, 255, 0.08);
  box-shadow: 0 15px 35px rgba(38, 34, 98, 0.05);
  transform: translateY(-3px);
}

.mu-icon-box {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.mu-feature-container:hover .mu-icon-box {
  transform: translateY(-5px);
}

.mu-feature-container:hover .mu-icon-box img {
  transform: scale(1.08) rotate(2deg);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.mu-feature-container:hover .mu-icon-box .mu-icon-text {
  transform: translateX(4px);
  transition: transform 0.3s ease;
}

.mu-icon-box img,
.mu-icon-box .mu-icon-text {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.left-bg-image,
.right-bg-image {
  position: relative;
  overflow: hidden;
}

.left-bg-image::before,
.right-bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.left-bg-image::before {
  background: url("backgrounds/left-panel-bg.jpg") center/cover no-repeat;
}

.right-bg-image::before {
  background: url("backgrounds/right-panel-bg.jpg") center/cover no-repeat;
}

.left-bg-image:hover::before,
.right-bg-image:hover::before {
  transform: scale(1.06);
}

.tech-inner-left,
.tech-inner-right {
  position: relative;
  z-index: 1;
  transition: box-shadow 0.6s ease;
}

.left-bg-image:hover .tech-inner-left,
.right-bg-image:hover .tech-inner-right {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.logoicon {
  width: 50px;
  height: 50px;
  display: flex;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.logoicon img {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.left-bg-image:hover .logoicon,
.right-bg-image:hover .logoicon {
  background: #262262;
  transform: scale(1.06);
  box-shadow: 0 0 15px rgba(176, 123, 255, 0.3);
}

.left-bg-image:hover .logoicon img,
.right-bg-image:hover .logoicon img {
  filter: brightness(0) invert(1);
  transform: translateX(2px) translateY(-2px);
}

.logo-plus,
.tech-card-heading,
.tech-card-desc {
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.left-bg-image:hover .logo-plus,
.right-bg-image:hover .logo-plus {
  transform: translateY(-2px);
}

.left-bg-image:hover .tech-card-heading,
.right-bg-image:hover .tech-card-heading {
  transform: translateY(-2px);
}

.left-bg-image:hover .tech-card-desc,
.right-bg-image:hover .tech-card-desc {
  transform: translateY(-2px);
  opacity: 0.95;
}

@keyframes minimalFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.join-btn {
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

section:has(.join-heading):hover .join-btn {
  animation: minimalFloat 2s ease-in-out infinite;
}

.join-image {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-radius: 0 0 0 120px;
}

section:has(.join-heading):hover .join-image {
  border-left: 6px solid #b07bff;
  border-bottom: 6px solid #b07bff;
}
/* ========================================== */
/* Model Content Cell Hover Animation         */
/* ========================================== */

.model-content-cell {
    transition: all 0.3s ease; /* Smooth transition for hover */
}

/* Hover Effect for Standard Cells */
.model-content-cell:hover {
    border-color: #C68AFE;
    transform: translateY(-4px);
    background: #FFF;
    box-shadow: 0 10px 25px rgba(198, 138, 254, 0.1);
}

/* Hover Effect for Highlighted (Shared Talents) Cells */
.model-content-cell.highlight-cell:hover {
    background: rgba(92, 92, 224, 0.28);
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(92, 92, 224, 0.15);
}