.elementor-6053 .elementor-element.elementor-element-673a83d{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-673a83d *//* متغیرهای رنگی اختصاصی برند */
:root {
  --ktz-navy: #0B1626;      /* آبی نفتی صنعتی */
  --ktz-milky: #F4F6F8;     /* سفید شیری مدرن */
  --ktz-orange: #FF6B00;    /* نارنجی صنعتی / هشدار */
}

/* ساختار اصلی و پس‌زمینه دو رنگ */
.ktz-category-hero {
  position: relative;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  direction: rtl; /* راست‌چین برای فارسی */
}

.ktz-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--ktz-milky) 50%, var(--ktz-navy) 50%);
  z-index: 0;
}

.ktz-container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  z-index: 1;
}

/* باکس اصلی تصویر با انیمیشن Dropdown + Fade In */
.ktz-image-box {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden; /* ضروری برای ماسک‌ها و افکت‌ها */
    border: 1px solid #35537A; /* رنگ نارنجی صنعتی - ضخامت را می‌توانید تغییر دهید */

  box-shadow: 0 25px 50px rgba(11, 22, 38, 0.3);
  opacity: 0;
  transform: translateY(-40px);
  animation: dropFadeIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes dropFadeIn {
  to { opacity: 1; transform: translateY(0); }
}

/* استایل عکس و ریسپانسیو بودن ابعاد */
.ktz-hero-image {
  width: 100%;
  height: auto; /* رفع مشکل فضای خالی */
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* هاله گرادیانت مشکی در پایین عکس */
.ktz-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 22, 38, 0.85) 0%, transparent 50%);
  z-index: 2;
  transition: opacity 0.5s ease;
}

