.elementor-222 .elementor-element.elementor-element-338dadb{--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;--overlay-opacity:0.5;}.elementor-222 .elementor-element.elementor-element-338dadb::before, .elementor-222 .elementor-element.elementor-element-338dadb > .elementor-background-video-container::before, .elementor-222 .elementor-element.elementor-element-338dadb > .e-con-inner > .elementor-background-video-container::before, .elementor-222 .elementor-element.elementor-element-338dadb > .elementor-background-slideshow::before, .elementor-222 .elementor-element.elementor-element-338dadb > .e-con-inner > .elementor-background-slideshow::before, .elementor-222 .elementor-element.elementor-element-338dadb > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#11182E;--background-overlay:'';}.elementor-222 .elementor-element.elementor-element-0815816{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-0815816 */.ouziad-premium-footer {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #0b1220, #111827 45%, #1f2937 100%);
  color: #e5e7eb;
  padding: 80px 0 30px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.ouziad-footer-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(61,67,237,0.15), transparent 40%);
  pointer-events: none;
}

.ouziad-footer-container {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}

/* GRID */
.ouziad-footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* HEADINGS */
.ouziad-footer-col h3,
.ouziad-footer-col h4 {
  color: #ffffff;
  margin-bottom: 18px;
  font-weight: 700;
}

.ouziad-footer-col h3 {
  font-size: 28px;
}

.ouziad-footer-col h4 {
  font-size: 18px;
}

/* TEXT */
.ouziad-footer-col p {
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.9;
}

/* LIST */
.ouziad-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ouziad-footer-col ul li {
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative;
}

/* BULLET COLOR UPDATED */
.ouziad-footer-col ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3d43ed;
}

/* LINKS */
.ouziad-footer-col a {
  color: #dbeafe;
  text-decoration: none;
  transition: 0.3s;
}

.ouziad-footer-col a:hover,
.ouziad-footer-links a:hover {
  color: #3d43ed;
}

/* CHECK LIST ICON COLOR */
.ouziad-check-list li::before {
  background: #3d43ed;
}

/* SEO BOX */
.ouziad-footer-middle {
  padding: 35px 0;
}

.ouziad-seo-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(61,67,237,0.2);
  border-radius: 18px;
  padding: 25px;
  backdrop-filter: blur(6px);
}

.ouziad-seo-box p {
  margin: 0;
  color: #f3f4f6;
  font-size: 16px;
  line-height: 1.9;
}

/* LINKS ROW */
.ouziad-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px 0 30px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ouziad-footer-links a {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}

/* CONTACT CARDS */
.ouziad-footer-contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 35px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.contact-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(61,67,237,0.2);
  border-radius: 16px;
  padding: 22px;
  text-align: center;
  transition: 0.3s;
}

.contact-card:hover {
  border-color: #3d43ed;
  transform: translateY(-3px);
}

.contact-card .label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3d43ed;
  margin-bottom: 8px;
}

.contact-card p {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}

/* FOOTER BOTTOM */
.ouziad-footer-bottom {
  padding-top: 25px;
  text-align: center;
}

.ouziad-footer-bottom p {
  margin: 6px 0;
  color: #94a3b8;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .ouziad-footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .ouziad-footer-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ouziad-footer-top {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */