:root {
    --body-color: #000000;
    --primary-color: #0e41c5;
    --primary-dark: #0e1b36;
    --primary-light: #5895e3;
    --primary-light-hover: #3076d3;
    --secondary-color: #555f71;
    --bullet-color: #5790e1;
    --border-color: #afafaf;
    --btn-dark-blue: #1142b3;
    --gray-light: #f7f7f7;
    --black: #000000;
    --white: #ffffff;
    --border-radius-sm: 0.3em;
    --border-radius-md: 0.5rem;
    --border-radius-lg: 1rem;
    --border-radius-xl: 2em;
    --border-radius-xxl: 3em;
    --transition-fast: all 0.25s linear;
    --transition-cubic: 0.4s cubic-bezier(0.23, 1, 0.32, 1);

    /* Gap */
    --container-padding: var(--col-gap);
    --row-gap: max(1.75em, 1.75vw);
    --col-gap: max(8rem, 8vw);
    --col-gap-50: calc(var(--col-gap) * 0.5);

    /* Dynamic height */

    --dynamic-height: calc(var(--vh, 1vh) * 100);
    --header-height: --header-height;
}

/* Font */
@font-face {
    font-family: "Albert Sans";
    src: url("/fonts/AlbertSans-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albert Sans";
    src: url("/fonts/AlbertSans-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albert Sans";
    src: url("/fonts/AlbertSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albert Sans";
    src: url("/fonts/AlbertSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albert Sans";
    src: url("/fonts/AlbertSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albert Sans";
    src: url("/fonts/AlbertSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albert Sans";
    src: url("/fonts/AlbertSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albert Sans";
    src: url("/fonts/AlbertSans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albert Sans";
    src: url("/fonts/AlbertSans-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html,
body {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.slick-slide[inert] {
    pointer-events: none;
}

.error-message {
    font-family: "Montserrat";
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--bs-form-invalid-color);
    font-style: normal;
    margin-top: 0.25rem;
}

.scroll-hint {
    width: 2rem;
    height: 3.2rem;
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 2em;
    position: relative;
    display: flex;
    justify-content: center;
}

#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

#header.fixed .opened .megamenu {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

#header .navbar,
#header .navbar-brand,
#header .nav-link {
    position: relative;
    z-index: 10002;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.hero-section .slick-next,
.hero-section .slick-prev {
    display: none !important;
}

.list-style-none {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1;
    font-weight: 200;
}

h1,
.h1 {
    /* font-size: clamp(36px, 5.5vw, 64px); */
    font-size: clamp(36px, 5.5vw, 70px);
}

h2,
.h2 {
    font-size: clamp(28px, 4vw, 46px);
}

h3,
.h3 {
    font-size: clamp(22px, 3.2vw, 34px);
}

h4,
.h4 {
    font-size: clamp(20px, 2.8vw, 28px);
}

h5,
.h5 {
    font-size: clamp(18px, 2.2vw, 22px);
}

a {
    text-decoration: none;
    color: var(--primary-color);
}

li::marker {
    color: var(--primary-color);
}

.dark-mode li::marker {
    color: var(--primary-light);
}

strong {
    font-weight: 700;
}

.text-huge {
    font-size: clamp(18px, 2.5vw, 32px);
    line-height: 1.1;
}

.title.black > * {
    color: var(--black);
}

.title.white > * {
    color: var(--white);
}

.title > * {
    color: var(--h-color);
}

.title.xl > * {
    font-size: min(max(24px, calc(1.5rem + ((1vw - 2.8px) * 2.439))), 64px);
}

.title.lg > * {
    font-size: min(max(24px, calc(1.5rem + ((1vw - 2.8px) * 1.4634))), 48px);
}

.title.md > * {
    font-size: min(max(18px, calc(1.125rem + ((1vw - 2.8px) * 0.3659))), 24px);
}

.title.sm > * {
    font-size: min(max(18px, calc(1.125rem + ((1vw - 2.8px) * 0.122))), 20px);
}

.text.black > * {
    color: var(--black);
}

.text.white > * {
    color: var(--white);
}

.text.gray > *,
.title.gray > * {
    color: var(--gray);
}

.title.red,
.text.red > * {
    color: var(--red);
}

.title.primary,
.text.primary > * {
    color: var(--primary-color);
}

.title.yellow > *,
.text.yellow > * {
    color: var(--yellow);
}

.title.green > *,
.text.green > * {
    color: var(--green);
}

.text.xxl > * {
    font-size: min(max(20px, calc(1.25rem + ((1vw - 2.8px) * 0.4878))), 28px);
}

.text.xl > * {
    font-size: min(max(18px, calc(1.125rem + ((1vw - 2.8px) * 0.3659))), 24px);
}

.text.lg > * {
    font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.2439))), 20px);
}

.text.md > * {
    font-size: min(max(14px, calc(0.875rem + ((1vw - 2.8px) * 0.2439))), 18px);
}

.text.sm > * {
    font-size: min(max(12px, calc(0.75rem + ((1vw - 2.8px) * 0.2439))), 16px);
}

.text.xsm > * {
    font-size: min(max(12px, calc(0.75rem + ((1vw - 2.8px) * 0.122))), 14px);
}

/* Font weight */

.title.black > *,
.text.black > * {
    font-weight: 900;
}

.title.extrabold > *,
.text.extrabold > * {
    font-weight: 800;
}

.title.bold > *,
.text.bold > * {
    font-weight: 700;
}

.title.semibold > *,
.text.semibold > * {
    font-weight: 600;
}

.title.medium > *,
.text.medium > * {
    font-weight: 500;
}

.title.regular > *,
.text.regular > * {
    font-weight: 400;
}

.title.light > *,
.text.light > * {
    font-weight: 300;
}

.title.thin > *,
.text.thin > * {
    font-weight: 200;
}

.title.extrathin > *,
.text.extrathin > * {
    font-weight: 100;
}

.form-group {
    margin-bottom: 2rem;
}

.form-control {
    font-weight: 600;
    font-size: 1rem;
    outline: 0 !important;
    box-shadow: none !important;
    height: auto;
    padding: 0.55rem 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.form-control:focus {
    border-color: var(--primary-color);
}

.help-block {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--red);
    margin-top: 0.313rem;
}

.help-block a {
    font-size: 12px;
    font-weight: 400;
    color: var(--red);
    text-decoration: underline;
}

.field-message {
    position: relative;
    background-color: var(--bs-form-invalid-color);
    color: #fff !important;
    font-size: 11px;
    line-height: 1.1;
    padding: 0.325rem 0.5em 0.3em 0.5em;
    font-weight: 600;
    border-radius: 3px;
    width: fit-content;
    opacity: 0.7;
    transform: translateY(5px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.field-message:hover {
    opacity: 1;
}

.field-message:after {
    content: "";
    position: absolute;
    top: -4px;
    border-top: 15px solid transparent;
    border-left: 15px solid var(--bs-form-invalid-color);
    transform: rotate(135deg);
    left: 1em;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    box-shadow: none;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: none;
}

.mb-title-gap {
    margin-bottom: 3.125rem;
}

.ssp-top {
    padding-top: 3.125rem;
}

.ss-ptop {
    padding-top: 6.125rem;
}

.ssp-bottom {
    padding-bottom: 3.125rem;
}

.ss-t {
    padding-top: 6.25rem;
}

.ss-b {
    padding-bottom: 6.25rem;
}

.ss {
    margin-bottom: 6.25rem;
}

.ss-top {
    margin-top: 6.25rem;
}

.bg-sec {
    background: var(--white-secondary);
}

.fs-0 {
    font-size: 0;
}

body {
    font-family: "Albert Sans", sans-serif;
    overflow-x: clip;
    background: #f7f7f7;
}

header .navbar-menu .navbar-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
}

header .navbar {
    padding: 1rem 0;
    height: 77px;
}

header .navbar .navbar-brand {
    padding: 0;
    margin: 0;
    max-width: 13rem;
}

header .navbar .navbar-brand img {
    width: auto;
    height: 30px;
}

header .navbar-menu .navbar-nav .nav-item .nav-link:hover,
header .navbar-menu .navbar-nav .nav-item .nav-link:focus {
    color: var(--white);
}

header .navbar-utilities {
    gap: 2rem !important;
}

header .navbar-utilities .nav-utility {
    display: flex;
}

header .navbar-utilities .nav-utility .utility {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5em;
    color: var(--white);
    font-weight: 400;
    font-size: 1.5rem;
    white-space: nowrap;
}

header .navbar-utilities .nav-utility .utility .icon-wrapper {
    position: relative;
}

header .navbar-utilities .nav-utility .utility .icon-wrapper .count {
    position: absolute;
    background: var(--primary-color);
    top: 0;
    right: 0;
    font-size: 70%;
    font-weight: 500;
    line-height: 16px;
    vertical-align: middle;
    min-width: 16px;
    height: 16px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    top: -30%;
    right: -30%;
    animation: pop 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

header .navbar-utilities .nav-utility .utility .icon-wrapper .count.cart-count {
    right: -40%;
}

header .navbar-utilities .nav-utility .utility .icon {
    display: flex;
}

header .navbar-utilities .nav-utility .utility .icon svg {
    height: 1.5rem;
    width: auto;
}

header .navbar-utilities .search-form .search_form {
    background: #1c1c1c;
    border-radius: var(--border-radius-xxl);
    align-items: center;
    width: 100%;
    position: relative;
    background: transparent;
    position: relative;
}

header .navbar-utilities .search-form .search_form.active::before {
    content: "";
    position: absolute;
    width: calc(100% - 2rem);
    height: 1px;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.2);
}

header .search-form .search_form.active {
    border-radius: var(--border-radius-md) var(--border-radius-md) 0 0;
    z-index: 2;
    background: var(--white);
    padding-inline: 1rem;
}

header .search-form .search_form .search-close-icon {
    display: none;
}

header .search-form .search_form.active .search-close-icon {
    display: block;
}

header .search-form .search_form .search-close-icon #close-search {
    display: flex;
    padding: 0.5rem;
    margin: -0.5rem;
}

header .navbar-utilities .search-form {
    flex-grow: 1;
}

.search-form .search-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
}

.search-form.active .search-backdrop {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1;
}

header .navbar-utilities .search-form .form-control {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0.5rem 1rem;
    width: 100%;
}

.search-form
.search_form
.search_input[type="search"]::-webkit-search-decoration,
.search-form
.search_form
.search_input[type="search"]::-webkit-search-cancel-button,
.search-form
.search_form
.search_input[type="search"]::-webkit-search-results-button,
.search-form
.search_form
.search_input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

header .navbar-utilities .search-form .form-control::placeholder {
    color: #9f9f9f;

    font-weight: 400;
}

header .navbar-utilities .search-form .icon-search {
    display: flex;
}

header .navbar-utilities .search-form .icon-search svg path {
    stroke: var(--white);
    stroke-width: 0px;
}

header .header-banner-wrapper {
    padding: 0.75rem 0;
    background: var(--h-gradient-color);
    display: flex;
    position: relative;
}

header .header-banner-wrapper .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    opacity: 0.25;
    transform: translate(-45%, -50%);
}

header .header-banner > div > * {
    color: var(--white);
    font-weight: 600;
}

.hero-section > .container {
    height: 100%;
}

.hero-section > .container > .row {
    height: 100%;
    align-items: center;
}

.hero-section .hero-title {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Section text-image */
.text-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.text-image .text-inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.text-image .text-inner .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.text-image > .container > .row {
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}

.banner-section .inside-text {
    position: absolute;
    top: calc(100% - 5.5rem);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    background: var(--white);
    border-radius: var(--border-radius-md);
    padding: 2rem;
}

.banner-section .inside-text .module-text * {
    text-align: center;
    margin-bottom: 0;
}

.banner-section {
    margin-bottom: 10rem;
}

/* Newsletter */
.module-newsletter #subscribeNewsletter {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: relative;
    z-index: 1;
}

.module-newsletter .item-acceptance label * {
    color: var(--white);
    font-size: 1rem !important;
}

.module-newsletter .item-acceptance input {
    display: inline-block;
    margin-right: 0.2rem;
    border: none;
}

.module-newsletter .item-acceptance .acceptance-text > * {
    display: inline;
}

.module-newsletter .newsletter-form .newsletter-input {
    display: flex;
}

.module-newsletter .newsletter-form .newsletter-input .btn {
    white-space: nowrap;
}

.module-newsletter input::placeholder {
    color: var(--primary-light);
    opacity: 1;
}

.module-newsletter .newsletter-form .newsletter-input .btn svg path {
    stroke: var(--primary-light);
}

.module-newsletter .newsletter-form .newsletter-input .form-control {
    background: transparent;
    border: none;
}

.module-newsletter .newsletter-form .newsletter-input {
    background: var(--white);
    padding: 0;
}

.module-newsletter .newsletter-form .newsletter-input .form-control:focus {
    box-shadow: none;
}

.module-newsletter .newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* Footer */
footer {
    background: var(--primary-dark);
}

footer a {
    color: var(--gray-light);
}

.footer-description > * {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

footer .module-contact li a svg path {
    stroke: var(--white);
}

footer .footer-content {
    padding: 4rem 0;
}

footer .footer-content > .container > .row {
    display: grid;
    grid-template: auto / 2fr 1fr 1fr auto;
}

footer .footer-logo {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 28rem;
}

footer .module-social {
    margin-top: 1rem;
}

footer .gdpr-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

footer .footer-copyright {
    border-top: 1px solid #ffffff21;
}

footer .footer-copyright > .container > .row {
    align-items: center;
    padding: 1.5rem 0;
}

footer .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

footer .copyright-col .module-links ul {
    display: flex;
    gap: 1rem;
}

footer .footer-contact .company-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

footer .footer-contact .company-details-wrapper .list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.313rem;
}

footer .footer-contact .company-details-wrapper .list ul li {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

footer .module-links .container {
    padding: 0;
}

footer .module-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-copyright-text {
    font-size: 0.875rem;
}

.checkbox-wrapper * {
    box-sizing: border-box;
}

footer .legal-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

footer .legal-wrapper img {
    max-width: 10rem;
}

.checkbox-wrapper .checkbox-label span:first-child {
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease;
    background: var(--white);
    cursor: pointer;
    margin-top: -4px;
    margin-right: 0.35rem;
}

.checkbox-wrapper .checkbox-label:hover span:first-child {
    border-color: var(--black);
}

.checkbox-wrapper .checkbox-input {
    position: absolute;
    visibility: hidden;
}

.checkbox-wrapper .checkbox-input:checked + .checkbox-label span:first-child {
    background-color: var(--white);
    border-color: var(--black);
    animation: wave 0.4s ease;
}

.checkbox-wrapper
.checkbox-input:checked
+ .checkbox-label
span:first-child
svg {
    stroke-dashoffset: 0;
}

.checkbox-wrapper .checkbox-label svg {
    fill: none;
    stroke: var(--black);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0.15rem;
}

.checkbox-wrapper .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

/****** css search ******/
.search_input.loading {
    background-color: rgba(255, 255, 255, 0.8);
    /* Fundal alb semi-transparent */
    pointer-events: none;
    /* Dezactivează interacțiunea în timpul încărcării */
}

.search_input {
    position: relative;
    /* Necesită pentru a poziționa ::after */
}

.loading {
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, var(--primary-color) 94%, #0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%, var(--primary-color));
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 2px), #000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn);
    }
}

.search_form .search-container {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: var(--white);
    border-radius: 0 0 var(--border-radius-md) var(--border-radius-md);
    height: 50vh;
    top: 100%;
    padding: 0 1rem;
    overflow: hidden;
}

.search_form .search-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1rem;
    background: linear-gradient(180deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.search_form .search-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1rem;
    background: linear-gradient(0deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.search_form .search-container .search-brands {
    height: 100%;
    overflow-y: auto;
    padding: 1rem 0;
}

.search_form .search-container .search-brands::-webkit-scrollbar {
    display: none;
}

.search_form .search-container .search-brands {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.search_form .search-container .search-results .empty-results {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.search_form .search-container .search-results::-webkit-scrollbar {
    display: none;
}

.search_form .search-container .search-results {
    overflow-y: auto;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.search_form .search-container .search-results .results-inner .results-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search_form
.search-container
.search-results
.results-inner
.results-wrapper
.results-items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1rem;
}

.search_form
.search-container
.search-results
.results-inner
.results-wrapper
.results-items-wrapper
.results-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search_form
.search-container
.search-results
.results-inner
.results-wrapper
.results-items-wrapper
.results-item
.desc_search {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.search_form
.search-container
.search-results
.results-inner
.results-wrapper
.results-items-wrapper
.results-item
.img_search
img {
    max-width: 3.75rem;
    max-height: 3.75rem;
}

.search_form .search-container .search-results .results-inner {
    height: 100%;
    padding: 1rem 0;
}

.search_form
.search-container
.search-results
.results-inner
.search_form
.search-container
.search-results
.results-inner
.empty-results {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.search_form .search-container .search-brands .brand-item-list {
    display: flex;
    flex-direction: column;
    gap: 0.313rem;
    padding-left: 0.5rem;
}

.dark-blue .btn-primary {
    /* background: var(--primary-light); */
}

.product-view .product-cart .out-of-stock {
    background: #fee5e5;
    color: var(--red);
    padding: 0.938rem 1.875rem;
    border-radius: var(--border-radius-xl);
    font-size: min(max(14px, calc(0.875rem + ((1vw - 2.8px) * 0.2439))), 18px);
    display: flex;
    align-items: center;
}

.btn-sm.btn-primary {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.btn-sm.btn-primary svg {
    width: 0.75rem;
    height: 0.75rem;
}

.btn-sm.btn-primary svg path {
    stroke: var(--white);
}

.btn-primary {
    background: var(--primary-light-hover);
    border-radius: 0;
    color: var(--white);
    font-weight: 500;
    border: none;
    border-radius: 50px;
    padding: 9px 32px;
    display: flex;
    align-items: center;
    gap: 0.5em;
    width: fit-content;
}

.btn-primary:hover {
    background-color: var(--primary-light);
}

.module-product-card .btn-primary.add-to-cart .icon svg path {
    stroke: var(--black);
}

.btn-primary.add-to-cart .icon svg path {
    stroke: var(--white);
}

.btn-category {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    margin: -0.5rem;
}

button:focus:not(:focus-visible) {
    outline: none;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.account-page .account-home .user-delivery-options .empty-option .icon svg {
    width: 4.375rem;
    height: 4.375rem;
    filter: opacity(0.8);
}

.account-page
.account-home
.user-delivery-options:has(.empty-option)
.account-box-header {
    text-align: center;
}

.account-page .account-home .user-delivery-options .empty-option {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.account-page .account-home .user-delivery-options .empty-option .text > * {
    text-align: center;
}

/* Header */
header .navbar-utilities {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

/* Pagination */
.pagination {
    gap: 0.5rem;
    justify-content: center;
}

.pagination .next svg,
.pagination .prev svg {
    max-height: 10px;
    max-width: 10px;
}

.pagination .next.disabled svg path,
.pagination .prev.disabled svg path {
    stroke: #cccccc;
}

.pagination li.disabled > * {
    color: #cccccc;
}

.pagination li.active > * {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

.pagination li > * {
    width: 2.188rem;
    height: 2.188rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;
    border-radius: var(--border-radius-sm);
    font-weight: 400;
    color: var(--black);
    font-size: 0.875rem;
}

/* Slick slider arrow */
.slick-arrow {
    cursor: pointer;
}

/* Dropdown */
.custom-dropdown {
    position: relative;
    display: inline-block;
}

.custom-dropdown .dropdown-button {
    background: transparent;
    color: var(--gray);
    border: 1px solid #cccccc;
    border-radius: var(--border-radius-sm);
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    transition: var(--transition-fast);
}

.custom-dropdown .dropdown-button:hover {
    transition: var(--transition-fast);
    color: var(--black);
}

.custom-dropdown .dropdown-button.active {
    color: var(--black);
}

.custom-dropdown .dropdown-button .icon {
    display: flex;
}

.custom-dropdown .dropdown-button .arrow-dropdown svg {
    max-width: 8px;
}

.custom-dropdown .dropdown-button .dropdown-label .sort-icon svg {
    max-height: 12px;
    max-width: 12px;
}

.custom-dropdown .dropdown-button .icon svg path {
    transition: var(--transition-fast);
    stroke: var(--gray);
}

.custom-dropdown .dropdown-button:hover .icon svg path {
    transition: var(--transition-fast);
    stroke: var(--black);
}

.custom-dropdown .dropdown-button.active .icon svg path {
    stroke: var(--black);
}

.dropdown-label {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    gap: 0.313rem;
}

.dropdown-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.dropdown-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 10px 15px #00000014, 0 2px 2px #0000000d, 0 -2px 2px #00000005;
    border-radius: var(--border-radius-sm);
    min-width: 160px;
    z-index: 1;
    margin-top: 0.313rem;
    transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
    overflow: hidden;
}

.dropdown-content.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}

.dropdown-option {
    transition: var(--transition-fast);
    cursor: pointer;
}

.dropdown-option:hover {
    transition: var(--transition-fast);
    background-color: rgba(0, 0, 0, 0.05);
}

.dropdown-option:last-child {
    border-bottom: none;
}

.dropdown-content .dropdown-option > * {
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    display: flex;
    width: 100%;
}

.module-social ul {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    list-style: none;
    padding: 0;
}

/* Module contact */
.module-contact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.module-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.module-contact ul li a {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.module-contact ul li a svg {
    width: 1.1rem;
    height: auto;
}

.module-contact ul li:last-child a svg {
    width: 2rem;
    align-items: flex-start !important;
}

.module-image img {
    max-width: 100%;
    height: auto;
}

.module-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* General modal */
#generalModal .modal-content {
    border: none;
    border-radius: var(--border-radius-md);
}

.hidden-item {
    display: none !important;
}

.loader {
    display: none;
    margin: 10px auto;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes skeleton-loading {
    0% {
        background-color: #e0e0e0;
    }

    50% {
        background-color: #f0f0f0;
    }

    100% {
        background-color: #e0e0e0;
    }
}

/* Alert */
.modal-alert {
    position: fixed;
    bottom: -100%;
    z-index: 999999;
    width: 100%;
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 0;
    padding: 0.5rem;
    color: var(--white);
    transition: bottom 1s ease-in-out;
}

.modal-alert.modal-alert-success {
    background: #008000;
}

.modal-alert.modal-alert-danger {
    background: #ff0000;
}

.modal-alert.show {
    bottom: 0;
}

.modal-alert.hide {
    bottom: -100%;
    transition: bottom 1s ease-in-out;
}

/* Spinner loader */

.spinner-border {
    border-width: 1px;
}

.spinner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    z-index: 1;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #8d744b;
    animation: spinner-bulqg1 0.96s infinite linear alternate,
    spinner-oaa3wk 1.92s infinite linear;
}

@keyframes spinner-bulqg1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }

    12.5% {
        clip-path: polygon(
                50% 50%,
                0 0,
                50% 0%,
                100% 0%,
                100% 0%,
                100% 0%,
                100% 0%
        );
    }

    25% {
        clip-path: polygon(
                50% 50%,
                0 0,
                50% 0%,
                100% 0%,
                100% 100%,
                100% 100%,
                100% 100%
        );
    }

    50% {
        clip-path: polygon(
                50% 50%,
                0 0,
                50% 0%,
                100% 0%,
                100% 100%,
                50% 100%,
                0% 100%
        );
    }

    62.5% {
        clip-path: polygon(
                50% 50%,
                100% 0,
                100% 0%,
                100% 0%,
                100% 100%,
                50% 100%,
                0% 100%
        );
    }

    75% {
        clip-path: polygon(
                50% 50%,
                100% 100%,
                100% 100%,
                100% 100%,
                100% 100%,
                50% 100%,
                0% 100%
        );
    }

    100% {
        clip-path: polygon(
                50% 50%,
                50% 100%,
                50% 100%,
                50% 100%,
                50% 100%,
                50% 100%,
                0% 100%
        );
    }
}

@keyframes spinner-oaa3wk {
    0% {
        transform: scaleY(1) rotate(0deg);
    }

    49.99% {
        transform: scaleY(1) rotate(135deg);
    }

    50% {
        transform: scaleY(-1) rotate(0deg);
    }

    100% {
        transform: scaleY(-1) rotate(-135deg);
    }
}

/* Alert */

.alert {
    color: white;
    margin: 0;
    border-radius: 0;
    border: none;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 999999;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    transition: bottom 1s ease-in-out;
}

.alert.alert-success {
    background: #008000;
}

.alert.alert-danger {
    background: #ff0000;
}

.alert .btn-close {
    padding: 0.5rem;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 1;
    filter: invert(1);
    background: transparent var(--bs-btn-close-bg) center/0.875rem auto no-repeat;
}

.alert.show {
    bottom: 0;
}

.alert.hide {
    bottom: -100%;
    transition: bottom 1s ease-in-out;
}

.hero-section .hero-products-col .hero-products {
    padding: 2rem 0 2rem 7rem;
}

.test-intro-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    filter: hue-rotate(240deg);
}

.test-intro-bg img {
    position: relative;
    left: -25%;
    height: 100%;
    object-fit: contain;
    transform: scale(3);
}

header .navbar .navbar-collapse .navbar-nav .dropdown .nav-link {
    position: unset;
}

header .navbar-nav > .nav-item.dropdown {
    position: static;
}

header .navbar-nav .dropdown-menu {
    width: 100%;
    left: 0;
    top: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 var(--border-radius-md) var(--border-radius-md);
    /* overflow: hidden; */
    padding: 0;
}

header .navbar-nav .dropdown .dropdown-menu {
    display: block;
    pointer-events: none;
    opacity: 0;
    transform: translateY(30px);
    transition: 300ms;
}

header .navbar-nav .dropdown.showing-dropdown .dropdown-menu {
    display: block;
    pointer-events: all;
    opacity: 1;
    transform: translateY(0px);
    transition: 300ms;
}

.dropdown-menu-items-part > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 1rem;
}

.dropdown-menu-items-part > ul > li {
    max-width: 50%;
    min-width: calc(50% - 0.5rem);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: fit-content;
}

.dropdown-menu-items-part > ul > li:has(.sub-submenu-group) > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--primary-color);
    background: transparent;
}

.dropdown-menu-items-part > ul > li > a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.75rem 0;
    color: var(--primary-color);
    display: inline-block;
    width: 100%;
    font-size: 1rem;
}

html.no-scroll,
body.no-scroll {
    overflow: hidden !important;
    position: fixed !important;
    width: 100%;
    height: 100%;
    touch-action: none;
}

.dropdown-menu-row {
    display: flex;
    gap: 1rem;
}

.dropdown-menu-row .dropdown-menu-wrapper {
    width: 50%;
    display: flex;
    gap: 1rem;
    max-height: 60vh;
    margin: 1rem;
    flex-direction: column;
}

.dropdown-menu-row .dropdown-menu-wrapper.has-with-and-no-submenu {
    display: grid;
    grid-template: auto / 1fr 1fr;
}

.dropdown-menu-row
.dropdown-menu-wrapper.has-with-and-no-submenu
.dropdown-menu-with-submenu {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 1rem;
}

.dropdown-menu-col {
    position: relative;
}

.dropdown-menu-col > ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 60vh;
}

.dropdown-menu-col > ul::-webkit-scrollbar {
    display: none;
}

header
.dropdown-menu
.dropdown-menu-inner
.dropdown-menu-wrapper
.dropdown-menu-col
> ul
> li {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

header
.dropdown-menu
.dropdown-menu-inner
.dropdown-menu-wrapper
.dropdown-menu-col
> ul
> li
> a {
    font-size: 1rem;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
}

header
.dropdown-menu
.dropdown-menu-inner
.dropdown-menu-wrapper
.dropdown-menu-no-submenu {
    padding-top: 0.5rem;
}

header
.dropdown-menu
.dropdown-menu-inner
.dropdown-menu-wrapper
.dropdown-menu-col
> ul
> li:has(.sub-submenu-group)
> a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
}

.dropdown-menu-col.dropdown-menu-image-part {
    width: 50%;
}

.dropdown-menu-image {
    position: relative;
    height: 100%;
    width: 100%;
}

.dropdown-menu-image-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sub-submenu-group {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sub-submenu-group a {
    padding: 0;
    font-weight: 500;
    font-size: 0.875rem;
    white-space: wrap;
}

header .navbar-nav .nav-item.dropdown .nav-link:hover::before,
header .navbar-nav.dropdown .nav-item.active .nav-link::before {
    width: 0;
}

.dropdown-menu li::marker {
    display: none;
    content: "";
}

.footer-payment-logo img {
    background: #fff;
    border-radius: 5px;
    max-height: 50px;
}

/* Header */

header {
    z-index: 5000;
    background: var(--primary-dark);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: var(--transition-cubic);
}

.homepage:not(.scroll-top) header {
    background: transparent;
}

.interiorpage.scroll-top header {
    opacity: 0;
    pointer-events: none;
}

.navbar-menu .nav-link {
    color: var(--white);
    text-decoration: none;
}

.navbar-toggler {
    border: none;
    padding-left: 2rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.header-top-part {
    border-bottom: 1px solid #afafaf;
    background-color: #000;
}

.dark-mode .header-top-part {
    border-bottom: 0;
    background-color: transparent;
}

.header-top-part .cotainer {
    padding: 0;
}

.hero-section {
    position: relative;
    width: 100%;
}

.hero-section .slick-dots::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16%;
    width: 20px;
    height: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translateX(-50%) rotate(-45deg);
    animation: scrollBounce 1.5s infinite;
    z-index: 9999;
}

@keyframes scrollBounce {
    0% {
        transform: translate(-50%, 0) rotate(-45deg);
    }
    50% {
        transform: translate(-50%, 10px) rotate(-45deg);
    }
    100% {
        transform: translate(-50%, 0) rotate(-45deg);
    }
}

.hero-section .container-fluid .row {
    padding-left: 0;
    padding-right: 0;
}

.hero-section .container-fluid .row .col-lg-12 {
    padding: var(--container-padding) 0;
}

.hero-section .col-lg-12 {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    background-position: center;
    background-size: cover;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    z-index: 1;
    overflow: hidden;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .hero-section .col-lg-12 {
        min-height: 125vh;
    }
}

.hero-section .col-lg-12::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(*/
    /*  72.44deg,*/
    /*  rgba(40, 40, 40, 0.5) 0%,*/
    /*  rgba(40, 40, 40, 0.7) 100%*/
    /*);*/
    z-index: 1;
}

.dark-mode .hero-section .col-lg-12 > div.builder-col-video-bg:before {
    background: linear-gradient(
            72.44deg,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(15, 15, 15, 0.95) 100%
    );
    opacity: 0.95;
}

.dark-mode .hero-section .col-lg-12::before {
    background: linear-gradient(
            72.44deg,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(20, 20, 20, 0.9) 100%
    );
}

.hero-section .col-lg-12 > div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 2;
    box-sizing: border-box;
    padding-bottom: 100px; /* ✅ Spațiu pentru dots/progressbar */
}

.hero-section .col-lg-12 > div.builder-col-video-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}

/* .hero-section .col-lg-12 > div.builder-col-video-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(72.44deg, rgba(40,40,40,0.5) 0%, rgba(40,40,0.7) 100%);
    z-index: 1;
} */

.hero-section .col-lg-12 > div.builder-col-video-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            72.44deg,
            rgba(40, 40, 40, 0.5) 0%,
            rgba(40, 40, 40, 0.7) 100%
    );
    z-index: 1;
}

.modules-wrapper.slider-card {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.69);
    backdrop-filter: blur(5px);
    border-radius: var(--border-radius-sm);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    overflow: hidden;
}

