/*
Template:       finbuzz
Theme Name:     Finbuzz Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/themes/finbuzz
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Finbuzz is an Responsive Software & IT Solutions WordPress Theme.
Version:        1.1
Text Domain:    finbuzz-child
*/

:root{
    --black: #000000;
    --white: #ffffff;
    --blackish: #0C1729;
    --darkgray: #4A4F58;
    --gray: #A8ABB1;
    --lightgray: #00000029;

    --lightblue: #1099FA;
    --darkblue: #001C50;
    --blueblack: #122440;


}

@font-face {
    font-family: 'fbsolutions';
    src: url('assets/fonts/manrope.ttf');
  }

body * {
    font-family: fbsolutions;
}


.error404 .entry-banner {
    display: none;
}
.error404 .elementor-9501 .elementor-element.elementor-element-6f758fb {
    padding: 119px 0 136px;
}
.error404 .elementor-element-334b464 {
    text-align: center;
    color: #001C50;
    font-size: 23px;
    line-height: 32px;
    font-weight: 900;
    margin: 0 0 clamp(30px, 5vw, 68px) !important;
}
.error404 .elementor-element-334b464 p {
    margin: 0;
}

.error404 .elementor-element-f4be100 {
    max-width: 253px !important;
    margin: 0 auto 0;
    background-color: #1099FA;
    border-radius: 37px;
    width: 100%;
    text-align: center;
}
.error404 .e-con.e-flex>.e-con-inner {
    gap: 0 !important;
}

.error404 img {
    margin: 0 0 31px;
}
.error404 .elementor-element-f4be100 a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 10px;
    font-weight: 700;
}

body.has-open-popup {
    overflow: hidden;

    & header, .rt-header-menu { display: none; }
    & .back-top { display: none ; }
}

.header-style-4 .header-menu {
    box-shadow: 0px 3px 6px #00000029;
}

.addtoany_content {
    margin-top: 54px !important;
}

a.go-back-link {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    color: #001c50;

    &:before {
        content: "";
        margin-right: 10px;
        display: block;
        width: 6px;
        height: 10px;
        position: relative;
        background: url('/wp-content/uploads/2024/06/big-blue-arrow.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        transform: rotate(180deg);
    }
}

.entry-banner {
    & .entry-banner-content {
        & h1 {
            color: #ffffff;
            font-family: fbsolutions;
            font-weight: 800;
            font-size: clamp(28px, 5vw, 46px);
        }

        & .breadcrumb-area { 
            & .entry-breadcrumb {
                & span {
                    font-size: 14px;
                    line-height: 19px;
                    font-weight: 500;

                    & a {
                        color: #A8ABB1;
                    }
                }
                & > span:last-child {
                    color: #1099FA;
                }
            }
        }
    }
}

#omada {

    & .team-default {
        & .rtin-item {
            & figure {
                border-radius: 10px;
    
                & .rtin-social-icon {
                    & li {
                        & svg {
                            width: 18px;
                
                            & path {
                                fill: var(--white);
                            }
                        }
                    }
            
                    & li:hover, li:focus {
                        & svg {
                            & path {
                                fill: var(--lightblue);
                            }
                        }
                    }
                    
                }
            }
    
            & .rtin-content {
                & .rtin-title a {
                    color: var(--darkblue);
                    font-size: 23px;
                    font-weight: 800;
                    line-height: 1.4;
                }
            }
            & .rtin-designation {
                font-size: 16px;
                line-height: 1.4;
                color: var(--black);
                font-weight: 500;
            }

            & .member-popup {
                display: none;
            }
        }
        
        & .rtin-item.open {
            & .member-popup {
                display: block !important;
                position: fixed;
                inset: 0;
                z-index: 9999;

                & .popup-close {
                    position: absolute;
                    top: 10%;
                    right: 3%;
                    width: 23px;
                    height: 28px;
                    z-index: 10;
                    cursor: pointer;
                }

                & .popup-overlay {
                    background-color: #E7EBF1;
                    background-image: url('/wp-content/uploads/2024/05/popupbg.jpg');
                    background-position: center top;
                    background-size: cover;
                    position: fixed;
                    inset: 0;
                    z-index: 0;
                    display: flex;
                    justify-content: end;
                    background-repeat: no-repeat;
                }

                & .popup-wrapper {
                    position: relative;
                    z-index: 1;
                    max-width: 1180px;
                    margin: 0 auto;
                    padding: 0px 12px;
                    width: 97%;
                    height: 100%;
                    overflow: auto;
                    overflow: hidden;
                    display: flex;
                    align-items: center;

                    & .popup-inner {
                        overflow: auto;
                        overflow: hidden;
                        height: 100%;
                        gap: 32px;
                        display: flex;
                        justify-content: center;
                        flex-direction: column;

                        & .member-top {
                            display: flex;
                            gap: 37px;

                            & .member-img {
                                width: 114px;
                                height: auto;
                                border-radius: 10px;
                            }

                            & .member-name {
                                & h3 {
                                    font-size: 23px;
                                    line-height: 1.4;
                                    font-weight: 800;
                                    margin-bottom: 7px;
                                }
                            }

                            & .member-position{
                                & span {
                                    font-size: 16px;
                                    font-weight: 500;
                                    color: black;
                                    line-height: 1.4;
                                }

                                &:after{
                                    display: block;
                                    content: "";
                                    background: var(--lightblue);
                                    height: 5px;
                                    width: 37px;
                                    border-radius: 3px;
                                    margin-top: 10px;
                                }
                            }
                        }

                        & .member-cv {
                            overflow: auto;
                            color: black;
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 1.4;
                            max-height: clamp(200px, 20vw, 400px);
                        }

                        
                    }
                }
            }
        } 
    }
}

#clients {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;

    & .client {
        border-radius: 10px;
        display: block;
        background: white;
        padding: 31px !important;
        box-shadow: 5px 5px 20px #0000001A;
        flex-basis: calc((100% - 60px) / 5);
        margin: 7px;
        width: calc(20% - 14px);
    }
}



#client-filters {
    display: flex;
    flex-direction: row;
    gap: 7px;
    flex-wrap: wrap;
    margin: 0 7px 40px 7px;

    & button {
        padding: 7px 18px;
        font-size: 16px;
        line-height: 1.4;
        border-radius: 5px;
        color: black;
        background: white;
        box-shadow: inset 0px 0px 0px 2px black;
        font-weight: 800;

        &.is-checked {
            color: white;
            background: black;
        }
    }
}

#programmatismena {
    & .elementor-tab-title {
        background: #E6ECF2;
        text-align: center;
        padding: 13px;
        border-radius: 5px 5px 0 0;

        &.elementor-active {
            background: #10347D;
        }
    }

    & .elementor-tab-content {
        padding: 31px;

        & .scheduled-seminar {

            padding: 0px 14px;

            & .seminar-inner {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                padding: 14px 0px;
                border-bottom: 1px solid #e6ecf2;

                & .scheduled-data {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 41px;
    
                    & .scheduled-date {
                        background: #f2f5fb;
                        width: 100px;
                        height: 100px;
                        border-radius: 5px;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        gap: 3px;
                        flex-shrink: 0;
                        flex-grow: 0;
    
                        & .day {
                            color: #001c50;
                            font-weight: 800;
                            font-size: 32px;
                            font-family: 'fbsolutions';
                            line-height: 1.4;
                        }
    
                        & .month {
                            color: var(--lightblue);
                            font-size: 13px;
                            line-height: 1.4;
                            font-weight: normal;
                            font-family: 'fbsolutions';
                        }
                    }
    
                    & .scheduled-details {
                        & .scheduled-title {
                            & h3 {
                                color: #1a1f27;
                                font-size: 19px;
                                font-weight: 800;
                                font-family: 'fbsolutions';
                                line-height: 1.4;
                                margin-bottom: 13px;
                            }
                        }
    
                        & .scheduled-data {
                            display: flex;
                            gap: 30px;
    
                            & > div {
                                display: flex;
                                gap: 10px;
                                flex-direction: row;
                                flex-wrap: nowrap;
                                align-items: center;
    
                                & .icon {
                                    display: flex;
                                    color: var(--lightblue);
                                    font-size: 15px;
                                    line-height: 21px;
                                }
    
                                & .value {
                                    font-size: 15px;
                                    line-height: 1.4;
                                    font-family: 'fbsolutions';
                                    color: #000000;
                                }
    
                            }
    
                            & .scheduled-attendance {
                                & .value {
                                    color: #6A7B92;
                                }
                            }
                            
                            
                        }
                    }
                }
    
                & .scheduled-cta {
                    flex-shrink: 0;

                    & a {
                        font-size: 14px;
                        color: white;
                        background: var(--lightblue);
                        padding: 11px 32px;
                        line-height: 19px;
                        border-radius: 37px;
                        transition: all 0.3s;
                    }
    
                    &:hover a {
                        background: #10347D;
                    }
                    &:focus a {
                        background: #10347D;
                    }
                }
            }

        }

        & .scheduled-seminar:last-child {
            & .seminar-inner {
                border-bottom: unset;
            }
        }
    }
}

