.sk-footer-container {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 70px 0 34px;
  background: transparent;
  color: #cbd5e1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  box-sizing: border-box;
  overflow: visible;
}

.sk-footer-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #03172c;
  z-index: -1;
}

.sk-footer-top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.1);
  gap: 48px;
}

.sk-footer-brand-box {
  flex: 1.2;
  max-width: 680px;
}

.sk-footer-logo {
  width: 420px;
  max-width: 100%;
  height: auto;
  margin-bottom: 28px;
  display: block;
}

.sk-footer-desc {
  font-size: 18px;
  margin: 0 0 28px;
  color: #cbd5e1;
  max-width: 560px;
}

.sk-trust-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.sk-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.sk-trust-icon {
  display: inline-flex;
  align-items: center;
  color: #00b4d8;
}

.sk-trust-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.sk-footer-divider {
  width: 1px;
  height: 150px;
  background-color: rgba(255,255,255,.14);
}

/* CTA Booking Card */
.sk-footer-cta-box {
  background-color: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 28px;
  width: 100%;
  max-width: 430px;
  box-sizing: border-box;
}

.sk-cta-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.sk-cta-circle-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(0,180,216,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b4d8;
  flex-shrink: 0;
}

.sk-cta-circle-icon svg {
  width: 24px;
  height: 24px;
}

.sk-cta-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px;
}

.sk-cta-sub {
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
  font-weight: 800;
}

.sk-accent-text {
  color: #00b4d8;
}

.sk-footer-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding: 17px 24px;
  border-radius: 10px;
  background-color: #00b4d8;
  color: #fff !important;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none !important;
  border: none;
  box-sizing: border-box;
  transition: transform .2s ease, opacity .2s ease, background-color .2s ease;
}

.sk-footer-cta-btn,
.sk-footer-cta-btn:link,
.sk-footer-cta-btn:visited,
.sk-footer-cta-btn:hover,
.sk-footer-cta-btn:focus,
.sk-footer-cta-btn span,
.sk-footer-cta-btn svg,
.sk-footer-cta-btn path {
  color: #fff !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.sk-footer-cta-btn:hover,
.sk-footer-cta-btn:focus {
  transform: translateY(-2px);
  opacity: .95;
  background-color: #009fc0;
}

.sk-cta-btn-icon {
  display: inline-flex;
  align-items: center;
}

.sk-cta-btn-icon svg {
  width: 20px;
  height: 20px;
}

.sk-cta-arrow {
  margin-left: auto;
}

/* Elementor override */
.sk-footer-container a.sk-footer-cta-btn,
.sk-footer-container a.sk-footer-cta-btn *,
.elementor .sk-footer-container a.sk-footer-cta-btn,
.elementor .sk-footer-container a.sk-footer-cta-btn * {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}

/* Middle Section */
.sk-footer-middle {
  max-width: 1200px;
  margin: 0 auto;
  padding: 46px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  gap: 50px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.sk-col-title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.8px;
  margin: 0 0 22px;
  text-transform: uppercase;
  color: #00b4d8;
}

.sk-col-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.sk-col-links li a {
  color: #cbd5e1;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 9px;
  transition: color .25s ease, transform .25s ease;
  font-weight: 500;
}

.sk-col-links li a:hover,
.sk-col-links li a:focus {
  color: #fff;
  transform: translateX(3px);
}

.sk-arrow-prefix {
  font-size: 11px;
  opacity: .75;
  color: #00b4d8;
}

/* Contact item styles */
.sk-contact-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.sk-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.sk-contact-icon {
  display: inline-flex;
  align-items: center;
  color: #00b4d8;
  margin-top: 4px;
  flex-shrink: 0;
}

.sk-contact-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.sk-contact-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px;
  word-break: break-word;
}

.sk-contact-desc {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}

/* Bottom Section */
.sk-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.sk-copyright {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}

.sk-bottom-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.sk-bottom-links a {
  font-size: 14px;
  color: #94a3b8;
  text-decoration: none;
  transition: color .2s ease;
}

.sk-bottom-links a:hover,
.sk-bottom-links a:focus {
  color: #fff;
}

.sk-bottom-divider {
  color: rgba(255,255,255,.18);
  font-size: 12px;
}

/* Elementor full-width support */
.elementor-widget-skyemont_footer_71d1101b,
.elementor-widget-skyemont_footer_71d1101b .elementor-widget-container {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

/* Responsive */
@media (max-width: 1024px) {
  .sk-footer-top {
    flex-direction: column;
    align-items: stretch;
  }

  .sk-footer-divider {
    display: none;
  }

  .sk-footer-brand-box {
    max-width: 100%;
  }

  .sk-footer-cta-box {
    max-width: 100%;
  }

  .sk-footer-logo {
    width: 380px;
  }
}

@media (max-width: 768px) {
  .sk-footer-container {
    padding: 56px 0 28px;
  }

  .sk-footer-logo {
    width: 320px;
  }

  .sk-footer-desc {
    font-size: 16px;
  }

  .sk-trust-row {
    flex-direction: column;
    gap: 14px;
  }

  .sk-footer-middle {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 40px 24px;
  }

  .sk-footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    text-align: left;
  }

  .sk-bottom-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .sk-bottom-divider {
    display: none;
  }
}

@media (max-width: 480px) {
  .sk-footer-logo {
    width: 280px;
  }

  .sk-cta-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .sk-footer-cta-btn {
    width: 100%;
  }
}