.dark-mode .modules-wrapper.slider-card {
    background: rgba(0, 0, 0, 0.0);
    padding-left: 0;
    padding-right: 0;
    backdrop-filter: none;
}

.modules-wrapper.slider-card .module-text {
    grid-column: 1;
}

.modules-wrapper.slider-card .module-button {
    grid-column: 2;
}

.modules-wrapper.slider-card .module-text:last-of-type {
    grid-column: 1 / -1;
}

.hero-section .slick-dots,
.hero-section .progress-bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 12px;
}

.hero-section .slick-dots {
    justify-content: end;
    padding-right: 15%;
}

.hero-section .slick-dots {
    bottom: 100px;
}

.hero-section .progress-bar {
    bottom: 60px;
    width: 70%;
    height: 4px;
    border-radius: 2px;
    background-color: #afafaf;
    overflow: hidden;
}

.progress-fill {
    width: 100%;
    height: 100%;
    background-color: var(--primary-light);
    transform: scaleX(0);
    transform-origin: left;
}

.progress-fill.animate {
    animation: fillProgress 30s ease-out forwards;
}

@keyframes fillProgress {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

.slick-dots li {
    width: auto;
    margin: 0;
}

.slick-dots li button {
    display: none;
}

.slick-dots .custom-dot {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    z-index: 1;
    overflow: visible;
}

.slick-dots li.slick-active .custom-dot {
    background-color: var(--bullet-color);
    color: #fff;
}

.arc-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    pointer-events: none;
    z-index: 2;
}

