.elementor-kit-2885{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2d85c51:#F2F0FE;--e-global-color-6155eea:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2885 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ====== FOOTER WRAPPER ====== */
.iron-footer {
  background-color: #0f0f0f;
  border-top: 1px solid #2a2a2a;
  box-shadow: 0 -5px 20px rgba(211, 47, 47, 0.08);
  padding-top: 32px;
  padding-bottom: 0; /* we'll pad the bottom section separately */
  color: #bdbdbd;
  font-family: 'Inter', 'Open Sans', system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* inner width constraint */
.iron-footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
}

/* each column */
.iron-footer-col {
  flex: 1 1 220px; /* responsive: min ~220px each */
  min-width: 200px;
  color: #bdbdbd;
}

/* ====== LOGO / TAGLINE / SOCIAL ====== */
.footer-logo-block {
  max-width: 220px;
}

.footer-logo {
  max-width: 140px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.footer-tagline {
  font-size: 12px;
  line-height: 1.4;
  color: #7a7a7a;
  margin: 0 0 16px 0;
}

.footer-social-row {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.footer-social-row .social-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bdbdbd;
  font-size: 13px;
  line-height: 1;
  transition: all 0.25s ease;
  text-decoration: none;
}

.footer-social-row .social-icon:hover {
  color: #ffffff;
  border-color: #d32f2f;
  box-shadow: 0 0 12px rgba(211, 47, 47, 0.6);
}

/* ====== COLUMN HEADINGS ====== */
.footer-heading {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 2px solid #d32f2f;
  display: inline-block;
  margin-bottom: 14px;
}

/* ====== LINK LISTS ====== */
.footer-linklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-linklist li {
  margin-bottom: 6px;
}

.footer-linklist a {
  font-family: 'Inter', 'Open Sans', system-ui, sans-serif;
  font-size: 14px;
  color: #bdbdbd;
  line-height: 1.8;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-linklist a:hover {
  color: #d32f2f;
}

/* ====== CONTACT LINES ====== */
.contact-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #bdbdbd;
}

.contact-line .contact-icon {
  font-size: 14px;
  line-height: 1;
  color: #d32f2f; /* red accent for icons */
}

.contact-line a {
  color: #bdbdbd;
  text-decoration: none;
  transition: color 0.25s ease;
  word-break: break-word;
}

.contact-line a:hover {
  color: #d32f2f;
}

/* ====== COPYRIGHT STRIP ====== */
.iron-footer-bottom {
  background-color: #0a0a0a;
  border-top: 1px solid #2a2a2a;
  text-align: center;
  font-size: 12px;
  color: #666666;
  margin-top: 32px;
  padding: 14px 16px;
  line-height: 1.5;
}

/* ====== RESPONSIVE (STACK ON MOBILE) ====== */
@media (max-width: 768px) {
  .iron-footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .iron-footer-col {
    flex: 1 1 auto;
    min-width: 100%;
    max-width: 340px;
  }

  .footer-heading {
    text-align: center;
  }

  .footer-linklist a,
  .contact-line,
  .contact-line a {
    font-size: 14px;
    line-height: 1.7;
  }

  .contact-line {
    justify-content: center;
  }

  .footer-social-row {
    justify-content: center;
  }
}/* End custom CSS */