.elementor-49151 .elementor-element.elementor-element-3f18714{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-49151 .elementor-element.elementor-element-d3e6980 .elementor-main-swiper{height:600px;width:100%;}.elementor-49151 .elementor-element.elementor-element-d3e6980 .elementor-main-swiper .elementor-carousel-image{background-size:contain;}.elementor-49151 .elementor-element.elementor-element-d3e6980.elementor-skin-slideshow .elementor-main-swiper{margin-bottom:10px;}.elementor-49151 .elementor-element.elementor-element-d3e6980 .elementor-swiper-button{font-size:20px;}.elementor-49151 .elementor-element.elementor-element-d3e6980{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-49151 .elementor-element.elementor-element-d3e6980.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px){.elementor-49151 .elementor-element.elementor-element-d3e6980.elementor-skin-slideshow .elementor-main-swiper{margin-bottom:10px;}}@media(max-width:767px){.elementor-49151 .elementor-element.elementor-element-d3e6980.elementor-skin-slideshow .elementor-main-swiper{margin-bottom:10px;}}/* Start custom CSS for container, class: .elementor-element-3f18714 *//* ====== SECTION LAYOUT ====== */
.guides-showcase{
  --guide-accent: #b98a4a;
  --guide-accent-dark: #8f672f;
  --guide-bg: #fffaf4;
  --guide-card: #ffffff;
  --guide-text: #2b2b2b;
  --guide-muted: #6e6e6e;
  --guide-border: rgba(185, 138, 74, 0.18);
  --guide-shadow: 0 18px 50px rgba(28, 25, 23, 0.08);

  position: relative;
}

.guides-showcase .elementor-container,
.guides-showcase .e-con-inner{
  align-items: start;
}

/* якщо це контейнерна верстка Elementor */
/*.guides-showcase{*/
/*  display: grid;*/
/*  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);*/
/*  gap: 32px;*/
/*}*/

/*@media (max-width: 1024px){*/
/*  .guides-showcase{*/
/*    grid-template-columns: 1fr;*/
/*    gap: 20px;*/
/*  }*/
/*}*/

/* ====== SLIDER WRAPPER ====== */
.guides-showcase .elementor-image-carousel-wrapper,
.guides-showcase .elementor-main-swiper{
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(185,138,74,0.14), transparent 34%),
    linear-gradient(180deg, #fffdf9 0%, #fff8ef 100%);
  box-shadow: var(--guide-shadow);
  padding: 18px 18px 56px;
  border: 1px solid var(--guide-border);
}

/* ====== SLIDES ====== */
.guides-showcase .swiper-slide{
  transition: transform .35s ease, opacity .35s ease;
  opacity: .78;
}

.guides-showcase .swiper-slide-active,
.guides-showcase .swiper-slide:hover{
  opacity: 1;
  transform: translateY(-4px);
}

.guides-showcase .elementor-carousel-image{
  position: relative;
  min-height: 460px;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
  isolation: isolate;
}

.guides-showcase .elementor-carousel-image::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.05) 35%, rgba(0,0,0,0.58) 100%);
  z-index: 1;
}


/* на мобілці трохи компактніше */
@media (max-width: 767px){
  .guides-showcase .elementor-main-swiper{
    padding: 12px 12px 48px;
    border-radius: 22px;
  }

  .guides-showcase .elementor-carousel-image{
    min-height: 360px;
    border-radius: 18px;
  }

  .guides-showcase .elementor-carousel-image::after{
    left: 12px;
    right: 12px;
    bottom: 12px;
    font-size: 16px;
    padding: 12px 14px;
    border-radius: 14px;
  }
}

/* ====== NAVIGATION ====== */
.guides-showcase .elementor-swiper-button{
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(185,138,74,.18);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--guide-accent-dark);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.guides-showcase .elementor-swiper-button:hover{
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.12);
}

.guides-showcase .elementor-swiper-button i{
  font-size: 18px;
}

.guides-showcase .elementor-swiper-button-prev{
  left: 14px !important;
}

.guides-showcase .elementor-swiper-button-next{
  right: 14px !important;
}

@media (max-width: 767px){
  .guides-showcase .elementor-swiper-button{
    width: 40px;
    height: 40px;
  }
}

/* ====== PAGINATION ====== */
.guides-showcase .swiper-pagination{
  bottom: 14px !important;
}

.guides-showcase .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(185,138,74,.25);
  transition: transform .25s ease, background .25s ease;
}

.guides-showcase .swiper-pagination-bullet-active{
  background: var(--guide-accent);
  transform: scale(1.18);
}

/* ====== TEXT PANEL ====== */
.guides-showcase .guides-text{
  position: sticky;
  top: 24px;
  align-self: start;
  background: linear-gradient(180deg, #fffdf9 0%, #fff8ef 100%);
  border: 1px solid var(--guide-border);
  border-radius: 28px;
  box-shadow: var(--guide-shadow);
  padding: 24px;
  color: var(--guide-text);
  max-height: 760px;
  overflow: auto;
}

.guides-showcase .guides-text::-webkit-scrollbar{
  width: 10px;
}

.guides-showcase .guides-text::-webkit-scrollbar-thumb{
  background: rgba(185,138,74,.3);
  border-radius: 999px;
}

.guides-showcase .guides-text p{
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(185,138,74,.12);
  font-size: 15px;
  line-height: 1.65;
  color: var(--guide-text);
}

.guides-showcase .guides-text p:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}

.guides-showcase .guides-text strong{
  display: inline-block;
  color: #1f1f1f;
  font-weight: 700;
}

.guides-showcase .guides-text em{
  color: var(--guide-muted);
  font-style: normal;
}

@media (max-width: 1024px){
  .guides-showcase .guides-text{
    position: static;
    max-height: none;
    overflow: visible;
    border-radius: 22px;
    padding: 18px;
  }

  .guides-showcase .guides-text p{
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 0;
  }
}/* End custom CSS */