.arc-border svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.arc-border circle {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 88;
    stroke-dashoffset: 88;
    opacity: 0.4;
}

/* section tehnica fluidelor */
.tehnica-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-right: var(--container-padding);
}

.tehnica-inner a.btn {
    margin-top: 1rem;
}

.special-title,
.sectionLabel {
    position: relative;
    background: var(--primary-dark);
    text-transform: uppercase;
    padding: 0.25rem 1rem 0.25rem 2.5rem;
    max-width: fit-content;
    border-radius: 4px;
}

.sectionLabel {
    margin-bottom: 1rem;
}

.special-title::before,
.sectionLabel:before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #1142b3;
    border-radius: 2px;
}

.special-title p,
.sectionLabel p {
    margin-bottom: 0;
    font-size: clamp(14px, 1.2vw, 18px);
}

.special-title span {
    background: none;
}

.tehnica-inner .module-text.square {
    background-color: #dae4ec;
}

.section-tehnica .text-huge {
    font-size: clamp(24px, 4vw, 50px);
}

.section-tehnica .numbers-wrapper .fickle-item .fickle-title {
    opacity: 0;
    transform: translate(-300px, -200px);
    transition: transform 1.5s ease, opacity 1.5s ease;
}

.section-tehnica .numbers-wrapper .fickle-item .fickle-title.visible {
    opacity: 1;
    transform: translate(0, 0);
}

.page-id-30.dark-mode .section-tehnica .builder-section-video-bg::before {
    background: linear-gradient(
            72.44deg,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(15, 15, 15, 0.95) 100%
    );
    opacity: 0.95;
}

.page-id-30.dark-mode .section-tehnica .numbers-wrapper .module-fickle {
    padding-top: 1rem;
}

.page-id-30 .special-title,
.sectionLabel {
    background-color: var(--primary-dark);
    display: none;
}

.page-id-30 .section-tehnica h2,
.page-id-30 .section-tehnica p {
    color: var(--white);
}

.page-id-30 .section-tehnica .builder-section-video-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            72.44deg,
            rgba(40, 40, 40, 0.5) 0%,
            rgba(40, 40, 40, 0.7) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.page-id-30 .section-tehnica .builder-section-video-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.page-id-30 .section-tehnica .container {
    position: relative;
    z-index: 3;
}

.section-tehnica .numbers-wrapper .fickle-item.fickle-text-content {
    position: relative;
    padding-left: 1.5em;
}

.section-tehnica
.numbers-wrapper
.fickle-item.fickle-item.fickle-text-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #1142b3;
    border-radius: 2px;
}

.section-tehnica
.numbers-wrapper
.fickle-item.fickle-item.fickle-text-content::before {
    background-color: var(--primary-light);
}

.dark-mode .section-tehnica .numbers-wrapper .module-fickle {
    padding-top: 0;
}

.section-tehnica .numbers-wrapper .module-fickle {
    padding: 0 1rem 1rem 0;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 2em;
}

.section-tehnica .numbers-wrapper .module-fickle:last-child {
    margin-bottom: 0;
}

.section-tehnica .numbers-wrapper .module-fickle h4.fickle-title {
    font-size: clamp(40px, 10vw, 100px);
    font-weight: 300;
    color: var(--primary-light);
}

/* afaceri-optimizate */
.afaceri-optimizate {
    background-color: var(--primary-dark);
}

.afaceri-optimizate * {
    color: var(--white);
}

.afaceri-optimizate .special-title p {
    color: #172747 !important;
    margin-bottom: 0;
}

.dark-mode .afaceri-optimizate .special-title p {
    color: #fff !important;
}

.afaceri-optimizate .text-inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-block: 3rem;
}

.afaceri-optimizate .text-inner .text-huge {
    font-size: clamp(24px, 4vw, 50px);
}

.afaceri-optimizate .text-inner-col2 {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-right: var(--container-padding);
    padding-block: 3rem;
}

.proservice img {
    max-width: 160px;
}

.afaceri-optimizate .text-inner-col2 p {
    font-size: clamp(14px, 1.2vw, 18px);
}

.card-afaceri-optimizate img {
    display: none;
    height: 28px;
    width: auto;
    object-fit: contain;
    object-position: center;
    max-width: unset;
    max-height: unset;
    min-height: unset;
    min-width: unset;
}

.card-afaceri-optimizate .proservice img {
    height: 43px;
}

.card-afaceri-optimizate .proflex img {
    height: 45px;
}

.wrapper-afaceri-optimizate .builder-row {
    display: block;
    overflow: visible;
}

