/*Set Font */

@font-face {
    font-family: 'Recoleta';
    src: url('/themes/custom/enfocus/fonts/Recoleta/latinotype-recoleta-regular.otf') format('truetype');
}

@font-face {
    font-family: 'Recoleta-Bold';
    src: url('/themes/custom/enfocus/fonts/Recoleta/Recoleta-Bold/Latinotype-Recoleta-Bold.otf') format('truetype');
}

@font-face {
    font-family: "Proxima-Nova";
    src: url('/themes/custom/enfocus/fonts/Proxima-Nova/proximanova-regular.otf') format("truetype");
}

@font-face {
    font-family: "Recoleta-medium";
    src: url('/themes/custom/enfocus/fonts/Recoleta/Recoleta-Medium/Recoleta-Medium.otf') format("truetype");
}



.w-24 {
    width: 24%;
}

.d-flex {
    display: flex;
    gap: 30px;
}

.pdf-reflight-bg {
    background-color: #edf5ed !important;
}

:where(.wp-block-columns) {
    margin-bottom: 0em !important;
}

section {
    padding-top: 60px;
}

@media (min-width: 1400px) {

    .news-image img {
        width: 100% !important;
    }

    .full-width {
        max-width: 1320px;
        margin: 0 auto;
    }

    .banner-bg {
        padding-top: 2% !important;
        background-image: url(/themes/custom/enfocus/images/Header-Image.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        background-color: transparent;
    }
}

.banner-bg {
    background-image: url(/themes/custom/enfocus/images/Header-Image.svg);
    padding-top: 7%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-color: transparent;
}
/* Global Styles */
ul:not(#toolbar-item-administration-tray ul):not(.navbar-nav.mb-2.mb-lg-0.d-flex ul):not([role="navigation"] ul):not(.navbar-nav.mb-2.mb-lg-0 ul):not(.col2 ul):not(.entity-moderation-form ul) {
    list-style: none;
    padding: 0px;
    margin-inline: 0 !important;
    margin-top: 32px !important;
    line-height: 1.8em !important;
}

ul.navbar-nav.mb-2.mb-lg-0.d-flex {
    margin-top: 0px !important;
}
/*
li:not(#toolbar-item-administration-tray li):not([role="navigation"] li) {
    padding-bottom: 8px;
}
*/
/* Exclude #toolbar-item-administration-tray, [role="navigation"], and .interface-complementary-area elements */
li:not(#toolbar-item-administration-tray li):not([role="navigation"] li):not(.interface-complementary-area li):not(.interface-interface-skeleton__footer li):not(.navbar-nav li):not(.no-check li)::before {
    /*content: url('../../images/check.svg'); */
    content: "\2713";
    color: green;
    font-size: 22px;
    margin-right: 4px;
}

.no-check li {
    margin-right: 4px;
}

li.entity-moderation-form__item::before {
    content: none !important;
}
/* Exclude ul and p tags under #toolbar-item-administration-tray, [role="navigation"], and .interface-complementary-area */
ul:not(#toolbar-item-administration-tray ul):not([role="navigation"] ul):not(.interface-complementary-area ul):not(.interface-interface-skeleton__footer ul):not(.col2 ul),
p:not(#toolbar-item-administration-tray p):not([role="navigation"] p):not(.interface-complementary-area p):not(.interface-interface-skeleton__footer p) {
    font-family: 'Proxima-Nova', sans-serif;
    font-size: 20px;
}

.resellers-filters-check,
.resellers-filters-check input {
    font-family: 'Proxima-Nova', sans-serif !important;
}

h1:not(.interface-complementary-area h1):not(.interface-interface-skeleton__footer h1):not(#tab-panel-0-blocks-view h1):not(#components-modal-header-0 h1) {
    font-size: 3.5em;
    margin: .40em 0;
    font-weight: 900;
  }

/* Exclude h2, h3, and h4 elements under .interface-complementary-area */
h2:not(.interface-complementary-area h2):not(.interface-interface-skeleton__footer h2):not(#tab-panel-0-blocks-view h2) {
    /*font-size: 45px !important; */
    font-family: 'Recoleta', sans-serif;
    font-size: 2.8em;
    margin: .40em 0;
}

.interface-navigable-region.interface-interface-skeleton__footer {
    /* display: none; */
    height: 30px;
}

h3:not(.interface-complementary-area h3):not(.interface-interface-skeleton__footer h3):not(#tab-panel-0-blocks-view h3) {
    /*font-size: 35px !important;*/
    font-size: 2.2em;
    margin: .40em 0;
}

h4:not(.interface-complementary-area h4):not(.interface-interface-skeleton__footer h4):not(#tab-panel-0-blocks-view h4) {
    /*font-size: 30px !important;*/
    font-family: 'Recoleta', sans-serif;
    font-size: 2em;  /* Default font size, adjust as needed */
    margin: .40em 0;
}

h4, h5, h6 {
    font-weight: bolder; /* Apply bolder to all others */
}

h5:not(.interface-complementary-area h5):not(.interface-interface-skeleton__footer h5):not(#tab-panel-0-blocks-view h5) {
  font-size: 1.8em;
}

h6:not(.interface-complementary-area h6):not(.interface-interface-skeleton__footer h6):not(#tab-panel-0-blocks-view h6) {
    font-size: 1.5em;
    margin: .40em 0;
}
h2, h3, h4, h5, h6 {
    font-weight: bolder; /* Uniform bolder for these elements */
}

/*Set full width */
*,
*::after,
*::before {
    box-sizing: border-box;
}



body {
    font-family: 'Recoleta', sans-serif !important;
    margin: 0 !important;
    background-color: #F8F7F4 !important;
    /*overflow-x: hidden; /* Hide horizontal scrollbar */
    /*overflow-y: auto;   /* Show vertical scrollbar */
}


/* Gap */
.g-40 {
    gap: 40px;
}

.g-10,
.media-text {
    gap: 10px;
}

.border {
    border-radius: 10px;
    padding: 50px 40px;
}

.no-border {
    border: 0px solid #ffffff !important;
}

.img-radius img,
.iframe-video,
.news-image img{
    border-radius: 10px;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0%;
    padding-left: 2%;
}

.wp-block-image.aligncenter {
    display: block;
}

/*Button*/
.wp-block-button {
    box-sizing: border-box;
    text-align: center;
    height: 50px;
    border-radius: 50px;
    font-family: 'Recoleta-medium', sans-serif;
    font-size: 18px;
}

.wp-block-button a {
    text-decoration: none;
}

p,
span,
h1, h2, h3, h4,h5, h6{
    hyphens: none !important;
    word-wrap: break-word !important;
}

wp-block-button {
    text-align: justify !important;
}

.row .col ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/*Gutenburg editor*/
.editor-styles-wrapper .wp-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px !important;
    width: 100% !important;
}

@media (min-width: 1400px) {
    .editor-styles-wrapper .wp-block {
        margin-left: auto;
        margin-right: auto;
        max-width: 1300px !important;
        width: 100% !important;
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        height: 66px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        height: 5em;
    }
}


.views-view-responsive-grid--horizontal {
    display: ruby;
}

.views-view-responsive-grid.views-view-responsive-grid--horizontal {
    display: flex;
    gap: 30px;
}

.wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: transparent !important;
}
/*End Gutenberg*/

