/*
Theme Name: sitetobesaz-theme-custom
Theme URI: sitetobesaz.ir
Author: sa
Description: قالب اختصاصی
Version: 1.0
Text Domain: سایتتو بساز
*/

html{
    scroll-behavior: smooth;
     -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}
  /* Track */
  ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
   

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #000000; 
  }
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-decoration: none;
}
.stb-single-post {
  padding: 60px 0;
}

.stb-post-hero {
  text-align: center;
  margin-bottom: 30px;
}

.stb-title {
  font-size: 34px;
  font-weight: 700;
}

.stb-meta {
  margin-top: 10px;
  color: #888;
  font-size: 14px;
}

.stb-post-thumb img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}

.stb-post-content {
  font-size: 16px;
  line-height: 2;
}

.stb-post-tags a {
  display: inline-block;
  margin: 5px;
  padding: 4px 10px;
  background: #f4f4f4;
  border-radius: 20px;
  font-size: 12px;
}
.stb-single-portfolio {
  padding: 60px 0;
}

.stb-portfolio-hero {
  text-align: center;
  margin-bottom: 40px;
}

.stb-title {
  font-size: 36px;
  font-weight: 700;
}

.stb-pill {
  display: inline-block;
  padding: 5px 12px;
  background: #f2f2f2;
  border-radius: 20px;
  margin-top: 10px;
}

.stb-portfolio-thumb img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.stb-portfolio-content {
  margin-top: 40px;
  line-height: 2;
  font-size: 16px;
}

.stb-portfolio-cta {
  text-align: center;
  margin-top: 50px;
}
/* =========================
   PRELOADER (NEON TYPE)
========================= */
#stb-preloader{
  position: fixed;
  inset: 0;
  background: #070b14eb;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity .3s ease, visibility .3s ease;
}

#stb-preloader.hide{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stb-preloader__text{
  font-family: 'Bufalo';
  font-size: 58px;
  letter-spacing: 2px;
  color: #bfe8ff;

  /* Neon glow */
  text-shadow:
    0 0 6px rgba(30,115,255,.55),
    0 0 14px rgba(30,115,255,.55),
    0 0 28px rgba(30,115,255,.40),
    0 0 60px rgba(30,115,255,.25);

  /* برای تایپ */
  white-space: nowrap;
  position: relative;
}
.pkg-trust .grid a img {
    object-fit: cover;
    height: 200px;
    width: 100%;
    border-radius: 1rem;
    object-position: top;
animation: smoothMove 12s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}

@keyframes smoothMove {
  0% {
    object-position: 50% 0%;
  }

  100% {
    object-position: 50% 100%;
  }
}
/* Cursor */
.stb-preloader__text::after{
  content:"";
  display:inline-block;
  width: 3px;
  height: 1.1em;
  margin-inline-start: 10px;
  background: rgba(191,232,255,.9);
  box-shadow:
    0 0 10px rgba(30,115,255,.8),
    0 0 25px rgba(30,115,255,.5);
  transform: translateY(6px);
  animation: stbCursor 0.3s steps(1) infinite;
}

@keyframes stbCursor{
  0%,49% { opacity: 1; }
  50%,100% { opacity: 0; }
}

/* Reveal / shimmer subtle */
.stb-preloader__text::before{
  content:"";
  position:absolute;
  inset:-30%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,.18) 45%,
    rgba(255,255,255,.28) 50%,
    rgba(255,255,255,.12) 55%,
    transparent 100%
  );
  filter: blur(6px);
  transform: translateX(-60%) rotate(8deg);
  opacity: .35;
  animation: stbShine .6s ease-in-out infinite;
  pointer-events:none;
}

@keyframes stbShine{
  0%   { transform: translateX(-60%) rotate(8deg); opacity:.0; }
  18%  { opacity:.35; }
  50%  { opacity:.25; }
  100% { transform: translateX(60%) rotate(8deg); opacity:.0; }
}