.wrapper-afaceri-optimizate {
    position: relative;
}

.wrapper-afaceri-optimizate .builder-row {
    display: block;
    overflow: visible;
}

.wrapper-card-col {
    position: sticky;
    top: 80px;
    height: 75vh;
    background-size: cover;
    background-position: center;
    border-radius: var(--border-radius-lg);
    margin-bottom: 20px;
    will-change: transform;
}

.wrapper-card-col:last-child {
    margin-bottom: 0;
}

.wrapper-card-col .builder-col-inner {
    height: 100%;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    position: relative;
}

.wrapper-card-col:nth-child(1) {
    z-index: 1;
    margin-bottom: 1rem;
}

.wrapper-card-col:nth-child(2) {
    z-index: 2;
    margin-bottom: 1rem;
}

.wrapper-card-col:nth-child(3) {
    z-index: 3;
}

.wrapper-card-col.active {
    transform: scale(0.95);
}

.wrapper-card-col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            72.44deg,
            rgba(40, 40, 40, 0.5) 0%,
            rgba(40, 40, 40, 0.7) 100%
    );
    z-index: 1;
    border-radius: var(--border-radius-lg);
}

.wrapper-card {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    padding: 2rem;
    box-sizing: border-box;
}

.wrapper-card h2 {
    margin-bottom: 1em;
}

.wrapper-afaceri-optimizate .image-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.card-afaceri-optimizate {
    max-width: 60%;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    border-radius: var(--border-radius-sm);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    color: var(--white);
    height: fit-content;
}

.modules-wrapper.info-wrapper {
    display: flex;
    gap: 3rem;
}

.modules-wrapper.tab-links .tab-title {
    text-align: start;
    cursor: pointer;
}

.modules-wrapper.tab-links {
    border-right: 1px solid var(--bullet-color);
    padding-right: 3rem;
}

.modules-wrapper.tab-links .tab-title p {
    font-weight: 400;
    line-height: 1.3;
}

.modules-wrapper.tab-links .tab-title.active p {
    color: var(--bullet-color);
    font-weight: 700;
}

.modules-wrapper.tab-links .tab-title p:hover {
    cursor: pointer;
    color: var(--bullet-color);
}

.info-wrapper .fickle-text-content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
    line-height: 1.4;
}

.info-wrapper .fickle-text-content ul li::before {
    content: "";
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    background-color: #f7f7f7f7;
    border-radius: 2px;
}

.info-wrapper .fickle-item.fickle-text-content h3 {
    font-weight: 300;
    margin-bottom: 1rem;
    font-size: clamp(20px, 3vw, 24px);
}

.servicii-wrapper .module-fickle {
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    height: 0;
    overflow: hidden;
}

.servicii-wrapper .module-fickle.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    height: auto;
}

/* section cu noi  */
.section-cu-noi .container-fluid .row {
    padding: 0;
}

.section-cu-noi .cards-wrapper {
    display: block;
}

.section-cu-noi .cards-wrapper .module-fickle {
    display: flex;
    flex-direction: column-reverse;
    background-color: #eef1f5;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: var(--border-radius-sm);
    margin: 0 3rem 2rem 3rem;
    transform-style: preserve-3d;
    transition: box-shadow 0.3s ease;
    will-change: transform;
}

.section-cu-noi .cards-wrapper .module-fickle:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.section-cu-noi .cards-wrapper .fickle-item.fickle-image {
    border-bottom: 1px solid #afafaf;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.section-cu-noi .cards-wrapper h4.fickle-title {
    position: relative;
    padding-left: 1.2em;
    font-weight: 600;
    font-size: clamp(18px, 2vw, 20px);
    color: var(--primary-light);
    max-width: 140px;
}

.section-cu-noi .cards-wrapper h4.fickle-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.33em;
    width: 10px;
    height: 10px;
    background-color: #1142b3;
    border-radius: 2px;
}

.section-cu-noi .cards-wrapper .module-fickle img {
    height: 100px;
    width: auto;
    object-fit: contain;
    object-position: center;
}

/* --- Tabs Oferta Section --- */
.section-oferta .tabs-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    gap: 2rem;
}

.dark-mode .section-oferta,
.dark-mode .section-oferta2 {
    background-color: var(--primary-dark);
}

.section-oferta .tabs-oferta {
    background-color: #eef1f5;
    padding: 4rem 0 8rem 0;
}

/* Tab Titles */
.section-oferta .tab-title {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: var(--transition-cubic);
}

.section-oferta .tab-title p {
    font-size: clamp(18px, 2vw, 20px);
    transition: var(--transition-cubic);
    margin: 0;
}

.section-oferta .tab-title.active p {
    font-weight: 700;
    color: var(--primary-light);
}

.section-oferta .tab-title.active::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-light);
}

/* Tab Content */
.tabs-container {
    position: relative;
    min-height: 300px;
    margin-top: 2rem;
}

.tabs-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out,
    visibility 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.tabs-content.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
    z-index: 1;
}

/* Section oferta 2 */
.section-oferta2 .card-inner {
    overflow: visible !important;
}

.section-oferta2 .card-inner div {
    display: flex;
    flex-direction: column;
}

.section-oferta2 img {
    border-radius: var(--border-radius-sm);
    margin-bottom: 1rem;
    transition: filter 0.3s ease;
    filter: grayscale(50%);
}

.section-oferta2 img:hover {
    filter: grayscale(0%) brightness(1.1);
}

.section-oferta2 .btn-read-more {
    flex-direction: row-reverse;
    justify-content: space-between !important;
    width: 100% !important;
    color: var(--primary-color);
}

.section-oferta2 .accordion-navigation {
    width: 100%;
    margin-bottom: .5rem;
}

.section-oferta2 .accordion-navigation ul {
    width: 100%;
}

.section-oferta2 .list-style-none {
    width: 100%;
}

.section-oferta2 .accordion-navigation button {
    background-color: var(--white);
    border-radius: var(--border-radius-sm);
    min-height: auto;
    padding: 0.5rem;
    width: 100% !important;
}

.section-oferta2 .module-accordion {
    position: relative;
}

.section-oferta2 .accordion-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    background: var(--white);
    border-radius: var(--border-radius-sm);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.dark-mode .section-oferta2 .accordion-content {
    background: #1e212c;
}

.accordion-body ul {
    list-style: none;
    padding-left: 0;
}

.accordion-body li {
    position: relative;
    padding-left: 20px;
}

.accordion-body li a:hover {
    color: var(--primary-dark);
    text-decoration: none;
}

.dark-mode .accordion-body li a:hover {
    color: var(--white);
}

.accordion-body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #1142b3;
    border-radius: 2px;
}

.dark-mode .accordion-body li::before,
.special-title::before,
.sectionLabel:before {
    background-color: var(--primary-light) !important;
}

.section-oferta2 .btn-read-more-icon {
    margin-right: 0;
}

.section-oferta2 .dots {
    display: none !important;
}

.section-oferta2 .img-text-wrapper {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: var(--border-radius-sm);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.section-oferta2 .img-text-wrapper .module-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.section-oferta2 .img-text-wrapper .module-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}

.section-oferta2 .img-text-wrapper .module-text-simple {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0.5rem;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(0, 0, 0, 0.6) 40%,
            rgba(0, 0, 0, 0.3) 70%,
            transparent 100%
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin: 0;
    min-height: 115px;
    align-items: flex-end;
}

.section-oferta2 .img-text-wrapper .module-text-simple p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.dark-mode .section-oferta2 h5 {
    color: #fff;
}

.dark-mode .section-oferta2 .btn-read-more:hover {
    color: #fff;
}

.dark-mode .section-oferta2 .btn-read-more.active {
    color: #fff;
}

.dark-mode .section-oferta2 .btn-read-more {
    background-color: #1e212c !important;
}

.dark-mode .section-oferta2 .btn-read-more-text {
    color: #fff !important;
}

/* --- Tab Content Inner Styling --- */
.tabs-oferta .col-lg-6.text-content {
    padding: 0 1.5rem 2rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 30px;
}

.tabs-oferta .fickle-title h3 {
    font-size: clamp(24px, 2.8vw, 40px);
    margin-bottom: 1rem;
    font-weight: 700;
}

.tabs-oferta .fickle-text-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.tabs-oferta .fickle-text-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.tabs-oferta .fickle-text-content ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    position: relative;
    line-height: 1.4;
}

.tabs-oferta .fickle-text-content ul li::before {
    content: "";
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    background-color: var(--btn-dark-blue);
    border-radius: 2px;
}

/* footer */
footer .footer-wrapper {
    padding-top: 3rem;
}

footer .copyright-wrapper {
    margin-top: 2rem;
}

footer .copyright-wrapper .container .row:first-of-type {
    border-top: 1px solid #afafaf;
    padding-top: 2rem;
    padding-bottom: 3rem;
    margin: 0;
}

footer .copyright-wrapper .container .row:first-of-type > * {
    padding: 0;
}

footer .copyright-wrapper .copyright {
    display: flex;
    justify-content: space-between;
}

footer .copyright-wrapper .copyright p,
footer .copyright-wrapper .copyright a {
    color: #dae4ec;
    margin-bottom: 0;
}

footer .copyright-wrapper .module-footer ul li {
    display: inline-block;
    margin-right: 1rem;
}

footer .copyright-wrapper .module-footer ul li:last-child {
    margin-right: 0;
}

footer .copyright img {
    width: auto;
    height: 18px;
    object-fit: contain;
    object-position: center;
}

footer .copyright-left-part {
    display: flex;
    align-items: center;
    gap: 1rem;
}

footer .title p {
    color: #afafaf;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-size: 16px;
}

footer .newsletter-text h3 {
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 700;
}

footer .newsletter .container .row {
    border-top: 0;
    padding-block: 0;
}

footer .newsletter i {
    color: var(--gray-light);
}

.square {
    position: relative;
    padding-left: 1em;
}

.square::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 12px;
    height: 12px;
    background-color: var(--bullet-color);
    border-radius: 2px;
}

.overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
    background-color: rgba(134, 133, 128, 0.23);
    transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

body.show-overlay {
    overflow: hidden;
}

.show-overlay .overlay {
    opacity: 1 !important;
    visibility: visible !important;
}

.show-overlay main {
    filter: blur(5px);
}

.slick-dots .custom-dot .arc-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slick-dots .custom-dot .dot-number {
    position: relative;
    z-index: 2;
}

