.elementor-2432 .elementor-element.elementor-element-e3e11ea > .elementor-container{max-width:1400px;}.elementor-2432 .elementor-element.elementor-element-236c7f9 > .elementor-container{max-width:1600px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-67b2d41 *//* === SHELL === */
.mpc-article-shell {
  font-family: "Montserrat", "Poppins", sans-serif;
  background: #fff;
  padding: clamp(1.5rem, 4vw, 4rem);
  color: #0f172a;
  max-width: 1400px;
  margin: 0 auto;
}

.mpc-article-shell * {
  box-sizing: border-box;
}

/* === HERO === */
.mpc-article-hero {
  position: relative;
  background: linear-gradient(90deg, #f2a31b, #f7ab1e);
  border-radius: 32px;
  padding: clamp(1.5rem, 5vw, 3rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.18);
}

/* Overlay */
.mpc-article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
}

/* Content above overlay */
.mpc-article-hero * {
  position: relative;
  z-index: 2;
}

/* === TEXT === */
.mpc-article-label {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.5rem;
}

.mpc-article-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.2;
  margin: 0 0 1rem;
  color: #fff;
}

.mpc-article-subtitle {
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 1.5rem;
}

/* === META === */
.mpc-article-meta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.mpc-article-meta-label {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.7);
}

.mpc-article-meta p {
  margin: 0.2rem 0 0;
  font-weight: 600;
  color: #fff;
}

/* === MEDIA === */
.mpc-article-media {
  border-radius: 24px;
  overflow: hidden;
}

.mpc-article-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* === TABLET === */
@media (max-width: 900px) {
  .mpc-article-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mpc-article-meta {
    justify-content: center;
  }
}

