.elementor-kit-9902{--e-global-color-primary:#0F8A8D;--e-global-color-secondary:#2E3A3F;--e-global-color-text:#E0E0E0;--e-global-color-accent:#C9A227;--e-global-color-ab33225:#121212;--e-global-color-59a1a9a:#4A6572;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-9902 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 */.feature-card {
    min-height: 450px; /* adjust until all align nicely */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

.platforms-table {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  border-collapse: collapse;
  background: #1E1E1E;
  color: #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.platforms-table th, 
.platforms-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #333;
  text-align: left;
}
.platforms-table th {
  background: #121212;
  font-weight: bold;
}

.integrations-table {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  border-collapse: collapse;
  background: #1E1E1E;
  color: #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.integrations-table th,
.integrations-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #333;
  text-align: center;
}
.integrations-table th {
  background: #121212;
  font-weight: bold;
  text-align: center;
}
.integrations-table td:first-child {
  text-align: left;
  font-weight: 500;
}

.pricing-card {
  background: #1E1E1E;
  color: #eee;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
  min-height: 420px;
}
.pricing-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}
.pricing-card .price {
  font-size: 32px;
  font-weight: bold;
  margin: 15px 0;
  color: #0F8A8D;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.pricing-card ul li {
  margin: 8px 0;
}
.pricing-card .badge {
  display: inline-block;
  background: #C9A227;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.pricing-card .btn {
  display: inline-block;
  margin-top: auto;
  padding: 12px 20px;
  background: #0F8A8D;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  transition: background 0.3s;
}
.pricing-card .btn:hover {
  background: #0d6d70;
}

/* ⭐ Pro card highlight */
.pricing-card.pro {
  border: 2px solid #C9A227;
  box-shadow: 0 0 25px rgba(201, 162, 39, 0.4);
}
.pricing-card.pro:hover {
  transform: scale(1.03);
  box-shadow: 0 0 35px rgba(201, 162, 39, 0.6);
}

.site-footer {
  background: #121212;
  color: #ccc;
  padding: 60px 20px;
  font-size: 15px;
}
.site-footer a {
  color: #0F8A8D;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.site-footer h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}
.site-footer .footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #2a2a2a;
  padding-top: 20px;
  font-size: 14px;
  color: #777;
}

/* Mobile only */
@media (max-width: 767px) {
  .feature-card {
    min-height: 200px; /* adjust this to your content */
  }
  
   .pricing-card {
    min-height: 300px; /* adjust this to your content */
  }
}


/* Default table styles */
.table-container {
  width: 100%;
  overflow-x: auto; /* safety net for small screens */
}

/* Mobile-specific tweaks */
@media (max-width: 767px) {
  table {
    width: 100% !important;      /* shrink to container */
    table-layout: fixed;         /* prevent overflow */
    font-size: 13.5px;             /* scale text slightly if needed */
  }

  table th,
  table td {
    word-wrap: break-word;       /* wrap long text */
    padding: 7px;                /* tighten spacing */
  }
}