/* Respect reduce motion */
@media (prefers-reduced-motion: reduce){
  .stb-preloader__text::before,
  .stb-preloader__text::after{
    animation: none !important;
  }
}
body {
    font-family: 'IRANYekan', sans-serif !important;
    background: #01011d;
    color: var(--text);
    direction: rtl;
    margin: 0;
    padding: 0;
    line-height: 1.8;
      -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.stb-hero__content h1 {
    line-height: 1.4;
    font-size: 57px;
    font-family: Bufalo;
    max-width: 85%;
}
.bg-down{
height: 200px;
width: 100%;
background: url(./assets/images/down-bg.png);
}
/* حالت عادی بدون انیمیشن */
.stb-feature-card__icon .stb-icon-svg{
  transform: translateY(0);
}
.page-id-84 .banner-page {
    background-attachment: local !important;
    height: 75vh;
    display: flex
;
    align-items: center;
    background-position: center;
    margin-top: 2rem;
    background-color: #01011da6;
    background-blend-mode: overlay !important;
    border-radius: 2rem;
    padding: 2rem;
}
.contact-box{
max-width:900px;
margin:40px auto;
padding:40px;
border-radius:16px;
background:linear-gradient(135deg,#f8fbff,#eef4ff);
box-shadow:0 15px 40px rgba(0,0,0,0.08);
font-family:inherit;
}

.contact-box h2{
font-size:32px;
margin-bottom:15px;
color:#1a1a1a;
}

.contact-box p{
font-size:16px;
line-height:1.9;
color:#555;
margin-bottom:30px;
}

.contact-items{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:20px;
}

.contact-card{
background:#fff;
padding:25px;
border-radius:12px;
box-shadow:0 8px 25px rgba(0,0,0,0.06);
transition:all .3s ease;
}

.contact-card:hover{
transform:translateY(-6px);
box-shadow:0 12px 35px rgba(0,0,0,0.12);
}

.contact-title{
font-weight:700;
margin-bottom:10px;
font-size:18px;
color:#222;
}

.contact-number{
font-size:18px;
font-weight:600;
color:#0066ff;
margin-bottom:15px;
}

.contact-links {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
    place-content: center;
}
.contact-links a{
display:flex;
align-items:center;
justify-content:center;
width:42px;
height:42px;
border-radius:10px;
background:#f4f7ff;
transition:.25s;
}

.contact-links a:hover{
background:#0066ff10;
transform:scale(1.05);
}

.contact-links img{
width:24px;
height:24px;
}

.contact-email{
margin-top:30px;
font-size:16px;
}

.contact-email a{
color:#0066ff;
text-decoration:none;
font-weight:600;
}

.contact-email a:hover{
text-decoration:underline;
}

.phone-call{
display:inline-block;
margin-top:10px;
color:#0066ff;
text-decoration:none;
font-weight:600;
}

@media(max-width:600px){
.contact-box{
padding:25px;
}
.contact-box h2{
font-size:24px;
}
}

/* وقتی کلاس فعال بشه */
.stb-feature-card.animate-bounce .stb-icon-svg{
  animation: stb-bounce-once 0.9s ease;
}

@keyframes stb-bounce-once{
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-14px); }
  55%  { transform: translateY(0); }
  75%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}