.single-seminario {
    & #content {
        & #primary {
            background-image: url('/wp-content/uploads/2024/05/top-bg.jpg');
            background-attachment: fixed;
            /* background-color: red; */
            background-position: center top;
            padding-bottom: 94px;

            & .image-top {
                width: 100%;
                height: 350px;
                background-size: cover;
                background-position: center center;
                margin-top: -120px;
            }

            & #seminar-container {
                width: 100%;
                max-width: 1135px;
                border-radius: 10px 10px 0 0;
                background-color: #F2F5FB;
                box-shadow: 10px 10px 30px #00000029;
                display: flex;
        
                & .seminar-body {
                    width: 100%;
                    border-radius: 10px 0px 0 0;
        
        
                    & .seminar-title-section {
                        background: white;
                        padding: 35px 22px 38px 42px;
        
                        & #seminar-title {
                            color: #001C50;
                            font-family: fbsolutions;
                            font-size: clamp(23px, 2vw, 30px);
                            line-height: 1.4;
                            font-weight: 800;
                            margin-bottom: 11px;
                        }
        
                        & .seminar-subtitle {
                            color: #989EAC;
                            font-family: fbsolutions;
                            font-size: clamp(15px, 1.5vw, 23px);
                            line-height: 1.4;
                            font-weight: 400;
                            margin-bottom: 0px;
                            min-height: 32px;
                            display: block;
                        }
                    }
        
                    .seminar-subtitle-section {
                        
        
                        & .scheduled-data {
                            background: white;
                            padding: 23px 42px 18px 42px;
                            border-top: 3px solid #e6ecf2;
                            display: flex;
                            width: 100%;
                            flex-direction: row;
                            flex-wrap: nowrap;
                            justify-content: space-between;
                            text-align: center;
        
                            & .scheculed-label {
                                color: #10347D;
                                font-weight: 800;
                                font-size: 13px;
                                line-height: 18px;
                                margin-bottom: 4px;
                            }
        
                            & .scheduled-value {
                                color: var(--lightblue);
                                font-size: 16px;
                                line-height: 22px;
                            }
                            
                        }
                    }
        
                    & .seminar-content-section {
                        padding: 26px 28px 44px 47px;
        
                        & .section-title {
                            color: #001C50;
                            font-family: 'fbsolutions';
                            font-size: 23px;
                            font-weight: 800;
                            line-height: 1.4;
                            margin-bottom: 16px;
                        }
        
                        & .section-content {
                            color: #000000;
                            font-size: 16px;
                            font-weight: 500;
                            font-family: 'fbsolutions';
                            line-height: 1.4;
                            padding-bottom: 29px;
                            border-bottom: 2px solid #E6ECF2;
                            width: 100%;
                            margin-bottom: 42px;
        
                            & ul {
                                margin: 0 0 10px 0;
                                padding-left: 16px;
        
                                & li {
                                    &::marker {
                                        color: var(--lightblue);
                                    }
                                }
                            }
        
                            & .accordion-item {
                                border: none !important;
                                border-bottom: 2px solid #E6ECF2 !important;
                                border-radius: 0px !important;
                                margin: 0px !important;
        
                                & button {
                                    padding: 20px 0px 20px 50 !important;
                                    background: #f2f5fb !important;
                                    color: #10347D !important;
                                    font-weight: 800 !important;
                                    font-size: 16px !important;
                                    line-height: 22px !important;
        
                                    &::before {
                                        width: 50px !important;
                                        background: #f2f5fb !important;
                                        justify-content: flex-end !important;
                                        content: "" !important;
                                        /* color: #10347D !important; */
                                        /* font-size: 14px !important; */
                                        /* font-weight: 800 !important; */
                                        background: url('/wp-content/uploads/2024/05/plus.png') !important;
                                        background-repeat: no-repeat !important;
                                        background-position: left center !important;
                                        transition: all 0.3s ease-in-out !important;
                                        left: 0 !important;
                                    }
                                }
        
                                & .accordion-body {
                                    background: #f2f5fb;
                                    padding: 0 50px 30px 0;
        
                                    & p {
                                        color: #000000;
                                        font-size: 16px;
                                        font-weight: 500;
                                        font-family: 'fbsolutions';
                                        line-height: 1.4;
                                        width: 100%;
                                        margin-bottom: 20px;
                                        
                                    }
        
                                    & ul {
                                        margin: 0 0 10px 0;
                                        padding-left: 16px;
        
                                        & li {
                                            &::marker {
                                                color: var(--lightblue);
                                            }
                                        }
                                    }
                                }
                            }
                        }
        
                        & .seminar-speakers {
                            & .section-content {
                                display: flex;
                                flex-direction: row;
                                flex-wrap: wrap;
                                gap: 57px;
        
                                & .speaker {
                                    display: flex;
                                    flex-direction: column;
                                    align-content: center;
                                    align-items: center;
                                    gap: 23px;
        
                                    & .speaker-img {
                                        width: 128px;
                                        aspect-ratio: 1;
                                        border-radius: 100%;
                                    }
        
                                    & .speaker-name {
                                        font-size: 16px;
                                        font-weight: 500;
                                        font-family: fbsolutions;
                                        line-height: 22px;
                                        max-width: 128px;
                                        color: #000000;
                                        text-align: center;
                                    }
                                }
                            }
                        } 
                        
                        & .seminar-certificate {
                            & img {
                                max-width: min(100%, 285px);
                                box-shadow: 5px 5px 34px #00000029;
                            }
                        }
        
                        & > div:last-child .section-content {
                            /* background: red; */
                            padding: 0 !important;
                            margin: 0 !important;
                            border: none !important;
                        }
                    }
                }
        
                & .seminar-sidebar {
                    min-width: 327px;
                    max-width: 327px;
                    border-radius: 0px 10px 0 0;
        
                    & .seminar-interest-form {
                        border-radius: 0 10px 0 0;
                        background: #10347D;
                        padding: 35px 29px;
                        text-align: center;
        
                        & .section-title {
                            color: #F2F5FB;
                            font-weight: 800;
                            font-size: 23px;
                            line-height: 23px;
                            margin-bottom: 13px;
                        }
        
                        & .section-intro-text {
                            color: #f2f5fb;
                            font-size: 14px;
                            line-height: 20px;
                            font-weight: 500;
                        }
        
                        & .interest-form {
                            margin-bottom: 0px;
        
                            & .wpforms-field {
                                padding: 3px 0 !important;
        
                                & input, textarea, select {
                                    border-radius: 5px !important;
                                }
        
                                & textarea {
                                    max-height: 99px;
                                }
        
                                & input::placeholder, textarea::placeholder, select *, select::placeholder, * {
                                    color: black !important;
                                    font-size: 14px !important;
                                    font-family: 'fbsolutions';
                                    font-weight: 500 !important;
                                    line-height: 19px !important;
                                    opacity: 1 !important;
                                }
                            }
        
                            & .wpforms-submit {
                                color: white;
                                background: var(--lightblue);
                                border-radius: 37px;
                                padding: 10px 20px;
                                max-width: 173px;
                                width: 100%;
                                font-size: 16px;
                                font-weight: 800;
                                line-height: 22px;
                                margin-top: 20px;
                            }
                            
                        }
                    }
        
                    & .seminar-discount-section {
                        padding: 19px 21px 58px 21px;
                        text-align: center;
                        background: #E6ECF2;
        
                        & .percentage-sign {
                            font-size: 53px;
                            font-weight: 800;
                            font-family: 'fbsolutions';
                            color: #f2f5fb;
                            -webkit-text-stroke: 2px #10347D;
                            line-height: 72px;
                            margin-bottom: 0px;
                        }
        
                        & .section-title {
                            color: #10347d;
                            font-size: 23px;
                            font-weight: 800;
                            font-family: 'fbsolutions';
                            margin-bottom: 10px;
                        }
        
                        & .pricing-text {
                            font-size: 14px;
                            line-height: 1.4;
                            max-width: 250px;
                            margin: 0 auto 23px auto;
                            color: #10347D;
                            font-family: 'fbsolutions';
                            font-weight: 500;
        
                            & strong {
                                font-weight: 800;
                            }
                        }
        
                        & .discounts {
                            & .discount {
                                background: #F2F5FB;
                                padding: 22px;
                                margin-bottom: 14px;
                                border-radius: 53px;
                                width: 100%;
        
                                & .discount-top p {
                                    color: #10347D;
                                    font-weight: 500;
                                    font-size: 16px;
                                    line-height: 22px;
                                    margin: 0;
        
                                    & strong {
                                        font-weight: 800;
                                    }
                                }
        
                                & .discount-bottom p {
                                    display: flex;
                                    justify-content: center;
                                    gap: 12px;
                                    align-items: center;
                                    align-content: center;
                                    flex-direction: row;
                                    color: #989eac;
                                    font-family: 'fbsolutions';
                                    font-size: 14px;
                                    font-weight: 500;
                                    line-height: 19px;
                                    margin: 0px;
        
                                    & strong {
                                        font-weight: 800;
                                        color: var(--lightblue);
                                        font-size: 26px;
                                        line-height: 36px;
                                    }
                                }
                            }
                        }
        
                        & .plus-sign {
                            font-size: 53px;
                            font-weight: 800;
                            font-family: 'fbsolutions';
                            color: #f2f5fb;
                            -webkit-text-stroke: 2px #10347D;
                            line-height: 50px;
                            margin-bottom: 10px;
                        }
        
                        & .extra-discount {
                            max-width: 202px;
                            margin: 0 auto 19px auto; 
        
                            & .amount {
                                color: #10347D;
                                font-weight: 800;
                                line-height: 19px;
                                font-size: 14px;
        
                                & span {
                                    color: var(--lightblue);
                                }
                            }
        
                            & .conditions {
                                color: #10347D;
                                font-size: 14px;
                                font-weight: 500;
                                line-height: 19px;
                            }
                        }
        
                        & .notes p {
                            color: black;
                            font-size: 12px;
                            line-height: 19px;
                            font-weight: 500;
        
                            & strong {
                                font-weight: 800;
                            }
                        }
                    }
        
                    & .seminar-phone-registration {
                        background: url('/wp-content/uploads/2024/05/phonecall.webp');
                        text-align: center;
                        background-size: cover;
                        background-position: center bottom;
                        padding: 48px 22px 142px 22px;
        
                        & .cta {
                            color: var(--lightblue);
                            font-size: 22px;
                            font-family: fbsolutions;
                            font-weight: 500;
                            line-height: 28px;
                            margin: 0 auto 8px auto;
                            display: block;
                            max-width: 245px;
                        }
        
                        & .cta-phone {
                            color: #10347D;
                            font-size: 42px;
                            font-family: fbsolutions;
                            font-weight: 800;
                            line-height: 1.4;
                            margin-bottom: 0px;
                            display: block;
                        }
                    }
        
                    & .seminar-certification-section {
                        background: #E6ECF2;
                        text-align: center;
                        padding: 40px 41px 19px 41px;
        
                        & .certification-title {
                            color: #2A2A85;
                            font-size: 22px;
                            font-family: fbsolutions;
                            font-weight: 500;
                            line-height: 27px;
                            display: block;
                            max-width: 245px;
                            margin: 0 auto 32px auto;
                        }
        
                        & img {
                            max-width: 151px;
                            width: 100%;
                        }
                    }
                }
            }

            & .has-top-image {
                & #seminar-container {
                    margin-top: -160px;
                }
            }

            & .related-seminars {
                margin-bottom: 79px;
                width: 100%;

                & .related-title {
                    text-align: center;
                    color: #001C50;
                    font-weight: 800;
                    font-family: fbsolutions;
                    font-size: clamp(24px, 4vw, 46px);
                    margin-bottom: 72px;
                    margin-top: 94px;
                    line-height: 1.35;
                }

                & .related-container {
                    display: flex;
                    flex-direction: row;
                    gap: 30px;
                    flex-wrap: wrap;
                    justify-content: center;

                    & .related-seminar {
                        background: white;
                        border-radius: 10px;
                        box-shadow: 10px 10px 30px #0000001A;
                        padding: 63px 14px 40px 14px;
                        width: calc((100% - 60px) / 3);
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        align-content: center;
                        justify-content: space-between;

                        & .seminar-icon {
                            height: 47px;  
                            width: 100%;
                            background-size: contain;
                            background-position: center top;
                            background-repeat: no-repeat;
                            margin-bottom: 42px;
                        }

                        & .seminar-title {
                            color: #001c50;
                            font-weight: 800;
                            font-family: fbsolutions;
                            font-size: clamp(18px, 2vw, 23px);
                            line-height: 1.35;
                            text-align: center;
                            display: -webkit-box;
                            -webkit-line-clamp: 4;
                            -webkit-box-orient: vertical;  
                            overflow: hidden;
                            min-height: 5.4em;
                            margin-bottom: 14px;
                        }
                    }
                }
            }
        }
    }
    
}