/* Remove the default outline */
button::selection {
     overflow: unset !important;
}

p {
    line-height: 1.8;
}

.unset a {
    all: unset !important;
}

.p-top-50 {
    padding-top: 50px !important;
}

.p-top-40 {
    padding-top: 40px !important;
}

.p-top-30 {
    padding-top: 30px !important;
}

.p-top-20 {
    padding-top: 20px !important;
}

.p-top-10 {
    padding-top: 10px !important;
}

.p-bottom-50 {
    padding-bottom: 50px !important;
}

.p-bottom-40 {
    padding-bottom: 40px !important;
}

.p-bottom-30 {
    padding-bottom: 30px !important;
}

.p-bottom-20 {
    padding-bottom: 20px !important;
}

.p-bottom-10 {
    padding-bottom: 10px !important;
}

.p-left-50 {
    padding-left: 50px !important;
}

.p-left-40 {
    padding-left: 40px !important;
}

.p-left-30 {
    padding-left: 30px !important;
}

.p-left-20 {
    padding-left: 20px !important;
}

.p-left-10 {
    padding-left: 10px !important;
}

.p-right-50 {
    padding-right: 50px !important;
}

.p-right-40 {
    padding-right: 40px !important;
}

.p-right-30 {
    padding-right: 30px !important;
}

.p-right-20 {
    padding-right: 20px !important;
}

.p-right-10 {
    padding-right: 10px !important;
}

.primary-table .wp-block-table thead {
    border-bottom: 0px solid;
}

.p-left-200 {
    padding-left: 200px !important;
}
.p-right-200 {
    padding-right: 200px !important;
}

.p-left-300 {
    padding-left: 300px !important;
}
.p-right-300 {
    padding-right: 300px !important;
}

td {
    font-family: 'Proxima-Nova', sans-serif !important;
    font-size: 20px !important;
}

tr {
    transition: all 0.3s ease-in-out;
}

tr:hover {
    color: unset !important;
    background: #FFFFFF !important;
    transform: scale(1.05);
}

td {
    border: none !important;
    padding: 0px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.wp-block-table thead {
    border-bottom: 0px solid !important;
}

.wp-block-table td, .wp-block-table th {
    border: 0px solid !important;
}

/*
tbody tr {
    border-top: 5px solid #CCCCCC !important;
}
*/

.primary-table table,
.secondary-table table {
    border-collapse: separate !important;
    border-spacing: 0px 14px;
}

.primary-table tr,
.secondary-table tr {
    text-align: center !important;
    vertical-align: middle !important;
}

.primary-table th, .secondary-table th {
    background: #E5E5FF !important;
    color: #000000 !important;
    font-family: 'Proxima-Nova', sans-serif !important;
    font-size: 20px !important;
    font-weight: normal;
}

.primary-table th, .secondary-table th, .primary-table td, .secondary-table td {
    height: 3.125em;
}

.secondary-table table th:first-child {
    visibility: hidden;
}

.secondary-table  td {
    margin: 0px 10px !important;
}

.secondary-table td:first-child {
    background-color: #E5E5FF;
    text-align: left !important;
    padding: 15px 20px !important;
}

h2.sub-heading:not(.interface-complementary-area h2):not(.interface-interface-skeleton__footer h2):not(#tab-panel-0-blocks-view h2) {
    margin-top: 0px;
}

.padding-top {
    margin: 2.75em 0 !important;
}

.hover-effect {
    display: inline-block; 
    transition: all 0.3s ease-in-out;
}

.hover-effect:hover {
    transform: scale(1.05);
    background-color: #ffffff !important;
}

.hover-effect {
    display: inline-block; 
    transition: all 0.3s ease-in-out;
}

.hover-effect-no-bg:hover {
    transform: scale(1.05);
}

/* Pardot Form */
iframe#pardot-iframe {
    width: 100%;
    border: none;
    overflow: hidden; /* Remove iframe scrollbars */
}

.tag-rm-gap h6,
.tag-rm-gap h5,
.tag-rm-gap h4,
.tag-rm-gap h2,
.tag-rm-gap h1 {
    margin: 0em 0 !important;
}

ul.p-left-40 li:before {
    padding-left: 40px !important;
}

.menu-effect,
.product-effect {
    transition: all 0.3s ease-in-out;
}

.menu-effect:hover h5 strong a, .menu-effect:hover h5 a strong,
.menu-effect:hover h4 strong a, .menu-effect:hover h4 a strong,
.menu-effect:hover h3 strong a, .menu-effect:hover h3 a strong,
.menu-effect:hover h2 strong a, .menu-effect:hover h2 a strong,
.menu-effect:hover h1 strong a, .menu-effect:hover h1 a strong,
.product-effect:hover p, .product-effect:hover p a,
.menu-effect:hover h6 strong {
  color: #0503E3 !important;
  transform: scale(1.05);
}
.product-effect-center-img {
    padding: 0px 1em;
}


.no-link a,
.no-link a strong,
.no-link strong a {
    color: inherit !important;
    text-decoration: none !important;
}

/* Hide for Desktop */
.mob-icon {
    display: none !important;
}

.views-exposed-form.views-exposed-form {
    display: contents;
    margin-block: none !important;
    padding: 0px 0% !important;
    border: 0px;
    background-color: unset;
    box-shadow: unset;
}

select#edit-category {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
    gap: 8px;
    bottom: 91.22%;
    border: 1px solid #222222;
    border-radius: 10px;
}

input#edit-title {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
    gap: 8px;
    bottom: 91.22%;
    border: 1px solid #222222;
    border-radius: 10px;
}

.news-date {
    margin-top: 10px;
}

.news-col {
    margin-top: 44px;
    border-radius: 10px;
    margin-bottom: 23px;
   /* background-color: #ffffff !important;*/
   
}