section.half-front {
    border-radius: 2rem;
    background: rgb(11 15 26);
    border: 5px solid #ffffff;
    margin: 2rem auto;
    display: block;
    background: linear-gradient(rgb(11 15 26 / 93%), rgb(11 15 26 / 93%)), url(./assets/images/half-bg.webp) center / 110%;
    background-repeat: round;
    overflow: hidden;
	    box-shadow: inset -2px 6px 15px 4px #a8a8a83d;
}
.stb-statement > .container{
  position: relative;
  z-index: 2;
}
.iran-flag {
    background: linear-gradient(90deg, #ef4444 0%, #ffffff 50%, #22c55e 100%);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    font-weight: 900;
    display: inline-block !important;
}
.stb-footer-copy {
    margin-top: 0;
    padding: 10px;
    background: #111;
    color: #aaa;
    text-align: center;
    font-size: 9px;
    line-height: 1.8;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.stb-footer-copy strong {
  color: #fff;
  font-weight: 500;
}
/* =========================
   pkg single
========================= */
.pkg-single {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-bottom: 120px; 
   margin-top: -100px;
}
.single img.stb-contact-banner__img.entered.litespeed-loaded {
    width: 90%;
    height: 340px;
    object-fit: cover;
    margin: 0 auto;
}

.pkg-hero {
    height: 130vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    background-size: contain;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}
.pkg-grid-inner {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
  margin-top: 50px;
}

.pkg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.pkg-hero .container {
  position: relative;
}
.pkg-price {
  font-size: 26px;
  margin: 15px 0;
  font-weight: bold;
}
.pkg-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 18px;
  background: #ff6b00;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
}
.pkg-compare-strip {
  margin-top: 80px;
  text-align: center;
  padding: 30px;
  background: #f7f7f7;
}

.pkg-bottom-cta {
  text-align: center;
  padding: 80px 20px;
}
.pkg-cta {
  background: #ff6b00;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
}
.pkg-compare {
  background: #f7f7f7;
  padding: 40px;
  border-radius: 16px;
}

.pkg-compare table {
  width: 100%;
  border-collapse: collapse;
}

.pkg-compare th,
.pkg-compare td {
  padding: 12px;
  text-align: center;
}
.pkg-faq .faq-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.pkg-faq button {
  width: 100%;
  text-align: right;
  background: none;
  border: none;
  font-weight: 600;
  cursor: pointer;
}
.pkg-trust .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.pkg-trust a {
  display: block;
  text-align: center;
}

.stb-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.stb-modal .box {
  background: #fff;
  width: 400px;
  margin: 100px auto;
  padding: 20px;
  border-radius: 12px;
}
.pkg-sticky {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #111;
  color: #fff;
  padding: 12px 16px;
  border-radius: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 9999;
}
.pkg-desc {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
#pkg-desc {
    background: #ffffff12;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    line-height: 2.9;
}

.pkg-desc h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.pkg-desc ul {
  margin: 15px 0;
  padding-right: 20px;
}

.pkg-desc ul li {
  margin-bottom: 8px;
  position: relative;
}

.pkg-highlight {
    background: #7c7c7c12;
    padding: 12px;
    border-radius: 10px;
    font-weight: 500;
    margin-top: 15px;
}

.pkg-note {
  font-size: 13px;
  opacity: 0.7;
  margin-top: 10px;
}
li#menu-item-70 {
    border-radius: 1rem !important;
    overflow: hidden !important;
    font-size: 17px !important;
}
li#menu-item-70 span {
    font-size: 17px !important;
    height: auto !important;
    overflow: hidden !important;
    display: inline !important;
    vertical-align: middle !important;
}

