.elementor-1827 .elementor-element.elementor-element-28240efe{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:-21px;--margin-right:0px;}.elementor-1827 .elementor-element.elementor-element-4737305{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-4df49a81 */.reno-image{
  margin: 24px 0;
}

.reno-image img{
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
}
/* ================================
   EV Construction – Compact CTA Banner
   Dark / Gold – Minimal Height
   ================================ */

.reno-cta-mini{
  position: relative;
  margin: 26px 0 26px; /* فاصله کنترل‌شده بالا و پایین */
  border-radius: 16px;
  overflow: hidden;
  background: #112031;
  box-shadow: 0 14px 28px rgba(17, 32, 49, 0.18);
}

/* Gold accent bar */
.reno-cta-mini__bar{
  height: 6px;
  background: #DE9905;
}

/* Body */
.reno-cta-mini__body{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px; /* ارتفاع کم */
  background: linear-gradient(135deg, #112031 0%, #1B2c3c 100%);
}

/* Text */
.reno-cta-mini__text{
  color: rgba(255,255,255,0.92);
  font-weight: 700;
  line-height: 1.35;
  font-size: 1rem;
}

/* Button */
.reno-cta-mini__btn{
  display: inline-flex;
  align-items: center;
  padding: 5px 18px;
  border-radius: 999px;
  background: white;
  border: 1.5px solid #DE9905;
  color: white; /* کنتراست درست روی بک‌گراند تیره */
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s ease, border-color 0.25s ease;
}

/* Hover – only text turns white */
.reno-cta-mini__btn:hover{
    background-color: white;
  color: black !important;
  border-color: #ffffff;
}

/* Mobile */
@media (max-width: 600px){
  .reno-cta-mini__body{
    flex-direction: column;
    align-items: flex-start;
  }

  .reno-cta-mini__btn{
    width: 100%;
    justify-content: center;
  }
}

/* Optional: smarter spacing when placed inside content */
p + .reno-cta-mini{
  margin-top: 14px;
}

.reno-cta-mini + p{
  margin-top: 12px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-28240efe *//* =========================================================
   Bathroom Article – Full Professional CSS (NO BACKGROUND)
   Includes: Typography, Sections, TOC Navigation, FAQ
   ========================================================= */

:root{
  --text: #0f172a;
  --muted: #475569;
  --border: rgba(15, 23, 42, 0.12);
  --shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  --radius: 14px;

  /* Accent colors */
  --accent: #112031;
  --highlight: #f3c623;

  --max: 860px;
}

/* ---------- Base ---------- */

.reno-article{
  background: transparent;
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  line-height: 1.75;
}

.reno-article *{
  box-sizing: border-box;
}

/* ---------- Hero ---------- */

.reno-hero{
  background: transparent;
  padding: 48px 1px 28px;
  border-bottom: 1px solid var(--border);
}

.reno-hero__inner,
.reno-section,
.reno-toc{
  width: min(var(--max), calc(100% - 36px));
  margin-inline: auto;
}

.reno-eyebrow{
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
}

.reno-hero h1{
  margin: 10px 0 14px;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.15;
  color: var(--accent);
}

.reno-subtitle{
  font-size: 1.05rem;
  color: var(--muted);
  margin-bottom: 12px;
}

.reno-lead{
  max-width: 75ch;
  margin-bottom: 12px;
}

/* ---------- TOC Navigation ---------- */

.reno-toc{
  margin: 36px auto 0;
  padding: 0;
}

.reno-toc__title{
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.reno-toc__list{
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: toc;
  display: grid;
  gap: 12px;
}

.reno-toc__list li{
  counter-increment: toc;
}

.reno-toc__list li a{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
  transition: color 0.25s ease;
}

/* Number badge */
.reno-toc__list li a::before{
  content: counter(toc);
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent);
  border: 1px solid var(--border);
  border-radius: 999px;
  transition: border-color 0.25s ease;
}

.reno-toc__list li a:hover{
  color: var(--accent);
}

.reno-toc__list li a:hover::before{
  border-color: var(--accent);
}

/* ---------- Sections ---------- */

.reno-section{
  padding: 40px 18px;
  background: transparent;
}

.reno-section h2{
  font-size: 1.55rem;
  margin-bottom: 10px;
  color: var(--accent);
}

.reno-section h3{
  margin: 18px 0 8px;
  font-size: 1.15rem;
}

.reno-section h4{
  margin: 14px 0 6px;
  font-size: 1rem;
}

.reno-section p{
  margin-bottom: 12px;
}

.reno-list{
  padding-left: 18px;
  margin: 12px 0 16px;
}

.reno-list li{
  margin-bottom: 8px;
}

/* ---------- Notes / Tips ---------- */

.reno-note{
  margin-top: 22px;
  padding-left: 16px;
  border-left: 3px solid var(--highlight);
}

.reno-note__title{
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 6px;
}

.reno-link{
  color: var(--accent);
  text-decoration: underline;
  font-weight: 600;
}

/* ---------- FAQ ---------- */

.reno-faq{
  margin-top: 24px;
}

.reno-faq__item{
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
}

.reno-faq__item summary{
  cursor: pointer;
  font-weight: 700;
  color: var(--accent);
  list-style: none;
}

.reno-faq__item summary::-webkit-details-marker{
  display: none;
}

.reno-faq__content{
  margin-top: 8px;
}

/* ---------- Footer ---------- */

.reno-footer{
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  color: var(--muted);
}

/* ---------- Responsive ---------- */

@media (max-width: 600px){
  .reno-section{
    padding: 32px 18px;
  }

  .reno-toc__list li a::before{
    min-width: 26px;
    height: 26px;
  }
}
/* =========================================================
   Image Fix – Align + Border + Spacing (Reno Article)
   ========================================================= */

.reno-section figure{
  margin: 12px 0 18px;     /* فاصله بالا/پایین کنترل شده */
  padding: 0;
}

.reno-section h2 + figure{
  margin-top: 10px;        /* فاصله بعد از تیتر کمتر و مرتب */
}

.reno-section h3 + figure{
  margin-top: 10px;
}

/* وردپرس گاهی figure رو با display:block و margin های عجیب میده */
.reno-section figure,
.reno-section img{
  max-width: 100%;
}

/* تصویر هم‌سطح با متن + استایل شیک */
.reno-section img{
  display: block;
  width: 100%;
  height: auto;

  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);

  margin: 0;               /* مهم: margin پیش‌فرض عکس حذف */
}

/* اگر وردپرس کلاس alignnone/aligncenter داد */
.reno-section img.alignnone,
.reno-section img.aligncenter,
.reno-section img.alignleft,
.reno-section img.alignright{
  margin: 0 !important;    /* با متن هم‌سطح نگه می‌داره */
  float: none !important;  /* از بهم‌ریختگی جلوگیری */
}

/* در بعضی تم‌ها figure یا img padding می‌گیرن */
.reno-section figure.wp-block-image{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* optional: کپشن (اگر استفاده کردی) */
.reno-section figcaption{
  margin-top: 8px;
  font-size: 0.9rem;
  color: var(--muted);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcdab44 *//* ---------- Inline CTA Banner ---------- */

.reno-inline-banner{
  position: relative;
  margin: 42px 0;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #112031 0%,
    #0b1a2a 100%
  );
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.25);
}

/* Overlay */
.reno-inline-banner__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      rgba(17, 32, 49, 0.55),
      rgba(17, 32, 49, 0.55)
    );
}

