.esshin-showcase .parallax-slider {
  position: relative;
}

.esshin-showcase .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* min-height: 100vh; */
  min-height: 75vh;
  padding: 0px 0;
}

.esshin-showcase .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.esshin-showcase .parallax-slider .swiper-slide .video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.esshin-showcase .parallax-slider .swiper-slide .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.esshin-showcase .parallax-slider .swiper-slide-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: 99;
}

.esshin-showcase .parallax-slider .swiper-slide-active .caption .thin,
.esshin-showcase .parallax-slider .swiper-slide-active .caption .btn-curve,
.esshin-showcase .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.esshin-showcase .parallax-slider .caption h1 {
  font-size: 100px;
}
.esshin-showcase .parallax-slider .caption h1 span {
  line-height: 1;
}

.esshin-showcase .parallax-slider .caption .cal-act {
  position: relative;
}

.esshin-showcase .parallax-slider .caption p {
  color: #eee;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.esshin-showcase .swiper-controls {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.esshin-showcase .swiper-controls .swiper-button-prev,
.esshin-showcase .swiper-controls .swiper-button-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: auto;
  color: #fff;
  z-index: 9;
}

.esshin-showcase .swiper-controls .swiper-button-prev:after,
.esshin-showcase .swiper-controls .swiper-button-next:after {
  display: none;
}

.esshin-showcase .swiper-controls .swiper-button-prev span,
.esshin-showcase .swiper-controls .swiper-button-next span {
  white-space: nowrap;
}

.esshin-showcase .swiper-controls .swiper-button-prev {
  left: 120px;
}

.esshin-showcase .swiper-controls .swiper-button-prev i {
  margin-right: 25px;
}

.esshin-showcase .swiper-controls .swiper-button-next {
  right: 120px;
}

.esshin-showcase .swiper-controls .swiper-button-next i {
  margin-left: 25px;
}

.esshin-showcase .swiper-pagination {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.esshin-showcase .swiper-pagination-bullet {
  background: transparent;
  /* margin: 0 10px !important; */
  margin: 0 5px !important;
}

.esshin-showcase .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash linear 10s;
  animation: dash linear 10s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
}

.esshin-showcase .path {
  display: none;
}
@media screen and (max-width: 992px) {
  .esshin-showcase .parallax-slider .caption h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .esshin-showcase .swiper-controls .swiper-button-next,
  .carousel-slider .swiper-controls .swiper-button-next,
  .half-slider .swiper-controls .swiper-button-next {
    right: 50px;
  }
  .esshin-showcase .swiper-controls .swiper-button-prev,
  .carousel-slider .swiper-controls .swiper-button-prev,
  .half-slider .swiper-controls .swiper-button-prev {
    left: 50px;
  }
  .esshin-showcase .swiper-pagination,
  .carousel-slider .swiper-pagination,
  .half-slider .swiper-pagination {
    display: none;
  }
  .esshin-showcase .parallax-slider .caption h1 {
    font-size: 40px;
  }
}

/* New Slider */

/* Modern Hero Slider Base */
.modern-hero-slider {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.modern-hero-slider .bg-img.mbg::before {
  /* background: linear-gradient(
    135deg,
    rgba(6, 95, 70, 0.9) 0%,
    rgba(4, 120, 87, 0.8) 40%,
    rgba(16, 185, 129, 0.7) 100%
  ); */
  background: linear-gradient(45deg, black 55%, transparent);
  z-index: 1;
}

/* Hero Effects */
.hero-effects {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.floating-shapes {
  position: relative;
  width: 100%;
  height: 100%;
}

.shape {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: floatAnimation 12s ease-in-out infinite;
}

.shape-1 {
  width: 120px;
  height: 120px;
  top: 20%;
  right: 15%;
  animation-delay: 0s;
}

.shape-2 {
  width: 80px;
  height: 80px;
  top: 60%;
  right: 8%;
  animation-delay: 4s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 10%;
  animation-delay: 8s;
}

.pulse-dots .dot {
  position: absolute;
  width: 8px;
  height: 8px;
  /* background: #10b981; */
  background: #ffffff99;
  border-radius: 50%;
  animation: pulseGlow 4s ease-in-out infinite;
}

.dot-1 {
  /* top: 25%;
  left: 20%; */
  top: 18%;
  left: 10%;
  animation-delay: 0s;
}

.dot-2 {
  /* top: 70%;
  right: 25%; */
  top: 55%;
  right: 30%;
  animation-delay: 2s;
}

/* Modern Content Styles */
.modern-content {
  position: relative;
  z-index: 10;
  padding-top: 2rem;
}

/* Innovation Badge */
.innovation-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  padding: 0.875rem 2rem;
  /* margin-bottom: 2.5rem; */
  margin-bottom: 15px;
  animation: slideDown 1s ease-out 0.2s both;
}

.badge-icon {
  font-size: 1.25rem;
  color: #10b981;
}

.badge-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* Hero Title */
.hero-title {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  animation: slideLeft 1s ease-out 0.4s both;
}

.title-line {
  display: block;
  color: #ffffff;
  /* margin-bottom: 0.5rem; */
}

.title-highlight {
  display: block;
  /* background: linear-gradient(135deg, #10b981 0%, #34d399 70%, #6ee7b7 100%); */
  /* background: springgreen; */
  font-weight: 500 !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  background: #fff;
  /* background: linear-gradient(to top, #4481eb 0%, #04befe 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Hero Subtitle */
.hero-subtitle {
  font-size: 25px;
  font-weight: 400;
  color: #d1fae5;
  /* margin-bottom: 2rem; */
  margin-bottom: 25px;
  letter-spacing: 0.3px;
  animation: slideLeft 1s ease-out 0.6s both;
}

/* Description */
.hero-description {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  /* margin-bottom: 2.5rem; */
  margin: 0 !important;
  margin-bottom: 25px;
  max-width: 750px;
  animation: fadeUp 1s ease-out 0.8s both;
}

/* Achievement Stats */
.achievement-stats {
  display: flex;
  grid-gap: 15px;
  margin: 15px 0px;
  /* margin-bottom: 0px; */
  /* gap: 2rem; */
  /* margin: 2.5rem 0; */
  flex-wrap: wrap;
  animation: fadeUp 1s ease-out 1s both;
}

.stat-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(35px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 1.5rem 2rem;
  text-align: center;
  min-width: 160px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(16, 185, 129, 0.1),
    transparent
  );
  transition: left 0.6s ease;
}

.stat-card:hover::before {
  left: 100%;
}

.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.2);
}

