.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-8 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){--kit-widget-spacing: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 */.wp-block-woocommerce-checkout.is-loading {
    
  display: none !important;
    
}
.wp-block-woocommerce-cart.alignwide.is-loading {
  display: none !important;
}

.wc-block-components-product-price {
    text-align: left;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
    text-align: left;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>:last-child, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>:last-child {
    right: 15px;
    top: 15px;
    content: "✖";
    font-size: 18px;
    color: #d9534f;
    text-decoration: none;
    text-align: left;
}
        .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
            display: none;
        }


.hero__height {
  min-height: 450px;
}

.custom-product-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.table-header,
.table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 14px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.table-header {
  background: #f6f7fb;
  font-weight: 600;
}

.table-row:hover {
  background: #fafafa;
}

.table-row .col a {
  color: #111;
  font-weight: 500;
  text-decoration: none;
}

.table-row .col a:hover {
  color: #6b46ff;
}

/* ✅ Center middle columns except Industry */
.table-row .col.country,
.table-row .col.leads,
.table-row .col.price,
.table-header .country,
.table-header .leads,
.table-header .price {
  text-align: center;
}

/* ✅ Left align: List Detail & Industry */
.table-row .col.name,
.table-header .name,
.table-row .col.industry,
.table-header .industry {
  text-align: left;
}

/* ✅ Right align last column */
.table-row .col.action,
.table-header .action {
  text-align: right;
}

/* ✅ Cart Button Styling */
.custom-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #6b46ff;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  border: none !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.custom-cart-btn:hover {
  background: #5634cc;
  transform: translateY(-2px);
}

.custom-cart-btn i {
  font-size: 15px;
  margin: 0;
  line-height: 1;
}

/* ✅ Animation when clicked */
.custom-cart-btn.added i::before {
  content: "\f00c"; /* Font Awesome checkmark */
}

.custom-cart-btn.added span {
  content: "Added!";
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
  .table-header,
  .table-row {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    font-size: 13px;
    padding: 10px 12px;
  }

  .custom-cart-btn {
    padding: 6px 12px;
    font-size: 13px;
  }
}

/* ==== RESPONSIVE: Mobile Card Layout ==== */
@media (max-width: 550px) {

  /* Hide table header */
  .table-header {
    display: none;
  }

  /* Turn each row into a product card */
  .table-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    background: #fff;
  }

  .table-row .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }

  .table-row .col::before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
  }

  /* Adjust button */
  .custom-cart-btn {
    width: 100%;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
  }


}
/* ==== MOBILE PRODUCT CARD LAYOUT ==== */
.mobile-only { display: none; }
.desktop-only { display: block; }

@media (max-width: 550px) {
  .desktop-only { display: none !important; }
  .mobile-only { display: block !important; }

  .product-card-mobile {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    margin-bottom: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
  }

  .product-card-mobile .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6px;
  }

  .product-card-mobile .top-row .title {
    font-weight: 600;
    color: #121b43;
    text-decoration: none;
    flex: 1 1 auto;
    margin-right: 8px;
  }

  .product-card-mobile .top-row .industry {
    color: #4b5a68;
    font-size: 14px;
  }

  .product-card-mobile .middle-row {
    font-size: 14px;
    color: #4b5a68;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }

  .product-card-mobile .middle-row strong {
    color: #121b43;
  }

  .product-card-mobile .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 8px;
  }

  .product-card-mobile .bottom-row .price {
    font-weight: 600;
    color: #121b43;
    font-size: 15px;
  }

  .product-card-mobile .custom-cart-btn {
    background: #6b46ff;
    color: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none !important;
  }

  .product-card-mobile .custom-cart-btn:hover {
    background: #5634cc;
  }
  
  .table-row .col::before {
    display: none !important;
  }
}

.ekit-basket-item-count .woocommerce-Price-amount

{
    display: none !important;
}

.ekit-cart-content-separator{
    display: none !important;
}


@media (max-width: 550px) {
    .ekit-wid-con .ekit-mini-cart .ekit-mini-cart-container {
        top: 40px !important;
        left:-250px !important;
        max-width:300px !important;
    }
    .elementor-2622 .elementor-element.elementor-element-8a87bff .ekit-mini-cart-container .mini-cart-header {
        padding-bottom:10px;
    }
}



.hero__height {
  min-height: 450px;
}

.custom-product-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.table-header,
.table-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 14px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.table-header {
  background: #f6f7fb;
  font-weight: 600;
}

.table-row:hover {
  background: #fafafa;
}

.table-row .col a {
  color: #111;
  font-weight: 500;
  text-decoration: none;
}

.table-row .col a:hover {
  color: #6b46ff;
}

/* ✅ Center middle columns except Industry */
.table-row .col.country,
.table-row .col.leads,
.table-row .col.price,
.table-header .country,
.table-header .leads,
.table-header .price {
  text-align: center;
}

/* ✅ Left align: List Detail & Industry */
.table-row .col.name,
.table-header .name,
.table-row .col.industry,
.table-header .industry {
  text-align: left;
}

/* ✅ Right align last column */
.table-row .col.action,
.table-header .action {
  text-align: right;
}

/* ✅ Cart Button Styling */
.custom-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #6b46ff;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  border: none !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.custom-cart-btn:hover {
  background: #5634cc;
  transform: translateY(-2px);
}

.custom-cart-btn i {
  font-size: 15px;
  margin: 0;
  line-height: 1;
}

/* ✅ Animation when clicked */
.custom-cart-btn.added i::before {
  content: "\f00c"; /* Font Awesome checkmark */
}

.custom-cart-btn.added span {
  content: "Added!";
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
  .table-header,
  .table-row {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    font-size: 13px;
    padding: 10px 12px;
  }

  .custom-cart-btn {
    padding: 6px 12px;
    font-size: 13px;
  }
}

/* ==== RESPONSIVE: Mobile Card Layout ==== */
@media (max-width: 550px) {

  /* Hide table header */
  .table-header {
    display: none;
  }

  /* Turn each row into a product card */
  .table-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    background: #fff;
  }

  .table-row .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }

  .table-row .col::before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
  }

  /* Adjust button */
  .custom-cart-btn {
    width: 100%;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
  }


}
/* ==== MOBILE PRODUCT CARD LAYOUT ==== */
.mobile-only { display: none; }
.desktop-only { display: block; }

@media (max-width: 550px) {
  .desktop-only { display: none !important; }
  .mobile-only { display: block !important; }

  .product-card-mobile {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    margin-bottom: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
  }

  .product-card-mobile .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6px;
  }

  .product-card-mobile .top-row .title {
    font-weight: 600;
    color: #121b43;
    text-decoration: none;
    flex: 1 1 auto;
    margin-right: 8px;
  }

  .product-card-mobile .top-row .industry {
    color: #4b5a68;
    font-size: 14px;
  }

  .product-card-mobile .middle-row {
    font-size: 14px;
    color: #4b5a68;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }

  .product-card-mobile .middle-row strong {
    color: #121b43;
  }

  .product-card-mobile .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 8px;
  }

  .product-card-mobile .bottom-row .price {
    font-weight: 600;
    color: #121b43;
    font-size: 15px;
  }

  .product-card-mobile .custom-cart-btn {
    background: #6b46ff;
    color: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none !important;
  }

  .product-card-mobile .custom-cart-btn:hover {
    background: #5634cc;
  }
  
  .table-row .col::before {
    display: none !important;
  }
}/* End custom CSS */