/*
Theme Name: Hdb Academy
Description: A child theme for Hello Elementor
Author: Deloitte Digital
Template: hello-elementor
Text Domain: hdb-academy
Version: 1.0.0
*/

/* .glossary_terms_2 {
    background-color: red;
    color: white;
    padding: 2px 4px;
    border-radius: 3px;
    cursor: pointer;
}

#glossary-popup {
    position: absolute;
    background: white;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    max-width: 250px;
    font-size: 14px;
} */



 @font-face {
    font-family: "Geologica";
    src: url("./assets/fonts/Geologica/Geologica-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Geologica";
    src: url("./assets/fonts/Geologica/Geologica-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Geologica";
    src: url("./assets/fonts/Geologica/Geologica-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Geologica";
    src: url("./assets/fonts/Geologica/Geologica-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

body {
    color:#281F76;
}

p, h1, h2, h3, h4, h5, h6,  div {
    letter-spacing: 0px;
    color:#281F76;
    font-family: Geologica;
    font-display: swap;

}

.elementor-6708 .elementor-element.elementor-element-0b5d0a9 .elementor-heading-title {
    font-family: "Geologica", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0px!important;
}

p , li {
  
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.36px;
}

ul {
    padding-left: -10px;
}

li {
    padding-bottom: 6px;
    padding-top: 6px;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 62px;
}

h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.32px;
}

h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px; 
    letter-spacing: 0.2px;
}

a {
   color:  #0F55E1;
   text-decoration: underline;
}

a.glossary-term {
    color: #0073aa;
    text-decoration: underline;
    font-weight: bold;
}

a.glossary-term:hover {
    color: #005177;
    text-decoration: none;
}

 button:focus {
 background-color: transparent;
}

button {
    display: flex;
    height: 56px;
    padding:  16px , 32px;
    justify-content: center;
    align-items: center;
    gap:16px;
    border-radius: 999px;
    border: 1px solid  #281F76;
}

button:hover{

    background-color: #281F76;
    color: white;

}

[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: white;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}

[type=button]:hover, [type=submit]:hover {
    background-color: white;
}

.load-more-wrapper button {
    color: #0045CE;
    border: none;
}

.load-more-wrapper button:hover {
    color: #281F76;
    border: none;
    text-decoration: underline;
    background-color: white;
}

.search-button{
    background-image: url(./assets/images/Search.svg);
    background-repeat: no-repeat;
    background-size: cover;

}

.general-hover {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #281F76; 
    text-align: center;
    border-radius: 99px;
    border: 1px solid #281F76; 
    transition: color 0.3s ease-in-out 0.3s, border-color 0.3s ease-in-out 0.3s;
    background: transparent;
}

.general-hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #281F76;
    
    transform-origin: bottom left;
    transform: scaleX(0) scaleY(0);
    transition: transform 0.5s ease-in-out;
    z-index: -1; 
}

.general-hover:hover::before {
    color: white;
    transform: scaleX(1) scaleY(1);
}

.general-hover:hover {
    z-index: 99999;
    color: white;

    border-color: #281F76;
    transition: color 0.3s ease-in-out 0.2s, border-color 0.3s ease-in-out 0.2s;
}

.elementor-element.elementor-element-3d39463.e-con-full.e-flex.e-con.e-child {
    z-index: 999;
}

.button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: var(--m, 16px);
    flex-shrink: 0;
    border-radius: 999px;
    background: transparent;
    color: #ffffff; 
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #281F76; 
    cursor: pointer;
    overflow: hidden; 
    transition: color 0.3s ease-in-out 0.3s, border-color 0.3s ease-in-out 0.3s;
    z-index: 1;
}

#breadcrumbs a {
    color:#0F55E1;
    font-weight: 500;
    margin-right: 12px;
    text-decoration: underline!important;

}

#breadcrumbs span {
    color:#0F55E1;

}

.button.blue {
    border-radius: 999px;
    color: #ffffff;
    background: #0045ce;
    font-weight: bold;
    text-decoration: none;
    border: 0px solid #281f76;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease-in-out 0.3s, border-color 0.3s ease-in-out 0.3s;
    z-index: 1;
}



.button.blue::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #281f76;
    border-radius: inherit;
    transform-origin: bottom left;
    transform: scaleX(0) scaleY(0);
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}





.button.blue:hover::before {
    transform: scaleX(1) scaleY(1);
}

.button.blue:hover p a {
    color: white;
    border-color: white;
    transition: color 0.2s ease-in-out 0.2s;
}



.button.blue p a {
    font-weight: 500;
    font-size: 14px;
    color: white;
}


.button.whiteBg {
    position: relative;
    border-radius: 999px;
    color: #281f76;
    background: transparent;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #281f76;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    z-index: 1;
}

.button.whiteBg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #281f76;
    border-radius: inherit;
    transform-origin: bottom left;
    transform: scaleX(0) scaleY(0);
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}

.button.whiteBg:hover::before,
.button.whiteBg:focus::before,
.button.whiteBg:active::before {
    transform: scaleX(1) scaleY(1);
}