/* دات‌ها (الان روی کل slider) */
.stb-hero__slider .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.hero-slide {
    width: 100%;
    height: 550px;
    place-content: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.stb-hero__slider .owl-dot span {
  background: rgba(255,255,255,0.3);
  width: 10px;
  height: 10px;
  transition: 0.3s;
}

.stb-hero__slider .owl-dot.active span {
  background: #ff6b00;
  transform: scale(1.2);
}

/* =========================
   CF7 NEON STYLE
========================= */
.stb-tax-hero {
    text-align: center;
    padding: 60px 0 40px;
    height: 100vh;
    margin-bottom: 2rem !important;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    border-radius: 2rem;
    overflow: hidden;
    background-position: top;
      position: relative;
}
.stb-tax-hero:before {
    content: "";
    background: #0000005e;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}
.stb-title {
  font-size: 36px;
  font-weight: 700;
}

.stb-desc {
  color: #777;
  margin-top: 10px;
}

.stb-tax-grid .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.stb-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.stb-card:hover {
  transform: translateY(-5px);
}

.stb-card-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.stb-card-body {
  padding: 15px;
}

.stb-card-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.stb-external {
  font-size: 13px;
  color: #0073aa;
}
.stb-faq {
  padding: 60px 0;
  max-width: 800px;
}

.stb-faq-list {
  margin-top: 30px;
}

.stb-faq-item {
  border-bottom: 1px solid #6060603b;
}

.stb-faq-question {
    width: 100%;
    text-align: right;
    border: none;
    padding: 18px 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    color: #1bac15;
    margin: 1rem auto;
    background: #ffffff08;
    border-radius: 10px;
}

.stb-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.35s ease;
}

.stb-faq-item.active .stb-faq-answer {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
  padding-bottom: 15px;
}
.pkg-faq{
padding:80px 0;
background:#f7f8fa;
}

.pkg-faq h2{
text-align:center;
margin-bottom:40px;
font-size:28px;
font-weight:700;
}

.faq-list{
max-width:900px;
margin:auto;
display:flex;
flex-direction:column;
gap:15px;
}

.faq-item{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,0.06);
transition:all .3s ease;
}

.faq-question{
width:100%;
text-align:right;
background:none;
border:none;
padding:18px 22px;
font-size:16px;
font-weight:600;
cursor:pointer;
display:flex;
justify-content:space-between;
align-items:center;
}

.faq-question::after{
content:"+";
font-size:22px;
transition:.3s;
}

.faq-item.active .faq-question::after{
transform:rotate(45deg);
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height .35s ease;
padding:0 22px;
line-height:1.9;
color:#555;
}

.faq-item.active .faq-answer{
padding:15px 22px 20px;
max-height:300px;
}

.stb-breadcrumb {
  margin: 25px 0;
}

.stb-breadcrumb__inner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #111;
  color: #aaa;
  font-size: 14px;
}
/* short description */
.pkg-short-desc {
    margin: 20px 0 28px;
    font-size: 16px;
    line-height: 1.9;
    color: #ffffff;
    background: #ffffff12;
    padding: 18px 22px;
    border-radius: 12px;
}

.pkg-short-desc p{
  margin:0;
}


/* features list */
.pkg-features-list li:first-child {
    background: #ff6801;
    color: #fff;
    font-size: larger;
}
.pkg-features-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
}

.pkg-features-list li{
  position:relative;
  padding:14px 16px 14px 42px;
  background:#ffffff;
  border-radius:10px;
  border:1px solid #eef1f4;
  font-size:15px;
  color:#374151;
  line-height:1.7;
  transition:all .25s ease;
}

/* check icon */

.pkg-features-list li::before{
  content:"✓";
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:700;
  color:#fff;
  background:#22c55e;
  border-radius:50%;
}

/* hover effect */

.pkg-features-list li:hover{
  border-color:#dbe2ea;
  transform:translateY(-2px);
  box-shadow:0 6px 18px rgba(0,0,0,0.06);
}


/* responsive */

@media (max-width:768px){

  .pkg-short-desc{
    font-size:15px;
    padding:16px 18px;
  }

  .pkg-features-list li{
    font-size:14px;
    padding:12px 14px 12px 38px;
  }

}

/* لینک‌ها */
.stb-breadcrumb__inner a {
  color: #aaa;
  text-decoration: none;
  transition: 0.3s;
}

.stb-breadcrumb__inner a:hover {
  color: #ff6b00;
}

/* جداکننده */
.stb-breadcrumb__inner span span {
  margin: 0 4px;
  color: #555;
}

