/*!
Theme Name: takt
Theme URI: http://underscores.me/
Author: Happy Advertising
Author URI: https://www.happyadv.ro
Description: Takt Recruitment
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: takt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

takt is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
:root {
    --blue: #31c2ff;
    --blue-hover: #1d8ab8;
    --gray: #373737;
    --gray-light: #444444;
    --text-gray: #e4e4e4;
    --transition-1: 0.4s cubic-bezier(0, 0.275, 0.125, 1);
    --menu-font: Barlow, Roboto, Helvetica, sans-serif;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    transition: var(--transition-1);
}
a:hover {
    color: var(--blue) !important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: var(--blue);
}

a:visited {
    /* color: var(--blue); */
}

a:hover,
a:focus,
a:active {
    color: var(--blue-hover);
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: var(--gray) !important;
    border-width: 0 !important;
    border-color: var(--text-gray) !important;
    border-bottom-width: 1px !important;
    border-style: solid !important;
    border-radius: 0 !important;
    padding: 13px 0px 6px 10px !important;
    background-color: transparent !important;
    font-size: 18px !important;
    box-shadow: none !important;
}

.evf-field {
    position: relative;
}
.evf-field-text:after,
.evf-field-email:after,
.evf-field-textarea:after,
.evf-field-url:after,
.evf-field-password:after,
.evf-field-search:after,
.evf-field-tel:after,
.evf-field-range:after,
.evf-field-date:after,
.evf-field-month:after,
.evf-field-week:after,
.evf-field-time:after,
.evf-field-number:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0%;
    height: 1px;
    background-color: var(--blue);
    transition: var(--transition-1);
}
.evf-field-text:hover:after,
.evf-field-email:hover:after,
.evf-field-textarea:hover:after,
.evf-field-url:hover:after,
.evf-field-password:hover:after,
.evf-field-search:hover:after,
.evf-field-tel:hover:after,
.evf-field-range:hover:after,
.evf-field-date:hover:after,
.evf-field-month:hover:after,
.evf-field-week:hover:after,
.evf-field-time:hover:after,
.evf-field-number:hover:after {
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
    resize: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul li {
    position: relative;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}
.hero-image .hero-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    color: #fff !important;
    font-weight: 700;
}
.hero-image {
    padding: 200px 0 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.post {
    margin: 0;
    background: #f5f5f5;
}

/*.page {
    margin: 0;
    background: #f5f5f5;
}*/

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-summary {
    margin: 150px 0 0;
}
.page-content {
    margin: 150px auto 0;
}
.contact .page-content,
.home .page-content {
    margin-top: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.wp-block-cb-carousel .wp-block-image > img {
    padding: 10px;
}
.latest {
    padding-bottom: 50px;
}
article.post,
article.post,
.latest .article {
    background: #fff;
    transition: var(--transition-1);
    box-shadow: 0 0 20px 0px #00000005, 0px 6px 20px #dddddd85;
}
article.post:hover,
article.post:hover,
.latest .article:hover {
    box-shadow: 8px 8px 0px 0px #373f5114, 0px 6px 20px #ddd;
    transform: translate(-4px, -4px);
}
article.post .content,
article.post .content,
.latest .article .content {
    padding: 1.6rem;
}
article.post .post-thumbnail,
article.post .post-thumbnail,
.latest .article .image {
    position: relative;
    display: block;
}
.blog .post-thumbnail img {
    height: 250px;
    object-fit: cover;
}
.blog article {
    min-height: 596px;
}

.entry-title {
    min-height: 90px;
}
article.post .post-thumbnail:after,
article.post .post-thumbnail:after,
.latest .article .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    mix-blend-mode: soft-light;
    transition: var(--transition-1);
    opacity: 0;
}
article.post:hover .post-thumbnail:after,
article.post:hover .post-thumbnail:after,
.latest .article:hover .image:after {
    opacity: 1;
}
.latest a {
    text-decoration: none !important;
    font-weight: 500;
    color: var(--blue);
}
.latest h4 {
    min-height: 90px;
}
article.post p,
article.post p,
.article .latest p {
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    text-align: justify;
    min-height: 145px;
}
.single article.post {
    background: transparent;
    box-shadow: none;
}
.single article.post:hover {
    box-shadow: none;
    transform: none;
}
.single article.post:hover .post-thumbnail:after,
.single article.post:hover .post-thumbnail:after,
.latest .article:hover .image:after {
    display: none;
}
.single article.post .post-thumbnail {
    /*margin-left: -100px;
    margin-right: -100px;*/
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 45px;
}
.single article.post img {
    transition: var(--transition-1);
    box-shadow: 0 0 20px 0px #00000005, 0px 6px 20px #dddddd85;
}
.single article.post img:hover {
    box-shadow: 8px 8px 0px 0px #373f5114, 0px 6px 20px #ddd;
    transform: translate(-4px, -4px);
}
.latest img {
    height: 250px;
    object-fit: cover;
}
.latest p {
    margin-bottom: 5px;
}
.latest h4 {
    font-size: 22px;
    line-height: 1.4em;
}

.content-personal {
    margin-top: 50px;
}
.post-title {
    font-size: 2.4rem;
}
.post-navigation > div {
    position: relative;
}
.post-navigation > div a {
    color: #fff !important;
    z-index: 10;
    margin-left: -12px;
    margin-right: -12px;
    height: 100%;
    position: relative;
    padding: 15px 0;
}
.post-navigation > div span {
    font-size: 14px;
    color: #fff;
}
.post-navigation > div h4 {
    font-size: 20px;
    color: #fff !important;
}
.post-navigation > div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.post-navigation > div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: var(--transition-1);
    z-index: 1;
}
.post-navigation > div:hover:before {
    background: rgba(0, 0, 0, 0.75);
}
/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*HAPPY*/
.bg-dark {
    color: var(--text-gray);
    background-color: var(--gray);
}

