.elementor-6634 .elementor-element.elementor-element-9df351a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f8f425f *//* =============================================
   FOOTER CSS
   Appearance → Customize → Additional CSS
   ============================================= */

.ahtsham-footer {
  position: relative;
  background: #0D1117;
  border-top: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  width: 100%;
}

/* Top glow */
.ahtsham-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 1px;
  background: linear-gradient(90deg, transparent, #00E87A, transparent);
}

.ahtsham-footer::after {
  content: '';
  position: absolute;
  top: -60px; left: 50%;
  transform: translateX(-50%);
  width: 400px; height: 120px;
  background: radial-gradient(ellipse, rgba(0,232,122,0.08) 0%, transparent 70%);
  pointer-events: none;
}

/* ── FOOTER MAIN ── */
.footer-main {
  padding: 70px 60px 50px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 60px;
  position: relative;
  z-index: 1;
}

/* ── LOGO COLUMN ── */
.footer-logo-col {}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 20px;
  width: fit-content;
}
.footer-logo-box {
  width: 38px; height: 38px;
  background: #00E87A;
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800; font-size: 1.1rem;
  color: #080A0F;
  flex-shrink: 0;
  transition: box-shadow 0.3s;
}
.footer-logo:hover .footer-logo-box {
  box-shadow: 0 0 24px rgba(0,232,122,0.5);
}
.footer-logo-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 800; font-size: 1.15rem;
  color: #F0F4F8; line-height: 1;
}
.footer-logo-text em {
  display: block; font-style: normal;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400; font-size: 0.62rem;
  color: #6B7A90;
  letter-spacing: 0.08em;
  text-transform: uppercase; margin-top: 3px;
}

.footer-tagline {
  font-size: 0.9rem;
  color: rgba(240,244,248,0.45);
  line-height: 1.75;
  font-weight: 300;
  max-width: 280px;
  margin-bottom: 28px;
  font-family: 'DM Sans', sans-serif;
}

/* Social icons */
.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-social-btn {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: all 0.25s;
  flex-shrink: 0;
}
.footer-social-btn svg {
  width: 16px; height: 16px;
  fill: rgba(240,244,248,0.5);
  transition: fill 0.25s;
}
.footer-social-btn:hover {
  background: rgba(0,232,122,0.1);
  border-color: rgba(0,232,122,0.25);
}
.footer-social-btn:hover svg { fill: #00E87A; }

/* ── LINKS COLUMNS ── */
.footer-col h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #F0F4F8;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}
.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 24px; height: 2px;
  background: #00E87A;
  border-radius: 2px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a {
  color: rgba(240,244,248,0.45);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
  transition: color 0.2s, padding-left 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-links a::before {
  content: '';
  width: 0; height: 1px;
  background: #00E87A;
  transition: width 0.2s;
  flex-shrink: 0;
}
.footer-links a:hover {
  color: #F0F4F8;
  padding-left: 4px;
}
.footer-links a:hover::before { width: 12px; }

/* ── FOOTER BOTTOM ── */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 20px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.footer-copy {
  font-size: 0.78rem;
  color: rgba(240,244,248,0.25);
  font-family: 'DM Sans', sans-serif;
}
.footer-copy span { color: rgba(240,244,248,0.4); }

.footer-made {
  font-size: 0.75rem;
  color: rgba(240,244,248,0.2);
  font-family: 'DM Sans', sans-serif;
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer-made .heart { color: #00E87A; }

/* Elementor override */
.ahtsham-footer .elementor-container,
.ahtsham-footer .elementor-column,
.ahtsham-footer .elementor-widget-wrap {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

/* Responsive */
@media (max-width: 860px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 50px 30px 40px;
  }
  .footer-logo-col { grid-column: 1 / -1; }
  .footer-bottom { padding: 18px 30px; }
}
@media (max-width: 480px) {
  .footer-main { grid-template-columns: 1fr; padding: 40px 20px 30px; }
  .footer-bottom { padding: 16px 20px; flex-direction: column; text-align: center; }
}/* End custom CSS */


