/* 
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;
	
	    --font-oswald: 'Oswald', sans-serif;

  }
  .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;
	}
} */


   /* Practice Styles */
/*     #practiceMenu {
    display: flex;
    gap: 2rem;
    width: 100%;
    max-width: 900px;
    margin: 2rem auto 0;
    position: relative;
    }

    #practiceList {
    list-style: none;
    padding: 0;
    position: fixed;
    padding-top: 40px;
    }

    #practiceList li, .locations li, .overlay-right ul li a {
    cursor: pointer;
    margin-bottom: 8px;
    font-size: 32px;
    font-family: 'Oswald';
    line-height: 100%;
    letter-spacing: -1.28px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    }

    #imagesContainer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow-y: scroll;
    width: 560px;
    align-items: center;
    position: absolute;
    right: 10%;
    top: -63px;
    z-index: -1;
    }

    .practice-img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    filter: brightness(0.4);
    transition: filter 0.3s;
    }
    div#imagesContainer::-webkit-scrollbar {
        display: none;
    }
    .practice-img.active {
      filter: brightness(1);
      box-shadow: 0 0 10px #0003;
    }
 */







.video-popup-overlay {
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-popup-content {
  position: relative;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.video-popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  color: black;
  font-size: 24px;
  padding: 4px 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
}
