.elementor-24 .elementor-element.elementor-element-e32d4a9{--display:flex;}.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-c05631f *//* ========== FOOTER - FULL WIDTH ========== */
.site-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  color: #ffffff;
  font-family: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
  position: relative;
  left: 0;
  right: 0;
}

/* ---------- Top CTA Strip ---------- */
.footer-cta {
  background: #03254f;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.footer-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px clamp(16px, 4vw, 60px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}

/* Yellow diagonal shape on the right */
.footer-cta::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: #e5940e;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
}

.cta-left {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 520px;
}

.cta-icon {
  width: 52px;
  height: 52px;
  background: #e5940e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-icon i {
  font-size: 22px;
  color: #ffffff;
}

.cta-text h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #ffffff;
}

.cta-text p {
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.cta-buttons {
  display: flex;
  gap: 14px;
  position: relative;
  z-index: 2;
}

.btn-quote {
  background: #03254f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-quote:hover {
  background: #021a38;
}

.btn-contact {
  background: transparent;
  color: #03254f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 11px 22px;
  border: 2px solid #03254f;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-contact:hover {
  background: #03254f;
  color: #ffffff;
}

/* ---------- Main Footer ---------- */
.footer-main {
  background: #03254f;
  padding: 50px 0 40px;
  width: 100%;
}

.footer-main-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 60px);
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 50px;
}

.footer-col h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #ffffff;
}

.footer-logo img {
  height: 120px;
  width: auto;
  margin-bottom: 14px;
  display: block;
}

.about-col p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 8px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 14.5px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #e5940e;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px 0;
}

.contact-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.contact-list i {
  color: #e5940e;
  font-size: 15px;
  margin-top: 3px;
  flex-shrink: 0;
}

.contact-list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.contact-list a:hover {
  color: #e5940e;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.2s ease;
}

.social-icons a:hover {
  background: #e5940e;
  border-color: #e5940e;
  color: #03254f;
}

/* ---------- Bottom Bar ---------- */
.footer-bottom {
  background: #021a38;
  padding: 16px 0;
  width: 100%;
}

.footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 60px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-legal a:hover {
  color: #e5940e;
}

.footer-legal span {
  color: rgba(255, 255, 255, 0.4);
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .footer-cta-inner {
    flex-direction: column;
    text-align: center;
    padding: 30px 24px;
  }

  .footer-cta::after {
    width: 100%;
    height: 45%;
    top: auto;
    bottom: 0;
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  }

  .cta-left {
    flex-direction: column;
    max-width: 100%;
  }

  .cta-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-main-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
    padding: 0 24px;
  }

  .about-col {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .footer-main-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 0 20px;
  }

  .cta-text h3 {
    font-size: 19px;
  }

  .btn-quote,
  .btn-contact {
    padding: 12px 18px;
    font-size: 12.5px;
  }
}/* End custom CSS */