.wp-block-group__inner-container,
.wp-block-columns {
    max-width: 1170px !important;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
:where(.wp-block-columns) {
    margin-bottom: 0;
}

body {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 18px !important;
    line-height: 28.8px !important;
    font-weight: 400 !important;
    color: #595959 !important;
    text-align: justify !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Barlow Semi Condensed, sans-serif !important;
    color: #373737 !important;
    /* font-weight: 700 !important; */
    font-variant-ligatures: common-ligatures !important;
    margin-top: 0 !important;
}
h2 {
    font-size: 2.5em !important;
    line-height: 1.3em !important;
    font-weight: 700;
    /*margin-bottom: 35px;*/
}
b,
strong {
    font-weight: 700 !important;
}
h3 {
    font-size: 36px !important;
    line-height: 54px !important;
}
.ms-10 {
    margin-left: 8rem !important;
}

/*DESPRE*/
.about_intro {
    font-size: 28px;
    line-height: 42px;
    font-weight: 500;
    padding-right: 10px;
}

.about_intro strong {
    color: #29a9de;
}

.about_right {
    border-left: 1px solid #dedede;
    padding-left: 30px;
}
.values .wp-block-columns {
    margin-bottom: 0;
}
.values {
    padding: 15px 0;
}
.values ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.values ul li strong {
    color: #29a9de;
    font-weight: 500 !important;
}
.values h2 {
    line-height: 1em !important;
    color: transparent !important;
    text-align: left;
    transition: var(--transition-1) !important;
    -webkit-text-stroke: 1px #29a9de !important;
}
.values .wp-block-columns:hover h2 {
    color: #29a9de !important;
}
.values .wp-block-columns:hover .about_right {
    border-left: 1px solid #29a9de;
}
.team_title {
    padding-top: 30px;
}
.team_title h2 {
    margin-bottom: 35px;
}
.member_team {
    margin-bottom: 10px;
}
.member_team img {
    width: 265px;
    height: 265px;
}
.member_team h4 {
    display: inline-block;
    padding: 10px 35px 10px 35px;
    margin-left: 0px;
    background: #e4f4fb;
    color: #29a9de !important;
    font-weight: 600;
    transition: var(--transition-1);
    font-size: 18px;
    line-height: 28.8px;
    font-weight: 600;
}
/*DESPRE END*/

/*INDUSTRII*/
.industry_header {
    padding: 30px 0;
}
.industry_header hr {
    width: 150px;
    height: 3px;
    background: #29a9de;
    opacity: 1;
    border: none;
    margin: 25px auto;
}
.industry_header p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}
.acreditari {
    padding: 40px 0;
}
.acreditari h2 {
    margin-bottom: 15px;
}
.acreditari ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.acreditari ul li::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 30px;
    width: 19px;
    height: 19px;
    background: url("/wp-content/uploads/2023/10/premium-badge.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: grayscale(1);
    transition: var(--transition-1);
    background-size: 19px 19px;
    display: block;
}
.acreditari ul li:hover::after {
    filter: grayscale(0);
}

.acreditari ul li:first-child {
    min-height: 95px;
}
.acreditari ul li strong {
    color: #29a9de;
    font-weight: 500 !important;
}
.acreditari ul li a {
    color: #29a9de;
}

.logo_industry a {
    display: flex;
    background: #fff;
    height: 70px;
    align-items: center;
}
.logo_industry a img:last-child {
    padding: 20px;
}
.logo_industry .wp-image-94 {
    margin: 0 auto;
    width: 100%;
    max-width: 110px;
}
.logo_industry .wp-image-97 {
    padding: 0 !important;
}
.acreditari ul li:hover {
    background: #fff;
}
.acreditari ul li {
    /*padding: 20px 20px 20px 70px;*/
    padding: 5px 5px 5px 60px;
    position: relative;
}

/*INDUSTRII END*/

/*SUBPAGINI INDUSTRII*/
.our_services {
    padding: 20px 0;
}
.our_services ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
.our_services ul li {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.4em;
    padding: 20px 30px;
    padding-left: 35px;
    background: #fff;
    position: relative;
    transition: var(--transition-1);
    border: 1px #eee solid;
    border-radius: 0px;
    margin: 0 15px 20px !important;
    width: 180px !important;
}
.our_services ul li:hover {
    color: #29a9de;
}
.left_bar {
    border-left: 1px solid #e4e4e4;
}

.padding-section {
    padding: 40px 0;
}

.acreditari_servicii ul li {
    min-height: 95px;
}
.type_services h3 strong {
    font-weight: 400 !important;
}
.type_services .left_bar {
    padding-left: 35px;
}
.type_services ul {
    margin: 0;
    padding-left: 15px;
}
.type_services table thead tr th {
    background-color: #31c2ff;
    color: #fff;
    border: 1px solid #595959;
}
.special-category h2 {
    margin-bottom: 35px;
}
.special-category ul li {
    display: inline-flex;
    padding: 8px 19px 7px;
    font-size: 1.15rem;
    letter-spacing: 0.4px;
    margin: 0 6px 12px !important;
    background-color: #deedf3;
    font-weight: 500;
    color: #29a9de;
}
.special-category h4 {
    display: inline-flex;
    padding: 8px 19px 7px;
    font-size: 1.15rem;
    letter-spacing: 0.4px;
    margin: 0 6px 12px !important;
    background-color: #deedf3;
    font-weight: 500;
    color: #29a9de !important;
}
.special-category ul {
    display: flex;
    flex-flow: wrap;
    margin: 0px -6px;
    padding: 0px;
    justify-content: center;
}
.special-category .wp-block-separator {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
    background: #eee;
    opacity: 1;
    border: none;
    height: 2px;
}