footer {
    & .footer-top-area {
        & img {
            filter: brightness(0) invert(1) !important;
        }

        &:before {
            background-color: transparent !important;
        }
    }

    & .widgettitle{
        &:before {
            background-color: var(--lightblue) !important;
        }
    }

    & .menu {
        & li {
            & a {
                padding: 0px !important;

                &:before { display: none !important; }
            }
        }
    }

    & .footer-social {
        display: flex;
        gap: 47px;

        & li {
            & a {
                width: fit-content !important;
                background: transparent !important;
                color: white !important;

                & i {

                }
            }
        }
    }
}


.link-with-arrow {
    & a {
        font-size: 14px;
        font-weight: 800;
        text-transform: none;
        line-height: 1.4;
        color: #10347D;
        background-color: transparent;
        padding: 0 30px 0 0;
        background-image:  url('/wp-content/uploads/2024/05/arrow-circle.png');
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: right center;

        & svg {
            display: none;
        }
    }
}

.image-style3 {
    & .image-box {
        &:before {
            background: url('/wp-content/uploads/2024/05/blue-dots.png');
            width: 189px;
            height: 191px;
            top: -35px;
            right: -61px;
            display: block;
            content: "";
            position: absolute;
            z-index: -1;
        }
        
        &:after {
            background: url('/wp-content/uploads/2024/05/lightblue-lines.png');
            width: 249px;
            height: 249px;
            bottom: -85px;
            left: -85px;
            display: block;
            content: "";
            position: absolute;
            z-index: -1;
        }
    }
    & .about-shape{
        & li {
            display: none;
        }
    }
    
}

.contact-info-default.info-style2 {
    & .contact-info {
        border: none !important;
        padding: 40px 0px 23px 0px;
        
        & .contact-icon {
            border: none !important;

            & span{
                & i {
                    font-size: 18px;
                }

                &:after {
                    width: 66px;
                    height: 66px;
                    bottom: -24px;
                    left: -25px;
                    border-radius: 100%;
                    text-align: center;
                }
            }
        } 

        & .contact-title {
            margin-bottom: 12px;
        }

        & .list-content {
            margin-bottom: 6px;
        }
    }
}



