:root {
    --swiper-navigation-size: 1.2rem !important;
    --swiper-navigation-button-size: calc(var(--swiper-navigation-size) * 2.5);
}
/* ============ Full Page Slider ================= */
.creative-fullpage--slider{
    background-color: #ffffff;
    z-index: 2;
    width: 100%;
    position: relative;
    flex-direction: column;
    height: 60vh;
    font-size: 16px;
    display: flex;
    clip-path: none !important;
}
.creative-fullpage--slider .slider-inner {
    background: #000;
    height: 60vh;
    position: relative;
}
.creative-fullpage--slider .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    overflow: hidden;
}
.creative-fullpage--slider .swiper-slide .slider-inner img
{
    object-fit: cover;
    width: 100%;
    height: 60vh;
}
.creative-fullpage--slider .swiper-slide .slider-inner video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* محتوای اصلی در وسط */
.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
    z-index: 2;
}

/* لایه داخلی واقعاً مرکز را حفظ می‌کند */
.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content .content-inner {
    margin: 0;
    background-color: #FFFFFF44;
    backdrop-filter: blur(5px);
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 1);

}
.creative-fullpage--slider .swiper-slide .slider-inner::after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: -1px;
    background-color: transparent;
    background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}
.swiper-slide .slider-inner .swiper-content .title-area .tag {
    color: #ffffff;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.swiper-slide .slider-inner .swiper-content .title-area .title {
    margin-top: 50px;
    color: #fff;
    font-size: 8vw;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: -12px;
    text-decoration: none;
}
.swiper-slide .slider-inner .swiper-content p.disc {
    width: 100%;
    margin-top: 10px;
    margin: 10px 10px 10px 0px;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 1);
}
.creative-btn--wrap .creative-slide--btn {
    color: #ffffff;
    margin-left: 18px;
    /*transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);*/
    font-weight: 400;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: none;
    outline-color: transparent;
    box-shadow: none;
    will-change: transform;
    backface-visibility: hidden;
}