.service ul {
    list-style-type: none;
    padding: 0px;
}
.box_service_it {
    background: #fff;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px !important;
}
.box_service_it ul {
    margin-left: 0px;
}
.box_service_it ul li {
    padding: 5px 0px;
}
.service h2 {
    margin-bottom: 35px;
}
.service .it_list {
}

.it-list li {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.4em;
    padding: 20px 30px;
    padding-left: 30px;
    padding-left: 35px;
    background: #fff;
    position: relative;
    margin: 0 15px 30px !important;
    transition: var(--transition-1);
    width: calc(25% - 30px);
    text-align: center;
}
.it-list {
    list-style-type: none;
    display: flex;
    flex-flow: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
}
.it-list li:hover {
    color: #29a9de;
}
.colaboratori ul li {
    border: 1px #eee solid;
    border-radius: 0px;
}

/*SUBPAGINI INDUSTRII END*/

/*SERVICII*/
.recrut_straini ul {
    margin: 0;
    padding: 0 0 0 40px;
    list-style: none;
}
.recrut_straini ul li strong {
    color: #29a9de;
    font-weight: 500 !important;
}
.recrut_straini ul li em {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    font-style: normal;
    font-size: 0.7em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: -40px;
    margin-right: 12px;
    font-weight: 600;
    color: #fff;
    background: #29a9de;
}
/*SERVICII END*/

.wp-block-button__link {
    display: inline-block;
    position: relative;
    overflow: hidden !important;
    font-size: 18px !important;
    letter-spacing: 1.5px;
    font-weight: 500;
    line-height: 45px !important;
    padding: 0 30px;
    color: white;
    background-color: #2ba8dd;
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition-1);
    font-family: "Barlow", sans-serif;
    border-radius: 0;
    text-transform: uppercase;
}
.wp-block-button__link:hover {
    color: white !important;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 0 34px;
    background: #24b9ed;
}
.wp-block-button__link:hover:after {
    content: " >";
}
.yotu-video-title {
    font-size: 13px !important;
    color: #fff !important;
}
.our_services_title .wp-block-columns {
    margin-bottom: 0;
}

.our_services .wp-block-column {
    background: #fff;
    padding: 30px !important;
    padding-top: 30px;
    padding-left: 30px;
    padding-top: 35px !important;
    padding-left: 35px !important;
    transition: var(--transition-1);
}

.our_services h2 {
    font-size: 36px !important;
    line-height: 40px !important;
    min-height: 80px;
}
.our_services p {
    margin-bottom: 25px;
}

.our_services .wp-block-column:hover {
    box-shadow: 8px 8px 0px 0px #373f5114, 0px 6px 20px #ddd;
    transform: translate(-4px, -4px);
}
.our_services_title {
    padding-top: 50px;
    padding-bottom: 30px;
}
.about_hp_section {
    margin-top: -32px;
    padding-bottom: 20px;
}
.about_hp_section .left_bar {
    padding-left: 25px !important;
}
.about_hp_section .wp-block-button__link {
    margin-bottom: 40px;
}
.about_hp_section strong {
    color: #373737;
}

.members_logo {
    z-index: 99;
    position: relative;
    top: -80px;
    background: #fff;
    border-bottom: 3px solid var(--blue) !important;
}
.members_logo .wp-block-column {
    text-align: center;
}
.members_logo .wp-block-column img {
    height: 90px;
    width: 90px;
    margin-bottom: -5px;
}
.members_logo {
    padding: 18px 10px;
    box-shadow: 0 10px 30px #2794df3d;
    border-bottom: 3px var(--color1) solid;
}
.members_logo .wp-block-image {
    margin: 0 !important;
}

.slider .wp-block-group__inner-container {
    max-width: 100% !important;
}

.no_visible {
    display: none;
}
.slider_hp h1 {
    color: #fff !important;
    font-size: 70px;
    font-weight: 700;
    text-align: left;
}

.slider_hp .wp-block-column img {
    width: 78px !important;
    height: 78px !important;
}
.slider_hp .wp-block-column {
    text-align: center;
}
.slider_hp {
    padding: 160px 0;
}
.steaguri {
    position: relative;
    left: -30px;
}
.steaguri2 {
    position: relative;
    left: -50px;
}
.steaguri3 {
    position: relative;
    left: -70px;
}
.steaguri figure,
.steaguri2 figure,
.steaguri3 figure {
    margin: 0 !important;
}

.sub-menu li a {
    text-align: left !important;
}