.news-date, .news-category, .news-title, .news-short-description {
    padding: 0px 10px;
}

.views-exposed-form__item.views-exposed-form__item--preceding-actions.js-form-item.form-item.js-form-type-select.form-type--select.js-form-item-category.form-item--category {
    padding-top: 4px;
}


.news-button a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 139px;
    height: 51px;
    background: #222222;
    border-radius: 50px;
    text-decoration: none !important;
    font-family: 'Recoleta';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #F8F7F4;
}

ul.pager__items.js-pager__items {
    margin-top: 50px;
}

.pager {
    --pager-bg-color: none !important;
}

.pager__link:hover {
    color: none !important;
    background: none !important;
}

.news-cat {
    justify-content: space-between;
    display: flex;
    margin-top: 18px;
    padding: 0px 10px;
}

.wp-block-buttons.view-more-button.is-layout-flex.wp-block-buttons-is-layout-flex div {
    /* box-sizing: border-box; */
    display: inline-table;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    /* padding: 12px 30px; */
    gap: 8px;
    /* position: absolute; */
    width: 157px;
    /* height: 51px; */
    /* left: 992px; */
    /* top: 985px; */
    border: 1px solid #222222;
    border-radius: 50px;
}

.wp-block-buttons.view-more-button.is-layout-flex.wp-block-buttons-is-layout-flex {
    left: 10%;
    padding-left: 50%;
}

input#monthly_button,
input#yearly_button {
    /* display: flex; */
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
    gap: 8px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #222222;
    font-family: 'Recoleta';
    font-weight: 400;
    font-size: 18px;
    width: 144px;
    border: 1px;
}

div.prices-btn input.active {
    background: #222222 !important;
    color: white !important;
    border: 1px;
}

select#country_list,
select#pitstop_country_list {
    box-sizing: border-box;
    position: relative;
    padding: 12px;
    width: 79% !important;
    /* bottom: 70.32%; */
    border: 1px solid #222222;
    border-radius: 10px;
    width: 195px;
    margin-top: 17px;
}

div#price_month,
div#price_trial,
div#price_month_subtitle,
div#price_trial_subtitle {
    justify-content: center;
    width: 100%;
    display: flex;
}

div#price_month_description ul li,
div#price_trial_description ul li,
.list-display {
    display: flex !important;
}



form#views-exposed-form-news-and-event-page-news legend.fieldset__legend.fieldset__legend--composite.fieldset__legend--visible,
form#views-exposed-form-news-and-event-page-events legend.fieldset__legend.fieldset__legend--composite.fieldset__legend--visible,
form#views-exposed-form-news-and-event-page-events .form-boolean,
form#views-exposed-form-news-and-event-page-news .form-boolean {
    display: none;
}

form#views-exposed-form-news-and-event-page-news .form-select,
form#views-exposed-form-news-and-event-page-events .form-select {
    position: absolute;
    opacity: 0;
    pointer-events: none; 
}

/* Style the labels like buttons */
form#views-exposed-form-news-and-event-page-news .form-item__label,
form#views-exposed-form-news-and-event-page-events .form-item__label {
    display: inline-block;
    padding: 10px 20px;
    background-color: #D7B3FF; /* light purple background */
    color: #000; /* Black text */
    border-radius: 50px; /* Makes the label rounded */
    margin-right: 5px; /* Adds space between buttons */
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-sizing: border-box;
}

form#views-exposed-form-news-and-event-page-news .js-form-item:last-child .form-item__label,
form#views-exposed-form-news-and-event-page-events .js-form-item:last-child .form-item__label {
    margin-right: 0;
}
/* Style for the selected radio button */
form#views-exposed-form-news-and-event-page-news .form-radio:checked + .form-item__label,
form#views-exposed-form-news-and-event-page-events .form-radio:checked + .form-item__label,
form#views-exposed-form-news-and-event-page-events div.highlight label.form-item__label.option,
form#views-exposed-form-news-and-event-page-news div.highlight label.form-item__label.option {
    background-color: #000 !important; /* Black background for selected */
    color: #fff !important; /* White text for selected */
}

/* Hover effect */
form#views-exposed-form-news-and-event-page-news .form-item__label:hover,
form#views-exposed-form-news-and-event-page-events .form-item__label:hover {
background-color: #C49BFF; /* Slightly darker purple on hover */
color: #333; /* Darker text color */
}

form#views-exposed-form-news-and-event-page-news .form-radios.form--inline,
form#views-exposed-form-news-and-event-page-events .form-radios.form--inline {
    padding: 0;
    margin: 0;
    display: flex; /* Ensure buttons align horizontally without gaps */
    align-items: center;
}

form#views-exposed-form-news-and-event-page-news .form-boolean-group .form-type--boolean,
form#views-exposed-form-news-and-event-page-events .form-boolean-group .form-type--boolean {
    display: contents !important;
}

form#views-exposed-form-news-and-event-page-news .form-radios.form--inline,
form#views-exposed-form-news-and-event-page-events .form-radios.form--inline {
    gap: 10px;
}

div#company-cards,
nav#reseller-paging {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

ul.no-check.resellers-check,
ul.no-check.desc{
    list-style: disc !important;
}

ul.no-check.resellers-check li {
    margin-left: 40px;
    line-height: 1.8em !important;
}

.icon-address {
    background: url('/themes/custom/enfocus/images/address.svg') no-repeat left center;
    padding-left: 30px;
    display: inline;
    background-size: 13px;
}

.icon-phone {
    background: url('/themes/custom/enfocus/images/phone.svg') no-repeat left center;
    padding-left: 30px;
    display: inline;
    background-size: 13px;
}

.icon-email {
    background: url('/themes/custom/enfocus/images/email.svg') no-repeat left center;
    padding-left: 30px;
    display: inline;
    background-size: 15px;
}

.icon-website {
    background: url('/themes/custom/enfocus/images/website.svg') no-repeat left center;
    padding-left: 30px;
    display: inline;
    background-size: 13px;
}

.icon-vector {
    background: url('/themes/custom/enfocus/images/vector.svg') no-repeat left center;
    padding-left: 30px;
    display: inline;
    background-size: 16px;
}

.icon-platinum {
    background: url('/themes/custom/enfocus/images/platinum.svg') no-repeat left center;
    padding-left: 30px;
    display: inline;
    background-size: 16px;
}

.icon-gold {
    background: url('/themes/custom/enfocus/images/gold.svg') no-repeat left center;
    padding-left: 30px;
    display: inline;
    background-size: 16px;
}

