/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.7
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
*/

@font-face {
    font-family: poppins-fallback;
    src: local("Arial");
    size-adjust: 60.85099821%;
    ascent-override: 164.3358416%;
    descent-override: 57.51754455%;
    line-gap-override: 16.43358416%;
}

@font-face {
    font-family: poppins-fallback-android;
    src: local("Roboto");
    size-adjust: 55.5193474%;
    ascent-override: 180.1173909%;
    descent-override: 63.04108683%;
    line-gap-override: 18.01173909%;
}

.list-languages {
    display: flex;
    flex-direction: column;
    height: 30px;
    overflow: hidden;
    align-items: center;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
    width: 60px;
    gap: 2px;
    padding: 10px;
}

.list-languages:hover,
.list-languages .hover {
    border-radius: 10px;
    position: relative;
    background: #F8FAFF;
    height: fit-content;
    overflow: visible;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.list-languages:hover a img,
.list-languages .hover-effect a img {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.1));
}

.list-languages:hover a:hover img,
.list-languages .hover-effect a:hover img {
    transform: scale(1.2);
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.3));
}


.waalaxy-table-of-contents {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: fixed;
    top: 70px;
    max-width: 15vw;
    width: 15vw;
}

.waalaxy-table-of-contents-sticky-bottom {
    top: auto;
    bottom: -10px;
    position: absolute;
}

.waalaxy-table-of-contents-sticky-top {
    top: auto;
    position: absolute;
}

.waalaxy-table-of-contents ul:before {
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    border-radius: 10px;
    z-index: 1;
    display: block;
    content: " ";
}

.title-table-of-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.content-table-of-contents {
    max-height: calc(100vh - 90px);
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    scroll-behavior: smooth;
}


.waalaxy-table-of-contents ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.waalaxy-table-of-contents li {
    margin-top: 12px;
    text-align: left;
    position: relative;
    z-index: 1;
    padding-left: 24px;
}

.waalaxy-table-of-contents li a {
    color: var( --e-global-color-text );
    word-break: break-word;
}

.waalaxy-table-of-contents li.active:before {
    background-color: var( --e-global-color-primary );
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    border-radius: 10px;
    display: block;
    content: " ";
}

.waalaxy-table-of-contents li.active.link-h2 a {
    font-weight: 500;
}

.waalaxy-table-of-contents li.active a {
    color: var( --e-global-color-primary );
    font-weight: bold;
}

.arrow-show-content {
    position: fixed;
    border-radius: 0 8px 8px 0;
    padding: 8px;
    box-shadow: 0px 0px 8px 1px rgb(232, 232, 232);
    cursor: pointer;
    display: flex;
}

