.elementor-233 .elementor-element.elementor-element-edc29d0{--display:flex;}.elementor-233 .elementor-element.elementor-element-edc29d0:not(.elementor-motion-effects-element-type-background), .elementor-233 .elementor-element.elementor-element-edc29d0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B1C2D;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-56c717d *//* ================= FOOTER ================= */
.poly-footer {
  position: relative;
  background: linear-gradient(180deg, #0B1C2D, #13293D);
  padding: 50px 0 16px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

/* ========== BACKGROUND EFFECTS ========== */
.bg-effects {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

/* CIRCLES */
.circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(245, 179, 1, 0.08);
  animation: floatSoft 22s infinite ease-in-out;
}

.c1 {
  width: 260px;
  height: 260px;
  top: 12%;
  left: 4%;
}

.c2 {
  width: 360px;
  height: 360px;
  bottom: 8%;
  right: 6%;
  animation-duration: 30s;
}

/* WAVE */
.wave {
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 200%;
  height: 200px;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.08), transparent 65%);
  animation: waveMove 35s linear infinite;
  opacity: 0.45;
}

/* ANIMATIONS */
@keyframes floatSoft {
  0% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
  100% { transform: translateY(0); }
}

@keyframes waveMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ========== CONTENT ========== */
.footer-container {
  position: relative;
  z-index: 1;
  max-width: 1300px;   /* تحكم في عرض المحتوى */
  margin: auto;
  padding: 0 24px;     /* مسافة يمين وشمال بس */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}


/* LOGO */
.footer-logo img {
  max-width: 170px;
  display: block;
}

.footer-logo .address {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #D6D0C6;
}

/* TITLES */
.footer-col h4 {
  color: #F5B301;
  margin-bottom: 16px;
  font-size: 17px;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: 9px;
}

.footer-col a {
  color: #BFC6CC;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col a:hover {
  color: #F5B301;
}

/* CONTACT */
.footer-col p {
  font-size: 14px;
  color: #D6D0C6;
  margin-bottom: 7px;
}

.icon {
  color: #8B6A3E;
  margin-right: 6px;
}

/* CTA BUTTON */
.footer-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #F5B301, #D9A441);
  color: #0B1C2D;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}

.footer-btn:hover {
  background: linear-gradient(135deg, #8B6A3E, #6F5432);
  color: #ffffff;
  transform: translateY(-2px);
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 1px;
  font-size: 13px;
  color: #BFC6CC;
  border-top: 1px solid rgba(255,255,255,0.1);
}
html, body {
  width: 100%;
  overflow-x: hidden;
}/* End custom CSS */