/************************************************************************* Defaults */
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.locked {
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a {
	color: inherit;
}
b {
	font-weight: 600;
}


/************************************************************************* Text Editor */
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}



/************************************************************************* Header */
header {
	z-index: 1;
	position: relative;
}


.hamburger {
/*
	display: flex;
    align-items: center;
    justify-content: center;
*/
}
.hamburger .elementor-widget-container {
	aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    width: 30px;
    height: 17px !important;
}
.hamburger span {
	background-color: var(--e-global-color-accent);
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.hamburger span:nth-child(1) {
	
}
.hamburger span:nth-child(2) {
	top: 50%;
}
.hamburger span:nth-child(3) {
	top: 100%;
}



ul.mainmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 30px;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--e-global-color-primary);
}

ul.mainmenu li svg {
	display: none;
}

ul.mainmenu li.eligibility {
	display: none;
}


ul.submenu {
	position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    padding: 20px 0;
    border-radius: 20px 20px 0 20px;
    box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.04);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
ul.submenu li:not(:first-child) {
	border-top: 1px solid var( --e-global-color-b1aeda5 );
}
ul.submenu li a {
	display: block;
    padding: 20px 20px;
}

ul.mainmenu li:hover .submenu {
	visibility: visible;
    opacity: 1;
    pointer-events: all;
}





header.active .hamburger span:nth-child(1) {
	transform: rotate(45deg);
    top: 7px;
}
header.active .hamburger span:nth-child(2) {
    display: none;
}
header.active .hamburger span:nth-child(3) {
	transform: rotate(-45deg);
	top: 7px;
}


header.active .mainmenu-holder {
	display: block;
}










/************************************************************************* Form */
.e-form__indicators {
	display: none !important;
}
.elementor-field-type-radio .elementor-field-subgroup input[type="radio"] {
	display: none !important;
}
.elementor-field-type-radio .elementor-field-subgroup label {
	font-family: 'Gilroy', sans-serif !important;
    padding: 17px 30px;
    border-radius: 12px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    font-weight: 600 !important;
    display: block !important;
}
.elementor-field-type-radio .elementor-field-subgroup input[type="radio"]:checked + label {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}
.elementor-field-type-radio .elementor-field-subgroup label:hover {
  background-color: #e0e0e0;
}
.e-form__buttons {
	justify-content: end;
	margin: 35px 10px 0;
}
.elementor-field-type-previous {
	flex-basis: unset;	
}
.elementor-field-type-previous button {
	max-width: 160px;
}
.elementor-field-type-next {
	max-width: 160px;
}

.elementor-message-success {
	background-color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    gap: 16px;	
}







.reverse-icon li {
	flex-direction: row-reverse;
    justify-content: space-between !important;
    padding: 5px 0 55px 0 !important;
}
.reverse-icon li .elementor-icon-list-text {
	padding-inline-start: 0 !important;
}




/************************************************************************* Numbers */
.numbers {
	counter-reset: numbers;	
}
.numbers > * .elementor-icon {
	aspect-ratio: 1;
    width: 50px;
    height: auto;
    line-height: 0.7;
}
.numbers > * .elementor-icon::before {
	counter-increment: numbers;
	content: counter(numbers);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 24px;
    font-weight: 500;	
}
.numbers > * .elementor-icon svg {
	display: none;
}

.numbers.horizontal:not(.alternate) > *:not(:last-child) .elementor-icon-box-icon:before {
	content: '';
    background-color: var(--e-global-color-primary);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 25px;
    top: 0;
    z-index: -1;
}
.numbers.horizontal .elementor-icon-box-content {
	display: flex;
    justify-content: space-between;
}
.numbers.horizontal .elementor-icon-box-title {
	max-width: 47%;
}
.numbers.horizontal .elementor-icon-box-description {
	max-width: 40%;
}
.numbers.horizontal .elementor-icon-box-description span {
	display: block;
    margin-bottom: 20px;
}
.numbers.horizontal .elementor-icon-box-description span:last-child {
	margin-bottom: 0;
}