.tipuri-personal {
    gap: 0 !important;
    box-shadow: 0 9px 25px rgba(49, 194, 255, 0.25);
    padding: 0;
}
.tipuri-personal .tip-personal {
    text-align: center;
    /*padding: 1rem;*/
    cursor: pointer;
    position: relative;
    background: #fff;
}
.tipuri-personal .tip-personal.active {
    background-color: var(--blue);
    color: #fff;
}
.tipuri-personal .tip-personal.active:after {
    display: none;
}
.tipuri-personal .tip-personal:after {
    content: "";
    position: absolute;
    background-color: var(--blue);
    bottom: 0;
    left: 1.5rem;
    width: calc(100% - 3rem);
    height: 0px;
    transition: var(--transition-1);
}
.tipuri-personal .tip-personal i {
    font-size: 62px;
    transition: var(--transition-1);
}
.tipuri-personal .tip-personal:hover {
    color: var(--blue);
    background-color: rgba(49, 194, 255, 0.05);
}
.tipuri-personal .tip-personal.active:hover {
    background-color: var(--blue);
    color: #fff;
    cursor: default;
}
.tipuri-personal .tip-personal:hover:after {
    height: 3px;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
    font-family: var(--menu-font);
    transition: 0.3s ease-in-out;
    padding: 15px 0;
}
.home .site-header,
.contact .site-header {
    background-color: transparent;
}
.logged-in .site-header {
    top: 32px;
}
.site-header.sticky {
    background-color: #fff;
}
.site-header .main-navigation {
    text-transform: uppercase;
}
.site-header .main-navigation ul {
    width: 100%;
}
.site-header .main-navigation ul#menu-left {
    justify-content: flex-end;
}
.site-header .main-navigation ul#menu-right {
    justify-content: flex-start;
}
.site-header .main-navigation ul > li {
    flex: 0 0 auto;
    margin: 0 15px;
    display: flex;
}
.site-header .main-navigation ul li > * {
    color: var(--gray);
    font-weight: 500;
    font-size: 18px;
}
.site-header .main-navigation ul li i {
    margin-top: 5px;
    margin-left: 5px;
}
.contact .site-header .main-navigation ul li > *,
.home .site-header .main-navigation ul li > * {
    color: #fff;
}
.contact .site-header.sticky .main-navigation ul li > *,
.home .site-header.sticky .main-navigation ul li > * {
    color: var(--gray);
}
.site-header .menu-left-container,
.site-header .menu-right-container {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.site-header .site-branding {
    text-align: center;
}
.site-header .site-branding svg,
.site-header .site-branding img {
    height: 90px;
    width: auto;
    transition: 0.3s;
    max-width: 1000px !important;
}
.site-header.sticky .site-branding svg,
.site-header.sticky .site-branding img {
    height: 48px;
}
.site-header .main-navigation ul ul {
    width: 260px;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    animation: ease 0.3s;
}

.site-header .main-navigation #menu-item-148 ul {
    width: 140px !important;
}

.site-header .main-navigation ul ul li {
    margin: 0;
    display: block;
}
.site-header .main-navigation ul ul li a {
    color: var(--gray) !important;
    text-transform: none !important;
    padding: 10px 25px;
    line-height: 1;
}
.site-header .main-navigation ul ul li a:hover {
    color: var(--blue) !important;
    background: #2ba8dd1a !important;
}
.site-header svg {
    transition: var(--transition-1);
}
.home .site-header svg .gray,
.contact .site-header svg .gray {
    fill: #fff !important;
}
.site-header.sticky svg .gray {
    fill: #373636 !important;
}

/* GENERAL START */
.outline {
    -webkit-text-stroke: 1px #29a9de;
    color: transparent !important;
}
.contact-flag img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.contact-section {
    margin-top: 50px;
}
.contact-section h4 {
    font-size: 32px;
    font-weight: 400 !important;
}
.contact-section a {
    font-weight: 500;
    color: #000;
}
.contact-form {
    background: #fff;
    padding: 30px;
    border-top: 3px solid var(--blue);
}
.contact-form a {
    color: #000;
    text-decoration: underline;
}
.contact-form .evf-submit {
    border: none !important;
    background: #25c099 !important;
    display: block;
    width: 100%;
    border-radius: 0 !important;
    color: #fff !important;
    font-family: "Barlow", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1 !important;
    padding: 15px 0 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    transition: all 0.3s;
}

.page-id-2427 .page-content,
.page-id-2293 .page-content,
.page-id-2444 .page-content {
    margin: 120px 0 0;
}
.page-id-2427 .everest-forms input,
.page-id-2293 .everest-forms input,
.page-id-2444 .everest-forms input {
    border-color: #000 !important;
}
.page-id-2427 .everest-forms textarea,
.page-id-2293 .everest-forms textarea,
.page-id-2444 .everest-forms textarea {
    border-color: #000 !important;
}
.page-id-2427 .wp-block-button__link,
.page-id-2293 .wp-block-button__link,
.page-id-2444 .wp-block-button__link {
    background-color: #25c099;
    transition: all 0.3s;
}
.page-id-2427 .wp-block-button__link:hover,
.page-id-2293 .wp-block-button__link:hover,
.page-id-2444 .wp-block-button__link:hover {
    background-color: #2adcb0;
    transition: all 0.3s;
}
.hero-bg {
    background: url("/wp-content/uploads/2023/10/hero-bg.jpg");
}
.page-id-2427 .evf-submit,
.page-id-2293 .evf-submit,
.page-id-2444 .evf-submit {
    border: none !important;
    background: #25c099 !important;
    display: block;
    width: 100%;
    border-radius: 0 !important;
    color: #fff !important;
    font-family: "Barlow", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1 !important;
    padding: 15px 0 !important;
    max-width: 400px;
    font-weight: 500;
    float: right;
    /* margin-top: -40px; */
    position: relative;
    transition: all 0.3s !important;
}
.contact-form .evf-submit:hover {
    transition: all 0.3s;
    letter-spacing: 2px !important;
    background: #25c099 !important;
}
.page-id-2427 .evf-submit:hover,
.page-id-2293 .evf-submit:hover,
.page-id-2444 .evf-submit:hover {
    transition: all 0.3s;
    letter-spacing: 2px !important;
    background: #2adcb0 !important;
}
.evf-submit:hover:after,
.lp-contact-form .evf-submit:hover:after {
    content: " >";
}
.lp-steps p strong {
    background: var(--blue);
    color: #fff;
    font-size: 20px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    top: 2px;
    position: relative;
}
/* GENERAL END */