.single-post {
    & #primary {
        background: url('/wp-content/uploads/2024/05/blog-top.jpg');
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        padding-top: 87px;
        padding-bottom: 60px;

        & .sidebar-widget-area {
            & .widget {
                & .widget_search * {
                    border-color: #E6ECF2 !important;
                }

                & .widgettitle {
                    font-family: 'fbsolutions';
                    font-size: 18px;
                    color: #001c50;
                    font-weight: 800;

                    &::before {
                        display: block;
                        content: "";
                        background: var(--lightblue);
                        height: 5px;
                        width: 37px;
                        border-radius: 3px;
                        margin-top: 10px;
                    }

                    &::after {
                        display: none;
                    }
                }

                & .cat-item {
                    color: black !important;
                    font-family: 'fbsolutions' !important;
                    font-size: 14px !important;
                    font-weight: 500 !important;
                    line-height: 22px !important;

                    & a {
                        color: black !important;
                        font-family: 'fbsolutions' !important;
                        font-size: 14px !important;
                        font-weight: 500 !important;
                        line-height: 22px !important;
                    }
                }

                & .search-form {
                    & input[type="text"] {
                        color: black !important;
                        font-weight: 500;
                        font-size: 16px !important;
                        line-height: 22px !important;
                        font-family: 'fbsolutions';

                        &::placeholder {
                            color: black !important;
                            font-weight: 500;
                            font-size: 16px !important;
                            line-height: 22px !important;
                            font-family: 'fbsolutions';
                        }
                    }
                }
            }
        }

        & h1.single-post-title {
            font-family: 'fbsolutions';
            color: #001c50;
            font-size: clamp(20px, 2vw, 30px);
            font-weight: 800;
            line-height: 1.3;
            margin-bottom: 30px;
        }

        & .entry-meta {
            & ul {
                & li, li a {
                    color: black;
                    font-family: 'fbsolutions';
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 1.4;
                }
            }
        }

        & .rt-single-content {
            & p {
                color: black;
                font-family: 'fbsolutions';
                font-size: 16px;
                font-weight: 500;
                line-height: 1.4;
                margin-bottom: 25px;
            }

            & ul {
                margin-left: 0px;

                & li {
                    color: black;
                    font-family: 'fbsolutions';
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.4;
                    margin-bottom: 13px;

                    &::marker {
                        color: var(--lightblue);
                    }
                }
            }
            & h2, h3, h4, h5, h6 {
                font-weight: 800;
                font-family: fbsolutions;
                line-height: 1.4;
                color: #001c50;
                padding-top: 10px;
                padding-bottom: 15px;
            }
            & h2 { font-size: clamp(22px, 2vw, 26px); }
            & h3 { font-size: clamp(20px, 2vw, 23px); }
            & h4 { font-size: 20px; }
            & h5 { font-size: 18px; }
            & h6 { font-size: 16px; }
        }

        & .entry-footer-meta {
            border: none !important;
            padding: 0;

            & .item-tags {
                & span {
                    color: #001c50;
                    font-weight: 800;
                    font-family: 'fbsolutions';
                    font-size: 18px;
                    line-height: 1.4;
                }

                & a {
                    font-size: 16px;
                    line-height: 22px;
                    color: #000;
                    background-color: #ffffff;
                }
            }
        }
    }
}


.category {
    & #primary {
        background: url('/wp-content/uploads/2024/05/blog-top.jpg');
        background-attachment: fixed;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        padding-top: 87px;
        padding-bottom: 60px;

        & .supertitle {
            color: var(--lightblue);
            font-size: 20px;
            font-weight: 800;
            line-height: 1.35;
            margin-bottom: 22px;
        }

        & .category-title {
            color: #001c50;
            font-size: clamp(22px, 2vw, 30px);
            font-weight: 800;
            line-height: 1.35;
            margin-bottom: 70px;
        }

        & .sidebar-widget-area {
            & .widget {
                & .widget_search * {
                    border-color: #E6ECF2 !important;
                }

                & .widgettitle {
                    font-family: 'fbsolutions';
                    font-size: 18px;
                    color: #001c50;
                    font-weight: 800;

                    &::before {
                        display: block;
                        content: "";
                        background: var(--lightblue);
                        height: 5px;
                        width: 37px;
                        border-radius: 3px;
                        margin-top: 10px;
                    }

                    &::after {
                        display: none;
                    }
                }

                & .cat-item {
                    color: black !important;
                    font-family: 'fbsolutions' !important;
                    font-size: 14px !important;
                    font-weight: 500 !important;
                    line-height: 22px !important;

                    & a {
                        color: black !important;
                        font-family: 'fbsolutions' !important;
                        font-size: 14px !important;
                        font-weight: 500 !important;
                        line-height: 22px !important;
                    }

                    &.current-cat > a {
                        font-weight: 800 !important;
                    }

                    & .children {
                        padding-left: 0px;
                    }
                }

                & .search-form {
                    & input[type="text"] {
                        color: black !important;
                        font-weight: 500;
                        font-size: 16px !important;
                        line-height: 22px !important;
                        font-family: 'fbsolutions';

                        &::placeholder {
                            color: black !important;
                            font-weight: 500;
                            font-size: 16px !important;
                            line-height: 22px !important;
                            font-family: 'fbsolutions';
                        }
                    }
                }
            }
        }

        & #main {
            & .row {
                display: flex;
                gap: 25px;
                flex-direction: row;
                flex-wrap: wrap;
                &.archive-posts-grid{
                    display: grid;
                    grid-template-columns: repeat(auto-fill, minmax(clamp(320px,15vw,400px),1fr));
                    gap: 25px;
                    & .post{
                        width: 100%;
                    }
                }
                & .post {
                    padding: 0px;
                    border-radius: 10px;
                    box-shadow: 10px 10px 30px #0000001A;
                    background: white;
                    /* width: calc(50% - 25px); */

                    & .blog-box {
                        padding: 30px;
                        margin: 0px;

                        & .blog-img {
                            & img {
                                max-height: 220px;
                                object-fit: cover;
                            }
                        }

                        & .entry-content {
                            position: relative;
                            border: none;
                            width: 100%;
                            padding: 25px 0px 0px 0px;
                            transform: none;

                            & .blog-cat {
                                & i {
                                    display: none;
                                }

                                & a {
                                    color: black !important;
                                    font-weight: 500;
                                    font-size: 14px !important;
                                    line-height: 19px;
                                }
                            }

                            & .entry-title {
                                & a {
                                    color: #001C50;
                                    font-weight: 800;
                                    font-size: clamp(20px, 2vw, 24px);
                                    line-height: 1.25 !important;
                                    margin-bottom: 25px !important;
                                    display: block;
                                }
                            }
                        }
                    }
                }
            }

        }
        & h1.single-post-title {
            font-family: 'fbsolutions';
            color: #001c50;
            font-size: clamp(20px, 2vw, 30px);
            font-weight: 800;
            line-height: 1.3;
            margin-bottom: 30px;
        }

        & .entry-meta {
            & ul {
                & li, li a {
                    color: black;
                    font-family: 'fbsolutions';
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 1.4;
                }
            }
        }

        & .rt-single-content {
            & p {
                color: black;
                font-family: 'fbsolutions';
                font-size: 16px;
                font-weight: 500;
                line-height: 1.4;
                margin-bottom: 25px;
            }

            & ul {
                margin-left: 0px;

                & li {
                    color: black;
                    font-family: 'fbsolutions';
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.4;
                    margin-bottom: 13px;

                    &::marker {
                        color: var(--lightblue);
                    }
                }
            }
            & h2, h3, h4, h5, h6 {
                font-weight: 800;
                font-family: fbsolutions;
                line-height: 1.4;
                color: #001c50;
                padding-top: 10px;
                padding-bottom: 15px;
            }
            & h2 { font-size: clamp(22px, 2vw, 26px); }
            & h3 { font-size: clamp(20px, 2vw, 23px); }
            & h4 { font-size: 20px; }
            & h5 { font-size: 18px; }
            & h6 { font-size: 16px; }
        }

        & .entry-footer-meta {
            border: none !important;
            padding: 0;

            & .item-tags {
                & span {
                    color: #001c50;
                    font-weight: 800;
                    font-family: 'fbsolutions';
                    font-size: 18px;
                    line-height: 1.4;
                }

                & a {
                    font-size: 16px;
                    line-height: 22px;
                    color: #000;
                    background-color: #ffffff;
                }
            }
        }
    }
}