.creative-btn--circle .circle {
    position: absolute;
    right: calc(100% - 10px);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    clip-path: circle(25% at 50% 50%);
    transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle .circle-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    background-color: #ffffff;
    will-change: transform;
    transform: scale(0);
    z-index: 1;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon {
    transform: translate(-100%, 0%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon .icon-arrow{
    width: 20px;
    height: 20px;
    stroke: none;
    fill: #000;
}
.creative-btn--circle .circle-outline {
    fill: transparent;
    width: 10px;
    stroke: #ffffff;
}
.creative-btn--wrap .creative-slide--btn .creative-btn--label {
    margin-left: 4pt;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn .creative-btn__border {
    position: absolute;
    left: 4pt;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    transform-origin: right;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
    /*transform: translateX(18px);*/
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
    /*transform: scale(0, 1);*/
}
.creative-btn--wrap .creative-slide--btn:hover{
    /*margin-left: 38px !important;*/
}
.creative-btn--wrap .creative-slide--btn:hover .circle {
    clip-path: circle(50% at 50% 50%);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
    transform: scale(1, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
    transform: translate(0%, 0%);
    opacity: 1;
}
/*.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    bottom: 5%;
    top: unset;
    transform: scale(1);
    background-color: #FFFFFF00;
    backdrop-filter: blur(20px);
    line-height: 65px;
    border-radius: 50%;
    transition: all 0.4s;
}*/
.swiper-container-h .slider-pagination-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: unset;
    right: unset;
    bottom: 80px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 500px;
    z-index: 1;
}
.swiper-container-h .slider-pagination-area .slide-range {
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px;
    color: #ffffff;
    line-height: 0;
    position: absolute;
    font-size: 20px;
}
.swiper-container-h .slider-pagination-area .slide-range.one {
    left: -50px;
}
.swiper-container-h .slider-pagination-area .slide-range.three {
    right: -50px;
}
.swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 500px !important;
}
.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #ffffff;
}
/*.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
    background: #FFFFFF0D;
    transform: scale(1.05);
}*/

.swiper,
.swiper-container-h,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide,
.swiper-wrapper {
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: transform;
}
.swiper-container-h,
.swiper-wrapper,
.swiper-slide {
    background: transparent !important;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    width: var(--swiper-navigation-button-size) !important;
    height: var(--swiper-navigation-button-size) !important;
    background-color: #01483022;
    backdrop-filter: blur(20px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: transform 0.3s;
    color: #FFFFFF !important;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 17%) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: var(--swiper-navigation-size);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(1.05);
}

.swiperDetails {
    width: 100%;
    min-height: 200px;
    max-height: 500px;
}
.swiperDetails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiperThumb {
    min-height: 100px;
    max-height: 100px;
}

.swiperThumb .swiper-slide {
    width: 80px;
    opacity: 0.4;
    cursor: pointer;
}

.swiperThumb .swiper-slide-thumb-active {
    border-radius: var(--img-border-radius);
    border: 2px solid var(--main-color);
    opacity: 1 !important;
}

.swiperThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiperDetails img, .swiperThumb img {
    border-radius: var(--img-border-radius);
}

.swiper-locations {
    width: 100%;
    height: 350px;
}

.swiper-locations .swiper-slide {
    width: 260px !important;
    height: 300px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    overflow: hidden;
    transition: all .35s ease;
    filter: blur(3px) brightness(0.7);
    transform-origin: center center;
}

.swiper-locations .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-locations .swiper-slide-active {
    filter: none !important;
    transform: scale(1.05);
}
.horizontal-slider {
  scroll-behavior: smooth;
  gap: 1rem;
  user-select: none;
  scroll-snap-type: x mandatory;
}
.horizontal-slider.dragging {
  cursor: grabbing;
  scroll-snap-type: none;   /* ← کلید حذف پرش */
}
.slider-item {
  scroll-snap-align: center;
  flex: 0 0 auto;
  width: 270px; /* اندازه هر اسلاید */
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.slider-prev {
  right: -5px;
}
.slider-next {
  left: -5px;
}
.video-poster {
  height: 50%;
}

/* ====================== Responsive Mobile =============================== */
@media screen and (max-width: 767px) {

  .swiperDetails {
    width: 100%;
    min-height: 200px;
    max-height: 400px;
  }
  .creative-fullpage--slider{
    height: 50vh;
  }
  .creative-fullpage--slider .slider-inner {
    height: 50vh;
  }
  .creative-fullpage--slider .swiper-slide .slider-inner img {
    height: 50vh;
  }
  .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 64px;
  }
  .swiper-slide .slider-inner .swiper-content .title-area .tag{
    margin-bottom: 0px;
  }
  .swiper-slide .slider-inner .swiper-content p.disc{
    margin: 10px 10px 20px auto;
    font-size: 16px;
    width:95%;
  }
  .swiper-container-h .slider-pagination-area{
    display: none;
  }
  .swiper-slide .slider-inner .swiper-content p.disc br{
    display: none;
  }
}

/* ====================== Responsive Tablet =============================== */
@media (max-width: 991px) {

  .swiperDetails {
    width: 100%;
    min-height: 200px;
    max-height: 450px;
  }

    .creative-btn--wrap {
        text-align: center;
    }
    .creative-fullpage--slider{
        height: 50vh;
    }
    .creative-fullpage--slider .slider-inner {
        height: 50vh;
    }
    .creative-fullpage--slider .swiper-slide .slider-inner img {
        height: 50vh;
    }
    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content{
        width: 100%;
        text-align: center;
        left: 0;
    }
    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .swiper-container-h .slider-pagination-area{
        width: 200px !important;
    }
    .swiper-container-h .swiper-button-next::after,
    .swiper-container-h .swiper-button-prev::after {
        font-size: 0.8rem;
    }
    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev{
        background: #ffffff3b;
    }
    .swiper-container-h .slider-pagination-area .swiper-pagination {
        bottom: 0 !important;
        width: 200px !important;
    }
}