/* آیتم آخر */
.stb-breadcrumb__inner .breadcrumb_last {
  color: #fff;
  font-weight: 600;
}
.sep {
  color: #555;
  margin: 0 6px;
}
/* =========================
   MODAL FIX (SCROLLABLE)
========================= */
.stb-archive-banner {
  height: 300px;
  width: 100%;
  background-image: url('https://sitetobesaz.ir/wp-content/uploads/banner.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}

/* لایه تیره برای خوانایی متن */
.stb-archive-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.stb-banner-inner {
  position: relative;
  color: #fff;
  max-width: 800px;
}

.stb-banner-inner .stb-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stb-banner-inner .stb-desc {
  font-size: 16px;
  line-height: 1.9;
  opacity: 0.9;
}
.stb-archive-footer-desc {
  margin-top: 60px;
  margin-bottom: 40px;
}

.stb-archive-footer-desc .stb-box {
    background: #040017;
    padding: 30px;
    border-radius: 14px;
    line-height: 2;
}

.stb-archive-footer-desc h2 {
  margin-bottom: 10px;
  font-size: 22px;
}
.stb-modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.stb-modal.is-open{
  display: flex;
  align-items: center;
  justify-content: center;
}

.stb-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.75);
}

/* پنل اصلی */
.stb-modal__panel{
  position: relative;
  width: min(600px, 92vw);
  max-height: 85vh;          /* مهم */
  overflow-y: auto;          /* مهم */
  background: #0b1220;
  border-radius: 18px;
  padding: 24px 20px 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
  z-index: 2;
}

/* اسکرول استایل زیبا */
.stb-modal__panel::-webkit-scrollbar{
  width: 8px;
}
.stb-modal__panel::-webkit-scrollbar-thumb{
  background: #9dff5b;
  border-radius: 8px;
}

.cf7-group{
  margin-bottom: 18px;
}

.cf7-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(119 119 119 / 60%);
}

.wpcf7 input, .wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgb(237 238 236 / 40%);
    color: #000;
    font-size: 14px;
    outline: none;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 15%), 0 0 10px rgb(0 0 0 / 15%);
    transition: all .25s 
ease;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
    border-color: #f0f0f0;
    box-shadow: 0 0 10px #141414, 0 0 25px rgb(0 0 0 / 60%), inset 0 0 12px rgb(0 0 0 / 30%);
}

/* submit button neon */
.cf7-submit input[type="submit"] {
    width: 100%;
    padding: 13px;
    border-radius: 12px;
    border: 1px solid #ffffff;
    background: linear-gradient(180deg, #ffffff, #ffffff);
    color: #031500;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 0 10px #000000, 0 0 25px rgb(0 0 0 / 80%), 0 0 45px rgb(0 0 0 / 60%);
    transition: all .25s 
ease;
}

.cf7-submit input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 15px #ffffff, 0 0 35px rgb(97 91 255 / 90%), 0 0 60px rgb(0 0 0 / 70%);
}
.stb-archive-hero {
  text-align: center;
  padding: 60px 0 40px;
}

.stb-title {
  font-size: 36px;
  font-weight: 700;
  position:relative;
}

.stb-desc {
    color: #fff;
    margin-top: 10px;
    font-size: 13px;
    text-align: justify;
    max-width: 90%;
    margin: 0 auto;
}

.stb-archive-grid .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.stb-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.stb-card:hover {
  transform: translateY(-5px);
}

.stb-card-thumb img {
  width: 100%;
  display: block;
}

.stb-card-body {
  padding: 15px;
}