.category-132 {
    & .container {
        max-width: 1408px !important;
    }
    & #primary {
        & > .container > .row {
            margin-left: 0px;
            margin-right: 0px;
        }
        & #main {
            & .row {
                display: flex;
                gap: 25px;
                flex-direction: row;
                flex-wrap: wrap;

                & .post {
                    padding: 0px;
                    border-radius: 10px;
                    box-shadow: 10px 10px 30px #0000001A;
                    background: white;
                    width: calc(50% - 25px);

                    & .blog-box {
                        padding: 0px;
                        margin: 0px;

                        & .blog-img {
                            & img {
                                max-height: 220px;
                                object-fit: cover;
                            }
                        }

                        & .entry-content {
                            position: relative;
                            border: none;
                            width: 100%;
                            padding: 25px 0px 0px 0px;
                            transform: none;

                            & .blog-cat {
                                & i {
                                    display: none;
                                }

                                & a {
                                    color: black !important;
                                    font-weight: 500;
                                    font-size: 14px !important;
                                    line-height: 19px;
                                }
                            }

                            & .entry-title {
                                & a {
                                    color: #001C50;
                                    font-weight: 800;
                                    font-size: clamp(20px, 2vw, 24px);
                                    line-height: 1.25 !important;
                                    margin-bottom: 25px !important;
                                    display: block;
                                }
                            }

                            & .short-description {
                                padding-left: 12px;
                                color: #A8ABB1;
                                font-family: 'fbsolutions';
                                font-weight: 500;
                                font-size: 16px;
                                line-height: 22px;
                            }
                        }
                    }
                }
            }

            &.media-category {
                & .row {
                    display: flex;
                    gap: 40px;
                    flex-direction: row;
                    flex-wrap: wrap;
                    &.category-posts-grid{
                        display: grid;
                        grid-template-columns: repeat(auto-fill, minmax(clamp(330px,15vw,434px),1fr));
                        gap: clamp(25px,2vw,40px);
                        & .category-webtv{
                            width: 100%;
                        }
                    }
                    & .post {
                        padding: 0px;
                        border-radius: 0px;
                        box-shadow: none;
                        background: transparent !important;
                        /* width: calc((100% - 80px) / 3); */
    
                        & .blog-box {
                            padding: 0px;
                            margin: 0px;
    
                            & .blog-img {
                                & img {
                                    border-radius: 18px;
                                    max-height: 252px;
                                    object-fit: cover;
                                }
                            }
    
                            & .entry-content {
                                position: relative;
                                border: none;
                                width: 100%;
                                padding: 28px 0px 0px 0px;
                                transform: none;
    
                                & .blog-cat {
                                    & i {
                                        display: none;
                                    }
    
                                    & a {
                                        color: black !important;
                                        font-weight: 500;
                                        font-size: 14px !important;
                                        line-height: 19px;
                                    }
                                }
    
                                & .entry-title {
                                    & a {
                                        color: #000000;
                                        font-weight: 800;
                                        font-size: clamp(20px, 2vw, 26px);
                                        line-height: 1.35 !important;
                                        margin-bottom: 17px !important;
                                        display: block;
                                        padding-left: 12px;
                                        position: relative;

                                        &:before {
                                            content: "";
                                            display: block;
                                            width: 2px;
                                            height: 32px;
                                            background-color: var(--lightblue);
                                            position: absolute;
                                            top: 0px;
                                            left: 0px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        & h1.single-post-title {
            font-family: 'fbsolutions';
            color: #001c50;
            font-size: clamp(20px, 2vw, 30px);
            font-weight: 800;
            line-height: 1.3;
            margin-bottom: 30px;
        }

        & .entry-meta {
            & ul {
                & li, li a {
                    color: black;
                    font-family: 'fbsolutions';
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 1.4;
                }
            }
        }

        & .rt-single-content {
            & p {
                color: black;
                font-family: 'fbsolutions';
                font-size: 16px;
                font-weight: 500;
                line-height: 1.4;
                margin-bottom: 25px;
            }

            & ul {
                margin-left: 0px;

                & li {
                    color: black;
                    font-family: 'fbsolutions';
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.4;
                    margin-bottom: 13px;

                    &::marker {
                        color: var(--lightblue);
                    }
                }
            }
            & h2, h3, h4, h5, h6 {
                font-weight: 800;
                font-family: fbsolutions;
                line-height: 1.4;
                color: #001c50;
                padding-top: 10px;
                padding-bottom: 15px;
            }
            & h2 { font-size: clamp(22px, 2vw, 26px); }
            & h3 { font-size: clamp(20px, 2vw, 23px); }
            & h4 { font-size: 20px; }
            & h5 { font-size: 18px; }
            & h6 { font-size: 16px; }
        }

        & .entry-footer-meta {
            border: none !important;
            padding: 0;

            & .item-tags {
                & span {
                    color: #001c50;
                    font-weight: 800;
                    font-family: 'fbsolutions';
                    font-size: 18px;
                    line-height: 1.4;
                }

                & a {
                    font-size: 16px;
                    line-height: 22px;
                    color: #000;
                    background-color: #ffffff;
                }
            }
        }
    }
}


.testimonial-content {
    & p {
        font-family: fbsolutions !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 22px !important;
        color: black !important;
    }

    & .testimonial-figure {
        align-items: center;
    
        & .testimonial-thumb {
            border: 1px solid #E8E8E8;
            border-radius: 100px;
    
            & img {
                width: 72px;
                height: 72px;
                object-fit: cover;
            }
        }
    
        & .person-info {
            display: flex;
            flex-direction: column;
            gap: 6px;
        
            & .testimonial-title {
                color: #001C50 !important;
                font-size: 20px !important;
                font-family: fbsolutions !important;
                font-weight: bold !important;
                line-height: 27px !important;
            }
            
            & .testimonial-designation {
                color: black !important;
                font-size: 16px !important;
                font-family: fbsolutions !important;
                font-weight: 500 !important;
                line-height: 22px !important;
            }
        }
    }
}

.tax-seminar-category {
    & #category-seminars {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;

        & .seminario {
            background: white;
            text-align: center;
            /* width: calc(50% - 6px); */
            padding: 40px 20px;
            box-shadow: 10px 10px 30px #0000001A;
            border-radius: 10px;
            min-height: 100%;
            display: flex;
            transition: all 0.3s;
            flex-direction: column;
            justify-content: space-between;

            & .seminario-icon {
                height: 65px;
                width: 100%;
                text-align: center;
                margin-bottom: 42px;
                position: relative;
                display: flex;
                justify-content: center;

                & .icon {
                    height: 100%;
                    transition: all 0.3s;
                    position: absolute;
                    opacity: 1;
                }

                & .icon-hover {
                    transition: all 0.3s;
                    position: absolute;
                    opacity: 0;
                    height: 100%;
                }
            }

            & .seminario-title {
                display: flex;
                flex-direction: column;
                gap: 12px;
                margin-bottom: 32px;

                & h2 {
                    color: #001C50;
                    font-family: 'fbsolutions';
                    font-size: clamp(18px, 2vw, 23px);
                    font-weight: 800;
                    line-height: 1.3;
                    margin-bottom: 0;
                    transition: all 0.3s;
                }
            }
            & .seminario-description {
                font-weight: 500 !important;
                font-size: 14px;
                line-height: 20px;
                max-width: 269px;
                margin: 0 auto;
                color: black;
                transition: all 0.3s;
            }

            &:hover {
                background-image: url('/wp-content/uploads/2024/05/seminar-hover.jpg');
                background-size: cover;
                background-position: center top;

                & .seminario-title {
                        
                    & h2 {
                        color: #ffffff;
                    }
                }
                & .seminario-description {
                    color: #ffffff;
                }

                & .link-with-arrow {
                    & a {
                        color: #ffffff;
                    }
                }

                & .seminario-icon {
                
                    & .icon {
                        opacity: 0;
                    }
    
                    & .icon-hover {
                        opacity: 1;
                    }
                }
            }
        }
    }

    & #type-simvouleutikes {
        & #category-seminars {
            & .seminario {
                width: calc(50% - 6px);
            }
        }

        & .elementor-widget-sidebar {
            width: 368px;

            & .widget_nav_menu {
                & li {
                    width: 100%;
                    border-radius: 10px;                    
                    height: 100px;
                    display: flex;
                    
                    box-shadow: 6px 6px 20px #0000001A;
                    margin-bottom: 8px;

                    & a {
                        padding: 0 24px;
                        height: 100%;
                        display: flex;
                        align-items: center;
                    }

                    &.menu-item-object-seminario {
                        background: linear-gradient(90deg, #0052BE 0%, #2BC4F3 100%);
                        transition: all 0.3s;
                        
                        & a {
                            color: white;
                            font-size: 16px;
                            font-weight: bold;
                            font-family: fbsolutions;
                            line-height: 22px;
                            width: 100%;

                        }

                        &:hover {
                            background: linear-gradient(90deg, #2BC4F3 0%, #0052BE 100%);
                        }

                        &:focus {
                            background: linear-gradient(90deg, #2BC4F3 0%, #0052BE 100%);
                        }
                    }

                    &.menu-item-object-seminar-category {
                        background: #10347D;
                        transition: all 0.3s;

                        & a {
                            color: white;
                            font-size: 16px;
                            font-weight: 500;
                            font-family: fbsolutions;
                            line-height: 22px;
                            width: 100%;
                            padding-right: 60px;

                            & .cat-icon {
                                display: block;
                                content: "";
                                width: 33px;
                                background-size: contain !important;
                                aspect-ratio: 1;
                                background-repeat: no-repeat !important;
                                margin-right: 20px;
                                position: relative;

                                & img {
                                    position: absolute;
                                    top:0;
                                    left: 0;
                                }

                                & .icon-cat {
                                    opacity: 0;
                                }
                            }

                            &:after {
                                content: "";
                                display: block;
                                width: 12px;
                                height: 20px;
                                position: absolute;
                                background: url('/wp-content/uploads/2024/06/big-blue-arrow.png');
                                background-size: cover;
                                background-repeat: no-repeat;
                                background-position: center top;
                                right: 24px;
                            }
                        }

                        &:hover {
                            background: white;

                            & a {
                                color: black;

                                & .cat-icon {
                                    & .icon-cat {
                                        opacity: 1;
                                    }    
                                    & .icon-cat-hover {
                                        opacity: 0;
                                    }
                                }
                            }
                        }

                        &.current-menu-item {
                            background: white;

                            & a {
                                color: black;

                                & .cat-icon {
                                    & .icon-cat {
                                        opacity: 1;
                                    }    
                                    & .icon-cat-hover {
                                        opacity: 0;
                                    }
                                }
                            }
                        }

                        &:focus {
                            background: white;

                            & a {
                                color: black;

                                & .cat-icon {
                                    & .icon-cat {
                                        opacity: 1;
                                    }    
                                    & .icon-cat-hover {
                                        opacity: 0;
                                    }
                                }
                                
                            }
                        }
                    }

                    &.special-cat {
                        background: linear-gradient(90deg, #0052BE 0%, #2BC4F3 100%);
                        transition: all 0.3s;
                        
                        & a {
                            color: white;
                            font-size: 16px;
                            font-weight: 500;
                            font-family: fbsolutions;
                            line-height: 22px;
                            width: 100%;

                            & .cat-icon {
                                & .icon-cat {
                                    opacity: 0 !important;
                                }    
                                & .icon-cat-hover {
                                    opacity: 1 !important;
                                }
                            }

                            &:after {
                                filter: brightness(0) invert(1);
                            }

                        }

                        &:hover {
                            background: linear-gradient(90deg, #2BC4F3 0%, #0052BE 100%);

                            & a {
                                color: white;
                            }
                        }

                        &:focus {
                            background: linear-gradient(90deg, #2BC4F3 0%, #0052BE 100%);

                            & a {
                                color: white;
                            }
                        }

                        &.current-menu-item {
                            background: linear-gradient(90deg, #2BC4F3 0%, #0052BE 100%) !important;

                            & a {
                                color: white !important;
                                font-weight: 500;
                                /* font-size: 18px !important; */
                                line-height: 24px !important;

                                & .cat-icon {
                                    & .icon-cat {
                                        opacity: 0 !important;
                                    }    
                                    & .icon-cat-hover {
                                        opacity: 1 !important;
                                    }
                                }
                            }
                        }
                    }

                    /* &.prosfores {
                        & a {
                            &:before {
                                background: url('/wp-content/uploads/2024/06/prosfores-icon.png');
                            }
                        }
                    } */
                }
            }
        }
    }

    & #type-ekpaideutikes {
        & #category-seminars {
            & .seminario {
                width: calc((100% - 24px) / 3);
            }
        }

        & .elementor-widget-sidebar {
            width: 368px;

            & .widget_nav_menu {
                & li {
                    width: 100%;
                    border-radius: 10px;                    
                    height: 63px;
                    display: flex;
                    
                    box-shadow: 6px 6px 20px #0000001A;
                    margin-bottom: 8px;

                    & a {
                        padding: 0 20px;
                        height: 100%;
                        display: flex;
                        align-items: center;
                    }

                    &.menu-item-object-seminario {
                        background: linear-gradient(90deg, #0052BE 0%, #2BC4F3 100%);
                        transition: all 0.3s;
                        
                        & a {
                            color: white;
                            font-size: 16px;
                            font-weight: bold;
                            font-family: fbsolutions;
                            line-height: 22px;
                            width: 100%;

                        }

                        &:hover {
                            background: linear-gradient(90deg, #2BC4F3 0%, #0052BE 100%);
                        }

                        &:focus {
                            background: linear-gradient(90deg, #2BC4F3 0%, #0052BE 100%);
                        }
                    }

                    &.menu-item-object-seminar-category {
                        background: #10347D;
                        transition: all 0.3s;

                        & a {
                            color: white;
                            font-size: 16px;
                            font-weight: 500;
                            font-family: fbsolutions;
                            line-height: 22px;
                            width: 100%;
                            padding-right: 60px;

                            & .cat-icon {
                                display: block;
                                content: "";
                                width: 33px;
                                background-size: contain !important;
                                aspect-ratio: 1;
                                background-repeat: no-repeat !important;
                                margin-right: 20px;
                                position: relative;

                                & img {
                                    position: absolute;
                                    top:0;
                                    left: 0;
                                }

                                & .icon-cat {
                                    opacity: 0;
                                }
                            }

                            &:after {
                                content: "";
                                display: block;
                                width: 6px;
                                height: 10px;
                                position: absolute;
                                background: url('/wp-content/uploads/2024/06/big-blue-arrow.png');
                                background-size: cover;
                                background-repeat: no-repeat;
                                background-position: center top;
                                right: 24px;
                            }
                        }

                        &:hover {
                            background: white;

                            & a {
                                color: black;

                                & .cat-icon {
                                    & .icon-cat {
                                        opacity: 1;
                                    }    
                                    & .icon-cat-hover {
                                        opacity: 0;
                                    }
                                }
                            }
                        }

                        &:focus {
                            background: white;

                            & a {
                                color: black;

                                & .cat-icon {
                                    & .icon-cat {
                                        opacity: 1;
                                    }    
                                    & .icon-cat-hover {
                                        opacity: 0;
                                    }
                                }
                            }
                        }

                        &.current-menu-item {
                            background: white !important;

                            & a {
                                color: #001c50 !important;
                                font-weight: 500;
                                /* font-size: 18px !important; */
                                line-height: 24px !important;

                                & .cat-icon {
                                    & .icon-cat {
                                        opacity: 1 !important;
                                    }    
                                    & .icon-cat-hover {
                                        opacity: 0 !important;
                                    }
                                }
                            }
                        }
                    }

                    &.special-cat {
                        background: linear-gradient(90deg, #0052BE 0%, #2BC4F3 100%);
                        transition: all 0.3s;
                        
                        & a {
                            color: white;
                            font-size: 16px;
                            font-weight: 500;
                            font-family: fbsolutions;
                            line-height: 22px;
                            width: 100%;

                            & .cat-icon {
                                & .icon-cat {
                                    opacity: 0 !important;
                                }    
                                & .icon-cat-hover {
                                    opacity: 1 !important;
                                }
                            }

                            &:after {
                                filter: brightness(0) invert(1);
                            }

                        }

                        &:hover {
                            background: linear-gradient(90deg, #2BC4F3 0%, #0052BE 100%);

                            & a {
                                color: white;
                            }
                        }

                        &:focus {
                            background: linear-gradient(90deg, #2BC4F3 0%, #0052BE 100%);

                            & a {
                                color: white;
                            }
                        }

                        &.current-menu-item {
                            background: linear-gradient(90deg, #2BC4F3 0%, #0052BE 100%) !important;

                            & a {
                                color: white !important;
                                font-weight: 500;
                                /* font-size: 18px !important; */
                                line-height: 24px !important;

                                & .cat-icon {
                                    & .icon-cat {
                                        opacity: 0 !important;
                                    }    
                                    & .icon-cat-hover {
                                        opacity: 1 !important;
                                    }
                                }
                            }
                        }
                    }

                    /* &.prosfores {
                        & a {
                            &:before {
                                background: url('/wp-content/uploads/2024/06/prosfores-icon.png');
                            }
                        }
                    }

                    &.prosexi {
                        & a {
                            &:before {
                                background: url('/wp-content/uploads/2024/06/prosexi-icon.png');
                            }
                        }
                    }

                    &.dorean {
                        & a {
                            &:before {
                                background: url('/wp-content/uploads/2024/06/free-icon.png');
                            }
                        }
                    } */
                }
            }
        }
    }

    & #seminar-cat-sidebar {
        max-width: 368px;
        width: 100%;

        & .widget {
            margin-bottom: 0px;

            &.widget_media_image {
                padding-top: 15px;
            }
        }


    }

    & #menu-item-other-cat {
        height: 76px;
        padding: 16px 20px 16px 20px;
        display: flex;
        background-image: url('/wp-content/uploads/2024/06/other-cat-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        border-radius: 10px;
        align-items: center;

        & .other-cat-title {
            padding: 0px !important;
            color: white;
            line-height: 21px;
        }

        & .link-with-arrow {
            & a {
                color: white;
            }
        }

        & .other-cat-icon {
            margin-right: 20px;
        }
    }
}


.no-seminars {
    padding: 28px 14px;
    text-align: center;
    font-weight: 500;
}

a.btn-all-seminars {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'fbsolutions';
    line-height: 21px;
    padding: 18px;
    border-radius: 37px;
    border: 2px solid #F2F5FB;
    width: 305px !important;
    transition: all 0.3s;
    display: block !important;
    text-align: center;

    &:hover, :focus {
        background-color: #10347D;
        border-color: #10347D;
    }
}

.btn-lb2db {
    background-color: var(--lightblue);
    font-size: 16px;
    font-weight: 800;
    color: #ffffff !important;
    font-family: 'fbsolutions';
    line-height: 21px;
    padding: 18px 62px;
    border-radius: 37px;
    /* border: 2px solid #F2F5FB; */
    /* width: 305px !important; */
    transition: all 0.3s;
    display: block !important;
    text-align: center;

    &:hover, :focus {
        background-color: #10347D;
        /* border-color: #10347D; */
    }
}


#contact-form {
    & .wpforms-container {
        margin: 0px;
    }

    & .wpforms-field {
        padding: 3px 0 !important;

        & input, textarea, select {
            border-radius: 5px !important;
            border-color: #DCDCDC;
        }

        & input, select {
            height: 52px;
        }

        & textarea {
            height: 189px;
        }

        & input::placeholder, textarea::placeholder, select *, select::placeholder, * {
            color: black !important;
            font-size: 14px !important;
            font-family: 'fbsolutions';
            font-weight: 500 !important;
            line-height: 19px !important;
            opacity: 1 !important;
        }
    }



    & .wpforms-submit-container {
        margin: 0px;

        & .wpforms-submit {
            color: white;
            background: var(--lightblue);
            border-radius: 37px;
            padding: 10px 20px;
            max-width: 173px;
            width: 100%;
            font-size: 16px;
            font-weight: 800;
            line-height: 22px;
            margin-top: 20px;
        }
    }
    
}


#clients-carousel {
    width: calc(100% - 100px);
    margin: 0 auto;

    & .slick-track {
        /* display: flex;
        gap: 52px; */
        /* margin: 0 -27px; */

        & .client-item {
            /* max-width: 149px !important; */
            /* height: 149px !important; */
            /* aspect-ratio: 1; */
            margin: 0 27px;
    
            & img {
                /* width: 100%; */
                /* height: 100%; */
            }
        }
    }

    & .slick-button {
        &:before {
            display: none;
        }

        &.slick-prev {
            transform: rotate(180deg);
            /* padding-left: 23px; */
        }

        &.slick-next {
            /* padding-left: 23px; */
        }
    }
    
    
}

#media-featured {
    display: flex;
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

    & .media-single {
        width: calc((100% - 80px) / 3);

        & .media-thumbnail-image {
            height: 252px;
            margin-bottom: 29px;

            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 18px;
            }
        }

        & .media-data {
            position: relative;
            padding-left: 13px;

            &:before {
                position: absolute;
                display: block;
                content: "";
                width: 2px;
                height: 33px;
                background-color: var(--lightblue);
                left: 0px;
                top: 0px;
            }

            & h3 {
                color: black;
                font-family: 'fbsolutions';
                font-weight: 800;
                font-size: clamp(20px, 2vw, 26px);
                line-height: 1.35;
                margin-bottom: 17px;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;  
                overflow: hidden;                
            }

            & .media-short-desc {
                color: #A8ABB1;
                font-family: 'fbsolutions';
                font-weight: 500;
                font-size: 16px;
                line-height: 1.35;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;  
                overflow: hidden;
                margin-bottom: 30px;
            }
        }
    }
}

#latest-posts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;

    & .latest-single {
        background: white;
        border-radius: 10px;
        padding: 30px;
        width: calc((100% - 48px) / 3);
        box-shadow: 10px 10px 30px #0000001A;
        display: flex;
        flex-direction: column;
        gap: 25px;

        & .latest-thumbnail-image {
            width: 100%;
            height: 217px; 

            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 5px;
            }
        }

        & .latest-data {
            & .terms {
                font-size: 14px;
                line-height: 19px;
                min-height: 19px;
                color: black;
                font-weight: 500;
                margin-bottom: 16px;
            }

            & h3 {
                color: #001C50;
                font-size: clamp(20px, 2vw, 24px);
                font-weight: 800;
                line-height: 1.35;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;  
                overflow: hidden;
                margin-bottom: 25px;
            }
        }
    }
}

#newsletter {
    & form {
        & input {
            width: 100%;
        }

        & .wpcf7-email {
            border-radius: 26px;
            padding: 16px 23px;
            color: black;
            font-size: 14px;
            line-height: 19px;
            border: 1px solid #DCDCDC !important;
            box-shadow: none !important;
            margin-bottom: 18px;
        }

        & .wpcf7-submit {
            padding: 10px 20px !important;
            border-radius: 26px;
            font-size: 16px !important;
            font-weight: 800;
            line-height: 22px;
        }

        & .wpcf7-response-output {
            color: white;
        }
    }
}

header {
    & .header-top-bar {
        & .header-phone {
            padding-right: 58px;
            margin-right: 58px;
        }
        & .topbar-right {
            & .topbar-social {
                & a {
                    margin-right: 30px;
                }
            }
        }
    }
    & .menu {
        display: flex;
        gap: 20px;

        & .sub-menu {
            & li {
                & a:hover {
                    color: var(--lightblue) !important;
                }
            }
        }
    }
    & .search-btn {
        &:before {
            display: none !important;
        }
        & .fa-search:before {
            content: "" !important;
            width: 19px !important;
            height: 19px !important;
            background-image: url('/wp-content/uploads/2024/06/search-icon.png');
            background-size: cover;
            display: block;
        }
    }
    
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a:hover, .site-header .main-navigation ul li ul li a:hover:before, .site-header .main-navigation ul li ul li a::before {
    color: #001C50 !important;
}

.home {
    
    & .image-box {
        &:before {
            background-image: url('/wp-content/uploads/2024/06/dots-many.png');
            display: block;
            content: "";
            width: 191px;
            height: 183px;
            background-size: cover;
            filter: brightness(0) invert(10%) sepia(27%) saturate(6060%) hue-rotate(208deg) brightness(93%) contrast(107%);
            position: absolute;
            z-index: -1;
            top: -50px;
            left: -60px;
        }

        & .image-shape {
            display: none !important;
        }
    }

    & #signature {
        & .author-info {
            & img {
                max-width: 69px;
            }
        }
    }

    & .btn-about-us {
        width: fit-content;
    }
}

.wpcf7 {
    & #files {
        margin-top: -30px;
        font-size: 12px;
        font-weight: 500;
        /* margin-bottom: 15px; */
    }

    & .wpcf7-submit {
        font-family: Manrope;
        font-weight: 800;
        font-size: 16px;
        line-height: 22px;
        padding: 10px 20px !important;
        width: 173px;
        border-radius: 37px;
        margin-top: 50px;
    }

    & .wpcf7-form-control-wrap {
        margin-bottom: 11px;
        display: block;

        & .wpcf7-text, .wpcf7-textarea, .wpcf7-select {
            font-size: 14px;
            width: 100%;
            line-height: 19px;
            color: #757575 !important;
            font-family: 'Manrope';
            font-weight: 500;
            padding: 16px;
            border-radius: 5px;
            border: 1px solid #dcdcdc;
            
        }

        & + br {
            display: none;
        }
    }

    & .wpcf7-not-valid-tip {
        font-size: 0.8em;
    }

    & .wpcf7-list-item {
        margin: 0;
        

        & input[type="checkbox"] {
            /* Add if not using autoprefixer */
            -webkit-appearance: none;
            appearance: none;
            /* For iOS < 15 to remove gradient background */
            background-color: #fff;
            /* Not removed via appearance */
            margin: 0;
            font: inherit;
            color: currentColor;
            width: 20px;
            height: 20px;
            border: 0px;
            border-radius: 0.15em;
            transform: translateY(-0.075em);
            display: grid;
            place-content: center;

            &::before {
                content: "";
                width: 0.65em;
                height: 0.65em;
                transform: scale(0);
                transition: 120ms transform ease-in-out;
                box-shadow: inset 1em 1em var(--form-control-color);
                background-color: #1099FA;
            }

            &:checked::before {
                transform: scale(1);
            }
        }

        & .wpcf7-list-item-label {
            font-size: 13px;
        }

        & label {
            display: flex;
            align-items: center;
            gap: 12px;
        }
    }
}


.tooltip-icon {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;

    & p {
        margin-bottom: 0px;
    
        & svg {
            width: 21px;
            height: 21px;
            margin-right: 14px;
    
            & path {
                fill: #989EAC;
            }
        }
    
        & .tooltip-label {
            color: #989eac;
            line-height: 21px;
            font-size: 13px;
            font-family: 'Manrope';
            font-weight: 500;
        }

        &:hover + .tooltip-content {
            left: -330px;
            display: block;
        }
    }

    & .tooltip-content {
        display: none;
        transition: all 0.3s;
        position: absolute;
        /* top: -168%; */
        font-size: 13px;
        line-height: 20px;
        width: 310px;
        font-weight: 500;
        background: #F2F5FB;
        padding: 17px 21px;
        left: 0px;
        border: 1px solid #b4b9c4;
        border-radius: 10px;
        box-shadow: 9px 9px 27px #00000029;
        /* transform: translateX(0px); */
        
    }

    &:hover {
        & .tooltip-content {
            
            /* transform: translateX(-330px); */
        }
    }
    
}

.focus-jfilestyle {
    & label {
        border-radius: 20px !important;
        border: 2px solid #D9D9D9 !important;
        background: transparent linear-gradient(180deg, #E4E4E4 0%, #C7C7C7 100%) 0% 0% no-repeat padding-box !important;
        padding: 5px !important;
        min-width: 227px !important;

        & > span {
            display: flex;
            gap: 12px;
            flex-direction: row;
            align-content: center;
            align-items: center;

            & .file-icon {
                width: 30px !important;
                height: 30px !important;
                background-image: url('/wp-content/uploads/2024/07/file-upload.png') !important;
                /* border-radius: 100px !important; */
                background-repeat: no-repeat !important;
                background-position: center center !important;
                background-size: cover !important;
            }

            & .file-label {
                font-family: Manrope !important;
                font-size: 14px !important;
                line-height: 19px !important;
                font-weight: 500 !important;
                color: #4A4F58 !important;
            }
        }

        & .count-jfilestyle { display: none !important; }
    }
}

a.joinus {
    background-color: #1099fa;
    overflow: hidden;
    position: fixed;
    height: 50px;
    width: 50px;
    line-height: 20px;
    border-radius: 50%;
    bottom: -100px;
    right: 20px;
    padding: 9px 0;
    text-align: center;
    z-index: 9999;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    justify-content: center;

    & svg {
        & path {
            fill: white;
        }
    }

    &:hover {
        background-color: white;
        & svg {
            & path {
                fill: #1099fa;
            }
        }
    }

    &.back-top {
        bottom: 90px;
    }
}


#form-container {
    position: relative;
    z-index: 1;

    &:after {
        content: "";
        display: block;
        background: url('/wp-content/uploads/2024/06/dots-many.png');
        width: 190px;
        height: 186px;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right: -73px;
        bottom: -83px;
        z-index: 0;
    }
}

.home-testimonials{
    overflow: hidden;
}



@media screen and (max-width: 1000px){
    #form-container:after{ display: none !important; }
}

@media screen and (max-width: 1300px){
    .tax-seminar-category {
        & #type-ekpaideutikes {
            & #category-seminars {
                & .seminario {
                    width: calc((100% - 12px) / 2);
                }
            }
        }
    }
}

@media screen and (max-width: 1000px){
    .tax-seminar-category {
        & #type-ekpaideutikes {
            & #category-seminars {
                & .seminario {
                    width: 100%;
                }
            }
        }
    }
}

@media screen and (max-width: 991px){
    .single-seminario {
        & #content {
            & #primary {
                & .related-seminars {
                    & .related-container {
                        & .related-seminar {
                            width: calc((100% - 30px) / 2);
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 600px){
    .single-seminario {
        & #content {
            & #primary {
                & .related-seminars {
                    & .related-container {
                        & .related-seminar {
                            width: 100%;
                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 1000px){
    #programmatismena {
        & .seminar-inner {
            flex-direction: column !important;
            gap: 25px !important;
            padding-bottom: 30px !important;
            align-items: flex-start !important;

            & .scheduled-cta {
                margin: 0 auto !important;
            }
        }
    }
}

@media screen and (max-width: 767px){
    #programmatismena {
        & .seminar-inner {

            & .scheduled-data {
                flex-direction: column !important;
                width: 100% !important;
                gap: 10px !important;
                
                & .scheduled-details {
                    & .scheduled-title {
                        & h3 {
                            text-align: center !important;
                        }
                    }
                }

                & .scheduled-speakers {
                    flex-direction: column !important;
                }
            }
        }
    }
}

@media screen and (max-width: 1200px){
    #clients .client {
        padding: 25px !important;
    }
}

@media screen and (max-width: 1000px){
    #clients .client {
        width: calc(25% - 14px);
        flex-basis: calc((100% - 60px) / 4);
    }
    .seminario-template-default .container, .seminario-template-default .container-md, .seminario-template-default .container-sm {
        max-width: 980px;
    }
    .single-seminario {
        & #content {
            & #primary {
                & #seminar-container {
                  flex-direction: column;
                }
            }
        }
    }

    .single-seminario {
        & #content {
            & #primary {
                & #seminar-container {
                    & .seminar-body {
                        & .seminar-subtitle-section {
                            & .scheduled-data {
                                flex-direction: column;
                                gap: 10px;
                            }
                        }
                    }
                }
            }
        }
    }

    .single-seminario {
        & #content {
            & #primary {
                & #seminar-container {
                    & .seminar-sidebar {
                        min-width: min(100%, 327px);
                        max-width: 100%;
                    }
                }
            }
        }
    }

    .seminar-interest-form > * {
        max-width: 460px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px){
    #clients .client {
        width: calc(33.3% - 14px);
        flex-basis: calc((100% - 60px) / 3);
    }

    #media-featured{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(clamp(320px, 15vw, 450px),1fr));
        & .media-single{
           width: 100%; 
        }
    }
}

