/* Life at Walkwel Page */

html.dark-theme-html .mt-4.rounded-2xl.bg-white.border {
  background-color: #1a1a1a !important;
  border-color: #404040 !important;
}

.modern-btn {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: black;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.modern-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.modern-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.chatbot-widget {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.chatbot-window {
  width: 400px;
  max-width: 95vw;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(47, 63, 147, 0.18);
  overflow: hidden;
  display: none;
  flex-direction: column;
  margin-bottom: 12px;
}

.slider-container {
  overflow: visible;
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-track {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide {
  position: absolute;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.slide img {
  border-radius: 46.55px;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  object-fit: cover;
}

.slide.center {
  z-index: 10;
  transform: translateX(0) scale(1);
}

.slide.layer-1-left {
  z-index: 9;
  transform: translateX(-130px) scale(0.85);
  opacity: 0.9;
}

.slide.layer-1-right {
  z-index: 9;
  transform: translateX(130px) scale(0.85);
  opacity: 0.9;
}

.slide.layer-2-left {
  z-index: 8;
  transform: translateX(-260px) scale(0.7);
  opacity: 0.7;
}

.slide.layer-2-right {
  z-index: 8;
  transform: translateX(260px) scale(0.7);
  opacity: 0.7;
}

.slide.layer-3-left {
  z-index: 7;
  transform: translateX(-620px) scale(0.55);
  opacity: 0.5;
}

.slide.layer-3-right {
  z-index: 7;
  transform: translateX(620px) scale(0.55);
  opacity: 0.5;
}

.slide.hidden {
  z-index: 1;
  transform: scale(0.4);
  opacity: 0;
  pointer-events: none;
}

.nav-button.prev {
  display: none;
  left: 20px;
}

.nav-button.next {
  right: 20px;
  display: none;
}

.banner {
  overflow: hidden;
  transform: scale(0.2);
  animation: zoomIn 1s ease-in-out forwards;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@keyframes zoomIn {
  from {
    transform: scale(0.2);
  }

  to {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .slide img {
    border-radius: 20px;
  }

  .slider-container {
    height: 300px;
  }

  .slide.center img {
    width: 80%;
    max-width: 320px;
    height: auto;
  }

  .slide.layer-1-left {
    transform: translateX(-20%) scale(0.8);
  }

  .slide.layer-1-right {
    transform: translateX(20%) scale(0.8);
  }

  .slide.layer-1-left img,
  .slide.layer-1-right img {
    width: 70%;
    max-width: 280px;
    height: auto;
  }

  .slide.layer-2-left {
    transform: translateX(-35%) scale(0.6);
  }

  .slide.layer-2-right {
    transform: translateX(35%) scale(0.6);
  }

  .slide.layer-2-left img,
  .slide.layer-2-right img {
    width: 60%;
    max-width: 240px;
    height: auto;
  }

  .slide.layer-3-left,
  .slide.layer-3-right {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .image-box {
    height: 100px;
  }

  .image-box.selected {
    height: 300px;
  }

  .image-box img {
    filter: grayscale(100%);
    transition: all 0.5s ease;
  }

  .image-box.selected img {
    filter: grayscale(0%);
  }

  .star_logo {
    display: none;
  }
}

@media (max-width: 480px) {
  .slider-container {
    height: 250px;
  }

  .slide.center img {
    width: 80%;
    max-width: 280px;
    height: auto;
  }

  .slide.layer-1-left {
    transform: translateX(-24%) scale(0.7);
  }

  .slide.layer-1-right {
    transform: translateX(24%) scale(0.7);
  }

  .slide.layer-1-left img,
  .slide.layer-1-right img {
    width: 65%;
    max-width: 240px;
    height: auto;
  }

  .slide.layer-2-left,
  .slide.layer-2-right,
  .slide.layer-3-left,
  .slide.layer-3-right {
    opacity: 0;
    pointer-events: none;
  }
}

@media (min-width: 1120px) and (max-width: 1401px) {
  .banner-img,
  .home-base-img {
    height: 420px;
  }

  .drives-img {
    height: 350px;
  }

  .home-base-img img {
    object-fit: cover;
    object-position: bottom;
  }

  .team-slide-1,
  .team-slide-2,
  .team-slide-3,
  .team-slide-4,
  .team-slide-5 {
    height: 360px;
  }

  .slider-code {
    height: 480px;
  }

  .home-base-section {
    height: 380px;
  }

  .fs-6xl {
    font-size: 52px !important;
  }

  .fs-lg-medium {
    font-size: 18px !important;
  }

  .fs-lg-semibold {
    font-size: 18px !important;
  }

  .fs-base-medium {
    font-size: 18px !important;
  }
}

@media (min-width: 1400px) {
  .fs-lg-medium {
    font-size: 24px !important;
  }

  .fs-6xl {
    font-size: 60px;
    line-height: 120%;
    font-weight: 600;
  }

  .fs-sm-semibold {
    font-size: 18px;
  }
}

@media (min-width: 320px) and (max-width: 426px) {
  .fs-lg-medium {
    font-size: 18px !important;
  }

  .fs-lg-semibold {
    font-size: 18px !important;
  }

  .fs-base-medium {
    font-size: 16px !important;
  }

  .fs-6xl {
    font-size: 28px !important;
  }
}

@media (min-width: 426px) and (max-width: 769px) {
  .fs-6xl {
    font-size: 35px !important;
  }

  .fs-lg-medium {
    font-size: 20px !important;
  }

  .fs-lg-semibold {
    font-size: 20px !important;
  }

  .fs-base-medium {
    font-size: 18px !important;
  }
}

@media (min-width: 769px) and (max-width: 1120px) {
  .fs-6xl {
    font-size: 45px !important;
  }

  .fs-lg-medium {
    font-size: 20px !important;
  }

  .fs-lg-semibold {
    font-size: 20px !important;
  }

  .fs-base-medium {
    font-size: 18px !important;
  }
}