/* Content */
.reno-inline-banner__content{
  position: relative;
  padding: 38px 36px;
  max-width: 720px;
  color: white;
}

.reno-inline-banner__content h3{
  margin: 0 0 10px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
}

.reno-inline-banner__content p{
  margin: 0 0 18px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
}

/* Button */
.reno-inline-banner__btn{
 
  display: inline-block;
  padding: 12px 22px;
  background: #f3c623;
  color: #112031;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.reno-inline-banner__btn:hover{
  transform: translateY(-2px);
  background: #ffffff;
}

/* Mobile */
@media (max-width: 600px){
  .reno-inline-banner__content{
    padding: 30px 22px;
  }

  .reno-inline-banner__content h3{
    font-size: 1.3rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4737305 *//* =========================================================
   EV Construction – Premium Inline CTA Banner
   ========================================================= */

.reno-cta-banner{
  position: relative;
  margin: 52px 0;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      #112031 0%,
      #1B2c3c 100%
    );
  box-shadow:
    0 20px 45px rgba(17, 32, 49, 0.45);
}

/* Overlay texture */
.reno-cta-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(17,32,49,0.75),
      rgba(27,44,60,0.85)
    );
}

/* Content */
.reno-cta-content{
  position: relative;
  max-width: 760px;
  padding: 42px 40px;
  color: #ffffff;
}

/* Eyebrow */
.reno-cta-eyebrow{
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #DE9905;
}

/* Headline */
.reno-cta-content h3{
  margin: 0 0 12px;
  font-size: 1.65rem;
  line-height: 1.25;
  font-weight: 700;
  color: #ffffff;
}

/* Text */
.reno-cta-content p{
  margin: 0 0 22px;
  max-width: 62ch;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.9);
}

/* Actions */
.reno-cta-actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Button */
.reno-cta-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  background: linear-gradient(
    135deg,
    #DE9905,
    #f0b326
  );
  color: #112031;
  font-weight: 800;
  font-size: 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: 0.3px;
  box-shadow:
    0 10px 22px rgba(222,153,5,0.45);
  transition: all 0.25s ease;
}

.reno-cta-btn:hover{
  transform: translateY(-2px);
  color: #ffffff; /* متن سفید */
  box-shadow:
    0 16px 34px rgba(222,153,5,0.55);
  background: linear-gradient(
    135deg,
    #f0b326,
    #ffd36a
  );
}

/* Mobile */
@media (max-width: 600px){
  .reno-cta-content{
    padding: 32px 22px;
  }

  .reno-cta-content h3{
    font-size: 1.4rem;
  }

  .reno-cta-content p{
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS */body {
    padding: 0;
    margin: 0;
}/* End custom CSS */