@media screen and (max-width: 600px){
    #clients .client {
        width: calc(50% - 14px);
        flex-basis: calc((100% - 60px) / 2);
        padding: 10px !important;
    }

    .forma-epikoinonias{
        .wpforms-field-container{
            display: grid;
            grid-template-columns: 1fr;
            gap: 15px;
            & > div{
                margin: 0 !important;
                width: 100%;
            }
        }
    }

    #latest-posts{
        max-width: 400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(clamp(330px, 15vw, 366px),1fr));
        gap: 20px;
        & .latest-single{
           width: 100%; 
        }
    }

    #newsletter{
        & form {
            & .wpcf7-submit{
                margin-top: 0px;
            }
        }
    }

    .tax-seminar-category {
        & #type-simvouleutikes{
            & #category-seminars{
                display: grid;
                grid-template-columns: 1fr;
                gap: 12px;
                max-width: 400px;
                margin: 0 auto;
                & .seminario{
                    width: 100%;
                }
            }
        }
    }

    .tax-seminar-category {
        & #type-ekpaideutikes {
            & .elementor-widget-sidebar {
                & .widget_nav_menu {
                    & li {
                        & a {
                            font-size: 11px;
                        }
                    }
                }
            }
        }
    }
    .tax-seminar-category {
        & #type-simvouleutikes {
            & .elementor-widget-sidebar {
                & .widget_nav_menu {
                    & li {
                        & a {
                          font-size: 11px;
                        }
                    }
                }
            }
        }
    }
}