.icon-silver {
    background: url('/themes/custom/enfocus/images/silver.svg') no-repeat left center;
    padding-left: 30px;
    display: inline;
    background-size: 16px;
}

.icon-authorized {
    background: url('/themes/custom/enfocus/images/authorized.svg') no-repeat left center;
    padding-left: 30px;
    display: inline;
    background-size: 16px;
}

a.btn.contact-btn.mt-3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
    gap: 8px;
    min-width: 100px;
    max-width: 140px;
    height: 51px;
    left: 360px;
    top: 1469px;
    background: #222222;
    border-radius: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #F8F7F4;
}

.justify-content-space {
    justify-content: space-around;
}

.info-col2 {
    margin-top: 31px;
}

.reseller-partnertype {
    padding-bottom: 22px;
    align-self: center;
   /* height: 84px;*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    align-items: center;
    color: #7F7F7F;
}

.reseller-logo {
    width: 300px;
}

.reseller-header.d-flex.justify-content-space {
   /* border-bottom: 1px solid; */
    margin-bottom: 11px;
}

.spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
  }
  
  .spinner img {
    width: 50px; /* Spinner image size */
  }
  
  .spinner::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .pager__link--mini {
    border-radius: 50%;
    font-size: 1rem !important;
  }

  .pager__link--mini {
    border-radius: 50%;
    font-size: 1rem !important;
    gap: 4px;
}

p.no-results-message {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info-col1 p, .info-col1 li,
.info-col2 p, .info-col2 li {
    margin-bottom: 0;
    font-size: 16px !important;
}

.card-information .card {
    box-shadow: none !important;
}

select#country {
    border: none !important;
    border-bottom: 1px solid #C4C4C4 !important;
    border-radius: 0px;
    background-color: unset !important;
}

.form-select:focus {
    box-shadow: none !important;
}

ul.no-check.resellers-check {
    display: block !important;
}

.info-col1 .address {
    display: flex;
}
.course-summary ul {
    display: block !important;
}
.filter-resellers {
    font-family: 'Recoleta', sans-serif !important;
}

.product-flow-title img {
    /* width: 60px; */
    height: 100px;
    border-radius: 50%;
    padding: 10px;
}

.step div {
    display: flex;
}

.product-flow-title .wp-block-column {
    display: block;
}

.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step {
    width: auto !important;
    padding: 0px !important;
}

.product-flow {
    display:  flex !important;
    justify-content: center;
}

.product-flow-title p {
    width: 105px;
    height: 58px;
    left: 240.09px;
    font-family: 'Recoleta';
    font-style: normal;
    font-weight: 400;
    font-size: 15.361px;
    text-align: center;
    line-height: 20px;
}

.product-flow-title figure.wp-block-image.size-large {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

figure.wp-block-image.size-large.arrow:not(.product-label-top .arrow) {
    height: 100px;
}

.news-image {
    padding: 10px 10px;
}

.icon-event-date {
    background: url(/themes/custom/enfocus/images/calendar.svg) no-repeat left center;
    padding-left: 25px;
    display: inline;
    background-size: 13px;
}

.icon-event-category {
    background: url(/themes/custom/enfocus/images/category.svg) no-repeat left center;
    padding-left: 25px;
    display: inline;
    background-size: 13px;
}

.icon-event-location {
    background: url(/themes/custom/enfocus/images/location.svg) no-repeat left center;
    padding-left: 25px;
    display: inline;
    background-size: 13px;
}

.card.p-3 {
    padding: 3rem !important;
}

.field-plugin-settings-edit {
    width: var(--space-m);
    margin: 0;
    padding: 0px 0rem !important;
}

.news-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 139px;
    height: 51px;
    background: #222222;
    border-radius: 50px;
    text-decoration: none !important;
    font-family: 'Recoleta';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #F8F7F4;
}

.news-col.hover-effect-no-bg.menu-effect.no-link.customer-stories {
    padding-bottom: 10px;
    margin-bottom: 0px !important;
}

.customer-stories .event_category, .customer-stories .event_place {
    padding-left: 10px;
    margin-top: 18px;
}

.news-col.hover-effect-no-bg.menu-effect.no-link.customer-stories .news-button {
    margin-left: 10px;
}

.popup-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: #222;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    width: 80%;
    position: relative;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.read-more-button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #007BFF;
    border-radius: 5px;
    text-decoration: none;
}

.popup-content.container {
    padding: 50px;
}

p#popup-year, p#popup-place, p#popup-description, #popup-read-more{
    font-family: 'Recoleta', sans-serif !important;
}

.news-title {
    padding-top: 10px;
}

.Griffin {
    background: url(/themes/custom/enfocus/images/griffin.svg) no-repeat left center;
    padding-left: 45px;
    padding-top: 13px;
    display: inline;
    background-size: 35px;
}

.Phoenix {
    background: url(/themes/custom/enfocus/images/phoenix.svg) no-repeat left center;
    padding-left: 45px;
    padding-top: 13px;
    display: inline;
    background-size: 35px;
}

.PitStop.Library.Container {
    background: url(/themes/custom/enfocus/images/pitstop-library-container.svg) no-repeat left center;
    padding-left: 45px;
    padding-top: 13px;
    display: inline;
    background-size: 35px;
}

.PitStop.Library.SDK {
    background: url(/themes/custom/enfocus/images/plibrary.svg) no-repeat left center;
    padding-left: 45px;
    padding-top: 13px;
    display: inline;
    background-size: 35px;
}

.PitStop.Pro {
    background: url(/themes/custom/enfocus/images/pitstop-pro.svg) no-repeat left center;
    padding-left: 45px;
    padding-top: 13px;
    display: inline;
    background-size: 35px;
}
.PitStop.Server {
    background: url(/themes/custom/enfocus/images/pitstop-server.svg) no-repeat left center;
    padding-left: 45px;
    padding-top: 13px;
    display: inline;
    background-size: 35px;
}

.Review {
    background: url(/themes/custom/enfocus/images/review.svg) no-repeat left center;
    padding-left: 45px;
    padding-top: 13px;
    display: inline;
    background-size: 35px;
}

.Switch {
    background: url(/themes/custom/enfocus/images/switch.svg) no-repeat left center;
    padding-left: 45px;
    padding-top: 13px;
    display: inline;
    background-size: 35px;
}

.news-product-categories {
    height: 30px;
    margin-top: 25px;
    padding: 0px 10px;
}

.company-name p strong,
.course-displayname strong {
    font-family: 'Recoleta-Bold', sans-serif !important;
    font-size: 35px !important;
}