/* === MOBILE === */
@media (max-width: 640px) {
  .mpc-article-shell {
    padding: 1rem;
  }

  .mpc-article-hero {
    padding: 1.5rem;
    border-radius: 24px;
  }

  .mpc-article-media {
    display: none;
  }

  .mpc-article-title {
    font-size: 1.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b54cb2d */.mills-single-shell {
    font-family: "Montserrat", "Poppins", sans-serif;
    background: #fff;
    padding: clamp(2rem, 4vw, 4rem);
    color: #0f172a;
  }

  .mills-single-shell * {
    box-sizing: border-box;
  }

  .mills-single-body {
    background: #fff;
    border-radius: 32px;
    margin-top: clamp(2rem, 4vw, 3rem);
    padding: clamp(2rem, 5vw, 3rem);
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(240px, 0.8fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.15);
  }

  .mills-single-content h2 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1.45rem;
    color: #0f172a;
  }

  .mills-single-content p {
    margin: 1rem 0;
    line-height: 1.75;
    color: #374151;
  }

  .mills-single-quote {
    margin: 1.5rem 0;
    padding: 1.5rem;
    border-left: 6px solid #f2a31b;
    background: #fff5e0;
    border-radius: 18px;
    font-style: italic;
    color: #7a4300;
  }

  .mills-single-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .mills-single-sidebar-card {
    border: 1px solid #f1f5fb;
    border-radius: 20px;
    padding: 1.75rem;
    background: #fefefe;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  }

  .mills-single-sidebar-card h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #0f172a;
  }

  .mills-single-sidebar-card ul {
    padding-left: 1rem;
    margin: 0;
    color: #475569;
    line-height: 1.6;
  }

  .mills-single-sidebar-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding: 0.85rem 1.25rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #f2a31b, #f7ab1e);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 15px 25px rgba(242, 163, 27, 0.35);
  }

  @media (max-width: 900px) {
    .mills-single-body {
      grid-template-columns: 1fr;
    }

    .mills-single-sidebar {
      flex-direction: row;
      flex-wrap: wrap;
    }

    .mills-single-sidebar-card {
      flex: 1 1 260px;
    }
  }

  @media (max-width: 640px) {
    .mills-single-shell {
      padding: 1rem;
    }

    .mills-single-meta {
      flex-direction: column;
      gap: 0.75rem;
    }
    .mills-single-hero-media img{
        display: none;
    }
    .mills-single-sidebar {
      flex-direction: column;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ee3fb9 */.laf-footer {
    font-family: "Montserrat", "Poppins", sans-serif;
    line-height: 1.5;
    color: #cfcfcf;
    margin-top: -0.5rem;
    margin-left: -0.6rem;
    margin-bottom: 0rem;
    background: #000000;
    padding: 20px 5% 10px;
    font-size: 12px;
    color: #ffffff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 8px 8px #f2a31b;
  }
  a {
    text-decoration: none;
    color: #ffb319;
  }
  .laf-footer h2 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 24px;
  } /* ================= TOP SECTION
================= */
  .laf-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .laf-about {
    flex: 1 1 100%;
    min-width: 280px;
    max-width: 600px;
    margin-bottom: 10px;
  }
  .laf-about p {
    margin-bottom: 15px;
    line-height: 1.6;
  } /*
================= SOCIAL ICONS ================= */
  .laf-social-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 1 auto;
    min-width: 280px;
    max-width: 100%;
  }
  .laf-social {
    display: flex;
    gap: 12px;
  }
  .laf-newsletter {
    margin-top: -10px;
    padding: 15px;
    border-radius: 8px;
    width: 300px;
  }
  .laf-newsletter h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .newsletter-form {
    display: flex;
    gap: 8px;
  }
  .newsletter-form input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #444;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 12px;
  }
  .newsletter-form button {
    background: #ffb319;
    color: #000;
    border: none;
    border-radius: 4px;
    padding: 0 15px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .newsletter-form button:hover {
    background: #e6b800;
  }
  .laf-social {
    display: flex;
    gap: 12px;
    margin-top: 15px;
  }
  .laf-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffb319;
    color: #000;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .laf-social a:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .laf-social a:hover {
    opacity: 0.9;
    transform: translateY(-2px);
  } /* ================= CTA BUTTONS
================= */
  .laf-cta {
    display: flex;
    gap: 10px;
    margin-top: 15px;
  }
  .laf-cta a {
    display: inline-block;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.3s ease;
  }
  .laf-cta a:hover {
    opacity: 0.9;
    transform: translateY(-2px);
  } /*
================= FOOTER GRID ================= */
  .laf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px 20px;
    margin-bottom: 5px;
  }
  .laf-col h3 {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }
  .laf-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .laf-list li {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .laf-list a {
    color: #ffb319;
    font-size: 13px;
    transition: color 0.2s ease;
  }
  .laf-list a:hover {
    text-decoration: underline;
  } /* ================= BOTTOM BAR =================
*/
  .laf-bottom {
    border-top: 1px solid #555;
    padding-top: 10px;
    margin-bottom: -1rem;
    font-size: 11px;
    color: #999;
    text-align: center;
  }

  /* DESKTOP DEFAULT */
  .laf-accordion-header {
    display: none;
  }

  .laf-accordion-body {
    display: block;
  }
  /* =================
RESPONSIVE STYLES ================= */
  @media (max-width: 992px) {
    .laf-top {
      flex-direction: column;
      gap: 20px;
    }
    .laf-about,
    .laf-social-container {
      width: 100%;
      max-width: 100%;
    }
    .laf-newsletter {
      width: 100% !important;
      max-width: 400px;
    }
  }
  @media (max-width: 992px) {
    .laf-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .laf-about {
      grid-column: 1 / -1;
    }
  }
  @media (max-width: 768px) {
    .laf-footer {
      padding: 25px 4% 15px;
      margin-top: -0.5rem;
      margin-left: -0.6rem;
      margin-bottom: 0.2rem;
      border-radius: 8px;
    }
    .laf-newsletter {
      width: 100%;
      max-width: 100%;
    }
    .newsletter-form {
      flex-direction: column;
    }
    .newsletter-form button {
      padding: 10px 0;
      width: 100%;
    }
    /* .laf-col h3 {
      margin: 15px 0 10px;
      padding-bottom: 5px;
      border-bottom: 1px solid #444;
    } */
    .laf-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 8px 15px;
    }
    .laf-cta a {
      padding: 10px 20px;
    }
    .laf-grid {
      grid-template-columns: 1fr;
      gap: 30px;
      margin-bottom: 1rem;
    }
    .laf-col h3 {
      margin-bottom: 15px;
      padding-bottom: 5px;
      border-bottom: 1px solid #555;
    }
    .laf-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    @media (max-width: 768px) {
      /* Hide normal headings */
      .laf-col > h3 {
        display: none;
      }

      /* Show accordion header */
      .laf-accordion-header {
        display: flex;
        width: 90%;
        background: #eaeaea;
        color: #000;
        border: none;
        padding: 14px 16px;
        margin: auto;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
      }

      /* Accordion closed by default */
      .laf-accordion-body {
        display: none;
        background: #000;
        padding: 15px 16px;
      }

      /* Open state */
      .laf-accordion.active .laf-accordion-body {
        display: block;
      }
    }

    .laf-icon {
      font-size: 20px;
      font-weight: bold;
    }
  }
  @media (max-width: 480px) {
    .laf-footer {
      padding: 20px 15px;
      margin-top: -0.5rem;
      margin-left: -0.6rem;
      margin-bottom: 0.2rem;
      border-radius: 6px;
      box-shadow: 5px 5px #f2a31b;
    }
    .laf-top {
      gap: 20px;
    }
    .laf-about p {
      font-size: 13px;
      line-height: 1.5;
    }
    .laf-grid {
      grid-template-columns: 1fr;
      gap: 20px 0;
    }
    .laf-list {
      grid-template-columns: 1fr;
      gap: 8px;
    }
    .laf-social {
      justify-content: center;
    }
    .laf-newsletter {
      padding: 12px;
    }
    .newsletter-form input {
      padding: 10px 12px;
    }
  }/* End custom CSS */