.synergates {
    & figure {
        & img {
            display: none !important;
        }
    }
}

.header-extra-button-container{
    flex-basis: 90px;
    & a{
        padding: 5px 15px;
        border: 1px solid var(--darkblue);
        border-radius: 5px;
        color: var(--darkblue);
        font-weight: 500;
        transition: 0.3s ease-in-out;
        white-space: nowrap;
        &:hover{
            background-color: var(--darkblue);
            color: white;
        }
    }
}

.header-style-4 .menu-full-wrap .header-right{
    flex-basis: 100%;
/*     justify-content: space-between; */
	align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

.addtoany_share_save_container{
    & h4{
        padding: 0 !important;
    }
}

@media screen and (max-width: 1200px){
	.header-style-4 .info-wrap {
		padding-left: 0px;
		margin-left: 0px;
	}
	
	header {
		& .menu {
			gap: 5px;
		}
	}
}


.news-left-section{
    padding-right: 40px;
}

#testimonial-carousel{
    padding-inline: 15px;
& .swiper-wrapper {
  display: block !important;
  transform: none !important;
}
 
& .swiper-slide {
  width: 100% !important;
}
}

.tax-seminar-category.term-130 {
    & .seminario {
        max-width: calc((100% - 24px) / 3);
    }
}

@media screen and (max-width: 1000px){
    .tax-seminar-category.term-130 {
        & .seminario {
            max-width: calc((100% - 12px) / 2);
        }
    }
}

@media screen and (max-width: 767px){
    .tax-seminar-category.term-130 {
        & .seminario {
            max-width: 100%;
        }
    }
}