.stat-value {
  font-size: 2.25rem;
  font-weight: 800;
  /* color: #10b981; */
  /* color: springgreen; */
  line-height: 1;
  margin-bottom: 0.5rem;
  background: #fff;
  /* background: linear-gradient(to top, #4481eb 0%, #04befe 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

/* Commitment Text */
.hero-commitment {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 3rem;
  max-width: 750px;
  animation: fadeUp 1s ease-out 1.4s both;
}

/* Call to Action */
.hero-cta {
  animation: slideUp 1s ease-out 1.6s both;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* background: linear-gradient(135deg, #10b981 0%, #059669 100%); */
  /* background: #392b83; */
  /* background: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%); */
  background: #ac0000;
  color: #ffffff;
  /* padding: 1.25rem 2.5rem; */
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* box-shadow: 0 12px 35px rgba(16, 185, 129, 0.3); */
  position: relative;
  overflow: hidden;
}

.primary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.primary-btn:hover::before {
  left: 100%;
}

.primary-btn:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4); */
  /* background: linear-gradient(135deg, #054996 0%, #041978 100%); */
  background: #000;
}

.btn-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.primary-btn:hover .btn-arrow {
  transform: translateX(6px);
}

/* Enhanced Navigation */
.modern-nav .swiper-nav-ctrl {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.modern-nav .swiper-nav-ctrl:hover {
  background: rgba(16, 185, 129, 0.9);
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

.nav-content {
  color: #ffffff;
  font-size: 1.25rem;
}

/* Modern Pagination */
/* .modern-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: all 0.3s ease;
}

.modern-pagination .swiper-pagination-bullet-active {
  background: #10b981;
  transform: scale(1.3);
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.5);
} */

/* Animations */
@keyframes floatAnimation {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-30px) rotate(90deg);
  }
  50% {
    transform: translateY(-15px) rotate(180deg);
  }
  75% {
    transform: translateY(-25px) rotate(270deg);
  }
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 #ffffff15;
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 30px #ffffff30;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .achievement-stats {
    gap: 1.5rem;
  }
  .stat-card {
    min-width: 140px;
    padding: 1.25rem 1.75rem;
  }
}

@media (max-width: 992px) {
  .modern-content {
    padding-top: 1rem;
  }
  .hero-description,
  .hero-commitment {
    font-size: 1.125rem;
  }
  .stat-value {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .modern-content {
    text-align: center;
  }
  .achievement-stats {
    justify-content: center;
    gap: 1rem;
  }
  .stat-card {
    min-width: 130px;
    padding: 1rem 1.5rem;
  }
  .hero-description,
  .hero-commitment {
    font-size: 1rem;
  }
  .primary-btn {
    padding: 1rem 2.5rem;
    font-size: 1rem;
  }
  .floating-shapes {
    display: none;
  }
}

@media (max-width: 576px) {
  .innovation-badge {
    padding: 0.75rem 1.5rem;
  }
  .badge-text {
    font-size: 0.75rem;
  }
  .achievement-stats {
    flex-direction: column;
    align-items: center;
  }
  .stat-card {
    width: 100%;
    max-width: 280px;
  }
  .primary-btn {
    padding: 0.875rem 2rem;
  }
}

.esshin-showcase .parallax-slider .swiper-slide [data-overlay-dark]:before {
  background: linear-gradient(
    270deg,
    transparent 30%,
    rgba(172, 0, 0) 100%
  ) !important;
  /* background: #ac000050 !important; */
}

@media only screen and (max-width: 767px) {
  .esshin-showcase .parallax-slider .swiper-slide [data-overlay-dark]:before {
    background: linear-gradient(
      175deg,
      #00000050 -10%,
      rgba(172, 0, 0, 1) 100%
    ) !important;
    /* background: #00000050 !important; */
  }
}
