.elementor-3504 .elementor-element.elementor-element-92750a3 > .elementor-container{max-width:1600px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-095ae43 */.mills-terms-shell {
  font-family: 'Montserrat', 'Poppins', sans-serif;
  background: #fff;
  padding: clamp(2rem, 5vw, 4rem);
  color: #0f172a;
}

.mills-terms-shell * { box-sizing: border-box; }

.mills-terms-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(90deg, #f2a31b, #f7ab1e);
  border-radius: 32px;
  padding: clamp(2rem, 5vw, 3rem);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.15);
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.mills-terms-label {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 0.5rem;
}

.mills-terms-hero-text h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: #fff;
  line-height: 1.2;
}

.mills-terms-hero-text p {
  color: rgba(255,255,255,0.92);
  line-height: 1.6;
  margin: 0;
}

.mills-terms-content {
  background: #fff;
  border-radius: 32px;
  padding: clamp(2rem, 5vw, 3rem);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.12);
}

.mills-terms-section + .mills-terms-section { margin-top: 2.25rem; }

.mills-terms-section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.4rem;
  color: #0f172a;
}

.mills-terms-section p {
  margin: 0 0 1rem;
  color: #374151;
  line-height: 1.7;
}

.mills-terms-section ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  color: #475569;
  line-height: 1.65;
}
.list-style{
    list-style: none;
}
.mills-terms-section li { margin-bottom: 0.5rem; }

@media (max-width: 640px) {
  .mills-terms-shell { padding: 0.5rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-605831f */.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 */