/* 
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.0
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 */

.swiper-slide {
  transition-property: opacity !important;
}
.logo_sliders img {
     max-width: 200px; 
    max-height: 80px;
}
.bottom-glow-shadow::after {
  content: "";
  position: absolute;

  /* tighter width = no side bleeding */
  left: 15%;
  right: 15%;

  /* closer to card */
  bottom: -32px;

  /* not too tall */
  height: 55px;

  background: radial-gradient(
    ellipse at center,
    rgba(100, 190, 255, 0.85) 0%,
    rgba(100, 190, 255, 0.65) 28%,
    rgba(100, 190, 255, 0.42) 45%,
    rgba(100, 190, 255, 0.22) 60%,
    rgba(100, 190, 255, 0.08) 72%,
    rgba(100, 190, 255, 0) 85%
  );

  /* slightly less blur = denser glow */
  filter: blur(16px);

  z-index: -1;
  pointer-events: none;

  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.bottom-glow-shadow:hover::after {
  opacity: 1;
  transform: translateY(0);
}
.mb0 p {
	margin-bottom:0;
}


.elementor-widget-image a {
	display: block;
}
.faqs .eael-adv-accordion {
	overflow:hidden;
}
p.gform_required_legend, .gform_validation_errors, .gfield_required {
    display: none !important;
}
input:focus {
    outline: none !important;
    box-shadow: none !important;
}
.number_heading {
    transform: translate(-50%);
}
/****Advisories posts*****/
.advisories_posts .elementor-post__read-more {
    border: 2px solid;
    padding:7px 22px;
    line-height: 1;
    border-radius: 7px;
	transition:all 0.4s ease 0s;
	box-shadow:inset 0 3px 6px rgba(0,0,0,0.29);
}
.advisories_posts .elementor-post__read-more:hover{
	background-color:var( --e-global-color-text );
	color:#fff !important;
	transition:all 0.4s ease 0s;
	border: 2px solid var( --e-global-color-text );
}
.advisories_posts .page-numbers {
    background-color: transparent;
    padding: 1px 20px;
    border: 2px solid;
    border-radius: 7px;
    line-height: 1;
	width: 55px;
	height: 33px;
	border-radius: 7px;
	transition:all 0.4s ease 0s;
	box-shadow:inset 0 3px 6px rgba(0,0,0,0.29);
}


.advisories_posts a.page-numbers:hover, span.page-numbers.current  {
		background: #D11518 0% 0% no-repeat padding-box;
    color: #fff;
	border: 2px solid #D11518;
	box-shadow: inset 0px 3px 6px #00000029;
	transition:all 0.4s ease 0s;
}

.success_stories .elementor-button {
	border-color:var( --e-global-color-text ) ;
}

body .gfield_select,
body .ginput_container_select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: none !important;
  cursor: pointer;
 padding:7px 15px;
}

body .ginput_container_select select::-ms-expand {
  display: none;
}

body .ginput_container_select {
  position: relative;
  display: flex;
  align-items: center;
	
}
body .gfield_select:focus,
body .ginput_container_select select:focus, body textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  
}
body .ginput_container_select::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  pointer-events: none;
  z-index: 1;
}
.c_links a{
	color:var( --e-global-color-0d1e438 );
	transition:all 0.4s ease 0s;
}
.c_links a:hover{
	color:var( --e-global-color-accent );
	transition:all 0.4s ease 0s;
}
.contact_us .eael-feature-list-content-box {
    margin-left: 0px !important;
}
/*acc_table */

.acc_table { margin: 0 auto; overflow-x: auto; }
.acc_table table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.acc_table table, .acc_table th, .acc_table td { border: none !important; }

/* ========== HEADER ========== */
.acc_table thead th {
    background: #D11518;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 18px 10px;
    letter-spacing: -0.78px;
}
.acc_table thead th.th-feature {
  text-align: left;
  width: 43%;
  border-radius: 25px 0 0 0;
}
.acc_table thead th:last-child { border-radius: 0 25px 0 0; }

.acc_table table tbody tr:hover>td,
.acc_table table tbody tr:hover>th {
  background-color: transparent;
}
.acc_table table tbody>tr:nth-child(odd)>td,
.acc_table table tbody>tr:nth-child(odd)>th {
  background-color: transparent;
}

