@font-face {
  font-family: mortned;
  src: url(./mortend/ttf/mortend-mortend-extra-bold-800.ttf);
}
body {
  font-family: mortned;
}

button:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
}
@keyframes shine {
  0% {
    left: -100px;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

button:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  animation: shine 3s infinite linear; /* Animation */
}

button {
  border-radius: 1px;
  padding: 5px 20px;
  background: #00ffb3;
  position: relative;
  overflow: hidden;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-10-25 1:21:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}

.shake-vertical {
  -webkit-animation: shake-vertical 15s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    infinite both;
  animation: shake-vertical 15s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
    both;
}

/* Swiper Carousel Styling */
.stepSwiper {
  width: 100%;
  height: auto;
  padding: 20px 0;
  position: relative; /* Ensure nav/pagination are positioned within this container */
}

.stepSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
  padding: 10px !important;

  flex-shrink: 0;
}

.stepSwiper .swiper-slide img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease;
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.stepSwiper .swiper-slide img:hover {
  transform: scale(1.02);
}

/* Swiper Navigation Buttons */
.stepSwiper .swiper-button-next,
.stepSwiper .swiper-button-prev {
  color: #ff6b35;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.stepSwiper .swiper-button-next:hover,
.stepSwiper .swiper-button-prev:hover {
  background: #ff6b35;
  color: white;
  transform: scale(1.1);
}

.stepSwiper .swiper-button-next:after,
.stepSwiper .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

/* Swiper Pagination */
.stepSwiper .swiper-pagination {
  bottom: -10px;
}

.stepSwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.stepSwiper .swiper-pagination-bullet-active {
  background: #ff6b35;
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .stepSwiper .swiper-button-next,
  .stepSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .stepSwiper .swiper-button-next:after,
  .stepSwiper .swiper-button-prev:after {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
}

/* Banner Carousel Styling */
.banner-carousel-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.bannerSwiper {
  width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.bannerSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
  padding: 0 !important;
  flex-shrink: 0;
}

.bannerSwiper .swiper-slide .banner-image {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 15px;
}

/* Increase banner image height on larger screens */
@media (min-width: 640px) { /* sm and above */
  .bannerSwiper .swiper-slide .banner-image {
    max-height: 560px;
  }
}
@media (min-width: 1024px) { /* lg and above */
  .bannerSwiper .swiper-slide .banner-image {
    max-height: 640px;
  }
}

.bannerSwiper .swiper-slide .banner-image:hover {
  transform: scale(1.02);
}

/* Banner Navigation Buttons */
.bannerSwiper .banner-next,
.bannerSwiper .banner-prev {
  color: #ffffff;
  background: rgba(255, 107, 53, 0.8);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.bannerSwiper .banner-next:hover,
.bannerSwiper .banner-prev:hover {
  background: rgba(255, 107, 53, 1);
  color: white;
  transform: scale(1.1);
}

.bannerSwiper .banner-next:after,
.bannerSwiper .banner-prev:after {
  font-size: 24px;
  font-weight: bold;
}

/* Banner Pagination */
.bannerSwiper .banner-pagination {
  bottom: 15px;
}

.bannerSwiper .banner-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  width: 15px;
  height: 15px;
  margin: 0 8px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.bannerSwiper .banner-pagination .swiper-pagination-bullet-active {
  background: #ff6b35;
  transform: scale(1.3);
}

/* Responsive Design for Banner Carousel */
@media (max-width: 768px) {
  .banner-carousel-container {
    padding: 0 10px;
  }

  .bannerSwiper .banner-next,
  .bannerSwiper .banner-prev {
    display: none;
  }

  .bannerSwiper .swiper-slide .banner-image {
    max-height: 200px;
    object-fit: contain;
    width: 100%;
  }
}

/* Clickable elements styles */
[data-clickable="true"] {
  cursor: pointer !important;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

[data-clickable="true"]:hover {
  transform: scale(1.02);
  opacity: 0.9;
}

[data-clickable="true"]:active {
  transform: scale(0.98);
}

/* Make all clickable images have pointer cursor */
img[data-clickable="true"] {
  cursor: pointer !important;
}

/* Make all clickable text elements have pointer cursor */
h1[data-clickable="true"],
h2[data-clickable="true"],
h3[data-clickable="true"],
span[data-clickable="true"],
div[data-clickable="true"] {
  cursor: pointer !important;
}

@media (max-width: 480px) {
  .bannerSwiper .banner-next,
  .bannerSwiper .banner-prev {
    display: none;
  }

  .bannerSwiper .swiper-slide .banner-image {
    max-height: 220px;
    object-fit: contain;
    width: 100%;
  }
}

/* Chat Icon Styling */
.chat-icon-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
}

/* Remove global button shine effect for chat icon only */
.chat-icon-button:before {
    content: none !important;
    animation: none !important;
}

.chat-icon-button:hover {
  transform: scale(1.1);
}





/* Pulse animation for chat icon */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 107, 53, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 107, 53, 0);
  }
}

.chat-icon-button > div {
  
}

/* Responsive chat icon */
@media (max-width: 768px) {
  .chat-icon-button > div {
    width: 5rem;
    height: 5rem;
  }

  .chat-icon-button img {
    width: 5rem;
    height: 4rem;
  }
}

/* Larger chat icon on desktop */
@media (min-width: 1024px) {
  .chat-icon-button > div {
    width: 8rem;
    height: 7rem;
  }
  .chat-icon-button img {
    width: 8rem;
    height: 7rem;
  }
}
