.elementor-807 .elementor-element.elementor-element-eadcbb6{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-807 .elementor-element.elementor-element-eadcbb6{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-e6f4064 *//* ========================================================== */
/* Footer Styles v1.2 (Premium Polish - Image Logo, Align)  */
/* ========================================================== */

/* 0. Ensure Variables & Reduced Motion are handled globally */
/* :root { --clr-accent-primary-hsl: 188 82% 26%; ...etc } */
/* @media (prefers-reduced-motion: reduce) { ... } */

/* 1. Footer Main Section */
.ns-footer--premium-v2 { /* Using new modifier class */
  /* Darker, slightly richer background */
  background: linear-gradient(170deg, #181818 0%, #1F1F1F 50%, #161616 100%);
  color: var(--clr-text-muted-dark, #E0E0E0);
  /* Increased Vertical Padding */
  padding-top: calc(var(--space-xxxl, 100px) * 1.2);
  padding-bottom: var(--space-sm, 16px); /* Reduce bottom padding, bottom bar has its own */
  font-family: 'Roboto', sans-serif;
  font-size: 1rem; /* 16px base */
  line-height: 1.8; /* Generous line height */
  position: relative;
  overflow: hidden; /* Contain pseudo-elements */
}
/* Top highlight effect */
.ns-footer--premium-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px; /* Thinner */
    background: linear-gradient(90deg,
      transparent,
      hsla(var(--clr-accent-primary-hsl, 188, 82%, 26%), 0.3), /* Subtle teal glow */
      transparent
    );
    opacity: 0.6; /* Adjust opacity */
    z-index: 1;
}


/* 2. Footer Container */
.ns-footer-container {
  display: grid;
  /* Flexible columns, ensure minimum width */
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  /* Increased gap */
  gap: var(--space-xl, 64px) var(--space-lg, 40px);
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(var(--space-md, 24px), 5vw, var(--space-xl, 64px)); /* Fluid padding */
  padding-bottom: var(--space-xxl, 80px);
  position: relative; /* Ensure content is above ::before */
  z-index: 2;
}

/* 3. Footer Columns - Ensure vertical alignment */
.ns-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align content to start by default */
}

/* 4. Footer Logo (Image) & Description */
.ns-footer-logo {
  margin-bottom: var(--space-lg, 40px);
  max-width: 180px; /* Adjust max width */
  width: 100%; /* Allow shrinking */
}
.ns-footer-logo a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.ns-footer-logo a:hover {
   opacity: 0.85; /* Subtle hover effect */
}
.ns-footer-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ns-footer-description {
  color: var(--clr-text-muted-dark, #E0E0E0);
  margin-bottom: 0; /* Remove bottom margin, rely on grid gap */
  max-width: 400px;
  font-size: 0.95rem;
  opacity: 0.9; /* Slightly less prominent */
}


/* 5. Footer Headings */
.ns-footer-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem; /* Adjusted size */
  font-weight: 600;
  color: var(--clr-text-light, #F8F9FA);
  margin-bottom: var(--space-lg, 40px);
  text-transform: uppercase;
  letter-spacing: 1px; /* More spacing */
  position: relative;
  padding-bottom: var(--space-xs); /* Space for underline */
}
/* Decorative underline */
.ns-footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px; /* Short underline */
    height: 2px;
    background-color: var(--clr-accent-primary);
    opacity: 0.6;
}


/* 6. Footer Navigation & Links */
.ns-footer-nav-list,
.ns-footer-contact-list,
.ns-footer-social-list,
.ns-footer-bottom-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ns-footer-nav-list li,
.ns-footer-contact-list li {
  margin-bottom: var(--space-md, 24px);
}
.ns-footer-nav-list li:last-child,
.ns-footer-contact-list li:last-child {
  margin-bottom: 0; /* Remove margin from last item */
}

.ns-footer-link {
  color: var(--clr-text-muted-dark, #E0E0E0);
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease, opacity 0.3s ease;
}
/* Premium Link Hover */
.ns-footer-link:hover,
.ns-footer-link:focus-visible {
  color: var(--clr-cta-text-light, #FFFFFF);
  opacity: 1;
}
/* Remove underline effect from previous version */
.ns-footer-link::after { content: none; }

.ns-footer-link:focus-visible {
    outline: 1px dashed var(--clr-accent-tertiary);
    outline-offset: 3px;
    border-radius: 2px;
}

/* 7. Contact List Specifics */
.ns-footer-contact-link {
   display: inline-flex;
   align-items: center;
   gap: var(--space-sm, 16px);
   font-weight: 500;
   line-height: 1.5; /* Ensure good spacing with icons */
}
.ns-footer-contact-link i {
   width: 1.3em; /* Adjusted width */
   text-align: center;
   font-size: 1.15rem; /* Adjusted icon size */
   color: var(--clr-accent-primary);
   transition: transform 0.3s ease;
   flex-shrink: 0; /* Prevent shrinking */
}
.ns-footer-contact-link:hover i { transform: scale(1.15); }


/* 8. Social Media Icons - Premium */
.ns-footer-heading--social {
   margin-top: var(--space-xl, 64px);
   margin-bottom: var(--space-md, 24px);
}
.ns-footer-social-list {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping */
  gap: var(--space-md, 24px); /* Adjusted gap */
}

.ns-footer-social-link {
  color: var(--clr-text-light, #F8F9FA); /* Brighter base */
  font-size: 1.1rem; /* Adjusted size */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; /* Larger touch target */
  height: 44px;
  background-color: rgba(255, 255, 255, 0.05); /* Subtle bg */
  border: 1px solid rgba(255, 255, 255, 0.1); /* Subtle border */
  border-radius: 50%;
  transition: all 0.35s var(--timing-function-smooth);
}

.ns-footer-social-link:hover,
.ns-footer-social-link:focus-visible {
  color: var(--clr-bg-dark); /* Dark icon */
  background-color: var(--clr-accent-primary, #0D6E7A); /* Teal background */
  border-color: var(--clr-accent-primary, #0D6E7A);
  transform: translateY(-4px) scale(1.05); /* Enhanced lift */
  box-shadow: 0 6px 15px rgba(13, 110, 122, 0.3); /* Add shadow on hover */
}
.ns-footer-social-link:focus-visible {
    outline: 1px dashed var(--clr-accent-tertiary);
    outline-offset: 3px;
}


/* 9. Footer Bottom Bar - Premium */
.ns-footer-bottom {
  background-color: rgba(0, 0, 0, 0.25); /* Slightly more contrast */
  border-top: 1px solid var(--clr-border-dark, #404040);
  padding: var(--space-lg, 40px) 0;
  margin-top: var(--space-xxl, 80px);
  font-size: 0.9rem;
  color: var(--clr-text-muted-dark);
  opacity: 0.9; /* Slightly less prominent overall */
}

.ns-footer-bottom-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(var(--space-md, 24px), 5vw, var(--space-xl, 64px));
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-md, 24px);
}

.ns-footer-copyright,
.ns-footer-bottom-nav,
.ns-footer-attribution {
   text-align: center;
   flex-basis: 100%;
   margin-bottom: 0; /* Remove default p margin */
}
.ns-footer-copyright { order: 3; }
.ns-footer-bottom-nav { order: 2; }
.ns-footer-attribution { order: 1; padding-bottom: var(--space-sm); } /* Add space below attribution on mobile */

.ns-footer-bottom-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* Allow links to wrap */
  gap: var(--space-lg, 40px);
}

.ns-footer-link--newstella {
    font-weight: 500;
    color: var(--clr-text-light);
}
.ns-footer-link--newstella:hover {
    color: var(--clr-accent-primary);
}


/* 10. Responsive Adjustments - Ensuring Premium Alignment */
@media (min-width: 992px) {
    .ns-footer-bottom-container {
        gap: var(--space-lg); /* Adjust gap */
    }
    .ns-footer-copyright,
    .ns-footer-bottom-nav,
    .ns-footer-attribution {
       text-align: left;
       flex-basis: 0; /* Allow shrinking/growing based on content */
       flex-grow: 1; /* Distribute space */
    }
    .ns-footer-copyright { order: 1; flex-grow: 2; /* Give copyright more space */ }
    .ns-footer-bottom-nav { order: 2; justify-content: center; flex-grow: 1.5; }
    .ns-footer-attribution { order: 3; text-align: right; flex-grow: 1; padding-bottom: 0;}
    .ns-footer-bottom-list { flex-wrap: nowrap; } /* Prevent wrapping */
}

@media (max-width: 767px) { /* Mobile Adjustments */
  .ns-footer-container {
    grid-template-columns: 1fr;
    padding-left: var(--space-lg, 40px);
    padding-right: var(--space-lg, 40px);
    gap: var(--space-xl, 64px);
    text-align: center; /* Keep text center */
  }
  /* Center align columns' content */
  .ns-footer-col {
      align-items: center;
  }
  .ns-footer-col--about .ns-footer-logo {
     max-width: 150px;
  }
   .ns-footer-heading::after {
       left: 50%; /* Center underline */
       transform: translateX(-50%);
   }
  .ns-footer-nav-list,
  .ns-footer-contact-list { text-align: center; }
   .ns-footer-contact-link { justify-content: center; }
   .ns-footer-social { text-align: center; }
   .ns-footer-social-list { justify-content: center; }
   .ns-footer-bottom-container { justify-content: center; padding: 0 var(--space-lg, 40px); }
   .ns-footer-bottom-list { justify-content: center; }
}/* End custom CSS */