@media screen and (max-width: 767px) {
    .waalaxy-table-of-contents {
        margin: 0;
        background: white;
        position: fixed;
        top: 228px;
        z-index: 0;
        height: 100%;
        max-width: 100vw;
        width: 100%;
        bottom: unset;
    }

    .mobile-hide {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .mobile-show {
        display: none;
    }
}

.overlay-top-table-of-contents {
    position:absolute;
    z-index:9;
    right:0;
    left:0;
    top:70px;
    height:35px;
    display:none;
    background:#F3F3F3;
    background:-moz-linear-gradient(180deg, #F3F3F3 0%, rgba(240, 240, 240, 0.15) 45%, rgba(240,240,240,0) 90%);
    background:-webkit-linear-gradient(180deg, #F3F3F3 0%, rgba(240, 240, 240, 0.15) 45%, rgba(240,240,240,0) 90%);
    background:linear-gradient(180deg, #F3F3F3 0%, rgba(240, 240, 240, 0.15) 45%, rgba(240,240,240,0) 90%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1)
}

.overlay-bottom-table-of-contents {
    position:absolute;
    z-index:9;
    bottom:0;
    right:0;
    left:0;
    height:35px;
    display:none;
    background:#F3F3F3;
    background:-moz-linear-gradient(0deg, #F3F3F3 0%, rgba(240, 240, 240, 0.15) 45%, rgba(240,240,240,0) 90%);
    background:-webkit-linear-gradient(0deg, #F3F3F3 0%, rgba(240, 240, 240, 0.15) 45%, rgba(240,240,240,0) 90%);
    background:linear-gradient(0deg, #F3F3F3 0%, rgba(240, 240, 240, 0.15) 45%, rgba(240,240,240,0) 90%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1)
}

.alert-editor {
    box-sizing: border-box;
    color: #000000d9;
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    word-wrap: break-word;
    margin: 8px 0;
    border-radius: 18px;
}

.alert-editor-with-description {
    align-items: flex-start;
    padding: 15px 15px 15px 24px;
}

.alert-editor-success {
    border: 3px solid #59BB48;
}

.alert-editor-info {
    border: 3px solid #91d5ff;
}

.alert-editor-danger {
    border: 3px solid #D11D1D;
}

.alert-editor-warning {
    border: 3px solid #ffe58f;
}

.alert-editor-with-description .alert-editor-icon {
    margin-right: 15px;
    font-size: 24px;
}

.alert-editor-content {
    flex: 1;
    min-width: 0;
}

.alert-editor-with-description .alert-editor-message {
    display: block;
    margin-bottom: 4px;
    color: #000000d9;
    font-size: 16px;
}

.alert-editor-with-description .alert-editor-description {
    display: block;
}
.alert-editor-description {
    display: none;
    font-size: 14px;
    line-height: 22px;
}

.alert-editor-with-description .alert-editor-icon {
    margin-right: 15px;
    font-size: 24px;
}
.alerticon-info-circle {
    color: #1890ff;
}
.alerticon-warning-circle {
    color: #faad14;
}
.alerticon-danger-circle {
    color: #ff4d4f;
}
.alerticon-success-circle {
    color: #52c41a;
}
.alerticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.elementor-pagination, .ais-Pagination-list {
    width: fit-content;
    background: #f0f0f0;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
    border-radius: 25px;
    display: flex;
}

.elementor-pagination > .page-numbers, .ais-Pagination-list > .ais-Pagination-item {
    padding: 5px 15px;
    display: block;
    color: black !important;
}


.ais-Pagination-list > .ais-Pagination-item a {
    color: black !important;
}


.elementor-pagination > .page-numbers.current, .ais-Pagination-list > .ais-Pagination-item.ais-Pagination-item--selected {
    background: #2b76f4;
    color: white !important;
    border-radius: 8px;
    box-shadow: -1px -1px 10px -1px rgba(93,152,250,0.75);
}

.ais-Pagination-list > .ais-Pagination-item:hover a {
    color: #2b76f4 !important;
}

.ais-Pagination-list > .ais-Pagination-item.ais-Pagination-item--selected a {
    color: white !important;
}

.elementor-pagination > a.page-numbers:hover {
    color: #2b76f4 !important;
} 

.ais-Pagination-item--disabled {
    display: none !important;
}

a.maxbutton {
	text-decoration: none !important;
	border: 3px solid var(--e-global-color-primary) !important;
	border-radius: 12px !important;
	background-color: var(--e-global-color-primary) !important;
	-webkit-box-shadow: 0px 2px 6px 1px #333333 !important;
	-moz-box-shadow: 0px 2px 6px 1px #333333 !important;
	box-shadow: 0px 0px 5px 2px #b0b0b08f !important;
	display: flex !important;
	width: fit-content !important;
	position: unset !important;
	height: unset !important;
}

a.maxbutton .mb-text {
	padding: 12px !important;
	font-size: 16px !important;
	font-family: Poppins, poppins-fallback, poppins-fallback-android, sans-serif !important;
	font-weight: 600 !important;
}

.elementor-widget-theme-post-content ul {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

@media screen and (min-width: 1025px) {
    .megamenu-container .megamenu-element {
        top: 56px;
        position: absolute;
        left: 0;
    }
    .megamenu-container .megamenu-element > div:not(.elementor-background-overlay, .ui-resizable-handle, .ui-resizable-e) {
        background: white;
        padding: 20px 40px !important;
        border-radius: 20px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        margin-top: 26px;
    }
}

.elementor-widget-wrap:hover > .megamenu-container .megamenu-element {
    display: block;
}

.megamenu-container .megamenu-element {
    display: none;
    width: 110% !important;
    z-index: 2;
}

.important-text {
    font-weight: bold !important;
}

.waalaxy-table-of-contents * {
    font-family: sans-serif !important;
}

/* Table Styling */
.elementor-widget-container table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    text-align: center;
}

.elementor-widget-container tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
}

.elementor-widget-container tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}

.elementor-widget-container thead th:first-child {
    border-top-left-radius: 16px;
}

.elementor-widget-container thead th:last-child {
    border-top-right-radius: 16px;
}

.elementor-widget-container table tr:not(:last-child) td,
.elementor-widget-container table tr:not(:last-child) th {
    border-bottom: none;
}

.elementor-widget-container table tr td:not(:last-child),
.elementor-widget-container table tr th:not(:last-child) {
    border-right: none;
} 

.elementor-widget-container table td,
.elementor-widget-container table th {
    border: 1px solid #2460DE;
}

.elementor-widget-container table thead tr:first-child th {
    background-image: linear-gradient(#447DF3, #4146C1);
    color: #FFFFFF;
    font-weight: bold;
}

.elementor-widget-container tbody tr:nth-child(odd) td,
.elementor-widget-container tbody tr:nth-child(odd) th {
    background-color: #ffffff;
}

.elementor-widget-container tbody tr:nth-child(even) td,
.elementor-widget-container tbody tr:nth-child(even) th {
    background-color: #F8FAFF;
}

/* Block Info Box */ 

.info-box {
    display: flex;
    align-items: start;
    padding: 15px;
    border: 3px solid #91d5ff;
    background-color: rgba(248, 250, 255, 1);
    border-radius: 10px;
    margin: 10px 0;
    box-sizing: border-box;
}

.info-box .icon {
    font-size: 24px;
    margin-right: 15px;
}

.info-box .content {
    flex-grow: 1 !important;
}

.info-box .content .description {
    margin: 0;
}

