/*
Theme Name: Plan It
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: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

html,
body {
    font-family: "Proxima Nova", Sans-serif;
    font-weight: 400;
}

.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
}

.filter_form input:-webkit-autofill,
.filter_form input:-webkit-autofill:hover,
.filter_form input:-webkit-autofill:focus,
.filter_form input:-webkit-autofill:active {
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0;
    background: transparent;
}

.custom-logo-link {
    display: block;
}

a {
    color: #080866;
}

* {
    transition: 0.3s linear all;
}

p {
    margin-bottom: 1.5rem;
}

.header_desktop .header_right .btn {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.elementor-cta_button:after {
    content: "\e943";
    font-family: icomoon !important;
}

.e-n-tab-title {
    box-shadow: none;
    background: 0;
}

.rank-math-breadcrumb .separator:after {
    content: "\e92a";
    font-family: icomoon !important;
    transform: rotate(-90deg) translateX(-2px);
    display: inline-block;
}

.rank-math-breadcrumb .separator {
    padding-right: 4px;
}

.rank-math-breadcrumb .last {
    font-weight: bold;
}

.e-n-accordion svg {
    width: 24px;
    height: 24px;
}

.e-n-accordion i {
    font-size: 24px;
    color: #4343ff;
}

.new_icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    display: flex;
    align-items: center;
}

.e-n-accordion-item-title {
    position: relative;
}

.elementor-widget-button .icon-down-arrow {
    width: 24px;
    height: 24px;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-widget-button .icon-down-arrow:before {
    transition: 0.3s ease-in-out all;
}

.elementor-widget-button a:hover .icon-down-arrow:before {
    transform: translateY(5px);
}

.elementor-cta__button:after {
    content: "\e94c";
    font-family: "icomoon" !important;
    display: inline-block;
    font-size: 0.6em;
    transform: translateY(-1px);
    font-weight: bold;
}

.no_icon .elementor-cta__button:after {
    display: none;
}

.elementor-cta__button:hover:after {
    content: "\e94b";
}

.e-n-accordion-item-title-header {
    width: 100%;
}

a.elementor-button:hover .icon-small-arrow:before {
    content: "\e94b";
}

.new_icon i {
    font-size: 24px;
    color: #4343ff;
}

.elementor-button .icon-small-arrow {
    font-size: 8px;
    font-weight: 600;
    transform: translateY(-1px);
    display: inline-block;
}

.newtab .e-n-tab-title[aria-selected="true"] span {
    font-weight: 700;
}

.newtab .e-n-tab-title:after {
    content: "\e94c" !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "icomoon" !important;
    visibility: visible;
    opacity: 1;
}

.newtab .e-n-tab-title[aria-selected="true"]:after {
    content: "\e94b" !important;
}

.newtab .e-n-tabs-heading:before {
    content: "Testing isn't sexy.\A But ensuring Quality for your customers is.";
    display: block;
    color: #080866;
    font-size: 40px;
    font-family: "proxima nova", Sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 80px;
    white-space: pre-line;
}

.newtab .e-n-tab-title:last-child {
    border-bottom: 0 !important;
}

.elementor-cta__button {
    box-shadow: none !important;
}

.dashicon:before {
    font-family: dashicons;
}

.single-post .elementor-widget-theme-post-content ul,
.single-post .elementor-widget-text-editor ul,
.single-post .elementor-widget-text-editor ol,
.single-post .elementor-widget-theme-post-content ol {
    margin: 0 0 1.5rem;
    padding-left: 24px;
}

.single-post .elementor-widget-theme-post-content ol li::marker,
.single-post .single-post .elementor-widget-text-editor ul ol li::marker {
    font-weight: bold;
}

.single-post .elementor-widget-theme-post-content a,
.single-post .elementor-widget-text-editor a {
    text-decoration: underline;
}

.single-post .elementor-widget-theme-post-content a:hover,
.single-post .elementor-widget-text-editor a:hover {
    color: #4343ff;
}

#dates {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

#dates a {
    flex: 0 1 calc(25% - 16px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

strong.no_post {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 32px;
    color: #080866;
    font-family: "Proxima Nova", Sans-serif;
}

.filter_form {
    display: flex;
    gap: 40px;
}

.filter_form .col {
    flex: 1;
}

.filter_form .search .label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_form .active_cat {
    white-space: nowrap;
    overflow: hidden;
    max-width: 235px;
}

.filter_form .fieldwrap {
    position: relative;
}

.filter_form .search .label i {
    color: #32cdff;
    display: none;
}

.filter_form .search.open .label i {
    display: block;
}

.filter_form .field {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.insights .filter_form .label {
    font-weight: 700;
    display: flex;
    margin-bottom: 5px;
}

.filter_form .open form.field {
    border-color: #32cdff;
}

.filter_form i {
    cursor: pointer;
    font-size: 24px;
}

.filter_form .fieldwrap ul {
    position: absolute;
    top: calc(100%+8px);
    left: 0;
    right: 0;
    border: 1px solid #fff;
    border-radius: 8px;
    margin: 0;
    padding: 16px;
    list-style: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.5s ease, max-height 0.5s ease;
    background: #0c0c99;
    z-index: 1;
}

.filter_form .col.open ul {
    opacity: 1;
    max-height: 600px;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s ease;
}

.filter_form .col.open .dropdown i {
    transform: rotate(180deg);
}

.filter_form ul li {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    margin-bottom: 16px;
    cursor: pointer;
}

.filter_form ul li:last-child {
    margin: 0;
}

.filter_form ul li:before {
    content: "";
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 2px;
}

.filter_form ul.other-filter li:before {
    border-radius: 50%;
}

.filter_form ul li.selected:before {
    background: #fff;
}

.filter_form ul li:after {
    position: absolute;
    left: 3px;
    top: 6px;
    width: 10px;
    height: 6px;
    border-radius: 2px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #0c0c99;
    transform: rotate(-45deg);
}

.filter_form ul li.selected:after {
    content: "";
}

.filter_form input {
    border: 0;
    background: transparent;
    height: 24px;
    padding: 0 10px 0 0;
    outline: 0;
    color: #fff;
}

.filter_form input::placeholder {
    color: #fff;
    opacity: 1;
}

.filter_form form button {
    border: 0;
    padding: 0 !important;
    color: #fff;
    height: 18px;
    cursor: pointer;
    margin-top: -5px;
    outline: 0;
    background: transparent !important;
}

.filter_form .open button {
    color: #32cdff;
}

.filter_form button:hover,
.filter_form button:active {
    background: transparent;
    border: 0;
}

.search_form {
    border: 1px solid #080866;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.search_form button {
    border: 0;
    background: transparent !important;
    padding: 0 !important;
    color: #080866 !important;
    box-shadow: unset !important;
    font-size: 24px !important;
    display: flex;
}

.search_form input {
    border: 0;
    padding: 0;
}

.search_form input:focus {
    outline: 0;
}

.single-services
    .elementor-widget-container
    .elementor-cta:hover
    .elementor-cta__bg-overlay {
    background-color: transparent;
}

.single-training .event_data li:not(.price):before {
    display: none;
}

.skip-link.screen-reader-text:focus {
    top: 0;
    z-index: 999;
    height: auto;
    width: auto;
    clip: unset;
}

@media (min-width: 640px) {
    .newtab .e-n-tab-title {
        white-space: nowrap;
        position: relative;
    }

    .newtab .e-n-tabs-heading {
        padding: 40px;
        background: #e8e8ff;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
        border-radius: 24px;
    }
}

@media (max-width: 1024px) {
    .newtab .elementor-widget-container {
        background: transparent !important;
    }

    .newtab .e-n-tabs {
        padding: 40px;
        background: #e8e8ff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
        border-radius: 24px;
    }

    .newtab .e-n-tabs-heading:before {
        font-size: 32px;
        text-align: center;
        margin-bottom: 40px;
    }

    .newtab .e-n-tab-title:after {
        font-size: 24px;
    }

    .newtab .e-n-tab-title[aria-selected="false"]:after {
        content: "\e923" !important;
    }

    .newtab .e-n-tab-title[aria-selected="true"]:after {
        content: "\e922" !important;
    }

    .newtab .e-n-tab-title span {
        font-size: 16px;
        font-weight: 700;
        padding-right: 50px;
    }

    .year h2 {
        padding-top: 320px;
        margin-top: -320px;
    }
}

@media (max-width: 768px) {
    .rank-math-breadcrumb span,
    .rank-math-breadcrumb a {
        font-size: 14px;
    }

    .new_icon {
        position: static;
        align-items: flex-start;
    }

    .e-n-accordion-item-title {
        gap: 24px !important;
        align-items: flex-start !important;
    }
}

@media (max-width: 540px) {
    .year h2 {
        padding-top: 400px;
        margin-top: -400px;
    }
}

/* Main nav styles */
.header_desktop a:where(:not(.wp-element-button)) {
    text-decoration: none;
}
