/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */
  .comparison-table  thead tr:first-child th {
	border-block-start: rgba(255,255,255,0.5) !important;
}
  .comparison-section {
    background-color: #FF6E27;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
  }

  .comparison-table {
    width: 100%;
    max-width: 1200px;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.15); /* semi-trasparente */
    overflow: hidden;
    color: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	border: none;
  }


  .comparison-table thead {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
	font-family: "Bebas Neue", Sans-serif;
	font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .comparison-table th,
  .comparison-table td {
    padding: 20px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

.comparison-table th {
	text-align: center;
}

  .comparison-table tr:last-child td {
   /* border-bottom: none;*/
  }

  .comparison-table td:first-child {
    font-weight: bold;
    color: #fff;
    width: 25%;
  }

  .comparison-table td:nth-child(2),
  .comparison-table td:nth-child(3) {
    width: 37.5%;
  }

  /* Mobile responsive */
  @media (max-width: 768px) {
    .comparison-table thead {
      display: none;
    }

    .comparison-table,
    .comparison-table tbody,
    .comparison-table tr,
    .comparison-table td,
	.comparison-table td:first-child,
	.comparison-table td:nth-child(2),
	.comparison-table td:nth-child(3){
      display: block;
      width: 100%;
    }

    .comparison-table tr {
      background: rgba(255, 255, 255, 0.1);
    }

    .comparison-table td {
      padding: 15px 20px;
      border: none;
      position: relative;
      color: #fff;
    }

    .comparison-table td:before {
      content: attr(data-label);
      font-weight: bold;
      display: block;
      margin-bottom: 6px;
      color: #fff;
      opacity: 0.9;
    }
  }

