.elementor-89 .elementor-element.elementor-element-438880cb:not(.elementor-motion-effects-element-type-background), .elementor-89 .elementor-element.elementor-element-438880cb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-6ab8f16 );}.elementor-89 .elementor-element.elementor-element-438880cb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-89 .elementor-element.elementor-element-438880cb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-89 .elementor-element.elementor-element-3590f62{width:100%;max-width:100%;background-color:var( --e-global-color-6ab8f16 );}.elementor-89 .elementor-element.elementor-element-3590f62.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-3590f62 *//* ===== IAN ACADEMY · FOOTER (Refined Premium · Palette-aligned) ===== */
.ian-ft{
  --ink: #140949;
  --pri: #2667FF;
  --sec: #19727B;
  --acc: #F9CA10;

  --bg:  #F5F5F5;
  --line: rgba(20, 9, 73, .10);
  --line2: rgba(194, 193, 194, .55);
  --muted: rgba(20, 9, 73, .66);

  background: var(--bg);
  color: var(--ink);
  padding: clamp(34px, 4.8vw, 54px) 0 18px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.ian-ft__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(18px, 2.4vw, 28px) 16px 14px;
  position: relative;
  border-radius: 28px;
  overflow: hidden;

  /* یک بک‌گراند لوکس‌تر شبیه سکشن‌های بالاتر */
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(38,103,255,.12), transparent 60%),
    radial-gradient(900px 420px at 92% 10%, rgba(25,114,123,.12), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.52));
  border: 1px solid rgba(20, 9, 73, .08);
  box-shadow:
    0 1px 0 rgba(255,255,255,.85) inset,
    0 34px 90px rgba(20,9,73,.10);
}

/* texture خیلی لطیف‌تر */
.ian-ft__texture{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.05;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280'%3E%3Cg fill='none' stroke='%23140949' stroke-opacity='0.55' stroke-width='1'%3E%3Cpath d='M40 70 L120 40 L180 70 L240 40'/%3E%3Cpath d='M40 180 L120 150 L180 180 L240 150'/%3E%3Cpath d='M70 40 L65 110 L110 140 L65 170 L70 240'/%3E%3Cpath d='M210 40 L215 110 L170 140 L215 170 L210 240'/%3E%3C/g%3E%3Cg fill='%23140949' fill-opacity='0.6'%3E%3Ccircle cx='40' cy='70' r='3'/%3E%3Ccircle cx='120' cy='40' r='3'/%3E%3Ccircle cx='180' cy='70' r='3'/%3E%3Ccircle cx='240' cy='40' r='3'/%3E%3Ccircle cx='40' cy='180' r='3'/%3E%3Ccircle cx='120' cy='150' r='3'/%3E%3Ccircle cx='180' cy='180' r='3'/%3E%3Ccircle cx='240' cy='150' r='3'/%3E%3Ccircle cx='65' cy='110' r='3'/%3E%3Ccircle cx='110' cy='140' r='3'/%3E%3Ccircle cx='65' cy='170' r='3'/%3E%3Ccircle cx='215' cy='110' r='3'/%3E%3Ccircle cx='170' cy='140' r='3'/%3E%3Ccircle cx='215' cy='170' r='3'/%3E%3C/g%3E%3C/svg%3E");
  background-size:280px 280px;
  mix-blend-mode:multiply;
}

.ft-grid{
  position: relative;
  z-index: 1;
  display:grid;
  grid-template-columns: 1.15fr 1fr 1.15fr;
  gap: clamp(14px, 2.2vw, 20px);
  align-items: stretch;
}