.customer-categories {
    display: ruby-text;
    padding-top: 2.2em;
    padding-left: 16px;
}

.inline-categories {
    display: flex;
    gap: 10px;
}

.customer-main-categories {
    background-color: #e1e2e3;
    color: #333;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: #e1e2e3;
    padding: 5px 17px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: 8px;
}

.news-pruduct-categories {
    margin-top: 20px;
    padding-left: 10px;
}

.hover-black-to-blue a {
    color: black;
    font-weight: bold;
    text-decoration: underline; /* Keep the default underline */
    position: relative;
}

.hover-black-to-blue a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px; /* Adjust as needed */
    width: 0;
    height: 2px; /* Thickness of the animated underline */
    background-color: blue;
    transition: width 0.3s ease;
}

.hover-black-to-blue a:hover::after {
    width: 100%;
}

.hover-black-to-blue a:hover {
    text-decoration-color: transparent; /* Hide default underline color on hover */
}

.wp-block-button a.wp-block-button__link {
    display: inline-block;
    transition: box-shadow 0.3s ease, border-radius 0.3s ease, height 0.3s ease;
    border-radius: 50px;
    height: 50px;
    overflow: hidden;
}

.wp-block-button a.wp-block-button__link:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


form#user-register-form div#edit-pass {
    display: table-footer-group;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

form#user-register-form div#personal-information {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

form#user-register-form div#personal-information input,
form#user-register-form div#edit-pass input {
    display: flex;
    flex-direction: column;
    width: 100%;
}

form#user-register-form .js-form-item {
    margin: 0px 0px;
}

.placeholder {
    background-color: unset !important;
}

.card-registration .messages-list,
.user-login .messages-list {
    display: none;
}

.course-info.row {
    display: grid;
    gap: 30px;
}

.filter-group-learning {
    display: grid;
}

input#search-input {
    border-radius: 10px;
    height: 36px;
    border: 1px solid;
}

.course-tag label {
    display: inline-block;
    padding: 10px 20px;
    background-color: #21DB5F;
    color: #000;
    border-radius: 50px;
    margin-right: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-sizing: border-box;
}

.course-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.course-tag {
    padding-top: 5px;
}

input#search-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 7px 21px;
    border: 1px solid #858587;
    border-radius: 10px;
    flex: none;
    order: 1;
    align-self: stretch;
}

input#search-input:focus-visible {
    outline-offset: unset !important;
}

form#views-exposed-form-customer-stories-blk-customer-stories,
form#views-exposed-form-articles-page-articles,
form#views-exposed-form-articles-page-use-cases,
form#views-exposed-form-duplicate-of-customer-stories-customer-stories-page,
form#views-exposed-form-articles-page-1 {
    display: flex;
    gap:50px;
    max-width: 100%;
}

fieldset#edit-field-category-target-id--wrapper span,
fieldset#edit-field-product-target-id--wrapper span,
fieldset#edit-field-markets-target-id--wrapper span,
.views-exposed-form__item.views-exposed-form__item--preceding-actions.js-form-item.form-item.js-form-type-select.form-type--select.js-form-item-field-country-target-id.form-item--field-country-target-id label {
    margin-bottom: 20px;
    font-size: 20px;
}

div.contextual-region.view.view-customer-stories.view-id-customer_stories.view-display-id-blk_customer_stories.js-view-dom-id-8ab5ca19ea3f109c2c22c89a0f0e193093f42b001ded0bf15b04c9b0cccb51a5 nav {
    padding: 30px;
}

.js-form-item.form-item.js-form-type-checkbox.form-type--checkbox.form-type--boolean.js-form-item-field-markets-target-id-227.form-item--field-markets-target-id-227.highlight {
    padding: 0px !important;
}

.views-exposed-form__item.js-form-item.form-item.js-form-type-select.form-type--select.js-form-item-field-product-target-id.form-item--field-product-target-id label,
.views-exposed-form__item.js-form-item.form-item.js-form-type-select.form-type--select.js-form-item-field-markets-target-id.form-item--field-markets-target-id label {
    margin-bottom: 20px;
    font-size: 20px;
}

select#edit-field-markets-target-id,
select#edit-field-product-target-id,
select#edit-field-country-target-id,
select.form-select {
    font-family: 'Proxima-Nova', sans-serif !important;
    border: none !important;
    border-bottom: 1px solid #C4C4C4 !important;
    border-radius: 0px;
    background-color: unset !important;
}

.form-element:hover {
    box-shadow: unset !important;
}

a#popup-download-pdf,
a#popup-read-more {
    display: inline;
    color: #f8f7f4;
    background: linear-gradient(90deg, #03E0DA 0%, #0503E3 100%);
    box-sizing: border-box;
    text-align: center;
    height: 50px;
    border-radius: 50px;
    font-family: 'Recoleta-medium', sans-serif;
    font-size: 18px;
}

a#popup-download-pdf {
    margin-right: 20px;
}

select#partnerLevelSelect,
select#productsSelect,
select#industriesSelect,
select#certificationsSelect,
select#productsLevel,
select#productsType,
select#productsLanguage,
select#country_list {
    font-family: 'Proxima-Nova', sans-serif !important;
    border: none !important;
    border-bottom: 1px solid #C4C4C4 !important;
    border-radius: 0px;
    background-color: unset !important;
}

.row.company-name ul {
    display: block;
}

.ribbon {
    /* width: 26px; */
    position: absolute;
    /* height: 127px; */
    top: 100px;
    right: -36px;
    background-color: magenta;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 50px;
    transform: rotate(45deg);
    transform-origin: top right;
    height: 40px;
    width: 200px;
    text-align: center;
    line-height: 30px;
}

.course-displayname {
    padding-right: 25px;
}

.disc ul li,
.disc li {
    list-style-type: disc !important;
}

ul.disc {
    padding-left: 20px !important;
}

.product-label-top p {
    height: 0px;
    width: auto;
}
/*
.product-label-top .arrow {
    padding-top: 2em;
}
*/
.product-label-top .product-flow-title.printer-icon {
    padding-top: 1em;
}

.product-label-top p {
    line-height: 1.2em;
}

img {
    pointer-events: none !important;
}

div#pitstop-top-yearly,
div#pitstop-top-monthly,
div#pitstop-top-license {
    border: 1px solid;
    margin: 0px 10%;
    height: 50.81px;
    background: #222222;
    color: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    font-weight: 600;
}

div#pitstop_title {
    width: 100%;
    height: 34px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #222222;
}

.pitstop-border {
    border-radius: 10px;
    padding: 50px 10px;
}