.numbers.horizontal.alternate > * .elementor-icon::before {
	content: counter(numbers, decimal-leading-zero);
}
.numbers.horizontal.alternate .elementor-icon-box-content {
    justify-content: end;
}
.numbers.horizontal.alternate .elementor-icon-box-description {
	max-width: 68%;
}





/************************************************************************* Case Studies */
.page-id-92 {
	counter-reset: cstudies;	
}
.case-study .counter .elementor-heading-title::after {
	counter-increment: cstudies;
	content: counter(cstudies, decimal-leading-zero);
	margin-left: 6px;
}


.elementor-widget-icon-box.bar .elementor-icon-box-content {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.overview .elementor-icon-box-content {
	display: flex;
    gap: 25px;
}
.overview .elementor-icon-box-content .elementor-icon-box-title {
	margin-top: 1px;	
}


/************************************************************************* Bordered Image */
.elementor-widget-image.lined .elementor-widget-container:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
    background: transparent;
    width: calc(100% - 68px);
    height: calc(100% - 68px);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-b1aeda5);
    border-radius: 100% 100% 0% 100%;
    z-index: -1;	
}
.elementor-widget-image.lined .elementor-widget-container img {
	z-index: -1;
}
.elementor-widget-image.lined .elementor-widget-container:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
    background: transparent;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-b1aeda5);
    border-radius: 100% 100% 0% 100%;
    z-index: -1;
}


/************************************************************************* Comparison Table */
.comparison-table table {
	border-collapse: separate !important;
    border-spacing: 11px 0;
}
.comparison-table table td:nth-child(2),
.comparison-table table td:nth-child(3) {
	width: 25% !important;
}
.comparison-table table thead tr td {
	padding: 8px 25px;
}
.comparison-table table thead tr td strong  {
	font-size: 22px;
    font-weight: 500;
    background-color: var(--e-global-color-secondary);
    color: #fff;
    padding: 10px 20px 11px;
    border-radius: 10px 10px 0 0
}
.comparison-table table tbody tr td {
	padding: 25px 35px;
    position: relative;
    vertical-align: top;
}
.comparison-table table tbody tr td:after {
	content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
}
.comparison-table table tbody tr td:nth-child(1):after {
    background-color: #D1E4F6;
}
.comparison-table table tbody tr td:nth-child(2):after {
    background-color: #D1E4F6;
}
.comparison-table table tbody tr td:nth-child(3):after {
	background-color: var(--e-global-color-primary);
}
.comparison-table table tbody tr td:nth-child(1) {
	font-weight: 600;
}
.comparison-table table tbody tr td:nth-child(2) {
	background-color: var(--e-global-color-primary);
	color: #fff;
}
.comparison-table table tbody tr td:nth-child(3) {
	background-color: var( --e-global-color-d3f0e82 );
	padding: 25px 15px;
}
.comparison-table table tbody tr:first-child td {
	border-radius: 10px 10px 0 0;
}
.comparison-table table tbody tr:last-child td {
	border-radius: 0 0 10px 10px;
}
.comparison-table table tbody tr:last-child td:after {
	display: none;
}





.single-post h2 {
	font-family: var(--e-global-typography-a6930c1-font-family), Sans-serif;
    font-size: var(--e-global-typography-a6930c1-font-size);
    font-weight: var(--e-global-typography-a6930c1-font-weight);
    margin: 70px 0 45px;
}
.single-post figure.wp-block-table {
    margin: 0 -420px 0 -330px;
}
.single-post table {
	border-collapse: separate !important;
    border-spacing: 0 11px;
    font-size: 13px;
    width: 100%;
}
.single-post table td {
	width: 14%;
	text-align: center;
	position: relative;
}
.single-post table thead th:first-child {
	border-radius: 10px 0 0 10px;
}
.single-post table thead th:last-child {
	border-radius: 0 10px 10px 0;
}
.single-post table thead tr th {
	background-color: var(--e-global-color-secondary);
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 20px 3px;
    vertical-align: top;
}
.single-post table tbody tr td:first-child {
	border-radius: 10px;
    background: rgba(209, 228, 246, 0.50);
    font-weight: 700;
    padding: 20px;
}
.single-post table tbody tr td:not(:first-child):before {
	content: '';
    background-color: #D1E4F6;
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.single-post table tbody tr td:not(:first-child):after {
	content: '';
    background-color: #D1E4F6;
    display: block;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}




.over {
	position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px) !important;
    background-color: var(--divider-color);
    z-index: -1;
}