.wp-block-social-links a {
    color: #fff !important;
    opacity: 0.75 !important;
    transition: var(--transition-1);
}
.wp-block-social-links a:hover {
    opacity: 1 !important;
}
.site-footer {
    background-color: var(--gray);
}
.site-footer .everest-forms label {
    color: #fff;
}
.site-footer .everest-forms .evf-grid-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.site-footer .everest-forms .evf-submit-container,
.site-footer .everest-forms .privacy li {
    justify-content: flex-end;
    display: flex;
}
.site-footer .everest-forms .privacy li label {
    width: auto !important;
}
.site-footer .copyright p {
    margin-bottom: 0;
}
.site-footer .menu {
    list-style: none;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}
.site-footer .menu li {
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
}
.site-footer .menu li a {
    text-decoration: none;
    color: #fff;
}
.site-footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-footer hr {
    margin: 0;
    border-color: var(--gray-light);
}
.site-footer .copyright p,
.site-footer .copyright li {
    line-height: 2rem !important;
    color: #ffffff80;
}
h1.archive-title {
    margin-bottom: 0;
    line-height: 48px;
}
.category-filter .dropdown {
    margin-left: 5px;
}
.category-filter .dropdown .dropdown-toggle {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #ececec;
    padding: 15px 30px;
    outline: none !important;
    box-sizing: border-box;
}
.category-filter {
    line-height: 48px;
}
.category-filter .dropdown .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ececec;
    width: 100%;
    border-top: none;
    margin-top: -2px !important;
    line-height: 2;
}
.category-filter .dropdown .dropdown-toggle,
.category-filter .dropdown .dropdown-menu a {
    color: var(--blue);
}
.category-filter .dropdown .dropdown-menu a:hover {
    color: var(--blue-hover);
}
.menu-toggle svg {
    max-height: 30px;
    max-width: 30px;
}
.menu-toggle svg > * {
    fill: var(--blue);
}
.floating-icons {
    --modal-offset: 16px;
    --offset: 0px;
    --set-opacity: 0;
    position: fixed;
    bottom: calc(3.2em + 75px);
    left: 1.6em;
    background: red;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    cursor: pointer;
    transition: var(--transition-1);
    display: grid;
    place-content: center;
    z-index: 99;
    box-shadow: 0px 0px 0px 4px #ffffff10;
}

footer .everest-forms-submit-button {
    display: inline-block;
    position: relative;
    overflow: hidden !important;
    font-size: 18px !important;
    letter-spacing: 1.5px;
    font-weight: 500 !important;
    color: white !important;
    background-color: #25c099 !important;
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition-1);
    font-family: "Barlow", sans-serif;
    border-radius: 0 !important;
    text-transform: uppercase;
    border-color: #25c099 !important;
}

.general_industry hr,
.general_services hr {
    width: 150px;
    height: 3px;
    background: #29a9de;
    opacity: 1;
    border: none;
    margin: 25px auto;
}

.page-id-63,
.page-id-86,
.page-id-105 {
    background: #fff !important;
}

.home,
.page-id-129,
.page-id-2293,
.page-id-2427,
.page-id-2444 {
    background: #f5f5f5;
}

.page-id-2293 .page-content hr,
.page-id-2427 .page-content hr,
.page-id-2444 .page-content hr {
    width: 150px;
    height: 3px;
    background: #29a9de;
    opacity: 1;
    border: none;
    margin: 25px auto;
}

.services_for_customer .wp-block-column {
    background: #f5f5f5;
}

.services_for_customer .wp-block-column:hover {
    box-shadow: none !important;
    transform: none !important;
}

.page-id-2293 footer .evf-submit,
.page-id-2427 footer .evf-submit,
.page-id-2444 footer .evf-submit {
    padding: 10px 15px !important;
    background-color: #25c099 !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.5 !important;
}
.page-id-2293 footer .evf-submit:hover,
.page-id-2427 footer .evf-submit:hover,
.page-id-2444 footer .evf-submit:hover {
    background-color: #25c099 !important;
}
.page-id-60 h2,
.page-id-56 h2 {
    text-align: center;
}

footer h3 {
    font-family: Barlow Semi Condensed, "Helvetica", "Arial", sans-serif;
    color: #fff !important;
    font-weight: 700;
}

.footer-call-us {
    margin-bottom: 10px;
}

.footer-call-us a {
    text-decoration: none !important;
    color: #afafaf !important;
    transition: var(--transition-1);
    font-weight: 500;
}

.footer-call-us a img {
    background-color: #afafaf;
    border-radius: 100%;
    padding: 5px;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    filter: invert(79%) sepia(0%) saturate(1610%) hue-rotate(167deg)
        brightness(88%) contrast(93%);
}

.footer-call-us a:hover {
    color: #fff !important;
}

footer #block-9 {
    margin-bottom: 0 !important;
}

.slider_hp h1 {
    padding-right: 330px;
}

.content-personal h2 {
    font-size: 36px !important;
    line-height: 40px !important;
    margin-bottom: 15px !important;
}

.content-personal p {
    font-size: 18px !important;
    line-height: 28.8px !important;
    margin-bottom: 20px !important;
}

.recrut_straini li {
    margin-bottom: 20px;
}

.everest-forms .everest-forms-notice--success {
    background-color: #25c099 !important;
}

footer .everest-form input {
    color: #fff !important;
}

.pasi_recrut ul {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: none;
}
.pasi_recrut ul li {
    margin-bottom: 20px;
}

.pasi_recrut ul li em {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    font-style: normal;
    font-size: 0.7em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: -40px;
    margin-right: 12px;
    font-weight: 600;
    color: #fff;
    background: #29a9de;
}

article.post p {
    min-height: auto !important;
    margin-bottom: 15px !important;
}

.call_lp_btn {
    display: none;
}

.asociati p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
    min-height: 39px;
}

.page-id-2293 .padding-section {
    padding-bottom: 0 !important;
}

.page-id-2293 .acreditari {
    padding-top: 0 !important;
}