.stb-card-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.stb-external {
  font-size: 13px;
  color: #0073aa;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
.pkg-sticky {
    place-content: center;
    position: fixed;
    bottom: 20px;
    left: 0;
    background: #ff6800;
    color: #fff;
    padding: 1rem;
    border-radius: 12px;
    display: flex
;
    gap: 10px;
    align-items: center;
    z-index: 999;
    width: 50%;
    margin: 0 auto;
}
.sticky-flex {
    display: flex
;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    place-content: center;
}
.pkg-sticky span {
    font-size: 16px;
    font-family: 'iranyekan';}
.pkg-single .pkg-sticky button {
    display: block;
    background: #fff;
    border: 0;
    font-size: 20px;
    color: #000000;
    padding: 0.6rem 2rem;
    border-radius: 1rem;
    font-family: 'Bufalo';
      cursor: pointer;
}
.pkg-card {
  background: #111;
  border-radius: 18px;
  padding: 25px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
.pkg-card:hover {
  transform: translateY(-8px);
}

.pkg-card.featured {
  border: 2px solid #ff6b00;
  transform: scale(1.05);
}

.badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background: #ff6b00;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 12px;
}

a.pkg-card__more {
    float: none;
    margin: 1rem 0;
    background: #161618;
    padding: 10px;
    border-radius: 1rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.hero-badge{
  display:inline-block;
  padding:6px 14px;
  font-size:13px;
  font-weight:600;
  color:#2563eb;
  background:rgba(37,99,235,0.08);
  border:1px solid rgba(37,99,235,0.18);
  border-radius:999px;
  letter-spacing:.3px;
  margin-bottom:14px;
  backdrop-filter:blur(6px);
}

/* hover */

.hero-badge:hover{
  background:#2563eb;
  color:#fff;
  border-color:#2563eb;
  transition:all .25s ease;
}

/* اگر داخل hero تصویر باشد */

.pkg-hero .hero-badge{
  background:rgba(255,255,255,0.15);
  color:#fff;
  border:1px solid rgba(255,255,255,0.35);
  backdrop-filter:blur(8px);
}

/* موبایل */

@media (max-width:768px){
  .hero-badge{
    font-size:12px;
    padding:5px 12px;
  }
}

/* =========================
   SUCCESS ANIMATION
========================= */

.wpcf7 form.sent{
  animation: successGlow 1.2s ease forwards;
}

@keyframes successGlow{
  0%{
    transform: scale(1);
    box-shadow:none;
  }
  40%{
    transform: scale(1.02);
    box-shadow:0 0 20px #9dff5b,
      0 0 60px rgba(157,255,91,.8);
  }
  100%{
    transform: scale(1);
    box-shadow:0 0 15px rgba(157,255,91,.5);
  }
}
.stb-feature-card__icon .stb-icon-svg {
  overflow: visible !important;
}
/* success message neon */
.wpcf7-response-output{
  border:none !important;
  background: rgba(157,255,91,.1);
  color:#9dff5b;
  font-weight:800;
  text-align:center;
  border-radius:10px;
  padding:12px;
  box-shadow: 0 0 12px #9dff5b,
    0 0 30px rgba(157,255,91,.5);
}
/* ====== FOOTER BASE ====== */
.footer {
    position: relative;
    overflow: hidden;
    background: #ffffff78 url(/wp-content/themes/siteto-theme/assets/images/cardboard.png) center / contain repeat;
    max-width: 1400px;
    margin: 0 auto;
    background-blend-mode: overlay;
}
/* کانتینر دیوایدر */
.footer-divider-svg {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 10;
    pointer-events: none;
}

/* SVG فول */
.footer-divider-svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* لوگو داخل mask: سایز و جای دقیق فقط با CSS */
.footer-divider-svg .footer-logo-cut {
    /* سایز لوگو */
    width: 420px;
    height: 120px;

    /* چون x/y روی 50% هست، با translate وسط‌چین میشه */
    transform: translate(-50%, -50%);

    /* برای اینکه داخل ماسک “سوراخ” شود باید مشکی باشد */
    filter: brightness(0);

    /* نکته: بعضی مرورگرها برای SVG image، transform-origin می‌خوان */
    transform-origin: center;
}

/* ریسپانسیو: روی موبایل کوچیک‌تر */
@media (max-width: 768px) {
    .footer-divider-svg .footer-logo-cut {
        width: 300px;
        height: 90px;
    }
}
/* کانتینر عمومی */
.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18px;
}
div#last-item-footer img {
    width: 50%;
    display: block;
    margin: 0 auto;
    border-radius: 1rem;
}
div#last-item-footer {
  flex: 1 1 100%;
  align-items: center;
  padding: 0 !important;
}
/* سه ستون ویجت */
.footer .footer-conteiner {
    display: flex;
    position: relative;
    z-index: 10;
    min-height: auto;
    gap: 1px;
    margin-bottom: 0rem;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 5rem;
}