.megamenu,
.megamenu-header-bg {
    background-color: rgba(14, 27, 54, 0.97);
    left: 0;
    right: 0;
    top: 78px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.megamenu-header-bg {
    height: 78px;
    margin: 0;
    padding: 0;
    top: 0;
    z-index: 5000;
}

.opened .megamenu,
.megamenu-opened .megamenu-header-bg {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
}

.megamenu ul {
    list-style: none;
}

.megamenu-nav {
    position: relative;
}

.megamenu-group {
    padding: 0;
}

.megamenu-group-1 {
    position: relative;
    width: 35%;
}

.btn_toggle_megamenu-group-2 {
    background: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
}

.megamenu-group-2 {
    position: absolute;
    left: 100%;
    top: 0;
    transition: var(--transition-cubic);
    width: 100%;
    padding-left: 2rem;
}

.megamenu-group li {
    display: flex;
    justify-content: space-between;
}

.opened > .megamenu-group-2 {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    width: max-content;
    margin-left: 2rem;
}

.opened > a {
    font-weight: 600;
}

.megamenu-group a,
.megamenu-group a.nav-link {
    color: rgba(255, 255, 255, 0.7);
}

.megamenu-group li .btn_toggle_megamenu-group-2 svg path {
    stroke: rgba(255, 255, 255, 0.5);
}

.megamenu-group a.nav-link:hover,
.megamenu-group .opened > a.nav-link {
    color: #fff;
}

.megamenu-group li.opened .btn_toggle_megamenu-group-2 svg path,
.megamenu-group li .btn_toggle_megamenu-group-2:hover svg path {
    stroke: #fff;
}

.header-hover-line {
    top: 75px;
    height: 2px;
    background: #fff;
    width: 200px;
    position: absolute;
    left: 50%;
    transition: var(--transition-cubic);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 2px 17px 3px #fff;
}

.interiorpage header {
    background: transparent;
}

.builder-section-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.builder-section-video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.interior-top {
    position: relative;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 96px;
}


body:not(.page-slug-contact) .interior-top {
    min-height: 92.5vh;
}


.interior-top:before {
    content: "";
    background: linear-gradient(
            72.44deg,
            rgba(40, 40, 40, 0.5) 0%,
            rgba(40, 40, 40, 0.7) 100%
    );
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-label-icon .marker-label {
    color: #fff;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
}

.dark-mode .custom-label-icon .marker-label {
    filter: none !important;
}

.col-interior-top-col {
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 78px;
}

.interior-top-title {
    position: relative;
    margin-bottom: 2rem;
}

.interior-top-title > * {
    color: #fff;
}

.interior-top-content {
    background-color: rgba(14, 27, 54, 0.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 2rem;
    max-width: 36rem;
}

.interior-top-content * {
    color: #fff;
}

.interior-top-content .module-text2-cta {
    margin-top: 2rem;
}

.interior-submenu-col {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding: 0;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}

.fix-submenu .interior-submenu-col {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    z-index: 999;
    pointer-events: auto;
}

.interior-submenu > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.interior-submenu .row {
    margin: 0;
}

.interior-submenu .row > * {
    padding: 0;
}

.interior-submenu .module-links {
    position: relative;
}

.interior-submenu .module-links .submenu-hover-line {
    height: 2px;
    width: 200px;
    bottom: 0;
    position: absolute;
    left: 50%;
    transition: var(--transition-cubic);
    opacity: 0;
    pointer-events: none;
    background: #fff;
}

.dark-mode .interior-submenu .module-links-bottom .submenu-hover-line {
    background: #fff;
}

.interior-submenu .module-links-bottom .submenu-hover-line {
    background: var(--body-color);
}

/* .interior-submenu .module-links-bottom.module-links-blue .submenu-hover-line {
  background: #fff;
} */

.interior-submenu .module-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.interior-submenu .module-links-top {
    background: var(--primary-dark);
}

.interior-submenu .module-links-top a {
    color: #fff;
}

.interior-submenu .module-links-bottom {
    background: #fff;
}

.interior-submenu .module-links-bottom a {
    color: var(--body-color);
}

/* .interior-submenu .module-links-bottom.module-links-blue a {
  color: #fff;
} */

.interior-submenu .module-links a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1;
    padding: 15px 24px;
}

.interior-submenu .module-links .active a {
    font-weight: 700;
}

.container-nav-menu-links {
    display: flex;
    justify-content: space-between;
}

.dark-mode .accordion-content .btn-read-more-icon {
    background-color: transparent;
}

.dark-mode .accordion-content .btn-read-more:hover .btn-read-more-icon {
    background-color: transparent;
}

.accordion-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.page-slug-contact .accordion-navigation ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.accordion-navigation ul::-webkit-scrollbar {
    height: 10px;
}

.accordion-navigation ul::-webkit-scrollbar-track {
    background: #31364a;
    border-radius: 4px;
}

.accordion-navigation ul::-webkit-scrollbar-thumb {
    background-color: var(--primary-light);
    border-radius: 4px;
}

.tabs-justify .accordion-navigation ul {
    justify-content: space-between;
}

.accordion-navigation button {
    background: transparent;
    border: 0;
    outline: 0;
    min-height: 50px;
}

.tab-item-icon {
    padding: 15px;
    box-sizing: content-box;
    border-radius: 100px;
    margin-right: 10px;
}

.tab-item-icon img,
.tab-item-icon svg {
    width: 56px;
    height: 56px;
}

.accordion-content {
    position: relative;
}

.accordion-content-item {
    position: relative;
    background: #fff;
    padding: 1rem 20px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.subAccordion {
    margin-top: 20px;
}

.accordionContent ul,
.accordionContentItem ul {
    list-style: circle;
    margin-bottom: 15px !important;
    list-style: none;
    padding-left: 20px;
}

.sub-accordion-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 2rem;
}

.module-accordion-inline .sub-accordion-navigation ul {
    display: block;
}

.module-accordion-inline .sub-accordion {
    display: flex;
    gap: 2rem;
}

.module-accordion-inline .sub-accordion-content {
    flex: auto;
}

.module-accordion-inline .sub-accordion-nav-btn {
    padding: 0.6rem;
}

.megamenu-image-item {
    display: none;
}

.megamenu-image-item.active {
    display: block;
}

.page-title-mobile {
    display: none;
}

#steramap {
    height: 350px;
    background: var(--body-bg);
    overflow: visible;
    z-index: 1;
    position: relative;
    left: 6rem;
}

.leaflet-pane.leaflet-marker-pane span {
    display: none;
}

.leaflet-control-container {
    display: none;
}

div#customPopupContainer {
    z-index: 999999;
    position: fixed;
    inset: 0 !important;
    margin: auto;
    height: fit-content;
}

#customPopupContainer .popupContentWrapper {
    background: white;
    border-radius: 8px;
    width: calc(100% - 80px);
    padding: 30px;
    margin: auto;
    max-height: 750px;
    overflow-y: auto;
}