.page-id-2293 .special-category h2 {
    margin-bottom: 0;
}

.page-id-2427 .padding-section {
    padding-bottom: 0 !important;
}

.page-id-2427 .acreditari {
    padding-top: 0 !important;
}

.page-id-2427 .special-category h2 {
    margin-bottom: 0;
}

.page-id-2444 .padding-section {
    padding-bottom: 0 !important;
}

.page-id-2444 .acreditari {
    padding-top: 0 !important;
}

.page-id-2444 .special-category h2 {
    margin-bottom: 0;
}

.page-id-105 .acreditari {
    padding-top: 0;
}
.hp_tipuri {
    padding-bottom: 50px;
}

/*toggle home*/
.faq details {
    max-width: 100%;
    margin: 1rem auto;
    background-color: #fff;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}

.faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    padding: 1.5rem;
    font-size: 18px;
}

.faq summary::-webkit-details-marker,
.faq summary::marker {
    content: "";
    display: none;
}

.faq summary::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin-right: 1rem;
    cursor: pointer;
}

.faq .content {
    padding: 0 1.5rem 1.5rem;
}

.faq .content ul {
    margin-left: 0;
    list-style: none;
}

.faq details[open] summary::after {
    content: "−";
}

.faq details[open] .content {
    animation-name: fold-out;
    animation-duration: 0.2s;
}

