.elementor-3076 .elementor-element.elementor-element-f4e426f{--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;}.elementor-3076 .elementor-element.elementor-element-df37d5a.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-3076 .elementor-element.elementor-element-df37d5a{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-df37d5a */.footer-map-center {
    position: relative;
    background-color: #122C43;
    padding: 100px 0;
    overflow: hidden;
}

/* تصویر وسط */
.footer-map-center::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 650px;
    height: 380px;
    background-image: url('https://daniel-groups.com/wp-content/uploads/2025/12/aa54725b-6ca3-43b6-bebf-caa5b027c1e4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    opacity: 0.32;
    mix-blend-mode: lighten;
    filter: brightness(0.55) contrast(1.25);
    z-index: 0;
}

/* محتوا */
.footer-map-center > * {
    position: relative;
    z-index: 2;
}

/* ساختار داخلی */
.footer-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 40px;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-col {
    width: 30%;
}

.center-col {
    width: 40%;
    text-align: center;
}

/* تیترها */
.footer-col h3,
.footer-about h3 {
    color: #D4A043;
    font-size: 20px;
    margin-bottom: 15px;
}

/* متن درباره ما */
.footer-about p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.9;
}

/* ایمیل */
.footer-email a {
    color: #D4A043;
    text-decoration: none;
    font-weight: bold;
}

.footer-email a:hover {
    color: #ffffff;
}

/* لینک‌ها */
.footer-col ul li a {
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #D4A043;
}

/* لوگو */
.footer-logo img {
    width: 160px;
    margin-bottom: 20px;
    opacity: 0.92;
}

/* دکمه‌های شبکه اجتماعی */
.footer-buttons {
    margin-top: 30px;
    display: flex;
    gap: 12px;
}

/* ساختار دکمه گرد */
.btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #D4A043;
    color: #122C43;

    text-decoration: none;
    transition: 0.3s;
}

.btn-circle:hover {
    background-color: #ffffff;
    transform: scale(1.1);
}

/* آیکون واتساپ */
.icon-whatsapp::before {
    content: "📞";
    font-size: 24px;
}

/* آیکون اینستا */
.icon-instagram::before {
    content: "📷";
    font-size: 22px;
}

/* پایین فوتر */
.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.7;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .footer-col,
    .center-col {
        width: 100%;
    }

    .footer-map-center::before {
        width: 330px;
        height: 190px;
        opacity: 0.28;
    }
}
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px; /* فاصله استاندارد بین ستون‌ها */
}

.footer-col {
    min-width: 240px;  /* ستون‌ها هم اندازه‌تر می‌شن */
}

.footer-col ul {
    margin: 0;
    padding: 0;
    line-height: 2.1; /* فاصله بین شماره‌ها */
}

.footer-col h3 {
    margin-bottom: 8px; /* فاصله از متن پایین */
}

.center-col {
    text-align: center; /* ستون وسط واقعی وسط میشه */
}

.footer-col:nth-child(3) { 
    text-align: right; /* ستون دفاتر مرتب و منظم */
}
/* ریسپانسیو موبایل */
@media (max-width: 768px) {

  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    gap: 35px;
  }

  .footer-col {
    width: 100%;
    max-width: 380px;
  }

  .footer-col h3 {
    margin-bottom: 10px;
    font-size: 18px !important;
  }

  .footer-col ul li a {
    font-size: 15px !important;
  }

  /* لوگو وسط */
  .footer-logo img {
    max-width: 160px;
    margin: 0 auto 15px auto;
    display: block;
  }

  /* متن درباره ما */
  .footer-about p {
    font-size: 15px !important;
    line-height: 1.8;
  }

  /* فاصله ستون وسط */
  .center-col {
    margin: 0 auto;
  }

  /* دکمه‌های واتساپ و اینستاگرام */
  .footer-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }

  .btn-circle img {
    width: 32px !important;
    height: 32px !important;
  }

  /* بخش پایین */
  .footer-bottom {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
  }

  /* تنظیم تصویر نقشه وسط فوتر */
  .footer-map-center::before {
    width: 300px !important;
    height: 180px !important;
    background-size: contain !important;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.35; /* بهتر دیده شود اما مزاحم متن نباشد */
  }
}
.footer-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

/* ستون وسط واقعاً وسط قرار بگیرد */
.center-col {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 420px; /* متعادل و تمیز */
}

/* لوگو دقیق وسط */
.center-col .footer-logo img {
  display: block;
  margin: 0 auto 15px auto;
}

/* متن درباره ما کاملاً وسط */
.center-col .footer-about p,
.center-col .footer-about h3 {
  text-align: center !important;
}
/* سکشن در موبایل جمع‌تر و کوتاه‌تر شود */
@media (max-width: 768px) {

  .your-section {
    padding: 30px 20px;        /* کاهش ارتفاع */
    margin: 0 auto;
    max-width: 420px;          /* جلوگیری از کشیده شدن */
    border-radius: 14px;        /* جمع شدن در موبایل */
    overflow: hidden;
    animation: floatSoft 3.5s ease-in-out infinite;  /* حرکت نرم */
  }

  .your-section img {
    max-width: 100%;
    border-radius: 10px;
  }

  .your-section h2,
  .your-section p {
    text-align: center;
  }
}

/* انیمیشن بسیار نرم و لوکس */
@keyframes floatSoft {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}/* End custom CSS */