

.clemo-slider-container {
  position: relative;
  /* width: 99vw; */
  height: 95vh;
  margin: 0 auto;
  /* border-radius: 20px; */
  overflow: hidden;
  background-color: var(--background-color, #000);
  transition: opacity 0.3s ease;
  opacity: var(--slider-opacity, 1);
  margin-top: 100px;;
}

.clemo-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.clemo-single-home-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.clemo-home-overlay {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  /* border-radius: 20px; */
}

.clemo-home-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  /* border-radius: 20px; */
}


.clemo-main-home {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;   /* 👈 switch to flex-end if you want right */
  align-items: center;           /* ✅ centers vertically */
  width: 100%;
  height: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  pointer-events: none;
  transform: none !important;
}

.clemo-main-home-content {
  background: var(--background-color, #fff);
  padding: 40px 30px;
  border-radius: 20px;
  max-width: 500px;
  /* height: 50%; */
  width: fit-content;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-align: left;
  pointer-events: auto;
  z-index: 99;
  opacity: .8;
}

/* === HEADLINE STYLING === */
.clemo-main-home h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--dark-background-color, #333);
  text-shadow: none;
  line-height: 1.2;
}

.clemo-main-home h1 span {
  color: var(--accent-color, #f4b400);
}

.clemo-main-home h2 {
  font-size: 2rem;
  font-weight: 400;
  color: var(--dark-background-color, #333);
  text-shadow: none;
  margin: 0 0 20px 0;
}

.clemo-separator {
  width: 50px;
  height: 2px;
 color: var(--accent-color, #f4b400);
  margin: 20px 0;
}

.clemo-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* === BUTTONS === */
.clemo-home-btn {
  margin-top: 20px;

}

.clemo-home-btn .clemo-btn {
  background-color: var(--button-color, #f4b400);
  color: var(--dark-background-color, #000);
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 1rem;
  text-transform: none;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
   margin-right: 20px;
}

.clemo-home-btn .clemo-btn:hover {
  background-color: var(--dark-background-color, #333);
  color: var(--accent-color, #f4b400);
}

.clemo-btn-outline {
  background-color: transparent;
  color: var(--accent-color, #f4b400);;
  font-weight: 600;
  padding: 14px 24px;
  border: 2px solid var(--accent-color, #f4b400);;
  border-radius: 50px;
  font-size: 1rem;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.clemo-btn-outline:hover {
  background-color: var(--accent-color, #f4b400);;
  color: var(--dark-background-color, #000);
}

/* === HIDE SCROLL ICON === */
.mouse-scroll {
  display: none;
}

/* === SLIDER NAVIGATION MOVED TO BOTTOM CENTER === */
.clemo-slider-navigation {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  gap: 12px;
  z-index: 10;
}

.clemo-nav-item {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.clemo-nav-item.clemo-active {
  background-color: transparent;
  border-color: #fff;
}

.clemo-nav-item.line-style {
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}

/* === NAVIGATION BUTTONS (NEXT/PREV) === */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  background: transparent;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M11.354 1.354a.5.5 0 0 1 0 .707L5.707 7.707l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path d='M4.646 1.354a.5.5 0 0 0 0 .707L10.293 7.707 4.646 13.354a.5.5 0 1 0 .708.708l6-6a.5.5 0 0 0 0-.708l-6-6a.5.5 0 0 0-.708 0z'/></svg>");
}

.visually-hidden{
  display: none;
  visibility: hidden;
}

/* === RESPONSIVE STYLES === */
@media (max-width: 768px) {
  .clemo-main-home {
    justify-content: center !important;
    padding: 20px;
  }
  .clemo-separator{
    display: none;
  }

  .clemo-main-home-content {
    padding: 20px;
    max-width: 90%;
    max-height: 40%;
    opacity: .7;
    position: absolute;
    bottom: 10%;

  }

  .clemo-main-home-content h1 {
    font-size: 1.2rem;
  }
  .clemo-main-home-content h2 {
    font-size: 1rem;
  }

  .clemo-main-home h1 {
    font-size: 1.2rem !important;
  }

  .clemo-main-home h2 {
    font-size: 1.2rem;
  }

  .clemo-subtitle {
    font-size: 0.95rem !important;
  }

  .clemo-main-home-content .clemo-btn {
    font-size: 0.75rem;
    padding: 8px 15px;
    /* display: none; */
  }

  .clemon-main-home-content .clemo-btn-outline {
    font-size: 0.75rem;
    padding: 8px 15px;
    /* display: none; */
  }

.clemo-btn-outline{
    font-size: 0.75rem;
    padding: 8px 15px;
  }

  .clemo-home-btn{
        font-size: 0.75rem;
    padding: 8px 15px;
    /* display: none; */
  }

  .clemo-btn {
    font-size: 0.75rem;
    padding: 8px 15px;

  }
}