/* ---- Thank You / Order Received Page Styling ---- */
.woocommerce-order-received .woocommerce-order {
    background: #0d1f2d; /* Dark background */
    border-radius: 12px;
    padding: 30px;
    margin: 20px 0;
    color: #f1f5f9; /* light grey text */
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* Headings */
.woocommerce-order-received h2,
.woocommerce-order-received h3 {
    color: #14b8a6; /* teal */
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Order meta (Order number, date, email, total) */
.woocommerce-order-overview strong {
    color: #facc15; /* gold highlight */
    font-weight: 600;
}

/* Order details product rows */
.woocommerce-table--order-details {
    background: #1e293b;
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce-table--order-details th {
    background: #0f172a;
    color: #f1f5f9;
    font-weight: 600;
}

.woocommerce-table--order-details td {
    background: #1e293b;
    color: #e2e8f0;
    border-top: 1px solid #334155;
}

/* Licence Key emphasis */
.woocommerce-order-received .wc-item-meta strong,
.woocommerce-order-received .wc-item-meta p {
    color: #facc15; /* gold */
    font-weight: 600;
}

/* Billing/shipping address sections */
.woocommerce-customer-details {
    background: #1e293b;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    color: #e2e8f0;
}

.woocommerce-customer-details address {
    color: #cbd5e1;
}

/* Buttons (e.g. back to shop) */
.woocommerce-order-received .button {
    background: linear-gradient(90deg, #14b8a6, #22d3ee);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    padding: 12px 20px;
    transition: all 0.2s ease-in-out;
}

.woocommerce-order-received .button:hover {
    background: linear-gradient(90deg, #0d9488, #0891b2);
    transform: translateY(-2px);
}
.cnsn-popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(2px);
}

.cnsn-popup {
  background: #0f1d2d;
  color: #fff;
  max-width: 420px;
  margin: 8% auto;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6);
  animation: fadeIn 0.3s ease-in-out;
}

.cnsn-popup h2 {
  margin: 0 0 8px;
  font-size: 1.5rem;
}

.cnsn-subtext {
  margin: 0 0 20px;
  color: #94a3b8;
}

.cnsn-popup-close {
  float: right;
  font-size: 20px;
  cursor: pointer;
  color: #94a3b8;
}

.cnsn-plan-options {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.cnsn-plan-option {
  flex: 1;
  text-align: center;
  background: #1e293b;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.cnsn-plan-option input {
  display: none;
}

.cnsn-plan-option input:checked + .cnsn-plan-label {
  border: 2px solid #14b8a6;
  background: rgba(20,184,166,0.1);
  color: #14b8a6;
}

.cnsn-plan-label {
  display: inline-block;
  width: 100%;
  font-weight: 600;
}

.cnsn-license-display {
  margin-bottom: 20px;
}

.cnsn-license-display input {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #334155;
  background: #1e293b;
  color: #fff;
}

.cnsn-btn-submit {
  width: 100%;
  background: linear-gradient(to right, #14b8a6, #facc15);
  border: none;
  color: #000;
  padding: 14px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.cnsn-btn-submit:hover {
  opacity: 0.9;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}



/* Mobile cart reset + clean stacked design */
@media (max-width: 768px) {
  /* Reset WooCommerce collapsing behaviour */
  .woocommerce table.shop_table tr,
  .woocommerce-page table.shop_table tr {
    display: block !important;
    width: 100% !important;
  }

  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td,
  .woocommerce table.shop_table th,
  .woocommerce-page table.shop_table th {
    display: block !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: break-word !important;
    border: none !important;
    padding: 6px 0 !important;
  }

  /* Cart item container */
  .woocommerce-cart .cart_item {
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    padding: 12px 0 !important;
  }

  /* Thumbnail */
  .woocommerce-cart .product-thumbnail {
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  .woocommerce-cart .product-thumbnail img {
    max-width: 80px !important;
    height: auto !important;
  }

  /* Product name */
  .woocommerce-cart .product-name {
    font-weight: 600 !important;
    margin-bottom: 4px !important;
    font-size: 16px !important;
  }

  /* Meta (domain, license) */
  .woocommerce-cart .product-name .variation,
  .woocommerce-cart .product-name .wc-item-meta {
    font-size: 14px !important;
    margin-top: 4px !important;
    display: block !important;
  }

  /* Price, quantity, subtotal stacked properly */
  .woocommerce-cart td.product-price,
  .woocommerce-cart td.product-quantity,
  .woocommerce-cart td.product-subtotal {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 15px !important;
  }

  /* Quantity input fix */
  .woocommerce-cart td.product-quantity .quantity {
    display: flex !important;
    align-items: center !important;
  }
  .woocommerce-cart td.product-quantity input.qty {
    max-width: 70px !important;
    text-align: center !important;
  }

  /* Totals cleanup */
  .cart_totals {
    margin-top: 20px !important;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart .cart_item .product-quantity,
  .woocommerce-cart .cart_item .product-subtotal {
      display: none !important;
  }
}

@media (max-width: 768px) {
  /* Hide Quantity + Subtotal in cart items */
  .woocommerce-cart .cart_item .product-quantity,
  .woocommerce-cart .cart_item .product-subtotal {
      display: none !important;
  }

  /* Hide Subtotal row in Basket Totals */
  .woocommerce-cart .cart_totals .cart-subtotal {
      display: none !important;
  }
}


@media (max-width: 768px) {
  /* Hide subtotal in Basket Totals */
  .woocommerce-cart .cart_totals .cart-subtotal {
      display: none !important;
  }

  /* Remove duplicate total rows */
  .woocommerce-cart .cart_totals tr:nth-of-type(2),
  .woocommerce-cart .cart_totals tr:nth-of-type(3) {
      display: none !important;
  }
}/* End custom CSS */