div#pitstop_subtitle {
    font-family: 'Proxima-Nova', sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 34px;
    text-align: center;
    color: #222222;
}

div#pitstop_price,
div#licen_price {
    left: 502.21px;
    top: 351.36px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #222222;
}

div#pitstop_get_demo {
    padding-top: 10px;
    font-family: 'Proxima-Nova', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #0503E1;
}

div#pitstop_button {
    display: grid;
}

#pitstop-description li {
    display: flex;
}

div#pitstop_description {
    text-align: center;
}

#pitstop_button {
    padding: 0px 15%;
    margin-top: auto;
}

div#pitstop-license,
div#pitstop-yearly,
div#pitstop-montly {
    display: ruby-text;
    flex-direction: column;
}

#pitstop_description li {
    border: 1px solid #9CF3CB;
    padding: 10px;
    border-left: 0px;
    border-right: 0px;
}

#pitstop_description li:first-child {
    border-top: 0px;
}

p.pitstop_para {
    border-bottom: 1px solid #FFFFFF;
    padding: 10px;
}

li.cross-mark::before {
    content: "X" !important;
    color: green !important;
    font-size: 22px !important;
    margin-right: 4px !important;
}

.pitstop-list {
    height: 55vh !important;
}

ul.pitstop-list li {
    align-items: center;
    line-height: 34px;
    text-align: center;
}

.product-flow-title a, figure a {
    display: block;
    width: 100%;
}

li.x-mark::before {
    content: "X" !important;
    color: green;
    font-size: 22px;
    margin-right: 4px;
}



.price-table tr:hover,
.price-table tr {
    color: none !important;
    background: initial !important;
    transform: none !important;
}

table.table.pricing-table.price-table {
    background-color: transparent !important;
    font-family: 'Proxima-Nova', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 27px;
    color: #222222;
}

table.pricing-table h3.monthly-subscription-title,
table.pricing-table h3.year-subscription-title,
table.pricing-table h3.year-subscription-title {
    padding-top: 32px;
    font-family: 'Recoleta-medium', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 34px;
    text-align: center;
    color: #222222;
}
table.pricing-table p.year-subscription-payment,
table.pricing-table p.monthly-subscription-payment,
table.pricing-table p.year-subscription-payment {
    font-family: 'Proxima-Nova', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px !important;
    line-height: 30px;
    text-align: center;
    color: #222222;
}

table.pricing-table strong.monthly-subscription-price,
table.pricing-table strong.year-subscription-price {
    font-family: 'Recoleta-medium', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 34px;
    text-align: center;
    color: #222222;
    display: ruby-text-container;
    width: 100%;
}

table.pricing-table .most-popular {
    padding-top: 10px;
    width: 230.3px;
    height: 50.81px;
    margin: auto;
    background: #222222;
    border-radius: 10px 10px 0px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 15px;
}

table.pricing-table.price-table .info {
    display: flex;
    font-family: 'Proxima-Nova', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 27px;
    color: #222222;
}

table.pricing-table a.get-demo {
    font-family: 'Proxima-Nova', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #0503E1;
    text-decoration: auto;
}

table.pricing-table p.yearly-subscription-description {
    font-family: 'Proxima-Nova', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px !important;
    line-height: 30px;
    text-align: center;
    color: #222222;
}

table.pricing-table td.price.border, .border, td.price-table {
    width: 260px;
    left: 724.2px;
    top: 252.03px;
    background: #F8F7F4;
    box-shadow: 0px 18.2069px 45.5173px rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    border: 0px solid #F8F7F4 !important;
}

table.pricing-table .middle {
    position: static;
    display: inline-table;
    margin-left: 10px;
    margin-right: 10px;
}

table.pricing-table strong.year-subscription-price {
    line-height: 42px !important;
}

table.pricing-table i.bi.bi-check-circle.check-icon {
    line-height: 72px;
    display: inline;
    max-height: 100vh !important;
}

table.pricing-table td.btop {
    height: 221px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

table.pricing-table td.bbottom {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

p.price-left-content {
    padding-top: 31px;
    display: contents;
    font-family: 'Proxima-Nova', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 27px;
    color: #222222;
}


select#country_list_buy_review,
select#country_list_buy_review_4col {
    font-family: 'Proxima-Nova', sans-serif !important;
    border: none !important;
    border-bottom: 1px solid #C4C4C4 !important;
    border-radius: 0px;
    background-color: unset !important;
    width: 300px;
}

select#country_list_buy_review,
select#pitstop_country_list {
    font-family: 'Proxima-Nova', sans-serif !important;
    border: none !important;
    border-radius: 5px;
    background-color: white !important;
    width: 300px !important;
    margin-top: 0px;
}

select#country_list_pitStop {
    font-family: 'Proxima-Nova', sans-serif !important;
    border: none !important;
    border-radius: 5px;
    background-color: white !important;
    margin-top: 0px;
}


#contact-popup-modal {
    display: none;  /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);  /* Semi-transparent background */
    z-index: 9999;
}

#contact-popup-modal .modal-content {
    background-color: white;
    padding: 20px;
    max-width: 600px;
    margin: 50px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    cursor: pointer;
}

button.btn.btn-primary.btn-submit-popup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
    gap: 8px;
    width: 125px;
    height: 51px;
    left: 360px;
    top: 1469px;
    background: #222222;
    border-radius: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #F8F7F4;
}

select#switch-lang {
    padding-left: 5px;
    padding-right: 10px;
    width: 50px;
    margin-top: 7px;
    float: left;
    font-size: 16px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-family: 'Recoleta', sans-serif;
    cursor: pointer;
    text-align: left;
    text-align-last: left;
    cursor: pointer;
    z-index: 9;
    display: -webkit-box;
}

form#views-exposed-form-customer-stories-blk-customer-stories label,
form#views-exposed-form-articles-page-articles label,
form#views-exposed-form-articles-page-use-cases label,
form#views-exposed-form-duplicate-of-customer-stories-customer-stories-page label,
form#views-exposed-form-articles-page-1 label {
    margin-bottom: 20px;
    font-size: 20px;
}

