/* =======================
   TESTIMONIALS SLIDER
   ======================= */
.testimonial-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 50px;
}

.testimonial-slider-container {
  overflow: hidden;
  border-radius: 16px;
}

.testimonial-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-slide {
  flex: 0 0 100%;
  padding: 0 10px;
}

.testimonial-slide .box {
  background: white;
  border-radius: 24px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border: 1px solid #f0f0f0;
}

.testimonial-slide .box:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.testimonial-slide p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a5568;
}

.testimonial-slide .has-text-primary {
  color: #3b82f6;
}

.testimonial-prev,
.testimonial-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-prev:hover,
.testimonial-next:hover {
  background: #3b82f6;
  border-color: #3b82f6;
  transform: translateY(-50%) scale(1.05);
}

.testimonial-prev:hover i,
.testimonial-next:hover i {
  color: white;
}

.testimonial-prev i,
.testimonial-next i {
  font-size: 1.2rem;
  color: #2d3748;
  transition: color 0.2s ease;
}

.testimonial-prev {
  left: -10px;
}

.testimonial-next {
  right: -10px;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cbd5e1;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  padding: 0;
}

.testimonial-dot.active {
  width: 28px;
  border-radius: 12px;
  background-color: #3b82f6;
}

.testimonial-dot:hover {
  background-color: #3b82f6;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .testimonial-wrapper {
    padding: 0 30px;
  }
  .testimonial-prev {
    left: -8px;
  }
  .testimonial-next {
    right: -8px;
  }
  .testimonial-prev,
  .testimonial-next {
    width: 36px;
    height: 36px;
  }
  .testimonial-slide .box {
    padding: 24px;
  }
  .testimonial-slide p {
    font-size: 1rem;
  }
}
.slider {
    position: relative;
  }
  .slider-wrapper {
    display: flex;
    overflow: hidden;
  }
  .slider-item {
    min-width: 100%;
    transition: transform 0.5s ease;
  }






 .cookie-banner {
            position: fixed;
            bottom: 10px;
            right: 10px;
            width: 300px;
            background-color: #444;
            color: #fff;
            padding: 20px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            border-radius: 8px;
            box-sizing: border-box;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
        }
        .cookie-banner.show {
            opacity: 1;
        }
        .cookie-banner p {
            margin: 0;
            margin-bottom: 10px;
            font-size: 14px;
        }
        .cookie-banner button {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }
        .cookie-banner button:hover {
            background-color: #0056b3;
        }
* {
    background-size: cover;
    background-position: center center;
}
body {
	margin: 0px;
}
