@charset "utf-8";
/* CSS Document */
/*     body {
    background-color: var(--jollyhero-bg-dark);
    
      font-family: 'Plus Jakarta Sans', sans-serif;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0;
      padding: 0;
    }*/

    /* Core Carousel Item Structure */
    .jollyhero-custom-carousel-section {
      position: relative; width:100%;
      overflow: hidden;
      border-radius: 20px;
     /* background-color: var(--jollyhero-bg-dark-card);*/
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    }

    /* Responsive Flex Container per Slide */
    .jollyhero-slide-wrapper {
	background: url(../images/sl1-bg.jpg) no-repeat left top; display: contain;
      display: flex;
      flex-direction: column; /* Mobile: image first, text below */
      min-height: auto;
    }

    /* Slide Image Container */
    .jollyhero-slide-image-container {
      width: 100%;
      height: 320px;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    /* Subtle overlay for mobile (fade from image to content) */
    .jollyhero-slide-image-container::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
/*background: linear-gradient(45deg, rgba(8, 16, 34, 0) 60%, var(--jollyhero-bg-dark-card) 100%); */
      pointer-events: none;
    }

    /* Slide Content Container */
    .jollyhero-slide-content-container {
      padding: 2.5rem 1.5rem 1rem 1.5rem;
	
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 2;
    }

    /* Pre-title Design */
    .jollyhero-pre-title-wrapper {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 1.25rem;
    }

    .jollyhero-accent-line {
      width: 35px;
      height: 2px;
      background-color: var(--jollyhero-accent-cyan);
      display: inline-block;
      box-shadow: 0 0 10px var(--jollyhero-accent-cyan-glow);
    }

    .jollyhero-pre-title {
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      color: var(--jollyhero-accent-cyan);
      text-transform: uppercase;
    }

    /* Main Headline style */
    .jollyhero-slide-title {
      font-size: 2.2rem; --uniqo-heading-font: "inter", serif !important;
      font-weight: 800;	
      line-height: 1.25;
    /*  letter-spacing: -0.02em;*/
      margin-bottom: 1.25rem;
    }

    .jollyhero-text-cyan-glow {
      color: #ef2e50;
    /*  background: linear-gradient(to right, #38bdf8, #0ea5e9);*/
      -webkit-background-clip: text;
     /* -webkit-text-fill-color: transparent;*/
      position: relative; color:#ef2e50;
      display: inline-block;
    }
    
    .jollyhero-text-cyan-glow::after {
      content: attr(data-text);
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
     /* background: linear-gradient(to right, #38bdf8, #0ea5e9);*/
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      filter: blur(12px);
      opacity: 0.8;
    }

    .jollyhero-slide-description {
      color: var(--jollyhero-text-muted);
      font-size: 0.95rem;
      line-height: 1.6;
      margin-bottom: 1.5rem;
    }

    /* Global Controls Panel (Arrow keys + dynamic progress bar) */
    .jollyhero-global-controls-container {
      background-color: var(--jollyhero-bg-dark-card);
      padding: 0 1.5rem 2.5rem 1.5rem;
      z-index: 10;
    }

    .jollyhero-controls-panel {
      display: flex;
      align-items: center;
      gap: 1.5rem;
    }

    .jollyhero-nav-arrow-btn {
      width: 48px;


      height: 48px;
      border-radius: 50%;
      border: 1px solid #ef2e50;
      background-color: rgba(255, 255, 255, 0.03);
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .jollyhero-nav-arrow-btn:hover {
      background-color: var(--jollyhero-accent-cyan);
      border-color: var(--jollyhero-accent-cyan);
      color: var(--jollyhero-bg-dark);
      box-shadow: 0 0 15px var(--jollyhero-accent-cyan-glow);
    }
	.bi-arrow-right::before {
  content: "\f138";
}
.bi::before, {
color:#000;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

    /* Custom Progress Bar Indicator */
    .jollyhero-slider-progress-wrapper {
      display: flex;
      align-items: center;
      gap: 1rem;
      flex-grow: 1;
      max-width: 250px;
    }

    .jollyhero-slider-progress-track {
      height: 4px;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 2px;
      flex-grow: 1;
      position: relative;
      overflow: hidden;
    }

    .jollyhero-slider-progress-bar {
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      width: 33.33%;
      background-color: var(--jollyhero-accent-cyan);
      box-shadow: 0 0 8px var(--jollyhero-accent-cyan-glow);
      transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .jollyhero-slider-counter {
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      color: var(--jollyhero-text-muted);
    }


@media (max-width: 768px) {

  .jollyhero-slide-title {
        font-size:1.6rem;
        line-height: 1.35;
        margin-bottom: 1.50rem;
      }

}

    /* DESKTOP RESPONSIVE LAYOUT (Large breakpoint and up) */
    @media (min-width: 992px) {
      .jollyhero-custom-carousel-section {
        min-height:550px; 
      }

      /* Desktop: Left side Content, Right side Image. */
      .jollyhero-slide-wrapper {
        flex-direction: row-reverse;
        min-height: 550px;
      }

      /* Desktop: Image column takes exactly 45% on the right */
      .jollyhero-slide-image-container {
        width:60%;
        height: auto;
        min-height: 550px;
      }

      /* Desktop: Smooth inner fade on the left edge of the image to blend into dark card background */
      .jollyhero-slide-image-container::after {
/* background: linear-gradient(65deg, var(--jollyhero-bg-dark-card) 0%, rgba(8, 16, 34, 0) 12%);*/
      }

      /* Desktop: Content column takes exactly 55% on the left */
      .jollyhero-slide-content-container {
        width: 40%;
        padding: 5rem 4rem 8.5rem 5rem; /* Extra bottom padding leaves perfect space for absolute controls */
      }

      .jollyhero-slide-title {
        font-size:2.2rem;
        line-height: 1.35;
        margin-bottom: 1.50rem;
      }

      .jollyhero-slide-description {
        font-size: 1.05rem;
        max-width: 520px;
        margin-bottom: 0;
      }

      /* Position the slider controls absolutely at the bottom left under the content */
      .jollyhero-global-controls-container {
        position: absolute;
        bottom: 3.5rem;
        left: 5rem;
        width: calc(55% - 5rem);
        padding: 0;
        background-color: transparent;
      }
    }

    /* Fallback and demo details styling */
    .jollyhero-demo-header {
      text-align: center;
      margin-bottom: 2rem;
    }
	
	
	/* Left Arrow */
.fa-arrow-left {
    font-size: 24px;
    color: #000;
}

/* Right Arrow */
.fa-arrow-right {
    font-size: 24px;
    color: #000;
}

