/* ---------------------------------------
   GENERAL FIXES FOR MY ACCOUNT PAGES
--------------------------------------- */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content label,
.woocommerce-account .recap-content h2,
.woocommerce-account .recap-content p,
.woocommerce-account .recap-content label,
.woocommerce-MyAccount-content .recap-summary p,
.woocommerce-MyAccount-content .recap-summary h3,
.woocommerce-account .recap-table thead th,
.woocommerce-account .recap-table tbody td {
    color: #333 !important;
}

.woocommerce-MyAccount-content .recap-info {
    background-color: transparent !important;
}

.woocommerce-MyAccount-content .recap-info p {
    color: #333 !important;
}

.woocommerce-MyAccount-content .form-group label {
    color: #333 !important;
}

.woocommerce-MyAccount-content .recap-table th,
.woocommerce-MyAccount-content .recap-table td,
.woocommerce-MyAccount-content .recap-table {
    color: #333 !important;
}

.woocommerce-account .recap-table thead th {
    background-color: #f5f5f5;
}

/* Edit Account Form Specific Fixes */
.woocommerce-EditAccountForm h3,
.woocommerce-EditAccountForm fieldset legend,
.woocommerce-EditAccountForm .woocommerce-password-fields > h3,
.woocommerce-EditAccountForm .woocommerce-password-fields > legend,
.woocommerce-EditAccountForm label,
.woocommerce-MyAccount-content label,
.woocommerce form .form-row label {
    color: #ffffff !important;
}

/* ---------------------------------------
   ZIP TABLE STYLES
--------------------------------------- */
.zip-table-wrapper {
  max-width: 100%;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  color: #ffffff;
}

.zip-header, .zip-footer {
  padding: 15px 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}

.zip-table {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
}

.zip-row {
  display: flex;
  flex-wrap: wrap;
}

.zip-cell {
  flex: 1 0 12.5%;
  padding: 10px;
  text-align: center;
  border: 1px solid #eee;
  color: #ffffff;
  font-weight: 600;
  background-color: #000000;
}

@media screen and (max-width: 768px) {
  .zip-cell {
    flex: 1 0 50%;
  }
}

/* ---------------------------------------
   PRICING TABLE STYLES
--------------------------------------- */
.pricing-table-wrapper {
  margin-top: 30px;
  color: #fff;
  font-family: Arial, sans-serif;
}

.pricing-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #ccc;
  padding: 12px 10px;
  text-align: center;
}

.pricing-table th {
  background-color: #111;
  font-weight: bold;
  color: #fff;
}

.pricing-table td {
  background-color: #000;
  color: #fff;
}

.pricing-notes {
  list-style: none;
  padding-left: 0;
  color: #fff;
}

.pricing-notes li {
  margin-bottom: 10px;
  font-size: 15px;
}

.pricing-notes li::before {
  content: "●";
  color: #fff;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Responsive Fix */
@media screen and (max-width: 768px) {
  .pricing-table th,
  .pricing-table td {
    padding: 10px 6px;
    font-size: 14px;
  }

  .pricing-notes li {
    font-size: 14px;
  }
}

/* ---------------------------------------
   BAG ESTIMATE TABLE STYLES
--------------------------------------- */
.bag-estimate-wrapper {
  margin-top: 40px;
  color: #fff;
  font-family: Arial, sans-serif;
}

.bag-estimate-wrapper h3 {
  margin-bottom: 10px;
}

.bag-estimate-wrapper p {
  font-size: 15px;
  margin-bottom: 10px;
}

.bag-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 15px;
}

.bag-table th,
.bag-table td {
  border: 1px solid #ccc;
  padding: 12px 10px;
  text-align: center;
}

.bag-table th {
  background-color: #111;
  font-weight: bold;
  color: #fff;
}

.bag-table td {
  background-color: #000;
  color: #fff;
}