.popupTitle {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 18px;
    border-bottom: 0.5px solid #c4c4c4;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

span.closeCustomPopup.d-lg-none {
    background: #f7f7f7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-top: 15px;
    font-size: 21px;
    font-weight: 300;
    color: #282828;
}

.openedMapPopup {
    position: relative;
}

.openedMapPopup::before {
    content: "";
    position: fixed;
    inset: 0;
    background: #0004;
    z-index: 99999;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    pointer-events: none;
}

.leaflet-marker-icon.custom-label-icon {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marker-label {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    align-items: center;
    justify-content: center;
    width: fit-content;
    width: 100%;
    margin-top: -3rem;
}

.leaflet-marker-icon {
    width: 100%;
}

.marker-label img {
    object-fit: contain;
    width: fit-content;
}

.color-b .leaflet-tile {
    filter: grayscale() invert();
    opacity: 0.7 !important;
}

.color-b .marker-label {
    color: #333333;
}

/*popup*/
.popup-address {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.popup-address * {
    margin: 0 !important;
}

.location-header h4 {
    padding: 10px 12px;
    border-radius: 10px 0;
    width: fit-content;
    font-size: 14px;
    margin: 0 !important;
    text-transform: capitalise;
}

.location-header.location-hidrostore h4 {
    background: #f2f4f8;
    color: var(--primary-color);
}

.location-header.location-proflex h4 {
    background: #ffda00;
    color: var(--primary-color);
}

.location-header.location-proservice h4 {
    background: #00aeef;
    color: #282828;
}

.location-wrapper {
    position: relative;
}

.location-wrapper:last-child {
    margin-bottom: 0;
}

.location-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.location-content p {
    margin: 0 !important;
}

.location-content p strong {
    color: #282828;
    margin-right: 12px;
}

.location-content p a {
    color: var(--primary-color);
}

.location-content * {
    font-size: 15px;
}

.read-more {
    position: relative;
    height: 100px;
    overflow: hidden;
    transition: var(--transition-cubic);
    padding-bottom: 2rem;
}

.read-more:after {
    background-color: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transition: var(--transition-cubic);
    pointer-events: none;
}


.sectionBg .read-more:after,
div:not(.sectionBg) .accordion-content-item .read-more:after {
    background: linear-gradient(
            10deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0.95) 60%,
            rgba(255, 255, 255, 0.9) 90%,
            rgba(255, 255, 255, 0.7) 95%,
            rgba(255, 255, 255, 0.4) 100%
    );
}

.dark-mode .read-more:after {

}

.dark-mode.page-slug-servicii .read-more:after,
.dark-mode.page-slug-servicii-digitale .read-more:after {
    background: #0a101c !important;
}

.page-slug-servicii .read-more:after,
.page-slug-servicii-digitale .read-more:after {
    background: #f7f7f7 !important;
}

.sectionBg .read-more:after {
    background-color: var(--white) !important;
}

.dark-mode .sectionBg .read-more:after {
    background: #0a101c !important;
}

.dark-mode.page-slug-proservice .read-more:after,
.dark-mode.page-slug-inginerie .read-more:after,
.dark-mode.page-slug-solutii-industriale .read-more::after {
    background: #0a101c !important;
}

.page-slug-proservice .read-more:after,
.page-slug-inginerie .read-more:after,
.page-slug-solutii-industriale .read-more::after {
    background: #f7f7f7 !important;
}

.toggled.read-more:after {
    height: 0;
}

.btn-read-more {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    background: transparent;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    color: var(--secondary-color);
    transition: var(--transition-cubic);
    text-align: left;
    line-height: 1.25;
}

.btn-read-more:hover,
.btn-read-more.toggled,
.btn-read-more.active {
    color: var(--primary-light);
}

.btn-read-more.active {
    background-color: #fff;
    margin-bottom: 0.25rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.btn-read-more-icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    transition: var(--transition-cubic);
}

.accordion-content .btn-read-more-icon {
    width: 30px;
    height: 30px;
    background-color: #fff;
}

.accordion-content .btn-read-more.active .btn-read-more-icon {
    border-color: transparent;
    background-color: transparent;
}

.accordion-content .read-more.toggled .btn-read-more .btn-read-more-icon {
    border-color: var(--primary-light);
    background-color: transparent;
}

.accordion-content .btn-read-more:hover .btn-read-more-icon {
    background-color: #fff;
}

.accordion-content .btn-read-more.active:hover .btn-read-more-icon {
    background-color: transparent;
}

.btn-read-more.active .btn-read-more-icon {
    background-color: transparent;
    margin-right: 0;
}

.accordion-content .btn-read-more .btn-read-more-icon:after {
    background-image: url("/icons/chevron-down-light.svg");
}

.btn-read-more.active .btn-read-more-icon:after,
.accordion-content .btn-read-more.active .btn-read-more-icon:after {
    background-image: url("/icons/chevron-down-blue.svg");
}

.dark-mode .btn-read-more.active .btn-read-more-icon:after,
.dark-mode .accordion-content .btn-read-more.active .btn-read-more-icon:after {
    background-image: url("/icons/chevron-down-light.svg");
}

.dark-mode a strong {
    color: var(--primary-light);
    text-decoration: none;
}


.hero-section p a {
    color: var(--primary-light);
}

.dark-mode a:hover strong {
    color: var(--primary-light-hover);
    text-decoration: none;
}

.dark-blue a.btn {
    color: var(--white);
    text-decoration: none;
}

.dark-blue .btn {
    color: var(--white) !important;
    text-decoration: none;
}

.dark-blue .btn:hover {
    color: var(--gray-light) !important;
    text-decoration: none;
}

.dark-mode footer a {
    color: var(--white);
    text-decoration: none;
}

.dark-mode footer title p a {
    color: var(--primary-light);
}

.dark-mode a:hover strong {
    color: var(--primary-light-hover);
    text-decoration: underline;
}

.btn-read-more-icon::after {
    content: "";
    background-image: url("/icons/chevron-down-blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: calc(50% - 12px);
    top: calc(52% - 12px);
    width: 24px;
    height: 24px;
    transform-origin: center;
    transition: var(--transition-cubic);
    pointer-events: none;
}

.dark-mode .btn-read-more-icon::after {
    background-image: url("/icons/chevron-down.svg");
}

.btn-read-more:hover .btn-read-more-icon:after {
    animation: bounceSoft 1.2s ease infinite;
}

.btn-read-more.active .btn-read-more-icon:after,
.read-more.toggled .btn-read-more .btn-read-more-icon:after {
    animation: none;
}

@keyframes bounceSoft {
    0%,
    100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-3px);
    }

    60% {
        transform: translateY(3px);
    }
}

.btn-read-more .dots {
    display: inline-block;
    margin-left: 1px;
    visibility: hidden;
}

.read-more:not(.toggled) .btn-read-more:hover .dots,
.accordion-nav-btn:not(.active).btn-read-more:hover .dots,
.sub-accordion-nav-btn:not(.active).btn-read-more:hover .dots {
    visibility: visible;
}

.btn-read-more .dots span {
    display: inline-block;
    animation: dotsBlink 1.5s infinite;
    font-weight: bold;
    opacity: 0;
}

.btn-read-more .dots span:nth-child(1) {
    animation-delay: 0s;
}

.btn-read-more .dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.btn-read-more .dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dotsBlink {
    0%,
    80%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.read-more.toggled .btn-read-more-icon::after,
.btn-read-more.active .btn-read-more-icon::after {
    transform: rotate(180deg);
    top: calc(50% - 12px);
}

.read-more .btn-read-more {
    position: absolute;
    bottom: 2rem;
    z-index: 2;
    border-radius: var(--border-radius-md);
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    padding: 2px 20px 2px 12px;
    font-size: 14px;
    font-weight: 500;
}

.dark-mode .read-more .btn-read-more {
    border: 0.5px solid rgba(222, 220, 209, 0.3) !important;
}

.read-more.toggled .btn-read-more {
    bottom: 0;
}

.accordion-nav-btn .btn-read-more-text {
    position: relative;
}

.sectionBg {
    background: #fff;
}

.sectionDarkBg {
    background: var(--primary-dark);
    color: #fff;
}

.sectionDarkBg a {
    color: #fff;
}

.section-title,
.sectionTitle {
    position: relative;
    margin-bottom: 3rem;
    font-size: clamp(28px, 4vw, 46px);
}

.sectionSpace {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.sectionSpace img {
    border-radius: var(--border-radius-sm);
}

.sectionBg .accordion-content-item,
.sectionBg .btn-read-more.active {
    background-color: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.sectionBg .btn-read-more.active {
    margin-bottom: 0.25rem;
    border-bottom: none !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.accordion-dedicate .accordion-body {
    display: flex;
    justify-content: space-between;
}

.sub-accordion {
    padding: 1rem 0;
}

.sub-accordion-nav-btn {
    padding: 1rem 0;
    line-height: 1.3;
}

.sub-accordion-content-item {
    padding: 1rem;
}

.sub-accordion-content-item.active,
.sub-accordion-nav-btn.active {
    background-color: #f7f7f7;
}

.accordion-content-item .col-lg-6 img {
    width: 100%;
}

.sub-accordion-content-item ul {
    padding: 0;
}

.produse-si-solutii-acc .sub-accordion-content-item a {
    font-weight: 600;
}

.flexibile-acc img {
    width: 100%;
}

.acc-3-cols .accordion-navigation ul,
.acc-2-cols .accordion-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.acc-3-cols .accordion-navigation ul li button,
.acc-2-cols .accordion-navigation ul li button {
    width: 100%;
}

.acc-3-cols .accordion-navigation ul li {
    flex: 0 0 calc((100% - 2rem) / 3);
    max-width: calc((100% - 2rem) / 3);
    box-sizing: border-box;
}

.section-oferta-noastra {
    position: relative;
}

.section-oferta-noastra .sectionTitle > * {
    font-size: 20px;
    font-weight: 600;
}

.section-oferta-noastra .sectionDescription p {
    margin-bottom: 0.25rem;
}

.section-oferta-noastra .sectionDescription a {
    font-weight: 600;
}

.module-links-fixed {
    position: fixed !important;
    left: auto;
    right: -1.5rem;
    top: var(--header-height);
    width: 200px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    font-weight: 600;
    padding: 1rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.84) !important;
    backdrop-filter: blur(10px);
    transition: var(--transition-cubic);
    cursor: grab;
    z-index: 1000;
}

.noselect .module-links-fixed {
    transition-duration: 0s;
}

.fix-submenu .module-links-fixed,
.fix-submenu .toggle-links-btn {
    top: 46px;
}

.module-links-fixed .container {
    padding: 0;
}

.module-links-fixed ul {
    display: block !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

.module-links-fixed ul li a {
    display: block;
    color: var(--body-color);
    line-height: 1.3 !important;
    padding: 1em 0.5em 1em 0.5em !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: var(--transition-fast);
}

.module-links-fixed ul li:last-child a {
    border-bottom: 0;
}

.module-links-fixed ul li a:hover,
.module-links-fixed ul li.active a {
    background-color: rgba(0, 0, 0, 0.05);
}

.module-links-small {
    font-size: 12px;
}

.interior-submenu .module-links-small ul li {
    display: flex;
    align-items: center;
}

.module-links-small ul li a,
.interior-submenu .module-links-small ul li a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.interior-top-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
}

.interior-top-contact .interior-top-content img {
    width: 20px;
    height: 20px;
}

.interior-top-contact .interior-top-content .contact-link-filter {
    margin-bottom: 1rem;
}

.interior-top-contact .interior-top-content .contact-link-filter a {
    display: flex;
    align-items: center;
    align-content: center;
    padding-bottom: 0.5rem;
    width: fit-content;
    gap: 0.5rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    transition: var(--transition-fast);
}

.interior-top-contact .interior-top-content .contact-link-filter a,
.interior-top-contact .interior-top-content .contact-link-filter a * {
    color: rgba(255, 255, 255, 0.6);
    transition: var(--transition-fast);
}

.interior-top-contact .interior-top-content .contact-link-filter a:hover,
.interior-top-contact .interior-top-content .contact-link-filter a:hover * {
    color: #fff;
}

.interior-top-contact .interior-top-content .contact-link-filter.selected a {
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.interior-top-contact .interior-top-content .contact-link-filter.selected a * {
    color: #fff;
}

.interior-top-contact
.interior-top-content
.contact-link-filter.selected
a:hover
* {
    color: rgba(255, 255, 255, 0.6);
}

.contact-top-right {
    position: relative;
    width: 50%;
}

.c-card-division {
    position: relative;
    margin-bottom: 2rem;
}

.c-card-division-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.dark-mode .c-card-division-title {
    border-bottom: 1px solid #31364a;
}

.c-card-division-title-tag {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
}

.c-card-division-content {
    position: relative;
}

.c-card-division-content p {
    margin-bottom: 0.5rem;
}

.c-card-division-content a {
    display: flex;
    position: relative;
    align-items: center;
    gap: 0.3rem;
    color: var(--secondary-color);
    font-weight: 500;
}

.c-division-i {
    display: block;
    width: 30px;
    text-align: center;
}

.interior-submenu .module-links .submenu-link-w-icon a {
    display: flex;
    position: relative;
    align-items: center;
    gap: 0.5rem;
}

.submenu-link-w-icon a:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

#steramap .leaflet-popup-close-button {
    display: block !important;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9999;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}


.submenu-link-email a:before {
    width: 21px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2217%22%20viewBox%3D%220%200%2021%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.9%201H18.1C19.145%201%2020%201.84375%2020%202.875V14.125C20%2015.1563%2019.145%2016%2018.1%2016H2.9C1.855%2016%201%2015.1563%201%2014.125V2.875C1%201.84375%201.855%201%202.9%201Z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M20%202.875L10.5%209.4375L1%202.875%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}

.submenu-link-phone a:before {
    width: 16px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2222%22%20viewBox%3D%220%200%2016%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13%201H3C1.89543%201%201%201.89543%201%203V19C1%2020.1046%201.89543%2021%203%2021H13C14.1046%2021%2015%2020.1046%2015%2019V3C15%201.89543%2014.1046%201%2013%201Z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%2017H8.01%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}

.submenu-link-form a:before {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2222%22%20viewBox%3D%220%200%2016%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13%201H3C1.89543%201%201%201.89543%201%203V19C1%2020.1046%201.89543%2021%203%2021H13C14.1046%2021%2015%2020.1046%2015%2019V3C15%201.89543%2014.1046%201%2013%201Z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%2017H8.01%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}

.section-oferta,
.section-oferta2 {
    background-color: #dfdfdf;
}

.dark-mode .submenu-link-email a:before {
    width: 21px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2217%22%20viewBox%3D%220%200%2021%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.9%201H18.1C19.145%201%2020%201.84375%2020%202.875V14.125C20%2015.1563%2019.145%2016%2018.1%2016H2.9C1.855%2016%201%2015.1563%201%2014.125V2.875C1%201.84375%201.855%201%202.9%201Z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M20%202.875L10.5%209.4375L1%202.875%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.3%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}

.dark-mode .submenu-link-phone a:before {
    width: 16px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2222%22%20viewBox%3D%220%200%2016%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13%201H3C1.89543%201%201%201.89543%201%203V19C1%2020.1046%201.89543%2021%203%2021H13C14.1046%2021%2015%2020.1046%2015%2019V3C15%201.89543%2014.1046%201%2013%201Z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M8%2017H8.01%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}

.dark-mode .submenu-link-form a:before {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M6%202H14C15.1046%202%2016%202.89543%2016%204V16C16%2017.1046%2015.1046%2018%2014%2018H6C4.89543%2018%204%2017.1046%204%2016V4C4%202.89543%204.89543%202%206%202Z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22/%3E%3Cpath%20d%3D%22M7%206H13%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M7%209H13%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M7%2012H10%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
}

.loc-name {
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.leaflet-popup-content-wrapper {
    background-color: rgba(14, 27, 54, 0.97);
    position: relative;
}

.leaflet-popup-content p:not(.loc-division-title) {
    color: #fff;
}

.sectionSpace .leaflet-popup-tip {
    display: none;
}

.interior-top .leaflet-popup-content-wrapper,
.interior-top .leaflet-popup-tip {
    color: #fff;
    background-color: rgba(14, 27, 54, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.leaflet-popup-content-wrapper {
    border-radius: 0;
}

.loc-division-title {
    width: fit-content;
    padding: 0.5em 1em;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    border-radius: 10px;
    opacity: 0.7;
    cursor: default;
    user-select: none;
}

.loc-division-title:hover {
    opacity: 1;
}

.loc-division-title-proflex {
    background-color: #fdf103;
    color: #064ea3;
}

.loc-division-title-proservice {
    background-color: #06a9ea;
    color: #fff;
}

.loc-division-title-hidrostore {
    background-color: #fff;
    color: #18317f;
}

.leaflet-popup-content .location-inside p {
    margin: 0 0 0.5rem 0;
}

.leaflet-popup-content .location-inside p a {
    color: #fff;
}

.loc-cta-p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.interior-top-contact .interior-submenu-col {
    z-index: 10;
}

.search-modal {
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    height: calc(100vh - 78px);
    z-index: 15000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition-cubic);
    background-color: rgba(14, 27, 54, 0.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.search-opened {
    overflow: hidden;
}

.search-opened .search-modal {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.search-modal-inner {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.search-modal-cell {
    display: table-cell;
    position: relative;
    height: 100%;
    vertical-align: middle;
}

.search-modal-input-part {
}

.search-modal .search-input {
    background: none !important;
    outline: 0 !important;
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.search-modal .search-input::placeholder {
    color: #fff;
    opacity: 1;
}

.search-modal .search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-modal .search-input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-modal .search-input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-modal .search-input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-modal-results-part {
    min-height: 150px;
    padding-bottom: 2rem;
}

.search-results-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.search-results-content {
    color: #fff;
    position: relative;
    padding-bottom: 100px;
}

.search-result-item {
    position: relative;
    text-align: left;
}

.search-result-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.search-result-item a {
    display: block;
    position: relative;
    color: #fff;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: var(--transition-fast);
}

.search-result-item a:hover {
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgba(0, 0, 0, 0.2);
}

.search-result-item .snippet {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 0;
}

.side-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    transition: var(--transition-cubic);
    pointer-events: none;
    z-index: 5700;
    /* background-color: rgba(14, 27, 54, 0.97); */
    /* background-color: rgba(14, 27, 54, 0.4); */
    background-color: #1a1a1a;
    backdrop-filter: blur(20px);
    color: #fff;
}

.side-menu-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    padding: 2rem 2rem;
    min-width: 20rem;
    max-width: 100%;
}

.side-menu-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.side-menu-nav .nav-item {
    margin-bottom: 1rem;
}

.side-menu .nav-item-flex {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    min-height: 30px;
}

.side-menu a {
    color: #fff;
}

.side-menu-nav .dropdown .nav-item {
    margin-bottom: 0.5rem;
}

.side-menu-nav ul.side-megamenu-group-1 {
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.side-menu-nav ul.side-megamenu-group-2 {
    padding-left: 1rem;
    padding-top: 0.75rem;
}

.side-menu-nav .dropdown .nav-item a {
    display: block;
    font-weight: 400;
    line-height: 1.2;
    max-width: 200px;
}

.side-menu-nav .dropdown .side-megamenu-group-2 li a {
    font-size: 0.9em;
    margin-bottom: 0.5em;
}

.side-menu-nav .nav-item svg {
    width: 24px;
    height: 24px;
    opacity: 0.7;
    transition: 0.5s;
}

.side-menu-nav .nav-item.opened > .nav-item-flex svg {
    transform: rotate(180deg);
}

.side-menu-nav .nav-item.opened > .nav-item-flex svg.rotate-90 {
    transform: rotate(calc(180deg + 90deg));
}

.side-menu button {
    background: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.fix-submenu.side-menu-opened .side-menu {
    pointer-events: auto;
    transform: translateX(0%) !important;
}

.side-menu-header,
.side-menu-content {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.side-menu-header {
    display: flex;
    justify-content: space-between;
}

.side-menu-content {
    flex: 1;
}

.side-menu-footer {
    padding-bottom: 1rem;
}

.side-menu-social ul {
    display: flex;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 1rem;
}

.side-menu-social svg {
    width: 2.5rem;
    height: 2.5rem;
}

.side-menu-nav > ul > li > .nav-item-flex {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.side-megamenu-group {
    display: none;
}

.btn-toggle-side-menu {
    transition: var(--transition-cubic);
}

.fix-submenu .btn-toggle-side-menu {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.nav-custom-links + .btn-toggle-side-menu {
    display: none;
}

.rotate-90 {
    transform: rotate(90deg);
}

.btn-back-to-top {
    background-color: var(--primary-dark);
    z-index: 1000;
    color: #fff;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.75) !important;
    overflow: hidden;
    border-radius: 0px;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.7;
    transition: var(--transition-fast);
}

.btn-back-to-top:hover {
    opacity: 1;
}

.scroll-top .btn-back-to-top {
    transform: translateX(0) !important;
}

.theme-switcher-box-info {
    display: inline-block;
    vertical-align: middle;
}

.scrolled-down .theme-switcher-box-info {
    color: #fff;
}

.theme-switch-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 43px;
    height: 23px;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
}

.theme-switch-btn-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    transition: 0.3s;
}

.theme-switch-btn:hover .theme-switch-btn-bg {
    opacity: 1;
}

.theme-switch-btn-sw {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    height: 19px;
    width: 19px;
    top: 2px;
    left: 2px;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.dark-mode .theme-switch-btn-bg {
    background-color: #fff;
    opacity: 1;
}

.dark-mode .theme-switch-btn-sw {
    left: 22px;
}

.theme-switcher-icon-btn {
    background: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
}

.theme-switcher-icon-btn svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.theme-switcher-box-with-icons svg {
    fill: #fff;
    transition: 0.3s;
    stroke: #fff;
    stroke-width: 0.5px;
}

.scrolled-down .theme-switcher-box-with-icons svg {
    fill: #363636;
}

.dark-mode .theme-switcher-box-with-icons svg {
    fill: #fff;
}

.theme-switcher-box-with-icons svg.svg-dark {
    opacity: 0;
}

.dark-mode .theme-switcher-box-with-icons svg.svg-light {
    fill: #fff;
    opacity: 0;
}

.dark-mode .theme-switcher-box-with-icons svg.svg-dark {
    opacity: 1;
}

.theme-switcher-icon-btn:hover svg {
    fill: #fff !important;
}

.theme-switcher-icon-btn:hover svg.svg-light {
    opacity: 0;
}

.theme-switcher-icon-btn:hover svg.svg-dark {
    opacity: 0.75;
}

.dark-mode .theme-switcher-icon-btn:hover svg.svg-light {
    opacity: 0.75;
}

.dark-mode .theme-switcher-icon-btn:hover svg.svg-dark {
    opacity: 0;
}

body.dark-mode {
    background-color: #0a101c;
    color: #fff;
}

.dark-mode .sectionBg {
    background-color: #0a101c;
}

.dark-mode .sectionBg .accordion-content-item,
.dark-mode .sectionBg .btn-read-more.active {
    background-color: #1e212c;
}

.dark-mode .sectionBg .accordion-content-item,
.dark-mode .sectionBg .btn-read-more.active {
    background-color: #1e212c;
}

.dark-mode .tab-item-icon svg {
    filter: invert(100%);
}

.dark-mode .btn-read-more {
    color: #fff;
}

.dark-mode a {
    color: var(--primary-light);
    /* text-decoration: underline; */
}

.dark-mode a:hover {
    color: var(--primary-light-hover);
}

.dark-mode .btn-primary {
    color: var(--white);
}

.dark-mode .btn-primary:hover {
    color: var(--gray-light);
}

.dark-mode .accordion-body a {
    /* text-decoration: underline; */
}

.dark-mode .interior-submenu .module-links-bottom {
    background-color: #000;
}

.dark-mode .interior-submenu .module-links-bottom a {
    color: #fff;
}

.dark-mode .read-more:after {
    background: linear-gradient(
            10deg,
            rgb(10, 16, 28) 0%,
            rgba(10, 16, 28, 0.95) 60%,
            rgba(10, 16, 28, 0.9) 90%,
            rgba(10, 16, 28, 0.7) 95%,
            rgba(10, 16, 28, 0.4) 100%
    );
}

.dark-mode .sectionBg .accordion-content-item .read-more::after,
.dark-mode div:not(.sectionBg) .accordion-content-item .read-more::after {
    background: linear-gradient(
            10deg,
            rgb(0, 0, 0) 0%,
            rgba(0, 0, 0, 0.95) 60%,
            rgba(0, 0, 0, 0.9) 90%,
            rgba(0, 0, 0, 0.7) 95%,
            rgba(0, 0, 0, 0.4) 100%
    );
}

.dark-mode .accordion-content-item {
    background-color: #1e212c;
    border: 1px solid #31364a !important;
}

.dark-mode .btn-read-more.active {
    background-color: #1e212c;
    margin-bottom: 0.25rem;
    border: 1px solid #31364a !important;
    /* border-bottom: none !important; */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dark-mode .special-title,
.dark-mode .sectionLabel {
    background-color: #333;
    display: none;
}

.dark-mode .sub-accordion-content-item.active,
.dark-mode .sub-accordion-nav-btn.active {
    background-color: #0a101c;
    border-radius: 6px;
}

.dark-mode .form-control {
    background-color: #1e212c;
    color: #fff;
    border: 1px solid #31364a;
}

.dark-mode .btn-toggle-bottom-icon svg {
    color: #fff;
    width: 28px;
    height: 28px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background-color: rgba(14, 27, 54, 0.97) !important;
}

.module-form-default-view .container {
    padding-inline: 0 !important;
}

.section-tehnica .numbers-wrapper .module-fickle p.fickle-title {
    font-size: clamp(40px, 10vw, 100px);
    font-weight: 300;
    line-height: 0.8;
    color: var(--primary-light-hover);
}

.dark-mode .section-oferta2 h3 {
    color: #fff;
    font-size: clamp(18px, 2.2vw, 22px);
}

.section-oferta2 h3 {
    font-weight: 600;
    color: var(--primary-dark);
    font-size: clamp(18px, 2.2vw, 22px);
}

.dark-mode .module-links-fixed {
    background-color: #0a101c !important;
    border: 1px solid #31364a !important;
}

.dark-mode .module-links-fixed ul li a {
    color: #fff !important;
    border-bottom: 1px solid #31364a !important;
}

.dark-mode .module-links-fixed ul li a {
}

/* Wrapper: Flex container for the megamenu */
.megamenu-wrapper {
    display: flex;
    gap: 20px; /* spacing between menu and image */
    align-items: flex-start; /* align items to top */
}

/* Left side: navigation links */
.megamenu-nav {
    flex: 0 0 50%; /* take 50% of the width */
}

/* Megamenu groups inside nav */
.megamenu-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Individual links */
.megamenu-group li {
    margin-bottom: 10px;
}

.megamenu-nav .megamenu-group li {
    margin-bottom: 0;
    /* padding: 10px 0px; */
}

/* .megamenu-group li a.nav-link:hover {
    background-color: #f2f2f2;
} */

/* Toggle buttons for submenus */
.btn_toggle_megamenu-group-2 {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 5px;
    vertical-align: middle;
}

/* Show submenu when parent has active class */
.megamenu-group li.active > .megamenu-group-2 {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

/* Right side: images */
.megamenu-images {
    position: relative;
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16 / 9;
}

.megamenu-image-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    /* transition: var(--transition-fast); */
}

.megamenu-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: var(--border-radius-sm);
}

.megamenu-image-item.active {
    opacity: 1;
    pointer-events: auto;
}

.special-title p,
.sectionLabel p {
    color: #fff;
}

.container-wrapper .row.builder-row {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 20px;
}

.container-wrapper .row.builder-row > .col-lg-12:not(:nth-child(2)) {
    grid-column: 1 / 2;
}

.container-wrapper .row.builder-row > .col-lg-12:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: span 6;
}

.map-stycky {
    z-index: 2;
    top: 10rem !important;
}

.page-slug-contact .interior-top-contact {
    padding-top: 3.7rem;
}

.page-slug-contact .contact-header {
    display: none;
}

.page-slug-contact .interior-submenu .module-links a img {
    width: 20px;
    height: 20px;
}

.page-slug-contact .module-links-top-up .module-links a {
    padding: 0;
}

.page-slug-contact :target {
    scroll-margin-top: 160px;
}

.module-links-top-up a {
    color: #fff;
}

.module-links-top-up .contact-link-filter.selected svg {
    width: 15px;
    height: 15px;
}

.module-links-top-up {
    background-color: #43505e;
}

.dark-mode .module-links-top-up {
    background-color: #1e212c;
}

.page-slug-contact .submenu-hover-line {
    display: none;
}

.btn-toggle-side-menu {
    display: none;
    cursor: pointer;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.page-title-mobile {
    font-size: 18px;
    font-weight: 600;
    margin-right: auto;
    /* color: #fff; */
}

.leaflet-popup-content {
    max-height: 220px;
    overflow-y: auto;
}

.leaflet-popup-content::-webkit-scrollbar {
    width: 6px;
}

.leaflet-popup-content::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
}

.module-links-top .page-title-mobile {
    color: #fff;
}

.nav-item.dropdown > a .mobile-megamenu-arrow {
    display: none;
    transition: transform 0.3s ease;
}

.leaflet-container p.loc-cta-p a {
    color: var(--primary-light) !important;
}

/* Sign up */

.dark-mode .site-login-page .form-container {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    border-radius: var(--border-radius-sm);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.dark-mode .site-login-page .form-input-control {
    font-weight: 500;
    font-size: min(max(12px, calc(0.75rem + ((1vw - 2.8px) * 0.122))), 14px);
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.15);
    color: var(--white);
    border: none;
    font-weight: 500;
}

.dark-mode .site-login-page .form-input-control::placeholder {
    color: var(--white);
}

.dark-mode .site-login-page .form-submit-btn {
    width: 100%;
    justify-content: center;
}

.dark-mode .site-login-page .form-error-message {
    font-family: "Montserrat";
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--bs-form-invalid-color);
    font-style: normal;
    margin-top: 0.25rem;
}

.dark-mode .site-signup .site-signup-inner {
    overflow: hidden;
}

.dark-mode .site-signup .site-signup-text {
    position: sticky;
    overflow: hidden;
    top: 3rem;
}

.dark-mode .site-signup .site-signup-text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dark-mode .site-signup .signup-text-wrapper {
    position: relative;
    z-index: 1;
}

.dark-mode .login-forms .form-control::placeholder {
    color: var(--white);
}

.dark-mode #form-signup .btn-primary {
    justify-content: center;
}

.dark-mode .captcha-wrapper {
    display: grid;
    grid-template: auto / 1fr auto;
    column-gap: 1rem;
    row-gap: 0.313rem;
}

.dark-mode .captcha-wrapper .captcha-text {
    grid-column: 1 / 3;
}

.dark-mode .captcha-wrapper .captcha-image img {
    border: 1px solid var(--white-secondary);
    border-radius: var(--border-radius-sm);
    background-color: transparent;
    width: 100%;
    height: 100%;
    max-width: 120px;
    /* object-fit: cover; */
    object-position: left;
}

.dark-mode .danger > * {
    font-style: normal;
}

.dark-mode .invalid-feedback {
    font-style: normal;
}

.dark-mode .site-login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark-mode .site-login .site-login-inner {
    max-width: 430px;
    margin: auto;
    overflow: hidden;
    padding: 0;
}

.dark-mode .site-login .site-login-inner .site-login-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
}

.dark-mode .site-login .site-login-inner .site-login-header {
    background: var(--primary-light);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark-mode .site-login .site-login-inner .site-login-header svg {
    max-height: 2.5rem;
}

.dark-mode .site-login .site-login-inner .site-login-wrapper .btn-primary {
    justify-content: center;
}

.dark-mode .site-login .site-login-inner .site-login-wrapper #login-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dark-mode
.site-login
.site-login-inner
.site-login-wrapper
#login-form
.login-settings {
    display: flex;
    justify-content: space-between;
}

.dark-mode
.site-login
.site-login-inner
.site-login-wrapper
#login-form
.login-settings
.setting-link {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--primary-light);
    text-decoration: underline;
}

.dark-mode
.site-login
.site-login-inner
.site-login-wrapper
#login-form
.login-settings
.form-check {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0;
    color: var(--white);
}

.dark-mode
.site-login
.site-login-inner
.site-login-wrapper
#login-form
.login-settings
.form-check
#loginform-rememberme {
    padding: 0;
    margin-left: 0;
    margin-right: 0.313rem;
}

.dark-mode .site-login-page {
    position: relative;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: calc(var(--header-height) + 3rem);
    padding-bottom: 3rem;
}

.dark-mode .site-login-page .login-background-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.dark-mode .site-login-page .login-background-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            72.44deg,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(20, 20, 20, 0.9) 100%
    );
    backdrop-filter: blur(12px);
}

.dark-mode
.site-login
.site-login-inner
.site-login-wrapper
#login-form
.signup-wrapper
a {
    color: var(--primary-light);
    text-decoration: underline;
}

/* ==========================
   LIGHT MODE (implicit)
   ========================== */

.site-login-page .form-container {
    padding: 1.5rem;
    /* background: rgba(255, 255, 255, 0.95); */
    background: #fff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--border-radius-sm);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.site-login-page .form-input-control {
    font-size: min(max(12px, calc(0.75rem + ((1vw - 2.8px) * 0.122))), 14px);
    padding: 0.75rem;
    /* background: rgba(0, 0, 0, 0.03);  */
    background-color: #fff;
    color: #000;
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border: transparent;
    /* font-weight: 400; */
}

.site-login-page .form-input-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.site-login-page .form-submit-btn,
#form-signup .btn-primary,
.site-login .site-login-inner .site-login-wrapper .btn-primary {
    width: 100%;
    justify-content: center;
    color: var(--white);
    border: none;
}

.site-login-page .form-error-message,
.danger > *,
.invalid-feedback {
    font-family: "Montserrat";
    font-size: 0.85rem;
    font-weight: 600;
    color: #ff707e;
    font-style: normal;
    margin-top: 0.25rem;
}

.site-signup .site-signup-inner {
    overflow: hidden;
}

.site-signup .site-signup-text {
    position: sticky;
    overflow: hidden;
    top: 3rem;
    background-color: #fff;
}

.site-signup .site-signup-text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-signup .signup-text-wrapper {
    position: relative;
    z-index: 1;
}

.captcha-wrapper {
    display: grid;
    grid-template: auto / 1fr auto;
    column-gap: 1rem;
    row-gap: 0.313rem;
}

.captcha-wrapper .captcha-text {
    grid-column: 1 / 3;
}

.captcha-wrapper .captcha-image img {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: var(--border-radius-sm);
    background-color: var(--primary-dark);

    max-width: 120px;

    object-fit: contain;
    object-position: left;
}

.site-login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-login .site-login-inner {
    max-width: 430px;
    margin: auto;
    overflow: hidden;
    padding: 0;
}

.site-login .site-login-inner .site-login-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
}

.site-login .site-login-inner .site-login-header {
    background: var(--primary-dark);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-login .site-login-inner .site-login-header svg {
    max-height: 2.5rem;
}

.site-login .site-login-inner .site-login-wrapper #login-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.site-login .site-login-inner .site-login-wrapper #login-form .login-settings {
    display: flex;
    justify-content: space-between;
}

.site-login
.site-login-inner
.site-login-wrapper
#login-form
.login-settings
.setting-link {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--primary-color);
    text-decoration: underline;
}

.site-login
.site-login-inner
.site-login-wrapper
#login-form
.login-settings
.form-check {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0;
    color: #000;
}

.site-login
.site-login-inner
.site-login-wrapper
#login-form
.login-settings
.form-check
#loginform-rememberme {
    padding: 0;
    margin-left: 0;
    margin-right: 0.313rem;
}

.site-login-page {
    position: relative;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: calc(var(--header-height) + 3rem);
    padding-bottom: 3rem;
}

.site-login-page .login-background-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.site-login-page .login-background-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            72.44deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(20, 20, 20, 0.5) 100%
    );
    backdrop-filter: blur(8px);
}

.site-login
.site-login-inner
.site-login-wrapper
#login-form
.signup-wrapper
a {
    color: var(--primary-color);
    text-decoration: underline;
}

#signuprequestform-company_role {
    background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.interior-submenu .container-nav-menu-links,
.interior-submenu .container-nav-custom-links {
    position: relative;
    display: flex;
    align-items: center;
}

.interior-submenu .nav-menu-links ul,
.interior-submenu .nav-custom-links ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.interior-submenu .nav-menu-links ul li a,
.interior-submenu .nav-custom-links ul li a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    color: #000;
    transition: color 0.3s;
}

