.elementor-kit-7{--e-global-color-primary:#FAFAFA;--e-global-color-secondary:#F49370;--e-global-color-text:#183A46;--e-global-color-accent:#EE7959;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:3.6em;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:1.6em;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Poppins;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.faded-carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px 0;
}

.faded-carousel-wrapper::before,
.faded-carousel-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, #fafafa, transparent);
}

.faded-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #fafafa, transparent);
}

.faded-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #fafafa, transparent);
}

.faded-carousel {
  overflow: hidden;
  width: 100%;
  background-color: #fafafa;
}

.carousel-track {
  display: flex;
  gap: 20px;
  will-change: transform;
  background-color: #fafafa;
}

.carousel-item {
  flex-shrink: 0;
  width: 280px;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  
  transform: rotate(-1.5deg);
  transition: transform 0.3s ease;
}

.carousel-item:nth-child(even) {
  transform: rotate(1.5deg);
}

.carousel-item:hover {
  transform: rotate(0deg) scale(1.03);
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.si-section {
  background: #f0f2f5;
  border-radius: 28px;
  padding: 30px 20px;
  max-width: 1100px;
  margin: 0 auto;
  border: 1.5px solid #dde1e7;
  position: relative;
  ;
}

/* --- Top bar --- */
.si-topbar {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.si-badge {
  width: 46px;
  height: 46px;
  background: #FF6B35;
  color: white;
  font-size: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255,107,53,0.35);
  position: absolute;
  top: -18px;
  left: -18px;
}

.si-brand {
  font-size: 20px;
  font-weight: 700;
  color: #FF6B35;
  white-space: nowrap;
}

.si-divider {
  width: 2px;
  height: 50px;
  background: #ccc;
  flex-shrink: 0;
}

.si-desc {
  flex: 1;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.si-btn {
  background: #FF6B35;
  color: black;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}

.si-btn:hover {
  background: #e05520;
}

/* --- Carousel layout --- */
.si-carousel-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* --- Peek panels --- */
.si-peek {
  width: 170px;
  flex-shrink: 0;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0.5;
  filter: blur(1px);
}

.si-peek img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Main slider --- */
.si-slider {
  flex: 1;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  height: 420px;
}

.si-slides {
  width: 100%;
  height: 100%;
}

.si-slide {
  display: none;
  width: 100%;
  height: 100%;
}

.si-slide.active {
  display: block;
}

.si-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- Label --- */
.si-label {
  position: absolute;
  bottom: 48px;
  right: 20px;
  background: rgba(255,255,255,0.85);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #222;
}

/* --- Dots --- */
.si-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.si-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background 0.2s;
}

.si-dot.active {
  background: white;
}

/* --- Responsive --- */
@media (max-width: 768px) {

  .si-peek { display: none; }

  .si-topbar { flex-direction: column; align-items: flex-start; }

  .si-btn { width: 100%; text-align: center; }



  /* Make each card full width */

  .carousel-item {

    width: calc(100vw - 60px);

    height: 260px;

  }

  /* Remove rotation on mobile — looks odd at full width */

  .carousel-item,

  .carousel-item:nth-child(even) {

    transform: rotate(0deg);

  }

  .carousel-item:hover {

    transform: scale(1.01);

  }

  /* Narrow the faded edges so they don't eat the image */

  .faded-carousel-wrapper::before,

  .faded-carousel-wrapper::after {

    width: 20px;

  }

  /* Reduce padding */

  .faded-carousel-wrapper {

    padding: 20px 0;

  }

  /* Hide peek panels */

  .si-peek {

    display: none;

  }

  /* Full width slider */

  .si-slider {

    height: 280px;

  }

  /* Topbar stacks vertically */

  .si-topbar {

    flex-direction: column;

    align-items: flex-start;

  }

  .si-btn {

    width: 100%;

    text-align: center;

  }

  /* Section padding tighter */

  .si-section {

    padding: 20px 12px;

    border-radius: 18px;

  }

}/* End custom CSS */