.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease, scale 1s ease, background-color 0.5s ease;
}

.fade-left {
	opacity: 0;
    transform: translateX(-100px);
	transition: all 1s ease;
}

.fade-right {
    opacity: 0;
    transform: translateX(100px);
    transition: all 1s ease;
}

.fade-up.active {
    opacity: 1;
    transform: translateY(0);
}

.fade-left.active, .fade-right.active {
    opacity: 1;
    transform: translateX(0);
}

.fade-up:nth-child(1) { transition-delay: 0.3s; }
.fade-up:nth-child(2) { transition-delay: 0.6s; }
.fade-up:nth-child(3) { transition-delay: 0.9s; }
.fade-up:nth-child(4) { transition-delay: 1.2s; }
.fade-up:nth-child(5) { transition-delay: 1.5s; }
.fade-up:nth-child(6) { transition-delay: 1.8s; }

.chdv2_fp_learn_more {
    // animation: vertical-shaking 1s linear infinite;
}
@keyframes vertical-shaking {
    0% { transform: translateY(0) }
    25% { transform: translateY(5px) }
    50% { transform: translateY(-5px) }
    75% { transform: translateY(5px) }
    100% { transform: translateY(0) }
}

.scale-up {
  scale: 0.8;
  transition: scale 1s ease;
}

.scale-up.active {
  scale: 1;
}

.transition-delay-1 { transition-delay: 0.3s; }
.transition-delay-2 { transition-delay: 0.6s; }
.transition-delay-3 { transition-delay: 0.9s; }
.transition-delay-3 { transition-delay: 1.2s; }

.btn-shadow {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.scroll-story {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.slide {
  position: absolute !important;
  inset: 0;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1s ease, transform 1s ease;
  pointer-events: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.slide.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.slide-wrapper {
  display: flex;
  align-items: center;
  gap: 4rem;
  //width: 100%;
  //max-width: 1340px;
  //margin: 0 auto !important;
}

.slide.exit-up {
  opacity: 0;
  transform: translateY(-14px);
  transition: opacity 1s ease, transform 1s ease;
}

.slide.exit-down {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1s ease, transform 1s ease;
}

.slide-thumb {
  flex: 0 0 auto;
  width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-body {
  flex: 1;
}

.slide-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0 !important;
}

.slide-text {
  font-size: 16px;
  color: #fff;
  max-width: 400px;
}

@media (max-width: 600px) {
  .slide-wrapper {
    padding: 0 20px;
    gap: 2rem;
  }

  .slide-thumb {
    width: 120px;
  }

  .slide-title {
    font-size: 18px;
  }

  .slide-text {
    font-size: 14px;
  }
}

#is_dt02vh {
  background-image: url("/images/internal-specialty/bgtile2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#is_md04v {
  background-image: url("/images/internal-specialty/bgtile5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#is_dt02v {
  background-image: url("/images/internal-specialty/bgtile4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slide .view_drive {
  text-align: center;
  background-image: url(/images/consumer-hdd-internal/learn_more_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 25px;
  position: relative;
  padding: 5px 0 3px;
  display: inline-block;
  min-width: 160px;
  text-decoration: none;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

#spec-container-csc .chdv2_fp_block {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

#spec-container-csc .chdv2_fp_block:hover {
  scale: 1.05;
}

.scroll-story {
  height: 500px;
  background: url(/images/enterprise-hdd/landing-bg.jpg);
  background-size: cover;
}

.use-case-block:hover {
  scale: 1.05;
}

.use-case_learnmore {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.product-banner, .product-banner > img {
  object-fit: cover;
}
.product-banner.switch-banner .drive_image img {
    position: absolute;
    right: 0;
    top: 50px;
    // width: 35%;
	max-width: 500px;
}

.product-banner__content {
   max-width: 1340px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
}

.product-banner .content p {
    font-family: "HelveticaNeueLTStd-Roman", Arial;
    font-size: 20px;
    line-height: 1.3;
}
.product-banner .content .wtb_button a {
  text-decoration: none;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.text-black {
	color: #000 !important;
}

.text-white {
	color: #fff !important;
}