.bag-note {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .bag-table th,
  .bag-table td {
    padding: 10px 6px;
    font-size: 14px;
  }

  .bag-note {
    font-size: 13px;
  }
}

/* ---------------------------------------
   PAY-AS-YOU-GO CARD STYLES
--------------------------------------- */
.paygo-card {
  max-width: 100%;
  background: #f8f8f8;
  padding: 30px 20px;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  color: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.paygo-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}

.paygo-card p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.paygo-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.paygo-table th,
.paygo-table td {
  border: 1px solid #ddd;
  padding: 14px 10px;
  text-align: center;
  color: #000;
  font-size: 15px;
}

.paygo-table th {
  background-color: #f0f0f0;
  font-weight: bold;
}

.paygo-table td {
  background-color: #ffffff;
}

.note {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .paygo-table th,
  .paygo-table td {
    font-size: 14px;
    padding: 10px 6px;
  }

  .paygo-card {
    padding: 20px 15px;
  }
}
/* ---------------------------------------
   MOBILE FRIENDLY FEES CARDS
--------------------------------------- */

.responsive-pricing-table {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.pricing-card {
  background-color: #000;
  color: #fff;
  border: 1px solid #ccc;
  padding: 16px;
  flex: 1 1 calc(50% - 20px);
  font-size: 15px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.pricing-card div {
  margin-bottom: 8px;
}

.pricing-notes {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  color: #fff;
}

.pricing-notes li {
  margin-bottom: 10px;
  font-size: 15px;
}

.pricing-notes li::before {
  content: "●";
  color: #fff;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Mobile: stack cards fully */
@media screen and (max-width: 768px) {
  .pricing-card {
    flex: 1 1 100%;
  }

  .pricing-card {
    font-size: 14px;
    padding: 14px;
  }

  .pricing-notes li {
    font-size: 14px;
  }
}
/* Center all text inside the card */
.pricing-card {
  text-align: center;
}

/* Only underline the zone titles */
.zone-title {
  text-decoration: underline;
  display: inline-block;
}
/* ---------------------------------------
   BAG ESTIMATES
--------------------------------------- */

.bag-estimate-wrapper {
  margin-top: 40px;
  color: #fff;
  font-family: Arial, sans-serif;
}

.bag-estimate-wrapper h3 {
  margin-bottom: 10px;
}

.bag-estimate-wrapper p {
  font-size: 15px;
  margin-bottom: 10px;
}

.bag-table-scroll {
  overflow-x: auto;
  width: 100%;
}

.bag-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 15px;
}

.bag-table th,
.bag-table td {
  border: 1px solid #ccc;
  padding: 12px 10px;
  text-align: center;
}

.bag-table th {
  background-color: #111;
  font-weight: bold;
  color: #fff;
}

.bag-table td {
  background-color: #000;
  color: #fff;
}

.bag-note {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .bag-table th,
  .bag-table td {
    padding: 10px 6px;
    font-size: 14px;
  }

  .bag-note {
    font-size: 13px;
  }
}
.elementor-toggle .elementor-tab-content a {
  color: #000 !important;
  text-decoration: underline; /* optional */
}

.elementor-toggle .elementor-tab-content a:hover {
  color: #000 !important;
  text-decoration: none; /* optional hover effect */
}
/* ---------------------------------------
   BAG ESTIMATES MOBILE
--------------------------------------- */

.bag-estimate-mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  font-family: Arial, sans-serif;
}

.bag-card {
  background: #000;
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.05);
}

.bag-card p {
  margin: 6px 0;
  font-size: 15px;
  text-align: center;
}

.bag-card strong {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: underline;
}

.bag-note {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  color: #ccc;
}


/* ---------------------------------------
   CHECKOUT FADE
--------------------------------------- */

body.checkout #payment {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}


div.page-header{
    background: var(--e-global-color-black);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px!important;
    margin-top: 0px!important;
}

.page-single-post{
	padding: 80px 0 80px;
}

.post-content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}