.interior-submenu .module-links-top .nav-menu-links ul li a,
.interior-submenu .module-links-top .nav-custom-links ul li a {
    color: #fff;
}

.dark-mode .interior-submenu .nav-menu-links ul li a,
.dark-mode .interior-submenu .nav-custom-links ul li a {
    color: #fff !important;
}

.page-slug-contact .module-links-top-up .nav-custom-links ul li a {
    color: #fff;
}

.page-slug-contact a strong {
    color: var(--primary-light);
}

.interior-submenu .nav-menu-link-item.active a {
    font-weight: 600;
    border-bottom: 2px solid currentColor;
}

.interior-submenu .nav-menu-toggle-trigger,
.interior-submenu .nav-custom-toggle-trigger {
    display: none;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    user-select: none;
    background: none;
    border: none;
    outline: none;
}

.interior-submenu .nav-menu-toggle-label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.interior-submenu .nav-custom-toggle-label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.interior-submenu .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20px;
    height: 16px;
    position: relative;
}

.interior-submenu .hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
    position: absolute;
    left: 0;
}

.interior-submenu .hamburger span:nth-child(1) {
    top: 0;
}

.interior-submenu .hamburger span:nth-child(2) {
    top: 7px;
}

.interior-submenu .hamburger span:nth-child(3) {
    top: 14px;
}

