.elementor-10832 .elementor-element.elementor-element-9c76b5d:not(.elementor-motion-effects-element-type-background), .elementor-10832 .elementor-element.elementor-element-9c76b5d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://tivasanaat.ir/wp-content/uploads/2025/12/slider-tiva.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-10832 .elementor-element.elementor-element-9c76b5d > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #2980B9 0%, #2980B9 100%);opacity:0.8;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-10832 .elementor-element.elementor-element-9c76b5d > .elementor-container{min-height:576px;}.elementor-10832 .elementor-element.elementor-element-9c76b5d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-10832 .elementor-element.elementor-element-38830f9{--display:flex;--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10832 .elementor-element.elementor-element-61633d7{--spacer-size:50px;}.elementor-10832 .elementor-element.elementor-element-553ff6e{--iteration-count:infinite;--animation-duration:1200ms;}.elementor-10832 .elementor-element.elementor-element-553ff6e .elementor-headline{text-align:center;}.elementor-10832 .elementor-element.elementor-element-63f1b11{--spacer-size:0px;}/* Start custom CSS for html, class: .elementor-element-58b189d *//* =========================
   TIVA HERO - PREMIUM EDIT
   ========================= */

.tiva-industrial-hero {
    position: relative;
    width: 100vw;
    min-height: 820px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #05070b;
    isolation: isolate;
}

.hero-bg-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-bg-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(15%) brightness(0.60) contrast(1.08) saturate(0.9);
    transform: scale(1.03);
}

/* لایه تیره اصلی - کمی روشن‌تر شده */
.hero-overlay-solid {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(3,7,15,0.72) 0%, rgba(4,9,18,0.54) 38%, rgba(4,9,18,0.24) 100%),
        linear-gradient(180deg, rgba(0,0,0,0.14) 0%, rgba(0,0,0,0.04) 100%);
}

/* بافت خیلی خفیف تکنیکال */
.hero-overlay-grid {
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to left, rgba(0,0,0,0.15), rgba(0,0,0,0.7));
    pointer-events: none;
}

.hero-main-container {
    position: relative;
    z-index: 3;
    width: min(1320px, 92%);
    margin: 0 auto;
    padding-top: 110px;
    padding-bottom: 80px;
}

.hero-flex-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.55fr);
    align-items: center;
    gap: 48px;
}

.hero-text-side {
    max-width: 760px;
}

.hero-pre-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #d7e6ff;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.8px;
    margin-bottom: 18px;
    padding: 10px 14px;
    border: 1px solid rgba(11, 74, 177, 0.35);
    background: rgba(11, 74, 177, 0.12);
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.hero-pre-title::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #0b4ab1;
    box-shadow: 0 0 14px rgba(11, 74, 177, 0.9);
    border-radius: 1px;
    display: inline-block;
}

.hero-main-title {
    font-size: clamp(34px, 5vw, 66px);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 24px;
    letter-spacing: -0.5px;
    text-wrap: balance;
}

.hero-main-title span {
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.hero-main-title span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 6px;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgba(11,74,177,0.0) 0%, rgba(11,74,177,0.75) 55%, rgba(11,74,177,0.15) 100%);
    z-index: -1;
    filter: blur(4px);
}

.hero-description {
    font-size: clamp(16px, 1.3vw, 19px);
    color: rgba(255,255,255,0.78);
    line-height: 2;
    margin-bottom: 38px;
    max-width: 640px;
}

.hero-btn-group {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.tiva-btn-main,
.tiva-btn-alt {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 15px 28px;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
    transition: all 0.28s ease;
    overflow: hidden;
    white-space: nowrap;
}

/* دکمه اصلی خفن */
.tiva-btn-main {
    background: linear-gradient(180deg, #1460da 0%, #0b4ab1 100%);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 3px;
    box-shadow:
        0 10px 24px rgba(11, 74, 177, 0.32),
        inset 0 1px 0 rgba(255,255,255,0.12);
}

/* برق از روی دکمه رد می‌شود */
.tiva-btn-main::before {
    content: "";
    position: absolute;
    top: 0;
    right: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.08) 25%, rgba(255,255,255,0.42) 50%, rgba(255,255,255,0.08) 75%, transparent 100%);
    transform: skewX(-25deg);
    animation: shineMove 3.2s linear infinite;
}