// Fake it 'til you make it animations
@keyframes fold-out {
    0% {
        opacity: 0;
        margin-top: -1rem;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes fold-in {
    0% {
        padding-bottom: 1rem;
    }

    100% {
        padding-bottom: 0;
    }
}
/*toggle home end*/
.posts-navigation {
    margin: 25px 0 !important;
}

.page-id-129 .page-content {
	margin-top: 0;
}
.hidden_section {
	display: none !important;
}

.call-modal-trigger {
	background: #25c099 !important;
}


/* .floating-icons::before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    top: -100px;
    left: 20px;
    height: 150px;
    width: 150px;
} */
/*HAPPY END*/

@media screen and (max-width: 1081px) {
    .slider_hp h1 {
        padding-right: 240px;
    }
}

@media screen and (max-width: 991px) {
    .slider_hp h1 {
        padding-right: 150px;
    }
}

@media screen and (max-width: 900px) {
    .slider_hp h1 {
        padding-right: 0px;
    }
}

@media screen and (max-width: 480px) {
    .menu-toggle {
        float: right;
        background: none;
        border: none;
        color: #fff;
        width: 70px;
    }
    .wp-block-group {
        padding: 0 15px;
    }
    .slider_hp h1 {
        font-size: 30px;
    }
    .members_logo {
        display: block !important;
        box-shadow: none;
        top: 0;
        border-bottom: none !important;
    }
    .members_logo .wp-block-column {
        width: 50%;
        float: left;
    }
    .tipuri-personal {
        display: block !important;
    }
    .tipuri-personal .wp-block-column {
        width: 33%;
        float: left;
        padding: 0;
        margin: 15px 0;
    }
    .slick-arrow {
        display: none !important;
    }
    .slick-dots {
        /* bottom: -55px; */
    }
    .slick-dots li {
        margin: 0;
    }
    h2 {
        font-size: 36px !important;
        line-height: 42px !important;
    }
    .about_hp_section .left_bar {
        padding-left: 0 !important;
        border-left: 0;
    }
    .site-branding svg {
        max-height: 48px;
    }
    #site-navigation {
        position: absolute;
        right: 0;
        top: 79px;
        background: #fff;
        transition: var(--transition-1);
        transform: translateX(100%);
    }
    #site-navigation.toggled {
        transform: translateX(0%);
    }
    .home #site-navigation,
    .contact #site-navigation {
        background: var(--blue);
    }
    #site-navigation li {
        margin: 0;
        flex-wrap: wrap;
    }
    #site-navigation li a {
        text-align: right;
        display: block;
        width: 100%;
        position: relative;
        padding: 10px 30px;
        position: relative;
        font-size: 20px;
        font-weight: 600;
        color: var(--blue);
    }
    #site-navigation li.menu-item-has-children > a {
        /* max-width: calc(100% - 25px); */
    }
    #site-navigation li.menu-item-has-children > i {
        margin-left: -25px;
        line-height: 40px;
        /* REMOVE */
        display: none;
    }
    #site-navigation li a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: var(--blue);
        top: 50%;
        right: 0;
        transform: translateX(calc(100% - 30px)) translateY(-50%);
        display: none;
    }
    #site-navigation li.menu-item-has-children > a:after {
        transform: translateX(calc(100% - 10px)) translateY(-50%);
    }
    #site-navigation li.current-menu-item > a:after {
        display: block;
    }
    #site-navigation.toggled ul {
        display: block;
    }
    #site-navigation ul ul {
        position: relative;
        background: transparent;
        left: 0;
        box-shadow: none;
        float: none;
        margin-right: 0;
        width: 100%;
        padding-right: 30px;
        display: none !important;
    }
    #site-navigation ul ul li a {
        color: var(--blue) !important;
    }
    .site-header {
        border-bottom: 1px solid #cccccc50;
        transition: var(--transition-1);
    }
    .home #site-navigation li a,
    .contact #site-navigation li a {
        color: #fff !important;
    }
    .home #site-navigation li a:after,
    .contact #site-navigation li a:after {
        background-color: #fff;
    }
    .home .site-header.open.sticky #site-navigation li a:after,
    .contact .site-header.open.sticky #site-navigation li a:after {
        background-color: var(--blue);
    }
    .home .site-header.open .menu-toggle svg > *,
    .contact .site-header.open .menu-toggle svg > * {
        fill: #fff;
    }
    .home .site-header.open,
    .contact .site-header.open {
        background: var(--blue);
    }
    .home .site-header.open .site-branding svg .blue,
    .contact .site-header.open .site-branding svg .blue {
        fill: #fff;
    }
    .home .site-header.open.sticky .site-branding svg .blue,
    .contact .site-header.open.sticky .site-branding svg .blue {
        fill: var(--blue);
    }
    /* STICKY */
    .home .site-header.sticky #site-navigation li a,
    .contact .site-header.sticky #site-navigation li a {
        color: var(--blue) !important;
    }
    .home .site-header.sticky.open .menu-toggle svg > *,
    .contact .site-header.sticky.open .menu-toggle svg > * {
        fill: var(--blue);
    }
    .home .site-header.sticky.open,
    .contact .site-header.sticky.open {
        background: #fff !important;
    }
    .home .site-header.sticky #site-navigation.toggled,
    .contact .site-header.sticky #site-navigation.toggled {
        background: #fff;
    }
    .site-header .site-branding {
        text-align: left;
    }
    /* STICKY */
    .floating-icons::before {
        display: none !important;
    }
    .floating-icons img {
        max-width: 50px !important;
    }

    .our_services_title {
        padding: 50px 0;
    }
    .content-personal {
        text-align: center;
    }
    .slider_hp {
        padding: 90px 0;
    }
    .slider_hp p,
    .slider_hp h1 {
        text-align: center;
    }
    .home .article {
        margin-bottom: 30px;
    }
    .everest-forms label {
        font-size: 13px;
        margin-left: 30px !important;
    }
    #evf-2486-field_iSphkZTEv6-3 li input {
        position: absolute;
        left: 0;
    }
    .copyright .col {
        flex: 1 auto;
        text-align: center;
    }
    .page-content {
        margin: 80px auto 0;
    }
    .about_right {
        border: none;
        padding-left: 0;
    }
    .values h2 {
        margin-bottom: 0;
    }

    .values .wp-block-columns:hover .about_right {
        border-left: none;
    }

    .member_team {
        text-align: center;
    }
    .team_title h2 {
        padding-top: 50px;
    }
    .general_industry .wp-block-spacer,
    .general_services .wp-block-spacer {
        height: 30px !important;
    }
    .left_bar {
        border: none;
        padding-top: 0 !important;
        padding-left: 0 !important;
    }
    .services_for_customer {
        text-align: center;
    }
    .left_bar ul li {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .left_bar ul {
        padding: 0 !important;
    }
    .padding-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .acreditari {
        padding: 40px 0 !important;
    }
    .box_service_it::nth-child(2),
    .box_service_it::nth-child(4) {
        margin-bottom: 20px !important;
    }

    .it-list {
        display: block;
    }

    .it-list li {
        width: calc(100% - 30px);
    }

    .page-id-2293 .wp-container-content-7 {
        flex-basis: 30px;
    }
    .services_padding_sect .wp-block-spacer {
        height: 0 !important;
    }
    .services_padding_sect {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .services_spacer .wp-block-spacer {
        height: 0 !important;
    }

    .services_spacer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-id-2444 .wp-container-content-5,
    .page-id-2427 .wp-container-content-5 {
        flex-basis: 0px;
    }
    .hero-image {
        padding: 130px 0 90px !important;
    }
    .steaguri,
    .steaguri2,
    .steaguri3 {
        left: 0 !important;
    }
}

@media screen and (max-width: 450px) {
    .site-footer .menu {
        display: block;
    }
    .content-personal {
        width: 100%;
        padding: 0;
    }
    .content-personal h2 {
        font-size: 30px !important;
        line-height: 40px !important;
        margin-bottom: 15px !important;
    }
    .content-personal p {
        font-size: 18px !important;
        line-height: 30px !important;
        margin-bottom: 35px !important;
    }
    .tipuri-personal .wp-block-column {
        width: 33.3%;
    }
    .member_team {
        margin-bottom: 0px;
    }
}

/* FLOATING CONTACT BUTTON START */
.call-modal-trigger {
    --modal-offset: 16px;
    --offset: 0px;
    --set-opacity: 0;
    position: fixed;
    bottom: calc(3.2em + 80px);
    right: 1.6em;
    background: #27a8de;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    cursor: pointer;
    transition: var(--transition-1);
    display: grid;
    place-content: center;
    z-index: 99;
    box-shadow: 0px 0px 0px 4px #ffffff10;
}

.call-modal-trigger::after {
    content: "";
    position: absolute;
    top: calc(0px - var(--offset) / 2);
    left: calc(0px - var(--offset) / 2);
    width: calc(100% + var(--offset));
    height: calc(100% + var(--offset));
    opacity: var(--set-opacity);
    transition: var(--transition-1);
    background: var(--grad);
    border-radius: 50%;
    z-index: -1;
}

.call-modal-trigger::before {
    content: "";
    background: url(/wp-content/uploads/2023/10/takt_call-before-text-ro.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -90px;
    left: -110px;
    height: 140px;
    width: 140px;
}

html[lang="en-US"] .call-modal-trigger::before {
    background: url(/wp-content/uploads/2023/10/takt_call-before-text-eng.svg) !important;
}

html[lang="ro-RO"] .lang_en {
    display: none !important;
}



.call-modal-trigger:hover,
.call-modal-trigger:focus-visible {
    --offset: 10px;
    --set-opacity: 0.3;
    background-color: #102447;
    transition: var(--transition-1);
    box-shadow: 0px 0px 0px 10px #ffffff10;
}

.call-modal-trigger:active {
    transform: scale(0.9);
}

.call-modal-trigger__icon {
    width: 26px;
    height: 26px;
    background-image: url(/wp-content/uploads/2023/10/takt_icon-phone-1.svg);
    filter: invert(1);
    pointer-events: none;
}

/* Modal content after click */

.call-modal {
    --inner-spacing: 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999;
    visibility: hidden;
}

.call-modal__backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0;
    pointer-events: inherit;
    visibility: inherit;
    transition: var(--transition-1);
}

.call-modal__content {
    --offset: 10px;
    position: absolute;
    right: 100px;
    bottom: 80px;
    padding: var(--inner-spacing);
    border-radius: 0px;
    min-width: 340px;
    max-width: 100%;
    z-index: 101;
    transform: translateY(40px);
    opacity: 0;
    pointer-events: inherit;
    visibility: inherit;
    transition: var(--transition-1);
}

.call-modal.open {
    pointer-events: all;
    visibility: visible;
}
.call-modal.open .call-modal__backdrop {
    opacity: 0.3;
}
.call-modal.open .call-modal__content {
    opacity: 1;
    transform: translateY(0);
}

.call-modal__content__header {
    position: relative;
    padding-left: 73px;
    margin-bottom: 1.5rem;
    min-height: 56px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.call-modal__content__header img {
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
}

.call-modal__content__header h3 {
    margin-top: 0px;
    font-size: 1.125rem;
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 1px;
    color: #fff;
}

.call-modal__content__header p {
    margin-top: 0px;
    font-size: 0.75rem;
    line-height: 1.7em;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
    color: #fff;
}

.call-modal__content__buttons {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.call-modal__content__buttons a {
    line-height: 1.7em;
}

.call-modal__content__buttons p {
    margin-bottom: 0px;
}

.call-modal__content__buttons li {
    margin-bottom: 0px;
    display: block;
    margin-left: 0px !important;
}

.call-modal__content__buttons li:not(:last-of-type) {
    margin-bottom: 10px;
}

.call-modal__content__buttons li a {
    display: flex;
    width: 100%;
    flex-flow: column;
    padding: 15px 30px 15px 65px;
    border-radius: 0px;
    box-shadow: inset 0 0 0 1px #dedede;
    text-decoration: none !important;
    transition: var(--transition-1);
    color: #fff;
    font-size: 0.8rem;
    position: relative;
}

.call-modal__content__buttons li a strong {
    margin-top: 1px;
    color: #fff;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 0.875rem;
}

.call-modal__content__buttons li a:hover {
    box-shadow: inset 0 0 0 2px #27a8de;
}

.call-modal__content__buttons li a:active {
    background: rgba(4, 173, 226, 0.05);
    transition: none;
}

.call-modal__content__buttons li a::after {
    content: "";
    width: 27px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 19px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: var(--to-blue);
}

.call-modal__content__buttons li a.phone::after {
    background-image: url(/wp-content/uploads/2023/10/takt_icon-phone-1.svg);
    filter: invert(56%) sepia(32%) saturate(1487%) hue-rotate(159deg)
        brightness(97%) contrast(79%);
}

@media (max-width: 990px) {
    .call-modal__content {
        right: 0px !important;
    }
}

.call-modal__content__close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    color: #fff;
    transition: var(--transition-1);
}

.call-modal__content__close:before,
.call-modal__content__close:after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
}

.call-modal__content__close:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.call-modal__content__close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.call-modal__content__close:hover {
    background: #27a8de;
    transform: rotate(90deg);
    transition: var(--transition-1);
}

.call-modal__content__close:active {
    background: #373737;
    transition: none;
}
.call-modal__content:before {
    content: "";
    position: absolute;
    top: calc(0px - var(--offset) / 2);
    left: calc(0px - var(--offset) / 2);
    width: calc(100% + var(--offset));
    height: calc(100% + var(--offset));
    opacity: 0.3;
    transition: var(--transition-1);
    background: var(--grad);
    border-radius: 0px;
    z-index: -2;
}
.call-modal__content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #102447;
    border-radius: 10px;
    z-index: -1;
}
.call-modal.--active {
    pointer-events: all;
}
.call-modal.--active .call-modal__backdrop {
    opacity: 0.25;
    pointer-events: all;
    visibility: visible;
}
.call-modal.--active .call-modal__content {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.call-modal__content__details {
    max-width: 340px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 0.8em;
    margin-top: 20px;
    line-height: 1.4em;
}

.ripple {
    margin: auto;
    background-color: transparent;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    display: grid;
    animation: ripple 3s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%) translateX(-50%);
}