/* 1. نشانگرهای مهندسی (Engineering Corners) */
.ktz-corner {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  z-index: 3;
  opacity: 0.6;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ktz-top-right { top: 25px; right: 25px; border-top-color: var(--ktz-orange); border-right-color: var(--ktz-orange); }
.ktz-top-left { top: 25px; left: 25px; border-top-color: var(--ktz-orange); border-left-color: var(--ktz-orange); }
.ktz-bottom-right { bottom: 25px; right: 25px; border-bottom-color: var(--ktz-orange); border-right-color: var(--ktz-orange); }
.ktz-bottom-left { bottom: 25px; left: 25px; border-bottom-color: var(--ktz-orange); border-left-color: var(--ktz-orange); }

/* 2. افکت نوری فلزی (Metallic Sweep) */
.ktz-metallic-sweep {
  position: absolute;
  top: 0; 
  left: -150%; 
  width: 50%; 
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  z-index: 4;
  pointer-events: none; /* جلوگیری از اختلال در کلیک */
  transition: left 0.8s ease-in-out;
}

/* 3. انیمیشن ماسک متن (Masked Reveal) */
.ktz-content {
  position: absolute;
  bottom: 40px;
  left: 40px; /* تغییر از right به left */
  right: auto; /* خنثی کردن راست‌چین بودن اجباری سایت */
  text-align: left; /* چپ‌چین کردن خود متن‌ها */
  z-index: 5;
  transition: transform 0.5s ease;
}

.ktz-mask-wrap {
  overflow: hidden; /* پنهان کردن متن قبل از بالا آمدن */
  margin-bottom: 5px;
}

.ktz-title {
  font-size: 48px;
  color: #FFFFFF;
  margin: 0;
  font-weight: 800;
  transform: translateY(110%);
  animation: maskReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.4s; /* ظاهر شدن بعد از لود باکس */
}

.ktz-subtitle {
  display: block;
  font-size: 24px;
  color: var(--ktz-orange);
  font-weight: 600;
  transform: translateY(110%);
  animation: maskReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.6s; /* با کمی تاخیر نسبت به عنوان */
}

@keyframes maskReveal {
  to { transform: translateY(0); }
}

/* رفتارها هنگام Hover */
.ktz-image-box:hover .ktz-hero-image {
  transform: scale(1.04); /* زوم ملایم تصویر */
}
.ktz-image-box:hover .ktz-overlay-gradient {
  background: linear-gradient(to top, rgba(11, 22, 38, 0.95) 0%, transparent 60%); /* تاریک‌تر شدن ملایم */
}
.ktz-image-box:hover .ktz-content {
  transform: translateY(-10px); /* حرکت نرم متن به بالا */
}
.ktz-image-box:hover .ktz-metallic-sweep {
  left: 200%; /* عبور افکت نوری */
}
/* فوکوس نشانگرهای مهندسی در زمان هاور */
.ktz-image-box:hover .ktz-corner { opacity: 1; }
.ktz-image-box:hover .ktz-top-right { top: 15px; right: 15px; }
.ktz-image-box:hover .ktz-top-left { top: 15px; left: 15px; }
.ktz-image-box:hover .ktz-bottom-right { bottom: 15px; right: 15px; }
.ktz-image-box:hover .ktz-bottom-left { bottom: 15px; left: 15px; }

/* اصلاحات ریسپانسیو و کاهش سایز متون در موبایل */
@media (max-width: 768px) {
  .ktz-category-hero { padding: 40px 15px; }
  
  .ktz-content {
    bottom: 25px;
    left: 25px;
    right: auto;
  }
  
  .ktz-title {
    font-size: 28px; /* کاهش چشمگیر سایز برای موبایل */
  }
  
  .ktz-subtitle {
    font-size: 16px; /* کاهش چشمگیر سایز برای موبایل */
  }
  
  .ktz-corner {
    width: 20px;
    height: 20px;
    border-width: 1.5px;
  }
  .ktz-top-right { top: 15px; right: 15px; }
  .ktz-top-left { top: 15px; left: 15px; }
  .ktz-bottom-right { bottom: 15px; right: 15px; }
  .ktz-bottom-left { bottom: 15px; left: 15px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-101c153 *//* =====================================================
   KATIZAN PRODUCT CARD
   Version 1.0
===================================================== */

/* 01 - Variables */

/* 02 - Grid */

/* 03 - Card */

/* 04 - Front */

/* 05 - Back */

/* 06 - Typography */

/* 07 - Hover */

/* 08 - Responsive */
/*=====================================================
 KATIZAN PRODUCT CARD
 Part 1 - Layout & Structure
 Version : 1.0
======================================================*/

:root{

    --kz-bg:#0B1625;
    --kz-card:#102033;
    --kz-border:#203A58;
    --kz-orange:#D17A00;
    --kz-white:#FFFFFF;
    --kz-text:#C7D3E2;

    --kz-radius:14px;

    --kz-shadow:none;
    --kz-transition:.45s cubic-bezier(.2,.8,.2,1);

}


/*=========================
 Grid
==========================*/

.kz-products{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(310px,1fr));

    gap:32px;

    width:100%;

    margin:50px auto;

    align-items:stretch;

}



/*=========================
 Card
==========================*/

.kz-card{

    perspective:1600px;

    height:520px;

}



.kz-card-inner{

    position:relative;

    width:100%;

    height:100%;

    transform-style:preserve-3d;

    transition:transform .8s cubic-bezier(.25,.8,.25,1);

}



.kz-card:hover .kz-card-inner{

    transform:rotateY(180deg);

}



/*=========================
 Front + Back
==========================*/

.kz-front,
.kz-back{

    position:absolute;

    inset:0;

    display:flex;

    flex-direction:column;

    background:var(--kz-card);

    border-radius:var(--kz-radius);

    overflow:hidden;

    backface-visibility:hidden;

    border:1px solid var(--kz-border);

    box-shadow:var(--kz-shadow);

}



/*=========================
 Orange Accent
==========================*/

.kz-front::before,
.kz-back::before{

    content:"";

    width:100%;

    height:5px;

    background:var(--kz-orange);

    flex-shrink:0;

}



/*=========================
 Back Rotation
==========================*/

.kz-back{

    transform:rotateY(180deg);

}



/*=========================
 Image Area
==========================*/

.kz-image-box{

    flex:1;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:18px;


}

.kz-image-box img{

    display:block;

    max-width:100%;

    max-height:100%;

    width:auto;

    height:auto;

    object-fit:contain;

    background:#fff;

    border-radius:14px;

    padding:12px;

    border:1px solid rgba(255,255,255,.12);

}



/*=========================
 Back Image
==========================*/

.kz-back-image{

    height:54%;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:14px;

    border-bottom:1px solid rgba(255,255,255,.08);

}


.kz-back-image img{

    display:block;

    max-width:100%;

    max-height:100%;

    width:auto;

    height:auto;

    object-fit:contain;

    background:#fff;

    border-radius:14px;

    padding:10px;

}



/*=========================
 Hover Image
==========================*/

.kz-card:hover .kz-image-box img{

    transform:scale(1.05);

}
/*=====================================================
 KATIZAN PRODUCT CARD
 Part 2 - Design
======================================================*/


/*=========================
 Product Title
==========================*/

.kz-title-box{

    min-height:72px;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:10px 18px;

    border-top:1px solid rgba(255,255,255,.06);

    background:
        linear-gradient(
        to bottom,
        rgba(255,255,255,.015),
        rgba(0,0,0,.05)
        );

}


.kz-title-box h3{

    margin:0;

    color:#fff;

    font-size:clamp(15px,1.2vw,20px);

    font-weight:700;

    line-height:1.45;

    text-align:center;

    white-space:normal;

    overflow-wrap:anywhere;

    word-break:normal;

}



/*=========================
 Product Info
==========================*/

.kz-info{

    flex:1;

    display:flex;

    flex-direction:column;

    padding:22px;

    overflow:hidden;

}



.kz-info ul{

    list-style:none;

    margin:0;

    padding:0;

    display:flex;

    flex-direction:column;

    gap:10px;

}



/*=========================
 Features
==========================*/

.kz-info li{

    position:relative;

    color:var(--kz-text);

    font-size:14px;

    line-height:1.9;

    padding-right:22px;

    transition:all .25s ease;

}



.kz-info li{

    border-right:3px solid var(--kz-orange);

    padding-right:12px;

}


/*=========================
 Hover Effects
==========================*/

.kz-card{

    transition:
    transform .35s ease,
    filter .35s ease;

}



.kz-card:hover{

    transform:translateY(-10px);

}



.kz-card:hover .kz-front,

.kz-card:hover .kz-back{

    border-color:

    rgba(209,122,0,.45);

}



.kz-card:hover .kz-title-box{

    background:

    linear-gradient(

    to bottom,

    rgba(209,122,0,.08),

    rgba(255,255,255,.02)

    );

}



.kz-card:hover .kz-info li{

    color:#ffffff;

    transform:translateX(-3px);

}



.kz-card:hover .kz-info li::before{

    transform:scale(1.25);

}



/*=========================
 Image Hover
==========================*/

.kz-card:hover .kz-back-image img{

    transform:scale(1.04);

}



.kz-back-image img{

    transition:transform .45s ease;

}



/*=========================
 Soft Glow
==========================*/

.kz-front::after,

.kz-back::after{

    content:"";

    position:absolute;

    inset:0;

    pointer-events:none;

    background:

    radial-gradient(

        circle at top,

        rgba(255,255,255,.05),

        transparent 60%

    );

    opacity:.55;

}



/*=========================
 Smooth Rendering
==========================*/

.kz-card,

.kz-card *{

    -webkit-font-smoothing:antialiased;

    text-rendering:optimizeLegibility;

}
/*=====================================================
 KATIZAN PRODUCT CARD
 Part 3 - Responsive & Polish
 Version : 1.0
======================================================*/


/*=========================
 Desktop Large
==========================*/

@media (min-width:1600px){

    .kz-products{

        grid-template-columns:
        repeat(4,1fr);

        gap:40px;

    }

}


/*=========================
 Desktop
==========================*/

@media (max-width:1400px){

    .kz-products{

        grid-template-columns:
        repeat(auto-fit,minmax(300px,1fr));

    }

}


/*=========================
 Tablet
==========================*/

@media (max-width:1024px){

    .kz-products{

        gap:24px;

    }

    .kz-card{

        height:500px;

    }

    .kz-image-box{

        padding:22px;

    }

    .kz-title-box{

        min-height:80px;

    }

    .kz-title-box h3{

        font-size:18px;

    }

}


/*=========================
 Mobile
==========================*/

@media (max-width:768px){

    .kz-products{

        grid-template-columns:1fr;

        gap:18px;

        margin:30px auto;

    }

    .kz-card{

        max-width:360px;

        width:100%;

        margin:auto;

        height:auto;

    }

.kz-title-box{

    min-height:88px;

    padding:14px 16px;

}

.kz-title-box h3{

    font-size:16px;

    line-height:1.6;

}

    .kz-back-image{

        height:38%;

    }

    .kz-info{

        padding:18px;

    }

    .kz-info li{

        font-size:13px;

        line-height:1.8;

    }

}


/*=========================
 Small Mobile
==========================*/

@media (max-width:480px){

    .kz-card{

        height:440px;

    }

    .kz-image-box{

        padding:16px;

    }

    .kz-back-image{

        padding:16px;

    }

    .kz-title-box h3{

        font-size:16px;

    }

    .kz-info h4{

        font-size:15px;

    }

    .kz-info li{

        font-size:12px;

    }

}


/*=========================
 Accessibility
==========================*/

.kz-card:focus-within .kz-card-inner{

    transform:rotateY(180deg);

}


/*=========================
 Performance
==========================*/

.kz-card-inner{

    will-change:transform;

}

.kz-image-box img,
.kz-back-image img{

    display:block;

}


/*=========================
 Selection
==========================*/

.kz-card ::selection{

    background:rgba(209,122,0,.35);

    color:#fff;

}


/*=========================
 Scroll Animation Ready
==========================*/

.kz-card{

    opacity:1;

    transform-origin:center;

}


/*=========================
 Final Polish
==========================*/

.kz-front,
.kz-back{

    background-image:

    linear-gradient(

        180deg,

        rgba(255,255,255,.02),

        rgba(0,0,0,.05)

    );

}

.kz-front{

    transition:

    border-color .35s ease,

    box-shadow .35s ease;

}

.kz-back{

    transition:

    border-color .35s ease,

    box-shadow .35s ease;

}

.kz-card:hover .kz-front,
.kz-card:hover .kz-back{

        border-color:rgba(209,122,0,.55);


}

@media (max-width:992px){

    .kz-card.is-flipped .kz-card-inner{

        transform:rotateY(180deg);

    }

}/* End custom CSS */