/* کارت‌ها: بوردر کمتر، سایه نرم‌تر، حس glass واقعی‌تر */
.ft-col{
  position:relative;
  display:flex;
  flex-direction:column;
  gap: 10px;

  border-radius: 22px;
  padding: 18px 18px 16px;

  background: rgba(255,255,255,.72);
  border: 1px solid rgba(20, 9, 73, .08);
  box-shadow:
    0 1px 0 rgba(255,255,255,.88) inset,
    0 18px 60px rgba(20,9,73,.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ft-col::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius: inherit;
  pointer-events:none;
  background:
    radial-gradient(circle at 0% 0%, rgba(38,103,255,.10), transparent 55%),
    radial-gradient(circle at 100% 10%, rgba(25,114,123,.10), transparent 60%);
  opacity: .9;
}

.ft-title{
  position:relative;
  margin: 0;
  font-weight: 950;
  font-size: 17px;
  letter-spacing: -0.01em;
}

.ft-lead{
  position:relative;
  margin: 0;
  color: var(--muted);
  font-weight: 650;
  font-size: 13.6px;
  line-height: 1.75;
}

.ft-sub{
  position:relative;
  margin: 10px 0 0;
  font-weight: 900;
  font-size: 13px;
  color: rgba(20,9,73,.90);
}

.ft-note{
  position:relative;
  margin: 0;
  color: var(--muted);
  font-weight: 650;
  font-size: 12.6px;
  line-height: 1.7;
}

.ft-line{
  position:relative;
  margin: 0;
  color: rgba(20,9,73,.82);
  font-weight: 700;
  font-size: 13px;
}

.ft-sep{ color: rgba(20,9,73,.32); margin: 0 8px; }

.ft-link{
  color: rgba(20,9,73,.90);
  text-decoration: none;
  border-bottom: 1px dashed rgba(38,103,255,.40);
}
.ft-link:hover{ border-bottom-color: rgba(25,114,123,.55); }

/* سوشال: دکمه‌ها جمع‌وجورتر و تمیزتر */
.ft-social{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  padding: 0;
  margin: 6px 0 0;
  list-style:none;
}
.ft-grid > .ft-col:nth-child(1) .ft-social{ margin-top: auto; } /* سوشال پایین‌تر، حس مرتب */

.soc{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  text-decoration:none;
  color: rgba(20,9,73,.88);
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(20,9,73,.08);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 12px 26px rgba(20,9,73,.07);
  font-weight: 900;
  font-size: 12.6px;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.soc:hover{
  transform: translateY(-1px);
  border-color: rgba(38,103,255,.28);
  box-shadow:
    0 1px 0 rgba(255,255,255,.92) inset,
    0 18px 44px rgba(20,9,73,.10);
}
.soc-ico{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(194,193,194,.55);
}
.soc-ico svg{
  width: 16px; height: 16px;
  stroke: var(--pri);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* Newsletter: زیباتر + CTA گرادیانت Blue→Teal (بدون بنفش) */
.news-form{ position:relative; display:grid; gap: 10px; }
.ft-grid > .ft-col:nth-child(2) .news-form{ margin-top: auto; } /* فرم پایین‌تر، مرتب */

.news-field{
  display:flex;
  gap: 10px;
  align-items: stretch;
}
.news-field input{
  flex:1;
  min-height: 46px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid rgba(20,9,73,.10);
  background: rgba(255,255,255,.86);
  color: rgba(20,9,73,.92);
  outline: none;
  font-weight: 750;
  font-size: 14px;
  box-shadow: 0 1px 0 rgba(255,255,255,.88) inset;
}
.news-field input:focus{
  border-color: rgba(38,103,255,.40);
  box-shadow: 0 0 0 3px rgba(38,103,255,.14);
}
.news-btn{
  min-width: 170px;
  min-height: 46px;
  padding: 0 14px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, var(--pri), var(--sec));
  box-shadow: 0 16px 40px rgba(38,103,255,.18);
  font-weight: 950;
  font-size: 14px;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.news-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 58px rgba(25,114,123,.18);
  filter: saturate(1.03);
}

.news-gdpr{
  display:flex;
  gap: 8px;
  align-items:flex-start;
  font-weight: 650;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(20,9,73,.70);
}
.news-gdpr a{
  color: rgba(20,9,73,.86);
  text-decoration: underline;
  text-decoration-color: rgba(38,103,255,.35);
}

.hp{ position:absolute; left:-9999px; opacity:0; }
.news-msg{ margin:0; font-weight: 900; font-size: 12.5px; line-height: 1.6; }
.news-msg.ok{ color: rgba(25,114,123,.95); }
.news-msg.err{ color: rgba(220,38,38,.95); }

/* Map */
.ft-addr{
  position:relative;
  margin: 0;
  color: rgba(20,9,73,.76);
  font-weight: 650;
  font-size: 12.6px;
  line-height: 1.7;
}
.ft-map{
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(20,9,73,.10);
  background: rgba(255,255,255,.82);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 18px 55px rgba(20,9,73,.10);
}
.ft-map iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }

.ft-maplink{
  position:relative;
  display:inline-block;
  margin-top: 6px;
  width: fit-content;
  color: rgba(20,9,73,.82);
  text-decoration:none;
  font-weight: 900;
  font-size: 12.5px;
}
.ft-maplink:hover{ text-decoration: underline; color: rgba(20,9,73,.95); }

/* Bottom bar: تمیزتر، کمتر شلوغ */
.ft-bottom{
  position: relative;
  z-index: 1;
  margin-top: 16px;
  padding: 12px 6px 2px;
  border-top: 1px solid rgba(20,9,73,.08);

  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px 14px;
  align-items: center;

  color: rgba(20,9,73,.62);
  font-weight: 650;
  font-size: 12px;
  line-height: 1.6;
}

.ft-bottom-links{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  white-space: nowrap;
}
.ft-bottom-links a{
  color: rgba(20,9,73,.78);
  text-decoration:none;
  font-weight: 900;
}
.ft-bottom-links a:hover{ text-decoration: underline; }
.ft-bottom-links .sep{ color: rgba(20,9,73,.30); }

.ft-bottom-meta{
  text-align:center;
}

.ft-bottom-country{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap: 8px;
}
.ft-country-label{ color: rgba(20,9,73,.70); font-weight: 800; }
.ft-country-chip{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(20,9,73,.10);
  background: rgba(255,255,255,.72);
  color: rgba(20,9,73,.86);
  font-weight: 900;
  font-size: 11px;
}

/* Responsive */
@media (max-width: 980px){
  .ft-grid{ grid-template-columns: 1fr 1fr; }
  .ft-bottom{ grid-template-columns: 1fr; }
  .ft-bottom-meta{ text-align:left; }
  .ft-bottom-country{ justify-content:flex-start; }
}
@media (max-width: 680px){
  .ft-grid{ grid-template-columns: 1fr; }
  .news-field{ flex-direction: column; }
  .news-btn{ width: 100%; min-width: unset; }
}/* End custom CSS */