.subnav-lang {
    text-transform: uppercase;
    /* top: auto; */
    margin-top: 4.1em;
    display: none;
    border-top: 1px solid #ccc;
    position: absolute;
    right: auto;
    background-color: white;
    width: 69px;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 2;
    font-family: 'Recoleta', sans-serif;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.subnav-lang a {
    float: left;
    color: white;
    text-decoration: none;
}

.subnav-lang a:hover {
    background-color: #eee;
    color: black;
}

.subnav:hover .subnav-lang {
    display: block;
}

.subnav.lang {
    padding-top: 0px !important;
    height: auto;
    float: left;
    overflow: hidden;
}

.lang-item:hover {
    background: #f8f7f4 !important;
}

.w-27 {
    width: 27% !important;
}

.lang-item {
    padding-left: 18px;
    padding-right: 18px;
    cursor: context-menu;
}

a.nav-link {
    display: flex;
    align-items: center;
    gap: 25%;
    cursor: context-menu;
}

span.lang-arrow {
    font-size: 10px;
}

.b-round {
    border-radius: 2ex;
}

#message {
    resize: none;
}

.form-control.is-valid {
    background-image: none !important;
}

.price.price_month_subtitle {
    justify-content: center;
    width: 100%;
    display: flex;
}

.container.desktop-nav .subnav {
    max-width: 140px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.wp-block-columns.product-flow-title {
    max-width: 133px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

ol {
    font-family: 'Proxima-Nova', sans-serif;
    font-size: 20px;
}

.best-value {
    width: 265.52px;
    height: 41.81px;
    background: #F79420;
    border-radius: 10px 10px 0px 0px;
    left: 605.5px;
    top: 231.88px;
    font-family: 'Proxima-Nova', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 4px;
}

ul.price-list-details,
ul.price-list-details li {
    font-family: 'Proxima-Nova', sans-serif;
    font-size: 16px;
    line-height: 27px !important;
}

ul.price-list-details li {
    display: flex;
}

p.old-license {
    font-family: 'Proxima-Nova', sans-serif;
    font-size: 18px !important;
    line-height: 27px;
}

h6.subscription-main-title {
    /* position: absolute; */
    width: 252.51px;
    height: 34px;
    left: 187.05px;
    top: 306.29px;
    font-family: 'Recoleta', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 34px;
    text-align: center;
    color: #222222;
}

span.subscription-main-title-sub {
    font-size: 17px !important;
}

span.subscription-main-title-sub,
span.ex-vat {
    font-family: 'Recoleta', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #222222;
}

span.subscription-main-title-last {
    font-family: 'Recoleta', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #222222;
}

.yearly-list-price strong::before {
    content: " ";
    display: inline-block;
}

span.currency-code-price {
    font-size: 15px;
}


.row-pitstop-details {
    padding-left: 8%;
    padding-right: 8%;
}


.yearly-list-price strong::after,
span.currency-symbol::after {
    content: "\00a0";
    display: inline-block;
}

ol.breadcrumb__list {
    font-size: 14px;
}

.try-free-30-days,
.try-free-30-days a {
    font-family: 'Recoleta', sans-serif;
    font-size: 18px !important;
    font-family: 'Recoleta';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none !important;
    color: #0503E3;
}

span#price-monthly-main,
span#price-yearly-main {
    font-size: 32px !important;
}


h6.subscription-main-title,
span.subscription-main-title-sub {
    font-size: 24px !important;
}

span#price-monthly-sub,
span#price-yearly-sub {
    font-size: 22px !important;
}

.globalpagebox {
    border-radius: 2ex;
    padding: 40px;
    margin: 20px;
}

li.starter-per-year strong,
li.standard-per-year strong,
li.ultimate-per-year strong{
    font-weight: normal;
}


.year-subscription-description {
    height: 38px;
    display: inline;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    color: #222222;
}

div#pitstop_price, div#pitstop_price, div#licen_price {
    font-size: 32px;
}

span.currency-symbol {
    font-size: 17px;
}

select#country_list_pitStop,
select#pitstop_country_list,
select#country_list_buy_review {
    margin-top: 0.6em !important;
    height: 2.5em !important;
    padding: 8px !important;
    background-position: right 16px center;
}


.product-effect img,
.arrow img,
figure.wp-block-image.size-large.arrow,
figure.wp-block-image.size-full.p-top-10 {
    max-width: 105px;
    margin-top: 20px;
}


/* Search Form */
a#edit-help-link {
    display: none;
}


form#search-form .search-form {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
    text-align: center;
    margin: 20px auto;
    width: 100%;
}

/* Center the form elements */
form#search-form  #edit-basic {
    display: flex;
    flex-direction: row; /* Place items side by side */
    align-items: center;
    justify-content: center;
    gap: 10px; /* Space between elements */
}

/* Hide the original label text */
form#search-form .form-item__label {
  display: inline-block;
  width: 24px; /* Match icon size */
  height: 24px;
  overflow: hidden;
  text-indent: -9999px; /* Moves text out of view */
  position: relative; /* Needed for absolute positioning of icon */
}

/* Add SVG icon using background-image */
form#search-form .form-item__label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%235f6368"><path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z"></path></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

form#search-form input#edit-keys {
    width: 91%;
    border-radius: 26px;
}

form#search-form input#edit-submit {
    display: none;
}

.js-form-item.form-item.js-form-type-search.form-type--search.js-form-item-keys.form-item--keys {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 768px) {
    .js-form-item.form-item.js-form-type-search.form-type--search.js-form-item-keys.form-item--keys {
        width: 90%;
        display: flex;
    }
}

ol.search-results.node_search-results li::before {
    /*content: url('../../images/check.svg'); */
    content: " " !important;
}

ol.search-results.no-check.node_search-results {
    margin: 0px;
    padding: 0px;
}

ol.search-results.no-check.node_search-results  li {
    margin: 0px !important;
}

.item-list em {
    display: grid !important;
    justify-content: center;
    font-size: 25px;
}

h3.search-result__title a {
    font-size: 28px;
}

.d-flex.navbar-right.w-24.mob-w-100.w-27 a {
    cursor: pointer;
}

figure.wp-block-image.size-full.p-top-10.hover-effect-no-bg,
.printer-icon figure.wp-block-image.size-full.p-top-10 {
    margin-bottom: 15px;
}

body.path-news div#block-enfocus-breadcrumbs-2,
body.path-events div#block-enfocus-breadcrumbs-2,
body.path-customer-stories div#block-enfocus-breadcrumbs-2 {
    padding-top: 40px;
}

.view-display-id-blk_footer ul.no-mob {
    list-style: none;
    /* padding: 0; */
    /* margin: 0; */
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    justify-content: flex-start;
}

p.p-standard {
    font-size: 12px !important;
}

.news-categories-main {
    display: inline-block;
    padding: 10px 20px;
    background-color: #D7B3FF;
    color: #000;
    border-radius: 50px;
    margin-right: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-sizing: border-box;
}

.custom-clickable-card {
    position: relative;
}

