.elementor-4362 .elementor-element.elementor-element-626031b:not(.elementor-motion-effects-element-type-background), .elementor-4362 .elementor-element.elementor-element-626031b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F9FA;}.elementor-4362 .elementor-element.elementor-element-626031b > .elementor-container{max-width:1200px;}.elementor-4362 .elementor-element.elementor-element-626031b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4362 .elementor-element.elementor-element-626031b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4362 .elementor-element.elementor-element-b4b94ae > .elementor-container{max-width:1200px;}.elementor-4362 .elementor-element.elementor-element-9b8e07c:not(.elementor-motion-effects-element-type-background), .elementor-4362 .elementor-element.elementor-element-9b8e07c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, #F2A31B 0%, #F7AB1E 100%);}.elementor-4362 .elementor-element.elementor-element-9b8e07c > .elementor-container{max-width:1300px;}.elementor-4362 .elementor-element.elementor-element-9b8e07c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4362 .elementor-element.elementor-element-9b8e07c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4362 .elementor-element.elementor-element-cf45894 > .elementor-container{max-width:1600px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ed67c0f */.amz-pricing-hero {
    font-family: 'Montserrat', 'Poppins', sans-serif;
    background: #f7f9fa;
    padding: clamp(1rem, 3vw, 2.5rem);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
  }
  .amz-pricing-card,
  .amz-pricing-media {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 28px 55px rgba(10, 22, 60, 0.15);
    padding: clamp(1.75rem, 4vw, 2.75rem);
  }
  .amz-pricing-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    color: #7e88aa;
    margin-bottom: 0.5rem;
  }
  .amz-pricing-card h2 {
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    margin-bottom: 0.9rem;
    line-height: 1.15;
    color: #;
  }
  .amz-pricing-body {
    margin: 0 0 1.5rem;
    color: #4c5571;
    line-height: 1.7;
  }
  .amz-pricing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffb319;
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.85rem 2.25rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .amz-pricing-cta:hover {
    background: #fff;
    color: #ffb319;
    border: 1px solid #000;
  }

  @media (max-width: 640px) {
    .amz-pricing-card {
      border-radius: 22px;
      padding: 1.5rem;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ffbec4 */.pricing-section,
.pricing-section h3 {
  color: #f2a31b;
}
.pricing-section p, .pricing-section li {
  color: #888 !important;
}

.pricing-section {
  font-family: 'Montserrat', 'Poppins', sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.pricing-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.tab-button {
  background-color: #f5f5f5;
  border: none;
  padding: 14px 10px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;

  /* NEW */
  width: 100%;
  text-align: center;
}
.tab-button:hover {
  background-color: #e0e0e0;
}
.tab-button.active {
  background: linear-gradient(90deg, #f7ab1e, #f2a31b);
  color: #fff;
  box-shadow: 0 4px 12px rgba(242, 163, 27, 0.4);
}

.tab-content {
  display: none;
  animation: fadeIn 0.5s;
}
.tab-content.active {
  display: block;
}
.pricing-category {
  margin-bottom: 25px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.pricing-category h3 {
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.pricing-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.pricing-list li {
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
  display: flex;
  justify-content: space-between;
}
.pricing-list li:last-child {
  border-bottom: none;
}

/* Add this to your existing styles */
.pricing-categories-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

/* Update the pricing-category to work better in grid */
.pricing-category {
  margin-bottom: 0; /* Remove bottom margin since grid gap handles spacing */
  height: 100%; /* Make all cards equal height */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

/* Update tab content to handle the grid */
.tab-content {
  display: none;
  animation: fadeIn 0.5s;
}

.tab-content.active {
  display: block;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .pricing-categories-container {
    grid-template-columns: 1fr;
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .pricing-tabs {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  
  .tab-button {
    padding: 10px 15px;
    font-size: 14px;
  }
  
  .pricing-category {
    padding: 15px;
  }
}
/* Scrollbar styling for tabs */
.pricing-tabs::-webkit-scrollbar {
  height: 6px;
}
.pricing-tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.pricing-tabs::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.pricing-tabs::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 992px) {
  .pricing-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .pricing-tabs {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-784e282 *//* Base Styles */
.mills-features-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Montserrat', 'Poppins', sans-serif;
}

.mills-section-title {
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-bottom: 50px;
    font-weight: 700;
}

.mills-features-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    justify-content: center;
}

.mills-feature-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eaeaea;
}

.mills-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.mills-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background-color: #eef1ff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffb319;
    font-size: 30px;
    transition: all 0.3s ease;
}

.mills-feature-card:hover .mills-icon-wrapper {
    background-color: #ffb319 ;
    color: white;
}

.mills-feature-title {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.mills-feature-desc {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .mills-features-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mills-features-container {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .mills-section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .mills-section-title {
        font-size: 24px;
    }
    
    .mills-feature-card {
        padding: 25px 20px;
    }
    
    .mills-feature-title {
        font-size: 18px;
    }
    
    .mills-feature-desc {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e4c2a9 */.sb-smallbiz-hero {
  padding: 1.25rem 1.25rem;
  text-align: center;
  background: linear-gradient(90deg, #f2a31b, #f7ab1e);
  color: #000;
}

.sb-smallbiz-hero__content {
  max-width: 820px;
  margin: 0 auto;
}

.sb-smallbiz-hero__title {
  font-family: 'Montserrat', 'Poppins', sans-serif;
  font-size: clamp(1rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}

.sb-smallbiz-hero__lead {
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.6;
  color: #fff;
  margin-bottom: 1.75rem;
}

.sb-smallbiz-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2.75rem;
  border-radius: 999px;
  background-color: #fff;
  color: #ffb319;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sb-smallbiz-hero__cta:hover,
.sb-smallbiz-hero__cta:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(126, 126, 126, 0.35);
}

@media (max-width: 600px) {
  .sb-smallbiz-hero {
    padding: 0.85rem 0.25rem;
  }

  .sb-smallbiz-hero__lead br {
    display: none;
  }
  .sb-smallbiz-hero__cta{
      padding: 0.5rem 1.25rem;
      
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e6e995 */.prep-faq-wrap {
    font-family: 'Montserrat', 'Poppins', sans-serif;
    background: #fff;
    color: #0f172a;
    padding: clamp(2rem, 6vw, 4.5rem);
    max-width: 860px;
    margin: 0 auto;
  }
  .prep-faq-header h2 {
    font-size: clamp(2.1rem, 4vw, 3rem);
    margin-bottom: 1.5rem;
    line-height: 1.25;
  }
  .prep-faq-list {
    display: grid;
    gap: 0.75rem;
  }
  .prep-faq-item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 35px rgba(12, 19, 40, 0.12);
    overflow: hidden;
  }
  .prep-faq-trigger {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: inherit;
    cursor: pointer;
  }
  .prep-faq-trigger:focus-visible {
    outline: 2px solid #0d4cff;
    outline-offset: 3px;
  }
  .prep-faq-panel {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0 1.25rem;
  }
  .prep-faq-panel p {
    color: #4b5572;
    line-height: 1.65;
    margin: 0 0 1rem;
  }
  .prep-faq-item.active .prep-faq-panel {
    max-height: 300px;
    opacity: 1;
    padding-bottom: 1rem;
  }
  .prep-faq-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid #0f1a33;
    position: relative;
    flex-shrink: 0;
  }
  .prep-faq-icon::before,
  .prep-faq-icon::after {
    content: "";
    position: absolute;
    background: #0f1a33;
    transition: transform 0.3s ease;
  }
  .prep-faq-icon::before {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .prep-faq-icon::after {
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .prep-faq-item.active .prep-faq-icon::after {
    transform: translate(-50%, -50%) scaleY(0);
  }
  /* Start hidden */
.prep-faq-item {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* Reveal on scroll */
.prep-faq-item.reveal {
  opacity: 1;
  transform: translateY(0);
}

  @media (max-width: 640px) {
    .prep-faq-trigger {
      font-size: 0.95rem;
      padding: 0.9rem 1rem;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56cefdd */.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 */