/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
:root {
    /* Brand Colors */
    --color-blue: #00AAD8;
    --color-black: #001319;
    --color-grey: #7A8A97;
    --color-white: #FFFFFF;
  
    

    /* Blue Shadows */
    --blue-darker: #004456;
    --blue-dark: #008BAD;
    --blue-default: #00AAD8;
    --blue-light: #33BDE0;
    --blue-lighter: #95E5F6;
  
    /* Grey Shadows */
    --grey-darker: #05181E;
    --grey-dark: #1F2F35;
    --grey-default: #EEEEEE;
    --grey-light: #7A8A97;
    --grey-lighter: #E8EDEE;
  
    /* Red Shadows */
    --red-darker: #2A2126;
    --red-dark: #5E2526;
    --red-default: #9D3D3F;
    --red-light: #C4888C;
    --red-lighter: #F5ECEC;
  
    /* Background Colors */
    --bg-primary: #001319;
    --bg-secondary: #05181E;
    --bg-tertiary: #1F2F35;
    --bg-alternate: #00AAD8;
    --bg-blue-light: #99E5F6;
    --bg-red-darker: #2A2126;
    --bg-dark: #1F2F35;
    --bg-lighter: #FFFFFF;
  
  
    /* Border Colors */
    --border-primary: #EBEDEE;
    --border-secondary: #05181E;
    --border-tertiary: #1F2F35;
    --border-alternate: #00AAD8;
    --border-red: #9D3D3F;
    --border-darker: #001319;
    --border-blue-light: #33BBE0;
    --border-blue-draker: #0095B7;
    /* Text Colors */
    --text-primary: #EEEEEE;
    --text-secondary: #001319;
    --text-tertiary: #7A8487;
    --text-alternate: #00AAD8;
    --text-red: #9D3D3F;
  }
  .trial-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
	margin-bottom: 0px !important;
	 border: 0px !important;
}

.trial-table th:first-child,
.trial-table td:first-child {
  text-align: left;
 
}
.trial-left__column h2 {
  color: var(--color-white);
}

.trial-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.trial-table th,
.trial-table td {
  padding: 16px 32px;
  vertical-align: middle;
}
.trial-table td {
  line-height: 130%;
  letter-spacing: 0;
  font-size: clamp(14px, 1.2vw, 16px);
}
table td, table th {
	border: none !important;
}
.trial-table th {
  font-size: clamp(12px, 1.5vw, 18px);
  border: 0px !important;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: var(--font-oswald);
}
.trial-table thead th  {
	  border: 0px !important;

}
/* Individual heading colors */
.trial-table th:nth-child(1) {
  color: var(--color-blue);
}

.trial-table th:nth-child(2) {
  color: var(--color-white);
}

.trial-table th:nth-child(3) {
  color: var(--red-default);
}

/* Table content styles */
.trial-table td:first-child {
  text-align: left;
  color: var(--color-white);

}

.trial-table tbody tr:nth-child(odd) td:not(:nth-child(2)) {
  background-color: var(--bg-secondary);
  border-top: 1px solid var(--border-tertiary);
  border-bottom: 1px solid var(--border-tertiary);
}

.trial-table tbody td:nth-child(2) {
  border-top: 1px solid var(--border-blue-light);
  border-bottom: 1px solid var(--border-blue-light);
}
.trial-table th:nth-child(2),
.trial-table td:nth-child(2) {
  background-color: var(--color-blue);
}
.trial-table th:nth-child(2) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cta-container__wrapper {
	padding: 0 clamp(155px, 10.16vw, 195px) !important;
}

@media(max-width: 1280px) {
	.award-carousel {
		position: relative;
	}
}

.home .comments-area a, .page-content a {
	text-decoration: none !important;
}

/* @media(min-width: 1200px) {
	.trial-table th:first-child,
.trial-table td:first-child {
	 width: 380px;
	}
} */