@media screen and (max-width: 1566px) {

	.single-post figure.wp-block-table {
		margin: 0 -340px 0 -250px;
	}

}



@media screen and (max-width: 1400px) {

	.single-post figure.wp-block-table {
		margin: 0 -150px 0 -60px;
	}
	.single-post table td {
	    line-height: 1.8;
	}

}



@media screen and (max-width: 1024px) {

	.elementor-widget-image.lined .elementor-widget-container:before {
        display: none;
	}

	.mainmenu-holder {
		width: 100%;
		height: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    display: none;
	    background-color: #fff;
	    padding: 100px 20px 100px;
	}
	.mainmenu-holder .elementor-shortcode,
	.mainmenu-holder nav,
	.mainmenu-holder nav ul {
		height: 100%;
	}

	ul.mainmenu {
		flex-direction: column;
        font-size: 24px;
        gap: 0;
        justify-content: start;
        overflow: scroll;
	}
	ul.mainmenu li {
		position: relative;
	}
	ul.mainmenu li:not(:first-child):not(:last-child) {
		border-top: 1px solid var(--e-global-color-b1aeda5);	
	}
	
	ul.mainmenu li svg {
		display: block;
        position: absolute;
        right: 0;
        top: 26px;
	}
	
	ul.mainmenu li a {
		display: block;
        padding: 20px 0;
	}	
	
	ul.submenu {
		position: relative;
	    pointer-events: all;
	    opacity: 1;
	    visibility: visible;
	    padding: 0;
	    box-shadow: none;
	    background-color: transparent;
	    border-radius: 0;
	    font-size: 15px;
	}
	
	.single-post figure.wp-block-table {
        margin: 0;
        overflow: auto;
    }
    .single-post table {
	    min-width: 800px;
	}

}




@media screen and (max-width: 768px) {

	ul.mainmenu li.eligibility {
	    display: block;
        position: absolute;
        bottom: 25px;
        left: 20px;
        right: 20px;
	}
	ul.mainmenu li.eligibility a {
		background-color: var(--e-global-color-accent);
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        border-radius: 10px 10px 0 10px;
        text-align: center;
	}

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
        align-items: start;
    }
    
    
    
    .elementor-field-type-radio .elementor-field-subgroup {
	    gap: 10px 0;
	}   
    .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option {
		width: 50%;
    }
    .elementor-field-type-radio .elementor-field-subgroup label {
	    padding: 17px 16px;
	    text-align: center;
	}
    
    
    .autoflow-mobile .swiper {
	    overflow: visible;
    }
    
    
    
    .numbers.horizontal .elementor-icon-box-content {
    	flex-direction: column;
	}
	.numbers.horizontal .elementor-icon-box-title {
	    max-width: 100%;
	}
	.numbers.horizontal .elementor-icon-box-description {
	    max-width: 100%;
	}
	
	
	.numbers.horizontal.alternate .elementor-icon {
		text-align: left;
	}
	.numbers.horizontal.alternate .elementor-icon-box-description {
		max-width: 100%;
	}
	
	
	.comparison-table table {
	    border-spacing: 5px 0;
	}
	.comparison-table table thead tr td {
    	padding: 4px 15px;
	}
	.comparison-table table thead tr td strong {
	    font-size: 13px;
	    padding: 8px 12px 8px;
	    border-radius: 6px 6px 0 0;
	}
	
	
	.comparison-table table tbody tr:first-child td {
    	border-radius: 6px 6px 0 0;
	}
	.comparison-table table tbody tr:last-child td {
		border-radius: 0 0 5px 5px;
	}
	.comparison-table table tbody tr td {
	    padding: 10px 10px 5px 10px;
	}
	.comparison-table table tbody tr td:nth-child(3) {
		padding: 10px 10px 5px 10px;
	}

}