.footer::before {
    /* قبلی‌ها... */
}

.footer-wave-shadow {
    display: none;
    /* فقط برای یادآوری - نیاز نیست */
}

.footer .item-footer {
    flex: 1;
    border-radius: 1rem;
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

/* ====== WIDGET TYPOGRAPHY ====== */
.footer .widget-title,
.footer h1,
.footer h2,
.footer h3,
.footer h4 {
	    text-align: center;
    margin: 0 0 14px;
    font-size: 18px;
    color: #000;
    letter-spacing: .2px;}

.footer p,
.footer li {
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.9;
}

/* لینک‌ها */
.footer a {
    color: rgb(44 44 44 / 80%);
    text-decoration: none;
    transition: .25s ease;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    /* align-items: center; */
    place-content: center;
}

.footer a:hover {
    color: #ffb24a;
}

/* لیست‌ها */
.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer ul li {
    padding: 6px 0;
}

/* ====== OPTIONAL: bottom bar (اگر داری) ====== */
/* اگر بعداً یه بخش کپی‌رایت اضافه کردی، این کلاس رو بده بهش */
.footer .footer-bottom {
    background: rgba(0, 0, 0, .35);
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 16px 0;
    text-align: center;
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
    .footer {
        padding-top: 75px;
    }

    .footer .footer-conteiner {
        gap: 22px;
    }

    .footer .item-footer {
        min-width: 100%;
    }
}
img:is([sizes=auto i],[sizes^="auto," i])
 {
    contain-intrinsic-size: revert !important;
}
span.title-motto {
    font-size: 40px;
    font-family: 'Bufalo';
    background: var(--grad-blue);
    background-clip: text;
    color: #0b070700;
}
h3.title-footer {
    font-size: 3rem;
    font-family: 'Bufalo';
    line-height: 1;
}
.stb-footer-contact{
  direction: rtl;
  text-align: center;
  margin: 0 auto;
}

.stb-footer-contact__title{
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: .2px;
}

.stb-footer-contact__line{
  display: block;
  width: 74px;
  height: 5px;
  border-radius: 999px;
  margin: 0 auto 14px;
  background: linear-gradient(90deg, rgba(255,140,0,.0), rgba(255,140,0,.95), rgba(255,140,0,.0));
  filter: drop-shadow(0 0 10px rgba(255,140,0,.35));
}

.stb-footer-contact__items{
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.stb-footer-contact__item{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(255,255,255,.95);
  text-decoration: none;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.stb-footer-contact__item:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
}

.stb-footer-contact__text {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    margin: 0 auto;
    text-align: center;
}

.stb-footer-contact__icon{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid rgba(255,255,255,.12);
}

.stb-footer-contact__icon.is-phone {
    background: radial-gradient(circle at 30% 30%, rgb(255 255 255), rgb(255 234 234));
    color: #072a12;
}

.stb-footer-contact__icon.is-mail {
    background: radial-gradient(circle at 30% 30%, rgb(255 235 200 / 95%), rgb(219 219 219 / 25%));
    color: #2b1603;
}

.stb-footer-contact__social{
  display: flex;
  justify-content: center;
  gap: 10px;
}

.stb-footer-contact__soc{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.10);
  transition: transform .18s ease, filter .18s ease;
  color: rgba(255,255,255,.92);
  font-size: 14px;
}
footer a span.icon-footer {
    font-size: 23px;
    display: flex;
    color: #01011d;
}
.stb-footer-contact__soc:hover{
  transform: translateY(-2px) scale(1.03);
  filter: brightness(1.08);
}


span.ubermenu-target-title.ubermenu-target-text
Specificity: (0,2,1)
 {
    font-size: 13px !important;
}