/* ========== TRIGGER ROW ========== */
.acc_table .trigger-row { cursor: pointer; transition: background 0.2s; }
.acc_table .trigger-row:hover { background: #eee !important; }
.acc_table .trigger-row.active { background: #fff !important; }
.acc_table tbody tr.trigger-row:nth-child(4n+1) { background: #FFFFFF; }
.acc_table tbody tr.trigger-row:nth-child(4n+3) { background: #F7F7F5; }
.acc_table .trigger-row td { padding: 18px 12px; vertical-align: middle; }

/* ========== FEATURE NAME WITH +/- ICON (CSS only, no HTML needed) ========== */
.acc_table .feature {
  text-align: left;
  font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #263033;
  padding-left: 28px !important;
  position: relative;
}
.acc_table .feature::before {
  content: '+';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  color: #999;
  line-height: 1;
  transition: color 0.3s;
}
.acc_table .trigger-row.active .feature::before {
  content: '−';
  color: #999;
}
/* ========== CHECK / CROSS ========== */
.acc_table .cell { text-align: center; }
.acc_table .yes, .acc_table .no {
    width: 19px;
    height: 19px;
    margin: 0 auto;
}
.acc_table .yes {
    background: url('/wp-content/uploads/check-icon.svg') no-repeat center;
    background-size: cover;
    display: block;
}

.acc_table .no {
  background: url('/wp-content/uploads/cross-icon.svg') no-repeat center;
   background-size: cover;
    display: block;
}



/* Full opacity for Layer Seven Security (first vendor column) */
.acc_table .trigger-row td.cell:nth-child(2) .yes {
  opacity: 1;
}

/* Reduced opacity for all other vendor columns */
.acc_table .trigger-row td.cell:nth-child(3) .yes,
.acc_table .trigger-row td.cell:nth-child(4) .yes,
.acc_table .trigger-row td.cell:nth-child(5) .yes,
.acc_table .trigger-row td.cell:nth-child(6) .yes {
  opacity: 0.35;
}
/* ========== CONTENT ROW ========== */
.acc_table .content-row td {
  padding: 0 !important;
  background: #fff;
}

.acc_table .desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding: 0 20px 0 27px;
  max-width: 43%;
}
.acc_table .content-row.active .desc {
    max-height: 500px;
    padding: 5px 20px 25px 27px;
    max-width: 43%;
}

.acc_table .desc p {
    font-size: 14px;
    color: #263033;
    margin: 0 0 10px 0;
    letter-spacing: -0.59px;
}
.acc_table .desc p:last-child { margin-bottom: 0; }
.acc_table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 25px;
}
.acc_table tbody tr:last-child td:last-child {
  border-radius: 0 0 25px 0;
}
/***Table*****/
.com_table th:first-child {
    text-align: left !important;
}
.com_table tr td:first-child .td-content {
    text-align: left !important;
    justify-content: flex-start;
}
.com_table .eael-data-table tr:last-child td:first-child {
    border-bottom-left-radius: 25px;
}
.com_table .eael-data-table tr:last-child td:last-child {
    border-bottom-right-radius: 25px;
}
.com_table tr:nth-child(2n) td:first-child {
    border-left: 1px solid #EDEAEA !important;
}
.com_table tr:nth-child(2n) td:last-child {
    border-right: 1px solid #EDEAEA !important;
}
.com_table tr:last-child td {
    border-bottom: 1px solid #EDEAEA !important;
}
.com_table .yes svg {
    opacity: 0.35;
}
.com_table tr th:first-child, 
.com_table tr td:first-child {
    width: 50%;
}
.com_table tr th, 
.com_table tr td {
    width: 25%;
}
.com_table th {
    vertical-align: middle !important;
}
th.left_header {
    text-align: left !important;
}
.com_table.com_table1 tr th:first-child, 
.com_table.com_table1 tr td:first-child {
    width: auto;
}
/****Contact Us*****/
.contact_us .email-list span {
  display: inline-flex;
  gap: 10px;
}
.email-list .email-row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.email-list .email-label {
  min-width: 80px;
}

.company_logo img {
    max-width: 150px;
}
.c_logo a.elementor-post__thumbnail__link {
    pointer-events: none;
}
.c_logo .elementor-posts-container {
	align-items: center;
}
.c_logo .elementor-posts-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 65px;
    row-gap: 20px;
}
.c_logo .last_logo_col .elementor-posts-container {
	justify-content: flex-start;
}
.c_logo .elementor-posts-container .elementor-post {
    flex: 0 0 auto;
}
header ul#menu-main-menu  li.current_page_item > a {
    color: var( --e-global-color-accent ) !important;
}
header .elementskit-submenu-panel {
    padding: 0 !important;
}
header ul#menu-main-menu .elementskit-dropdown li.current-menu-item > a:hover {
    color: #fff !important;
}
/*header ul#menu-main-menu .elementskit-submenu-panel > li.current-menu-item > a {
    color: var( --e-global-color-text ) !important;
}
header ul#menu-main-menu .elementskit-submenu-panel > li.current-menu-item > a:hover {
    color: #fff !important;
} */
body .gfield_error .validation_message {
	display:none !important;
}
body .gfield_error input {
border-color: var(--gf-ctrl-desc-color-error) !important;
}
.single_post ul, .single_post ol {
	padding-bottom:20px;
}
.acc_table, .com_table {
    overflow: visible;
}
.acc_table table thead tr th, .com_table .table-header th {
    position: sticky;
    top: 85px;
    z-index: 9;
}
.executive_summary  .elementor-heading-title {
    width: 228px;
    height: 28px;
    background: transparent linear-gradient(270deg, #FFFFFF00 0%, #F7F5F5 50%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    margin: 0 auto;
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}

/* ========== RESPONSIVE TABLET ========== */
@media (max-width: 1024px) {
  .acc_table thead th { font-size: 11px; padding: 14px 6px; }
  .acc_table .feature { font-size: 13px; }
  .acc_table .trigger-row td { padding: 14px 6px; }
  .acc_table .yes, .acc_table .no { width: 17px; height: 17px; }
  .acc_table .yes::after { top: 3px; left: 5px; width: 3px; height: 8px; }
  .acc_table .no::before, .acc_table .no::after { width: 7px; }
}

/* ========== RESPONSIVE MOBILE ========== */
@media (max-width: 767px) {
  .acc_table thead { display: none; }
  .acc_table table, .acc_table tbody, .acc_table tr, .acc_table td { display: block; width: 100%; }

  .acc_table .trigger-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 12px 15px;
  }
  .acc_table .trigger-row td { padding: 4px 0; }
  .acc_table .trigger-row .feature { width: 100%; margin-bottom: 10px; font-size: 14px; }
  .acc_table .trigger-row .cell { width: 20%; text-align: center; }

  .acc_table .trigger-row .cell::before {
    display: block;
    font-size: 12px;
    color: #263033;
    font-weight: 400;
    margin-bottom: 4px;
  }
  .acc_table .trigger-row .cell:nth-child(2)::before { content: 'Layer Seven Security'; }
  .acc_table .trigger-row .cell:nth-child(3)::before { content: 'SAP'; }
  .acc_table .trigger-row .cell:nth-child(4)::before { content: 'Onapsis'; }
  .acc_table .trigger-row .cell:nth-child(5)::before { content: 'Pathlock'; }
  .acc_table .trigger-row .cell:nth-child(6)::before { content: 'SecurityBridge'; }

  .acc_table .content-row td { padding: 0 !important; }
  .acc_table .content-row.active .desc { padding: 10px 15px 15px; }
.acc_table .content-row.active .desc {
    max-width: 100%;
}
  .acc_table .yes, .acc_table .no { width: 17px; height: 17px; }
  .acc_table .yes::after { top: 3px; left: 5px; width: 3px; height: 8px; border-width: 0 1.5px 1.5px 0; }
  .acc_table .no::before, .acc_table .no::after { width: 7px; height: 1.5px; }
	
.acc_table table thead tr th, .com_table .table-header th {
    top: 110px;
}
 /* Force all parents to allow sticky */
    .elementor-widget-eael-data-table,
    .elementor-widget-container,
    .elementor-widget-wrap,
    .elementor-element,
    .elementor-column,
    .elementor-section,
    .elementor-container,
    .e-con,
    .e-con-inner,
    .eael-data-table-wrap {
        overflow: visible !important;
    }
	
}

/***** Responsive*******/
@media(min-width:1025px) and (max-width:1199px) {
	 ul#menu-main-menu > li > a {
    padding: 0 5px;
}
}
@media(max-width:1200px) {
	.logo_sliders img {
	max-width: 150px;
}
}
@media(max-width:1024px) {
	#menu-main-menu-1 .menu-item a {
	display: inline !important;
}
	.email-list .email-label {
    min-width: auto;
}
}
@media(max-width:767px) {
	.advisories_posts .elementor-posts .elementor-post__text {
    align-items: center;
}
	.advisories_posts .elementor-post__excerpt p, .advisories_posts h3.elementor-post__title {
    text-align: center;
} 
	.acc_table .desc {
    padding: 0 20px 0 15px;
    max-width: 100%;
}
	.com_table tr th:first-child, .com_table tr td:first-child {
    width: auto;
}
	.contact_us .eael-feature-list-item {
    flex-direction: column !important;
    gap: 20px;
    text-align: center !important;
}
	.c_logo .elementor-posts-container {
    column-gap: 40px;
    row-gap: 20px;
}
	.c_logo .last_logo_col .elementor-posts-container {
    justify-content: center;
}
	
}
@media(max-width:420px){
	.logo_sliders img {
	max-width: 120px;
}
}