.ripple::before,
.ripple::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1s;
}

.ripple::after {
    animation-delay: 2s;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0.7rem #27a8de33;
    }
    100% {
        box-shadow: 0 0 0 8rem #27a8de00;
    }
}

@media (max-width: 990px) {
    .call-modal-trigger {
        width: 51px;
        height: 51px;
    }

    .call-modal-trigger::before {
        display: none;
    }

    .ripple {
        display: none;
    }
}
/* FLOATING CONTACT BUTTON END */

/*test carousel clienti*/

.clients {
  padding: 60px 20px;
  text-align: center;
}

.clients__carousel {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.clients__track {
  display: flex;
  align-items: center;
  gap: 80px;
}

.clients__item {
  flex: 0 0 auto;
}

.clients__item img {
  max-height: 90px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.clients__item img:hover {
  opacity: 1;
}

/* Animatie scroll */
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-200%); }
}

@keyframes scroll-right {
  0% { transform: translateX(-200%); }
  100% { transform: translateX(0); }
}

.clients__carousel--row1 .clients__track {
  animation: scroll-left 30s linear infinite;
}

.clients__carousel--row2 .clients__track {
  animation: scroll-right 30s linear infinite;
}

@media (max-width: 768px) {
  .clients__track { gap: 40px; }
  .clients__item img { max-height: 50px; }
}