.interior-submenu .nav-menu-toggle-trigger.active .hamburger span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
}

.interior-submenu .nav-menu-toggle-trigger.active .hamburger span:nth-child(2) {
    opacity: 0;
}

.interior-submenu .nav-menu-toggle-trigger.active .hamburger span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
}

.interior-submenu .arrow-bottom {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 0.2rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

.module-links-bottom .arrow-bottom {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.module-links-bottom .nav-custom-toggle-label {
    color: #000;
}

.dark-mode .interior-submenu .arrow-bottom {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.dark-mode .nav-custom-toggle-label {
    color: #fff;
}

.interior-submenu .nav-custom-toggle-trigger.active .arrow-bottom {
    transform: rotate(-135deg);
}

#cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    width: 90%;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 9999;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    display: none;
}

.dark-mode #cookie-banner {
    background: var(--primary-dark);
}

#cookie-banner.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

#cookie-banner.hidden {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
}

#cookie-banner .cookie-logo-container {
    padding: 24px 24px 16px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.dark-mode #cookie-banner .cookie-logo-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#cookie-banner .cookie-logo-container img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
    filter: brightness(1) invert(1);
}

.dark-mode #cookie-banner .cookie-logo-container img {
    filter: none;
}

#cookie-banner .cookie-tabs {
    display: flex;
    padding: 0 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    gap: 4px;
}

.dark-mode #cookie-banner .cookie-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#cookie-banner .tab-button {
    padding: 12px 16px;
    background: none;
    border: none;
    font-size: 0.9rem;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
    white-space: nowrap;
}

.dark-mode #cookie-banner .tab-button {
    color: var(--white);
}

#cookie-banner .tab-button:hover {
    color: var(--primary-dark);
}

.dark-mode #cookie-banner .tab-button:hover {
    color: var(--primary-light);
}

#cookie-banner .tab-button.active {
    color: var(--primary-dark);
}

#cookie-banner .tab-button.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--primary-dark);
    border-radius: 1px 1px 0 0;
}

.dark-mode #cookie-banner .tab-button.active {
    color: var(--primary-light);
}

.dark-mode #cookie-banner .tab-button.active::after {
    background: var(--primary-light);
}

#cookie-banner .tab-content {
    display: none;
    padding: 20px 24px;
    max-height: 200px;
    overflow-y: auto;
    animation: fadeIn 0.3s ease;
}

#cookie-banner .tab-content.active {
    display: block;
}

#cookie-banner .tab-content::-webkit-scrollbar {
    width: 2px;
}

#cookie-banner .tab-content::-webkit-scrollbar-track {
    background: transparent;
}

#cookie-banner .tab-content::-webkit-scrollbar-thumb {
    background: #222;
    border-radius: 4px;
}

#cookie-banner .tab-content::-webkit-scrollbar-thumb:hover {
    background: #222;
}

#cookie-banner .tab-content p {
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}

.dark-mode #cookie-banner .tab-content p {
    color: #fff;
}

#cookie-banner .tab-content p a {
    font-size: 13px;
}

#cookie-banner .tab-content p:last-child {
    margin-bottom: 0;
}

#cookie-banner .cookie-buttons {
    padding: 16px 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    gap: 12px;
}

#cookie-banner .cookie-buttons .btn {
    flex: 1;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    justify-content: center;
    background-color: var(--primary-light-hover);
}

#cookie-banner .cookie-buttons .btn:hover {
    background-color: var(--primary-light);
}

#cookie-banner .cookie-buttons .btn-secondary {
    background: rgba(0, 0, 0, 0.04);
    color: #666;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    border: 1px solid transparent;
    border-radius: 50px;
}

#cookie-banner .cookie-buttons .btn-secondary:hover {
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.15);
}

.dark-mode #cookie-banner .cookie-buttons .btn-secondary {
    color: #fff;
    border: 1px solid var(--primary-light-hover);
}

.dark-mode #cookie-banner .cookie-buttons .btn-secondary:hover {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#cookie-reset {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    z-index: 9998;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

#cookie-reset svg {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.module-links-fixed {
    display: none;
    right: 0;
    transition: transform 0.3s ease;
    transform: translateX(100%);
}

.module-links-fixed.active {
    display: block;
    transform: translateX(0);
}

.toggle-links-btn {
    position: fixed;
    right: 0.2rem;
    top: var(--header-height);
    z-index: 1100;
    background-color: var(--primary-dark);
    z-index: 1000;
    color: #fff;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.75) !important;
    overflow: hidden;
    border-radius: 0px;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.7;
    background-image: url("/icons/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg) !important;
    transition: transform 0.3s ease, right 0.3s ease;
}

.toggle-links-btn.menu-open {
    animation: none;
    background: url("/icons/close-fix.svg") center/16px no-repeat;
    background-color: var(--primary-dark);
    z-index: 1000;
    color: #fff;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.75) !important;
    overflow: hidden;
    border-radius: 0px;
    opacity: 0.7;
}

.toggle-links-btn:active {
    transform: scale(0.9);
}

.page-slug-produsele-noastre .module-links-top.no-submenu {
    margin-bottom: 40px;
}

.page-slug-produsele-noastre .module-links-top.no-submenu::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 40px;
    background: #000;
    width: 100%;
    z-index: -1;
}

@media (max-width: 992px) {
    .page-slug-produsele-noastre .module-links-top.no-submenu::after {
        display: none;
    }

    .page-slug-produsele-noastre .module-links-top.no-submenu {
        margin-bottom: 0;
    }
}


.user-avatar .thumbnail {
    background-color: transparent !important;
}

/* ---------------------------------- Dark ---------------------------------- */
.dark-mode .user-sidebar .list-group {
    background-color: #1e212c;
    border: 1px solid #31364a !important;
    border: 0.5px solid rgba(88, 149, 227, 0.15);
}

.dark-mode .user-sidebar .list-group-item {
    color: var(--primary-light);
    background: transparent;
    border: none;
}

.dark-mode .user-sidebar .list-group-item:hover {
    background: rgba(14, 65, 197, 0.15);
    color: var(--white);
}

.dark-mode .user-sidebar .list-group-item.active {
    background: rgba(14, 65, 197, 0.15);
    color: var(--white);
}

.dark-mode .user-sidebar .list-group-item .icon svg path {
    fill: var(--primary-light);
}

.dark-mode .user-sidebar .list-group-item.active .icon svg path,
.dark-mode .user-sidebar .list-group-item:hover .icon svg path {
    fill: var(--white);
}


/* ---------------------------------- Light --------------------------------- */
.user-sidebar .list-group {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.user-sidebar .list-group-item {
    color: var(--secondary-color);
    background: transparent;
    border: none;
}

.user-sidebar .list-group-item:hover {
    background: rgba(14, 65, 197, 0.06);
    color: var(--primary-color);
}

.user-sidebar .list-group-item.active {
    background: rgba(14, 65, 197, 0.06);
    color: var(--primary-color);
}

.user-sidebar .list-group-item .icon svg path {
    fill: var(--secondary-color);
}

.user-sidebar .list-group-item:hover .icon svg path {
    fill: var(--primary-color);
}

.user-sidebar .list-group-item.active .icon svg path {
    fill: var(--primary-color);
}

.user-sidebar .list-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 1rem;
    border-radius: var(--border-radius-sm);
}

.user-sidebar .list-group-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border-radius: var(--border-radius-md);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition-fast);
}

.user-sidebar .list-group-item .icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.user-sidebar .list-group-item .icon svg {
    width: 20px;
    height: 20px;
}

.user-sidebar .list-group-item .icon svg path {
    transition: var(--transition-fast);
}