.custom-clickable-card .custom-clickable-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-indent: -9999px;
}

.footer .wp-block-button a {
    height: auto !important;
}

.h-wrap {
    word-break: break-word;
    hyphens: auto !important;
    overflow-wrap: break-word !important;
}

nav a.nav-link.prod-subnavlink {
    cursor: pointer;
}

.fix-border {
    width: auto;
    left: auto;
    top: auto;
}

.new-badge {
    display: inline-block;
    padding: .25em .5em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
}

.new-badge-blue {
  color: #FFFFFF;
  background-color: #0503E3;
}

.new-badge-green {
  color: #FFFFFF;
  background-color: #21D95F;
}

.new-badge-teal {
  color: #FFFFFF;
  background-color: #03E0DA;
}

.new-badge-purple {
  color: #FFFFFF;
  background-color: #DD03E3;
}

.new-badge-yellow {
  color: #FFFFFF;
  background-color: #F0E903;
}

.new-badge-red {
  color: #FFFFFF;
  background-color: #E30505;
}

.new-badge-dark {
  color: #FFFFFF;
  background-color: #222222;
}

.articles-title h6 strong {
    font-size: 18px;
    color: inherit !important;
    text-decoration: none !important;
}

.articles-author img {
    border-radius: 27px;
}

p.articles-market strong,
p.articles-market,
p.articles-category,
p.articles-category strong,
p.articles-date,
p.articles-date strong {
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

.articles.hover-effect-no-bg:hover {
    transform: scale(1.05);
    padding: 10px;
    background: #FFFFFF;
    margin-bottom: 5px;
}

.articles-author.d-flex.align-items-center {
    gap: 15px;
    padding: 15px 0px 20px 0px;
}

.articles-product-categories {
    gap: 15px;
    padding: 20px 0px 20px 0px;
}

.articles.news-col.hover-effect-no-bg.menu-effect.no-link.no-link img {
    border-radius: 10px;
}

.articles-author.d-flex.align-items-center.my-2 img {
    border-radius: 100% !important;
}

form#views-exposed-form-articles-page-articles select,
form#views-exposed-form-articles-page-1 select,
form#views-exposed-form-articles-page-use-cases select {
    width: 300px;
}

form#views-exposed-form-duplicate-of-customer-stories-customer-stories-page select {
    width: 160px;
}

.articles-title h6 {
    margin-top: 0px !important;
}

.articles-profile-picture img {
    border-radius: 38px !important;
}

.articles-type {
    padding-bottom: 15px;
}

.article-image-mob span.new-badge {
  display: none;
}

.article-image-desk .articles-type {
    padding-top: 17px;
}

@media (max-width: 768px) {
    form#views-exposed-form-articles-page-1 select,
    form#views-exposed-form-articles-page-articles select,
    form#views-exposed-form-articles-page-use-cases select,
    form#views-exposed-form-duplicate-of-customer-stories-customer-stories-page select {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0.5rem 0.75rem;
        font-size: 1rem;
    }

    form#views-exposed-form-articles-page-1 .views-exposed-form__item,
    form#views-exposed-form-articles-page-articles .views-exposed-form__item,
    form#views-exposed-form-articles-page-use-cases .views-exposed-form__item,
    form#views-exposed-form-duplicate-of-customer-stories-customer-stories-page .views-exposed-form__item {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }

    .articles.news-col.hover-effect-no-bg.menu-effect.no-link.no-link img {
        width: 100%;
    }

    .article-image-desk .articles-type span.new-badge {
        display: none;
    }

    .article-image-mob span.new-badge {
        display: block;
    }

    .article-image-mob .articles-type {
        position: absolute;
        top: 0.5rem;
        left: 2rem;
        z-index: 1;
    }

    .article-image-mob {
        position: relative;
    }

    .articles-profile-picture img {
        border-radius: 38px !important;
        width: 40px !important;
        height: 38px;
    }

    form#views-exposed-form-articles-page-articles,
    form#views-exposed-form-articles-page-use-cases,
    form#views-exposed-form-articles-page-1 {
        margin-bottom: -4em;
    }

    .col-md-4.blog-node-details {
        padding-top: 25px;
        text-align: center !important;
    }
    .comparison-table table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    select#edit-ownfile,
    select#edit-department {
        width: 100% !important;
    }

}

.blog-node-details a#popup-download-pdf, .blog-node-details a#popup-read-more {
    width: 14em;
    display: inline-grid;
    margin-right: 0px !important;
}

.blog-node-details a#popup-download-pdf {
    margin-bottom: 24px;
}
.blog-node-details {
    text-align: right;
}

.blog-node-info-1 {
    font-family: 'Proxima-Nova', sans-serif !important;
    font-size: 18px;
}

/* Wrapper container alignment */
.comparison-table {
  display: flex;
  justify-content: center;
  align-items: start;
  margin: 20px auto;
  overflow-x: unset !important;
}

/* Table itself */
.comparison-table table {
  border-collapse: separate;
  border-spacing: 0 10px; /* Adds space between rows */
  width: auto;
  table-layout: fixed;
}

/* Header cells */
.comparison-table th {
  background-color: #90EBAE;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  padding: 0% 5% !important;
  font-family: 'Recoleta', sans-serif;
  /* width: 230px; */
  /* height: 42px; */
  /* font-family: 'Recoleta'; */
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  /* border-top-left-radius: 6px;
  border-top-right-radius: 6px;*/
}

/* Table body cells */
.comparison-table td {
  font-family: 'Proxima-Nova', sans-serif !important;
  background-color: #fff;
  color: #000;
  padding: 10px;
  padding: 0% 5% !important;
  /* border-radius: 6px; 
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
  margin-bottom: 10px;
  font-style: normal;
  font-style: normal;
  font-weight: 400; 
  /* font-size: 22px !important; */
  line-height: 26px;
  text-align: left !important;
}

/* Remove borders */
.comparison-table table,
.comparison-table th,
.comparison-table td {
  border-spacing: 15px;
  border: none;
}

.comparison-table th,
.comparison-table td {
    border-radius: 5px;
    margin: 12px 16px;
}

.author-profile-body p {
    font-size: 18px !important;
}

.author-profile-picture {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1/1; /* Ensure it's always square */
    border-radius: 50%;
    overflow: hidden;
}

.author-profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.articles-author-name {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-decoration: none; /* No native underline */
}

.articles-author-name::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: blue; /* Set underline color to blue */
  transition: width 0.3s ease;
}

.articles-author-name:hover::after {
  width: 100%;
}

select#edit-ownfile,
select#edit-department {
    width: 50%;
}