.button.whiteBg:hover p a,
.button.whiteBg:focus p a,
.button.whiteBg:active p a {
    color: white;
    border-color: #281f76;
    transition: color 0.1s ease-in-out;
}

.button.whiteBg p a {
    font-weight: 500;
    font-size: 14px;
    color: #281f76;
}




.button-xl {
    font-size: 14px;
    height: 56px;
    padding: 16px 0px;
    font-size: 14px;
}

.button-l {
    height: 40px;
    padding: 20px 40px;
    font-size: 16px;
}

.button-m {
    height: 32px;
    padding: var(--s, 12px) var(--l, 24px);
    font-size: 14px;
}

.button-s {
    height: 24px;
    padding: var(--xs, 8px) var(--m, 16px);
    font-size: 12px;
}

#submit {
    position: relative;
    overflow: hidden;
    background-color: #0057FF; /* Μπλε αρχικό */
    color: white;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    transition: background-color 0.3s ease-in-out;
}

#submit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 139, 0.8); /* Σκούρο μπλε hover */
    border-radius: 50px; /* Στρογγυλεμένες γωνίες */
    transform: scale(0);
    transform-origin: bottom left;
    transition: transform 0.3s ease-in-out;
    z-index: 0; /* Βάζουμε το hover effect πιο χαμηλά */
}

#submit:hover::before {
    transform: scale(1);
}

#submit .elementor-button-content-wrapper {
    position: relative;
    z-index: 1; /* Φέρνουμε το λεκτικό πάνω από το hover */
}


.eimail-contact h2 {
    position: relative;
    display: inline-block;
    color: #d4d2e4; /* Αρχικό χρώμα */
    background: linear-gradient(to right, #0f55e1 50%, #d4d2e4 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s ease-in-out;
}

.eimail-contact h2:hover {
    background-position: 0 0; /* Μετακίνηση του gradient από αριστερά προς δεξιά */
}


/* ----------------Pagination--------------------- */

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination a, .pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border: 1px solid #9596AE;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    color: #9596AE;
    transition: all 0.3s ease;
}

span.pagination-arrow.disabled {
    color: #9596AE;
    border: 1px solid #9596AE;
}

a.pagination-arrow.active {
    border: 1px solid #281F76;
    color: #281F76;
}

.pagination a:hover {
    background-color: white;
    color: #0045CE;
    border-color: #0045CE;
}

span.page-numbers.dots {
    border: 0;
    color: #0045CE;
    width: 15px;
}

.pagination .current {
    background-color: #0045CE;
    color: #fff;
    border-color: #0045CE;
    font-weight: bold;
}

.pagination-arrow {
    font-size: 18px;
}

.pagination.pagination-desktop {
    display: none;
}

/* ----------mobile pagination----------- */