/* هاله‌ی چشمک‌زن */
.tiva-btn-main.pulse-btn {
    animation: heroPulse 1.8s infinite;
}

.tiva-btn-main:hover {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #1a6cff 0%, #0c4fc2 100%);
    box-shadow:
        0 14px 32px rgba(11, 74, 177, 0.42),
        0 0 0 1px rgba(58, 132, 255, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.18);
}

.tiva-btn-alt {
    color: #fff;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 3px;
    backdrop-filter: blur(4px);
}

.tiva-btn-alt:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.22);
    transform: translateY(-2px);
}

/* باکس سمت چپ */
.hero-feature-side {
    display: flex;
    justify-content: flex-end;
}

.industrial-stat-box {
    width: min(100%, 340px);
    padding: 30px 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    border-right: 3px solid rgba(11, 74, 177, 0.75);
    box-shadow:
        0 18px 50px rgba(0,0,0,0.24),
        inset 0 1px 0 rgba(255,255,255,0.05);
    backdrop-filter: blur(8px);
    position: relative;
}

.industrial-stat-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,74,177,0.08), transparent 35%);
    pointer-events: none;
}

.stat-item {
    position: relative;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.stat-item:last-child {
    border-bottom: none;
}

.stat-num {
    display: block;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 8px;
}

.stat-lab {
    display: block;
    color: rgba(255,255,255,0.62);
    font-size: 14px;
    line-height: 1.8;
}

/* انیمیشن‌ها */
@keyframes heroPulse {
    0% {
        box-shadow:
            0 10px 24px rgba(11, 74, 177, 0.30),
            0 0 0 0 rgba(11, 74, 177, 0.36);
    }
    50% {
        box-shadow:
            0 14px 32px rgba(11, 74, 177, 0.48),
            0 0 0 10px rgba(11, 74, 177, 0.00);
    }
    100% {
        box-shadow:
            0 10px 24px rgba(11, 74, 177, 0.30),
            0 0 0 0 rgba(11, 74, 177, 0.00);
    }
}

@keyframes shineMove {
    0% {
        right: -120%;
    }
    100% {
        right: 160%;
    }
}

/* ریسپانسیو */
@media (max-width: 991px) {
    .tiva-industrial-hero {
        min-height: auto;
    }

    .hero-main-container {
        padding-top: 120px;
        padding-bottom: 70px;
    }

    .hero-flex-layout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .hero-text-side {
        max-width: 100%;
        text-align: center;
    }

    .hero-description {
        margin-inline: auto;
    }

    .hero-btn-group {
        justify-content: center;
    }

    .hero-feature-side {
        justify-content: center;
    }

    .industrial-stat-box {
        width: min(100%, 500px);
    }
}

@media (max-width: 576px) {
    .tiva-industrial-hero {
        min-height: auto;
    }

    .hero-main-container {
        width: min(100%, 92%);
        padding-top: 110px;
        padding-bottom: 50px;
    }

    .hero-pre-title {
        font-size: 12px;
        padding: 9px 12px;
    }

    .hero-description {
        font-size: 15px;
        line-height: 1.9;
        margin-bottom: 28px;
    }

    .hero-btn-group {
        flex-direction: column;
        align-items: stretch;
    }

    .tiva-btn-main,
    .tiva-btn-alt {
        width: 100%;
        min-height: 52px;
        padding: 14px 18px;
    }

    .hero-feature-side {
        display: none;
    }

    .hero-overlay-grid {
        opacity: 0.45;
    }
}/* End custom CSS */