.elementor-44267 .elementor-element.elementor-element-4cb40c1{--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-44267 .elementor-element.elementor-element-69a3e23{margin:-22px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-076a96a *//* FULL WIDTH STRIP */
.top-header-strip {
  width: 100%;
  background: linear-gradient(135deg, #020d26, #051a3d);
  color: #ffffff;
}

/* INNER WRAPPER */
.top-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 30px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.6fr;
  align-items: center;
}

/* LOGO */
.top-logo img {
  max-height: 55px;
}

/* SOCIAL ICONS */
.top-socials {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.top-socials img {
  width: 36px;
  height: 36px;
  transition: transform 0.3s ease;
}

.top-socials img:hover {
  transform: translateY(-4px);
}

/* CONTACT */
.top-contact {
  text-align: right;
  font-size: 15px;
  line-height: 1.6;
}

/* FORCE WHITE */
.top-header-strip * {
  color: #ffffff !important;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .top-header-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 12px;
  }

  .top-contact {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69a3e23 */.footer-mid {
  width: 100%;
  background: #0b2f63;
  color: #ffffff;
}

.footer-mid * {
  color: #ffffff;
}

.footer-mid-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px 40px;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 1.1fr 1.4fr 0.6fr;
  gap: 40px;
}

/* HEADINGS */
.footer-col h4 {
  color: #ff8c2b;
  font-size: 18px;
  margin-bottom: 18px;
}

/* TEXT */
.footer-col p {
  font-size: 14px;
  line-height: 1.7;
}

/* LISTS */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

/* CONTACT */
.footer-contact .contact-item {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
}

.footer-contact .icon {
  font-size: 18px;
  color: #ff8c2b;
}

/* BURJ */
.footer-burj {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.footer-burj img {
  max-height: 320px;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .footer-mid-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-burj {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .footer-mid-inner {
    grid-template-columns: 1fr;
  }

  .footer-burj {
    justify-content: center;
  }
}/* End custom CSS */