.mobile-pagination-container {
    margin-top: 40px;
    border-top: 1px solid #DFE0EE;
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mobile-arrows {
    margin-left: 55px;
    column-gap: 10px;
    display: flex;
    flex-direction: row;
}

span.total-pages {
    border: none;
}

span.current-page {
    background: #0045CE;
    color: white;
}

a.reset-button {
    text-decoration: none;
}


.scrolling-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    animation: scroll 15s linear infinite;
    font-size: 64px; 
    display: flex;
    flex-direction: row;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    letter-spacing: 8.96px;
    opacity: 0.2;
    background:  linear-gradient(90deg, #2C73FF -15.01%, #78D9FF 144.02%);
    background-clip: text;
    -webkit-background-clip: text;
    color: #2C73FF;
}

@keyframes scroll {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}


.gradiend-blue{
    background: linear-gradient(90deg, #0045CE -3.18%, #33C1F9 144.07%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #2C73FF;
}

.scrolling-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.scrolling-text {
    display: inline-flex;
    animation: scroll 60s linear infinite;
    white-space: nowrap;
}

.scrolling-text span {
    padding-right: 50px; 
}

.opacity-03{
    opacity: 0.6;
}

.marquee{
    overflow: hidden;
    display: flex;
}

.marquee h1 {
    white-space: nowrap;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}


.gradiend-scroll-blue{
    font-size: 48px; 
    font-weight: 700;
    opacity: 0.2; 
    background: linear-gradient(90deg, #2C73FF -15.01%, #78D9FF 144.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; 
}

.gradiend-blue{
    background:  linear-gradient(90deg, #0045CE -3.18%, #33C1F9 144.07%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

h2.colored-item {
    color: #281F76!important;
}

.colored-item-gradiend-blue.colored-item{
    background:  linear-gradient(90deg, #0045CE -3.18%, #33C1F9 144.07%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 

}



.marquee-simple {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.marquee-text {
    position: absolute;
    white-space: nowrap;
    left: 100%; 
    font-size: 20px;
    line-height: 50px;
}




.elementor-widget-n-accordion .e-n-accordion-item-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;

}

li.cpel-switcher__lang:first-child a {
    padding-right: 10px;
    border-right: 1px solid #AEAFC3;
}

li.cpel-switcher__lang a {
    display: flex;
    height: 14px;
    flex-direction: row;
    align-items: center;
}

.e-n-accordion-item-title-text {
    opacity: 1;
}



li.e-n-menu-item div {
    color: #281F76;
}

.elementor-location-footer{
    li.e-n-menu-item div {
        color:white;
        
    }
    a.elementor-button.elementor-button-link.elementor-size-sm {
        align-content: center;
        width: 48px;
        height: 48px;
    }
    
}    

h2.elementor-heading-title.elementor-size-default {
    opacity: 1;
}


span.plan-title {
    padding-left: 40px;
    background-image: url(/web/wp-content/themes/hdb-academy/assets/images/Plan.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

span.launch-title {
    padding-left: 40px;
    background-image: url(/web/wp-content/themes/hdb-academy/assets/images/Launch.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

span.manage-title {
    padding-left: 40px;
    background-image: url(/web/wp-content/themes/hdb-academy/assets/images/Manage.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

span.grow-title {
    padding-left: 40px;
    background-image: url(/web/wp-content/themes/hdb-academy/assets/images/Grow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

/* ---------------------Breadcrumbs----------------- */

span.breadcrumb_last {
    margin-left: 12px;
    color: #AEAFC3;
}

span#breadcrumbs {
    color: #AEAFC3;
}

#breadcrumbs  a {
    margin-right: 12px;
    text-decoration: underline;
}

/* -----------moving text-------------- */

.moving-text {
    height: 100%;
    width: max-content;
    position: absolute;
    left: 26%;
    top: 50%;
    transform: translateY(-50%);
    transition: left 1s ease-in-out;
}

.small-text-moving.moving-text{
    left: 90%;
}

.moving-text.colored-item{
    
}

/* ---------scrolling words---------------- */


.wevalueItemMobile {
    transition: transform 0.3s ease, opacity 0.3s ease; 
    opacity: 0.2;
}

.wevalueItemMobile.active {

    opacity: 1; 
}


/* ------------cards component--------------- */

.cardsImages {
    max-height: 190px;
    transition: all 0.5s ease-in-out;
}

.cardImageItem {
    right: 0;
    opacity: 0;
    transform: translateY(20px) scale(0.95);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.cardsImages:hover .cardImageItem {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.cardsImages.active {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.cardsImages.disable {
    opacity: 0.3;
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
}

.cardsImages .cardsImageTitle,
.cardsImages.disable .icon-card,
.cardsImages .cardImageItem {
    transition: opacity 0.5s ease-in-out;
}

.cardsImages.active .cardsImageTitle h2 {
    color: #0F55E1;
    transition: color 0.5s ease-in-out;
}

.collapsible-item {
    position: relative;
    overflow: hidden; 
    transition: background 0.5s ease-in-out, color 0.6s ease-in-out;
}

.collapsible-item.active {
    background: linear-gradient(135deg, #281F76 0%, #281F76 100%);
    animation: diagonalFill 0.5s forwards ease-in-out;
    color: #fff;
}

@keyframes diagonalFill {
    0% {
        background: linear-gradient(135deg, transparent 0%, #281F76 0%);
    }
    100% {
        background: linear-gradient(135deg, #281F76 0%, #281F76 100%);
    }
}



/* ------------hero banner slider-------------- */

/* .chat-box {
    display: inline-block;
    position: relative;
    border-radius: 20px 20px 20px 0px;
}

.elementor-element.elementor-element-08df47d.e-con-full.chat-box.left.blue-arrow.e-flex.e-con.e-child.animated.slideInRight::after {
    bottom: -11px;
    position: absolute;
    left: 185px;
    transform: rotate(-401deg);
}

.chat-box::after {
    width: 25px !important;
    bottom: -12.9px;
    content: '';
    position: absolute;
    left: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0px 0 25px;
    border-color: #f0f8fc transparent transparent transparent;
    transform: translateY(-50%) rotate(90deg);
} */

/* .chat-box.blue-arrow::after {
    bottom: -25.9px;
    content: '';
    position: absolute;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0px 0 25px;
    border-color: #D0F6FF transparent transparent transparent;
    transform: translateY(-50%) rotate(-47deg);
} */

/* .chat-box.pink-arrow::after {
    bottom: -24.9px;
    content: '';
    position: absolute;
    left: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0px 0 25px;
    border-color: #F1F0FF transparent transparent transparent;
    transform: translateY(-50%) rotate(316deg);
} */



/* .chat-box.purlple-arrow::after {
    bottom: -12.9px;
    content: '';
    position: absolute;
    left: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0px 0 25px;
    border-color: #EBFFFF transparent transparent transparent;
    transform: translateY(-50%) rotate(90deg);
} */



/* .elementor-element.elementor-element-08df47d.e-con-full.chat-box.left.blue-arrow.e-flex.e-con.e-child.animated.slideInRight::after {
    bottom: 0px;
    position: absolute;
    left: 205px;
    transform: rotate(-180deg);
}

.elementor-element.elementor-element-0e330a6.e-con-full.chat-box.left.blue-arrow.e-flex.e-con.e-child.animated.slideInLeft::after {
    bottom: 0px;
    transform: rotate(-180deg);
    left: 276px;
}

.elementor-element.elementor-element-c712c6e.e-con-full.chat-box.right.pink-arrow.e-flex.e-con.e-child.animated.slideInLeft {
    border-radius: 90px;
}

.elementor-element.elementor-element-0e330a6.e-con-full.chat-box.left.blue-arrow.e-flex.e-con.e-child.animated.slideInLeft {
    border-radius: 90px;
}
.elementor-element.elementor-element-4e7e191.e-con-full.chat-box.right.blue-arrow.e-flex.e-con.e-child.animated.slideInRight {
    border-radius: 90px;
}

.elementor-element.elementor-element-08df47d.e-con-full.chat-box.left.blue-arrow.e-flex.e-con.e-child.animated.slideInRight {
    border-radius: 90px;
}

.elementor-element.elementor-element-0e330a6.e-con-full.chat-box.left.blue-arrow.e-flex.e-con.e-child.animated.slideInLeft::after {
    bottom: -11px;
    transform: rotate(-48deg);
    left: 250px;
}

.elementor-element.elementor-element-08df47d.e-con-full.chat-box.left.blue-arrow.e-flex.e-con.e-child.animated.slideInRight::after {
    bottom: -10px;
    position: absolute;
    left: 182px;
    transform: rotate(-49deg);
}

.elementor-element.elementor-element-a7bc26f.e-con-full.chat-box.right.blue-arrow.e-flex.e-con.e-child.animated.slideInLeft {
    border-radius: 90px;
}

.elementor-element.elementor-element-21724a0.e-con-full.chat-box.right.pink-arrow.e-flex.e-con.e-child.animated.slideInLeft {
    border-radius: 90px;
}

.elementor-element.elementor-element-08df47d.e-con-full.chat-box.left.blue-arrow.e-flex.e-con.e-child.animated.slideInRight {
    padding: 15px 0px 0px 15px;
}

.elementor-element.elementor-element-0e330a6.e-con-full.chat-box.left.blue-arrow.e-flex.e-con.e-child.animated.slideInLeft {
    padding: 15px 0px 0px 20px;
}

.elementor-element.elementor-element-4e7e191.e-con-full.chat-box.right.blue-arrow.e-flex.e-con.e-child.animated.slideInRight {
    padding: 15px 0px 5px 20px;
} */



@media (max-width: 767px) {
    .elementor-10 .elementor-element.elementor-element-975e62a:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-975e62a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        min-height: 350px;
        background-image: url(http://localhost:8087/web/wp-content/uploads/2024/11/pexels-alexander-suhorucov-6457544-1.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    
    
    }

    .elementor-10 .elementor-element.elementor-element-bdd817b {
         --min-height: none; 
    }



    .elementor-element.elementor-element-08df47d.e-con-full.chat-box.left.blue-arrow.e-flex.e-con.e-child.animated.slideInRight {
        top: 208px;
        width: 206px;
        position: absolute;
        left: 55px;
    }

    .elementor-element.elementor-element-8636c46.elementor-widget.elementor-widget-spacer {
        display: none;
    }

    .elementor-element.elementor-element-c712c6e.e-con-full.chat-box.right.pink-arrow.e-flex.e-con.e-child.animated.slideInLeft {
        position: absolute;
        top: 10px;
        width: 208px;
    }

    .elementor-element.elementor-element-0e330a6.e-con-full.chat-box.left.blue-arrow.e-flex.e-con.e-child.animated.slideInLeft {
        width: 274px;
        left: 0;
        position: absolute;
        top: 104px;
    }

    .elementor-element.elementor-element-4e7e191.e-con-full.chat-box.right.blue-arrow.e-flex.e-con.e-child.animated.slideInRight {
        width: 250px;
        position: absolute;
        top: 210px;
        left: 0px;
    }

    .elementor-element.elementor-element-a7bc26f.e-con-full.chat-box.right.blue-arrow.e-flex.e-con.e-child.animated.slideInLeft {
        width: 200px;
        left: 45px;
        position: absolute;
        top: 150px;
    }

    .elementor-element.elementor-element-e993a25.e-con-full.e-flex.e-con.e-child {
        position: absolute;
        top: 295px;
    }

    .elementor-element.elementor-element-d01553d.e-con-full.e-flex.e-con.e-child {
        padding: 32px 25px !important;
    }

    .elementor-element.elementor-element-f94bb51.e-grid.e-con-full.e-con.e-child {
        display: flex
    ;
        flex-direction: row;
    }

    .elementor-element.elementor-element-d38e459.e-grid.e-con-full.e-con.e-child {
        display: flex
    ;
        flex-direction: row;
    }

    .elementor-element.elementor-element-3af9aa5.e-con-full.e-flex.e-con.e-child {
        padding: 32px 15px;
    }

    .elementor-10 .elementor-element.elementor-element-21e5030 > .elementor-widget-container {
        padding: 0px 0px 50px 24px;
    }

    .elementor-spacer {
        display: none;
    }

    .elementor-10 .elementor-element.elementor-element-fa0ec96:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-fa0ec96 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        min-height: 350px;
        background-size: cover;
        background-image: url(http://localhost:8087/web/wp-content/uploads/2024/11/image-297.jpg);
    }
   
        .elementor-10 .elementor-element.elementor-element-e993a25 {
            --margin-top: 0;
            --margin-bottom: 0px;
            --margin-left: 0px;
            --margin-right: 0px;
        }

        .elementor-element.elementor-element-21724a0.e-con-full.chat-box.right.pink-arrow.e-flex.e-con.e-child.animated.slideInLeft {
            width: 195px;
            left: 69px;
            top: 104px;
            position: absolute;
        }
   


}


/* ----------hero banner slider------------ */

.hero-banner-slider {
    position: relative;
    overflow: hidden;
}

.slider-item {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slider-item.active {
    display: block;
    opacity: 1;
}

.slider-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.slider-indicator {
    width: 12px;
    height: 4px;
    background-color: #C6C7DA;
    border-radius: 3px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.slider-indicator.active {
    width: 40px; 
    background-color: #0F55E1; 
}

/* --------filters modal------------- */


.download-form label:hover {
    background-color: #ECFAFF; 
    transition: background-color 0.3s ease; 
}



.filters-modal.open{
    width: 100%;
}

.filters-modal-content ul {
    padding: 0;
    list-style: none;
    color:  #7A7B92;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.28px;
}

.filters-modal-content li {
    padding: 5px 0px 10px 0px;
}




label:has(input[type="checkbox"]:checked){
    color: #0F55E1 
}

input[type="checkbox"] {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #aaa;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"]:checked {
    background: #0F55E1; 
    border-color: #0F55E1;
}

input[type="checkbox"]:checked::after {
    content: "✔"; 
    color: white; 
    font-size: 14px; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

input[type="radio"] {
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #aaa;
    border-radius: 50%; 
    cursor: pointer;
    position: relative;
}

input[type="radio"]:checked {
    background: white; 
    border-color: #aaa; 
}

input[type="radio"]:checked::after {
    content: "";
    display: block;
    width: 10px; 
    height: 10px;
    background: #0F55E1; 
    border-radius: 50%; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}


.filters-modal {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    z-index: 1001;
}

.filters-modal.open {
    right: 0;
}

.filters-modal-content {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}
.filters-pannel-header {
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.filter-title {
    margin-top: 25px;
    margin-bottom: 15px;
}



.form-actions {
    width: 90%;
    bottom: 0;
    position: absolute;
    display: flex;
    margin-top: 30px;
    border-top: 1px solid;
    padding: 40px 0px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 25px;
}

form.filters-form {
    overflow: auto;
    max-height: 550px;
}

button.dropdown-btn:focus {
    background-color: white !important;
}

.form-actions button{
    padding: 16px 32px;
    color: #fff;
    background-color: #0F55E1!important;
    border: 1px solid #0F55E1;
    border-radius: 999px;
    text-decoration: none;
}

.close-filters-button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.close-filters-button:hover {
    background-color: white;
}

.open-filters-button {
    padding-right: 30px;
    background-image: url(./assets/images/Filters.svg);
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    z-index: 1001;
    background-color: transparent;
    color: #0045CE!important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.open-filters-button:hover {
    background-color: transparent;
    color: #0045CE;
}


.overlay-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(76, 82, 146, 0.644);
    z-index: 999; 
    display: none; 
}

.overlay-background.visible {
    display: block; 
}

.hover-links-text {
    display: block; 
}

/* ---------------contact form--------------------- */

.elementor-form input[type="text"],
.elementor-form input[type="email"],
.elementor-form input[type="tel"],
.elementor-form textarea {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #ccc; 
    box-shadow: none;
    background-color: transparent;
    color: #281F76; 
}


.elementor-form label {
    color: #999;
    font-weight: normal; 
}


.elementor-form .elementor-field {
    margin-bottom: 15px; 
}

.elementor-form button.elementor-button {
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.open-modal-btn{
    background-repeat: no-repeat;
    background-position: center;
background-image: url(./assets/images/Search.svg);
}



.elementor-message:before {
    display: none;
}
.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: #281F76;
    padding-inline-start: .2em;
}
.elementor-field-group label {
    position: absolute;
    top: 68%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; 
    letter-spacing: 0.36px;
    color:  #7A7B92;
    pointer-events: none;
    transition: all 0.3s ease; 
}

.elementor-form-fields-wrapper {
    row-gap: 25px;
}

.elementor-field-group label.float-up {
    top: -10px;
    font-size: 12px;
    line-height: 14px; 
    letter-spacing: 0.24px;
    color:  #7A7B92;
}

.elementor-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: transparent;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.elementor-field:focus {
    border-color: #007BFF;
    outline: none;
}

.elementor-field-group {
    position: relative;
    margin-bottom: 20px;
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    border: none;
    border-bottom: 1px solid #7A7B92;
    max-width: 100%;
}


.elementor-field-group-field_095ef58 label {
    position: static;
    transform: none;
    transition: none;
    color: inherit; 
    margin-bottom: 5px; 
    display: inline-block; 
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .0);
    outline: 0;
}


.elementor-field-subgroup {
    display: flex;
    gap: 10px;
  }
  
  .elementor-field-option {
    display: flex;
    align-items: center;
  }
  


.contact-form .elementor-field-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  
  .contact-form .elementor-field-option label {
    border-radius: 999px;
    display: inline-block;
    border: 1px solid #281F76; 
    padding: 12px 32px;
    cursor: pointer;
    font-size: 14px;
    color: #281F76;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
  }
  
  .contact-form .elementor-field-option input[type="checkbox"]:checked + label {
    background-color: #281F76; 
    color: #fff; 
  }
  
  .contact-form .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    position: relative;
    padding-inline-end: 10px;
  }
  
  .contact-form .elementor-field-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 1;
  }
  
  .contact-form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 90%;
    height: 90%;
    background: transparent;
    border: 0px solid #aaa;
    cursor: pointer;
    position: relative;
  }
  
  .contact-form input[type="checkbox"]:checked {
    background: transparent;
    border-color: transparent;
  }
  
  .contact-form #form-field-field_7d0f4f9-0 {
    position: static;
    opacity: 1;
    z-index: auto;
    height: 20px;
    width: 20px;
    border: 1px solid #7A7B92;
  }
  
 .contact-form #form-field-field_7d0f4f9-0 + label {
    padding-top: 7px;
    background: transparent;
    border: none;
    font-weight: normal;
    color: #281F76;
}
  
  .contact-form #form-field-field_7d0f4f9-0:checked {
    background-color: #0F55E1; 
    border-color: #0F55E1; 
    position: relative;
  }
  
  .contact-form #form-field-field_7d0f4f9-0:checked::after {
    content: "✓"; 
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
  }
  
  .contact-form .elementor-field-subgroup.elementor-subgroup-inline {
    padding-top: 32px;
  }
  
/* -----------search------------ */
.search-results-container {
    margin-top: 150px;
    padding: 20px;
}
.results-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.result-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.result-item h3 a {
    text-decoration: none;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

strong.highlight {
    font-weight: 800;
}



form.search-form {
    column-gap: -0px;
    padding: 0px 5%;
    background: #ECFAFF;
    display: flex
;
    flex-direction: row;
    align-items: center;
}

input[type="text"] {
    margin-right: 32px;
    font-weight: 300;
    font-size: 48px;
    color: #281F76;
    background: transparent;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 0px solid #666;
    color: #C6C7DA;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.search-button {
    background-position: center;
    background-image: url(./assets/images/Search.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

[type=button]:hover, [type=submit]:hover {
    background-color: transparent;
}

.search-tabs ul.tabs {
    overflow-x: auto;

    padding: 15px 0px;
    display: flex
;
    flex-direction: row;
    column-gap: 0px;
    list-style: none;
}



.container.results-summary.h5Bold {
    margin-bottom: 0px;
}

.container.search-tabs ul.tabs a {
    font-size: 20px;
    font-style: normal;
    line-height: 32px; 
    letter-spacing: 0.2px;
    font-weight: 500;
    text-decoration: none; 
    opacity: 0.3;
    color: #281F76; 
}

.container.search-tabs ul.tabs a.active {
    font-weight: 700;
    text-decoration: underline;
    opacity: 1;
    color: #0F55E1; 
}

.container.search-tabs ul.tabs li {
    display: flex;
    min-width: 155px;
    flex-direction: row;
    justify-content: center;
}

button.search-button {

    
    background-size: auto;
}

input#search-input::placeholder {
    color: #C6C7DA; }

form.search-form {
    column-gap: -0px;
    padding: 0px 5%;
    background: #ECFAFF;
    display: flex
;
    flex-direction: row;
    align-items: center;
}

.no-results-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background-image: url(./assets/images/Searchresults.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.no-results {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no-results {
    margin: 80px 0px;
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.results-summary {
    padding-top: 45px;
}

p.no-results-message {
    margin-left: 40px;
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.custom-swiper-navigation {
    position: relative;
    margin-top: 0px;
    display: flex
;margin-left: 25px;
    justify-content: flex-start;
    gap: 10px;
    z-index: 10;
}

  .custom-swiper-prev,
  .custom-swiper-next {
    width: 72px; 
    height: 72px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px; 
    border: 1px solid #281F76; 
    background-color: #F1F0FF; 
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
  }
  

  .custom-swiper-prev::before,
  .custom-swiper-next::before {
    content: "";
    display: block;
    width: 24px; 
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .custom-swiper-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6" stroke="%23281F76" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
  }
  
  .custom-swiper-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 18l6-6-6-6" stroke="%23281F76" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
  }
  
  .custom-swiper-prev:hover,
  .custom-swiper-next:hover {
    background-color: #F1F0FF; 
  }
  
  .elementor-swiper-button-prev,
  .elementor-swiper-button-next {
    display: none !important;
  }
  

  /* .comments-area a, .page-content a {
    text-decoration: none;
}
   */

.filters-form label {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    column-gap: 15px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}



span.filter-label:hover {
    color: #281F76;
}

@media (min-width:992px){

    /* -----------testimonilas--------------- */

    .custom-swiper-navigation {
        position: relative;
        margin-top: -90px;
        display: flex;
        justify-content: flex-end;
        gap: 10px; 
        z-index: 10;
      }

    .result-item {
        width: 100%;
    }

    .search-modal .modal-content {
        top: 130px;
        background: #fff; 
        padding: 20px;
        width: 100%; 
        text-align: center;
    }

    .container.search-tabs ul.tabs li:first-child {
        min-width: 180px;
    }

   
    

 
    p.no-results-message {
        margin-left: 0px;
    }

    button.search-button {
        background-size: cover;
    }
    

    input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
        color: var(--Purple-Purple-800, #281F76);
        font-size: 48px;
        font-weight: 300;
    }



    form.search-form {
        column-gap: 32px;
        padding: 24px 15%;
        background: #ECFAFF;
        display: flex
    ;
        flex-direction: row;
        align-items: center;
    }
    

    .container.results-summary.h5Bold {
        margin-bottom: 72px;
    }

    .search-tabs ul.tabs {
        overflow-x: auto;
    
        padding: 15px 0px;
        display: flex
    ;
        flex-direction: row;
        column-gap: 35px;
        list-style: none;
    }

    .search-tabs ul.tabs {
        overflow-x: auto;
    
        padding: 50px 0px;
        display: flex
    ;
        flex-direction: row;
        column-gap: 0px;
        list-style: none;
    }

    .elementor-3607 .elementor-element.elementor-element-758f5e7 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-3607 .elementor-element.elementor-element-758f5e7 .elementor-swiper-button.elementor-swiper-button-next {
        display: contents;
    }



    header.page-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
    }

  

    span#breadcrumbs {
        margin-left: -15px;
        color: #AEAFC3;
    }

    .container.template-entries {
        padding: 0;
    }
    
    .hover-links-text {
        display: none; 
    }
    
    .hover-links:hover .hover-links-title h2 {
        background-position: right;
        color: #0045CE!important ;
        background-image: url('./assets/images/Arrow\ forward.svg')!important; 
        background-size: contain; 
        background-repeat: no-repeat;
    }

    
    
    .hover-links:hover {
        border-top: 1px solid blue!important; 
    }
        .hover-links:hover .hover-links-text {
        display: block;
    }
    
    .hover-links-text {
        display: block;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 0.5s ease-out, max-height 0.5s ease-out;
    }
    
    .hover-links:hover .hover-links-text {
        opacity: 1;
        max-height: 200px; 
    }
    

    .mobile-pagination-container {
        display: none;
    }

    .pagination.pagination-desktop {
        transform: translateX(-50%);
        position: relative;
        left: 50%;
        display: flex;
        padding-top: 50px;
        flex-direction: row;
        justify-content: space-between;
    }
    

    form.filters-form {
        overflow: auto;
        max-height: 500px;
    }


    .filters-modal.open {
        width: 30%;
    }

    .scrolling-text {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        animation: scroll 15s linear infinite;
        font-size: 150px; 
        display: flex;
        min-height: 200px;
        flex-direction: row;
        align-items: center;
        font-size: 150px;
        font-style: normal;
        font-weight: 800;
        line-height: 70px; 
        letter-spacing: 10px;
        opacity: 0.2;
        background:  linear-gradient(90deg, #2C73FF -15.01%, #78D9FF 144.02%);
        background-clip: text;
        -webkit-background-clip: text;
        color: #2C73FF;
    }

    

    a.elementor-item.elementor-item-anchor {
        padding: 16px;
    }

    .scrolling-text  {
        min-height: 300px;
        font-size: 200px;
    }


    p , li {
  
        font-size: 18px;
    }
    
    h1 {
        font-size: 48px;
    }
    
    h2 {
        font-size: 32px;
    }
    
    h3 {
        font-size: 20px;
    }

    /* Search Label and Input */
    .search-modal .search-label {
        margin-top: -15%;
        display: flex;
        align-items: center;
        margin-bottom: 60px;
        margin-bottom: 35px;
    }


    .search-modal .popular-searches h3 {
        text-transform: uppercase;
        opacity: 0.3;
        margin-bottom: 20px;
        font-size: 24px;
        color: #555; 
    }

}

/* -------------collapsile cards----------------- */

.collapsible-item.active{
   min-width: 580px;
   width: 100%;
}

.collapsible-item{
    min-width: 200px;
}

.collapsible-content.active{
  display: block;

}

.collapsible-content{
    display: none;

}

.dissable-title{

    display: block;

}

.dissable-title.active{

    display: none;

}


/* ---------scrolling words---------------- */

.wevaluecontent {
    padding-top: 100px;
    margin-top: -50px;
    z-index: 100;
    height: 370px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
  
  .wevalueItem {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateY(100%); 
  }
  
  .wevalueItem.active {
    opacity: 1;
    transform: translateY(0); 
  }
  
  .wevalueItem.next {

    opacity: 0;
    transform: translateY(50%); 
  }
  
  .wevalueItem.next.visible {
    margin-left: -20px;
    margin-top: 60px;
    opacity: 0.2; 
    transform: translateY(50%); 
  }
  
  .wevalueItem.exiting {
    opacity: 0;
    transform: translateY(-50%); 
  }


  /* -----------search pop-up---------------- */

  
.search-modal {
    position: absolute;
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: white; 
    z-index: 1000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.popup-header {
    width: 100%;
    display: flex
;
    top: 50px;
    position: absolute;
    z-index: 9;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/* Modal Content */
.search-modal .modal-content {
    top: 60px;
    background: #fff; 
    padding: 20px;
    width: 100%; 
    text-align: center;
    
}

input#search-input:focus-visible {
    border: none; 
    outline: none; 
}

.close-modal {
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-image: url(/web/wp-content/themes/hdb-academy/assets/images/Close.svg);
}


.close-modal:hover{
    background-color: transparent;
}



/* Search Label and Input */
.search-modal .search-label {
    margin-top: -15%;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.search-modal .search-label .search-icon {
    background-size: auto;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}



/* Popular Searches Section */
.search-modal .popular-searches {
   
    text-align: left;
}

.search-modal .popular-searches h3 {
    text-transform: uppercase;
    opacity: 0.3;
    margin-bottom: 20px;
    font-size: 12px;
    color: #555; 
}

.search-modal .popular-searches ul {
    list-style: none;
    padding: 0;
}

.search-modal .popular-searches li {
    padding: 8px 0px 0px 0px;
    margin: 0px 0;
}

.search-modal .popular-searches li a {
   color: #281F76 ;
    text-decoration: none;
}

.search-modal .popular-searches li a:hover {
    color: #0F55E1;
}


.open-modal-btn {
    color: #fff; 
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.archive-terms-glossary {
    margin-top: 150px;
}

.open-modal-btn:hover {
 background-color: white;
}

.excluded-from-overlay {
    position: relative;
    z-index: 10000;
}

.template-actions-inside {
    max-width: 150px;
    padding-bottom: 40px;
    margin-top: 0px;
    position: relative;
    display: flex
;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
}


.elementor-element.elementor-element-72df26c.e-grid.elementor-hidden-mobile.e-con-boxed.e-con.e-parent.e-lazyloaded {
    z-index: 999;
    background: white;
    position: fixed;
}

.overlay-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Ελαφρύ μαύρο background */
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.overlay-background.visible {
    opacity: 1;
    visibility: visible;
}


@media(max-width:992px){

    .search-results-container {
        margin-top: 50px;
        padding: 20px;
    }


    /* //----------main menu---------// */

    .elementor-element.elementor-element-56fd7ec1.elementor-hidden-desktop.elementor-hidden-tablet.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        background: white;
        padding-bottom: 0px;
        padding-top: 10px;
        width: 100%!important;
    }

    div#e-n-menu-content-1794 {
        display: block !important;
    }

    .archive-terms-glossary {
        margin-top: 50px;
    }

    div#menubar-132 {
        display: flex;
        background: white;
        flex-direction: column;
        justify-content: flex-start;
    }
    div#e-n-menu-content-1324 {
        display: block !important;
    }

    div#e-active {
        display: none;
    }

    .elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-title {
        display: flex;
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-between;
        white-space: normal;
        width: 97%;
        flex-direction: row;
    }
    div#menubar-179 {
        transform: translateX(-50%);
        left: 50%;
       top: 90px;
        position: fixed;
        background: white;
        padding-left: 20px;
        height: -webkit-fill-available;
    }
}


.sub-title {
    display: flex
;
    flex-direction: column;
    align-items: center;
}


#white-hover {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: var(--m, 16px);
    flex-shrink: 0;
    border-radius: 999px;
    background: transparent;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid white;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s ease-in-out 0.3s, border-color 0.3s ease-in-out 0.3s;
    z-index: 1;
}

#white-hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: inherit;
    transform-origin: bottom left;
    transform: scaleX(0) scaleY(0);
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}

#white-hover:hover::before {
    transform: scaleX(1) scaleY(1);
}

#white-hover:hover {
    color: #281F76; 
    border-color: #281F76;
}

#white-hover span {
    font-weight: 500;
    font-size: 14px;
    color: white;
    transition: color 0.3s ease-in-out;
}

#white-hover:hover span {
    color: #281F76; 
}


label.filter-label.disable {
    color: gray;
}

